@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?oghbg5');
  src:  url('../fonts/icomoon.eot?oghbg5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?oghbg5') format('truetype'),
    url('../fonts/icomoon.woff?oghbg5') format('woff'),
    url('../fonts/icomoon.svg?oghbg5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



body {
    background-color: #f7f7f7;
}


.w {
    width: 1200;
    margin: 0 auto;
}
/* 头部开始.............................................. */


header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
     width: 100%;
    height: 250px;
    /* background: url(../images/topimg.png) no-repeat 0 -80px ; */
    background-color: rgba(160, 11, 23, 1);
    /* overflow: hidden; */
}


.header {
    position: relative;
    top: -200px;
    left: 50%;
    margin-left: -640px;
    width: 1280px;
    height: 250px;
    /* background: url(../images/topimg.png) no-repeat; */
     /* background-color: rgba(160, 11, 23, 1); */
}

header .logo {
    float: left;
    width: 444px;
    height: 84px;
    margin-top: 73px;
    margin-left: 70px;
}

header .logo a{
    width: 444px;
    height: 84px;
}

header .logo a img {
    width: 100%;
    height: 100%;
}

.search {
    position: absolute;
    right: -60px;
    top: 78px;
    width: 500px;
    height: 70px;
    line-height: 80px;
    /* background-color: skyblue; */
    z-index: 80;
}
.search input {
    position: relative;
    box-sizing: border-box;
    width: 350px;
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    outline: none;
}

.search span::after {
    position: absolute;
    top: 0;
    right: 165px;
    content: "\e986";
    font-family: icomoon;
    color: red;
    font-size: 20px;
}

.search span {
    cursor: pointer;
}

.header  .header-nav-top {
    position: absolute;
    top:25px;
    right: 50px;
    height: 18px;
    line-height: 18px;
    color: #fff;
}


.header-nav-top .status {
    float: left;  
    border-right:solid 2px #fff ;
    margin-right: 30px;
}


.header-nav-top .status span:hover {
    border-bottom: solid 1px #fff;
}

.header-nav-top .status span {
    padding: 22px 10px 0;
    cursor: pointer;
     transition: all 2s;
}

.header-nav-top .status span:last-child {
    margin-right: 10px;
}

.header-nav-top .en {
    position: relative;
    float: right;
    padding: 0 10px 0 ;
    font-weight: 600;
    color: #eee;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.header-nav-top .en::before {
    position: absolute;
    left: -13px;
    top: 0;
    content: "\e9ca";
    font-family: icomoon;
     vertical-align: middle;
}

.header-nav-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 41px; */
}

.dropdown:first-child{
    margin-left: 10px;
}



.navbar-nav {
    width: 110%;
}

.navbar-nav .dropdown{
    position: relative;
    float: left;
    padding: 20px 25px 20px;
}

.navbar-nav .dropdown:hover {
    cursor: pointer;
}

.navbar-nav .dropdown>a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.dropmenu {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 72px;
    right: 50%;
    margin-right: -90px;
}


.dropmenu ul li {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-top: solid 2px #eee;
}

.dropmenu ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    transition: all 0.5s;
}

.dropmenu ul,
.more ul {
    border-top: solid 3px #fe8034 ;
}

.dropmenu ul li:first-child {
    border-top: solid 2px #eee;
}

.dropdown:hover>a{
    color: #a3bcf1;
}

.dropmenu ul li:hover a{
    color: #a3bcf1;
    background-color: #eee;
}

.more ul li:hover a{
    color: #a3bcf1;
    background-color: #eee;
}

  .more {
    display: none;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -272px;
    width: 550px;
    height: 316px;
    background-color: #fff;
    padding-left: 2px;
}

.more li {
    float: left;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-top: solid 2px #eee;
    margin: 2px 2px 0 0;
    transition: all 0.5s;
    /* background-color: pink; */
}

.more li a {
     display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    transition: all 1s;
}




/* 头部结束.................................................... */



/* 尾部开始。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 */
footer {
    position: relative;
    padding-top: 30px;
    background-color: #302a29;
    height: 360px;
    border-top: solid 3px #ff5c38;
}

.footer-top{
    width: 100%;
    height: 90px;
    text-align: center;
    
    /* background-color: pink; */
}

.footer-top-menu li{
    display: inline-block;
    margin: 0 50px;
}

.footer-top-menu li a {
    transition: all 1s;
}

.footer-top-menu li a span {
    display: inline-block;
    transform: rotate(360deg);
}

.footer-top-menu li a img {
    display: inline-block;
    width: 50px;
    height: 50px;
    transform-origin: center center;
    transition: all 1s;
    transform: rotate(-0);
}

.footer-top-menu li a  p {
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
}

.footer-top-menu li a:hover {
    color: aqua;
}
.footer-top-menu li a:hover img {
    transform: scale(1.1);
}


.footer-bottom {
    position: relative;
    height: 240px;
    /* background-color: pink; */
}

.footer-bottom .h-footer {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    /* background-color: skyblue; */
}
.footer-bottom .h-footer .imgConac {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 180px;
    cursor: pointer;
}

.footer-bottom .h-footer p {
    font-size: 16px;
    margin-top: 5px;
    padding-left: 0px;
    color: #fff;
}

.footer-bottom .h-footer p em {
    padding-right: 10px;
}

.footer-bottom .h-footer a {
    font-size: 16px;
}

.footer-bottom .h-footer p  img {
    vertical-align: middle;
}

hr {
    position: absolute;
    top: 205px;
    left: 0;
    width: 100%;
}

.hr-top {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

/* 尾部结束。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 */
/* <!-- 快速通道友情链接。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 --> */
.kuaisutd {
  background-color: #eeeeee;  
    padding: 30px 0;
}

.kuaisutd .box {
    width: 1200px;
    margin: 0 auto ;
    overflow: hidden;

    /* background-color: pink; */
}
  .kuaisutd .box .th {
      width: 1200px;
      height: 40px;
      padding-left: 30px;
        border-bottom: 1px solid #cccccc ;
  }
.kuaisutd .box .th li  {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.kuaisutd .box .th li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 19px;
    color: #333;
}
.kuaisutdend {
    color:#333;
    background:#eee;
    border:1px #ccc solid;
    font-weight:600;
    border-bottom:1px #eee solid;
}


.box .box1 ul li ,
.box .box2 ul li{
    float: left;
    width: 176.5px;
    margin-left: 20px;
    height: 40px;
    margin-top: 20px;
    background-color: #fff;
}


.box .box1 ul li a,

.box .box2 ul li a{
    display: block;
    width: 176px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.box .box1 ul li a:hover,

.box .box2 ul li a:hover {
    color: #c87f00;
}

.kuaisutd .box .td {
    position: relative;
    width: 2400px;
    /* ......... */
    height: 200px;
}

.kuaisutd .box .td  .box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 200px;
} 
.kuaisutd .box .td  .box2 {
    display: none;
    position: absolute;
    top: 0;
    left: 1200px;
    width: 1200px;
    height: 150px;
}


/* <!-- 快速通道友情链接。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 --> */