@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@font-face
{font-family: Poppins;
src: url('Poppins-Regular.ttf')}
@font-face
{font-family: PoppinsBold;
src: url('Poppins-Bold.ttf')}
@font-face
{font-family: PoppinsLight;
src: url('Poppins-Light.ttf')}
@font-face
{font-family: PoppinsSemiBold;
src: url('Poppins-SemiBold.ttf')}

@font-face
{font-family: LexendRegular;
src: url('Lexend-Regular.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:'Poppins', "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: 15.2rem;width: 94%;}
.auto1460{margin:0 auto;max-width: 14.6rem;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;font-size: 0.18rem;color:#fff;background-color: #1e53b4;border:none;cursor: pointer;width: 2rem;height: 0.58rem;border-radius:.29rem;}
.btn:hover{background-color: #2662d0;}


/* 公共部分 */
.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;}

.hd-logo .img{height: .7rem;width: auto;}


.hd-nav{margin-left: 1.3rem;}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.3rem;position: relative;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display: block;font-size: 0.16rem;color:#000;line-height: .6rem;position: relative;text-transform: uppercase;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#1e53b4;}

.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: #1e53b4;margin-left: -1rem;margin-top: -1px;border-radius:.06rem;}
.hd-nav .drop .lk{font-size: 0.15rem;color:#fff;line-height: 0.44rem;display: block;min-width: 25%;text-align: center;border-bottom:1px solid rgba(255,255,255,.15);text-transform: capitalize;}
.hd-nav .drop .lk:hover{opacity: .85;}
.hd-nav .drop .lk:last-child{border-bottom:none;}

.head .r{display: flex;align-items: center;margin-left: 1.6rem;}

.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.hd-sear .icon::after{content:'\e651';font-size: 0.2rem;color:#070707;font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);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;margin-left: 0.35rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;text-transform: uppercase;}
.hd-lang .font i{font-size: 0.2rem;color:#070707;margin-right: 0.08rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';margin-left: 0.07rem;font-size: 0.14rem;transform: rotate(90deg);font-weight: bold;}

.hd-lang .drop{position: absolute;width: .8rem;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 .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{font-weight: bold;}
.hd-lang:hover .drop{display: block;}



.foot{padding:.55rem 0;background-color: #262626;}
.foot .wrap{display: flex;justify-content: space-between;}
.foot .tit{font-size: 0.26rem;color:#fff;font-family: 'PoppinsBold';margin-bottom: 0.05rem;}
.foot .fz{font-size: 0.16rem;color:#fff;line-height: 0.4rem;display: block;}
.foot .lk:hover{color:#1e53b4;}
.foot .col1 .fz{position: relative;padding-left: 0.35rem;}
.foot .col1 .fz::before{content:'';width: 0.22rem;height: 0.22rem;position: absolute;left: 0;top: .08rem;}
.foot .col1 .tel::before{background:url(../images/ft_01.png) no-repeat center;background-size:contain;}
.foot .col1 .email::before{background:url(../images/ft_02.png) no-repeat center;background-size:contain;}
.foot .col1 .whatsap::before{background:url(../images/ft_03.png) no-repeat center;background-size:contain;}
.foot .col1 .address::before{background:url(../images/ft_04.png) no-repeat center;background-size:contain;}

.foot .form{border-radius:.04rem;overflow: hidden;margin-top: 0.12rem;}
.foot .form .ipt-txt{font-size: 0.14rem;flex:1;overflow: hidden;padding:0 .18rem;font-family: 'PoppinsLight';}
.foot .form .submit{width: 1.1rem;height: 0.54rem;font-size: 0.16rem;font-family: 'PoppinsLight';border-radius:0;}
.foot .form .row{display: flex;justify-content: space-between;}
.foot .form .item{width: 100%;margin-bottom: 2%;}
.foot .form .ipt{font-size: 0.14rem;color:#000;width: 100%;background:transparent;border-radius:.04rem;background-color: #f1f1f1;}
.foot .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .2rem;}
.foot .form .con{height: 1.55rem;line-height: 1.4;padding:.16rem .2rem;resize:none;}
.foot .form .submit{width: 1.86rem;height: 0.6rem;border-radius:.1rem;background-color: #0054ff;margin-top: 0.25rem;}
.foot .form .submit:hover{background-color: #1e53b4;}

.foot .social{margin-top: 0.3rem;display: flex;}
.foot .social a{margin-right: 0.2rem;font-size: 0.2rem;color:#fff;width: 0.38rem;height: 0.38rem;border-radius:50%;background-color: #1e53b4;display: flex;align-items: center;justify-content: center;}
.foot .social a:hover{background-color:#2662d0;}


.foot .col1{max-width: 3.95rem;}
.foot .col4{max-width: 3.9rem;width: 30%;}




/* news */
.inner-ban{height: 5.35rem;position: relative;}
.inner-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);text-align: center;}
.inner-ban .title{font-size: 0.66rem;color:#fff;font-weight: bold;text-transform: uppercase;}

.crumb{font-size: 0.16rem;color:#767676;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:#1e53b4;}

.pub-tt{margin-bottom: 0.35rem;text-align: center;}
.pub-tt .bt{font-size: 0.56rem;color:#000;text-transform: uppercase;font-family: 'PoppinsBold';line-height: 1;}
.pub-tt .smwz{font-size: 0.16rem;color:#4b4b4b;line-height: 0.24rem;margin: 0.2rem auto 0;max-width: 11.65rem;}
.pub-tt.white .bt{color:#fff;}


.xw-main{padding:.1rem 0 .5rem;}

.xw-menu{margin-bottom: 0.4rem;text-align: center;}
.xw-menu .lk{font-size: 0.16rem;color:#323232;min-width: 2.05rem;text-align: center;line-height: 0.5rem;border-radius:.27rem;border:1px solid #afafaf;margin:0 .12rem;display: inline-block;vertical-align: middle;padding:0 .2rem;text-transform: capitalize;}

.xw-menu.dark .lk{border-color:#e9e9e9;background-color: #e9e9e9;text-transform: capitalize;}

.xw-menu .lk.cur,.xw-menu .lk:hover{color:#fff;background-color: #1e53b4;border-color:#1e53b4;}


.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: #f8f8f8;}
.xw-list .imgbox{height: 3rem;}
.xw-list .info{padding:.25rem .25rem;}
.xw-list .title{font-size: 0.18rem;color:#171717;line-height: .28rem;-webkit-line-clamp: 2;font-family: 'PoppinsSemiBold';height: 0.56rem;text-transform: capitalize;}
.xw-list .line{height: 1px;background-color: #e2e2e2;margin:.25rem 0 .2rem;position: relative;}
.xw-list .line::after{content:'';position: absolute;width: 0;height: 1px;background-color: #1e53b4;transition: all .3s;}
.xw-list .bot{display: flex;align-items: center;justify-content: space-between;}
.xw-list .more{font-size: 0.16rem;color:#3e3e3e;display: flex;align-items: center;}
.xw-list .more::after{content:'\e8f5';font-family: 'iconfont';margin-left: 0.05rem;}
.xw-list .date{font-size: 0.16rem;color:#727272;}

.xw-list .item:hover .title{color:#1e53b4;}
.xw-list .item:hover .more{color:#1e53b4;}
.xw-list .item:hover .line::after{width: 100%;}

.pagelist{margin-top: 0.5rem;text-align: center;}
.layui-laypage{margin: 0;}

.layui-laypage a, .layui-laypage span{font-size: 0.16rem;width: 0.36rem;height: 0.36rem;background-color: #d8d8d8;margin:0 .06rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:50%;line-height: 0.36rem;}

.layui-laypage>a:last-child, .layui-laypage>a:last-child em{border-radius:50%;}
.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 ;border-radius:50%;}
.layui-laypage .layui-laypage-prev em,.layui-laypage .layui-laypage-next em{line-height: 1;}
.layui-laypage .layui-laypage-prev{background-color: #e7e7e7;border-radius:50%!important;}
.layui-laypage .layui-laypage-next{/* color:#fff; */background-color: #e7e7e7;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #1e53b4;}
.layui-laypage a:hover{color:#1e53b4;}
.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;}


/* newsDetail */
.xw-det{padding:.35rem 0 .3rem;}
.xw-det .auto{max-width: 12.6rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.3rem;}
.xw-det .title{font-size: 0.28rem;line-height: 1.4;font-family: 'PoppinsSemiBold';text-transform: capitalize;}
.xw-det .date{font-size: 0.16rem;color:#727272;margin-top: 0.05rem;font-family: 'PoppinsLight';}
.xw-det .edit{font-size: 0.16rem;color:#333;line-height: 1.6;margin-top: 0.15rem;}

.pagenav{margin:.7rem 0 0;border-top:1px solid #e5e5e5;display: flex;justify-content: center;padding:.4rem 0;position: relative;}

.pagenav .backbtn{width: 2rem;font-size: 0.18rem;color:#1e53b4;border:1px solid #1e53b4;line-height: 0.56rem;border-radius:.29rem;text-align: center;font-weight: bold;}
.pagenav .backbtn:hover{color:#fff;background-color: #1e53b4;}
.pagenav .lk{font-size: 0.16rem;color:#000;position: absolute;top: 50%;transform: translate(0,-50%);}
.pagenav .prev::before,.pagenav .next::after{content:'\e775';font-family: 'iconfont';display: inline-block;vertical-align: middle;font-size: 0.14rem;margin-top: -0.02rem;}
.pagenav .prev::before{transform: rotate(-180deg);margin-right: 0.1rem;}
.pagenav .next::after{margin-left: 0.1rem;}
.pagenav .prev:hover,.pagenav .next:hover{color:#1e53b4;}
.pagenav .prev{left: 0;}
.pagenav .next{right: 0;}



/* project */
.xm-main{padding:.1rem 0 .9rem;}

.xm-list{display: flex;flex-wrap: wrap;margin:-2% 0 0 -2%;}
.xm-list .item{width: 31.3%;margin:2% 0 0 2%;}
.xm-list .imgbox{height: 3.3rem;}
.xm-list .info{padding:.28rem .15rem 0;}
.xm-list .title{font-size: 0.2rem;color:#000;line-height: 1.4;-webkit-line-clamp: 1;font-family: 'PoppinsSemiBold';text-transform: capitalize;}
.xm-list .txt{font-size: 0.16rem;color:#373737;line-height: 0.24rem;-webkit-line-clamp: 2;height: 0.48rem;margin-top: 0.1rem;}
.xm-list .more{font-size: 0.18rem;color:#424242;display: flex;align-items: center;margin-top: 0.24rem;font-weight: bold;}
.xm-list .more::after{content:'\e8f5';font-family: 'iconfont';margin-left: 0.05rem;}
.xm-list .line{height: 1px;background-color: #e2e2e2;margin:.2rem 0 0;position: relative;}
.xm-list .line::after{content:'';position: absolute;width: 0;height: 1px;background-color: #1e53b4;transition: all .3s;}

.xm-list .item:hover .title{color:#1e53b4;}
.xm-list .item:hover .more{color:#1e53b4;}
.xm-list .item:hover .line::after{width: 100%;}



/* service */
.fw-design{padding:.6rem 0 .3rem;background-color: #f3f3f3;}
.fw-design .list{display: flex;flex-wrap: wrap;}
.fw-design .list .item{width: 33.3%;text-align: center;padding:.3rem 0;}
.fw-design .list .icon{height: 1.1rem;width: auto;display: block;margin:0 auto;}
.fw-design .list .txt{font-size: 0.16rem;line-height: 0.24rem;margin-top: 0.1rem;text-transform: capitalize;}

.fw-sales{padding:.55rem 0 .9rem;}
.fw-sales .list{display: flex;}
.fw-sales .list .item{height: 6.1rem;position: relative;flex:1;overflow: hidden;margin-left: 0.1rem;transition: all .3s;}
.fw-sales .list .item:first-child{margin-left: 0;}
.fw-sales .list .box1{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;background-color: rgba(0,0,0,.45);}
.fw-sales .list .icon{height: 0.66rem;width: auto;display: block;}
.fw-sales .list .tit{font-size: 0.16rem;color:#fff;font-family: 'PoppinsSemiBold';margin-top: 0.2rem;text-transform: uppercase;}

.fw-sales .list .box2{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: none;flex-direction: column;align-items: flex-start;justify-content: center;background-color: rgba(16,49,110,.75);padding:.2rem .6rem;}
.fw-sales .list .title{font-size: 0.28rem;color:#fff;font-family: 'PoppinsSemiBold';text-transform: uppercase;line-height: 1.4;text-transform: capitalize;}
.fw-sales .list .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;-webkit-line-clamp: 6;margin-top: 0.2rem;}
.fw-sales .list .item.on{flex:1 1 28%;}
.fw-sales .list .item.on .box2{display: flex;}
.fw-sales .list .item.on .box1{display: none;}



/* contact */
.lx-sec{padding:.6rem 0;}
.lx-sec .detail{display: flex;justify-content: space-between;}
.lx-sec .lbox{width: 38%;/* max-width: 5.8rem; */}
.lx-sec .rbox{width: 51%;}
.lx-sec .t-tit{font-size: 0.4rem;color:#000;font-weight: bold;margin-bottom: 0.35rem;text-transform: uppercase;font-family: 'PoppinsBold';line-height: 1.3;}

.lx-sec .list{}
.lx-sec .list li{margin-bottom: 0.25rem;}
.lx-sec .list .tit{font-size: 0.16rem;color:#393939;line-height: 0.3rem;}
.lx-sec .list .ico{width: 0.3rem;margin-right: 0.13rem;}
.lx-sec .list .txt{font-size: 0.16rem;line-height: 0.26rem;margin-left: 0.43rem;font-weight: bold;}
.lx-sec .list .txt p{margin-bottom: 0.12rem;}
.lx-sec .list .txt p:last-child{margin-bottom: 0;}
.lx-sec .col-line{width: 1px;background-color: #e1e1e1;}

.lx-sec .form .row{display: flex;justify-content: space-between;}
.lx-sec .form .item{width: 49%;margin-bottom: 2%;}
.lx-sec .form .ipt{font-size: 0.14rem;color:#000;width: 100%;background:transparent;border-radius:.04rem;background-color: #f1f1f1;}
.lx-sec .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .2rem;}
.lx-sec .form .con{height: 2.05rem;line-height: 1.4;padding:.16rem .2rem;resize:none;}
.lx-sec .form .submit{width: 1.86rem;height: 0.6rem;border-radius:.1rem;background-color: #0054ff;margin-top: 0.25rem;}
.lx-sec .form .submit:hover{background-color: #1e53b4;}

.lx-sec .map{height: 6.9rem;margin-top: 0.9rem;}



/* product */
.cp-main{padding:.1rem 0;}
.cp-main .wrap{display: flex;align-items: flex-start;}
.cp-main .l{width: 3.15rem;margin-right: 0.3rem;}
.cp-main .r{flex:1;overflow: hidden;}
.moreicon{display: none;cursor: pointer;}

.cp-menu{}
.cp-menu li{margin-bottom: 0.08rem;}
.cp-menu .tit{font-size: 0.18rem;line-height: 0.3rem;background-color: #f4f4f4;padding:.1rem .3rem .1rem .15rem;cursor: pointer;position: relative;text-transform: capitalize;}
.cp-menu .tit::after{content:'';position: absolute;right: 0.12rem;top: 50%;width: 0.12rem;height: 0.12rem;background:url(/static/site/images/cp_02-2.png) no-repeat center;background-size:contain;margin-top: -0.06rem;}
.cp-menu .drop{padding:.08rem 0 .08rem .2rem;display: none;}
.cp-menu .drop .active{color: #1E53B4;}
.cp-menu .lk{display: block;font-size: 0.16rem;color:#515151;line-height: 0.54rem;border-bottom: 1px solid #ccc;}
.cp-menu .lk:hover,.cp-menu .lk.this{color:#1E53B4;font-weight: bold;}

.cp-menu li.cur .tit{color:#fff;background-color: #1E53B4;}
.cp-menu li.cur .tit::after{background-image:url(/static/site/images/cp_02-1.png);transform: rotate(180deg);}
.cp-menu li.cur .drop{display: block;}
/* .cp-main .auto{max-width: 12.9rem;} */

.cp-list{}
.cp-list .item{margin-bottom: 0.7rem;display: flex;align-items: center;border-radius:.2rem;background-color: #fafcff;padding:.2rem .3rem;}
.cp-list .imgbox{max-width: 5.9rem;width: 45%;height:3.9rem;margin-right: 0.75rem;display: flex;align-items: center;justify-content: center;}
.cp-list .imgbox .pic{width:100%;height: 100%;object-fit: contain;}
.cp-list .info{flex:1;overflow: hidden;padding:0 .2rem 0 0;}
.cp-list .title{font-size: 0.26rem;color:#000;font-family: 'PoppinsSemiBold';line-height: 1.4;-webkit-line-clamp: 2;text-transform: capitalize;}
.cp-list .txt{font-size: 0.16rem;color:#4b4b4b;line-height: 0.24rem;-webkit-line-clamp: 3;margin-top: 0.25rem;max-width: 4.55rem;}
.cp-list .more{font-size: 0.16rem;color:#1e53b4;margin-top: 0.45rem;display: inline-block;vertical-align: middle;font-weight: bold;}
.cp-list .more::after{content:'\e772';display: inline-block;vertical-align: middle;margin-left: 0.05rem;transform: rotate(-90deg);font-family: 'iconfont';font-size: 0.14rem;}
.cp-list .item:hover{background-color: #fff;box-shadow:0 0 .34rem rgba(0,0,0,.1);}
.cp-list .item:hover .title{color:#1e53b4;}
.cp-list .more:hover{text-decoration: underline;}



/* productDetail */
.cp-top{background-color: #f3f3f3;padding-top: 1px;}
.cp-top .detail{padding:.4rem 0 .6rem;display: flex;align-items: center;}
.cp-top .detail .swiper-container{max-width: 7rem;width: 47%;}
.cp-top .imgbox{max-width: 7rem;width: 100%;height: 4.4rem;margin-right: 0.5rem;}
.cp-top .imgbox .img{width: 100%;height: 100%;object-fit: contain;}
.cp-top .info{flex:1;overflow: hidden;padding-left: .3rem;}
.cp-top .title{font-size: 0.3rem;color:#000;line-height: 1.4;font-family: 'PoppinsBold';text-transform: capitalize;}
.cp-top .txt{font-size: 0.16rem;color:#4b4b4b;line-height: 0.24rem;-webkit-line-clamp: 4;margin-top: 0.17rem;max-width: 5.45rem;}
.cp-top .anniu{margin-top: 0.6rem;}
.cp-top table{border:1px solid #e5e5e5;}
.cp-top table td{font-size: 0.16rem;color:#111111;line-height: 0.24rem;padding:.1rem 0;padding-left: 1%;border:1px solid #e5e5e5;}
.cp-top table .tit{background-color: #f9f9f9;width: 30%;color:#3d3d3d;padding-left: 5%;}

.cp-descp{padding:.6rem 0;}
.cp-descp .auto{width: 56%;}
.cp-descp table{border:1px solid #e5e5e5;}
.cp-descp table td{font-size: 0.16rem;color:#111111;line-height: 0.24rem;padding:.1rem 0;padding-left: 1%;border:1px solid #e5e5e5;}
.cp-descp table .tit{background-color: #f9f9f9;width: 30%;color:#3d3d3d;padding-left: 5%;}
.cp-descp table tr:nth-child(odd) { background-color: #F4F4F4; /* 设置灰色背景 */}
.cp-descp table tr td:first-child{width: 30%;}
.cp-descp .t-tit{font-size: 0.24rem;color:#1e53b4;font-family: 'PoppinsBold';margin-bottom: 0.25rem;}
.cp-descp .mod{margin-bottom: 0.4rem;}
.cp-descp .mod:last-child{margin-bottom: 0;}
.cp-descp .smtit{font-size: 0.18rem;font-family: 'PoppinsSemiBold';line-height: 1.3;margin-bottom: 0.1rem;}
.cp-descp .txt{font-size: 0.16rem;color:#4b4b4b;line-height: 1.8;}
.cp-descp .txt h5{font-size: .2rem;color: #3772b8;text-align: center;font-weight: 600;line-height: 2.5;}
.cp-descp .piclist{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: -1.6%;}
.cp-descp .piclist .item{width: 49.2%;margin-top: 1.6%;height: 5.3rem;}


.cp-send{padding:.55rem 0;background-color: #f8f8f8;}
.cp-send .auto{max-width: 11.2rem;}

.lx-form .row{display: flex;justify-content: space-between;}
.lx-form .item{width: 49%;margin-bottom: 2%;}
.lx-form .box{background-color: #fff;border:1px solid #e5e5e5;display: flex;align-items: flex-start;width: 100%;border-radius:.04rem;}
.lx-form .tit{font-size: 0.16rem;color:#4c4c4c;line-height: 0.5rem;margin-left: 0.15rem;font-family: 'PoppinsLight';}
.lx-form .info{flex:1;overflow: hidden;}
.lx-form .ipt{font-size: 0.16rem;color:#000;width: 100%;}
.lx-form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .15rem;}
.lx-form .con{height: 1.75rem;line-height: 1.4;padding:.16rem .15rem;resize:none;}
.lx-form .submit{margin: 0.35rem auto 0;width: 2.6rem;}


/* About us */
.us-plant{padding:.1rem 0 .7rem;}
.us-menu{margin-bottom: 0.65rem;display: flex;border-bottom:1px solid #d0d0d0;}
.us-menu .lk{flex:1;overflow: hidden;font-size: 0.2rem;color:#000;line-height: 0.9rem;font-weight: bolsd;text-align: center;position: relative;text-transform: capitalize;}
.us-menu .lk::after{content:'';position: absolute;width: 0;left: 50%;bottom: 0;height: 2px;background-color: #1e53b4;transition: all .3s;}
.us-menu .lk.cur,.us-menu .lk:hover{color:#1e53b4;}
.us-menu .lk.cur::after{width: 100%;left: 0;}

.us-plant-list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.us-plant-list .item{width: 31.3%;margin:0 0 2% 2%;}
.us-plant-list .imgbox{height: 3.25rem;}
.us-plant-list .title{font-size: 0.16rem;color:#000000;margin-top: 0.15rem;text-align: center;-webkit-line-clamp: 2;line-height: 1.4;font-weight: bold;text-transform: capitalize;}
.us-plant-list .item:hover .title{color:#1e53b4;}


/* About us2 */
.us-intro{padding:0 0 .75rem;}
.us-intro .pub-tt{text-align: left;margin-bottom: 0.2rem;}
.us-intro .detail{display: flex;/* align-items: center; */justify-content: space-between;}
.us-intro .info{width: 46%;}
.us-intro .txt{font-size: 0.16rem;color:#2a2a2a;line-height: 0.26rem;-webkit-line-clamp: 80;font-family: 'PoppinsLight';}

.us-intro .imgbox{/* height: 4.9rem; */width: 47%;overflow: hidden;position:relative;background: #000;}
.us-intro .imgbox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.us-intro .imgbox .playicon{width: 1rem;height: 1rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.us-intro .imgbox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.us-intro .imgbox .video{width: 100%;height: 100%;}

.us-intro .list{margin-top: 0.45rem;display: flex;justify-content: space-between;}
.us-intro .list .fz{line-height: 1;display: inline-block;vertical-align: middle;position: relative;}
.us-intro .list .fz i{vertical-align: text-top;font-family: 'PoppinsBold';font-size: 0.6rem;color:#1e53b4;}
.us-intro .list .fz em{font-family: 'PoppinsSemiBold';font-size: 0.24rem;color:#1e53b4;}
.us-intro .list .wz{font-size: 0.16rem;color:#4b4b4b;margin-top: 0.05rem;min-width: 1.7rem;}

.us-lc{background:url(../images/us_10.jpg) no-repeat center;background-size:cover;padding:.8rem 0 .75rem;}
.us-lc .pub-tt{text-align: left;margin-bottom: 0;}
.us-lc .slide1{float:right;width: 55%;text-align: center;}
.us-lc .slide1 .wz{font-size: 0.16rem;color:#fff;line-height: 0.4rem;cursor: pointer;position: relative;display: block;padding:0 0 .15rem;}
.us-lc .slide1 .wz::after{content:'';position: absolute;width: 0.08rem;height: 0.08rem;background-color: #ff6c00;border-radius:50%;left: 50%;transform: translate(-50%,0);bottom: 0;display: none;}
.us-lc .swiper-slide-thumb-active .wz{font-size: 0.3rem;color:#ff6c00;font-family: 'PoppinsSemiBold';}
.us-lc .swiper-slide-thumb-active .wz::after{display: block;}

.us-lc .slide2{position: relative;}
.us-lc .slide2 .swiper-container{margin: 0.3rem auto 0;max-width: 17rem;position: static;}
.us-lc .slide2 .item{margin:0 auto;text-align: center;}
.us-lc .slide2 .year{font-size: 1.34rem;color:#3668bb;line-height: 1;font-family: 'PoppinsBold'; -webkit-text-stroke: 1px rgba(255,255,255,.3);text-stroke: 1px rgba(255,255,255,.3);}
.us-lc .slide2 .imgbox{width: 10.6rem;height: 5rem;margin:-.6rem auto 0;}
.us-lc .slide2 .title{font-size: 0.28rem;color:#fff;font-family: 'PoppinsSemiBold';margin-top: 0.24rem;}
.us-lc .slide2 .txt{font-size: 0.16rem;color:#fff;}

.us-lc .swiper-button{width: 0.66rem;height: 0.66rem;opacity: 1;background:url(../images/us_12.png) no-repeat center rgba(255,255,255,.6);background-size:contain;border-radius:50%;margin-top: -0.4rem;z-index:70;}
.us-lc .swiper-button:hover{background-color: rgba(255,255,255,1);}
.us-lc .swiper-button-next{transform: rotate(180deg);}
.us-lc .swiper-button-disabled{opacity: .5;}



.us-philo{padding:.85rem 0 1rem;}
.us-philo .list{display: flex;justify-content: space-between;}
.us-philo .list .item{height: 6.6rem;width: 24.5%;position: relative;}
.us-philo .list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:2rem .5rem 0;background-color: rgba(158,177,214,.8)}
.us-philo .list .title{font-size: 0.42rem;color:#fff;font-family: 'PoppinsSemiBold';line-height: 1.2;}
.us-philo .list .txt{font-size: 0.18rem;color:#fff;line-height: 0.32rem;margin-top: 0.46rem;}
.us-philo .list .item:hover .shade{background-color: rgba(30,83,180,.8);}



.us-cert{padding:.8rem 0 .55rem;background-color: #f3f3f3;}
.us-cert .imgbox{padding: 0.15rem;background-color: #fff;}
.us-cert .title{font-size: 0.17rem;color:#000;margin-top: 0.15rem;text-align: center;display: none;}
.us-cert .swiper-slide{transform: scale(0.8);}
.us-cert .swiper-slide-active{transform: scale(1);}
.us-cert .swiper-slide-active .title{display: block;}

.us-cert .swiper-pagination{position: static;margin-top: 0.6rem;font-size: 0;}
.us-cert .swiper-pagination-bullet{width: 0.16rem;height: 0.16rem;border:1px solid #1e53b4;opacity: 1;background-color: transparent;margin:0 .1rem!important;}
.us-cert .swiper-pagination-bullet-active{background-color: #1e53b4;}



/* index */
.idx-ban{position: relative;}
.idx-ban .item{height:calc(100vh - 1rem);position: relative;}
.idx-ban .item .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.idx-ban .item .title{font-size: 0.64rem;color:#fff;line-height: 1.2;font-family: 'PoppinsBold';max-width: 7.8rem;text-transform: uppercase;}
.idx-ban .item .txt{font-size: 0.22rem;color:#fff;line-height: 1.6;margin-top: 0.2rem;max-width: 4.7rem;font-family: 'PoppinsSemiBold';}

.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: #1e53b4;}


.idx-cp{padding:.6rem 0;}

.idx-cp .list{display: flex;flex-wrap: wrap;margin-left: -3%;padding-top: 0.1rem;}
.idx-cp .list .item{width: 30.3%;margin:0 0 3% 3%;}
.idx-cp .list .imgbox{height: 4.15rem;background-color: #fafafa;border-radius:.14rem;position: relative;}
.idx-cp .list .imgbox::after{content:'';position: absolute;left: .15rem;bottom: 0;height: 2px;background-color: #1e53b4;transition: all .3s;width: 0;}
.idx-cp .list .pic{width: 100%;height: 100%;object-fit: contain;}
.idx-cp .list .title{font-size: 0.18rem;text-align: center;margin-top: 0.22rem;line-height: 1.4;-webkit-line-clamp: 2;font-weight: bold;text-transform: capitalize;}
.idx-cp .list .item:hover .imgbox{box-shadow:0 0 .12rem rgba(0,0,0,.15);}
.idx-cp .list .item:hover .imgbox::after{width:calc(100% - .3rem);}
.idx-cp .list .item:hover .title{color: #1e53b4;}


.idx-us{position: relative;padding:.9rem 0;}
.idx-us::before{content:'';width: 80%;background-color: #fafafa;position: absolute;left: 0;top: 0;bottom: 0;z-index:1;}
.idx-us .detail{position: relative;z-index:2;padding:0 0 0 2.3rem;}
.idx-us .imgbox{width: 50%;height: 6.25rem;}
.idx-us .info{width: 44%;}
.idx-us .readmore{margin-top: 0.75rem;}

.idx-coop{padding:.7rem 0;background:url(../images/idx_14.jpg) no-repeat center;background-size:cover;}
.idx-coop .list{display: flex;justify-content: center;flex-wrap: wrap;padding:.2rem 0 0;}
.idx-coop .list .item{border-radius:.1rem;margin:0 .15rem .3rem;transition: all .3s;}
.idx-coop .list .img{height: 1.5rem;width: auto;}
.idx-coop .list .item:hover{transform: translate(0,-.1rem);}

.idx-xm{padding:.7rem 0;background-color: #fafafa;}
.idx-xm .pub-tt{text-align: left;margin-bottom: 0;}
.idx-xm .pub-tt .smwz{margin-top: 0.05rem;}

.idx-xm .detail{display: flex;align-items: center;}
.idx-xm .lbox{width: 3.35rem;margin-right: 0.6rem;}
.idx-xm .rbox{flex:1;overflow: hidden;}

.idx-xm .menu{margin-bottom: 0.8rem;}
.idx-xm .menu .lk{display: flex;align-items: center;justify-content: space-between;height: 1.2rem;border-bottom:1px solid #d5d5d5;font-size: 0.18rem;color:#888888;position: relative;padding-right: 0.3rem;text-transform: capitalize;}
.idx-xm .menu .lk.cur{color:#1e53b4;font-family: 'PoppinsSemiBold';}
.idx-xm .menu .lk:hover{color:#1e53b4;}
.idx-xm .menu .lk::before{content:'';position: absolute;width: 0;height: 1px;background-color: #1e53b4;left: 0;bottom:0;transition: all .3s;}
.idx-xm .menu .lk.cur::before{width: 100%;}
.idx-xm .menu .lk::after{content:'';width: 0.16rem;height: 0.16rem;background:url(../images/idx_19.png) no-repeat center;background-size:contain;position: absolute;right: 0;top: 50%;margin-top: -0.08rem;display: none;}
.idx-xm .menu .lk.cur::after{display: block;}

.idx-xm .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: -2%;}
.idx-xm .list .item{border-radius:.12rem;height: 3.4rem;position: relative;height: 3.4rem;width: 49%;margin-top: 2%;}
.idx-xm .list .imgbox{display: block;height: 100%;}
.idx-xm .list .title{font-size: 0.22rem;color:#fff;position: absolute;width: 100%;left: 0;bottom: 0.22rem;-webkit-line-clamp: 2;padding:0 .2rem;text-align: center;text-shadow:0 .02rem .02rem #000;font-family: 'PoppinsSemiBold';line-height: 1.4;text-transform: capitalize;}




.idx-xw{padding:.7rem 0 1rem;}
.idx-xw .detail{display: flex;justify-content: space-between;}
.idx-xw .list{width: 48%;}
.idx-xw .list .item{}
.idx-xw .list .date{font-size: 0.16rem;font-family: 'PoppinsLight';}
.idx-xw .list .box1{height: 0.78rem;display: flex;align-items: center;border-bottom:1px solid #e4e4e4;}
.idx-xw .list .box1 .date{color:#6e6e6e;width: 1.5rem;}
.idx-xw .list .box1 .title{font-size: 0.16rem;color:#454545;flex:1;overflow: hidden;display: block;-webkit-line-clamp: 1;text-transform: capitalize;}


.idx-xw .list .box2{display: flex;align-items: center;height: 2.5rem;border-radius:.1rem;padding: 0.2rem;background-color: #1e53b4;display: none;}
.idx-xw .list .box2 .imgbox{width: 2.75rem;height: 2rem;margin-right: 0.3rem;border-radius:.1rem;}
.idx-xw .list .box2 .info{flex:1;overflow: hidden;}
.idx-xw .list .box2 .date{color:#fff;}
.idx-xw .list .box2 .title{font-size: 0.2rem;color:#fff;-webkit-line-clamp: 1;font-family: 'PoppinsSemiBold';margin-top: 0.05rem;text-transform: capitalize;}
.idx-xw .list .box2 .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;-webkit-line-clamp: 2;margin-top: 0.08rem;}
.idx-xw .list .item.cur .box1{display: none;}
.idx-xw .list .item.cur .box2{display: flex;}


.idx-xw .hotbox{width: 50%;height: 4.9rem;display: block;border-radius:.1rem;position: relative;overflow: hidden;}
.idx-xw .hotbox .bot{padding:0 .44rem;position: absolute;width: 100%;left: 0;bottom: 0.4rem;z-index:2;}
.idx-xw .hotbox .date{font-size: 0.16rem;color:#fff;font-family: 'PoppinsLight';}
.idx-xw .hotbox .title{font-size: 0.2rem;color:#fff;font-family: 'PoppinsSemiBold';margin-top: 0.1rem;line-height: 1.4;text-transform: capitalize;}
.idx-xw .hotbox::after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: linear-gradient(rgba(56,56,56,0) 50%, rgba(56,56,56,.8) 75%,rgba(56,56,56,1) 100%);z-index:1;}




@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!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{height: 1rem;}
	.hd-logo .img{height: 0.65rem;}
	.head .r{margin-right: 0.55rem;}


	.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: 1rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;margin: 0;}
	.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.7rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.16rem;}




	.foot .wrap{display: block;}
	.foot .col{margin-bottom: 0.4rem;}
	.foot .col:last-child{margin-bottom: 0;}
	.foot .col1{max-width: 100%;}
	.foot .col4{width: 50%;max-width: 100%;}
	.foot .lks{margin-left:-.1rem;}
	.foot .lk{display: inline-block;vertical-align: middle;margin:0 0 .1rem .15rem;}



	/* news */
	.inner-ban{height: 4.5rem;}


	/* about */
	.us-intro .txt{-webkit-line-clamp: 11;}
	.us-intro .list .wz{min-width: auto;}
	.us-intro .list .fz i{font-size: 0.52rem;}

	/* index */
	.idx-us .detail{padding-left: 3%;}

	.idx-coop .list .item{margin:0 .15rem .2rem;}
	.idx-coop .list .img{height: 1.3rem;}

	.idx-xw .list .box2 .imgbox{width: 2.1rem;}
	.idx-xw .list .box2 .title{-webkit-line-clamp: 2;}




}

@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{height: .9rem;}
	.hd-logo .img{height: 0.55rem;}
	.head .r{margin-right: 0.55rem;}

	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}

	.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;margin: 0;}
	.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.7rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.16rem;}


	.foot .wrap{display: block;}
	.foot .col{margin-bottom: 0.3rem;}
	.foot .col:last-child{margin-bottom: 0;}
	.foot .col1{max-width: 100%;}
	.foot .col4{width: 70%;max-width: 100%;}
	.foot .tit{font-size: 0.24rem;}
	.foot .lks{margin-left:-.1rem;}
	.foot .lk{display: inline-block;vertical-align: middle;margin:0 0 .1rem .15rem;}


	/* news */
	.inner-ban{height: 3rem;}
	.inner-ban .title{font-size: 0.46rem;}

	.pub-tt .bt{font-size: 0.42rem;}


	.xw-main{padding:.3rem 0 .6rem;}
	.xw-list{margin:-3% 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:.2rem .15rem;}

	.pagelist{margin-top: 0.5rem;}


	/* newsDetail */
	.pagenav .backbtn{width: 1.5rem;line-height: 0.5rem;}


	/* project */
	.xw-menu{overflow-x: scroll;white-space: nowrap;text-align: center;margin-bottom: 0.28rem;width: 108%;margin-left: -4%;padding:0 .15rem;}
	.xw-menu::-webkit-scrollbar{ display: none;}
	.xw-menu .lk{margin:0 .1rem;}

	.xm-main{padding:.3rem 0 .6rem;}
	.xm-list{margin:-3% 0 0;justify-content: space-between;}
	.xm-list .item{width: 48.5%;margin:3% 0 0;}
	.xm-list .imgbox{height: 2.5rem;}
	.xm-list .info{padding:.22rem 0 0;}


	/* service */
	.fw-design .list .icon{height: 0.7rem;}

	.fw-sales{padding:.6rem 0;}
	.fw-sales .list{flex-wrap: wrap;justify-content: space-between;}
	.fw-sales .list .item{width: 49%;margin:0 0 2%;height: 4.2rem;flex:initial;}
	.fw-sales .list .box1{display: flex!important;}
	.fw-sales .list .box2{display: none!important;}
	.fw-sales .list .item.on{flex:initial;}


	/* contact */
	.lx-sec .detail{display: block;}
	.lx-sec .col-line{display: none;}
	.lx-sec .lbox{width: 100%;}
	.lx-sec .rbox{width: 100%;margin-top: 0.5rem;}
	.lx-sec .t-tit{font-size: 0.3rem;margin-bottom: 0.25rem;}
	.lx-sec .form .submit{margin:.25rem auto 0;}
	.lx-sec .map{margin-top: 0.6rem;height: 4rem;}



	/* product */
	.us-menu{overflow-x: scroll;display: block;white-space: nowrap;margin-bottom: 0.4rem;width: 106%;margin-left: -3%;padding:0 .1rem;text-align: center;}
	.us-menu::-webkit-scrollbar{ display: none;}
	.us-menu .lk{display: inline-block;vertical-align: middle;margin:0 .25rem;line-height: 0.66rem;}

	.cp-main .wrap{display: block;}
	.cp-main .l{width: 100%;margin: 0;position: fixed;left: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index:200;display: none;}
	.moreicon{font-size: 0.18rem;color:#fff;background-color:#1E53B4;height: 0.6rem;display: flex;text-align: center;text-transform: uppercase;margin-bottom: 0.3rem;align-items: center;justify-content: center;position: relative;}
	.moreicon::after{content:'';width: 0.22rem;height: 0.22rem;background:url(../images/icon_05.png) no-repeat center;background-size:contain;margin-left: 0.15rem;position: absolute;right: 0.2rem;top: 50%;margin-top: -0.11rem;}

	.cp-menu{position: absolute;width: 100%;left: 0;bottom: 0;height: 50vh;overflow-y: scroll;background-color: #fff;padding:.15rem;}


	.cp-list .item{margin-bottom: 0.3rem;}
	.cp-list .imgbox{margin-right: 0.45rem;height: 3rem;}
	.cp-list .info{padding-right: 0;}
	.cp-list .title{font-size: 0.24rem;}
	.cp-list .more{margin-top: 0.3rem;}


	/* productDetail */
	.cp-top .detail{display: block;}
	.cp-top .imgbox{height: auto;margin:0 auto .3rem;width: 70%;}
	.cp-top .info{text-align: center;}
	.cp-top .title{font-size: 0.26rem;line-height: 1.4;}
	.cp-top .txt{margin:.12rem auto 0;}
	.cp-top .anniu{margin: 0.4rem auto 0;}

	.cp-descp .piclist .item{height: 3.4rem;}




	/* about */
	.us-intro .detail{display: block;padding:.15rem 0 0;}
	.us-intro .imgbox{width: 100%;height: 4rem;margin-top: 0.4rem;}
	.us-intro .imgbox .playicon{width: 0.8rem;height: 0.8rem;}
	.us-intro .info{width: 100%;}

	.us-intro .txt{-webkit-line-clamp: 80;}
	.us-intro .list .wz{min-width: auto;}
	.us-intro .list .fz i{font-size: 0.52rem;}

	.us-lc .slide1{width: 100%;float:none;margin-top: 0.35rem;}
	.us-lc .slide1 .wz{font-size: 0.18rem;}
	.us-lc .swiper-slide-thumb-active .wz{font-size: 0.26rem;}

	.us-lc .slide2 .year{font-size: 1rem;}
	.us-lc .slide2 .imgbox{margin:-.45rem auto 0;width: 100%;height: auto;}
	.us-lc .slide2 .title{font-size: 0.26rem;}
	.us-lc .slide2 .swiper-container{max-width: 6rem;margin:.5rem auto 0;}
	.us-lc .swiper-button{width: 0.5rem;height: 0.5rem;}

	.us-philo .list{flex-wrap: wrap;justify-content: space-between;}
	.us-philo .list .item{width: 49.2%;height: 3.8rem;margin-bottom: 1.6%;}
	.us-philo .list .shade{padding: 1rem .3rem 0;}
	.us-philo .list .title{font-size: 0.38rem;}
	.us-philo .list .txt{margin-top: 0.3rem;}

	.us-cert .imgbox{padding: 0.1rem;}
	.us-cert .swiper-pagination{margin-top: 0.35rem;}
	.us-cert .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;margin:0 .05rem!important;}

	/* about2 */
	.us-plant-list{margin: 0;justify-content: space-between;}
	.us-plant-list .item{width: 48.5%;margin:0 0 3%;}
	.us-plant-list .imgbox{height: 2.9rem;}







	/* index */
	.idx-ban .item{height:4.3rem;}
	.idx-ban .item .title{font-size: 0.38rem;line-height: 1.1;}
	.idx-ban .item .txt{font-size: 0.16rem;max-width: 48%;margin-top: 0.15rem;line-height: 1.4;}

	.idx-ban .swiper-pagination{bottom:.2rem!important;}
	.idx-ban .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.3rem;}

	.idx-cp .list{justify-content: space-between;margin: 0;}
	.idx-cp .list .item{width: 48.5%;margin: 0 0 .4rem;}
	.idx-cp .list .imgbox{height: 3.2rem;}


	.idx-us{padding:.6rem 4%;overflow: hidden;}
	.idx-us::before{width: 100%;}
	.idx-us .detail{padding:0;}
	.idx-us .readmore{margin:.5rem auto 0;}

	.idx-coop{padding:.6rem 0 .5rem;}
	.idx-coop .list{justify-content: flex-start;flex-wrap: wrap;padding: 0;}
	.idx-coop .list1{margin-left: -2%;}
	.idx-coop .list1 .item{width: 31.3%;margin:0 0 2% 2%;background-color: #f9f9fb;}
	.idx-coop .list1 .img{height: 100%;width: 100%;object-fit: contain;}

	.idx-coop .list2{margin-left: -2%;}
	.idx-coop .list2 .item{width: 23%;margin:0 0 2% 2%;background-color: #f9f9fb;}
	.idx-coop .list2 .img{height: 100%;width: 100%;object-fit: contain;}

	.idx-xm .pub-tt{text-align: center;margin-bottom: 0.25rem;}
	.idx-xm .detail{display: block;position: relative;padding:0 0 1.2rem;}
	.idx-xm .lbox{width: 100%;margin:0;}
	.idx-xm .menu{display: flex;justify-content: space-between;border-bottom: 1px solid #d5d5d5;margin-bottom: 0.4rem;}
	.idx-xm .menu .lk{padding: 0;height: 0.6rem;border:0;}
	.idx-xm .menu .lk::after{display: none!important;}

	.idx-xm .list .item{height: 2.6rem;}
	.idx-xm .list .title{font-size: 0.2rem;line-height: 1.4;bottom: 0.15rem;padding:0 .1rem;}
	.idx-xm .readmore{position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);}

	.idx-xw .detail{display: block;}
	.idx-xw .list{width: 100%;}
	.idx-xw .list .box2{display: none!important;}
	.idx-xw .list .box1{display: flex!important;}
	.idx-xw .list .box1 .title{font-size: 0.18rem;}
	.idx-xw .hotbox{width: 100%;margin:.3rem auto 0;}


}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	html{font-size: 6.2rem!important;}


	.sj-menu{position:absolute;right: 3%;top: 50%;width: .3rem;height: .3rem;margin-top: -0.15rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.28rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';font-size: 0.26rem;}

	.head.white .sj-menu::after{color:#fff;}

	/* 公共部分 */
	.head{height: .7rem;}
	.hd-logo .img{height: 0.4rem;}
	.head .r{margin:  0 0.42rem 0 0;}

	.hd-sear{margin-right: 0.18rem;}
	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}
	.hd-sear .icon::after{font-size: 0.2rem;}
	.hd-sear-box .box{line-height: 0.5rem;border-radius:.08rem;}
	.hd-sear-box .submit{width: 0.5rem;height: 0.5rem;}

	.hd-lang{margin-left: 0;}
	.hd-lang .font{font-size: 0.15rem;}
	.hd-lang .font .ic{width: 0.26rem;height: 0.2rem;}
	.hd-lang .font::after{margin-left: 0.08rem;}
	.hd-lang .drop{width: 1rem;}
	.hd-lang .lk{font-size: 0.14rem;}

	.hd-lang .font::after{font-size: .14rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.7rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;}
	.hd-nav li>a{font-size: 0.17rem;line-height: 0.6rem;padding:0 4%;font-weight: normal;}
	.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.6rem;height: 0.6rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.22rem;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 5% 0 7%;text-align: left;}



	.foot{padding:.4rem 0;}
	.foot .wrap{display: block;}
	.foot .col{margin-bottom: 0.25rem;}
	.foot .col:last-child{margin-bottom: 0;}
	.foot .col1{max-width: 100%;}
	.foot .col4{width: 100%;max-width: 100%;}
	.foot .tit{font-size: 0.22rem;}
	.foot .lks{margin-left:-.1rem;}
	.foot .lk{display: inline-block;vertical-align: middle;margin:0 0 .05rem .15rem;}
	.foot .fz{line-height: 0.34rem;font-size: 0.14rem;}
	.foot .social a{font-size: 0.18rem;width: 0.32rem;height: 0.32rem;margin:0 .15rem 0 0;}
	.foot .form .submit{width: 1rem;height: 0.48rem;}


	.btn{font-size: 0.17rem;width: 1.5rem;height: 0.5rem;}

	/* news */
	.inner-ban{height: 2.2rem;}
	.inner-ban .title{font-size: 0.3rem;}

	.pub-tt{margin-bottom: 0.25rem;}
	.pub-tt .bt{font-size: 0.28rem;}
	.pub-tt .smwz{margin-top: 0.1rem;font-size: 0.15rem;}


	.crumb{margin: .05rem 0;font-size: 0.15rem;}

	.xw-main{padding:.5rem 0 .5rem;}

	.xw-menu{overflow-x: scroll;white-space: nowrap;text-align: center;margin-bottom: 0.28rem;width: 108%;margin-left: -4%;}
	.xw-menu::-webkit-scrollbar{ display: none;}
	.xw-menu .lk{margin:0 .15rem;padding: 0;min-width: auto;border:none;line-height: 0.48rem;position: relative;font-weight: bold;font-size: 0.18rem;}
	.xw-menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 2px;background-color: #1e53b4;transition: all .3s;}
	.xw-menu .lk.cur, .xw-menu .lk:hover{background:transparent;color:#1e53b4;}
	.xw-menu .lk.cur::after, .xw-menu .lk:hover::after{width: 0.3rem;margin-left: -0.15rem;}
	.xw-menu.dark .lk{background:transparent;}


	.xw-list{margin:-3% 0 0;justify-content: space-between;}
	.xw-list .item{width: 100%;margin:3% 0 0 0;}
	.xw-list .imgbox{height: 2.2rem;}
	.xw-list .info{padding:.2rem .15rem;}
	.xw-list .line{margin:.2rem 0 .15rem;}
	.xw-list .more,.xw-list .date{font-size: 0.14rem;}

	.pagelist{margin-top: 0.35rem;}
	.layui-laypage .layui-laypage-curr em{line-height: 0.3rem;}
	.layui-laypage a, .layui-laypage span{font-size: 0.16rem;width: 0.3rem;height: 0.3rem;line-height: 0.3rem;}



	/* newsDetail */
	.xw-det .topbox{margin-bottom: 0.2rem;}
	.xw-det .title{line-height: 1.3;font-size: 0.24rem;}


	.pagenav{margin:.4rem 0 0;padding:.2rem 0;}
	.pagenav .backbtn{width: 1.15rem;line-height: 0.36rem;font-size: 0.15rem;}


	/* project */
	.xm-main{padding:.2rem 0 .5rem;}
	.xm-list{margin:-.3rem 0 0;justify-content: space-between;}
	.xm-list .item{width: 100%;margin:.3rem 0 0;}
	.xm-list .imgbox{height: 2rem;}
	.xm-list .info{padding:.16rem 0 0;}
	.xm-list .line{display: none;}
	.xm-list .more{margin-top: 0.1rem;}



	/* service */
	.fw-design .list{justify-content: space-between;}
	.fw-design .list .item{width: 48%;padding:.13rem 0;}
	.fw-design .list .icon{height: 0.54rem;}

	.fw-sales{padding:.5rem 0 .4rem;}
	.fw-sales .list{flex-wrap: wrap;justify-content: space-between;}
	.fw-sales .list .item{width: 100%;margin:0 0 4%;height: 2.6rem;flex:initial;}
	.fw-sales .list .box1{display: flex!important;}
	.fw-sales .list .box2{display: none!important;}
	.fw-sales .list .item.on{flex:initial;}
	.fw-sales .list .tit{margin-top: 0.14rem;}


	/* contact */
	.lx-sec{padding:.3rem 0;}
	.lx-sec .detail{display: block;}
	.lx-sec .col-line{display: none;}
	.lx-sec .lbox{width: 100%;}
	.lx-sec .rbox{width: 100%;margin-top: 0.6rem;}
	.lx-sec .t-tit{font-size: 0.28rem;margin-bottom: 0.2rem;text-align: center;}
	.lx-sec .list li{margin-bottom: 0.15rem;}
	.lx-sec .list .tit{line-height: 0.26rem;}
	.lx-sec .list .ico{width: 0.26rem;}
	.lx-sec .list .txt{margin-left: 0.36rem;}

	.lx-sec .form .row{display: block;}
	.lx-sec .form .item{width: 100%;margin-bottom: .15rem;}
	.lx-sec .form .con{height: 1.7rem;}
	.lx-sec .form .submit{margin:.25rem auto 0;width: 1.5rem;height: 0.5rem;}
	.lx-sec .map{margin-top: 0.5rem;height: 3rem;}





	/* product */
	.us-menu{overflow-x: scroll;display: block;white-space: nowrap;margin-bottom: 0.4rem;width: 108%;margin-left: -4%;padding:0 .05rem;}
	.us-menu::-webkit-scrollbar{ display: none;}
	.us-menu .lk{display: inline-block;vertical-align: middle;margin:0 .16rem;line-height: 0.62rem;font-size: 0.19rem;}

	.cp-main{padding:0 0 .5rem;}
	.cp-main .wrap{display: block;}
	.cp-main .l{width: 100%;margin: 0;position: fixed;left: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index:200;display: none;}
	.moreicon{font-size: 0.16rem;color:#fff;background-color:#1E53B4;height: 0.5rem;display: flex;text-align: center;text-transform: uppercase;margin-bottom: 0.3rem;align-items: center;justify-content: center;position: relative;}
	.moreicon::after{content:'';width: 0.18rem;height: 0.18rem;background:url(../images/icon_05.png) no-repeat center;background-size:contain;margin-left: 0.15rem;position: absolute;right: 0.2rem;top: 50%;margin-top: -0.11rem;}

	.cp-menu{position: absolute;width: 100%;left: 0;bottom: 0;max-height: 50vh;overflow-y: scroll;background-color: #fff;padding:.15rem;}
	.cp-menu .tit{font-size: 0.16rem;line-height: 0.26rem;}
	.cp-menu .lk{font-size: 0.15rem;}

	.cp-list .item{margin-bottom: 0.25rem;display: block;}
	.cp-list .imgbox{height: 2.2rem;margin:0 0 .3rem;max-width: 100%;width: 100%;}
	.cp-list .info{padding-right: 0;}
	.cp-list .title{font-size: 0.22rem;line-height: 1.4;}
	.cp-list .txt{margin-top: 0.15rem;}
	.cp-list .more{margin-top: 0.3rem;}



	/* productDetail */
	.cp-top .detail{display: block;padding:.4rem 0;}
	.cp-top .detail .swiper-container{width: 100%;}
	.cp-top .imgbox{height: auto;margin:0 auto .3rem;width:100%;}
	.cp-top .info{text-align: center;}
	.cp-top .title{font-size: 0.24rem;line-height: 1.4;}
	.cp-top .txt{margin:.12rem auto 0;}
	.cp-top .anniu{margin: 0.25rem auto 0;}

	.cp-descp{padding:.5rem 0;}
	.cp-descp .auto{width: 100%;}
	.cp-descp .auto p{max-width: 100% !important;}
	.cp-descp .mod{margin-bottom: 0.3rem;}
	.cp-descp .piclist{margin-top: -0.15rem;}
	.cp-descp .piclist .item{height: 2.1rem;width: 100%;margin:.15rem 0 0;}
	.cp-descp table{
		overflow-x: auto;                /* 开启水平方向滚动 */
		display: block;                  /* 让表格能够滚动 */
		white-space: nowrap;
	}
	.lx-form .row{display: block;}
	.lx-form .item{width: 100%;}
	.lx-form .tit{font-size: 0.16rem;line-height: 0.44rem;margin-left: 0.2rem;}
	.lx-form .ipt-txt{font-size: 0.16rem;height: 0.44rem;line-height: 0.44rem;}
	.lx-form .con{height: 1.3rem;padding: .12rem .15rem;}
	.lx-form .submit{width: 1.6rem;margin-top: 0.3rem;}

	/* about */
	.us-intro{padding:0 0 .5rem;}
	.us-intro .detail{display: block;padding:.15rem 0 0;}
	.us-intro .imgbox{width: 100%;height: 2.6rem;margin-top: 0.4rem;}
	.us-intro .imgbox .playicon{width: 0.6rem;height: 0.6rem;}
	.us-intro .info{width: 100%;}

	.us-intro .txt{-webkit-line-clamp: 80;}
	.us-intro .list{text-align: center;}
	.us-intro .list .wz{min-width: auto;font-size: 0.14rem;}
	.us-intro .list .fz i{font-size: 0.38rem;}

	.us-lc{padding:.6rem 0;}
	.us-lc .slide1{width: 100%;float:none;margin-top: 0.3rem;}
	.us-lc .slide1 .wz{font-size: 0.18rem;}
	.us-lc .swiper-slide-thumb-active .wz{font-size: 0.26rem;}

	.us-lc .slide2 .year{font-size: .8rem;}
	.us-lc .slide2 .imgbox{margin:-.38rem auto 0;width: 100%;height: 2.5rem;}
	.us-lc .slide2 .title{font-size: 0.22rem;margin-top: 0.16rem;}
	.us-lc .slide2 .swiper-container{max-width: 6rem;margin:.3rem auto 0;}
	.us-lc .swiper-button{width: 0.4rem;height: 0.4rem;}

	.us-philo{padding:.6rem 0;}
	.us-philo .list{flex-wrap: wrap;justify-content: space-between;}
	.us-philo .list .item{width: 100%;height: 3.2rem;margin-bottom: 4%;}
	.us-philo .list .shade{padding: .8rem .3rem 0;}
	.us-philo .list .title{font-size: 0.3rem;}
	.us-philo .list .txt{margin-top: 0.2rem;line-height: 1.4;}

	.us-cert{padding:.6rem 0;}
	.us-cert .auto{padding: 0;}
	.us-cert .imgbox{padding: 0.1rem;}
	.us-cert .title{font-size: 0.16rem;line-height: 1.4;}
	.us-cert .swiper-pagination{margin-top: 0.35rem;}
	.us-cert .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;margin:0 .05rem!important;}




	/* about2 */
	.us-plant-list{margin: 0;justify-content: space-between;}
	.us-plant-list .item{width: 100%;margin:0 0 .4rem;}
	.us-plant-list .imgbox{height: 2.4rem;}
	.us-plant-list .title{font-size: 0.18rem;}
	.us-plant-list .item:last-child{margin-bottom: 0;}


	/* index */
	.idx-ban .item{height: auto;/* height:2.4rem; */}
	.idx-ban .item .box{}
	.idx-ban .item .title{font-size: 0.22rem;line-height: 1.2;max-width: 100%;font-weight: normal;}
	.idx-ban .item .txt{font-size: 0.16rem;max-width: 100%;margin-top: 0.1rem;line-height: 1.3;}

	.idx-ban .swiper-pagination{bottom:.2rem!important;}
	.idx-ban .swiper-pagination-bullet{width: 0.06rem;height: 0.06rem;margin:0 .05rem!important;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.26rem;}


	.idx-cp .list{display: block;margin: 0;}
	.idx-cp .list .item{width: 100%;margin: 0 0 .4rem;}
	.idx-cp .list .imgbox{height: 2.6rem;}
	.idx-cp .list .item:last-child{margin-bottom: 0;}

	.idx-us{padding:.6rem 4%;overflow: hidden;}
	.idx-us::before{width: 100%;}
	.idx-us .detail{padding:0;}
	.idx-us .readmore{margin:.5rem auto 0;}

	.idx-coop{padding:.6rem 0 .5rem;}
	.idx-coop .list{justify-content: flex-start;flex-wrap: wrap;padding: 0;}
	.idx-coop .list1{margin-left: -2%;}
	.idx-coop .list1 .item{width: 48%;margin:0 0 2% 2%;background-color: #f9f9fb;}
	.idx-coop .list1 .img{height: 100%;width: 100%;object-fit: contain;}

	.idx-coop .list2{margin-left: -2%;}
	.idx-coop .list2 .item{width: 31.3%;margin:0 0 2% 2%;background-color: #f9f9fb;}
	.idx-coop .list2 .img{height: 100%;width: 100%;object-fit: contain;}

	.idx-xm{padding:.6rem 0;overflow: hidden;}
	.idx-xm .pub-tt{text-align: center;margin-bottom: 0.25rem;}
	.idx-xm .detail{display: block;position: relative;padding:0 0 1rem;}
	.idx-xm .lbox{width: 100%;margin:0;}

	.idx-xm .menu{border-bottom: 1px solid #d5d5d5;margin-bottom: 0.3rem;overflow-x: scroll;white-space: nowrap;text-align: center;width: 108%;margin-left: -4%;padding:0 .1rem;}
	.idx-xm .menu::-webkit-scrollbar{ display: none;}
	.idx-xm .menu .lk{padding: 0;border:0;display: inline-block;vertical-align: middle;margin:0 .15rem;line-height: 0.52rem;height: auto;}
	.idx-xm .menu .lk::after{display: none!important;}

	.idx-xm .list{display: block;}
	.idx-xm .list .item{height: 2.6rem;width: 100%;margin-bottom: 4%;}
	.idx-xm .list .item:last-child{margin-bottom: 0;}
	.idx-xm .list .title{font-size: 0.2rem;line-height: 1.4;bottom: 0.15rem;padding:0 .1rem;}
	.idx-xm .readmore{position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);}

	.idx-xw{padding:.6rem 0;}
	.idx-xw .detail{display: block;}
	.idx-xw .list{width: 100%;}
	.idx-xw .list .box2{display: none!important;}
	.idx-xw .list .box1{display: block!important;height: auto;padding:.18rem 0;}
	.idx-xw .list .box1 .title{font-size: 0.18rem;-webkit-line-clamp: 2;line-height: 1.4;margin-top: 0.06rem;}

	.idx-xw .hotbox{width: 100%;margin:.3rem auto 0;height: 3rem;}
	.idx-xw .hotbox .bot{padding:0 .15rem;bottom: 0.2rem;}
	.idx-xw .hotbox .date{font-size: 0.14rem;}
	.idx-xw .hotbox .title{font-size: 0.18rem;margin-top: 0.08rem;}



}