<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@font-face
{font-family: HarmonyOS;
src: url('HARMONYOS.TTF')}

@font-face
{font-family: HarmonyOSBlack;
src: url('HARMONYOS-Black.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;color:#000;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:'HarmonyOS', "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.3rem;width: 90%;}
: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: #00b0d4;border:none;cursor: pointer;width: 2rem;height: 0.5rem;border-radius:.24rem;font-size: 0.18rem;text-transform: uppercase;}
.btn:hover{background-color: #00b0d4;}

/* 公共部分 */
.head{height: 1rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #efefef;transition: all 0s;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}
.head .r{display: flex;align-items: center;}

.hd-logo .img{height: 0.8rem;width: auto;}
.hd-logo .img2{display: none;}



.hd-nav li{display: inline-block;vertical-align: middle;margin:0 0.35rem;position: relative;}
.hd-nav li&gt;a{display: block;font-size: 0.18rem;color:#333;line-height: 1rem;position: relative;text-transform: uppercase;font-weight: bold;}
.hd-nav li:hover&gt;a,.hd-nav li.cur&gt;a{color:#00b0d4;}
.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}


.hd-nav .drop{width: 3rem;position: absolute;left:0%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: rgba(0,176,212,.9);margin-left: -1rem;}
.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 dashed rgba(255,255,255,.2)}
.hd-nav .drop .lk:hover{background-color: rgba(0,176,212,1);}
.hd-nav .drop .lk:last-child{border-bottom:none;}


.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-size: 0.21rem;font-weight: bold;}
.hd-sear .icon::after{content:'\e651';font-family: 'iconfont';}


.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.7);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.16rem;color:#000;cursor: pointer;display: flex;align-items: center;}
.hd-lang .font i{font-size: 0.21rem;color: #000;margin-right: 0.08rem;}
.hd-lang .font::after{content:'\e772';display: inline-block;vertical-align: middle;margin-left: 0.08rem;font-family: 'iconfont';}
.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.22rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{color:#245e8c;}
.hd-lang:hover .drop{display: block;}

.head .line{width: 1px;height: 0.16rem;margin:0 0.2rem;background-color: #fff;}


.float-head{position: fixed;background-color: rgba(255,255,255,.1);border:0;}
.float-head .hd-logo .img1{display: none;}
.float-head .hd-logo .img2{display: block;}

.float-head .hd-nav li&gt;a{color:#fff;}
.float-head .hd-sear .icon{color:#fff;}
.float-head .hd-lang .font{color:#fff;}
.float-head .hd-lang .font i{color:#fff;}


.foot{background-color: #2a2d37;}
.ft-t .wrap{display: flex;align-items: flex-start;padding:.55rem 0 0.35rem;justify-content: space-between;}
.ft-t .tit{font-size: 0.36rem;color:#fff;margin-bottom: 0.15rem;line-height: 1;}
.ft-t .txt{font-size: 0.16rem;color:#fff;line-height: 0.46rem;}

.ft-t .social{display: flex;margin-top: 0.3rem;margin-left: 0;}
.ft-t .social a{margin-right: 0.11rem;font-size: 0.16rem;color:#54565d;width: 0.38rem;height: 0.38rem;background-color: #fff;display: flex;align-items: center;justify-content: center;border-radius:50%;}
.ft-t .social a:last-child{margin-right: 0;}
.ft-t .social a:hover{color:#fff;background-color: #00b0d4;}

.ft-t .website{width: 3.4rem;margin-top: 0.5rem;position: relative;}
.ft-t .website .font{font-size: 0.18rem;color:#fff;height: 0.5rem;display: flex;background-color: rgba(255,255,255,.1);line-height: 0.5rem;}
.ft-t .website span{flex:1;overflow: hidden;padding:0 .2rem;}
.ft-t .website .arrow{display: flex;align-items: center;justify-content: center;width: 0.6rem;height: 0.5rem;background-color: #66686f;display: flex;align-items: center;justify-content: center;}
.ft-t .website .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.2rem;color:#fff;transform: rotate(-90deg);transition: all .3s;}

.ft-t .website .drop{background-color: #fff;width:calc(100% - 0.6rem);position: absolute;left: 0;top: 0;padding:.12rem .2rem;transform:translate(0,-100%) scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center bottom;}
.ft-t .website .lk{display: block;font-size: 0.16rem;color:#333;line-height: 0.36rem;}
.ft-t .website .lk:hover{color:#00b0d4;}
.ft-t .website:hover .drop{opacity: 1;visibility: visible;transform: translate(0,-100%) scaleY(1);}
.ft-t .website:hover .arrow::after{transform: rotate(0);}

.ft-t .lk{display: block;font-size: 0.16rem;color:#fff;line-height: 0.46rem;}
.ft-t .lk:hover{color:#00b0d4;}

.ft-t .form{margin-top: -0.1rem;}
.ft-t .form .smwz{font-size: 0.18rem;color:#fff;margin-bottom: 0.25rem;}
.ft-t .form .row{margin-top: 0.15rem;}
.ft-t .form .ipt{font-size: 0.14rem;color:#fff;width: 100%;border-radius:.06rem;background-color: transparent;border:1px solid #b4b4b4;}
.ft-t .form .ipt-txt{height: 0.44rem;line-height: 0.44rem;padding:0 .15rem;}
.ft-t .form .con{height: 1.1rem;line-height: 1.3;padding:.1rem .15rem;resize:none;}
.ft-t .form .submit{margin-top: 0.2rem;}
.ft-t .col1{max-width: 2.65rem;}
.ft-t .col4{width: 4rem;}

.ft-b{text-align: center;font-size: 0.18rem;color:#555;line-height:.2rem;padding:.25rem 0;border-top:1px solid #3e414c;}
.ft-b *{font-size: inherit;}





/* contact */
.inner-ban{/* height: 4.9rem; */}

.crumb{font-size: 0.16rem;color:#666666;line-height: 0.4rem;text-transform: uppercase;margin-top: 0.2rem;}
.crumb *{font-size: inherit;}
.crumb a:hover{color:#00b0d4;}

.pub-tt{margin-bottom: 0.5rem;text-align: center;}
.pub-tt .bt{font-size: 0.5rem;font-weight: bold;line-height: 1;color:#000;text-transform: uppercase;}
.pub-tt .smwz{font-size: 0.16rem;color:#4a4a4a;margin:.2rem auto 0;}

/* .pub-tt .x{width: 0.66rem;height: 0.05rem;background-color: #f07a29;display: block;margin:.18rem auto 0;}

.pub-tt.white .bt{color:#fff;}
.pub-tt.white .x{background-color: #fff;} */

.lx-xx{padding:.3rem 0 0.6rem;}
.lx-xx .list{display: flex;justify-content: space-between;align-items: flex-start;padding-top: 0.25rem;}
.lx-xx .list .item{max-width: 3.45rem;display: flex;align-items: flex-start;}
.lx-xx .list .icon{height: 0.28rem;width: auto;display: block;margin:0 .15rem 0 0;}
.lx-xx .list .fz{font-size: 0.18rem;color:#000;line-height: 0.28rem;}
.lx-xx .map{margin-top: 0.85rem;height: 5.4rem;}

.lx-msg{padding:.6rem 0;background-color: #f4f4f4;}
.lx-msg .form{max-width: 12.6rem;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%;position: relative;}
.lx-msg .form .box em{position: absolute;top: 2px;left: 10px;}
.lx-msg .form .tit{font-size: 0.18rem;color:#414141;line-height: 0.5rem;margin-left: 0.25rem;}
.lx-msg .form .info{flex:1;overflow: hidden;}
.lx-msg .form .ipt{font-size: 0.18rem;color:#555;width: 100%;}
.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.3rem auto 0;font-size: 0.22rem;font-weight: bold;}




/* news */
.xw-main{padding:.3rem 0 .6rem;}

.xw-menu{margin-bottom: 0.5rem;display: flex;justify-content: center;}
.xw-menu .lk{font-size: 0.18rem;color:#00b0d4;min-width: 2rem;text-align: center;line-height: 0.48rem;display: inline-block;vertical-align: middle;padding:0 .2rem;margin:0 .1rem;border:1px solid #00b0d4;border-radius:.24rem;}
.xw-menu .lk.cur,.xw-menu .lk:hover{font-weight: bold;color:#fff;background-color: #00b0d4;}


.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: #fff;}
.xw-list .imgbox{height: 3.5rem;}
.xw-list .info{padding:0.18rem .18rem 0.36rem;}
.xw-list .date{font-size: 0.15rem;color:#666666;}
.xw-list .title{font-size: 0.2rem;font-weight: bold;line-height: 1.4;-webkit-line-clamp: 3;margin-top: 0.08rem;}
.xw-list .more{font-size: 0.16rem;display: inline-block;vertical-align: middle;margin-top: 0.4rem;font-weight: bold;}
.xw-list .more::after{content:'\e60e';display: inline-block;vertical-align: middle;font-family: 'iconfont';margin-left: 0.05rem;}
.xw-list .item:hover{box-shadow:0 0 0.13rem rgba(0,0,0,.13);}
.xw-list .item:hover .title{color:#00b0d4;}
.xw-list .item:hover .more{color:#00b0d4;}


.pagelist{margin-top: 0.7rem;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;}

.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 .1rem;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #00b0d4;}
.layui-laypage a:hover{color:#00b0d4;}
.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;}

.quote-sec{}
.quote-sec .box{display: flex;align-items: center;height: 3.2rem;}
.quote-sec .info{flex:1;overflow: hidden;}
.quote-sec .title{font-size: 0.4rem;color:#fff;font-weight: bold;line-height: 1.4;}
.quote-sec .txt{font-size: 0.24rem;color:#fff;margin-top: 0.07rem;}
.quote-sec .button{font-size: 0.2rem;margin-left: 0.3rem;}



/* newsDetail */
.xw-det{padding:.3rem 0 .6rem;}
.xw-det .auto{max-width: 11.1rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.3rem;}
.xw-det .title{font-size: 0.32rem;font-weight: bold;line-height: 1.3;}
.xw-det .date{font-size: 0.16rem;color:#666666;margin-top: 0.1rem;}
.xw-det .edit{font-size: 0.16rem;color:#000000;line-height: .3rem;}



.xw-social{margin-top: 1rem;display: flex;align-items: center;}
.xw-social .smtit{font-size: 0.18rem;color:#000;font-weight: bold;margin-right: 0.15rem;}
.xw-social .lks a{font-size: 0.24rem;margin-right: 0.09rem;}


.pagenav{padding:0.25rem 0;border-top:1px solid #e5e5e5;margin-top: 0.35rem;}
.pagenav li{font-size: 0.18rem;line-height: 0.3rem;}
.pagenav li a{color:#393939;font-size: 0.16rem;}
.pagenav li:hover,.pagenav li:hover a{color:#00b0d4;}











/* product */
.cp-main{padding:.3rem 0 .55rem;}
.cp-main .wrap{display: flex;align-items: flex-start;}
.cp-main .l{width: 3.4rem;margin-right: 0.5rem;}
.cp-main .r{flex:1;overflow: hidden;}
.moreicon{display: none;}


.cp-menu{}
.cp-menu li{margin-bottom: 0.08rem;background-color: #fff;}
.cp-menu .tit{font-size: 0.18rem;line-height: 0.3rem;padding:.1rem .3rem .1rem .12rem;cursor: pointer;position: relative;}
.cp-menu .tit::after{content:'';position: absolute;right: 0.12rem;top: 50%;width: 0.12rem;height: 0.12rem;background:url(../images/cp_02.png) no-repeat center;background-size:contain;margin-top: -0.06rem;}
.cp-menu .drop{padding:.08rem 0 .08rem .2rem;display: none;}
.cp-menu .lk{display: block;font-size: 0.16rem;color:#515151;line-height: 0.22rem;padding:0.06rem 0;}
.cp-menu .lk:hover,.cp-menu .lk.this{color:#00b0d4;}

.cp-menu li.cur .tit{color:#fff;background-color: #00b0d4;}
.cp-menu li.cur .tit::after{background-image:url(../images/cp_02-1.png);transform: rotate(180deg);}
.cp-menu li.cur .drop{display: block;}


.cp-list{display: flex;flex-wrap: wrap;margin:-3.5% 0 0 -2%;}
.cp-list .item{width: 31.3%;margin:3.5% 0 0 2%;}
.cp-list .imgbox{height: 3.54rem;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.cp-list .img{width: 100%;height: 100%;object-fit: contain;}
.cp-list .title{text-align: center;font-size: 0.18rem;margin-top: 0.15rem;line-height: 1.3;-webkit-line-clamp: 2;}
.cp-list .item:hover .title{color:#00b0d4;}


/* productDetail */
.cp-intro{display: flex;align-items: flex-start;padding: 0.2rem 0 0.6rem;}
.cp-intro .imgbox{width: 46%;height:6rem;overflow: hidden;max-width: 6rem;margin-right: 0.6rem;box-shadow:0 0 0.12rem rgba(11,27,35,.14);}
.cp-intro .imgbox .img{width: 100%;height: 100%;object-fit: contain;}

.cp-intro .info{flex:1;overflow: hidden;}
.cp-intro .title{font-size: 0.32rem;color:#00b0d4;line-height: 1.3;font-weight: bold;margin-top: 0.5rem;}
.cp-intro .smtit{font-size: 0.2rem;font-weight: bold;margin-top: 0.35rem;}
.cp-intro .txt{font-size: 0.16rem;line-height: 1.8;margin-top: 0.1rem;}
.cp-intro .txt p{margin-bottom: 0.08rem;}
.cp-intro .button{margin-top: 0.6rem;}


.cp-xq{margin-bottom: 1rem;}
.cp-xq .t-tit{border-bottom:1px solid #c8c8c8;margin-bottom: 0.2rem;display: flex;}
.cp-xq .t-tit span{font-size: 0.26rem;font-weight: bold;line-height: 0.6rem;border-bottom:4px solid #00b0d4;padding:0 0.1rem 0 0;}
.cp-xq .txt{font-size: 0.16rem;line-height: 1.6;}

.cp-xq table{margin-top: .8rem;border: 1px solid #f0f0f0;}
.cp-xq table table{border:1px solid #efefef;}
.cp-xq table th,.cp-xq table td{font-size: 0.16rem;line-height: 0.2rem;padding:0.1rem 0.15rem 0.1rem 5%;text-align: left;}
.cp-xq table th{}
.cp-xq table td{color:#666;border-right:1px solid #fff;}
.cp-xq table td:last-child{border-right:0;}
.cp-xq table tbody tr:nth-child(odd){background-color: #f0f0f0;}



/* about */
.us-intro{padding:.3rem 0 .55rem;}
.us-intro .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.us-intro .info{flex:1;overflow: hidden;padding-top: 0.1rem;}
.us-intro .smtit{font-size: 0.22rem;color:#00b0d4;text-transform: uppercase;margin-bottom: 0.25rem;}
.us-intro .txt{font-size: 0.16rem;color:#555555;line-height: 0.28rem;}

.us-intro .imgbox{height: 5.6rem;width: 49%;margin-left: 0.45rem;padding: 0 0.2rem 0.2rem 0;position: relative;}
.us-intro .imgbox::after{content:'';position: absolute;right: 0;top: 0.2rem;bottom: 0;left: 0.2rem;background-color: #00b0d4;}
.us-intro .imgbox .img{position: relative;z-index:5;}


.us-intro .list{margin-top: 0.6rem;display: flex;justify-content: space-between;text-align: center;}
.us-intro .list .fz{font-size: 0.24rem;color:#00b0d4;font-family: 'Medium';line-height: 1;display: inline-block;vertical-align: middle;position: relative;}
.us-intro .list .fz i{font-size: 0.6rem;font-weight: bold;vertical-align: text-top;}
.us-intro .list .fz em{position: absolute;right: 0;top: 0;transform: translate(105%,0);white-space: nowrap;}
.us-intro .list .wz{font-size: 0.24rem;margin-top: 0.05rem;}

.us-vr{padding:.35rem 0 0;}
.us-vr .iframe{height: 6.3rem;}



.us-cert{padding:.85rem 0 0.5rem;overflow: hidden;}
.us-cert .list{display: flex;flex-wrap: wrap;padding-top: 0.15rem;}
.us-cert .list .item{width: 33.3%;}
.us-cert .list .imgbox{/* height: 5.15rem; */display: flex;align-items: center;justify-content: center;/* padding: 0.14rem; */}
.us-cert .list .pic{max-width: 90%;max-height: 100%;display: block;width: auto;box-shadow:0 0 .14rem rgba(0,0,0,.15);}
.us-cert .list .tit{font-size: 0.2rem;text-align: center;line-height: 1.5;margin-top: 0.15rem;}


.us-stre{padding:.65rem 0;background:url(../images/us_10.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.us-stre .detail{display: flex;background-color: rgba(255,255,255,.8);box-shadow:0 0 0.14rem rgba(0,0,0,.18);}

.us-stre .lbox{width: 41.5%;margin-right: 0.5rem;}
.us-stre .rbox{flex:1;overflow: hidden;}
.us-stre .imgbox{height: 6.9rem;}

.us-stre .mod:not(:last-child){border-bottom:1px solid #eee;}
.us-stre .t-tit{font-size: 0.3rem;font-weight: bold;height: 1.1rem;display: flex;align-items: center;border-bottom:1px solid transparent;cursor: pointer;justify-content: space-between;padding-right: 0.35rem;}
.us-stre .t-tit::after{content:'\e772';font-family: 'iconfont';line-height: 0.24rem;font-weight: normal;}

.us-stre .drop{display: none;}
.us-stre .list{padding:0.25rem 0.3rem 0.05rem 0;height: 4.67rem;}
.us-stre .list .item{margin-bottom: 0.45rem;display: flex;align-items: flex-start;}
.us-stre .list .item:last-child{margin-bottom: 0;}
.us-stre .list .icon{width: 0.36rem;margin-right: 0.16rem;border-radius:50%;}
.us-stre .list .title{font-size: 0.2rem;line-height: 1.4;margin-top: 0.03rem;font-weight: bold;}
.us-stre .list .txt{font-size: 0.16rem;color:#4a4a4a;margin-top: 0.05rem;}
.us-stre .mod.cur .drop{display: block;}
.us-stre .mod.cur .t-tit{border-color:#eee;color:#00b0d4;}
.us-stre .mod.cur .t-tit::after{transform: rotate(180deg);}


.us-fac{padding:0.7rem 0 1rem;}
.us-fac .imgbox{height: 2.8rem;}

.us-fac .swiper-pagination{font-size: 0;margin-top: 0.4rem;position: static;}
.us-fac .swiper-pagination-bullet{margin:0 .05rem!important;width: 0.1rem;height: 0.1rem;background: none;opacity: 1;border:1px solid #b7b7b7;}
.us-fac .swiper-pagination-bullet-active{background-color: #00b0d4;border-color:#00b0d4;width: 0.34rem;border-radius:0.06rem;}



.us-hz{margin-bottom: 0.65rem;}
.us-hz .list{display: flex;flex-wrap: wrap;margin-left: -1.5%;}
.us-hz .list .item{height: 1.2rem;display: flex;align-items: center;justify-content: center;background-color: #f9f9f9;width: 23.5%;margin:0 0 1.5% 1.5%;}
.us-hz .list .img{width: 100%;height: 100%;object-fit: contain;}
.us-hz .list .item:hover{box-shadow:0 0 0.15rem #ddd;}


/* index */
.idx-ban{position: relative;height: 100vh;overflow: hidden;}
.idx-ban .tp{width: 100%;display: block;position: absolute;left: 0;bottom: 0;z-index:60;}
.idx-ban .item{height: 100vh;position: relative;overflow: hidden;text-align: center;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.idx-ban .title{font-size: 0.7rem;color:#fff;line-height: 1.2;text-transform: uppercase;font-weight: bold;font-family: 'HarmonyOSBlack';}
.idx-ban .txt{font-size: 0.3rem;color:#fff;line-height: 1.4;margin-top: 0.3rem;font-weight: bold;}
.idx-ban .button{margin:0.55rem auto 0;}

.idx-ban .bot{position: absolute;width: 100%;left: 0;bottom: 0.5rem;z-index:50;display: flex;align-items: center;justify-content: center;}


.idx-ban .swiper-button{position: static;margin: 0;width: 0.3rem;height: 0.3rem;display: flex;align-items: center;justify-content: center;font-size: 0.26rem;color:#fff;background:none;}
.idx-ban .swiper-button::after{content:'\e8f4';font-family: 'iconfont';}
.idx-ban .swiper-button-next{transform: rotate(180deg);}


.idx-ban .swiper-pagination{font-size: 0;position: static;margin:0 0.5rem;}
.idx-ban .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;background: none;opacity: 1;margin:0 .08rem!important;border:2px solid #fff;}
.idx-ban .swiper-pagination-bullet-active{width: 0.34rem;border-radius:.04rem;background-color: #fff;}



.idx-us{padding:.8rem 0;background:url(../images/idx_02.jpg) no-repeat center;background-size:cover;position: relative;}
.idx-us .detail{align-items: center;}
.idx-us .pub-tt{text-align: left;margin-bottom: 0;}
.idx-us .smtit{margin-top: 0.25rem;}
.idx-us .txt{max-width: 5.4rem;margin-top: 0.2rem;}
.idx-us .more{margin-top: 0.55rem;}

.idx-us .text{position: absolute;left: 0;top: 0;bottom: 0;font-size: 1.75rem;color:#fff;opacity: 0.06;text-transform: uppercase;-webkit-text-stroke: 2px #000;writing-mode: vertical-rl;line-height: 1; }
.idx-us .auto{position: relative;z-index:10;}

.idx-chem{position: relative;}

.idx-chem .info .item{height: calc(100vh - 1rem);padding:1.55rem 0 0.75rem;min-height: 7.8rem;}
.idx-chem .info .title{font-size: 0.5rem;color:#fff;font-weight: bold;}
.idx-chem .info .txt{font-size: 0.18rem;color:#fff;margin-top: 0.25rem;max-width: 7.8rem;line-height: 1.6;}

.idx-chem .menu{position: absolute;width: 100%;left: 0;bottom: 0.8rem;}
.idx-chem .menu .item{height: 1.45rem;border:1px solid #fff;padding:0.18rem 0.3rem;position: relative;}
.idx-chem .menu .num{font-size: 0.16rem;color:#fff;position: absolute;right: 0.3rem;top: 0.15rem;font-family: 'DIN';}
.idx-chem .menu .icon{height: 0.46rem;width: auto;}
.idx-chem .menu .title{font-size: 0.18rem;color:#fff;margin-top: 0.28rem;}

.idx-chem .menu .swiper-container{padding: 1px;}

.idx-chem .swiper-slide-thumb-active{background:url(../images/idx_04.jpg) no-repeat center;background-size:cover;}
.idx-chem .swiper-slide-thumb-active .item{border:0;}

.idx-cp{padding:.9rem 0 0.6rem;background:url(../images/idx_15.jpg) no-repeat center;background-size:cover;}
.idx-cp .pub-tt .smwz{max-width: 12.6rem;}

.idx-cp .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-cp .list li{width: 23%;margin:0 0 2% 2%;}
.idx-cp .list .imgbox{height: 3.55rem;display: flex;border:2px solid transparent;background-color: #fff;align-items: center;justify-content: center;}
.idx-cp .list .imgbox .img{width: 90%;height: 90%;object-fit: contain;}
.idx-cp .list .title{font-size: 0.16rem;color:#000000;text-align: center;margin-top: 0.12rem;line-height: 1.4;}
.idx-cp .list .item:hover .imgbox{border-color:#00b0d4;}
.idx-cp .list .item:hover .title{color:#00b0d4;}

.idx-cp .more{margin:0.7rem auto 0;}


.idx-xw{padding:.75rem 0 .6rem;background:url(../images/idx_30.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.idx-xw .xw-list{display: block;margin: 0;}
.idx-xw .xw-list .item{width: 100%;margin: 0;background:transparent;}
.idx-xw .xw-list .info{padding-bottom: 0;}
.idx-xw .xw-list .item:hover{box-shadow:none;}


.idx-xw .swiper-pagination{font-size: 0;margin-top: 0.75rem;position: static;}
.idx-xw .swiper-pagination-bullet{margin:0 .08rem!important;width: 0.1rem;height: 0.1rem;background: #afb8b9;opacity: 1;}
.idx-xw .swiper-pagination-bullet-active{background-color: #00b0d4;}


.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;}




@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	/* 公共部分 */
	.head .line{margin:0 0.15rem;}
	.hd-nav li{margin:0 0.22rem;}



	.ft-t .tit{font-size: 0.28rem;}

	.ft-t .col4{width: 3rem;}


	/* newsDetail */
	.xw-det .edit{font-size: 0.18rem;}

	/* product */
	.cp-list{justify-content: space-between;margin:-6% 0 0;}
	.cp-list .item{width: 48%;margin:6% 0 0;}


	/* productDetail */
	.cp-intro .txt{font-size: 0.18rem;}

	.cp-xq .txt{font-size: 0.18rem;}


	/* about */
	.us-intro .txt{font-size: 0.17rem;}

	.us-stre .list .item{margin-bottom: 0.25rem;}

	/* index */
	.idx-cp .list .imgbox{height: 2.5rem;}
	.idx-cp .list .title{font-size: 0.18rem;}








}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{width: 92%;}
	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.5rem;}

	.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-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&gt;a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li&gt;a::after{display: none;}
	.hd-nav li:hover&gt;a{color:#333;}

	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;background:url(../images/arrow.png) no-repeat center;background-size:.24rem;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: translate(0) scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin: 0;}

	.hd-nav .drop .lk{color:#000;line-height: 0.5rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;}
	.hd-nav .drop .lk:hover{background:#fff;}


	.ft-t{}
	.ft-t .wrap{display: block;padding:0.4rem 0;}
	.ft-t .col{margin-bottom: 0.3rem;position: relative;}
	.ft-t .col1{max-width: 100%;margin-bottom: 0.45rem;}
	.ft-t .col4{width: 60%;margin-bottom: 0;}

	.ft-t .tit{font-size: 0.24rem;}
	.ft-t .lks{display: flex;flex-wrap: wrap;margin-left: -0.25rem;}
	.ft-t .lk{line-height: 0.32rem;margin:0 0 0.1rem 0.25rem;}

	.ft-t .website{margin-top: 0;position: absolute;right: 0;bottom: 0;}
	.ft-t .website span{font-size: 0.15rem;}

	.ft-b{padding:0.2rem 0;}



	/* .btn{font-size: 0.16rem;width: 1.6rem;} */

	/* contact */
	.inner-ban{height: 2.8rem;}

	.pub-tt{margin-bottom: 0.4rem;}
	.pub-tt .bt{font-size: 0.34rem;}

	.lx-xx .list{flex-wrap: wrap;}
	.lx-xx .list .item{width: 48%;padding:.1rem 0 .4rem;}
	.lx-xx .list .line{display: none;}

	.lx-xx .map{height: 3.5rem;margin-top: 0.2rem;}




	/* news */
	.xw-menu .lk{min-width: auto;}

	.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.6rem;}
	.xw-list .info{padding: 0.15rem 0.15rem;}
	.xw-list .date{font-size: 0.16rem;}
	.xw-list .title{font-size: 0.2rem;}


	.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;}

	/* newsDetail */
	.xw-det .title{font-size: 0.28rem;}
	.xw-det .date{font-size: 0.16rem;}
	.xw-det .edit{font-size: 0.18rem;}


	.pagenav li{max-width: 100%;}





	/* product */
	.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:#00b0d4;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{justify-content: space-between;margin:-4% 0 0;}
	.cp-list .item{width: 48%;margin:4% 0 0;}
	.cp-list .imgbox{height: 3.1rem;}
	.cp-list .title{font-size: 0.19rem;}



	/* productDetail */
	.cp-intro{display: block;}
	.cp-intro .imgbox{width: 100%;height: 4rem;max-width: 100%;box-shadow:none;border:1px solid #efefef;border-radius:0.1rem;}
	.cp-intro .title{font-size: 0.26rem;margin-top: 0.3rem;}
	.cp-intro .txt{font-size: 0.18rem;}
	.cp-intro .txt p{margin-bottom: 0.05rem;}
	.cp-intro .button{margin:0.4rem 0 0;}


	.cp-xq{margin-bottom: 0.6rem;}
	.cp-xq .txt{font-size: 0.17rem;line-height: 1.5;}
	.cp-xq table{margin-top: 0.5rem;}
	.cp-xq table th, .cp-xq table td{padding-left: 3%;}


	/* about */
	.us-intro .detail{display: block;}
	.us-intro .imgbox{width: 100%;margin:.3rem auto 0;height: auto;}

	.us-intro .list{margin-top: 0.1rem;flex-wrap: wrap;}
	.us-intro .list li{width: 50%;margin-top: 0.5rem;}
	.us-intro .list .fz i{font-size: 0.5rem;}
	.us-intro .list .wz{font-size: 0.2rem;}

	.us-vr .iframe{height: 5rem;}

	.us-cert{padding:0.7rem 0;}
	.us-cert .list{padding-top: 0;}
	.us-cert .list .item{padding:0 0.1rem;}
	.us-cert .list .tit{font-size: 0.18rem;margin-top: 0.1rem;}


	.us-stre .detail{box-shadow:none;}
	.us-stre .lbox{display: none;}
	.us-stre .t-tit{padding:0 0.35rem;height: 0.8rem;font-size: 0.26rem;}
	.us-stre .list{height: auto;padding:0.25rem 0.3rem;}

	.us-hz .list .item{height: 1rem;}



	/* index */
	.idx-ban .title{font-size: 0.55rem;}
	.idx-ban .txt{font-size: 0.26rem;}
	.idx-ban .bot{bottom: 0.3rem;}

	.idx-us .txt{max-width: 100%;}

	.idx-chem .info .item{min-height: 6rem; padding: 0.7rem 0;height: 6rem;}
	.idx-chem .info .title{font-size: 0.36rem;}
	.idx-chem .info .txt{margin-top: 0.2rem;}


	.idx-chem .menu{bottom: 0.4rem;}
	.idx-chem .menu .item{padding: 0.18rem 0.15rem;height: 1.6rem;}
	.idx-chem .menu .title{font-size: 0.17rem;margin-top: 0.2rem;}


	.idx-cp{padding:0.8rem 0;}
	.idx-cp .list{flex-wrap: wrap;margin: 0;justify-content: space-between;}
	.idx-cp .list li{width: 48%;margin:0 0 4%;}
	.idx-cp .list .imgbox{height: 2.5rem;}
	.idx-cp .list .title{font-size: 0.18rem;}
	.idx-cp .more{margin-top: 0.3rem;}



}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{width: 90%;}
	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;font-size: 0.28rem;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';}
	.sj-menu.close::after{content:'\eca0';}




	/* 公共部分 */
	.head{height: .7rem;}
	.hd-logo .img{height: 0.44rem;}
	.head .r{margin-right: 0.4rem;}

	.hd-sear{}
	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}
	.hd-sear-box .box{line-height: 0.5rem;border-radius:.08rem;}
	.hd-sear-box .submit{width: 0.5rem;height: 0.5rem;}

	.head .line{display: none;}
	.hd-lang{margin-left: 0.18rem;}
	.hd-lang .font{font-size: 0.15rem;}
	.hd-lang .font .ico{width: 0.22rem;margin-right: 0.05rem;}
	.hd-lang .font::after{margin-left: 0.06rem;}
	.hd-lang .drop{width: 1rem;}
	.hd-lang .dropbox{padding:.13rem 0 .04rem .15rem;}
	.hd-lang .lk{font-size: 0.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;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;}
	.hd-nav li&gt;a{font-size: 0.17rem;line-height: 0.6rem;padding:0 4%;font-weight: normal;}
	.hd-nav li&gt;a::after{display: none;}

	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.6rem;height: 0.6rem;background:url(../images/arrow.png) no-repeat center;background-size:.22rem;}
	.hd-nav .arrow.this{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: 0;}
	.hd-nav .drop .lk{color:#000;line-height: 0.5rem;border-top:1px solid #efefef;padding:0 5% 0 8%;text-align: left;}



	.ft-t{}
	.ft-t .wrap{display: block;padding:0.4rem 0;}
	.ft-t .col{margin-bottom: 0.25rem;}
	.ft-t .col1{max-width: 100%;margin-bottom: 0.4rem;}
	.ft-t .col4{width: 100%;margin-bottom: 0;}

	.ft-t .tit{font-size: 0.22rem;}
	.ft-t .lks{display: flex;flex-wrap: wrap;margin-left: -0.25rem;}
	.ft-t .lk{line-height: 0.3rem;margin:0 0 0.05rem 0.25rem;}
	.ft-t .txt{line-height: 2;}


	.ft-t .website{margin-top: 0.3rem;width: 100%;}
	.ft-t .website span{font-size: 0.15rem;}

	.ft-b{padding:0.16rem 0;font-size: 0.15rem;}


	.btn{font-size: 0.18rem;width: 1.5rem;height: 0.46rem;font-weight: normal;}

	/* contact */
	.inner-ban{height: 2rem;}

	.crumb{margin: .14rem 0 0.1rem;font-size: 0.15rem;line-height: 0.22rem;}

	.pub-tt{margin-bottom: 0.3rem;}
	.pub-tt .bt{font-size: 0.25rem;}
	/* .pub-tt .smwz{font-size: 0.15rem;margin-top: 0.1rem;} */

	.lx-xx .list{flex-wrap: wrap;padding-top: 0.1rem;}
	.lx-xx .list .item{width: 100%;padding:0 0 .2rem;}
	.lx-xx .list .line{display: none;}
	.lx-xx .list .icon{height: auto;width: 0.25rem;}
	.lx-xx .list .fz{font-size: 0.17rem;line-height: 1.6;}


	.lx-xx .map{height: 2.2rem;margin-top: 0.2rem;}

	.lx-msg .form .row{display: block;}
	.lx-msg .form .item{width: 100%;}
	.lx-msg .form .tit{font-size: 0.16rem;line-height: 0.44rem;margin-left: 0.2rem;}
	.lx-msg .form .ipt-txt{font-size: 0.16rem;height: 0.44rem;line-height: 0.44rem;}
	.lx-msg .form .con{height: 1.4rem;}
	.lx-msg .form .submit{font-size: 0.18rem;font-weight: normal;}


	/* news */
	.xw-main{padding:.3rem 0 .5rem;}
	.xw-menu{justify-content: space-between;margin-bottom: 0.3rem;flex-wrap: wrap;}
	.xw-menu .lk{font-size: 0.18rem;min-width: auto;padding:0.05rem;margin: 0 0 0.15rem;line-height: 0.4rem;border-radius:0.08rem;width: 48%;}


	.xw-list{margin: -7% 0 0 0;justify-content: space-between;}
	.xw-list .item{width: 100%; margin: 7% 0 0 0;border:1px solid #efefef;border-radius:0.08rem;overflow: hidden;}
	.xw-list .imgbox{height: 2.2rem;}
	.xw-list .info{padding: 0.15rem 0.18rem 0.2rem;}
	.xw-list .date{font-size: 0.14rem;}
	.xw-list .title{font-size: 0.18rem;}
	.xw-list .more{margin-top: 0.25rem;}

	.pagelist{margin-top: 0.5rem;}
	.layui-laypage .layui-laypage-curr em{line-height: 0.3rem;}
	.layui-laypage a, .layui-laypage span{font-size: 0.16rem;min-width: 0.3rem;height: 0.3rem;line-height: 0.3rem;}

	.quote-sec .box{display: block;height: auto;padding:.6rem 0;text-align: center;}
	.quote-sec .title{font-size: 0.25rem;}
	.quote-sec .txt{font-size: 0.18rem;margin-top: 0.12rem;}
	.quote-sec .button{font-size: 0.16rem;margin:.3rem auto 0;width: 1.6rem;}


	/* newsDetail */
	.xw-det{padding:0.3rem 0 0.4rem;}
	.xw-det .title{font-size: 0.24rem;}
	.xw-det .date{font-size: 0.16rem;}
	.xw-det .edit{font-size: 0.17rem;line-height: 1.5;}

	.xw-social{margin-top: 0.5rem;display: block;}
	.xw-social .lks{margin-top: 0.15rem;}

	.pagenav{padding:0.15rem 0;margin-top: 0.2rem;}




	/* product */
	.cp-main{padding:0 0 .4rem;}
	.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:#00b0d4;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{justify-content: space-between;margin: -8% 0 0;}
	.cp-list .item{width: 100%;margin:8% 0 0;}
	.cp-list .imgbox{height: 2.6rem;}
	.cp-list .title{margin-top: 0.13rem;font-size: 0.18rem;}



	/* productDetail */
	.cp-intro{display: block;padding:0.2rem 0 0.4rem;}
	.cp-intro .imgbox{width: 100%;height: 3rem;max-width: 100%;box-shadow:none;border:1px solid #efefef;border-radius:0.1rem;}
	.cp-intro .title{font-size: 0.2rem;margin-top: 0.2rem;line-height: 1.5;color:#000;}
	.cp-intro .txt{font-size: 0.16rem;line-height: 1.6;}
	.cp-intro .txt p{margin-bottom: 0;}
	.cp-intro .button{margin:0.3rem 0 0;width: 100%;}


	.cp-xq{margin-bottom: 0.6rem;}
	.cp-xq .t-tit span{font-size: 0.24rem;line-height: 0.5rem;}
	.cp-xq .txt{font-size: 0.16rem;line-height: 1.5;}
	.cp-xq table{margin-top: 0.5rem;overflow: auto;width: 105%;}
	.cp-xq table {min-width: 5rem;margin-right: 0.15rem;}
	.cp-xq table th, .cp-xq table td{padding-left: 3%;}
	.cp-xq table{overflow-x: auto; /* 开启水平方向滚动 */
		display: block; /* 让表格能够滚动 */
		white-space: nowrap;}




	/* about */
	.us-intro .detail{display: block;}
	.us-intro .imgbox{width: 100%;margin:.3rem auto 0;height: auto;padding: 0;}
	.us-intro .imgbox::after{display: none;}
	.us-intro .smtit{font-size: 0.2rem;margin-bottom: 0;}
	.us-intro .txt{line-height: 1.6;margin-top: 0.1rem;}


	.us-intro .list{margin-top: 0.1rem;flex-wrap: wrap;}
	.us-intro .list li{width: 50%;margin-top: 0.5rem;padding:0 0.1rem;}
	.us-intro .list .fz{font-size: 0.2rem;}
	.us-intro .list .fz i{font-size: 0.42rem;}
	.us-intro .list .wz{font-size: 0.18rem;}

	.us-vr .iframe{height: 3.6rem;}

	.us-cert{padding:0.5rem 0;}
	.us-cert .list{padding: 0 0 0.1rem;overflow-x: scroll;white-space: nowrap;display: block;width: 105%;font-size: 0;}
	.us-cert .list .item{padding:0;display: inline-block;vertical-align: text-top;margin:0 0.2rem 0 0;width: 2.4rem;}
	.us-cert .list .imgbox{width: 100%;width: 2.4rem;display: block;}
	.us-cert .list .pic{width: 100%;max-width: 100%;max-height: auto;}
	.us-cert .list .tit{font-size: 0.18rem;margin-top: 0.1rem;}

	.us-stre{padding:0.5rem 0;}
	.us-stre .detail{box-shadow:none;}
	.us-stre .lbox{display: none;}
	.us-stre .t-tit{padding:0 0.2rem;height: 0.65rem;font-size: 0.22rem;}
	.us-stre .list{height: auto;padding:0.25rem 0.3rem;}
	.us-stre .list .item{display: block;margin-bottom: 0.35rem;}
	.us-stre .list .icon{margin:0 0 0.12rem;width: 0.44rem;}

	.us-fac{padding:0.5rem 0;}
	.us-fac .swiper-pagination{margin-top: 0.3rem;}
	.us-fac .swiper-pagination-bullet-active{width: 0.25rem;}

	.us-hz{margin:0.25rem 0 0.5rem;}
	.us-hz .list{margin: 0;justify-content: space-between;}
	.us-hz .list .item{height: 0.85rem;width: 48%;margin:0 0 4%;}




	/* index */
	.idx-ban{height: auto;}
	.idx-ban .item{height: 5rem;}
	.idx-ban .title{font-size: 0.4rem;}
	.idx-ban .txt{font-size: 0.21rem;width: 90%;margin:0.18rem auto 0;}
	.idx-ban .button{width: 1.65rem;font-size: 0.16rem;}
	.idx-ban .bot{bottom: 0.35rem;}
	.idx-ban .swiper-pagination{margin:0 0.2rem;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.24rem;}
	.idx-ban .swiper-button{display: none;}

	.idx-us{padding:0.6rem 0;}
	.idx-us .text{font-size: 1.2rem;}
	.idx-us .txt{max-width: 100%;}
	.idx-us .more{width: 1.65rem;margin-top: 0.35rem;}


	.idx-chem .info .item{min-height: 6rem; padding: 0.5rem 0;height: 6rem;}
	.idx-chem .info .title{font-size: 0.3rem;}
	.idx-chem .info .txt{margin-top: 0.2rem;line-height: 0.26rem;font-size: 0.17rem;-webkit-line-clamp: 10;height: 2.6rem;}


	.idx-chem .menu{bottom: 0.4rem;}
	.idx-chem .menu .item{padding: 0.13rem 0.15rem;height: 1.4rem;}
	.idx-chem .menu .title{font-size: 0.17rem;margin-top: 0.15rem;}


	.idx-cp{padding:0.5rem 0;}
	.idx-cp .list{flex-wrap: wrap;margin: -8% 0 0;justify-content: space-between;}
	.idx-cp .list li{width: 100%;margin:8% 0 0;}
	.idx-cp .list .imgbox{height: 2.5rem;}
	.idx-cp .list .title{font-size: 0.18rem;}
	.idx-cp .more{margin-top: 0.3rem;width: 1.65rem;}

	.idx-xw{padding:0.5rem 0;}
	.idx-xw .xw-list .item{background-color: #fff;}
	.idx-xw .xw-list .info{padding:0.15rem 0.18rem 0.22rem;}
	.idx-xw .swiper-pagination{margin-top: 0.35rem;}





}</pre></body></html>