
.top_bg{ height:5rem; width:100%;background: rgba(255,255,255,1);}
.header{width: 83.33%;margin: 0 auto;position: relative;}
.logo{width: 11.5%;height: 5rem;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_tel{font-size: 0.9rem;color: #000;display: block;position: absolute;top: 0.5rem;right: 0;line-height: 1.5rem;}
.h_tel i{font-size: 0.8rem;font-weight:normal;padding-right:0.3rem;}
.h_nav{width: 74%;padding-top: 1.8rem;height: 3.2rem;}
.h_nav ul{ width: 100%; height:3.2rem;display: flex;justify-content: space-between;}
.h_nav li a{ font-size:0.9rem; color:#000;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 3.2rem;line-height: 3rem;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #fca860;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
	height: 0.2rem;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,.h_nav li.cur a{font-weight: bold;}
em,i{font-style: normal;}

html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}

 
.banner{position: relative; height:auto;clear: both;}
.banner img {display: block;width: 100%;margin:0 auto;}
.banner .slick-arrow {position: absolute;font-size: 0;top: 50%;z-index: 9; width: 80px; height: 80px; margin-top: -50px;border: 0; outline: none;cursor: pointer;transition:.8s;}
.banner .slick-prev {left: 3%; background:url(images/lefts.png) no-repeat center center;opacity: 0;}
.banner .slick-next {right: 3%;background:url(images/rights.png) no-repeat center center;opacity: 0;}   
.banner:hover .slick-prev { left: 5%; opacity: 0.8; }
.banner:hover .slick-next { right: 5%; opacity: 0.8; }
.slick-dots {position: absolute;left:5%; font-size:0;bottom:8%;width:90%;text-align: center;outline: none;z-index: 4;}
.slick-dots li {display: inline-block;margin: 0 8px; outline: none;}
.slick-dots li button {display: block;border: 0 none;width: 15px;height: 15px;border-radius: 15px;margin-right:12px; display: inline-block;outline: none;background: #fff; transition: .5s;}
.slick-dots .slick-active button {background: #54aa6e;width: 40px;}
.small{position: absolute;left:8.3%;bottom:6%;}
.sm_m{ font-size: 1.2rem;color: #000;height: 2.7rem;line-height: 2.7rem;overflow: hidden;}
.sm_m b{font-weight: bold;font-size: 2.4rem;}
.banner .banMenu {position: absolute;left: 50%;bottom: 5%;width: 1.8rem;height: 2.6rem;margin-left: -0.9rem;text-align: center;z-index: 5;}
.banner .banMenu i {display: block;width: 1.8rem;height: 2.6rem; cursor: pointer;position: absolute;bottom: 0;left: 0;}
.banner .banMenu i img {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-animation: bounceY 2s infinite;
            -moz-animation: bounceY 2s infinite;
            -o-animation: bounceY 2s infinite;
            -ms-animation: bounceY 2s infinite;
            animation: bounceY 2s infinite;
        }
      @-moz-keyframes bounceY {
            0%,
            100% {
                -moz-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -moz-transform: translateY(-6px);
                transform: translateY(-6px);
            }
        }
        
        @-o-keyframes bounceY {
            0%,
            100% {
                -o-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -o-transform: translateY(-6px);
                transform: translateY(-6px);
            }
        }
        
        @keyframes bounceY {
            0%,
            100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-6px);
            }
        }


.f_bg{ background:#0d1118;border-top: #e98002 0.6rem solid; height:18rem;overflow: hidden;padding-top: 1.9rem;position: relative;}
.f_bg:before{content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.3);position: absolute;bottom: 4rem;left: 0;}
.footer{width: 83.33%; margin:0 auto;}
.f_er{width: 31.25%;height: 14rem;}
.f_er h5{width: 33.6%;line-height: 0;}
.f_er h5 img{display: block;width: 100%;}
.f_er b{display: block;font-size: 1.2rem;color: #f08300;line-height: 2.5rem;margin-bottom: 0.3rem;}
.f_er p{width: 20%;float: left;background: #fff;margin-right: 3%;}
.f_er p em{width: 100%;display: block;line-height: 0;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;width: 100%;height: 1.2rem;font-size: 0.7rem;color: #666;line-height: 1.2rem;text-align: center;overflow: hidden;}
.f_nav{height: 13rem;width: 68.7%;padding-top: 1rem;}
.f_ul01 li{height: 13rem;float: left;width: 17.5%;padding-left: 4%;position: relative;}
.f_ul01 li:before{content: "";width: 1px;height: 10.5rem;background: rgba(255,255,255,0.3);position: absolute;top: 0.3rem;right: 0;}
.f_ul01 li a{font-size: 1rem;color: rgba(255,255,255,1);font-weight: bold;display: block;height: 2.2rem;line-height: 2.2rem;width: 100%;margin-bottom: 0.3rem;}
.f_ul01 .f_ul02 li{width: 100%;height: 1.6rem;line-height: 1.6rem;padding-left: 0;}
.f_ul01 .f_ul02 li:before,.f_ul01 li.f_li04:before{display: none;}
.f_ul01 .f_ul02 li a{height: 1.6rem;line-height: 1.6rem;font-size: 0.7rem;color: rgba(255,255,255,0.6);font-weight: normal;margin-bottom: 0;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.f_nav ul li a:hover{color: #fff;}
.f_ul01 li.f_li01{width: 33.5%;padding-left: 0;}
.f_ul01 li.f_li01 .f_ul02 li{width: 32%;}
.f_ul01 li.f_li02{width: 25%;}
.f_ul01 li.f_li02 .f_ul02 li{width: 45%;}
.f_ul01 li.f_li04{width: 12%;}
.f_ban{width: 50%;height: 4rem;line-height: 3.5rem;}
.f_ban p{font-size: 0.7rem;color: rgba(255,255,255,0.6);padding-left: 1.2rem;float: left;padding-right: 1rem;}
.f_ban p.f_p01{ background: url(images/f_ico01.png) no-repeat 0 center/0.9rem 1.2rem;}
.f_ban p.f_p02{ background: url(images/f_ico02.png) no-repeat 0 center/0.9rem 1.2rem;}
.f_bot{width: 49%;height: 4rem;line-height: 3.5rem;overflow: hidden;font-size: 0.7rem;color: rgba(255,255,255,0.4);text-align: right;}
.f_bot span{padding: 0 0.5rem;}
.f_bot a{color: rgba(255,255,255,0.4);}
  

        .client-2 {
            position: fixed;
            right: -195px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            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;
            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: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 75px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 22px;
            line-height: 22px;
            padding-left: 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
            width:170px;
            overflow:hidden;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #f08300;
            color: #fff;
            height: 56px;
            width: 270px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #f08300;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            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;
        }
    
