@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}
@font-face
{font-family: HarmonyOS;
src: url('HarmonyOS_Sans_SC_Regular.ttf')}
@font-face
{font-family: Medium;
src: url('HarmonyOS_Sans_SC_Medium.ttf')}
@font-face
{font-family: Light;
src: url('HarmonyOS_Sans_SC_Light.ttf')}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




*{box-sizing:border-box;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;/* font-weight: bold; */}
.btn:hover{background-color: #029fbf;}

/* 公共部分 */
.head{height: 1rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #efefef;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;max-width: 16.8rem;}
.head .r{display: flex;align-items: center;}

.hd-logo .img{height: .75rem;width: auto;}


.hd-nav{margin-right: 1.2rem;}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.6rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#000;line-height: 1rem;position: relative;text-transform: uppercase;font-weight: bold;padding:0 .07rem;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#00b0d4;}

.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 2rem;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: rgba(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;/* background:url(../images/icon_01.png) no-repeat center;background-size:.28rem; */cursor: pointer;display: flex;align-items: center;justify-content: center;}
.hd-sear .icon::after{content:'\e651';font-size: 0.22rem;color:#333;font-family: 'iconfont';font-weight: bold;}



.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.8);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.16rem;color:#000;flex:1;overflow: hidden;padding:0 .2rem;}
.hd-sear-box .submit{width: 0.6rem;height: 0.6rem;border:none;cursor: pointer;background:url(../images/icon_01.png) no-repeat center;background-size:.26rem;margin-right: 0.05rem;}

.hd-lang{position: relative;}
.hd-lang .font{font-size: 0.18rem;color:#000;cursor: pointer;display: flex;align-items: center;}
.hd-lang .font::before{content:'\e60b';font-family: 'iconfont';margin-right: 0.1rem;font-size: 0.24rem;}
.hd-lang .font::after{content:'\e772';font-family: 'iconfont';display: inline-block;vertical-align: middle;margin-left: 0.05rem;font-size: 0.16rem;}

.hd-lang .drop{position: absolute;width: 100%;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;}
/* .hd-lang .dropbox::before{content:'';width: 0;height: 0;border-style: solid;border-width: 0 .09rem .1rem .09rem;border-color: transparent transparent #fff transparent;position: absolute;left: 50%;top: -0.09rem;margin-left: -0.05rem;} */
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.22rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{color:#245e8c;}
.hd-lang:hover .drop{display: block;}

.head .line{width: 1px;height: 0.18rem;background-color: #000;margin:0 .2rem;}

.head.white{background-color: rgba(255,255,255,.1);position: fixed;border-color:transparent;}
.head.white .hd-nav li>a{color:#fff;}
.head.white .hd-nav li>a::after{background-color: #fff;}
.head.white .hd-sear .icon::after{color:#fff;}
.head.white .line{background-color: #fff;}
.head.white .hd-lang .font{color:#fff;}
.head.white .hd-lang .font::before{}
.head.white .hd-nav li.cur>a,.head.white .hd-nav li:hover>a{color:#00b0d4;}
.head.white.scroll{background-color: rgba(0,0,0,.5)}



.foot{background-color: #2a2d37;}
.ft-b{text-align: center;font-size: 0.16rem;color:#676767;line-height:.2rem;padding:.25rem 0;border-top:1px solid #3e414c;}

.ft-t .wrap{display: flex;align-items: flex-start;padding:.5rem 0;justify-content: space-between;}
.ft-t .tit{font-size: 0.38rem;color:#fff;font-family: 'Medium';margin-bottom: 0.3rem;line-height: 1;}

.ft-t .txt{font-size: 0.18rem;color:#fff;line-height: 0.46rem;}
.ft-t .social{display: flex;margin-top: 0.3rem;margin-left: 0!important;}
.ft-t .social .icon{font-size: 0.18rem;color:#fff;margin-right: 0.12rem;width: 0.38rem;height: 0.38rem;border-radius:50%;display: flex;align-items: center;justify-content: center;transition: all .3s;}
.ft-t .social .icon span{font-size: inherit;}
.ft-t .social .icon:last-child{margin-right: 0;}
.ft-t .social .icon1{background-color: #475993;}
.ft-t .social .icon2{background-color: #55acee;}
.ft-t .social .icon3{background-color: #db4657;}
.ft-t .social .icon4{background-color: #e42d26;}
.ft-t .social .icon:hover{transform: scale(1.06,1.06);}

.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;/* transform: translate(0,-100%); */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 .lks{}
.ft-t .lk{display: block;font-size: 0.18rem;color:#fff;line-height: 0.46rem;}
.ft-t .lk:hover{opacity: .8;}

.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: 5.9rem;}
.ft-t .col2{}
.ft-t .col3{width: 4rem;}








/* contact */
.inner-ban{height: 4.9rem;}

.crumb{font-size: 0.16rem;color:#666666;line-height: 0.4rem;text-transform: uppercase;margin-top: 0.1rem;}
.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:#000000;text-transform: uppercase;}
.pub-tt .x{width: 0.46rem;height: 0.05rem;background-color: #00b0d4;display: block;margin:.2rem auto 0;border-radius:.02rem;}
.pub-tt .smwz{font-size: 0.18rem;margin:.2rem auto 0;max-width: 90%;line-height: 0.28rem;color:#555;}
.pub-tt.white .bt{color:#fff;}
.pub-tt.white .x{background-color: #fff;}

.lx-xx{padding:.3rem 0;}
.lx-xx .list{display: flex;justify-content: space-between;align-items: flex-start;}
.lx-xx .list .item{}
.lx-xx .list .icon{height: 0.45rem;width: auto;display: block;margin:0 0 .12rem;}
.lx-xx .list .fz{font-size: 0.18rem;color:#1f1f1f;line-height: 0.3rem;max-width: 3rem;margin:0 auto;font-family: 'Medium';}
.lx-xx .list .fz1{font-size: 0.2rem;font-weight: bold;}

.lx-xx .map{margin-top: 0.4rem;height: 5.4rem;}

.lx-msg{padding:.5rem 0;background-color: #f9f9f9;}
.lx-msg .form{max-width: 12.55rem;margin:0 auto;}
.lx-msg .form .row{display: flex;justify-content: space-between;}
.lx-msg .form .item{width: 49%;margin-bottom: 2%;}
.lx-msg .form .box{background-color: #fff;border:1px solid #e5e5e5;display: flex;align-items: flex-start;width: 100%;}
.lx-msg .form .tit{font-size: 0.18rem;color:#414141;line-height: 0.5rem;margin-left: 0.25rem;font-family: 'Medium';}
.lx-msg .form .info{flex:1;overflow: hidden;}
.lx-msg .form .ipt{font-size: 0.18rem;color:#555;width: 100%;font-family: 'Medium';}
.lx-msg .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .13rem;}
.lx-msg .form .con{height: 1.75rem;line-height: 1.3;padding:.13rem .13rem;resize:none;}
.lx-msg .form .submit{margin: 0.3rem auto 0;font-size: 0.22rem;font-weight: bold;}




/* news */
.xw-main{padding:.3rem 0 .65rem;}

.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;font-family: 'Medium';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: #f8f8f8;}
.xw-list .imgbox{height: 3.2rem;}
.xw-list .info{padding:0.2rem .25rem 0;}
.xw-list .title{font-size: 0.22rem;color:#000000;font-weight: bold;line-height: .3rem;-webkit-line-clamp: 2;height: 0.6rem;}

.xw-list .bot{display: flex;align-items: center;justify-content: space-between;height: 0.65rem;border-top:1px solid #ededed;margin-top: 0.23rem;}
.xw-list .more{font-size: 0.18rem;color:#464646;font-family: 'Medium';}
.xw-list .more::after{content:'\e775';display: inline-block;vertical-align: middle;margin-left: 0.05rem; font-family: "iconfont";font-size: 0.14rem;}
.xw-list .date{font-size: 0.16rem;color:#666666;font-family: 'Medium';}
.xw-list .item:hover .title{color:#00b0d4;}
.xw-list .item:hover .more{color:#00b0d4;}
.xw-list .item:hover .bot{border-color:#00b0d4;}



.pagelist{margin-top: 0.5rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.16rem;min-width: 0.34rem;height: 0.34rem;background-color: transparent;margin:0 .03rem;line-height: 0.34rem;text-align: center;padding: 0;overflow: hidden;border:none!important;}

.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: 12.2rem;}
.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.18rem;color:#666666;margin-top: 0.1rem;font-family: 'Medium';}
.xw-det .edit{font-size: 0.16rem;color:#000000;line-height: .3rem;}


.xw-bot{padding:.35rem 0;border-top:1px dashed #b2b2b2;border-bottom:1px dashed #b2b2b2;display: flex;justify-content: space-between;margin-top: 0.5rem;}


.pagenav{flex:1;overflow: hidden;}
.pagenav li{font-size: 0.18rem;font-weight: bold;line-height: 0.35rem;max-width: 46%;}
.pagenav li a{color:#393939;font-size: 0.16rem;font-weight: normal;font-family: 'Medium';}
.pagenav li:hover,.pagenav li:hover a{color:#00b0d4;}

.xw-bot .social{text-align: right;}
.xw-bot .social .smtit{font-size: 0.18rem;font-weight: bold;margin-bottom: 0.15rem;}
.xw-bot .social .lk{margin-left: 0.15rem;}
.xw-bot .social .lk span{font-size: 0.24rem;}


.xw-learn{margin:.4rem auto 0;border-radius:.4rem;font-family: 'Medium';font-weight: normal;}



/* application */
.appli-sec{margin-bottom: 0.65rem;}
.appli-sec:first-child{margin-top: 0.3rem;}
.appli-sec .pub-tt{margin-bottom: 0.35rem;}
.appli-sec .pub-tt .smwz{max-width: 7.35rem;}
.appli-sec .bigpic .img{width: 100%;display: block;}

.appli-sec .detail{position: relative;}
.appli-sec .item{}
.appli-sec .item .imgbox{height: 3.45rem;display: block;}
.appli-sec .item .title{font-size: 0.18rem;-webkit-line-clamp: 1;margin-top: 0.16rem;text-align: center;display: block;font-family: 'Medium';}

.appli-sec .swiper-pagination{position: static;margin-top: 0.45rem;font-size: 0;}
.appli-sec .swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;border:1px solid #c7c7c7;opacity: 1;background-color: #fff;margin:0 .2rem!important;}
.appli-sec .swiper-pagination-bullet-active{border-color:#00b0d4;background-color: #00b0d4;}

.appli-sec .swiper-container{position: static;}
.appli-sec .swiper-button{width: 0.5rem;height: 0.5rem;background:none;display: flex;align-items: center;justify-content: center;margin-top: -0.7rem;}
.appli-sec .swiper-button::after{content:'\e772';color:#909090;font-size: 0.44rem;font-family: 'iconfont';}
.appli-sec .swiper-button-prev{transform: rotate(90deg);left: -0.6rem;}
.appli-sec .swiper-button-next{transform: rotate(-90deg);right: -0.6rem;}



/* product */
.cp-main{padding:.2rem 0 .5rem;}
.cp-main .wrap{display: flex;align-items: flex-start;}
.cp-main .l{width: 3.4rem;margin-right: 0.65rem;}
.cp-main .r{flex:1;overflow: hidden;}
.moreicon{display: none;}

.cp-menu{}
.cp-menu .lk{display: block;font-size: 0.18rem;line-height: 0.25rem;padding:.15rem .15rem;background-color: #fff;margin-bottom: 0.04rem;}
.cp-menu .lk.cur,.cp-menu .lk:hover{color:#fff;background-color: #00b0d4;}


.cp-desc{font-size: 0.18rem;line-height: 1.6;margin-bottom: 0.3rem;}

.cp-sear{background-color: #fff;display: flex;max-width: 7.6rem;margin:0 0;}
.cp-sear .ipt-txt{font-size: 0.18rem;padding:0 .2rem;flex:1;overflow: hidden;}
.cp-sear .submit{width: 0.72rem;height: 0.56rem;background-color: #00b0d4;border:none;cursor: pointer;}
.cp-sear .submit::after{content:'\e651';font-family: 'iconfont';font-size: 0.26rem;color:#fff;}
.cp-sear .submit:hover{background-color: #0cb0d2;}

.cp-zm{text-align: center;margin: 0.3rem 0;display: flex;justify-content: space-around;padding:0 .2rem;}
.cp-zm .lk{display: inline-block;vertical-align: middle;font-size: 0.18rem;padding:0 .1rem;line-height: 0.34rem;min-width: .34rem;}
.cp-zm .lk.checked{color:#fff;background-color: #00b0d4;}


.cp-table{}
.cp-table th{font-size: 0.18rem;color:#fff;background-color: #00b0d4;line-height: 0.24rem;padding:.15rem .1rem .15rem .2rem;border:1px solid #f6f6f6;text-align: left;font-weight: normal;}
.cp-table td{font-size: 0.16rem;line-height: 0.24rem;padding:.12rem .1rem .12rem .2rem;background-color: #fff;border:1px solid #f6f6f6;}
.cp-table .title:hover{text-decoration: underline;}

.cp-table tbody tr:nth-child(even) td{background-color: #f2fbfd;}





/* productDetail */
.cp-intro{display: flex;align-items: flex-start;margin-bottom: 0.35rem;margin-top: 0.1rem;}
.cp-intro .imgbox{width: 46%;overflow: hidden;max-width: 5.65rem;}
.cp-intro .info{flex:1;overflow: hidden;padding:4% .8rem 0 .9rem;}
.cp-intro .title{font-size: 0.38rem;color:#00b0d4;line-height: 1.3;font-weight: bold;margin-top: 0.5rem;}
.cp-intro .txt{font-size: 0.16rem;line-height: 0.26rem;margin-top: 0.3rem;}
.cp-intro .button{margin-top: 0.6rem;}


.cp-mod{margin-bottom: 0.45rem;}
.cp-mod:last-child{margin-bottom: 0;}
.cp-mod .bt{font-size: 0.26rem;color:#000;font-weight: bold;line-height: 0.7rem;background-color: #f3f3f3;margin-bottom: 0.2rem;padding:0 .25rem;}

.cp-mod .detail{padding:0 .55rem 0 .2rem;}
.cp-mod .txt{font-size: 0.16rem;color:#1f1f1f;line-height: .26rem;}
.cp-mod table{max-width: 9rem;}
.cp-mod table td{font-size: 0.16rem;padding:.17rem .2rem;border:1px solid #ddd;line-height: .23rem;}






/* about */
.us-intro{padding:.15rem 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 .txt{font-size: 0.18rem;color:#555555;line-height: 0.28rem;text-align: justify;}
.us-intro .imgbox{height: 5.9rem;width: 47%;margin-left: 0.4rem;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: 1.3rem;height: 1.3rem;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{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:.7rem 0;}
.us-cert .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.us-cert .list .item{width: 18%;margin-left: 2%;transition: all .3s;}
.us-cert .list .imgbox{}
.us-cert .list .pic{width: 100%;display: block;}
.us-cert .list .tit{font-size: 0.18rem;text-align: center;line-height: 1.5;margin-top: 0.15rem;}
.us-cert .list .item:hover{transform: translate(0,-.1rem);}

.us-team{padding:.65rem 0;background:url(../images/us_11.jpg) no-repeat center;background-size:cover;}
.us-team .wrap{padding:0 .55rem;}

.us-team .detail{position: relative;padding-bottom: 0.5rem;}
.us-team .slide1 .item{display: flex;align-items: center;background-color: #fff;}
.us-team .slide1 .imgbox{height: 4.55rem;width: 48%;max-width: 6.4rem;}
.us-team .slide1 .info{flex:1;overflow: hidden;padding:.25rem .5rem .4rem;}
.us-team .slide1 .name{font-size: 0.36rem;color:#333;font-weight: bold;margin-top: 0.1rem;line-height: 1.2;}
.us-team .slide1 .wz{font-size: 0.18rem;color:#333333;margin-top: 0.03rem;}
.us-team .slide1 .line{width: 0.6rem;height: 0.04rem;background-color: #00b0d4;display: block;margin:.08rem 0 .25rem;}
.us-team .slide1 .smtit{font-size: 0.2rem;font-weight: bold;margin-bottom: 0.1rem;}
.us-team .slide1 .txt{font-size: 0.18rem;color:#000;line-height: 0.3rem;word-break: break-all;-webkit-line-clamp: 5;}
.us-team .slide1 .txt p{margin-bottom: 0.1rem;}
.us-team .slide1 .button{margin-top: 0.3rem;}

.us-team .slide2{margin-top: 0.15rem;}
.us-team .slide2 .item{background-color: #fff;padding:.2rem .3rem 0;display: flex;align-items: center;cursor: pointer;}
.us-team .slide2 .hdpic{width: 1.2rem;height: 1.35rem;margin-right: 0.15rem;}
.us-team .slide2 .info{flex:1;overflow: hidden;}
.us-team .slide2 .name{font-size: 0.24rem;font-weight: bold;}
.us-team .slide2 .fz{font-size: 0.18rem;margin-top: 0.03rem;}

.us-team .slide2 .swiper-container{padding-bottom: 0.1rem;}
.us-team .slide2 .swiper-slide-thumb-active .item{background-color: #00b0d4;box-shadow:0 .02rem .08rem rgba(0,0,0,.36);}
.us-team .slide2 .swiper-slide-thumb-active .name,.us-team .slide2 .swiper-slide-thumb-active .fz{color:#fff;}


.us-team .slide1{overflow: hidden;}
/* .us-team .slide1 .swiper-slide{width: 100%!important;} */
.us-team .slide1 .swiper-container{position: static;}
.us-team .swiper-pagination{bottom: 0;font-size: 0;}
.us-team .swiper-pagination-bullet{margin:0 .2rem!important;width: 0.14rem;height: 0.14rem;background-color: transparent;opacity: 1;border:1px solid #c7c7c7;}
.us-team .swiper-pagination-bullet-active{background-color: #00b0d4;border-color:#00b0d4;}




.us-stre{padding:.9rem 0 .65rem;background:url(../images/us_46.jpg) no-repeat center;background-size:cover;}
.us-stre .menu{margin-bottom: 0.7rem;text-align: center;}
.us-stre .menu .lk{font-size: 0.18rem;color:#00b0d4;line-height: 0.5rem;border:1px solid #00b0d4;padding:0 .22rem;margin-left: 0.2rem;border-radius:.24rem;display: inline-block;vertical-align: middle;}
.us-stre .menu .lk.cur{color:#fff;background-color: #00b0d4;}


.us-stre .list{background-color: rgba(255,255,255,.8);padding:.6rem .2rem;display: flex;justify-content: space-between;}
.us-stre .list li{text-align: center;width: 33.3%;}
.us-stre .list .icon{height: 1rem;width: auto;display: block;margin:0 auto;}
.us-stre .list .title{font-size: 0.3rem;font-weight: bold;margin-top: 0.2rem;}
.us-stre .list .txt{font-size: 0.16rem;line-height: 0.26rem;margin:.15rem auto 0;}
.us-stre .list li:nth-child(1) .txt{max-width: 3rem;}
.us-stre .list li:nth-child(2) .txt{max-width: 3.35rem;}
.us-stre .list li:nth-child(3) .txt{max-width: 3.4rem;}


.us-hz{padding:.8rem 0;}

.us-hz .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.us-hz .list .item{width: 18%;display: flex;align-items: center;justify-content: center;margin:0 0 2% 2%;/* border:1px solid #f2f2f2; */max-height: 1.1rem;overflow: hidden;}
.us-hz .list .img{width: 100%;height: 100%;}
.us-hz .list .item:hover{border-color:#e5e5e5;}
.us-hz .list .item:hover .img{transform: scale(1.06,1.06);}
.us-hz .hr{height: 1px;background-color: #e8e8e8;margin:.7rem 0;}





/* index */
.idx-ban{position: relative;}
.idx-ban .tp{width: 100%;display: block;position: absolute;left: 0;bottom: -1px;z-index:60;}
.idx-ban .item{height: 100vh;position: relative;overflow: hidden;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);text-align: center;}
.idx-ban .title{font-size: 0.56rem;color:#fff;line-height: 1.2;text-transform: uppercase;text-shadow:0 2px 0 rgba(23,33,41,1);font-weight: bold;}
.idx-ban .txt{font-size: 0.3rem;color:#fff;line-height: 1.4;margin-top: 0.3rem;font-family: 'Medium';}


.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: #00b0d4;}

.idx-ban .item .img{animation:changeBiger 5s linear forwards;
animation-delay:0s; /*等待几秒开始动画*/
-webkit-animation-delay:0s; /*等待几秒开始动画*/
transform: scale(1.2);}

@keyframes changeBiger {
  0% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

.idx-us{padding:2rem 0 .9rem;background:url(../images/idx_02.jpg) no-repeat center;background-size:cover;height: 100vh;}
.idx-us .pub-tt{text-align: left;margin-bottom: 0.3rem;}
.idx-us .pub-tt .x{margin-left: 0;}
.idx-us .info{max-width: 5.5rem;}
.idx-us .more{margin-top: 0.75rem;}
.idx-us .list{max-width: 10.7rem;}




.idx-cp{padding:.65rem 0;background-color: #fff;}
.idx-cp .more{margin:0 auto;}
.idx-cp .list{display: flex;flex-wrap: wrap;margin-left: -2%;padding-bottom: 0.1rem;}
.idx-cp .list li{width: 23%;margin:0 0 .5rem 2%;}
.idx-cp .list .imgbox{/* height: 3rem; */display: block;height: 3.45rem;}
.idx-cp .list .title{font-size: 0.18rem;color:#000000;text-align: center;margin-top: 0.16rem;line-height: 1.3;font-family: 'Medium';}
.idx-cp .list li:hover .title{color:#00b0d4;}

.idx-appli{position: relative;}
.idx-appli .pub-tt .x{margin-left: 0;}
.idx-appli .item{height: 9.3rem;display: flex;}
.idx-appli .lbox{width: 6.9rem;/* width: 40%; */position: relative;}
.idx-appli .rbox{flex:1;overflow: hidden;}

.idx-appli .info{position: absolute;left: 0;top: 0;bottom: 0;width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;padding:0 .4rem 0 1.95rem;}
.idx-appli .info .smtit{font-size: 0.38rem;color:#fff;font-weight: bold;}
.idx-appli .info .txt{font-size: 0.18rem;color:#fff;line-height: 0.28rem;margin-top: 0.2rem;-webkit-line-clamp: 8;margin-bottom: 0.6rem;}

.idx-appli .arrs{position: absolute;bottom: 0.7rem;left: 6.9rem;margin-left:-.6rem;z-index:80;display: flex;}
.idx-appli .arrs .arr{width: 0.6rem;height: 0.6rem;background:url(../images/idx_18.png) no-repeat center #e5e5e5;background-size:contain;cursor: pointer;}
.idx-appli .arrs .arr.next{transform: rotate(180deg);background-color: #00b0d4;background-image:url(../images/idx_18-1.png)}






.idx-xw{padding:.9rem 0 .5rem;background-color: #f0f3f6;}
.idx-xw .detail{display: flex;flex-wrap: wrap;margin-left: -3%;padding-bottom: 0.5rem;}
.idx-xw .item{display: block;width: 30.3%;margin-left: 3%;background-color: #fff;}
.idx-xw .item .imgbox{height: 3.2rem;position: relative;}
.idx-xw .item .icon{width: 0.6rem;height: 0.6rem;background:url(../images/idx_14.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all .3s;}
.idx-xw .item .info{padding:.1rem .3rem .3rem;}
.idx-xw .item .date{font-size: 0.15rem;color:#666666;margin-top: 0.15rem;}
.idx-xw .item .title{font-size: 0.22rem;line-height: 0.3rem;font-family: 'Medium';margin-top: 0.18rem;}
.idx-xw .item .txt{font-size: 0.18rem;color:#555555;line-height: 0.28rem;-webkit-line-clamp: 3;margin-top: 0.1rem;}
.idx-xw .item:hover .title{color:#00b0d4;}
.idx-xw .item:hover .icon{opacity: 1;}

.idx-xw .more{margin:0 auto;}


.pop-quote{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index:110;background-color: rgba(0,0,0,.6);}
.pop-quote .wrap{padding: 0;background-color: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 10rem;border-radius:.08rem;}
.pop-quote .bt{font-size: 0.3rem;line-height: 0.8rem;border-bottom:1px solid #efefef;padding:0 .3rem;text-transform: uppercase;font-weight: bold;}
.pop-quote .form{padding:.3rem .3rem;width: 100%;}
.pop-quote .close{width: 0.3rem;height: 0.3rem;background:url(../images/close.png) no-repeat center;background-size:contain;cursor: pointer;position: absolute;right: 0.15rem;top: 0.15rem;}

.gotop{width: 0.6rem;height: 0.6rem;border-radius:50%;position: fixed;right: 0.2rem;bottom: 5%;z-index:99;transform: rotate(-90deg);font-size: 0.24rem;color:#fff;font-weight: bold;display: none;text-align: center;line-height: 0.6rem;}
.gotop::before{content:'\e8f5';font-family: 'iconfont';}






@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	/* 公共部分 */
	.head .wrap{width: 100%;padding:0 2%;}
	.head .line{margin:0 .1rem;}

	.hd-lang .font .ico{width: 0.3rem;}

	.hd-nav{margin-right: 0.2rem;}
	.hd-nav li{margin-left: 0.26rem;}
	.hd-nav li:first-child{margin-left: 0;}
	.hd-nav li>a{font-size: 0.16rem;}



	.ft-t .col1{margin-left: 0;max-width: 32%;}

	.ft-t .col3{width: 30%;}

	/* news */
	.xw-list .info{padding:.2rem .2rem 0;}


	/* application */
	.appli-sec .swiper-button{display: none;}

	/* product */
	.cp-main .wrap{display: block;}
	.cp-main .l{width: 100%;margin-right: 0;margin-bottom: 0.25rem;}

	.cp-menu{text-align: center;}
	.cp-menu .lk{display: inline-block;vertical-align: middle;margin:0;padding:.15rem .18rem;}

	.cp-desc{text-align: center;}


	/* productDetail */
	.cp-intro .info{padding: 0 0.4rem 0 0.6rem;}
	.cp-intro .txt{font-size: 0.18rem;}

	.cp-mod .txt{font-size: 0.18rem;}

	.cp-mod table td{font-size: 0.18rem;}

	/* about */

	/* index */
	.idx-appli .item{height: 7rem;}
	.idx-appli .lbox{width: 35%;}
	.idx-appli .info{padding:0 .4rem;}
	.idx-appli .info .smtit{font-size: 0.34rem;}
	.idx-appli .arrs{left: 35%;margin-left: -0.5rem;bottom: 0.3rem;}
	.idx-appli .arrs .arr{width: 0.5rem;height: 0.5rem;}


}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}

	.head.white .sj-menu::after{color:#fff;}

	/* 公共部分 */
	.head{height: .9rem;}
	.hd-logo .img{height: 0.55rem;}
	.head .r{margin-right: 0.55rem;}

	.hd-sear{}
	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}
	.head .line{}

	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font .ico{width: 0.3rem;}
	.hd-lang .font::before{width: 0.24rem;height: 0.24rem;margin-right: 0.05rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.9rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li>a::after{display: none;}

	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#000;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#000;line-height: 0.5rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;}

	.head.white .hd-nav li>a{color:#000;}


	.ft-t .wrap{padding:.5rem 3%;flex-wrap: wrap;justify-content: space-between;}
	.ft-t .col1{margin: 0 0 .5rem;max-width: 100%;width: 100%;}
	.ft-t .col2{max-width: 100%;width: 100%;margin: 0 0 .5rem;}
	.ft-t .col3{max-width: 70%;width: 100%;}
	.ft-t .tit{font-size: 0.32rem;margin-bottom: 0.15rem;}
	.ft-t .txt{line-height: 2;}
	.ft-t .social{margin-top: 0.2rem;}
	.ft-t .lks{margin-left:-.3rem;}
	.ft-t .lk{display: inline-block;vertical-align: middle;margin-left: 0.3rem;}
	.ft-t .form{margin-top: 0;}

	.ft-b{padding:.15rem 0;}

	.btn{font-size: 0.16rem;width: 1.6rem;height: 0.46rem;}


	/* contact */
	.inner-ban{height: 2.8rem;}

	.pub-tt{margin-bottom: 0.35rem;}
	.pub-tt .bt{font-size: 0.33rem;}
	.pub-tt .x{width: 0.55rem;height: 0.04rem;margin: 0.15rem auto 0;}

	.lx-xx .list{flex-wrap: wrap;}
	.lx-xx .list .item{width: 48%;padding:.1rem 0 .4rem;}
	.lx-xx .list .line{display: none;}
	.lx-xx .list .icon{height: 0.4rem;}
	.lx-xx .list .fz{margin: 0;}

	.lx-xx .map{height: 4rem;margin-top: 0.2rem;}


	/* news */
	.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.2rem 0.2rem 0;}
	.xw-list .title{font-size: 0.2rem;}
	.xw-list .date{font-size: 0.16rem;}


	.pagelist{margin-top: 0.5rem;}

	.quote-sec .box{display: block;height: auto;padding:.7rem 0;text-align: center;}
	.quote-sec .title{font-size: 0.34rem;}
	.quote-sec .txt{font-size: 0.2rem;}
	.quote-sec .button{font-size: 0.16rem;margin:.6rem auto 0;}

	/* newsDetail */
	.xw-det .title{font-size: 0.28rem;}


	.pagenav li{max-width: 100%;}


	/* application */
	.appli-sec .swiper-pagination{margin-top: 0.3rem;}
	.appli-sec .swiper-pagination-bullet{margin:0 .06rem!important;width: 0.12rem;height: 0.12rem;}
	.appli-sec .swiper-button{display: none;}

	/* product */
	.cp-main .wrap{display: block;}
	.cp-main .l{width: 100%;margin-right: 0;margin-bottom: 0.25rem;}

	.cp-menu{text-align: center;white-space: nowrap;overflow-x: scroll;}
	.cp-menu::-webkit-scrollbar{ display: none;}
	.cp-menu .lk{display: inline-block;vertical-align: middle;margin:0;padding:.12rem .18rem;}

	.cp-desc{text-align: center;}

	.cp-zm{display: block;white-space: nowrap;overflow-x: scroll;}

	/* productDetail */
	.cp-intro{align-items: center;}
	.cp-intro .info{padding: 0 0 0 0.5rem;}
	.cp-intro .title{margin: 0;font-size: 0.3rem;}
	.cp-intro .txt{margin-top: 0.15rem;}
	.cp-intro .button{margin-top: 0.3rem;}

	.cp-mod .detail{padding: 0;}
	.cp-mod .bt{line-height: 0.6rem;}

	.cp-mod table{max-width: 100%;}
	.cp-mod table td:nth-child(1){width: 30%;}
	.cp-mod table td:nth-child(2){width: 40%;}
	.cp-mod table td:nth-child(3){width: 30%;}


	/* about */
	.us-intro .pub-tt{margin-bottom: 0.25rem;}
	.us-intro .detail{display: block;}
	.us-intro .imgbox{width: 100%;margin:.3rem auto 0;height: auto;}
	.us-intro .imgbox .playicon{width: 1.1rem;height: 1.1rem;}
	.us-intro .list .fz{font-size: 0.2rem;}
	.us-intro .list .fz i{font-size: 0.4rem;}
	.us-intro .list{margin-top: 0.5rem;text-align: center;}
	.us-intro .list .wz{font-size: 0.2rem;}

	.us-vr .iframe{height: 4rem;}

	.us-cert{padding:.6rem 0;}
	.us-cert .list .imgbox{height: auto;}

	.pub-tt .lks .lk{font-size: 0.16rem;line-height: 0.44rem;padding:0 .18rem;}

	.us-stre{padding:.6rem 0;}
	.us-stre .menu{margin-bottom: 0.3rem;}
	.us-stre .list{padding:.3rem .15rem;}
	.us-stre .list li{padding:0 .15rem;}
	.us-stre .list .icon{height: 0.7rem;}
	.us-stre .list .title{font-size: 0.2rem;margin-top: 0.15rem;}
	.us-stre .list .txt{line-height: 1.4;}



	.us-team .slide2{display: none;}
	.us-team .slide1 .imgbox{}
	.us-team .slide1 .name{margin-top: 0;font-size: 0.22rem;}
	.us-team .slide1 .line{ margin: 0.1rem 0 0.15rem;width: 0.4rem;height: 0.03rem;}
	.us-team .slide1 .smtit{font-size: 0.18rem;}
	.us-team .slide1 .txt{-webkit-line-clamp: 7;font-size: 0.16rem;line-height: 0.26rem;}
	.us-team .slide1 .info{padding: 0.15rem 0.35rem;}
	.us-team .swiper-pagination-bullet{margin: 0 0.1rem!important;width: 0.1rem;height: 0.1rem;}

	.us-hz{padding:.6rem 0;}
	.us-hz .hr{margin:.5rem 0;}
	.us-hz .list2 .img{max-width: 75%;}


	/* index */
	.idx-ban .item{height: 6rem;}
	.idx-ban .title{font-size: 0.4rem;}
	.idx-ban .txt{font-size: 0.18rem;}

	.idx-us{padding:.8rem 0;height: auto;}

	.idx-cp .list{margin: 0;justify-content: space-between;}
	.idx-cp .list li{width: 48%;margin:0 0 4%;}
	.idx-cp .list .imgbox{height: 3rem;}

	.idx-appli .pub-tt .bt{font-size: 0.3rem;}
	.idx-appli .item{height: 4.8rem;}
	.idx-appli .lbox{width: 46%;}
	.idx-appli .info{padding:0 .4rem;}
	.idx-appli .info .smtit{font-size: 0.26rem;}
	.idx-appli .info .txt{font-size: 0.16rem;line-height: 0.24rem;margin-top: 0.1rem;margin-bottom: 0.4rem;}
	.idx-appli .arrs{left: 46%;margin-left: -0.38rem;bottom: 0.3rem;}
	.idx-appli .arrs .arr{width: 0.38rem;height: 0.38rem;}

	.idx-xw .detail{padding-bottom: 0.3rem;}
	.idx-xw .item{width: 47%;margin-bottom: 3%;}
	.idx-xw .item .imgbox{height: 2.8rem;}
	.idx-xw .item .title{font-size: 0.2rem;margin-top: 0.15rem;line-height: 0.24rem;}
	.idx-xw .item .txt{font-size: 0.16rem;line-height: 0.24rem;}


	.gotop{width: 0.46rem;height: 0.46rem;font-size: 0.2rem;line-height: 0.46rem;bottom: 0.2rem;}

}