@charset "utf-8";
@font-face { 
	font-family:font1; 
	src: url("../images/IMPACT.TTF");
	font-style: normal;
	font-display: swap;
} 
@font-face { 
	font-family:font2; 
	src: url("../images/PINGFANG_REGULAR.OTF");
	font-style: normal;
	font-display: swap;
} 

.headerBox{position: fixed;width: 100%;z-index: 100;left: 0;top: 0;transition: all .6s;}
.headerBox.on{background: #fff; box-shadow:0 0 10px rgba(0, 0, 0, .1); }
.headerBox.on .header{height: 1rem;}
.header{width: 1685px;margin: 0 auto;height: 1.65rem; display: flex;justify-content: space-between;align-items: center;max-width: 94%;transition: all .6s;}
.logo{width:5.3rem;}
.logo img{width: 100%;}
.headerRight{display: flex;justify-content: space-between;gap:.6rem;align-items: center;}
.nav ul{display: flex;gap:.38rem}
.nav li { position: relative;}
.nav li h3 a{color: #141415;font-size: var(--font24); position: relative;}
.nav li h3 a:before{position: absolute; content: "";border-bottom: 2px solid #007B27;bottom: -.1rem;width: 0;left: 50%;transform: translateX(-50%); transition: all .5s;}
.nav li.cur h3 a{color: #018131;}
.nav li.cur h3 a:before{width: 100%;}
.nav h3 a:hover{color: #018131;}

.nav .childWrap {
    padding-top: 5px;
    position: absolute;
    left: -300%;
    top: 100%;
    margin-left: -10px;
    pointer-events: none;
    opacity: 0;
    transition: all linear .3s;
}
.nav li:hover .childWrap { pointer-events: all; opacity: 1; margin-left: 0;}
.nav .child {
    margin-top: -1px;
    background-color: #018131;
    box-shadow: 0px .07rem .27rem 0px rgba(0,0,0,0.2);
    border-radius: .05rem;
    padding: .17rem;
}
.nav .inners {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav .rec {
    display: block;
    padding-top: .1rem;
    width: 1.65rem;
    flex: 0 0 1.65rem;
    height: 1.30rem;
    background: none;
    border-radius: .05rem;
    transition: all linear .15s;
    cursor: pointer;
}
.nav .rec:hover {
    background-color: white;
}
.nav .rec:hover .text {
    color: black;
}

.nav .imgs {
    display: block;
    width: 1.37rem;
    height: .83rem;
    background: #018131;
    box-shadow: 0px .07rem .27rem 0px rgba(0,0,0,0.2);
    border-radius: .05rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto
}

.nav .rec .text {
    display: block;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .19rem;
    color: #fff;
    line-height: .27rem;
    text-align: center;
    font-style: normal;
    width: 1.37rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .04rem auto 0;
    transition: all linear .15s;
}

.yzfl{display: flex;gap:.28rem;}
.fdj{background: url(../images/a2.png);width: .18rem;height: .18rem;cursor: pointer;background-size: 100% 100%;}
.yzdq{background: url(../images/a3.png);width:.18rem;height: .18rem;cursor: pointer;background-size: 100% 100%;}
.yzxz{font-size: 14px;color: #018131;position: relative;}
.yzxz p{line-height: .5rem;}
.yzxz p b{display: inline-block;background: url(../images/a4.png); width: 10px;height: 6px;background-size: 100% 100%; margin-left: .1rem;}
.yzxz ul{width: 80px;top: .5rem; left: 50%;transform: translateX(-50%);border-radius: 0 0 6px 6px; overflow: hidden;background: #fff;position: absolute;display: none;box-shadow:0 0 10px rgba(0, 0, 0, .05); }
.yzxz li a{display: block;line-height: 30px;font-size: 14px;text-align: center;color: #018131;}
.yzxz li a:hover {background: #018131;color: #fff;}
.yzxz:hover ul{display: block;}

.qjbj{background: url(../images/bj.png) no-repeat center 4.8rem;background-size: 100% auto;}
.banner{width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.banner_qh{position: relative; width: 61%;overflow: hidden; padding-bottom: .55rem;}
.zznr{ position:absolute;z-index: 10;left: 0;top: 0;width: 100%;}
.zznr img{width: 100%;object-fit: cover;hidden;position: relative;}
.bannerText{width: 39%; position: relative;left: -.8rem;}
.bannerBox{padding:0 5px 5px 2px;}
.bannerBox img{width: 100%;}
.bannerWb{display: inline-block;text-align: left; }
.bannerWb h2{color: #141415;font-size: var(--font50);margin-bottom: 1.4rem;line-height: 1.7;font-weight: bold;}

.btn1{display: inline-block; padding: 0 .25rem 0 .15rem;line-height: .5rem;background: #018131;border-radius: .25rem;color: #fff;font-size: var(--font18); margin-right: .28rem;}
.btn1 img{width: .28rem;display: inline-block;vertical-align: middle; margin: -3px .1rem 0 0;}
.banner .swiper-pagination-bullet{width: .68rem;height: .05rem;background: #d9d9d9;opacity: 1;border-radius: 0;}
.banner .swiper-pagination-bullet-active{background: #00802f;}

.wz1510{width: 1510px;max-width: 90%; margin: 0 auto; }
.yzfw{width: 1510px;max-width: 90%; margin: 0 auto; padding: 2.2rem 0 0 0;}
.qjText{padding: 0 .7rem;}
.qjText h2{font-size: var(--font50);color: #141415;font-weight: bold;margin-bottom: .35rem;}
.qjText p{font-size: var(--font26);color:rgba(20,20,21,0.8);line-height: 1.6;}
.yzfwNr{padding-top: .8rem;}
.yzfwNr ul{display: flex;gap:.15rem;flex-wrap: wrap;}
.yzfwNr li{width: calc(25% - .45rem/4);}
.yzfwNr a{display: block;border-radius: .2rem; position: relative;overflow: hidden;}
.yzfwNr a:before{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: #141415;opacity: .4;transition: all .5s;}
.yzfwNr a img{width: 100%;}
.yzfwNr a p{position: absolute;color: #fff;width: 100%; left: 0;bottom: .45rem;display: flex;justify-content: space-between;font-size: var(--font36); padding: 0 .3rem;align-items: center;}
.yzfwNr a p b{background: url(../images/a6.png);width: .42rem;height: .42rem;background-size: 100%;}
.yzfwNr a:hover:before{opacity: 0;}

.qwfz{margin: 2.8rem 0 2.5rem 0;}
.qwfzNr{padding-top: .65rem;}
.qjText a{display: inline-block; margin-top: .28rem; padding: 0 .88rem; line-height: .66rem;border-radius: 6px;border: 1px solid #018131;color: #018131;font-size: var(--font26);transition: all .5s;}
.qjText a:hover{color: #fff;background: #018131;}
.qwfzNr ul{display: flex;flex-wrap: wrap;}
.qwfzNr li{width: 25%;}
.qwfzbox{position: relative;}
.qwfzbox:before{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: #141415;opacity: .4;transition: all .5s;}
.qwfzbox img{width: 100%;}
.qwfzText{position: absolute;width: 100%; left: 0;bottom: 25px; padding:0 .4rem;text-align: right;z-index: 10;}
.qwfzText p{color: #fff;font-size: var(--font22); padding: 0 .4rem .2rem 0;}
.qwfzText h2{color: #fff;font-size: var(--font30);}
.qwfzText h2 b{font-size: var(--font62);font-family: font1;padding-right: .1rem;}
.qwfzbox:hover:before{opacity: 0;}
.qwfzTex{padding:.5rem .7rem 0 .7rem ;}
.qwfzTex ul{display: flex;gap:1rem}
.qwfzTex li{width: calc(50% -.5rem);}

.qwfzTex h2{color:#141415;font-size: var(--font48);font-weight: bold;margin-bottom: .3rem;}
.qwfzTex p{color: rgba(20,20,21,0.8);font-size: var(--font26);line-height: 1.5;height: 3em;}
.qwfzTex h3{gap:.7rem; display: flex; margin-top: .4rem;}
.btn2{line-height: .58rem;border-radius: .29rem;background: #018131;font-size: var(--font20);position: relative; color: #fff;padding: 0 .85rem 0 .25rem;}
.btn2 b{position: absolute;top: 50%;transform: translateY(-50%);right: .15rem;width: .36rem;height: .36rem;background: url(../images/a6.png);background-size: 100% 100%;}
.btn3{line-height: .58rem;border-radius: .29rem;background: #ff7f00;font-size: var(--font20);position: relative; color: #fff;padding: 0 .85rem 0 .25rem;}
.btn3 b{position: absolute;top: 50%;transform: translateY(-50%);right: .15rem;width: .36rem;height: .36rem;background: url(../images/a6.png);background-size: 100% 100%;}
.btn4{line-height: .58rem;border-radius: .29rem;background: #ff1800;font-size: var(--font20);position: relative; color: #fff;padding: 0 .85rem 0 .25rem;}
.btn4 b{position: absolute;top: 50%;transform: translateY(-50%);right: .15rem;width: .36rem;height: .36rem;background: url(../images/a6.png);background-size: 100% 100%;}

.bj2{background-image: linear-gradient(#e9f6e0 80%, #fff);}
.news{padding: 0 0 1rem;}
.newsTitle{display: flex;justify-content: space-between;align-items: center; overflow: hidden; overflow-x: auto;}
.newsTitle h2{color:#141415;font-size: var(--font48);font-weight: bold; white-space: nowrap; margin-right: 5px;}
.newsTitle ul{display: flex;gap:.27rem;}
.newsTitle a{display: block;line-height: .65rem;border-radius: 6px; border: 1px solid #018131;color: #fff;font-size: var(--font26); cursor: pointer;padding: 0 .68rem; white-space: nowrap;}
.newsTitle li.cur a{background: #018131;color: #fff;}
.newsTitle a:hover{background: #018131;color: #fff;}
.newsTitle li span { display: none!important;}
.newsXq{display: flex;justify-content: space-between;animation: fadeIn 1s 1;}
.newsNr{padding-top: .7rem;}
.newsLeft{width: 46%;position: relative;border-radius: .22rem; overflow: hidden;}
.newsLeft img{border-radius: .22rem;width: 100%;transition: all 1s;height: 100%; object-fit: cover;}
.newsText{position: absolute;width: 100%;left: 0;bottom: 0; padding: .3rem .5rem .2rem .5rem;display: flex;justify-content: space-between;align-items: center;background: rgba(1,129,49,.7);}
.rqnr{text-align: center;}
.rqnr h2{color: #fff;font-size: var(--font40);}
.rqnr h3{color: #fff;font-size:14px;}
.newsText p{color: #fff;font-size: var(--font26);width: calc(100% - .95rem);}
.newsLeft a:hover img{transform: scale(1.05);}
.newsRight{width: 50%;}
.newsRight li{border-bottom: 1px solid #CCCCCC; padding: .15rem .45rem .15rem 0;}
.xwbox{display: flex;justify-content: space-between;align-items: center;}
.xwLeft{width: 1.15rem;text-align: center;}
.xwLeft h2{color: #018131;font-size: var(--font42);font-weight: bold;margin-bottom: 0.1rem;}
.xwLeft h3{color: #141415;font-size: 14px;}
.xwbox p{font-size: var(--font26);color: rgba(20,20,21,0.8); line-height: 1.7;width: calc(100% - 1.8rem);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.newsRight a:hover p{color:#018131;}

.bj1{background: #f6f6f6;}
.hzhb{padding: 1.45rem 0 1.6rem;}
.hzhbNr{overflow: hidden;position: relative;margin-top: .9rem;} 

.hzhbNr ul{display: flex;gap:.3rem;flex-wrap: wrap;}
.hzhbNr li{width: calc(20% - 1.2rem/5);padding-bottom: .2rem;}
.hzhbNr b{display: block;overflow: hidden;border-radius: 5px; overflow: hidden;border: 1px solid #eee; padding: 20px;aspect-ratio: 301 / 137;display: flex;justify-content: center;align-items: center;background: #fff;}
.hzhbNr img{max-width: 100%; object-fit: cover;transition: all 1.2s;relative;aspect-ratio: 200 / 60;}
.hzhbNr a:hover img{transform: scale(1.1);}
.hzhbNr p{text-align: center; margin-top: .2rem;font-size: var(--font22);}

.hzhbNr .swiper-pagination-bullet{width: .68rem;height: .05rem;background: #d9d9d9;opacity: 1;border-radius: 0;}
.hzhbNr .swiper-pagination-bullet-active{background: #00802f;}
.hzhbNr .mySwiper{padding-bottom: .7rem;}

.footer{background:url(../images/a18.png) no-repeat 70% center #252631;background-size: auto 100%;}
.footerbox{width: 1510px;margin: 0 auto;max-width: 90%;}
.footerTop{padding: .6rem 0 .3rem;display: flex;justify-content: space-between;}
.footLeft{width: 65%;}
.footLeft h2{color: #fff;font-weight: bold;font-size: var(--font26);margin-bottom: .2rem;}
.footLeft dt{line-height: 2.2;font-size: var(--font22);}
.footLeft dt a{color: #fff;transition: all .5s;}
.footLeft dt a:hover{opacity: .5;}
.footLeft ul{display: flex;justify-content: space-between;}
.footRight{width: 20%;text-align: right;}
.footRight h2{color: #fff;font-size: var(--font36);text-align: left;}
.footRight dl{display: flex;justify-content: space-between;align-items: center;padding: .75rem 0 1rem; }
.footRight dl img{width: .4rem;}
.footRight dt{position: relative;}
.rwm{position: absolute;width: 1.2rem;left: 50%;transform: translateX(-50%);top: .55rem;display: none}
.footRight dl .rwm img{width: 100% !important;}
.footRight dt:hover .rwm{display: block;}
.fhbtn{width: 1rem;cursor: pointer; position: fixed;right: .2rem;bottom: 1rem;z-index: 100;background: #105c31;border-radius: 50%;overflow: hidden;display: none;}
.fhbtn img{width: 100%;height: 100%; object-fit: cover;}
.bqxx{border-top: 1px solid rgba(255,255,255,.5); padding: .26rem 0;}
.bqxx p{line-height: 1.6;color: rgba(255,255,255,.3);font-size: var(--font16);}
.bqxx p img{display: inline-block;vertical-align: middle; margin: -3px .1rem 0 0;width: .2rem;}

/*技术力量*/
.qjbj2{background: url(../images/bj2.png) no-repeat center top;background-size: 100% auto;}
.wzwz{width: 1685px;max-width:94%;margin: 0 auto;}
.wzwz p{line-height: 52px;font-size: var(--font18);color: #333333;opacity: .5;}
.h165{height: 1.65rem;}
.wzwz p a{color: #333333;}
.wzwz p a:hover{opacity: 1;color: #018131;}

.wz1450{width: 1450px;max-width:90%;margin: 0 auto;}
.jsll{padding: .5rem 0 3rem;}
.jsllTitel{padding: 0 .4rem;}
.jsllTitel h2{font-weight: bold;font-size: var(--font50);margin-bottom: .8rem;color: #141415;}
.jsllTitel p{font-size: var(--font22);color: rgba(20,20,21,0.8);line-height: 1.7;}
.jsllNr{padding-top: .75rem;}
.jsllNr ul{display: flex;gap:.25rem}
.jsllNr li{width: calc(20% - .75rem/4);cursor: pointer;}
.jsllNr li.cur{width: calc(40% - .75rem/4);transition: all .5s;}
.jsllBox{position: relative;height: 4.15rem;overflow: hidden; border-radius: .15rem;}
.jsllBox:before{position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: #141415;opacity: .4;transition: all .5s;}
.jsllBox img{height: 100%;object-fit: cover;}
.jsllBox p{position: absolute;width: 100%; left: 0;bottom: 0;padding: 0 .25rem;background: rgba(37,38,49,.8);color: #fff;font-size: var(--font26);line-height: 2.6;}
.jsllNr li.cur .jsllBox:before{opacity: 0;}

.sjbmTitle h2{font-weight: bold;color: #018131;font-size: var(--font28);margin-bottom: .5rem;}
.sjbmTitle h2 img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;width: 35px;}
.sjbmTitle p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.7;margin-bottom: .55rem;}
.jsbmNr img{margin: 0 auto;max-width: 100%;width: 90%;}
.jsbmText{background: url(../images/a27.png);background-size: 100% 100%;margin: -.5rem auto 0 auto;width: 1470px;padding: 1.5rem .7rem .7rem .7rem;max-width: 90%;}
.jsbmText ul{display: flex;justify-content: space-between;gap:.5rem}
.jsbmText li{text-align: center;}
.jsbmText h2{display: inline-block; line-height: .56rem;border-radius: .28rem;background: #f2f8f4;color: #018131;font-size: var(--font26);font-weight: bold;padding: 0 .28rem;margin-bottom: .44rem;}
.jsbmText p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 2;text-align:left;}

.yxzc{width: 1410px;max-width:90%;margin: 0 auto; padding-top: 1rem;}
.yxzc ul{display: flex;gap:.2rem;}
.yxzc li{width: calc(33.33% - .4rem/3);}
.yxzxBox{border-radius: .12rem;background: #fff;box-shadow:0 0 10px rgba(0, 0, 0, .1); overflow: hidden;}
.yxzxBox h2{font-weight: bold;text-align: center; background: #f2f8f4;line-height: .8rem;color: #018131;font-size: var(--font26);}
.yxzxBox dl{display: flex;justify-content: center; padding: .29rem 0;}
.yxzxBox dt{color: rgba(20,20,21,0.8);font-size: var(--font22);}
.yxzxBox dt span{padding: 0 .1rem;}

.cggl{padding: 2.6rem 0 0 0;}
.cgglTitle h2{font-weight: bold;color: #018131;font-size: var(--font28);margin-bottom: .55rem;}
.cgglTitle h2 img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;width: 35px;}
.wbbox{position: relative;}
.wbbox img{position: absolute;right: 0; top: .6rem;width: 3.4rem}
.cgglNr p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.7;}
.cgglNr ul{padding-top: .55rem;}
.cgglNr li{position: relative; font-size: var(--font22);color: #141415;opacity: .8;line-height: .64rem; padding-left: .35rem;}
.cgglNr li:before{position: absolute;content: "";width: .12rem;height: .12rem;background: #018131;border-radius: 50%; left: 0;top: .26rem;}
.ywnr{padding: ;}
.cgglNr h4{padding: .16rem 0 .16rem .35rem;color: #12C24E; margin-top: 1.2rem;background: rgba(1,129,49,.05);line-height: .39rem;display: flex;gap:.15rem}
.cgglNr h4 span{font-size: var(--font20);font-weight: bold;}
.cgglNr h4 b{font-size: var(--font16);}
.ywnr{padding: 2.1rem 0 1.65rem;}
.ywnr h2{font-weight: bold;color: #018131;font-size: var(--font28);margin-bottom: .3rem;}
.ywnr h2 img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;width: 35px;}
.ywnrNr{background: rgba(255,255,255,.5);border: 1px dashed #018131;border-radius: .15rem;padding: .3rem .7rem;}
.ywnrNr ul{display: flex;gap:.3rem;}
.ywnrNr li{width: calc(33.33% - .6rem/3);}
.ywnrNr p{color: #141415;line-height: 2;padding-left: .35rem;font-size: var(--font22);position: relative;}
.ywnrNr p:before{position: absolute;content: "";width: .12rem;height: .12rem;background: #018131;border-radius: 50%; left: 0;top: .16rem;}

/*新闻资讯*/
.bj3{background-image: linear-gradient(#c2e6d3 40%, #fff );}
.wz1485{width: 1485px;margin: 0 auto;max-width: 90%;}
.xwtt-TOP{padding: .35rem 0 .6rem;display: flex;justify-content: space-between;align-items: center;}
.xwtt-TOP h2{font-weight: bold;font-size: var(--font28);color: #141415;font-size: var(--font48);}
.xwtt-TOP ul{display: flex;gap:.25rem;}
.xwtt-TOP a{display: block; line-height: .68rem;border-radius: .1rem;border: 1px solid #018131;color: #018131;padding: 0 .7rem;font-size: var(--font24);transition: all .5s;}
.xwtt-TOP a:hover{background: #018131;color: #fff;}
.xwtt-TOP li.cur a{background: #018131;color: #fff;}

.xwttTitle{padding-bottom: .15rem;border-bottom: 1px solid #CCCCCC;}
.xwttTitle h2{color: #141415;opacity: .5;font-size: var(--font22);margin-bottom: .2rem;}
.xwttTitle h3{color: #141415;font-size: var(--font48);margin-bottom: .22rem;word-break: break-all;}
.xwttTitle p{text-align: right;color: #89898a;font-size: var(--font22);}
.xwttTitle a{display: inline-block; margin-left: .3rem;vertical-align: middle;}
.xwttTitle a img{height: .3rem;}
.xwttNr{padding:.4rem .7rem 1.1rem .7rem ;border-bottom: 1px solid #CCCCCC;word-break: break-word;overflow-wrap: anywhere;}
.xwttNr p{color: rgba(20,20,21,.6);line-height: 1.7;font-size: var(--font22);word-break: break-all;}
.xwttNr img{margin: .27rem auto;max-width: 90%;}
.xwttNr p span{color: #018131;}
.xwttNr a{display: block;text-align: center;border: 1px dashed #FF0000;border-radius: 8px; padding: .2rem .15rem;background: #fff3f3;font-size: var(--font26);color: #141415;opacity: .5;line-height: 1.7;margin-top: .4rem;}
.xwttNr a b{color: #FF0000; }

.rmtj{padding: 1.1rem 0;}
.rmtjTitle h2{font-weight: bold;color: #141415;font-size: var(--font36);margin-bottom: .4rem;}
.rmtjNr li{padding-bottom: .27rem;}
.rmqh{animation: fadeIn 1s  1;}
.rmtjBox{display: flex;justify-content: space-between;}
.rmtjLeft{width: 4.8rem;overflow: hidden; border-radius: .15rem;position: relative;aspect-ratio: 16 / 10.3;}
.rmtjLeft b{color: #fff;font-size: var(--font22);border-radius: .15rem; line-height: .64rem; padding: 0 .3rem;position: absolute;left: 0; top: 0;background: rgba(7,128,80,.8);}
.rmtjLeft img{width: 100%;hidden;position: relative;border-radius: .15rem;transition: all 1s;height: 100%; }
.rmtjRight{width: calc(100% - 5.45rem);padding-top: .25rem;}
.rmtjRight h2{color: #141415;font-size: var(--font22);opacity: .5;}
.rmtjRight h3{font-weight: bold;color: #141415;font-size: var(--font26);margin:.25rem 0 .3rem;    word-break: break-all;}
.rmtjRight p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.7;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.rmtjBox:hover img{transform: scale(1.1);}
.rmtjBox h3:hover{color: #018131;}
.btnjz{text-align: center;}
.btn5{display: inline-block;line-height: .56rem;border: 1px solid #018131;border-radius: .29rem;color: #018131;padding: 0 1.2rem; position: relative;font-size: var(--font18);transition: all .5s;background: #fff;}
.btn5 b{width: .36rem;height: .36rem; position: absolute;top: 50%;transform: translateY(-50%);right: .1rem;border-radius: 50%;background: url(../images/b35.png) no-repeat center center #fff;background-size: 100%;}
.btn5:hover{background: #018131;color: #fff;}
.btn5a{display: inline-block;line-height: .56rem;border: 1px solid #018131;border-radius: .29rem;padding: 0 1.2rem; position: relative;font-size: var(--font18);transition: all .5s;background: #fff;background: #018131;color: #fff;}
.btn5a b{width: .36rem;height: .36rem; position: absolute;top: 50%;transform: translateY(-50%);right: .1rem;border-radius: 50%;background: url(../images/b35a.png) no-repeat center center;background-size: 100%;}
.btn5:hover{background: #018131;color: #fff;}
.xwzxLb{border-top: 1px solid #ccc; padding: 0 .5rem;}
.ndnr{padding:.3rem 0 ;}
.wby4{border: 1px solid #dcdfe6;width: 165px; padding: 0 15px;height: 40px; font-size: 16px; color: #b4b7bd;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none; background: url(../images/b36.png) no-repeat 96% center #fff;border-radius: 6px;}
.wzfy{text-align: center; padding: .3rem 0 .8rem;}
.wzfy li{display: inline-block; padding: 0 .1rem;}
.wzfy a{display: block; line-height: 30px;border-radius: 16px; padding: 0 11px;border: 1px solid #a6a6a6;font-size: 16px;transition: all .5s;}
.wzfy a:hover{color: #fff;background: #018131;border: 1px solid #018131;}
.wzfy li.cur a{color: #fff;background: #018131;border: 1px solid #018131;}

/*联系我们*/
.bj4{background: url(../images/bj4.png) no-repeat center top;background-size: cvoer;}
.lxwmTitle{padding: 0 .7rem;}
.lxwmTitle h2{font-weight: bold;color: #141415;font-size: var(--font48);padding: .66rem 0 .82rem;}
.lxwmNr{padding-bottom: .85rem;}
.lxwmNr h2{font-weight: bold;color:#141415; position: relative;line-height: .54rem; padding-left: .5rem;font-size: var(--font30);margin-bottom: .55rem;}
.lxwmNr h2:before{position: absolute;content: "";border-left: .1rem solid #018131;left: 0;top: 0;height: 100%;}
.lxwmNr p{padding-left: .65rem;color: rgba(20,20,21,0.8);font-size: var(--font30);line-height: 1.7;}
.lxwmNr h3{padding-left: .65rem;color: #141415;font-weight:bold;font-size: var(--font30);line-height: 1.7;}
.lxwmNr ul{display: flex;justify-content: space-between;}
.lxwmNr  li{width: 50%;}

/*产品一览列表*/
.ylfl{display: flex;justify-content: space-between;gap:.35rem; padding-bottom: .45rem;border-bottom: 1px solid #ccc; position: relative;}
.ylflLeft{width: calc(45% - .35rem/2);}
.ylflLeft ul{display: flex;justify-content: space-between;flex-wrap: wrap;gap:.35rem;}
.ylflLeft li{width: calc(50% - .35rem/2);display: flex;justify-content: space-between;align-items: center;}
.ylflLeft li span{color: #303133;font-size:16px;}
.wby5{border: 1px solid #dcdfe6;width: calc(100% - .6rem); padding: 0 15px;height: 40px; font-size: 16px; color: #141415;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none; background: url(../images/b36.png) no-repeat 96% center #fff;border-radius: 6px;}
.wby5:not(:focus):invalid,.wby5[data-selected="false"] { color: #999;}
.wby5:valid,.wby5[data-selected="true"] { color: #999; }

.ylflRight{width: calc(55% - .35rem/2);display: flex;justify-content: space-between;}
.wby6{border: 1px solid #dcdfe6;width: calc(100% - 115px); padding: 0 15px;height: 40px; font-size: 16px; border-radius: 6px;background: #fff;line-height: 38px;color: #999;}
.wby6::-webkit-input-placeholder{color:#999;}
.btn7{width: 82px;height: 40px;background: #252631;border: none;border-radius: 6px; cursor: pointer; color: #fff;font-size: 16px;}
.btn7 img{width: 16px;display: inline-block;vertical-align: middle; margin: -3px 12px 0 0;}

.cpml{padding: .4rem 0 1.1rem 0;display: flex;justify-content: space-between;}
.cpmlLeft{width: 270px;}
.cpmlLeft h2{font-size: var(--font32);color: #fff;font-weight: bold;text-align: center;background: url(../images/a38.png) no-repeat center center;background-size: 100% 100%;line-height: 1.3rem;}
.cpmlLeft li h3 a{display: block; line-height: 1.1rem; padding: 0 0 0 .53rem;font-size: var(--font26);color: #141415;transition: all .5s;font-weight: bold;}
.cpmlLeft li{border-bottom: 1px solid #edeef4;}
.cpmlLeft ul{border: 1px solid #edeef4;}
.cpmlLeft li:last-child{border: none;}
.cpmlLeft h3 b{background: url(../images/a39.png);width: 10px;height: 22px; position: absolute;top: 50%;transform: translateY(-50%);right: .4rem;}
.cpmlLeft dt.cur2 a{color: #018131;}
.cpmlLeft li h3.on1 a{background:#F0F8E4;color: #018131;}
.cpmlLeft h3 {position: relative;}
.cpmlLeft h3 a:hover{background:#F0F8E4;color: #018131;}
.cpmlRight{width: calc(100% - 330px);}
.cpmlTop {border-bottom: 0.05rem solid #018131;}
.cpmlTop ul{display: flex;gap:.15rem;padding-bottom: .4rem;}
.cpmlTop a{display: block;
    padding: 0 .4rem;
    line-height: .52rem;
    border: 1px solid #e4ebeb;
    border-radius: .27rem;
    background: #fff;
    color: #9AA8B6;
    font-size: var(--font20);}
.cpmlTop li.cur a{color: #fff;background: #018131;border: 1px solid #018131;}
.cpmlTop a:hover{color: #fff;background: #018131;border: 1px solid #018131;}
.cpmlBottom{padding: 0 0 .82rem;}
.cpmlBottom table{width: 100%;border-bottom: 1px solid #018131;}
.cpmlBottom th{font-size: var(--font26);color: #141415;line-height: .96rem;}
.cpmlBottom td{text-align: center;font-size: var(--font22);color: #141415;background: #EFF5F1;line-height: .96rem;}
.cpmlBottom th:nth-child(2){ text-align: left;}
.cpmlBottom td:nth-child(2){ text-align: left;}
.cpmlBottom tr:nth-child(2n+1) td { background: #fafbfa;}
.btn6{display: inline-block;color: #fff;background: #018131;line-height: .82rem;border-radius: 8px; padding: 0 .48rem;font-size: var(--font26);}
.btn6 img{display:inline-block; vertical-align: middle; margin: -3px 0 0 10px;width: .21rem;}

/*人才招聘*/
.bj5{background: url(../images/bj5.png) no-repeat center top;background-size: 100% auto;}
.wz1375{width: 1375px;max-width: 90%;margin: 0 auto;}
.zprcTitle{display: flex;justify-content: space-between;align-items: flex-start;}
.zczpTitle h2{font-weight: bold;color: #141415;font-size: var(--font48);padding: .66rem 0 .82rem;}
.zprcBox{background: rgba(255,255,255,0.5);box-shadow: 0px .21rem .3rem 0px rgba(10,31,68,0.16);border-radius: 11px; padding: 0 .55rem .58rem .55rem;}
.zprcTitle{padding: .5rem 0 .45rem;display: flex;justify-content: space-between;}
.zprcTitle img{width: .9rem;}
.zpbton{display: block;text-align: center;width: 3.7rem; line-height: .64rem;border-radius: .15rem;margin:0 auto ;border: 1px solid #007B27;color: #007B27;font-size: var(--font22);transition: all .5s;}
.zpbton:hover{background: #007B27;color: #fff;}
.zprcleft p{font-size: var(--font22);line-height: 1.6;color: rgba(20,20,21,0.8); margin-bottom: .2rem;}
.zprcleft a{color: #018131;font-size: var(--font18);line-height: 1.5;}
.zprcleft ul{display: flex;gap:.8rem;}
.zprcleft  span{display: block;font-size: var(--font26);color: #141415;padding-bottom: .2rem;cursor: pointer; position: relative; padding-right: .15rem;}
.zprcleft  span:before{position: absolute;content: "";border-bottom: 0.05rem solid #007b27;bottom: 0;left: 0;width: 0;transition: all .5s;}
.zprcleft li.cur span{color: #007b27;font-weight: bold;}
.zprcleft li.cur span:before{width: 100%;}

.zprchz{position: relative;overflow: hidden;animation: fadeIn 1s 1;}
.zprchz .mySwiper{padding-bottom: .45rem;}
.zpnr ul{display: flex;gap:.27rem;flex-wrap: wrap;}
.zpnr li{width: calc(25% - .81rem/4);background: url(../images/b6.png) no-repeat right top #018131;background-size:1.6rem auto;border-radius: 11px; padding: .3rem .2rem 1.1rem .2rem;position: relative;}
.zpnrbox h2{color: #fff;font-weight: bold;font-size: var(--font26);margin-bottom: .33rem;}
.zpnrbox h2 img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;width: .16rem;}
.zpnrbox p{color: #fff;font-size: var(--font18);line-height: 1.7;}
.zpnrbox a{display: block;position: absolute;right: .25rem;bottom: .25rem;background: url(../images/b8.png);background-size: 100% 100%;width: 34px;height: 34px;}
.zprchz .swiper-pagination-bullet{width: .7rem;height: 0.06rem;background: #d9d9d9;border-radius: 0; opacity: 1;}
.zprchz .swiper-pagination-bullet-active{background: #00802F;}

.fldy_title h2{position: relative;color: #141415;font-size: var(--font30); padding-left: .5rem;line-height: .56rem;font-weight: 800;}
.fldy_title h2:before{border-left: .05rem solid #018131;height: 100%;position: absolute;content: "";left: 0;top: 0;}
.fldyNr{padding: .6rem 0 0 0;}

.fldyNr h3{color: #018131;line-height: 1.6;font-size: var(--font22);margin-bottom: .4rem;}
.fldyNr .dlsm{display: flex;gap:.27rem;flex-wrap: wrap;}
.fldyNr .dlsm li{width: calc(33.333% - .54rem/3); padding: .25rem .27rem;border-radius: 11px;background: #fff;border: 1px solid rgba(0,0,0,.08);}
.dysmbox h2{color: #018131;font-weight: bold;font-size: var(--font18);margin-bottom: .15rem;line-height: 1.5;}
.dysmbox p{color: rgba(20,20,21,0.8);line-height: 1.7;font-size: var(--font18);}
.dytp{display: flex;gap:.27rem;flex-wrap: wrap;padding: .27rem 0 0 0;}
.dytp li{width: calc(33.333% - .54rem/3); }
.dytp li img{width: 100%;}

.pxzd{ padding: 3.1rem 0 1rem;}
.pxzdNr{padding: .55rem .5rem 0 .5rem;}
.pxzdNr p{color: #018131;line-height:1.7;margin-bottom: .4rem;font-size: var(--font22);font-weight: bold;}
.pxzdNr ul{display: flex;gap:.27rem;flex-wrap: wrap;padding: .27rem 0 .4rem 0;}
.pxzdNr li{width: calc(33.333% - .54rem/3); }
.pxzdNr li img{width: 100%;}
.pxzdNr dt{padding-bottom: .45rem;}
.pxzdNr h2{color: #018131;font-weight: bold;font-size: var(--font22); margin-bottom: .1rem;}
.pxzdNr h3{color: rgba(20,20,21,0.8);line-height: 1.7;font-size: var(--font20);}

/*公司介绍—全球网络*/
.qqwl{position: relative; margin-top: .35rem; padding: 0 1.1rem;}
.qqwl h2{font-weight: bold;font-size: var(--font22);color: #141415;font-size: var(--font50); position: absolute;left: 0;top: .25rem;}
.qqwl img{width: 100%;}
.qyfb_title ul{display: flex;gap:3px;border-bottom: 1px solid #F2F3F5;}
.qyfb_title li{width: calc(33.33% - 6px/3);}
.qyfb_title span{display: block;text-align: center;color: #141415;font-size: var(--font26);line-height: .7rem;border: 1px solid #F2F3F5;border-radius: 11px 11px 0 0;border-bottom: none;cursor: pointer;}
.qyfb_title li.cur span{color: #fff;background: #018131;border: 1px solid #018131;}
.qyfbNr{padding-top: .4rem;}
.qyfbQh h2{font-size: var(--font26);color: #018131;font-weight: bold;margin-bottom: .15rem;}
.qyfbQh ul{display: flex;gap:.21rem;flex-wrap: wrap;}
.qyfbQh li{width: calc(33.33% - .42rem/3);background: #EFF5F1;padding: .33rem;}
.qyfbQh li:nth-child(2n){ background: #fafbfa;}
.qyfbQh h3{font-size: var(--font26);color: #018131;font-weight: bold;margin-bottom: .25rem;}
.qyfbQh p.gsdz{color: rgba(20,20,21,0.8); line-height: 1.6;font-size: var(--font20);margin-bottom: .5rem; padding-left: .4rem; position: relative;}
.qyfbQh p.gsdz:before{position: absolute;content: "";background: url(../images/b20.png);width: 16px;height: 21px;background-size: 100% 100%;left: 0;top: .06rem;}
.qyfbQh p.dhnr{padding-left: .4rem;font-size: var(--font20);color: rgba(20,20,21,0.8);line-height: 1.6;}
.qyfbQh{padding-bottom: .9rem;}
.fbnr{animation: fadeIn 1s 1;}

/*产品一览列表2*/
.cpmlLeft dl{display: none;}
.cpmlLeft dl dt a{display: block;text-align: center;font-size: var(--font20);color: #9AA8B6;line-height: 40px;}
.cpmlLeft dl dt a:hover{color: #018131;}
.lbcp ul{display: flex;flex-wrap: wrap;gap:.1rem}
.lbcp li{width: calc(33.33% - .2rem/2);background: #fff;transition: all .5s; position: relative;}
.lbcpbox{padding: 0 .21rem .35rem .21rem;}
.lbcp li:before{position: absolute;content: "";border-bottom: 3px solid #018131;left: 0;bottom: 0;width: 0;transition: all .5s;}
.lbcp li:hover{box-shadow: 0px 0 15px 0px rgba(1,129,49,0.3);}
.lbcpTp{padding: .33rem 0;}
.lbcpTp img{width: 100%; position: relative;aspect-ratio: 16 / 12;}
.lbcp li:hover:before{width: 100%;}
.lbcpText{border-top: 1px solid #eee;}
.lbcpText h2{font-weight: bold;font-size: var(--font28);color: #141415;margin: .27rem 0 .21rem;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.lbcpText p{color: rgba(20,20,21,0.8);line-height: 1.7;font-size: var(--font18);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.wzfy2{padding-top: .5rem;}
.wzfy2 ul{display: flex;justify-content: center;gap:.3rem}
.wzfy2 li {font-size: 16px;color: #606266;display: inline-block;vertical-align: middle;line-height: 26px;}
.wzfy2 li a{font-size: 16px;color: #606266;}
.wzfy2 li a:hover{color: #1989FA;}
.wby7{width: 60px;height: 26px;border: 1px solid #dcdfe6;border-radius: 6px;color: #606266; margin: 0 5px;}
.wby8{width: 60px;height: 26px;border: 1px solid #dcdfe6;border-radius: 6px;color: #606266; margin: 0 5px;line-height: 24px; padding: 0 10px;}

.cpyl_title h2{color: #141415;font-size: var(--font22);padding: .4rem 0 .22rem;}
.cpylNr{padding-bottom: 3.1rem;}
.cpylNr ul{display: flex;gap:.1rem;flex-wrap: wrap;}
.cpylNr li{width: calc(25% - .3rem/4);position: relative;}
.cpylNr li:before{position: absolute;content: "";border-bottom: 3px solid #018131;left: 0;bottom: 0;width: 0;transition: all .5s;}
.cpylNr li:hover{box-shadow: 0px 0 15px 0px rgba(1,129,49,0.3);}
.cpylNr li:hover:before{width: 100%;}

/*产品详情页*/

.cpxqTop{display: flex;justify-content: space-between;gap:1.1rem; padding: .5rem 0 .9rem 0;}
.cpxqLeft{width: calc(50% - 1.1rem/2);}
.cpxqLeft img{width: 100%;border-radius: 11px;}
.cpxqRight{width: calc(50% - 1.1rem/2);}
.cpxqRight h2{font-weight: bold;color: #141415;font-size: var(--font36);}
.cpxqRight h3{color: #141415;font-size: var(--font22);opacity: .5; margin: .8rem 0 .27rem;}
.cpxqRight h3 span{color: #141415;opacity: .8}
.cpxqRight p{color: rgba(20,20,21,0.8);font-size: var(--font26);line-height: 1.7;}
.cpxqRight ul{display: flex;gap:.32rem; padding-top: .55rem;}
.cpxqRight li{width: calc(50% - .32rem/2);}
.cpxqRight li a{width: 100%;text-align: center;}


.cpystitle h2{background: #F7F7F7; padding: .11rem .27rem; line-height: 1.7;font-size: var(--font26);color: #141415;font-weight: bold;}
.cpys{padding-bottom: .41rem;}
.cpys_nr{padding:.41rem .69rem ;}
.cpys_nr h2{color: #018131;font-size: var(--font26);line-height: 1.7;}
.cpys_nr p{color:#14141583;font-size: var(--font26);line-height: 1.7; }
.cpys_nr p *{color:#14141583;}
.cpys_nr img{max-width: 100%; margin: .15rem auto 0 auto;}

.xgcp{padding-bottom: 1.1rem;}
.xgcp_tile h2{background: #018131; padding: .11rem .27rem; line-height: 1.7;font-size: var(--font26);color: #fff;font-weight: bold;}
.xgcpNr{padding:.4rem 0 1.1rem;}
.xgcpNr ul{display: flex;gap:.27rem;flex-wrap: wrap;}
.xgcpNr li{width: calc(33.33% - .54rem/3);}
.xgcpbox{display: flex;justify-content: space-between;border: 1px solid #eff2f4;border-radius: 11px;overflow: hidden;align-items: center; padding: .25rem .3rem;}
.xgcpTp{width: 1.77rem;}
.xgcpTp img{width: 100%; object-fit: cover;overflow: hidden;position: relative;aspect-ratio: 177px / 192;}
.xgcpText{width: calc(100% - 2.1rem); padding-right: .25rem;}
.xgcpText h2{color: #141415;font-size: var(--font26); font-weight: bold;margin-bottom: .1rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all .5s;}
.xgcpText p{color: rgba(20,20,21,0.8);font-size: var(--font20); line-height: 1.7;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.btnjz ul{display: flex;justify-content: center;gap:.7rem;}
.xgcpNr a:hover h2{-webkit-line-clamp:10;}
/*经营理念*/
.jyln{padding-bottom: 1.65rem;}
.jylntitle h2{position:relative;}
.jylnnr{padding: .55rem .69rem 0 .69rem;}
.jylnnr ul{display: flex;justify-content: center; gap:.3rem;}
.jylnnr span{display: block; color: #fff;font-size: var(--font32);border-radius: 11px;background:url(../images/b27.png) no-repeat left top #018131;font-weight: bold;background-size: auto 100%;width: 3.02rem;line-height: 1.1rem;text-align: center;}
.jylnbox{display: block;text-align: center;font-size: var(--font32);border-radius: 11px;background:url(../images/b28.png) no-repeat center center;font-weight: bold;background-size:100% 100%;width: 9.8rem;line-height: 1.1rem;text-align: center;color: #fff;}
.jylnnr p{font-size: var(--font22);line-height: 1.7;opacity: .5;}
.jylnnr h3{text-align: right; margin-top: .3rem;font-size: var(--font22);line-height: 1.7;opacity: .5;}

.yjtp img{max-width: 60%; margin: 0 auto;}
.gsyz{display: flex;justify-content: space-between;}
.gsyzright{width: 5rem;}
.gsyzright img{width: 100%;}
.gsyzleft{padding-top: .4rem;}
.gsyzleft h2{font-size: var(--font28);line-height: 1.7;color: #018131;font-weight: bold;margin-bottom: .4rem;}
.gsyzleft h2 img{display: inline-block;vertical-align: middle; margin: -3px .19rem 0 0;width: .41rem;}

.sjnl{padding: 0 .69rem;}
.sjnl h2{font-size: var(--font28);line-height: 1.7;color: #018131;font-weight: bold;margin-bottom: .4rem;}
.sjnl h2 img{display: inline-block;vertical-align: middle; margin: -3px .19rem 0 0;width: .41rem;}
.sjnl p{font-size: var(--font22);line-height: 1.7;opacity: .5;text-align: center;}
.sjnlbox img{width: 8rem;margin: 0 auto;max-width: 100%;}
.sjnlbox{padding:.7rem 0  2.5rem ;}
.achievementRight li{width: calc(50% - .25rem);}

/*公司介绍*/
.bj6{background: url(../images/bj6.png) no-repeat center top;background-size: 100% auto;}
.bj7{background: url(../images/bj7.png) no-repeat center top;background-size: 100% auto;}
.wz1510{width: 1510px;margin: 0 auto;max-width: 90%;}
.gsgk{padding: .65rem  0 ;}
.gsgkTitle{padding: 0 .69rem;}
.gsgkTitle h2{color: #141415;font-size: var(--font48);font-weight: bold;margin-bottom: .15rem;}
.gsgkNr{position: relative; padding: .69rem .69rem 0 .69rem;background: url(../images/b41.png) no-repeat center top;background-size: 100% auto;}

.gsgkNr ul{display: flex;gap:.32rem;flex-wrap: wrap;z-index: 10; position: relative;}
.gsgkNr li{width: calc(33.33% - .64rem/3);padding-bottom: .23rem;}
.gsgkNr a{display: block;border-radius: 11px; overflow: hidden;}
.gsgkNr p{color: #fff;background: #018131; padding: .11rem 0 .11rem .55rem;line-height: 1.6;font-size: var(--font24);}
.gsgkNr img{width: 100%;}
.gsgkNr p b{display: inline-block;background: url(../images/b40.png) no-repeat center center;background-size: 100% 100%;width: .34rem;height: .34rem;vertical-align: middle; margin: -3px .27rem 0 0;}
.gsgmTitle{padding: 2.15rem .69rem .4rem .69rem;}
.gsgmTitle h2{font-weight: bold;color: #141415;font-size: var(--font22);line-height: 1.7;opacity: .8;margin-bottom: .27rem;}
.gsgmTitle p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.7;}
.gsgmNr{ margin-bottom: 1.7rem;}
.gsgmNr ul{display: flex;justify-content: space-between;flex-wrap: wrap;gap:0.05rem,}
.gsgmNr li{width:calc(25% - .15rem/4);background:rgba(21,212,57,.05); margin-bottom: 0.05rem;}
.gsgmNr  ul li:nth-child(3){ width:calc(50% - .15rem/4);}
.gsgmNr  ul li:nth-child(4){  width:calc(50% - .15rem/4);}
.gsgmBox{padding: .4rem .55rem;position: relative;}
.gsgmBox_a img{width: 1.08rem; position: absolute;bottom: .23rem;right: .23rem;}
.gsgmBox_b img{width: 1.1rem; position: absolute;bottom: .23rem;right: .23rem;}
.gsgmBox_c img{width: 1.33rem; position: absolute;right: .23rem;top: .23rem;}
.gsgmBox_d img{width: 1.1rem; position: absolute;right: .23rem;top: .23rem;}
.gsgmBox_e img{width: 1.03rem; position: absolute;right: .23rem;top: .23rem;}
.gsgmBox2 img{width: 1.02rem; position: absolute;top: .23rem;left: .23rem;}
.gsgmBox h3{font-weight: bold;color: #141415;font-size: var(--font22);}
.gsgmBox h2{color: #018131;font-size: var(--font48);margin: .21rem 0 .19rem;line-height: 1.6;font-family: font1;}
.gsgmBox p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.6;}
.gsgmBox2{padding: .4rem .55rem;position: relative;text-align: right;}
.gsgmBox2 p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.6;}
.gsgmBox2 h3{font-weight: bold;color: #141415;font-size: var(--font22);}
.gsgmBox2 h2{color: #018131;font-size: var(--font48);margin: .21rem 0 .19rem;line-height: 1.6;font-weight: 700;}
.gsgmBox2 p{color: rgba(20,20,21,0.8);font-size: var(--font22);line-height: 1.6;}

.video{width: 70%; margin:.8rem auto 0 auto;}
.video video{width: 100%;}
.lsyg{margin: 1.37rem 0 0 0;overflow: hidden;}
.fldyNr{overflow: hidden; }
.fldyNr a{display: block;}
.fldyNr a img{width: 100%;}
.fldyNr p{text-align: center;font-size: var(--font22);color: #141415;line-height: 1.7; margin-top: .11rem;}
.qyryNr{overflow: hidden; margin: .8rem 0 2rem;}
.qyryNr span{display: block; overflow: hidden;}
.qyryNr span img{width: 100%;transition: all 1.2s;}
.qyryNr span:hover img{transform: scale(1.1);}
.dysmbox p{text-align: left;}
.dysmbox h2{font-size: var(--font22);}
.h163{height: 1.63rem;}
.bj8{background: url(../images/bj8.png) no-repeat center top;background-size: 100% auto;}

.lsyg{padding-bottom: 2.19rem;}
.lsyg .mySwiper{  margin-bottom: .2rem;}
.gsdsj{display: flex;justify-content: center; margin: 0 1rem; padding: .1rem;border-radius: .1rem;}
.gsdsjLeft{width: 35%;}
.gsdsjLeft img{width: 100%; max-height: 420px; object-fit: contain;}
.gsdsjLeft p{font-size: var(--font22);line-height: 1.7;padding: .1rem 0 .3rem;text-align: center;color: #141415;}
.gsdsjRgith{width: 50%;padding-left: .8rem;padding-top: .4rem;}
.gsdsjRgith p{color: #141415;font-size: var(--font22);line-height: 1.7;padding: .1rem 0;display: flex;justify-content: space-between;align-items: flex-start; }
.gsdsjRgith p b{ padding: 0 .18rem;border-radius: 6px;color: #fff;line-height: .63rem;background: #018131;vertical-align: middle; margin: -3px .3rem 0 0; white-space: nowrap;}
.gsdsjRgith p span{width: calc(100% - 1.2rem);}
.lsyg .swiper-button-next{background: url(../images/next.png);width: .8rem;height: .8rem; margin-top: -.4rem; margin-right: .4rem;opacity: .5;transition: all .5s;background-size: 100%;border-radius: 50%;right: 0;z-index: 10;}
.lsyg .swiper-button-next:hover{opacity: 1;}
.lsyg .swiper-button-prev{background: url(../images/prev.png);width: .8rem;height: .8rem; margin-top: -.4rem; margin-left: .4rem;opacity: .5;transition: all .5s;background-size: 100%;border-radius: 50%;left: 0;outline:none;z-index: 10;}
.lsyg .swiper-button-prev:hover{opacity: 1;}
.lsyg .swiper-button-next:after,.lsyg .swiper-button-prev:after{font-size: 0;}
.lsygTop{position: relative; padding: 0 1.3rem; position: relative;}
.lsygTop:before{position: absolute;content: "";border-bottom: 1px solid #b2b6ba;width: calc(100% - 2.4rem);left:50%; top:50%; transform:translate(-50%,-50%);}
.lsygTop p{color: #141415;font-size: var(--font22);font-weight: bold;line-height: 1;height: 2rem;position: relative;text-align: center;cursor: pointer;}
.lsygTop p b{font-weight: bold;font-size: var(--font36);}
.lsygTop p:before{position: absolute;content: "";width: 15px;height: 15px;border: 1px solid #ced3d0;background: #fff;left: 50%;transform: translateX(-50%);border-radius: 50%;bottom: calc(50% - 7px);}
.lsygTop .swiper-slide-thumb-active p:before{background: #23cf5f;border: 3px solid #c6f2c8;}
.lsygTop .swiper-slide-thumb-active p{color: #018131;}

.wzss{padding:.5rem;display: flex;gap:1.15rem;align-items: center;}
.wzss h2{color: #141415;font-weight: bold;font-size: var(--font48);}
.ssbox{width: 9.3rem;border: 1px solid #dde2e7;border-radius: .1rem; display: flex;justify-content: space-between;height: .74rem;background: #fff;}
.ssbtn{width: 112px;height: .72rem;text-align: center;color: #fff;background: #252631;border: none;border-radius: .1rem;font-size: var(--font20);cursor: pointer;}
.ssbtn img{width: .2rem;display: inline-block;vertical-align: middle; margin: -3px .15rem 0 0;}
.sswby{padding: 0 .2rem;font-size: var(--font20);width: calc(100% - 113px);height: .72rem; line-height: .72rem;}
.ssnra{padding:.4rem 0 .5rem ;}
.ssnra ul{display: flex;gap:.15rem}
.ssnra a{display: block; padding: 0 .4rem; line-height: .52rem;border: 1px solid #e4ebeb;border-radius: .27rem;background: #fff; color: #9AA8B6;font-size: var(--font20);}
.ssnra li.cur a{color: #fff;background: #018131;border: 1px solid #018131;}
.ssnra a:hover{color: #fff;background: #018131;border: 1px solid #018131;}
.ssnra p{color: #141415;font-size: var(--font22);line-height: 1.7;margin-top: .35rem;}
.h90{height: .9rem;}


/*合作企业*/
.hzqynr ul{display: flex;gap:.3rem;flex-wrap: wrap;}
.hzqynr li{width: calc(20% - 1.2rem/5);padding-bottom: .2rem;}
.hzqynr b{display: block;overflow: hidden;border-radius: 5px; overflow: hidden;border: 1px solid #eee; padding: 20px;aspect-ratio: 301 / 137;display: flex;justify-content: center;align-items: center;background: #fff;}
.hzqynr img{max-width: 100%; object-fit: cover;transition: all 1.2s;relative;aspect-ratio: 200 / 60;}
.hzqynr a:hover img{transform: scale(1.1);}
.hzqynr p{text-align: center; margin-top: .2rem;font-size: var(--font22);}

.fldyNr .swiper-container { width: 100%;}
.qyryNr .swiper-container { width: 100%;}
.h200{height: 2rem;}

/*弹窗*/
.xqtc{position: fixed;width: 575px;z-index: 200; max-width: 90%; padding:.55rem .85rem ;border-radius: 10px;background: #fff;left:50%; top:50%; transform:translate(-50%,-50%);display: none;}
.xqtc h2{color:#252631;font-size: var(--font24);font-weight: bold;}
.xqtc p{padding: .25rem 0 .16rem; color: #999;font-size: var(--font18);}
.xqtc p b{color: #ff0000;}
.wby10{width: 100%; height: 40px; line-height: 38px;border: 1px solid #f0f2f4;border-radius: 6px;font-size: var(--font18); padding: 0 15px;}
.wby10::-webkit-input-placeholder{color: #CDCDCD;}
.wby12{width: 100%; height: 100px; border: 1px solid #f0f2f4;border-radius: 6px;font-size: var(--font18); padding:15px; margin-top: .15rem;}
.wby12::-webkit-input-placeholder{color: #CDCDCD;}
.xqtc h3{text-align: center;}
.btn9{width: 140px; height: 40px;cursor: pointer; border: 1px solid #252631;color: #252631;font-size: 16px;border-radius: 6px;background: #fff;}
.btn10{width: 140px; height: 40px;cursor: pointer; border: 1px solid #252631;color: #fff;font-size: 16px;border-radius: 6px;background: #252631;}
.btn9:hover{ border: 1px solid #252631;color: #fff;background: #252631;}
.xqtc dl{display: flex;justify-content: space-between;}
.xqtc dt{width: 30%;}
.wby11{width: 100%; height: 40px; line-height: 38px;border: 1px solid #f0f2f4;border-radius: 6px;font-size: var(--font18); padding: 0 15px;color: #cdcdcd; background: #fff;outline:none;}
.wby11:not(:focus):invalid,.wby11[data-selected="false"] { color: #cdcdcd;}
.wby11:valid,.wby11[data-selected="true"] { color: #333; }
.wby11 option { color: #333; padding: 10px;}
.wby11 option[value=""] { color: #999;}
.xqtc h5{font-size: var(--font18);line-height: 1.5;color: #999; margin-top: .15rem;font-weight: 400;}        

.xqtc dt:nth-child(1){ width:calc(70% - 10px);}
.gbtn{background: url(../images/a41.png);width: 20px;height: 22px;background-size: 100% 100%; right: 18px;top: 18px; position: absolute;cursor: pointer;z-index: 10;}
.xqtcbj{position: fixed;z-index: 150;width: 100%;height: 100%; background: rgba(0,0,0,.7);left: 0;top: 0;display: none;}
.xqtc h3{padding-top: .2rem;}
.zlxzbj{position: fixed;z-index: 120;width: 100%;height: 100%;background: rgba(0,0,0,.7);left: 0;top: 0;}
.zlxz{width: 400px; position: absolute; background: #fff;border-radius: 8px;left:50%; top:50%; transform:translate(-50%,-50%);text-align: right;max-width: 90%;}
.zlxz h2{font-size: var(--font22); line-height: 3; padding: 0 .3rem;text-align: left;border-bottom: 1px solid #eee;}
.gbtsnr{cursor: pointer;display: inline-block; padding: 0 .3rem;font-size: var(--font22);line-height: 3;color: #007AFF;}

/*选择文本框样式*/
.dropdown-btn{line-height: 40px;}
.dropdown-content {z-index: 10; 
            display: none; /* 初始收起 */
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            max-height: 300px;
            overflow-y: auto;
            border-radius: 6px;
            background: #fff;
            padding:25px 20px;
            box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
        }
.brand-grid { display:flex;flex-wrap: wrap; gap:.2rem; }
.brand-item {width: calc(25% - .6rem/4);font-size: 16px; display: flex; align-items: center; gap: 6px; }
.collapse-btn { text-align: right;color: #018131;;cursor: pointer; position: absolute;right: 15px; top: 15px;  background: url(../images/b36a.png) no-repeat right; padding-right: 20px;font-size: var(--font20);}
#selectedText{display: block;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;color: #999 !important;}
.dropdown-content h2{font-size: var(--font20);color: #141415; margin-bottom: 20px;font-weight: bold;}


@media(max-width:1600px){

}
@media(max-width:1560px){

}
@media(max-width:1480px){
.brand-item{font-size: 14px;}
}
@media(max-width:1360px){
.qwfzTex h3{gap:.2rem;}
.qwfzTex p{height: 4em;}
.cpmlTop a{padding: 0 12px;font-size: 14px}
}
@media(max-width:1000px){
.brand-item{width: calc(50% - .2rem/2);font-size: 12p00x;}
.headerBox{height: 60px;background: #fff;}
.headerBox.on .header{height: 60px;}
.header{height: 60px; padding: 0;}
.yzfl{display: none;}
.yzdq{display: none;}
.fdj{display: none;}
.fhbj{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.7);top: 0;left: 0;z-index: 10;display: none;}
.dhbtn{position: absolute;width: 30px;height: 30px;  right: 10px;top: 50%;transform: translateY(-50%);background: url(../images/d1.png) no-repeat center center #018131;background-size: 20px 20px;border-radius: 4px;}
.dhbtn.on{background: url(../images/d2.png) no-repeat center center #018131;background-size: 20px 20px;}
.nav{position: fixed;width: 200px;height: calc(100vh - 60px); overflow: auto;top: 60px;left: -200px;background: #fff;}
.nav ul{display: block;}
.nav li h3 a{line-height: 46px;border-bottom: 1px solid #eee; padding: 0 15px;display: block;}
.nav li .childWrap { position: static; padding: 0; pointer-events: all; opacity: 1; margin-left: 0;}
.nav li .childWrap .child { overflow: hidden; overflow-x: auto; width: 100%; border-radius: 0; background: none; box-shadow: none; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.nav li .childWrap .inners{ display: block; box-shadow: none;}
.nav li .childWrap .inners .rec { width: 100%; padding: 0; height: auto;}
.nav li .childWrap .inners .imgs { display: none;}
.nav li .childWrap .inners .text { width: 100%; text-align: left; padding: .1rem .06rem; font-size: .23rem; text-indent: .2rem; color: black;}
.qjbj{background: url(../images/bj.png) no-repeat center 3rem ;background-size: 100% auto;}
.fgx{height: 60px;}
.banner{display: block;}
.banner_qh{width: 56%;}
.bannerWb h2{font-size: 20px;margin-bottom: 10px;line-height: 1.5;}
.btn1 img{width: 15px !important;height: auto !important;}
.bannerWb p{flex-wrap: wrap;justify-content: flex-end}
.bannerWb{text-align: left; padding-bottom: 15px;}
.bannerWb p a{margin-bottom: 10px;font-size: 12px;zoom: .9;}
.bannerText{width: 100%; left: 3%;}

.yzfw{background: #e9f6e0;max-width: 100%; padding:0 5%; margin-top: 30px;}
.qjText{padding: 0;}
.qjText h2{font-size: 20px;}
.qjText p{font-size: 16px;}
.yzfwNr{padding-top: 20px;}
.yzfwNr li{width:calc(50% - .15rem/2) ;}
.qwfz{margin: 0; padding: 30px 0;}
.qwfzNr li{width: 50%;}
.qwfzTex{padding: 30px 0 0 0;}
.qwfzTex ul{display: block;}
.qwfzTex li{width: 100%;padding-bottom: 30px;}
.qwfzTex h2{font-size: 20px;}
.qwfzTex p{height: auto;font-size: 16px;}

.newsNr{padding-top: 20px;}
.newsTitle h2{font-size: 20px;}
.newsTitle span{font-size: 16px;line-height: 30px; padding: 0 20px;}
.newsXq{display: block;}
.newsLeft{width: 100%;}
.newsText{padding: 10px 15px;}
.newsText p{width: calc(100% - 70px);font-size: 14px;}
.newsRight{width: 100%; margin-top: 20px;}
.xwbox p{font-size: 14px;}
.hzhb{padding: 30px 0;}
.hzhb li{width: calc(33.33% - .6rem/2);}
.footerTop{display: block;padding: 25px 0;}
.footLeft{width: 100%;}
.footLeft h2{font-size: 16px;}
.footLeft dt{font-size: 14px;line-height: 2;}
.footRight{width: 100%; padding-top: 20px;}
.footRight dl{padding: 15px 0;justify-content: center;gap:15px;}
.footRight h2{text-align: center;}
.bqxx p{text-align: center;}
.h165{height: 60px;}
.cpxqTop{display: block;}
.cpxqLeft{width: 100%;}
.cpxqRight{width: 100%; padding-top: 20px;}
.xgcpNr li{width: 100%;}
.xgcpText h2{font-size: 16px;}
.xgcpText p{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.btnjz ul{gap:10px}
.btn5{padding: 0 40px 0 15px;}
.xgcpNr{padding: 30px 0;}
.xgcp{padding-bottom: 30px;}
.cpys_nr h2,.cpys_nr p,.cpxqRight p{font-size: 16px;}
.cpys_nr{padding: 15px 10px;}
.cpys_nr h2,.cpys_nr h3,.cpys_nr h4,.cpys_nr b,.cpys_nr strong { font-weight: bold; }

.lxwmTitle{padding: 0;}
.lxwmTitle h2{font-size: 20px; padding: 30px 0 20px;}
.ylfl{display: block;}
.ylflLeft{width: 100%;}
.ylflLeft ul{display: block;}
.ylflLeft li{width: 100%; padding-bottom: 15px;}
.wby5{width: calc(100% - 50px);}
.ylflRight{width: 100%;}
.wby6{width: calc(100% - 100px);}
.cpml{display: block;padding-bottom: 30px;}
.cpmlLeft{width: 100%;}
.cpmlLeft h2{font-size: 20px; line-height: 48px;background-size: auto 100%;    background: url(../images/a38.png) no-repeat left center #00802F;}
.cpmlRight{width: 100%; margin-top: 20px;}
.cpmlTop ul{overflow: auto;white-space: nowrap;}
.cpmlTop ul::-webkit-scrollbar {width: 0;height: 0;}
.cpmlBottom th{font-size: 14px; line-height: 40px;}
.cpmlBottom td{font-size: 12px;line-height: 36px;}
.cpmlBottom{padding-bottom: 30px;}
.lbcp li{width: 100%;}
.wzfy2 ul li:nth-child(1){ display: none;}
.wzfy2 ul li:nth-child(2){ display: none;}
.wzfy2 li:last-child{display: none;}
.cpylNr{padding-bottom: 30px;}
.cpylNr li{width: 100%;}
.qqwl{padding: 0;}
.qqwl h2{font-size: 20px;top: 0;}
.qyfb_title span{font-size: 12px;line-height: 1.4;display: flex;align-items: center;height: 40px;justify-content: center;}
.qyfbQh li{width: 100%;}
.jsllTitel{padding: 0;}
.jsllTitel h2{font-size: 20px;margin-bottom: 20px;}
.jsllNr li.cur{width: 100%;}
.jsllNr li{width: 100%;}
.jsllNr ul{flex-wrap: wrap;}
.jsllBox{height: auto;}
.jsllBox img{width: 100%;}
.jsll{padding-bottom: 30px;}
.sjbmTitle h2 img{width: 15px;}
.jsbmText{padding: 0; background: none; margin-top: 20px;}
.jsbmText li{width: 100%;padding-bottom: 20px;text-align: center;}
.jsbmText ul{display: block;}
.jsbmText p{text-align: center;}
.yxzc li{width: 100%;margin-bottom: 20px;}
.yxzc ul{display: block;}
.cggl{padding-top: 10px;}
.cgglTitle h2 img{width: 15px;}
.cgglNr h4{padding: 20px 0 0 0; line-height: 1.6;}
.ywnr{padding: 30px 0;}
.ywnr h2 img{width: 15px;}
.ywnrNr{padding: 15px;}
.ywnrNr li{width: 100%;}
.ywnrNr ul{display: block;}
.ywnrNr p{font-size: 16px;}
.ywnrNr p:before{top: .25rem;}

.xwtt-TOP h2{font-size: 20px;}
.fldy_title h2{font-size: 18px;line-height: 22px;}
.jylnnr span{font-size: 16px; line-height: 40px; width:100px;}
.jylnbox{font-size: 16px;width: 100%; padding: 0 15px;margin: 0;}
.jylnnr{padding:20px 0 0 0;}
.jyln{padding-bottom: 30px;}
.gsyzleft h2 img{width: 15px;}
.jylnnr p{font-size: 16px;}
.gsyz{display: block;}
.gsyzright{width: 100%;}
.sjnl{padding: 0;}
.sjnl h2 img{width: 15px;}
.sjnlbox{padding: 30px 0;}
.lxwmNr li{width: 100%;padding-bottom: 20px;}
.lxwmNr ul{display: block;}
.zczpTitle h2{padding: 30px 0 20px; font-size: 20px;}
.zprcBox{padding: .25rem;}
.zpnr li{width: 100%;}
.fldy{padding-top: 30px;}
.fldyNr{padding: 20px 0 0 0;}
.fldyNr .dlsm li{width: 100%;}
.dytp li{width: 100%;}
.pxzd{padding: 30px 0;}
.pxzdNr{padding: 20px 0 0 0;}
.xwtt-TOP a{font-size: 14px; line-height: 30px; padding: 0 20px;}
.xwttNr{padding: 20px 0;}
.rmtjBox{display: block;}
.rmtjLeft{width: 100%;}
.rmtjRight{width: 100%;}
.rmtjRight h3{font-size: 18px;line-height: 1.5;}
.rmtjNr li{padding-bottom: 20px;}
.xwzxLb{padding: 0 ;}

.gsgkTitle{padding: 0;}
.gsgkTitle h2{font-size: 20px;}
.gsgkNr{padding:20px 0 0 0;}
.gsgkNr li{width: calc(50% - .32rem/2);padding: 0;}
.gsgmTitle{padding: 0;}
.gsgmNr li{width: calc(50% - .1rem/2);}
.gsgmNr ul li:nth-child(3){width: 100%;}
.gsgmNr ul li:nth-child(4){width: 100%;}
.gsgmNr{padding: 30px 0;margin: 0;}

.video{margin: 20px 0 0 0;width: 100%;}
.lsyg{margin-top: 40px;}
.lsyg .swiper-button-next,.lsyg .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px;}
.lsygTop{padding: 0 50px;}
.lsygTop:before{width: calc(100% - 80px);}
.lsyg .mySwiper{margin-bottom: 0px;}
.gsdsj{padding: 0;display: block;}
.gsdsjLeft{width: 100%;}
.gsdsjRgith{width: 100%; padding: 20px 0 0 0;}
.lsyg{padding-bottom: 30px;}
.fldyNr{padding: 20px 0 0;}
.h200{height: 1rem;}
.qyryNr{margin: 20px 0 30px;}
.gsgmBox p{font-size: 12px;}
.gsgmBox{padding: 10px;}
.gsgmBox2{padding: 10px;}
.gsgmBox2 p{font-size: 12px;}
.lsygTop p b{font-size: 20px;}
.lsygTop p{font-size: 14px;}

.wzss{display: block; padding: 30px 0;}
.wzss h2{font-size: 20px;margin-bottom: 15px;}
.ssbox{width: 100%;}
.ssbtn{width: 80px;}
.sswby{width: calc(100% - 80px);}
.wbbox img{position: static;margin: 0 auto;}
.hzqynr li{width: calc(33.33% - .6rem/3);}
.hzqynr p{font-size: 14px;}
.hzhbNr li{width: calc(33.33% - .6rem/3);}
.hzhbNr{margin-top: 0;}
.btn9{font-size: 14px; line-height: 28px;width: 100px;}
.btn10{font-size: 14px; line-height: 28px;width: 100px;}
.xqtc{padding: 15px 20px;}
.xqtc p{padding: 5px 0;}
}





