@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}
@font-face
{font-family: MontserratMedium;
src: url('Montserrat-Medium.ttf')}

@font-face
{font-family: MontserratSemiBold;
src: url('Montserrat-SemiBold.ttf')}

@font-face
{font-family: MontserratBlack;
src: url('Montserrat-Black.ttf')}

@font-face
{font-family: MontserratLight;
src: url('Montserrat-Light.ttf')}

@font-face
{font-family: MontserratRegular;
src: url('Montserrat-Regular.ttf')}

@font-face
{font-family: MontserratExtraBold;
src: url('Montserrat-ExtraBold.ttf')}


@font-face
{font-family: HarmonyOSLight;
src: url('HarmonyOS_Sans_SC_Light.ttf')}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




*{box-sizing:border-box;font-size: .16rem;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'MontserratRegular', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto{margin:0 auto;max-width: 14.9rem;width: 94%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

.btn{display: flex;align-items: center;justify-content: center;color:#fff;background-color: #92ce35;border:none;cursor: pointer;height: 0.55rem;border-radius:.28rem;font-size: 0.18rem;text-transform: uppercase;box-shadow:0 .03rem .06rem rgba(59,131,0,.49);}
.btn:hover{background-color: #2d552b;}
.btn.arr::after{content:'\e8f5';display: inline-block;margin-left: 0.08rem;font-family: 'iconfont';font-weight: bold;transform: rotate(-45deg);transition: all .2s;}
.btn.arr:hover::after{margin-left: 0.12rem;}

/* 公共部分 */
.head{height: 1rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #efefef;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;max-width: 15.8rem;}
.head .r{display: flex;align-items: center;}

.hd-logo .img{height: .75rem;width: auto;}


.hd-nav{margin-right: .75rem;}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.45rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#000;line-height: 1rem;position: relative;text-transform: uppercase;padding:0 .07rem;font-family: 'MontserratMedium';}
.hd-nav li.has>a::after{content:'\e775';display: inline-block;vertical-align: middle;font-family: 'iconfont';font-weight: bold;margin-left: 0.06rem;font-size: 0.14rem;transform: rotate(90deg);}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#a4d15f;}

.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 2rem;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: rgba(164,209,95,1);margin-left: -1rem;margin-top: -1px;}
.hd-nav .drop .lk{font-size: 0.16rem;color:#fff;line-height: 0.44rem;display: block;min-width: 25%;font-family: 'Medium';text-align: center;border-bottom:1px solid rgba(255,255,255,.35)}
.hd-nav .drop .lk:hover{color: #2d552b;}
.hd-nav .drop .lk:last-child{border-bottom:none;}


.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;/* background:url(../images/icon_01.png) no-repeat center;background-size:.28rem; */cursor: pointer;display: flex;align-items: center;justify-content: center;}
.hd-sear .icon::after{content:'\e651';font-size: 0.22rem;color:#333;font-family: 'iconfont';font-weight: bold;}


.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.8);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.16rem;color:#000;flex:1;overflow: hidden;padding:0 .2rem;}
.hd-sear-box .submit{width: 0.6rem;height: 0.6rem;border:none;cursor: pointer;background:url(../images/icon_01.png) no-repeat center;background-size:.26rem;margin-right: 0.05rem;}

.hd-lang{position: relative;}
.hd-lang .font{font-size: 0.18rem;color:#000;cursor: pointer;display: flex;align-items: center;}
.hd-lang .font::before{content:'\e60b';font-family: 'iconfont';margin-right: 0.1rem;font-size: 0.24rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';display: inline-block;vertical-align: middle;margin-left: 0.05rem;font-size: 0.14rem;font-weight: bold;transform: rotate(90deg);}

.hd-lang .drop{position: absolute;width: 100%;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;}
/* .hd-lang .dropbox::before{content:'';width: 0;height: 0;border-style: solid;border-width: 0 .09rem .1rem .09rem;border-color: transparent transparent #fff transparent;position: absolute;left: 50%;top: -0.09rem;margin-left: -0.05rem;} */
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.22rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{color:#245e8c;}
.hd-lang:hover .drop{display: block;}

.head .line{width: 1px;height: 0.18rem;background-color: #000;margin:0 .2rem;}

.head.white{background-color: rgba(255,255,255,.1);position: fixed;border-color:transparent;}
.head.white .hd-nav li>a{color:#fff;}
.head.white .hd-nav li>a::after{background-color: #fff;}
.head.white .hd-sear .icon::after{color:#fff;}
.head.white .line{background-color: #fff;}
.head.white .hd-lang .font{color:#fff;}
.head.white .hd-lang .font::before{}
.head.white .hd-nav li.cur>a,.head.white .hd-nav li:hover>a{color:#00b0d4;}
.head.white.scroll{background-color: rgba(0,0,0,.5)}



.foot{background-color: #2d552b;position: relative;overflow: hidden;}
.ft-b{width: calc(50% - 7.45rem);position: absolute;right: 0;top: 0;bottom: 0;background-color: #92ce35;}
.ft-b .txt{font-size: 0.18rem;color:#2d552b;writing-mode: vertical-lr;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);white-space: nowrap;}


.ft-t .wrap{display: flex;align-items: flex-start;padding:.9rem 0 .7rem;}
.ft-t .tit{font-size: 0.3rem;color:#fff;margin-bottom: 0.2rem;line-height: 1;font-weight: bold;}

.ft-t .txt{font-size: 0.16rem;color:#fff;line-height: 0.32rem;}
.ft-t .txt p{padding-left: 0.5rem;margin-top:.3rem;position: relative;}
.ft-t .txt p::before{content:'';position: absolute;left: 0;top: 0;width: 0.3rem;height: 0.3rem;}
.ft-t .txt .email::before{background:url(../images/ft_01.png) no-repeat center;background-size:contain;}
.ft-t .txt .whatsapp::before{background:url(../images/ft_02.png) no-repeat center;background-size:contain;}
.ft-t .txt .address::before{background:url(../images/ft_03.png) no-repeat center;background-size:contain;}
.ft-t .txt .email,.ft-t .txt .whatsapp{font-size: 0.24rem;font-family: 'MontserratSemiBold';}

.ft-t .social{display: flex;margin-top: 0.35rem;margin-left: 0.5rem;}
.ft-t .social .icon{margin-right: 0.12rem;width: 0.3rem;height: 0.3rem;transition: all .3s;}
.ft-t .social .icon:hover{transform: scale(1.06,1.06);}

.ft-t .lks{}
.ft-t .lk{display: block;font-size: 0.16rem;color:#fff;line-height: 0.34rem;}
.ft-t .lk:hover{color:#92ce35;}


.ft-t .form{margin-top: 0.55rem;}
.ft-t .form .smwz{font-size: 0.14rem;color:#fff;margin-bottom: 0.2rem;margin-top: -0.05rem;}
.ft-t .form .box{display: flex;border:1px solid #fff;border-radius:.07rem;}
.ft-t .form .ipt-txt{font-size: 0.14rem;color:#fff;background-color: transparent;padding:0 .15rem;line-height: 0.46rem;height: 0.46rem;font-family: 'MontserratLight';}
.ft-t .form .submit{width: 0.46rem;height: 0.46rem;background:url(../images/ft_04.png) no-repeat center;background-size:.24rem;cursor: pointer;border:none;margin-right: 0.05rem;}
.ft-t .col1{max-width: 4.7rem;width: 35%;margin-right: 9%;}
.ft-t .col2{width: 23%;}
.ft-t .col3{max-width: 3.8rem;}
.ft-t .form ::-webkit-input-placeholder{color:rgba(255,255,255,.7);}
.ft-t .form :-moz-placeholder{color:rgba(255,255,255,.7);}
.ft-t .form ::-moz-placeholder{color:rgba(255,255,255,.7);}
.ft-t .form :-ms-input-placeholder{color:rgba(255,255,255,.7);}


/* news */
.inner-ban{height: 5rem;}

.crumb{font-size: 0.16rem;color:#3e3d3d;line-height: 0.3rem;margin-top: 0.1rem;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;}
.crumb a:hover{color:#a4d15f;}


.xw-main{padding:.5rem 0 .75rem;}


.xw-list{display: flex;flex-wrap: wrap;margin:-2% 0 0 -2%;}
.xw-list .item{width: 31.3%;margin:2% 0 0 2%;background-color: #f6f6f6;}
.xw-list .imgbox{height: 3rem;}
.xw-list .info{padding:.15rem .25rem .2rem;}
.xw-list .date{font-size: 0.14rem;color:#999999;}
.xw-list .title{font-size: 0.18rem;color:#050505;line-height: .26rem;-webkit-line-clamp: 3;margin-top: 0.12rem;font-family: 'MontserratSemiBold';}
.xw-list .txt{font-size: 0.14rem;color:#555555;line-height: 0.2rem;-webkit-line-clamp: 3;margin-top: 0.14rem;}
.xw-list .more{font-size: 0.16rem;color:#92ce35;margin-top: 0.25rem;display: inline-block;vertical-align: middle;}
.xw-list .item:hover .title{color:#a4d15f;}
.xw-list .item .more:hover{text-decoration: underline;}



.pagelist{margin-top: 0.5rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.16rem;min-width: 0.34rem;height: 0.34rem;background-color: transparent;margin:0 .03rem;line-height: 0.34rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:.14rem;}

.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 .1rem;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #92ce35;}
.layui-laypage a:hover{color:#92ce35;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 0.34rem;line-height: 0.34rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;line-height: 0.34rem;}


.lx-msg{padding:.5rem 0;background:url(../images/img_01.jpg) no-repeat center;background-size:cover;}
.lx-msg .form{max-width: 12.55rem;margin:0 auto;}
.lx-msg .form .row{display: flex;justify-content: space-between;}
.lx-msg .form .item{width: 49%;margin-bottom: 2%;}
.lx-msg .form .box{background-color: #fff;border:1px solid #e5e5e5;display: flex;align-items: flex-start;width: 100%;}
.lx-msg .form .tit{font-size: 0.18rem;color:#414141;line-height: 0.5rem;margin-left: 0.25rem;font-family: 'MontserratLight';}
.lx-msg .form .info{flex:1;overflow: hidden;}
.lx-msg .form .ipt{font-size: 0.18rem;color:#555;width: 100%;font-family: 'Medium';}
.lx-msg .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .13rem;}
.lx-msg .form .con{height: 1.75rem;line-height: 1.3;padding:.13rem .13rem;resize:none;}
.lx-msg .form .submit{margin: 0.45rem auto 0;width: 1.5rem;}


.pub-tt{margin-bottom: 0.4rem;text-align: center;}
.pub-tt .bt{font-size: 0.66rem;line-height: 1;color:#2d552b;text-transform: uppercase;font-family: 'MontserratBlack';}
.pub-tt .smwz{font-size: 0.18rem;margin:.13rem auto 0;max-width: 10.4rem;line-height: 0.24rem;color:#525252;font-family: 'MontserratMedium';}


/* newsDetail */
.xw-det{padding:.8rem 0 .1rem;}
.xw-det .auto{max-width: 10.8rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.3rem;}
.xw-det .title{font-size: 0.24rem;line-height: .36rem;font-family: 'MontserratSemiBold';}
.xw-det .date{font-size: 0.16rem;color:#525252;margin-top: 0.1rem;font-family: 'Medium';}
.xw-det .edit{font-size: 0.16rem;color:#585858;line-height: .26rem;padding:0 0 .45rem;}


.xw-bot{display: flex;justify-content: space-between;height: 0.8rem;border-top:1px solid #e2e2e2;align-items: center;position: relative;}
.xw-bot *{font-size: 0.16rem;color:#212121;}
.xw-bot .fz{width: 45%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.xw-bot .prev::before,.xw-bot .next::after{content:'\e775';font-family: 'iconfont';display: inline-block;vertical-align: middle;font-size: 0.14rem;margin-top: -0.02rem;}
.xw-bot .prev::before{transform: rotate(-180deg);margin-right: 0.05rem;}
.xw-bot .next::after{margin-left: 0.05rem;}
.xw-bot .prev:hover,.xw-bot .next:hover{color:#92ce35;}


/* faq */
.faq-main{padding:.3rem 0;}
.faq-main .auto{max-width: 10.8rem;}


.faq-list{}
.faq-list li{margin-bottom: 0.5rem;}
.faq-list .title{font-size: 0.3rem;color:#050505;line-height: 1.3;font-family: 'MontserratSemiBold';}
.faq-list .txt{font-size: 0.16rem;color:#484848;line-height: 0.26rem;margin-top: 0.08rem;}
.faq-list li:hover .title{color:#a4d15f;}


/* contact */
.lx-sec{padding:.8rem 0;}
.lx-sec .detail{display: flex;align-items: flex-start;padding:0 .4rem;}
.lx-sec .lbox{width: 45%;max-width: 6rem;}
.lx-sec .rbox{flex:1;overflow: hidden;}
.lx-sec .lbox .bt{font-size: 0.63rem;font-weight: bold;margin-top: 0.1rem;}
.lx-sec .lbox .txt{font-size: 0.16rem;color:#454545;line-height: 0.24rem;max-width: 3.65rem;margin-top: 0.15rem;}
.lx-sec .row{padding:.25rem 0;border-bottom:1px solid #d8d8d8;}
.lx-sec .row .tit{font-size: 0.24rem;color:#0c0c0c;font-family: 'MontserratSemiBold';}
.lx-sec .row .ico{width: 0.3rem;margin-right: 0.1rem;margin-top: -0.02rem;}
.lx-sec .row .txt{font-size: 0.14rem;color:#3b3b3b;line-height: 0.34rem;margin-top: 0.15rem;}
.lx-sec .row .txt em{font-weight: bold;color:#000000;}
.lx-sec .row:last-child{border:none;}


/* service */

.fw-sec{padding:.4rem 0 .9rem;}
.fw-sec .pub-tt .smwz{font-size: 0.16rem;color:#484848;line-height: 0.26rem;}

.fw-list{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 0.2rem;}
.fw-list li{width: 20%;}
.fw-list .top{display: flex;align-items: flex-end;}
.fw-list .num{font-size: 1.17rem;color:#92ce35;opacity: .2;font-family: 'HarmonyOSLight';line-height: 1;margin-right: 0.15rem;}
.fw-list .fz{font-size: 0.2rem;color:#2d552b;font-weight: bold;margin-bottom: 0.07rem;line-height: 0.26rem;}
.fw-list .txt{font-size: 0.16rem;color:#484848;line-height: 0.26rem;margin-top: 0.2rem;}


/* product */
.cp-main{padding:.6rem 0;}

.cp-menu{display: flex;justify-content: space-around;border-bottom:1px solid #f1f1f1;margin-bottom: 0.7rem;}
.cp-menu .lk{font-size: 0.2rem;color:#515151;display: inline-block;vertical-align: middle;line-height: 0.6rem;padding:0 .16rem;position: relative;font-family: 'MontserratMedium';}
.cp-menu .lk::after{content:'';width: 0;height: .03rem;background-color: #a4d15f;position: absolute;left: 50%;bottom: 0;transition: all .3s;}
.cp-menu .lk.cur,.cp-menu .lk:hover{color:#a4d15f;}
.cp-menu .lk.cur::after,.cp-menu .lk:hover::after{width: 100%;left: 0;}

.cp-list{margin-left: -3%;display: flex;flex-wrap: wrap;}
.cp-list .item{width: 30.3%;margin:0 0 3% 3%;}
.cp-list .imgbox{border-radius:.14rem;box-shadow:0 0 .12rem rgba(2,3,0,.06);background-color: #fff;}
.cp-list .title{font-size: 0.18rem;color:#000000;-webkit-line-clamp: 1;text-align: center;display: block;margin-top: 0.15rem;line-height: 1.4;}
.cp-list .item:hover .title{color:#a4d15f;}


/* about */
.us-intro{padding:.8rem 0 .3rem;}
.us-intro .pub-tt{text-align: left;}
.us-intro .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.us-intro .info{width: 46%;}
.us-intro .txt{font-size: 0.16rem;color:#363636;line-height: 0.26rem;}
.us-intro .imgbox{width: 49%;height: 480px;}

.us-tbs{padding:0 0 .6rem;}
.us-tbs .list{display: flex;}
.us-tbs .list li{width: 25%;padding:.5rem 0 .4rem;text-align: center;border-radius:.14rem;border-radius:.14rem;background-color: #fdfbfb;}
.us-tbs .list .ico{height: 0.9rem;width: auto;display: block;margin:0 auto;}
.us-tbs .list .ico-h{display: none;}
.us-tbs .list .fz{font-size: 0.2rem;color:#363636;font-family: 'MontserratSemiBold';margin-top: 0.3rem;}
.us-tbs .list li:hover{background-color: #92ce35;}
.us-tbs .list li:hover .ico-h{display: block;}
.us-tbs .list li:hover .ico-s{display: none;}
.us-tbs .list li:hover .fz{color:#fff;}

.us-pics{display: flex;justify-content: space-between;}
.us-pics .item{width: 24.3%;}
.us-pics .item .imgbox{height: 100%;}


.us-cert{padding:.9rem 0 .65rem;background:url(../images/us_12.jpg) no-repeat center;background-size:cover;}
.us-cert .detail{padding-top: 0.3rem;}

.us-cert .swiper-pagination{position: static;margin-top: 0.65rem;font-size: 0;}
.us-cert .swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;border:1px solid #a4d15f;opacity: 1;background-color: transparent;margin:0 .1rem!important;}
.us-cert .swiper-pagination-bullet-active{background-color: #a4d15f;}

.us-scient{padding:.65rem 0 1px;}
.us-scient .list{}
.us-scient .list .item{margin-bottom: 1.3rem;display: flex;align-items: center;justify-content: space-between;}
.us-scient .list .info{width: 48%;}
.us-scient .list .title{font-size: 0.26rem;color:#1a1a1a;line-height: 1.6;display: flex;align-items: center;font-weight: bold;}
.us-scient .list .icon{width: 0.6rem;margin-right: 0.1rem;}
.us-scient .list .txt{font-size: 0.16rem;color:#363636;line-height: 0.24rem;margin-top: 0.3rem;}
.us-scient .list .imgbox{width: 50%;max-width:7.1rem;border:1px solid #e4e4e4;}

.us-scient .list .item1 .info{max-width: 7.3rem;}
.us-scient .list .item1 .imgbox{max-width: 7.1rem;}

.us-scient .list .item2{flex-direction: row-reverse;}
.us-scient .list .item2 .info{max-width: 7.7rem;}
.us-scient .list .item2 .imgbox{max-width: 6.4rem;}

.us-scient .list .item3 .info{max-width: 7.1rem;}
.us-scient .list .item3 .imgbox{max-width: 6.9rem;}
.us-scient .list .item3 .title{align-items: flex-start;}

.us-honor{position: relative;padding:0 0 .8rem;}
.us-honor .top{/* position: absolute;width: 100%;left: 0;top: 1.6rem; */}
/* .us-honor .pub-tt{text-align: left;} */
/* .us-honor .pub-tt .bt{font-size: 0.63rem;} */
.us-honor .pic{width: 100%;display: block;}

.us-team{padding:1rem 0 .8rem;background:url(../images/us_26.jpg) no-repeat center;background-size:cover;}
/* .us-team .list{display: flex;flex-wrap: wrap;margin-left: -1.5%;}
.us-team .list .item{width: 18.5%;margin-left: 1.5%;}
.us-team .list .imgbox{border-radius:.1rem;}
.us-team .list .title{font-size: 0.16rem;color:#363636;line-height: 0.26rem;text-align: center;margin: 0.15rem auto 0;max-width: 1.8rem;} */



.us-team .detail{position: relative;padding-bottom: 0.5rem;}
.us-team .slide1 .item{display: flex;align-items: center;background-color: #fff;}
.us-team .slide1 .imgbox{height: 4.55rem;width: 48%;max-width: 6.4rem;background-color: #ddd;}
.us-team .slide1 .info{flex:1;overflow: hidden;padding:.25rem .5rem .4rem;}
.us-team .slide1 .name{font-size: 0.36rem;color:#333;font-weight: bold;margin-top: 0.1rem;line-height: 1.2;}
.us-team .slide1 .wz{font-size: 0.18rem;color:#333333;margin-top: 0.03rem;}
.us-team .slide1 .line{width: 0.6rem;height: 0.04rem;background-color: #92ce35;display: block;margin:.08rem 0 .25rem;}
.us-team .slide1 .smtit{font-size: 0.2rem;font-weight: bold;margin-bottom: 0.1rem;}
.us-team .slide1 .txt{font-size: 0.18rem;color:#000;line-height: 0.3rem;word-break: break-all;-webkit-line-clamp: 5;}
.us-team .slide1 .txt p{margin-bottom: 0.1rem;}
.us-team .slide1 .button{margin-top: 0.3rem;width: 2.1rem;}

.us-team .slide2{margin-top: 0.15rem;}
.us-team .slide2 .item{background-color: #fff;padding:.2rem .3rem 0;display: flex;align-items: center;cursor: pointer;}
.us-team .slide2 .hdpic{width: 1.2rem;height: 1.35rem;margin-right: 0.15rem;}
.us-team .slide2 .info{flex:1;overflow: hidden;}
.us-team .slide2 .name{font-size: 0.24rem;font-weight: bold;}
.us-team .slide2 .fz{font-size: 0.18rem;margin-top: 0.03rem;}

.us-team .slide2 .swiper-container{padding-bottom: 0.1rem;}
.us-team .slide2 .swiper-slide-thumb-active .item{background-color: #2d552b;box-shadow:0 .02rem .08rem rgba(0,0,0,.36);}
.us-team .slide2 .swiper-slide-thumb-active .name,.us-team .slide2 .swiper-slide-thumb-active .fz{color:#fff;}


.us-team .slide1{overflow: hidden;}
/* .us-team .slide1 .swiper-slide{width: 100%!important;} */
.us-team .slide1 .swiper-container{position: static;}
.us-team .swiper-pagination{bottom: 0;font-size: 0;}
.us-team .swiper-pagination-bullet{margin:0 .15rem!important;width: 0.14rem;height: 0.14rem;background-color: transparent;opacity: 1;border:1px solid #c7c7c7;}
.us-team .swiper-pagination-bullet-active{background-color: #92ce35;border-color:#92ce35;}


/* productDetail */
.cp-det .auto{max-width: 13.4rem;}

.cp-top{padding:.6rem 0;display: flex;justify-content: space-between;align-items: center;}
.cp-top .slide{width: 48%;display: flex;}

.cp-top .slide1{width: 0.9rem;margin-right: 0.25rem;position: relative;}
.cp-top .slide1 .swiper-container{height: 5.15rem;}
.cp-top .slide1 .item{/* height: 0.8rem; */border:1px solid #efefef;border-radius:.06rem;overflow: hidden;height: 100%;}


.cp-top .slide2{flex:1;overflow: hidden;position: relative;border:1px solid #efefef;border-radius:.14rem;}
.cp-top .slide2 .item{height: 5.15rem;display: flex;align-items: center;justify-content: center;}
.cp-top .slide2 .item .img{max-width: 100%;max-height: 100%;}

.cp-top .slide1 .swiper-slide-thumb-active .item{border-color:#92ce35;}


.cp-top .swiper-button{width: 0.44rem;height: 0.44rem;background-size:.12rem;border-radius:50%;/* background-color: rgba(146,206,53,.6); */margin-top: -0.22rem;background-color: #92ce35;}
.cp-top .swiper-button:hover{background-color: #2d552b;}

.cp-top .info{width: 45%;}
.cp-top .title{font-size: 0.32rem;color:#2d552b;font-weight: bold;line-height: 1.4;}
.cp-top .txt{font-size: 0.16rem;color:#676767;line-height: 0.24rem;margin-top: 0.2rem;-webkit-line-clamp: 5;min-height: 1.2rem;}
.cp-top .anniu{width: 2.1rem;height: 0.6rem;margin-top: 0.4rem;text-transform: initial;letter-spacing: .01rem;}


.cp-tabs{background-color: #f9f9f9;margin-bottom: 0.45rem;display: flex;}
.cp-tabs .lk{font-size: 0.16rem;color:#323232;line-height: 0.55rem;flex:1;overflow: hidden;text-align: center;display: block;cursor: pointer;}
.cp-tabs .lk.cur{background-color: #92ce35;color:#323232;}

.cp-advan{font-size: 0.16rem;line-height: 0.24rem;color:#323232;margin-bottom: 0.5rem;}
.cp-advan .img{width: 100%;display: block;}

.cp-descr{margin-bottom: 0.5rem;}
.cp-descr table{border:1px solid #e5e5e5;}
.cp-descr table td{font-size: 0.16rem;color:#111111;line-height: 0.24rem;padding:.1rem 0;padding-left: 10%;border-bottom:1px solid #e5e5e5;}
.cp-descr table .tit{background-color: #f9f9f9;width: 30%;color:#3d3d3d;padding-left: 5%;}


.cp-video{height: 7.2rem;overflow: hidden;position:relative;background: #000;}
.cp-video .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.cp-video .playicon{width: .9rem;height: .9rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.cp-video .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.cp-video .video{width: 100%;height: 100%;}


.cp-rela{padding:.7rem 0 .6rem;}
.cp-rela .item .imgbox{border-radius:.14rem;box-shadow:0 0 .12rem rgba(2,3,0,.06);}
.cp-rela .item .title{font-size: 0.18rem;color:#000000;-webkit-line-clamp: 1;text-align: center;display: block;margin-top: 0.13rem;line-height: 1.4;}
.cp-rela .item:hover .title{color:#a4d15f;}
.cp-rela .swiper-container{padding: 0.1rem;}

.cp-rela .swiper-pagination{position: static;margin-top: 0.5rem;font-size: 0;}
.cp-rela .swiper-pagination-bullet{width: 0.07rem;height: 0.07rem;opacity: 1;background-color: #92ce35;margin:0 .05rem!important;border-radius:.02rem;}
.cp-rela .swiper-pagination-bullet-active{width: 0.42rem;}




/* index */

.idx-ban .swiper-pagination{font-size: 0;bottom: 0.3rem!important;}
.idx-ban .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;background-color: #fff;opacity: 1;margin:0 .08rem!important;}
.idx-ban .swiper-pagination-bullet-active{width: 0.4rem;border-radius:.04rem;background-color: #92ce35;}




.idx-cp{padding:.75rem 0 .5rem;background:url(../images/idx_02.jpg) no-repeat left center;background-size:cover;}
.idx-cp .top{display: flex;align-items: center;justify-content: space-between;}
.idx-cp .top .more{width: 2.1rem;}
.idx-cp .pub-tt{text-align: left;display: flex;align-items: flex-end;}
.idx-cp .pub-tt .bt em{font-family: inherit;color:#92ce35;display: block;}
.idx-cp .pub-tt .wz{margin-left: 0.4rem;font-size: 0.18rem;color:#000000;font-family: 'MontserratSemiBold';margin-bottom: 0.18rem;}
.idx-cp .cp-list .imgbox{/* height: 3.95rem; */}

.idx-us{padding:.65rem 0;}
.idx-us .pub-tt{text-align: left;}
.idx-us .pub-tt .smwz{margin-left: 0;max-width: 6.15rem;line-height: 0.3rem;margin-top: 0.2rem;}
.idx-us .detail{height: 7.4rem;border-radius:.33rem;background:url(../images/idx_03.jpg) no-repeat center;background-size:cover;padding:1.35rem .75rem 0;position: relative;z-index:9;}
.idx-us .detail::before{content:'';width: 0.4rem;height: 1.56rem;background:url(../images/idx_04.png) no-repeat center;background-size:contain;left: 0.7rem;top: -0.65rem;position: absolute;}
.idx-us .info{}
.idx-us .more{width: 2.1rem;height: 0.6rem;}

.idx-us .us-tbs{margin-top: -1.5rem;margin-left: 0.8rem;padding: 0;position: relative;z-index:10;}



.idx-fw{padding:1rem 0;background:url(../images/idx_14.jpg) no-repeat center;background-size:cover;}
.idx-fw .pub-tt{text-align: left;}
.idx-fw .pub-tt .bt em{font-family: inherit;color:#92ce35;display: block;}
.idx-fw .detail{display: flex;justify-content: flex-end;}
.idx-fw .list{width: 8.8rem;display: flex;flex-wrap: wrap;margin-top: -0.65rem;justify-content: space-between;}
.idx-fw .list li{width: 30%;text-align: center;margin-top: 0.65rem;}
.idx-fw .list .icon{height: 0.8rem;width: auto;display: block;margin:0 auto;}
.idx-fw .list .num{font-size: 0.38rem;color:#92ce35;font-family: 'MontserratExtraBold';line-height: 1;margin-top: 0.25rem;}
.idx-fw .list .txt{font-size: 0.16rem;color:#2d552b;line-height: 0.22rem;margin: 0.15rem auto 0;max-width: 2.25rem;}



.idx-case{padding:.6rem 0;background-color: #f7f7f7;}
.idx-case .detail{position: relative;padding-top: 0.15rem;}
.idx-case .item{}
.idx-case .item .imgbox{border-radius:.1rem;overflow: hidden;display: block;height: 3.6rem;}
.idx-case .item .title{display: block;text-align: center;font-size: 0.18rem;color:#525252;margin-top: 0.17rem;}
.idx-case .item:hover .title{color: #92ce35;}

.idx-case .swiper-container{position: static;}
.idx-case .swiper-pagination{position: static;margin-top: 0.5rem;font-size: 0;}
.idx-case .swiper-pagination-bullet{width: 0.07rem;height: 0.07rem;opacity: 1;background-color: #92ce35;margin:0 .05rem!important;border-radius:.02rem;}
.idx-case .swiper-pagination-bullet-active{width: 0.42rem;}

.idx-case .swiper-button{width: 0.52rem;height: 0.52rem;background:url(../images/idx_09.png) no-repeat center;background-size:contain;margin-top: -0.7rem;}
.idx-case .swiper-button-prev{left: -0.7rem;}
.idx-case .swiper-button-next{transform: rotate(180deg);right: -0.7rem;}
.idx-case .swiper-button:hover{background-image:url(../images/idx_09-1.png)}


.idx-xw{padding:.5rem 0 1rem;}
.idx-xw .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.6rem;}
.idx-xw .pub-tt{margin-bottom: 0;}
.idx-xw .readmore{width: 2.1rem;height: 0.6rem;}

.idx-xw .hotbox{display: flex;align-items: center;margin-bottom: 0.3rem;}
.idx-xw .hotbox .imgbox{width: 54%;height: 4.4rem;}
.idx-xw .hotbox .info{width:46%;padding:0 .4rem;}
.idx-xw .hotbox .title{font-size: 0.24rem;color:#000000;line-height: 0.39rem;-webkit-line-clamp: 2;font-family: 'MontserratSemiBold';}
.idx-xw .hotbox .txt{font-size: 0.16rem;color:#525252;line-height: 0.24rem;-webkit-line-clamp: 3;margin-top: 0.2rem;}
.idx-xw .hotbox .more{margin-top: 0.55rem;width: 1.5rem;height: 0.55rem;}


.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -1.3%;}
.idx-xw .list .item{background-color: #fbfbfb;width: 32%;margin:0 0 1.3% 1.3%;}
.idx-xw .list .imgbox{height: 3.3rem;display: block;}
.idx-xw .list .info{padding:.15rem .25rem .2rem;}
.idx-xw .list .title{font-size: 0.2rem;color:#000000;font-family: 'MontserratSemiBold';}
.idx-xw .list .date{font-size: 0.14rem;color:#6a6a6a;margin-top: 0.08rem;}
.idx-xw .list .txt{font-size: 0.16rem;color:#525252;line-height: 0.24rem;-webkit-line-clamp: 2;margin-top: 0.1rem;}










.pop-quote{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index:110;background-color: rgba(0,0,0,.6);}
.pop-quote .wrap{padding: 0;background-color: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 10rem;border-radius:.08rem;}
.pop-quote .bt{font-size: 0.3rem;line-height: 0.8rem;border-bottom:1px solid #efefef;padding:0 .3rem;text-transform: uppercase;font-weight: bold;}
.pop-quote .form{padding:.3rem .3rem;width: 100%;}
.pop-quote .close{width: 0.3rem;height: 0.3rem;background:url(../images/close.png) no-repeat center;background-size:contain;cursor: pointer;position: absolute;right: 0.15rem;top: 0.15rem;}

.gotop{width: 0.6rem;height: 0.6rem;border-radius:50%;position: fixed;right: 0.2rem;bottom: 5%;z-index:99;transform: rotate(-90deg);font-size: 0.24rem;color:#fff;font-weight: bold;display: none;text-align: center;line-height: 0.6rem;}
.gotop::before{content:'\e8f5';font-family: 'iconfont';}






@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	/* 公共部分 */
	.head .wrap{width: 100%;padding:0 2%;}
	.hd-logo .img{height: 0.65rem;}

	.hd-nav{margin-right: 0;}
	.hd-nav li{margin-left: 0;margin-right: 0.13rem;}



	/* news */
	.inner-ban{height: 4.6rem;}

	.pub-tt .bt{font-size: 0.62rem;}

	/* contact */
	.lx-sec .detail{display: block;}
	.lx-sec .lbox .txt{font-size: 0.18rem;}
	.lx-sec .row .txt{font-size: 0.18rem;}


	/* index */
	.idx-us .us-tbs{margin-left: 0;}

	.idx-fw .list{width: 70%;}


}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}

	.head.white .sj-menu::after{color:#fff;}

	/* 公共部分 */
	.head{height: .9rem;}
	.hd-logo .img{height: 0.55rem;}
	.head .r{margin-right: 0.55rem;}

	.hd-sear{}
	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}
	.head .line{}

	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font .ico{width: 0.3rem;}
	.hd-lang .font::before{width: 0.24rem;height: 0.24rem;margin-right: 0.05rem;}
	.hd-lang .drop{width: .9rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.9rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.has>a::after{display: none;}


	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#000;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#000;line-height: 0.5rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;}

	.head.white .hd-nav li>a{color:#000;}


	.ft-t .wrap{padding:.6rem 3%;display: block;}
	.ft-t .col1{width: 100%;max-width: 100%;margin: 0;}
	.ft-t .col2{width: 100%;margin-top: 0.4rem;margin-bottom: 0.4rem;}
	.ft-t .col3{max-width: 100%;}
	.ft-t .tit{font-size: 0.26rem;}
	.ft-t .txt .email, .ft-t .txt .whatsapp{font-size: 0.2rem;}
	.ft-t .txt p{margin-top: 0.15rem;padding-left: 0.38rem;}
	.ft-t .txt p::before{width: 0.26rem;height: 0.26rem;top: 0.02rem;}
	.ft-t .social{margin-left: 0.38rem;margin-top: 0.2rem;}

	.ft-t .lks{margin-left: -0.25rem;}
	.ft-t .lk{display: inline-block;vertical-align: middle;margin-left: 0.25rem;}
	.ft-t .form .box{width: 60%;}

	.ft-b{position: static;width: 100%;padding:.15rem 0;text-align: center;}
	.ft-b .txt{position: static;transform: translate(0,0);writing-mode: horizontal-tb;white-space: initial;}



	/* news */
	.inner-ban{height: 3rem;}

	.xw-main{padding:.3rem 0 .6rem;}
	.xw-list{margin: -3% 0 0 0;justify-content: space-between;}
	.xw-list .item{width: 48.5%; margin: 3% 0 0 0;}
	.xw-list .imgbox{height: 2.4rem;}
	.xw-list .info{padding: 0.2rem 0.2rem;}
	.xw-list .title{font-size: 0.2rem;}
	.xw-list .date{font-size: 0.16rem;}


	.pagelist{margin-top: 0.5rem;}

	.quote-sec .box{display: block;height: auto;padding:.7rem 0;text-align: center;}
	.quote-sec .title{font-size: 0.34rem;}
	.quote-sec .txt{font-size: 0.2rem;}
	.quote-sec .button{font-size: 0.16rem;margin:.6rem auto 0;}


	.pub-tt .bt{font-size: 0.5rem;}


	/* newsDetail */
	.xw-det{padding:.5rem 0 0;}
	.xw-det .title br{display: none;}

	/* faq */
	.faq-list li{margin-bottom: 0.35rem;}
	.faq-list .title{font-size: 0.26rem;}



	/* contact */
	.lx-sec{padding:.4rem 0 .5rem;}
	.lx-sec .detail{display: block;padding: 0 2%;}
	.lx-sec .lbox{width: 100%;max-width: 100%;text-align: center;padding-bottom: 0.3rem;}
	.lx-sec .lbox .bt{font-size: 0.56rem;}
	.lx-sec .lbox .txt{font-size: 0.18rem;max-width: 100%;}
	.lx-sec .row .txt{font-size: 0.18rem;}
	.lx-sec .row .txt em{font-weight: normal;}


	/* service */
	.fw-sec{padding:.4rem 0 .5rem;}
	.fw-list li{width: 46%;margin-bottom: 0.4rem;}
	.fw-list .fz br{display:none;}
	.fw-list .num{font-size: 0.9rem;}
	.fw-list .fz{max-width: 2.4rem;}


	/* product */
	.cp-menu{overflow-x: scroll;display: block;white-space: nowrap;margin-bottom: 0.4rem;}
	.cp-menu::-webkit-scrollbar{ display: none;}
	.cp-menu .lk{padding: 0;margin:0 .3rem 0 0;}

	.cp-list .item{width: 47%;}

	/* about */
	.us-intro{padding:.6rem 0 .3rem;}
	.us-intro .detail{display: block;}
	.us-intro .info{width: 100%;}
	.us-intro .imgbox{width: 100%;height: auto;margin-top: 0.25rem;}

	.us-tbs .list li{padding:.4rem .1rem;}
	.us-tbs .list .ico{height: 0.6rem;}
	.us-tbs .list .fz{font-size: 0.18rem;}

	.us-pics{flex-wrap: wrap;}
	.us-pics .item{width: 49%;margin-bottom: 2%;}


	.us-cert{padding:.7rem 0;}
	.us-cert .detail{padding-top: 0.1rem;}
	.us-cert .swiper-pagination{margin-top: 0.5rem;}

	.us-scient .list .item{flex-direction: column-reverse;margin-bottom: 0.6rem;}
	.us-scient .list .info{width: 100%;max-width: 100%!important;margin-top: 0.25rem;}
	.us-scient .list .title{font-size: 0.24rem;line-height: 1.4;}
	.us-scient .list .icon{width: 0.5rem;}
	.us-scient .list .txt{margin-top: 0.2rem;}


	.us-honor .top{top: 0.4rem;}
	.us-honor .pub-tt .bt{font-size: 0.42rem;}

	.us-team{padding:.7rem 0;}
	/* .us-team .list{margin-left: -2%;}
	.us-team .list .item{width: 31.3%;margin:0 0 2% 2%;}
	.us-team .list .title{max-width: 100%;font-size: 0.18rem;} */
	.us-team .slide2{display: none;}
	.us-team .slide1 .imgbox{}
	.us-team .slide1 .name{margin-top: 0;font-size: 0.22rem;}
	.us-team .slide1 .line{ margin: 0.1rem 0 0.15rem;width: 0.4rem;height: 0.03rem;}
	.us-team .slide1 .smtit{font-size: 0.18rem;}
	.us-team .slide1 .txt{-webkit-line-clamp: 7;font-size: 0.16rem;line-height: 0.26rem;}
	.us-team .slide1 .info{padding: 0.15rem 0.35rem;}
	.us-team .swiper-pagination-bullet{margin: 0 0.1rem!important;width: 0.1rem;height: 0.1rem;}



	/* productDetail */
	.cp-top{display: block;}
	.cp-top .slide{width: 100%;}
	.cp-top .info{width: 100%;margin-top: 0.3rem;}
	.cp-top .txt{font-size: 0.18rem;min-height: auto;}
	.cp-top .anniu{width: 1.7rem;height: 0.5rem;}

	.cp-tabs .lk{font-size: 0.18rem;}

	.cp-video{height: 4.6rem;}
	.cp-video .playicon{width: 0.7rem;height: 0.7rem;}



	/* index */
	.idx-ban .item{height:3.6rem;}
	.idx-ban .swiper-pagination{bottom:.2rem!important;}



	.idx-cp{background-position:right center;}
	.idx-cp .pub-tt{display: block;}
	.idx-cp .pub-tt .wz{margin:.2rem 0 0;}

	.cp-list .title{font-size: 0.2rem;}

	.idx-us .detail{height: 4.6rem;padding: .9rem 0.5rem 0;}
	.idx-us .detail::before{height: 1.2rem;}
	.idx-us .more{width: 1.9rem;height: 0.44rem;}

	.idx-us .us-tbs{margin:.25rem 0 0;}

	.idx-fw{padding:.6rem 0;}
	.idx-fw .list{margin-top: -0.5rem;width: 80%;}
	.idx-fw .list li{margin-top: 0.5rem;}
	.idx-fw .list .icon{height: 0.64rem;}
	.idx-fw .list .num{font-size: 0.34rem;margin-top: 0.2rem;}

	.idx-case .detail{padding-top: 0;}
	.idx-case .item .imgbox{height: 3rem;}
	.idx-case .item .title{font-size: 0.2rem;}

	.idx-xw{padding:.6rem 0;}
	.idx-xw .top{margin-bottom: 0.4rem;}
	.idx-xw .readmore{width: 1.9rem;height: 0.44rem;}
	.idx-xw .hotbox .imgbox{height: 3.5rem;width: 50%;}
	.idx-xw .hotbox .info{padding:0 .3rem;}
	.idx-xw .hotbox .title{line-height: 0.3rem;}
	.idx-xw .hotbox .more{width: 1.3rem;height: 0.45rem;}

	.idx-xw .list{display: block;margin: 0;}
	.idx-xw .list .item{width: 100%;margin:0 0 .2rem;display: flex;align-items: center;}
	.idx-xw .list .imgbox{height: 2rem;width: 38%;}
	.idx-xw .list .info{flex:1;overflow: hidden;}

	.gotop{width: 0.46rem;height: 0.46rem;font-size: 0.2rem;line-height: 0.46rem;bottom: 0.2rem;}

}
