
.header{width: 1200px; margin:0 auto; height:120px;position: relative;overflow: hidden;}
.h_tel{position: absolute;top: 0;right: 0;}
.h_tel .nextpage{position:absolute;width:34px;height:52px;top:0;left: 0;
  animation:plateRotate 1s linear infinite alternate;
  -webkit-animation:plateRotate 1s linear infinite alternate;
  transform-origin:50% 0 0;
  -webkit-transform-origin:50% 0 0;
 }
.h_tel .nextpage em,.h_tel .nextpage a{display:block;}
.h_tel .nextpage .line{width:2px;height:18px;background:#b60017;margin-left: 16px;}
.h_tel .nextpage .mouse{width:34px;height:34px;background:url(../images/tel.png);border-radius: 50%;}
.h_tel b{display: block;line-height: 34px;height: 34px;padding: 18px 0 0 45px;font-size: 28px;color: #333;}
.logo{width: 80px;padding: 20px 15px 0 0;}
.logo img{ /*width:80px;*/ height:80px;}
.h_dw{font-size: 28px;color: #333;width: 300px;line-height: 36px;float: left;height: 80px;padding: 25px 0 0;}
.h_dw i{display: block;font-size: 22px;}
.h_nav{width: 830px; height:66px;overflow: hidden;padding: 54px 0 0;}
.h_nav li{ float:left;height: 66px;line-height: 52px;overflow: hidden;padding: 0 17px;}
.h_nav li a{ font-size:16px; color:#333;display:block; float:left;position: relative;vertical-align: middle;text-align: center;height: 66px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.h_nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #b60017;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before {
  right: 0;
}
.h_nav li a:hover{color: #b60017;font-weight: bold;}
.h_nav li.cur a{ background:url(../images/nav_line.gif) no-repeat center bottom;color: #b60017;font-weight: bold;}
.h_nav li.nobor{padding-right: 0;}
em,i{ font-style:normal;}
@-webkit-keyframes plateRotate {
  0% {-webkit-transform:rotateZ(-10deg);}
  100%{-webkit-transform:rotateZ(10deg);}
}
@keyframes plateRotate {
  0% {transform:rotateZ(-10deg);}
  100%{transform:rotateZ(10deg);}
}


.fullSlide{ min-width:1200px; position:relative;}
.fullSlide .bd li img {width: 100%;display: block;}
.fullSlide .hd{ width:1200px; left:50%; margin-left:-600px; bottom:35px; position:absolute; z-index:1;overflow:hidden;}
.fullSlide .hd ul{margin-left: 500px;}
.fullSlide .hd ul li{ float:left; margin:0 15px 0 0; display:inline; cursor:pointer; width: 50px;height: 5px;background: #000; text-indent: -99999px;}
.fullSlide .hd ul .on{background: #b60017;}


.s_bg{height: 78px;overflow: hidden;border-bottom: #d9d9d9 1px solid;background: #f4f4f4;}
.search{ width:1200px; margin:0 auto;height: 78px;overflow: hidden;}
.search p{ float:left;font-size: 14px; color:#4b4b4b; width:900px; height:78px; line-height:78px; overflow:hidden;}
.search p a{font-size: 14px; color:#4b4b4b; padding:0 10px 0 0;}
.search p a:hover{color: #000;}
.search .ser_inp{ background:url(../images/s_inp.gif) no-repeat; width:230px;padding-left: 14px; height:40px; border:none; float:left; font-family:" ";font-size: 14px; color:#666; line-height:40px; outline:none;margin-top: 18px;}
.search .ser_so{cursor: pointer; float:left; background:url(../images/s_so.gif) no-repeat; border:none; width:55px; height:40px;margin-top: 18px;}
input::-webkit-input-placeholder {color: #666;}


.f_bg{background:#f4f4f4; height:265px;padding-top: 48px; overflow:hidden;}
.footer{width: 1200px; margin:0 auto;}
.f_logo{width: 220px;height: 265px;text-align: center;}
.f_logo h5{width: 220px;padding-bottom: 10px;}
.f_logo h5 img{/*width: 114px;*/height: 60px;}
.f_logo h5 i{display: block;font-size: 20px;color: #333;font-weight: normal;padding: 10px 0 0;height: 30px;line-height: 30px;}
.f_logo p{height: 22px;line-height: 22px;font-size: 14px;color: #666;}
.f_logo p a{font-size: 14px;color: #666;}
.f_logo p span{padding: 0 10px;}
.f_right{width: 980px;height: 265px;position: relative;}
.f_right:before{content: "";width: 1030px;height: 1px;background: #c8cac8;position: absolute;top: 55px;left: -52px;}
.f_nav{height: 56px;line-height: 56px;overflow: hidden;padding-left: 30px;width: 950px;}
.f_nav ul li{float: left;padding: 0 23px;}
.f_nav ul li a{position: relative;vertical-align: middle;height: 56px;font-size: 16px;color: #333;display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
.f_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #b60017;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.f_nav ul li a:hover:before,.f_nav ul li a:focus:before,.f_nav ul li a:active:before {
  right: 0;
}
.f_nav ul li a:hover{color: #b60017;}
.f_ban{width: 610px;padding: 30px 0 0 70px;}
.f_ban p{line-height: 26px;font-size: 14px;color:#666;padding-left: 55px;float: left;width: 260px;margin-bottom: 25px;}
.f_ban p b,.f_ban p i{display: block;font-size: 26px;color: #333;font-family:Arial, Helvetica, sans-serif;}
.f_ban p i{font-size: 18px;}
.f_ban p span{display: block;font-size: 16px;color: #333;}
.f_ban p.f_p01{background:url(../images/f_ico01.png) no-repeat 0 8px;}
.f_ban p.f_p02{background:url(../images/f_ico02.png) no-repeat 0 8px;width: 205px;}
.f_ban p.f_p03{background:url(../images/f_ico03.png) no-repeat 0 8px;}
.f_er{width: 280px; padding:30px 0 0;}
.f_er p{width: 112px;float: left;padding: 0 0 0 28px;text-align: center;}
.f_er p em{display: block;width: 100px;height: 100px;border: #c8cac8 1px solid;padding: 5px;}
.f_er img{ width:100px; height:100px;}
.f_er p span{display: block;font-size: 14px;color: #666;line-height: 36px;}
  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#b60017 url(../images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#b60017 url(../images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#b60017 url(../images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#b60017 url(../images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#b60017 url(../images/returntop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#b60017 url(../images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#b60017 url(../images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
