
        i , em{font-style: normal;}
        .topWrap{ height:184px;background:url(../images/h_top_bg.gif) repeat-x center top; overflow:hidden;}
        .topWrap .header{ width:1200px;height:184px;margin:0 auto; font-family: "Microsoft YaHei"; position:relative;}
		.topWrap h5{ height:40px; font:14px "Microsoft YaHei"; line-height:40px; overflow:hidden; color:#666;}
		.topWrap h5 span{ float:right; display:block; color:#666;}
		.topWrap h5 span a{ display:inline-block; background:url(../images/top1.png) no-repeat left center; padding:0 8px 0 32px;}
		.topWrap h5 span a:nth-child(2){background:url(../images/top2.png) no-repeat 8px center;}
		.topWrap h5 span a:nth-child(3){background:url(../images/top3.png) no-repeat 8px center;}
		.topWrap h5 span a:hover{ color:#f58001; font-weight:bold;}
		.topWrap h1{ width:221px; height:84px; overflow:hidden; float:left; margin:32px 0 0 0;}
		.topWrap h1 img{ display:block;width:221px; height:84px;}
        
        .nav{ width:930px; float:right; margin-top:49px;}
        .nav li{ font-size: 16px; height:44px;  float: left; position:relative;}
        .nav li a{ display:block; margin:0 28px; color:#111;height:44px; line-height:44px;  text-align: center; position:relative; z-index:1;}
		.nav li a:hover,.nav .cur a{ color:#f58001; font-weight:bold; border-bottom:2px solid #f58001;}
		.nav li:last-child a{ margin-right:0;}
    

		.footWrap{ background:url(../images/footer_bg.jpg) no-repeat center top; height:242px; overflow:hidden;}
		.footWrap .footer{ width:1200px; margin:0 auto; position:relative;}
		.fnav{ height:85px; overflow:hidden; font:16px "Microsoft YaHei"; line-height:85px; color:#fff; text-align:center;}
		.fnav a{ display:block; float:left; color:#fff; padding:0 50px; position:relative;}
		.fnav a:before{ content:""; position:absolute; top:36px; right:0; width:6px; height:15px; background:url(../images/fnav_line.png) no-repeat;}
		.fnav a:last-child:before{ background:none;}
		.fnav a:last-child{ padding-right:0;}
		.fnav a:nth-child(1){ padding-left:0;}
		.fnav a:hover{ font-weight:bold; color:#f58001;}
		
		.city{background: url(../images/city_bg.jpg) no-repeat center top;height: 75px;overflow: hidden;}
		.flink ul{ height:75px; margin-top:30px; overflow:hidden;}
		.flink ul span{ color:#fff; font-size:16px; font-weight:bold;}
		.flink ul a{ color:#fff; font-size:14px;}
		.flink ul a:hover{ color:#CCC;}
		.flink li{ width:300px; float:left; font:14px "Microsoft YaHei";color:#fff; background:url(../images/fline.png) no-repeat 90% top;}
		.flink li em{ display:block;float:left; margin:0 16px 0 0;}
		.flink li em img{display:block;}
		.flink li b{display:block; color:#fff; font-size:18px; line-height:30px;}
		.flink li:nth-child(2){ width:380px;}
		.flink li:nth-child(3){ width:240px;}
		.flink li:nth-child(4){ width:280px; background:none; float:right;}
		.flink li:hover em img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
		
		.foot{ height:127px;}
		.foot h5{ font:14px "Microsoft YaHei"; line-height:30px; color:#808080; width:700px; float:left; margin-top:48px;}
		.foot h5 a{ color:#808080;}
		.foot h5 em{padding:0 8px;}
		.foot a{ color:#5e5e5e;}
		.foot h5 a:hover{ color:#fff; font-weight:bold;}
		.foot h4{ width:408px; margin-top:20px; float:right;}
		.foot h4 em{ display:block; width:140px;font:16px "Microsoft YaHei"; line-height:30px; color:#808080; margin-top:25px; float:left;}
		.foot h4 em i{ display:block; font-size:14px;} 
		.foot h4 span{ display:block; float:right; width:110px; margin-left:12px;}
		.foot h4 span img{ display:block; width:104px; height:104px; border:3px solid #fff;}
		/*animation*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
    

        .client-2 {
            position: fixed;
            right: -170px;
            bottom: 5%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #f58001;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #f58001;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
