
.top_bg{width: 100%;height: 5.2rem;background: #fff;}
.header{width: 93%;margin:0 auto;position: relative;}
.logo{width: 20%;line-height: 0;display: flex;align-items: center;height: 5.2rem;}
.logo img{display: block;width: 100%;}
.h_dw{padding:1.4rem 0 0 1.2rem;font-size: 0.9rem;color: #000;line-height: 1.2rem;font-weight: normal;}
.h_dw i{color: #3e3e3e;display: block;font-size: 0.85rem;}
.h_nav{width: 44%;padding-top: 2.4rem;height: 2.8rem;}
.h_nav ul{ width: 100%; height:2.8rem;display: flex;justify-content: space-between;}
.h_nav li{position: relative;}
.h_nav li>a{ font-size:0.8rem; color:#000;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 2.8rem;line-height: 2.5rem;}
.h_nav li>a:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0.25rem;
background: #69b01a;
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.25rem;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.h_nav li>a:hover,.h_nav li.cur>a{color: #69b01a;}
.submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 1.2rem !important;
            overflow: hidden;
        }
        
        .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 0.5rem 0.5rem;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -1rem;
            left: 50%;
            margin-left: -0.5rem;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 0.9rem 0 1.6rem;
            font-size: 0.8rem;
            color: #333333;
            line-height: 2.5rem;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #333333;
            text-align: left;
        }
        
        .submenu a:last-child {
            border-bottom: 0
        }
        
        .submenu a:before {
            position: absolute;
            content: "";
            width: 0.2rem;
            height: 0.2rem;
            border: 0.1rem solid #333333;
            border-radius: 50%;
            top: 1.2rem;
            left: 0.6rem;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .submenu a:hover {
            color: #69b01a;
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #69b01a;
        }
        .h_nav li:nth-child(8) .submenu a,.h_nav li:nth-child(9) .submenu a{padding: 0 2rem 0 1.6rem;}
        .header .h_nav li:hover .submenu{max-height: 500px;}
        .header .h_nav li:hover .submenu p:before{opacity: 1;}
.h_tel{font-size: 0.7rem;color: #fff;height: 1.6rem;position: absolute;top: 0.7rem;right: 0;background: #69b01a;display: flex;align-items: center;padding: 0 0.7rem 0 0.4rem;border-radius: 1rem;}
.h_tel em{width: 1rem;height: 1rem;line-height: 0;padding-right: 0.3rem;}
.h_tel em img{width: 1rem;height: 1rem;}
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:1800px){html{font-size:18.75px}
}
@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: 4rem; height: 4rem; margin-top: -2.5rem;border: 0; outline: none;cursor: pointer;transition:.8s;}
.banner .slick-prev {left: 1%; background:url(images/uu.png) no-repeat center center/4rem 4rem;opacity: 0;}
.banner .slick-next {right: 1%;background:url(images/dd.png) no-repeat center center/4rem 4rem;opacity: 0;}
.banner:hover .slick-prev { left: 2%; opacity: 1; }
.banner:hover .slick-next { right: 2%; opacity: 1; }
.slick-dots {position: absolute;left:5%; font-size:0;bottom:5%;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: #fd3a00;width: 40px;}
.small{position: absolute;left:8.3%;bottom: 3.5rem;}
.sm_m{ font-size: 1.5rem;color: #fff;height: 3rem;line-height: 3rem;overflow: hidden;}
.sm_m b{font-weight: bold;font-size: 2rem;}
.banner .banMenu {position: absolute;left: 50%;bottom: 3.5rem;width: 1.7rem;height: 2.4rem;margin-left: -0.8rem;text-align: center;z-index: 5;}
.banner .banMenu i {display: block;width: 1.7rem;height: 2.4rem; 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: url(images/f_bg.jpg) no-repeat center top/100% 26.5rem; height:22rem;padding-top: 4.5rem;overflow: hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_logo{width: 25.3%;height: 22rem;}
.f_logo h5{width: 100%;line-height: 0;overflow: hidden;}
.f_logo h5 img{display: block;width: 100%;}
.f_logo i{display: block;width: 100%;line-height: 2.2rem;margin-bottom: 1.8rem;padding-bottom: 2.5rem;border-bottom:rgba(255,255,255,0.3) 1px solid;font-size: 1.5rem;color: rgba(255,255,255,1);padding-top: 1rem;letter-spacing: 5px;}
.f_logo p{line-height: 1.5rem;font-size: 0.7rem;color: rgba(255,255,255,0.6);}
.f_logo span{padding: 0 0.5rem;}
.f_logo a{color: rgba(255,255,255,0.6);}
.f_ban{width: 17.5%;height: 22rem;margin-left: 8%;font-size: 0.9rem;color: rgba(255,255,255,0.7);}
.f_ban p{border-bottom:rgba(255,255,255,0.3) 1px solid;padding: 1.5rem 0;}
.f_ban p:first-child{padding-top: 0.5rem;}
.f_ban em{display: block;width: 1.6rem;height: 1.5rem;line-height: 0;margin-bottom: 0.5rem;overflow: hidden;}
.f_ban em img{width: 1.6rem;height: 1.5rem;}
.f_ban span{display: block;font-size: 0.7rem;line-height: 1rem;}
.f_ban b{display: block;font-size: 0.9rem;color: #fff;line-height: 1.5rem;}
.f_ban p:last-child{border-bottom: none;}
.f_nav{height: 22rem;width: 29%;margin-left: 8%;}
.f_nav b{display: block;font-size: 1.5rem;color: rgba(255,255,255,1);font-weight: normal;height: 3rem;line-height: 3rem;margin-bottom: 1.5rem;}
.f_ul01 li{width: 100%;display: inline-block;padding-bottom: 1rem;}
.f_ul01 li a{font-size: 0.8rem;color: rgba(255,255,255,1);display: block;float: left;height: 1.6rem;line-height: 1.6rem;width: 20%;}
.f_ul01 .f_ul02{float: left;width: 80%;}
.f_ul01 .f_ul02 li{width: 50%;float: left;padding-bottom: 0;}
.f_ul01 .f_ul02 li a{font-size: 0.7rem;color: rgba(255,255,255,0.7);width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.f_ul01 li.f_li02 .f_ul02 li{width: 33.3%;}
.f_ul01 li.f_li03 .f_ul02 li{width: 25%;}
.f_nav ul li a:hover{text-decoration: underline;color: rgba(255,255,255,1);}
.f_er{width: 7%;padding-top: 2.4rem;}
.f_er p{width: 100%;text-align: center;padding-bottom: 0.8rem;}
.f_er p em{display: block;width: 100%;line-height: 0;overflow: hidden;}
.f_er p img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.7);width: 100%;line-height: 1rem;padding-top: 0.3rem;}
  

        .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:#69b01a url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#69b01a url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#69b01a url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#69b01a 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:#69b01a 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:#69b01a 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:#69b01a 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;
        }
    
