@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@font-face
{font-family: SimplonNorm;
src: url('SimplonNorm-Regular.otf')}

@font-face
{font-family: SimplonNormMedium;
src: url('SimplonNorm-Medium.otf')}

@font-face
{font-family: SimplonNormBold;
src: url('SimplonNorm-Bold.otf')}


@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:'SimplonNorm', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;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: 15rem; */width: 94%;max-width: 16.2rem;}
: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;width: 2.4rem;height: 0.7rem;background-color: #000;border-radius:.36rem;cursor: pointer;border:0;}
.btn:hover{background-color: #1d3f35;box-shadow:0 .06rem .08rem rgba(4,28,25,.56);}

/* 公共部分 */
.head{height: 0.95rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;box-shadow:0 .02rem .08rem rgba(0,0,0,.06);}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}

.hd-logo .img{height: .65rem;width: auto;}


.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.5rem;position: relative;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#000000;line-height: .6rem;position: relative;padding:0 .1rem;text-transform: uppercase;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#1d3f35;}
.hd-nav li.has>a:after{content:'\e772';font-family:'iconfont';margin-left: .05rem;}

.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: #1d3f35;margin-left: -1rem;margin-top: -1px;border-radius:.06rem;}
.hd-nav .drop .lk{font-size: 0.15rem;color:#fff;line-height: 0.22rem;display: block;min-width: 25%;text-align: center;border-bottom:1px solid rgba(255,255,255,.05);padding:.12rem 0;}
.hd-nav .drop .lk:hover{opacity: .85;}
.hd-nav .drop .lk:last-child{border-bottom:none;}

.head .r{display: flex;align-items: center;}

.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.3rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;}
.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{background-color: #1a1a1a;}
.ft-t{border-bottom:1px solid #2d2d2d;padding:.6rem 0 .3rem;display: flex;align-items: center;justify-content: space-between;}
.ft-t .smlogo{height: 0.9rem;width: auto;}
.ft-t .menu{}
.ft-t .menu .lk{font-size: 0.18rem;color:#ffffff;display: inline-block;vertical-align: middle;margin-left: 0.65rem;font-family: 'SimplonNormMedium';line-height: 1.6;}
.ft-t .menu .lk:hover{text-decoration: underline;}

.ft-b{display: flex;align-items: flex-start;justify-content: space-between;padding:.47rem 0;}
.ft-b .txt{font-size: 0.44rem;color:#fff;line-height: 1.3;font-family: 'SimplonNormMedium';max-width: 5.4rem;margin-right: 0.4rem;}
.ft-b .info{flex:1;overflow: hidden;max-width: 7.7rem;}
.ft-b .fz{font-size: 0.2rem;color:#fff;font-family: 'SimplonNormMedium';line-height: 1.4;margin-bottom: 0.26rem;}


.foot .social{margin-top: 0.25rem;display: flex;}
.foot .social a{margin-right: 0.25rem;font-size: 0.28rem;color:#fff;}

.foot .social a:hover{opacity: .87;}


/* news */
.crumb{font-size: 0.18rem;color:#484848;line-height: 0.3rem;margin: 0.3rem 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;}
.crumb a:hover{color:#1d3f35;}


.main{padding:0 0 0.5rem;}

.pub-tt{margin-bottom: 0.3rem;text-align: center;}
.pub-tt .bt{font-size: 0.68rem;font-family: 'SimplonNormBold';line-height: 1.2;text-transform: uppercase;}
/* .pub-tt .smwz{font-size: 0.16rem;color:#000000;margin-top: 0.15rem;line-height: 1.3;}
.pub-tt.white .bt{color:#fff;} */
.pub-tt.flex{display: flex;justify-content: space-between;align-items: center;}
.pub-tt .more{font-size: 0.2rem;color:#fff;width: 1.8rem;line-height: 0.65rem;background-color: #1a1a1a;border-radius:.32rem;text-align: center;}
.pub-tt .more:hover{background-color: #1d3f35;box-shadow:0 .06rem .08rem rgba(4,28,25,.56);}



.xw-list{}
.xw-list .item{padding:0.4rem;display: flex;align-items: center;position: relative;margin-bottom: 0.2rem;}
.xw-list .imgbox{/* width:5.35rem; */height: 3.6rem;margin-right: 0.5rem;width: 39%;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .title{font-size: 0.26rem;color:#000000;line-height: .3rem;-webkit-line-clamp: 2;font-family: 'SimplonNormBold';}
.xw-list .date{font-size: 0.16rem;color:#898888;margin-top: 0.25rem;}
.xw-list .txt{font-size: 0.16rem;color:#4a4a4a;-webkit-line-clamp: 2;line-height: 0.24rem;margin-top: 0.25rem;height: 0.48rem;max-width: 6.7rem;}
.xw-list .more{font-size: 0.18rem;color:#1e3f36;display: flex;align-items: center;margin-top: 0.55rem;}
.xw-list .more::after{content:'\e8f5';font-family: 'iconfont';margin-left: 0.1rem;margin-top: 0.04rem;}
.xw-list .item::after{content:'';position: absolute;left: 0;bottom: 0;height: 1px;background-color: #fb8750;width: 0;transition: all .5s;}
.xw-list .item:hover{box-shadow:0 0 .16rem rgba(0,0,0,.12);}
.xw-list .item:hover .title{color:#1e3f36;}
.xw-list .item .more:hover{font-weight: bold;}

.pagelist{margin-top: 0.6rem;text-align: center;}
.layui-laypage{margin: 0;}

.layui-laypage a, .layui-laypage span{font-size: 0.2rem;width: 0.26rem;height: 0.26rem;background-color: transparent;margin:0 .03rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:.04rem;line-height: 0.26rem;color:#b2b2b2;}

.layui-laypage>a:last-child, .layui-laypage>a:last-child em{border-radius:.04rem;}
.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 ;border-radius:.04rem;}
.layui-laypage .layui-laypage-prev em,.layui-laypage .layui-laypage-next em{line-height: 1;}
.layui-laypage .layui-laypage-prev{border-radius:.04rem!important;background:#fff!important;color:#333;}
.layui-laypage .layui-laypage-next{background-color: #fff;color:#333;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: transparent;}
.layui-laypage a:hover{color:#000;}
.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;color:#000;}



.lx-form{padding:0.68rem 0;background-color: #f8f8f8;}
.lx-form .form{max-width: 11.2rem;margin:0 auto;}
.lx-form .row{display: flex;justify-content: space-between;}
.lx-form .item{width: 49.3%;margin-bottom: 1.5%;}
.lx-form .ipt{font-size: 0.16rem;color:#000;width: 100%;background-color: #fff;border-radius:.04rem;border:1px solid #d5d5d5;}
.lx-form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .15rem;}
.lx-form .con{height: 1.8rem;line-height: 1.4;padding:.16rem .15rem;resize:none;}
.lx-form .submit{margin: 0.35rem auto 0;}


/* newsDetail */
.xw-det{padding:.3rem 0 .8rem;}
.xw-det .auto{max-width: 11.4rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.45rem;}
.xw-det .title{font-size: 0.6rem;font-family: 'SimplonNormBold';line-height: 1.1;}
.xw-det .date{font-size: 0.16rem;color:#898888;margin-top: 0.15rem;}
.xw-det .edit{font-size: 0.16rem;color:#373737;line-height: 1.6;}

.pagenav{border-top:1px solid #dcdcdc;display: flex;justify-content: space-between;padding:.25rem 0;align-items: center;margin-top: 1rem;}
.pagenav .next{font-size: 0.2rem;color:#000000;}
.pagenav .next::after{content:'\e611';font-family: 'iconfont';margin-left: 0.13rem;display: inline-block;vertical-align: middle;}
.pagenav .next:hover{color:#1d3f35;}

.pagenav .social{display: flex;}
.pagenav .social a{width: 0.3rem;height: 0.3rem;border-radius:50%;margin-left: 0.12rem;font-size: 0.16rem;color:#fff;display: flex;align-items: center;justify-content: center;}
.pagenav .social .facebook{background-color: #3b5998;}
.pagenav .social .twitter{background-color: #55acee;}
.pagenav .social .email{background-color: #f04f23;}
.pagenav .social a:hover{opacity: .85;}


/* contact */
.lx-sec{padding:0.2rem 0 0;}
.lx-sec .detail{display: flex;justify-content: space-between;align-items: center;padding:.4rem 0 0;}
.lx-sec .lbox{width: 49%;box-shadow:0 0 .24rem rgba(0,0,0,.1);background-color: #fff;padding:.75rem .7rem;}
.lx-sec .rbox{width: 42%;}

.lx-sec .list{}
.lx-sec .list li{margin-bottom: 0.75rem;display: flex;align-items: flex-start;}
.lx-sec .list .icon{width: 0.28rem;margin-right: 0.1rem;}
.lx-sec .list .tit{font-size: 0.18rem;color:#3c3c3c;line-height: 0.28rem;}
.lx-sec .list .txt{font-size: 0.3rem;color:#000000;line-height: 1.2;font-family: 'SimplonNormMedium';margin-top: 0.05rem;}
.lx-sec .list li:last-child{margin-bottom: 0;}


.lx-sec .form{}
.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.16rem;color:#000;width: 100%;border-radius:.04rem;border:1px solid #bfbfbf;}
.lx-sec .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .2rem;}
.lx-sec .form .con{height: 1.8rem;line-height: 1.4;padding:.16rem .2rem;resize:none;}
.lx-sec .form .submit{margin: 0.4rem 0 0;width: 1.8rem;height: 0.6rem;min-width: auto;}
.lx-map{height: 7.9rem;margin-top: 1.2rem;}


/* application */
.pub-menu{margin-bottom: 0.5rem;text-align: center;}
.pub-menu .lk{font-size: 0.18rem;min-width: 2.4rem;text-align: center;line-height: 0.7rem;border:1px solid #000;border-radius:.36rem;margin:0 .13rem;display: inline-block;vertical-align: middle;font-family: 'SimplonNormMedium';}
.pub-menu .lk.cur,.pub-menu .lk:hover{color:#fff;background-color: #1a1a1a;}

.app-mod{padding:0 0 .8rem;}
.app-mod:last-child{padding-bottom: 0.3rem;}
.app-mod .t-tit{font-size: 0.48rem;margin-bottom: 0.32rem;font-family: 'SimplonNormBold';}
.app-mod .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.app-mod .list .item{border:1px solid #000000;border-radius:.11rem;text-align: center;width: 23%;margin:0 0 2% 2%;padding:.36rem .45rem .25rem;min-height: 4.25rem;}
.app-mod .list .ico{height: 1.7rem;width: auto;display: block;margin:0 auto;}
.app-mod .list .ico-h{display: none;}
.app-mod .list .title{font-size: 0.26rem;font-family: 'SimplonNormBold';margin-top: 0.26rem;}
.app-mod .list .txt{font-size: 0.18rem;color:#3e3e3e;line-height: 0.24rem;-webkit-line-clamp: 2;height: 0.48rem;margin-top: 0.12rem;}
.app-mod .list .more{font-size: 0.18rem;width: 1.4rem;line-height: 0.4rem;border:1px solid #000;border-radius:.21rem;text-align: center;margin:.3rem auto 0;display: block;}
.app-mod .list .item:hover{background:url(../images/app_16.jpg) no-repeat center;background-size:100% 100%;border:0;box-shadow:0 0 .18rem rgba(0,0,0,.26);}
.app-mod .list .item:hover .ico-h{display: block;}
.app-mod .list .item:hover .ico-s{display: none;}
.app-mod .list .item:hover .title,.app-mod .list .item:hover .txt{color:#fff;}
.app-mod .list .item:hover .more{background-color: #fff;border-color:#fff;}



/* about */
.us-intro{}
.us-intro .list{padding:.4rem 0 1px;}
.us-intro .list .item{margin-bottom: 1rem;}
.us-intro .list .topbox{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.55rem;}
.us-intro .list .titbox{}
.us-intro .list .num{font-size: 0.28rem;color:#1d3f35;font-family: 'SimplonNormBold';}
.us-intro .list .bt{font-size: 0.57rem;font-family: 'SimplonNormBold';line-height: 1;margin-top: 0.08rem;text-transform: uppercase;}
.us-intro .list .txt{font-size: 0.2rem;color:#000000;line-height: 0.32rem;max-width: 9.1rem;flex:1;overflow: hidden;margin-left: 0.6rem;}
.us-intro .list .botbox{display: flex;}
.us-intro .list .imgbox{max-width: 13.15rem;height: 5.45rem;width: 100%;}
.us-intro .list .item:nth-child(even) .botbox{justify-content: flex-end;}

.us-xz{padding:1rem 0 .9rem;background:url(../images/us_03.jpg) no-repeat center;background-size:cover;}
.us-xz .pub-tt{text-align: left;}
.us-xz .detail{display: flex;align-items: flex-start;}
.us-xz .l{max-width: 7.5rem;width: 40%;}
.us-xz .r{flex:1;overflow: hidden;margin-left: 5%;}
.us-xz .row{margin-bottom: 0.75rem;padding:0 0 0 .16rem;border-left:1px solid #e7e7e7;}
.us-xz .row .title{font-size: 0.34rem;line-height: .3rem;font-family: 'SimplonNormBold';text-transform: uppercase;position: relative;}
.us-xz .row .title::before{content:'';position: absolute;left: -.16rem
;top: 0;width: 2px;height: 0.3rem;background-color: #1d3f35;}
.us-xz .row .txt{font-size: 0.16rem;line-height: 0.24rem;margin-top: 0.15rem;}
.us-xz .row:last-child{margin-bottom: 0;}
.us-xz .row:nth-child(1){max-width: 7.2rem;}
.us-xz .row:nth-child(2){max-width: 6.7rem;margin-left: 1.75rem;}
.us-xz .row:nth-child(3){max-width: 6.9rem;}

.us-lx{padding:.9rem 0;}
.us-lx .pub-tt{margin: 0;}
.us-lx .txt{font-size: 0.22rem;color:#5c5c5c;line-height: 0.34rem;max-width: 9.8rem;margin:.15rem auto 0;text-align: center;}
.us-lx .anniu{margin:.55rem auto 0;}



/* solution */
.solu-main{padding:0 0 1.2rem;}
.solu-list{display: flex;flex-wrap: wrap;margin:-3% 0 0 -3%;}
.solu-list .item{padding:.3rem .15rem .25rem;border-radius:.32rem;border:1px solid #000;width: 30.3%;margin:3% 0 0 3%;}
.solu-list .imgbox{display: flex;align-items: center;justify-content: center;height: 4.3rem;}
.solu-list .imgbox img{max-width: 100%;max-height: 100%;width: auto;height: auto;}
.solu-list .title{font-size: 0.18rem;font-family: 'SimplonNormMedium';text-align: center;margin-top: 0.3rem;-webkit-line-clamp: 1;}
.solu-list .more{font-size: 0.18rem;font-family: 'SimplonNormMedium';display: inline-block;vertical-align: middle;margin-top: 0.2rem;position: relative;line-height: 0.25rem;}
.solu-list .more::after{content:'\e60e';font-family: 'iconfont';margin-left: 0.07rem;transition: all .3s;display: inline-block;vertical-align: middle;}
.solu-list .more::before{content:'';position: absolute;height: 1px;width: 100%;left: 0;bottom: .02rem;background-color: #000;}
.solu-list .item:hover{box-shadow:0 0 .18rem rgba(0,0,0,.26);}
.solu-list .item:hover .more::after{transform: rotate(-30deg);}
.solu-list .title:hover{color:#1d3f35;}


/* solutionDetail */
.solu-top{padding:.5rem 0;}
.solu-top .titbox{text-align: center;margin-bottom: 0.4rem;}
.solu-top .titbox .bt{font-size: 0.68rem;font-family: 'SimplonNormBold';line-height: 1;text-transform: uppercase;}
.solu-top .titbox .smwz{font-size: 0.22rem;font-family: 'SimplonNormBold';margin-top: 0.1rem;}

.solu-top .detail{display: flex;justify-content: space-between;align-items: flex-start;}
.solu-top .imgbox{width: 45%;max-width: 7.5rem;margin-right: 0.3rem;}
.solu-top .info{flex:1;overflow: hidden;padding:.7rem 0 0;}
.solu-top .txt{font-size: 0.2rem;line-height: 0.3rem;}
.solu-top .txt *{font-family: 'SimplonNormBold';}
.solu-top .txt p{margin-bottom: 0.27rem;position: relative;padding-left: 0.2rem;}
.solu-top .txt p::before{content:'';width: 0.08rem;height: 0.08rem;background-color: #000;position: absolute;left: 0;top: 0.09rem;}
.solu-top .grps{display: flex;flex-wrap: wrap;padding:.3rem 0 0;}
.solu-top .grps .grp{width: 14.2%;text-align: center;}
.solu-top .grps .icon{height: 0.5rem;width: auto;display: block;margin:0 auto;}
.solu-top .grps .fz{font-size: 0.14rem;margin-top: 0.08rem;font-family: 'SimplonNormMedium';}


.solu-det{padding:0.3rem 0 1rem;}

.solu-table{overflow: hidden;margin-bottom: 0.85rem;border-radius:.28rem;}
.solu-table table{background-color: #f6f6f6;border:1px solid #d3d3d3;}
.solu-table th,.solu-table td{text-align: center;}
.solu-table th{font-size: 0.24rem;color:#fff;font-weight: bold;line-height: 0.3rem;padding:0.27rem 0;background-color: #1d3f35;text-transform: uppercase;}
.solu-table td{font-size: 0.16rem;line-height: 0.24rem;padding:.1rem .1rem;border:1px solid #d3d3d3;text-align: center;}

.solu-table th:first-child{text-align: left;padding-left: 0.27rem;}
.solu-table .tit{display: block;text-align: left;padding-left: 0.27rem;font-size: 0.24rem;font-family: 'SimplonNormBold';}



.solu-sp{margin-bottom: 0.9rem;}
.solu-sp .videobox{height: 7.15rem;position:relative;overflow: hidden;}
.solu-sp .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.solu-sp .videobox .playicon{width: 1.4rem;height: 1.4rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.solu-sp .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.solu-sp .videobox .mask{position:absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:5;/* background-color:rgba(0,0,0,.5); */}
.solu-sp .videobox .video{width: 100%;height: 100%;object-fit: fill;}



.solu-sample{}
.solu-sample .t-tit{font-size: 0.38rem;font-family: 'SimplonNormBold';margin-bottom: 0.22rem;text-transform: uppercase;}
.solu-sample .list{margin-left: -0.25rem;display: flex;flex-wrap: wrap;}
.solu-sample .list li{margin:0 0 .25rem .25rem;}
.solu-sample .list .img{height: 2.3rem;width: auto;}




/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: calc(100vh - 0.95rem);overflow: hidden;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);z-index:70;}
.idx-ban .title{font-size: 0.9rem;color:#fff;font-family: 'SimplonNormBold';line-height: 1.2;text-shadow:0 .02rem 0 rgba(0,0,0,.54);max-width: 6.95rem;text-transform: uppercase;}

.idx-ban .swiper-pagination{font-size: 0;bottom: 0.35rem;}
.idx-ban .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;opacity: 1;border-radius:50%;background-color: #fff;margin:0 .09rem!important;}
.idx-ban .swiper-pagination-bullet-active{background-color: #1d3f35;}

.idx-cp{padding:.9rem 0 .2rem;}
.idx-cp .item{display: flex;align-items: flex-start;justify-content: space-between;}
.idx-cp .imgbox{width: 55%;}
.idx-cp .imgbox .pic{width: 100%;display: block;}
.idx-cp .info{width: 43%;padding:1.4rem 0 0;}
.idx-cp .title{font-size: 0.44rem;line-height: 1.2;text-transform: uppercase;font-family: 'SimplonNormBold';}
.idx-cp .txt{font-size: 0.16rem;line-height: 0.26rem;-webkit-line-clamp: 5;height: 1.3rem;margin-top: 0.3rem;}
.idx-cp .more{margin-top: 0.6rem;font-size: 0.18rem;color:#fff;width: 2.4rem;line-height: 0.7rem;border-radius:.35rem;background-color: #000;display: block;text-align: center;}
.idx-cp .more:hover{background-color: #1d3f35;box-shadow:0 .06rem .08rem rgba(4,28,25,.56);}

.idx-cp .bot{display: flex;align-items: center;width: 43%;position: absolute;right: 0;bottom: 2rem;padding: 0.1rem 0.1rem 0.1rem 0;}
.idx-cp .swiper-button{position: static;margin:0 0 0 .35rem;width: 0.42rem;height: 0.42rem;background-color: #858585;opacity: 1;background-size:.1rem;border-radius:50%;}
.idx-cp .swiper-button:hover{background-color: #1d3f35;box-shadow:0 .03rem .06rem rgba(10,42,38,.48);}

.idx-cp .swiper-pagination{position: static;margin: 0;flex:1;overflow: hidden;height: 1px;background-color: #bfbfbf;display: flex;}
.idx-cp .swiper-pagination-bullet{height: 1px;background-color: #bfbfbf;opacity: 1;border-radius:0;flex:1;overflow: hidden;}
.idx-cp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #1d3f35;}


.idx-app{padding:1rem 0;}
.idx-app .titbox{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 0.65rem;}
.idx-app .titbox .bt{font-size: 1rem;line-height: 1.2;font-family: 'SimplonNormBold';text-transform: uppercase;}
.idx-app .titbox .r{flex:1;overflow: hidden;max-width: 7.55rem;padding-right: 0.7rem;margin-left: 0.4rem;}
.idx-app .titbox .txt{font-size: 0.28rem;line-height: 0.4rem;font-family: 'SimplonNormBold';}
.idx-app .titbox .more{font-size: 0.2rem;color:#1d3f35;display: inline-block;vertical-align: middle;margin-top: 0.5rem;text-transform: uppercase;position: relative;font-family: 'SimplonNormMedium';line-height: 0.25rem;}
.idx-app .titbox .more::after{content:'\e60e';font-family: 'iconfont';margin-left: 0.07rem;transition: all .3s;transform: rotate(-35deg) scale(0.85);display: inline-block;vertical-align: middle;}
.idx-app .titbox .more::before{content:'';position: absolute;height: .02rem;width: 0;left: 0;bottom: 0;background-color: #000;transition: all .3s;}
/* .idx-app .titbox:hover .more::after{transform: rotate(0) scale(0.85);} */
.idx-app .titbox:hover .more::before{width: 100%;}


.idx-app .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.idx-app .imgbox{max-width: 8rem;width: 50%;}
.idx-app .list{width: 47%;border-top:1px solid #000;}
.idx-app .list .item{padding:.3rem 0;border-bottom:1px solid #000;}
.idx-app .list .top{font-size: 0.3rem;display: flex;align-items: center;cursor: pointer;line-height: 0.4rem;}
.idx-app .list .top .icon{width: 0.46rem;display: flex;align-items: center;margin-right: 0.2rem;}
.idx-app .list .top span{font-family: 'SimplonNormBold';}
.idx-app .list .top::after{content:'\e60e';font-family: iconfont;transform: rotate(90deg);line-height: 1;font-size: 0.24rem;}
.idx-app .list .bot{padding:.2rem 0 0;display: none;}
.idx-app .list .txt{font-size: 0.16rem;line-height: 0.24rem;}
.idx-app .list .item.cur .bot{display: block;}
.idx-app .list .item.cur .top::after{transform: rotate(270deg);}



.idx-us{display: flex;align-items: center;position: relative;background-color: #f9f9f9;}
.idx-us .info{width:51%;padding:0 1.3rem 0 1.5rem; }
.idx-us .pub-tt{text-align: left;margin-bottom: 0;}
.idx-us .smtit{font-size: 0.28rem;color:#1d3f35;font-family: 'SimplonNormBold';text-transform: uppercase;margin-top: 0.15rem;}
.idx-us .txt{font-size: 0.16rem;line-height: 0.24rem;-webkit-line-clamp: 6;margin-top: 0.3rem;}
.idx-us .more{margin-top: 0.85rem;}
.idx-us .tp{position: absolute;left: 0;top: 0;height: 100%;}
.idx-us .videobox{height: 7.8rem;width: 49%;position:relative;overflow: hidden;}
.idx-us .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.idx-us .videobox .playicon{width: 1.76rem;height: 1.76rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.idx-us .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.idx-us .videobox .mask{position:absolute;width: 100%;height: 100%;left: 0;top: 0;z-index:5;/* background-color:rgba(0,0,0,.5); */}
.idx-us .videobox .video{width: 100%;height: 100%;object-fit: fill;}

.idx-xw{padding:1rem 0;}
.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-xw .list .item{width: 31.3%;margin:0 0 2% 2%;}
.idx-xw .list .imgbox{height: 3.6rem;display: block;}
.idx-xw .info{padding:0 .2rem;}
.idx-xw .list .title{font-size: 0.24rem;line-height: 0.3rem;-webkit-line-clamp: 2;height: 0.6rem;margin-top: 0.25rem;font-family: 'SimplonNormBold';}
.idx-xw .list .date{font-size: 0.16rem;color:#898888;margin-top: 0.28rem;}
.idx-xw .list .item:hover .title{color:#1d3f35;}





@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	.hd-logo .img{height: 0.6rem;}

	.hd-nav li{margin-left: 0.2rem;}


	.ft-t .smlogo{height: 0.7rem;}
	.ft-t .menu .lk{margin-left: 0.4rem;}
	.ft-b .txt{height: 0.4rem;}



	/* news */
	.xw-list .item{padding:0.3rem;}
	.xw-list .imgbox{height: 3.2rem;}


	/* contact */
	.lx-sec .lbox{padding: 0;box-shadow:none;}

	.lx-sec .list li{margin-bottom: 0.5rem;}


	/* application */
	.pub-menu .lk{min-width: 2.2rem;}

	.app-mod .list .item{width: 31.3%;}
	.app-mod .list .ico{height: 1.5rem;}


	/* solution */
	.solu-list .imgbox{height: 3rem;}
	.solu-list .title{-webkit-line-clamp: 2;line-height: 0.3rem;height: 0.6rem;}



	/* index */
	.idx-cp .info{padding:0.5rem 0 0;}
	.idx-cp .title{font-size: 0.34rem;}
	.idx-cp .bot{bottom: 0;}


	.idx-app .titbox .bt{font-size: 0.8rem;}
	.idx-app .titbox .r{padding: 0;}

	.idx-us{display: block;}
	.idx-us .info{padding:.8rem 4%;position: relative;width: 100%;}
	.idx-us .videobox{width: 100%;height: 7rem;}


}