@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@font-face
{font-family: MontserratRegular;
src: url('Montserrat-Regular.ttf')}

@font-face
{font-family: MontserratMedium;
src: url('Montserrat-Medium.ttf')}

@font-face
{font-family: MontserratSemiBold;
src: url('Montserrat-SemiBold.ttf')}


@font-face
{font-family: MontserratLight;
src: url('Montserrat-Light.ttf')}

@font-face
{font-family: BarlowBold;
src: url('Barlow-Bold.ttf')}

@font-face
{font-family: BarlowExtraBold;
src: url('Barlow-ExtraBold.ttf')}

@font-face
{font-family: FjallaOne;
src: url('FjallaOne.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:'MontserratRegular', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto{margin:0 auto;max-width: 15.2rem;width: 94%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

.btn{display: flex;align-items: center;justify-content: center;font-size: 0.18rem;color:#fff;border:none;cursor: pointer;width: 2.3rem;height: 0.65rem;background:url(../images/btn.png) no-repeat center;background-size:100% 100%;text-transform: uppercase;}
.btn:hover{background-image:url(../images/btn-1.png);}


/* 公共部分 */
.head{height: 1rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #efefef;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}

.hd-logo .img{height: .7rem;width: auto;}


.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.6rem;position: relative;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#131313;line-height: .6rem;position: relative;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#006fbc;}

.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: #006fbc;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,.15);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.35rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;}
.hd-lang .font .icon{width: 0.32rem;margin-right: 0.1rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';margin-left: 0.07rem;font-size: 0.14rem;transform: rotate(90deg);font-weight: bold;}

.hd-lang .drop{position: absolute;width: .8rem;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;}
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{font-weight: bold;}
.hd-lang:hover .drop{display: block;}



.foot{padding:.8rem 0;background:url(../images/ft_05.jpg) no-repeat center;background-size:cover;}
.foot .wrap{display: flex;justify-content: space-between;}
.foot .tit{font-size: 0.32rem;color:#fff;font-family: 'MontserratSemiBold';margin-bottom: 0.25rem;}
.foot .fz{font-size: 0.16rem;color:#fff;line-height: 0.3rem;display: block;margin-bottom: 0.1rem;}
.foot .lk strong{font-weight: normal;}
.foot .lk:hover{opacity: .85;}
.foot .col1 .fz{position: relative;padding-left: 0.4rem;}
.foot .col1 .fz::before{content:'';width: 0.26rem;height: 0.26rem;position: absolute;left: 0;top: .03rem;}
.foot .col1 .ico1::before{background:url(../images/ft_01.png) no-repeat center;background-size:contain;}
.foot .col1 .ico2::before{background:url(../images/ft_02.png) no-repeat center;background-size:contain;}
.foot .col1 .ico3::before{background:url(../images/ft_03.png) no-repeat center;background-size:contain;}
.foot .col1 .ico4::before{background:url(../images/ft_04.png) no-repeat center;background-size:contain;}

.foot .social{margin-top: 0.3rem;display: flex;margin-left: 0.4rem;}
.foot .social a{margin-right: 0.15rem;font-size: 0.24rem;color:#fff;}
.foot .social a:hover{opacity: .85;}

.foot .col1{max-width: 6rem;}




/* news */
.inner-ban{height: 5.5rem;position: relative;}


.crumb{font-size: 0.16rem;color:#0d0d0d;line-height: 0.3rem;margin: 0.25rem 0;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;}
.crumb a:hover{color:#006fbc;}

.pub-tt{margin-bottom: 0.45rem;text-align: center;}
.pub-tt .bt{font-size: 0.66rem;color:#000;text-transform: uppercase;font-family: 'BarlowBold';line-height: 1;}
.pub-tt .smwz{font-size: 0.16rem;color:#282828;line-height: 0.24rem;margin: 0.22rem auto 0;max-width: 11rem;}
.pub-tt.white *{color:#fff;}


.main{padding:0 0 .8rem;}

.xw-menu{margin-bottom: 0.45rem;text-align: center;}
.xw-menu .lk{font-size: 0.16rem;color:#000;min-width: 2.05rem;text-align: center;line-height: 0.5rem;border-radius:.23rem;margin:0 .2rem;display: inline-block;vertical-align: middle;padding:0 .25rem;background-color: #f2f3f5;}
.xw-menu .lk.cur,.xw-menu .lk:hover{color:#fff;background-color: #006fbc;border-color:#006fbc;}


.xw-list{display: flex;flex-wrap: wrap;margin:-2% 0 0 -2%;}
.xw-list .item{width: 31.3%;margin:2% 0 0 2%;border:1px solid #d8d8d8;}
.xw-list .imgbox{height: 3.3rem;}
.xw-list .info{padding:.2rem .35rem .4rem;}
.xw-list .title{font-size: 0.18rem;color:#171717;line-height: .28rem;-webkit-line-clamp: 1;font-family: 'MontserratSemiBold';}
.xw-list .txt{font-size: 0.16rem;color:#4f4f4f;-webkit-line-clamp: 2;line-height: 0.24rem;margin-top: 0.12rem;font-family: 'MontserratLight';height: 0.48rem;}
.xw-list .more{font-size: 0.16rem;color:#535353;display: flex;align-items: center;margin-top: 0.26rem;}
.xw-list .more::after{content:'\e8f5';font-family: 'iconfont';margin-left: 0.05rem;}
.xw-list .item:hover{background-color: #006fbc;}
.xw-list .item:hover *{color:#fff;}


.pagelist{margin-top: 0.6rem;text-align: center;}
.layui-laypage{margin: 0;}

.layui-laypage a, .layui-laypage span{font-size: 0.18rem;width: 0.36rem;height: 0.36rem;background-color: #c7c7c7;margin:0 .06rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:.04rem;line-height: 0.36rem;color:#fff;}

.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: #006fbc;}
.layui-laypage a:hover{color:#006fbc;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 0.34rem;line-height: 0.34rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;}


/* newsDetail */
.xw-det{padding:.15rem 0 .4rem;}
.xw-det .auto{max-width: 11rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.3rem;}
.xw-det .title{font-size: 0.26rem;line-height: 1.4;font-weight: bold;}
.xw-det .date{font-size: 0.16rem;color:#424242;margin-top: 0.15rem;}
.xw-det .edit{font-size: 0.16rem;color:#4f4f4f;line-height: 1.6;margin-top: 0.15rem;}

.pagenav{margin:.5rem 0 0;border-top:1px solid #dcdcdc;display: flex;justify-content: space-between;padding:.25rem 0;}
.pagenav .lk{font-size: 0.16rem;color:#080808;line-height: 0.4rem;}
.pagenav .prev::before,.pagenav .next::after{content:'\e775';font-family: 'iconfont';display: inline-block;vertical-align: middle;font-size: 0.13rem;margin-top: -0.02rem;}
.pagenav .prev::before{transform: rotate(-180deg);margin-right: 0.08rem;}
.pagenav .next::after{margin-left: 0.08rem;}
.pagenav .prev:hover,.pagenav .next:hover{color:#006fbc;}


/* appliccation */
.app-list{}
.app-list .item{padding: 0.2rem;background-color: #f8fafd;margin-bottom: 0.35rem;display: flex;align-items: center;}
.app-list .imgbox{width: 52%;height: 4.7rem;}
.app-list .info{flex:1;overflow: hidden;padding:0 .7rem;}
.app-list .title{font-size: 0.3rem;color:#000;font-weight: bold;}
.app-list .txt{font-size: 0.16rem;color:#4c4c4c;line-height: 1.6;margin-top: 0.3rem;}

.app-list .item:nth-child(even){flex-direction: row-reverse;}

.app-list .item:hover{background-color: #006fbc;}
.app-list .item:hover *{color:#fff;}



/* contact */
.lx-sec{padding:0 0 .8rem;}
.lx-sec .detail{padding:.6rem 0;background-color: #f8fafd;display: flex;justify-content: space-between;}
.lx-sec .lbox,.lx-sec .rbox{flex:1;padding:0 .9rem;}

.lx-sec .t-tit{font-size: 0.4rem;color:#0d0d0d;margin-bottom: 0.1rem;text-transform: uppercase;font-family: 'BarlowBold';line-height: 1.3;}
.lx-sec .smtxt{font-size: 0.16rem;color:#464646;}

.lx-sec .list{}
.lx-sec .list li{padding:.2rem 0;border-bottom:1px solid #e5e5e5;}
.lx-sec .list .tit{font-size: 0.16rem;color:#464646;line-height: 0.3rem;}
.lx-sec .list .txt{font-size: 0.24rem;color:#0d0d0d;line-height: 1.4;}
.lx-sec .list .address{font-size: 0.18rem;}
.lx-sec .col-line{width: 1px;background-color: #e1e1e1;}
.lx-sec .social{display: flex;margin-top: 0.35rem;}
.lx-sec .social a{margin-right: 0.2rem;font-size: 0.28rem;color:#006fbc;}
.lx-sec .social a:hover{opacity: .85;}


.lx-sec .form{margin-top: 0.35rem;}
.lx-sec .form .row{}
.lx-sec .form .item{margin-bottom: 0.15rem;}
.lx-sec .form .ipt{font-size: 0.16rem;color:#000;width: 100%;border:1px solid #dadada;font-family: 'MontserratLight';}
.lx-sec .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 .2rem;}
.lx-sec .form .con{height: 1.5rem;line-height: 1.4;padding:.16rem .2rem;resize:none;}
.lx-sec .form .submit{margin-top: 0.25rem;}

.lx-sec .map{height: 6rem;margin-top: 0.7rem;}




/* about */
.us-intro{padding:0 0 .75rem;}
.us-intro .pub-tt{text-align: left;margin-bottom: 0.2rem;}
.us-intro .detail{display: flex;align-items: center;justify-content: space-between;}
.us-intro .imgbox{height: 5.8rem;width: 47%;overflow: hidden;position:relative;background: #000;max-width: 7.1rem;}
.us-intro .info{width: 50%;}
.us-intro .txt{font-size: 0.16rem;color:#222222;line-height: 0.24rem;-webkit-line-clamp: 18;}
.us-intro .txt *{font-family: 'MontserratLight';}

.us-intro .list{margin-top: 0.3rem;display: flex;justify-content: space-around;padding:.3rem 0;background-color: #006fbc;}
.us-intro .list .icon{height: 0.4rem;width: auto;}
.us-intro .list .fz{line-height: 1;font-size: 0.38rem;color:#fff;margin-top: 0.18rem;}
.us-intro .list .fz i{font-family: 'FjallaOne';}
.us-intro .list .wz{font-size: 0.16rem;color:#fff;margin-top: 0.08rem;font-family: 'MontserratLight';}


.swiper-pagination{position: static;margin-top: 0.4rem;font-size: 0;}
.swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;border:1px solid #8b8b8b;opacity: 1;border-radius:50%;background-color: transparent;margin:0 .08rem!important;}
.swiper-pagination-bullet-active{background-color: #006fbc;border-color:#006fbc;}


.us-qua{padding:.6rem 0;background-color: #f8f8f8;}

.us-ws{padding:.6rem 0;}
.us-ws .item{overflow: hidden;}
.us-ws .item .img{transition: all 1s;}
.us-ws .item:hover .img{transform: scale(1.08,1.08);}



/* product */
.cp-main .wrap{display: flex;align-items: flex-start;}
.cp-l{width: 3.5rem;margin-right: 0.4rem;}
.cp-r{flex:1;overflow: hidden;}

.cp-cate{background-color: #fff;margin-bottom: 0.2rem;}
.cp-cate .t-tit{font-size: 0.2rem;color:#fff;line-height: 0.5rem;font-family: 'MontserratSemiBold';background-color: #006fbc;padding:0 .25rem;}
.cp-cate .detail{padding: 0.2rem 0.25rem;}
.cp-cate .lks{}
.cp-cate .lk{display: block;font-size: 0.16rem;color:#3c3c3c;line-height: 1.4;padding:.12rem 0;}
.cp-cate .lk::before{content:'';display: inline-block;vertical-align: middle;margin:0 .1rem 0 0;width: 0.05rem;height: 0.05rem;background-color: #000;border-radius:50%;}
.cp-cate .lk:hover,.cp-cate .lk.this{color:#006fbc;}
.cp-cate .lk:hover::before,.cp-cate .lk.this::before{background-color: #006fbc;}

.cp-lx{background:url(../images/cp_02.jpg) no-repeat center;background-size:cover;padding:.45rem .25rem;}
.cp-lx .title{font-size: 0.22rem;color:#fff;font-weight: bold;text-transform: uppercase;}
.cp-lx .txt{font-size: 0.16rem;color:#fff;line-height: 1.4;margin-top: 0.25rem;max-width: 2.7rem;}
.cp-lx .more{font-size: 0.16rem;margin-top: 0.4rem;width: 1.82rem;height: 0.5rem;}


.cp-list{display: flex;flex-wrap: wrap;margin:-3% 0 0 -3%;}
.cp-list .item{background-color: #fff;width: 30.3%;overflow: hidden;padding:.2rem 0 .15rem;position: relative;margin:3% 0 0 3%;}
.cp-list .item::after{content:'';position: absolute;left: 0;bottom: 0;width: 0;transition: all .3s;height: 2px;background-color: #006fbc;}
.cp-list .item .box{display: block;}
.cp-list .imgbox{height:2.6rem;margin:0 auto 0;display: flex;align-items: center;justify-content: center;}
.cp-list .imgbox .pic{width:94%;height: 94%;object-fit: contain;display: block;margin:0 auto;}
.cp-list .title{font-size: 0.16rem;color:#000;line-height: 1.4;-webkit-line-clamp: 1;margin:.25rem 0;text-align: center;padding:0 .15rem;}
.cp-list .item:hover .title{color:#006fbc;}
.cp-list .item:hover::after{width: 100%;}


/* productDetail */
.cp-top{display: flex;align-items: center;padding:.15rem 0 .6rem;margin-bottom: 0.45rem;justify-content: space-between;border-bottom:1px solid #e9e9e9;}
.cp-top .slide{width: 46%;max-width: 6rem;}
.cp-top .swiper2 .item{height: 4.8rem;}
.cp-top .swiper2 .item .img{width: 100%;height: 100%;object-fit: contain;}

.cp-top .swiper1{max-width: 4.8rem;margin:.2rem auto 0;}
.cp-top .swiper1 .item{height: 0.9rem;border:1px solid #efefef;}
.cp-top .swiper1 .item .img{width: 100%;height: 100%;object-fit: contain;}
.cp-top .swiper1 .swiper-slide-thumb-active .item{border-color:#006fbc;}

.cp-top .swiper-button{background-size:.12rem;width: 0.42rem;height: 0.42rem;background-color: #006fbc;margin-top: -0.21rem;border-radius:50%;display: none;}
.cp-top .swiper2:hover .swiper-button{display: block;}

.cp-top .info{width: 51%;}
.cp-top .title{font-size: 0.34rem;color:#000000;line-height: 1.4;font-weight: bold;margin-bottom: 0.14rem;}
.cp-top .row{margin-top: 0.3rem;}
.cp-top .fz{font-size: 0.16rem;color:#4e4e4e;margin-bottom: 0.06rem;}
.cp-top .txt{font-size: 0.16rem;color:#0d0d0d;font-family: 'MontserratSemiBold';}
.cp-top .anniu{margin:.45rem 0 0;}


.cp-det .t-tit{font-size: 0.28rem;color:#010101;font-weight: bold;margin-bottom: 0.25rem;}

.cp-presen{margin-bottom: 0.5rem;}
.cp-presen .txt{font-size: 0.16rem;color:#4b4b4b;line-height: 1.6;}

.cp-sp{margin-bottom: 0.5rem;}
.cp-sp .videobox{height: 6.25rem;overflow: hidden;position:relative;background: #000;}
.cp-sp .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.cp-sp .playicon{width: 1.3rem;height: 1.3rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.cp-sp .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.cp-sp .video{width: 100%;height: 100%;}



.cp-case{margin-bottom: 0.5rem;}
.cp-case .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.cp-case .list .item{height: 3.6rem;width: 31.3%;margin:0 0 2% 2%;}
.cp-case .list .imgbox{height: 100%;}

.cp-send{padding:.6rem 0;background-color: #fafafa;}
.cp-send .auto{max-width: 12.6rem;}

.lx-form .row{display: flex;justify-content: space-between;}
.lx-form .item{width: 49.3%;margin-bottom: 1.5%;}
.lx-form .box{background-color: #fff;border:1px solid #c9c9c9;display: flex;align-items: flex-start;width: 100%;}
.lx-form .tit{font-size: 0.16rem;color:#6e6e6e;line-height: 0.54rem;margin-left: 0.15rem;}
.lx-form .info{flex:1;overflow: hidden;}
.lx-form .ipt{font-size: 0.16rem;color:#000;width: 100%;}
.lx-form .ipt-txt{height: 0.54rem;line-height: 0.54rem;padding:0 .15rem;}
.lx-form .con{height: 1.75rem;line-height: 1.4;padding:.16rem .15rem;resize:none;}
.lx-form .submit{margin: 0.35rem auto 0;width: 2.6rem;}


.cp-recom{padding:.75rem 0;}
.cp-recom .detail{padding:.2rem 0 0;}
.cp-recom .item{padding:0 0 .25rem;}
.cp-recom .item .imgbox{height: 3.4rem;}
.cp-recom .item .img{width: 100%;height: 100%;object-fit: contain;display: block;margin:0 auto;}
.cp-recom .item .title{font-size: 0.22rem;color:#191919;margin-top: 0.3rem;-webkit-line-clamp: 1;text-align: center;}
.cp-recom .item:hover .title{color:#006fbc;}



/* index */
.idx-sd{position: relative;}
.idx-sd .item{height: 8rem;}
.idx-sd .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);z-index:60;}
.idx-sd .fz1,.idx-sd .fz2{color:#fff;line-height: 1.1;text-transform: uppercase;}
.idx-sd .fz1{font-size: 0.79rem;}
.idx-sd .fz2{font-size: 0.91rem;font-family: 'BarlowExtraBold';}
.idx-sd .more{margin-top: 0.68rem;}

.idx-sd .swiper-pagination{position: absolute;width: 100%;bottom: 30px;}
.idx-sd .swiper-pagination-bullet{border-color:#fff;}
.idx-sd .swiper-pagination-bullet-active{background-color: #fff;}



.idx-us{height: 8.6rem;position: relative;}
.idx-us .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);display: flex;flex-direction: column;justify-content: center;}
.idx-us .pub-tt{text-align: left;}
.idx-us .pub-tt .smwz{margin-left: 0;max-width: 6.5rem;}
.idx-us .more{margin-top: 1rem;}
.idx-us .list{margin-top: 0.9rem;display: flex;justify-content: space-between;padding:0 .6rem;}
.idx-us .list li{}
.idx-us .list .fz{font-size: 0.7rem;color:#fff;font-family: 'BarlowBold';}
.idx-us .list .wz{font-size: 0.18rem;color:#fff;}


.idx-cp{min-height: 8.8rem;padding:1rem 0 .75rem;background:url(../images/idx_03.jpg) no-repeat center;background-size:cover;}
.idx-cp .detail{display: flex;align-items: center;justify-content: space-between;}
.idx-cp .pub-tt{text-align: left;}
.idx-cp .info{width: 48%;}
.idx-cp .smtit{font-size: 0.24rem;color:#006fbc;font-family: 'MontserratSemiBold';}
.idx-cp .txt{font-size: 0.16rem;color:#5b5b5b;line-height: 0.24rem;margin-top: 0.15rem;max-width: 6.1rem;}
.idx-cp .more{margin-top: 0.35rem;}
.idx-cp .imgbox{/* max-width: 5.7rem; */height: 5.7rem;width: 50%;display: flex;align-items: center;justify-content: center;}
.idx-cp .imgbox .img{width: 90%;height: 90%;object-fit: contain;display: block;margin:0 auto;}


.idx-cp .menu{display: flex;justify-content: space-between;border-bottom:1px solid #d7d7d7;margin-top: 0.65rem;}
.idx-cp .menu .lk{font-size: 0.18rem;color:#434343;line-height: 0.25rem;display: inline-block;vertical-align: middle;padding:.25rem .1rem;position: relative;cursor: pointer;text-align: center;}
.idx-cp .menu .lk::after{content:'';width: 0;height: 0.03rem;background-color: #006fbc;position: absolute;left: 50%;bottom:-1px;transition: all .3s;}
.idx-cp .menu .lk.cur,.idx-cp .menu .lk:hover{color:#006fbc;font-weight: bold;}
.idx-cp .menu .lk.cur::after{width: 100%;left: 0;}


.idx-app{position: relative;}
.idx-app .piclist{}
.idx-app .piclist .item{height: 8.6rem;}

.idx-app .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,111,188,.7);display: flex;}
.idx-app .l{width: 6.55rem;background-color: rgba(0,0,0,.1);padding:1.3rem 0 0 2.05rem;}
.idx-app .pub-tt{text-align: left;margin-bottom: 0;}
.idx-app .pub-tt .bt{font-size: 0.62rem;}
.idx-app .r{flex:1;overflow: hidden;position: relative;}
.idx-app .r .info{position: absolute;right: 0;width: 100%;bottom: 0;padding:0 1.9rem .6rem .6rem;}


.idx-app .menu{margin-top: 0.4rem;}
.idx-app .menu .lk{display: block;font-size: 0.2rem;color:#fff;line-height: 0.8rem;font-family: 'MontserratSemiBold';padding:0 .3rem;margin-bottom: 1px;}
.idx-app .menu .lk.cur,.idx-app .menu .lk:hover{background: linear-gradient(to right, #338cc9 0%, #338cc9 50%, #0270bc 100%);}

.idx-app .top{display: flex;align-items: center;justify-content: space-between;}
.idx-app .title{font-size: 0.4rem;color:#fff;font-family: 'MontserratSemiBold';flex:1;overflow: hidden;}
.idx-app .more{font-size: 0.18rem;color:#fff;position: relative;line-height: 0.38rem;}
.idx-app .more::after{content:'\e772';display: inline-block;vertical-align: middle;margin-left: 0.17rem;transform: rotate(-90deg);font-family: 'iconfont';font-size: 0.16rem;margin-top: -0.02rem;}
.idx-app .more::before{content:'';position: absolute;left: 0;bottom: 0;height: 1px;background-color: #fff;width: 100%;}
.idx-app .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;margin-top: 0.18rem;max-width: 6.8rem;}
.idx-app .more:hover{color:#ff6d00;}
.idx-app .more:hover::before{background-color: #ff6d00;}

.idx-fw{padding:.8rem 0;background-color: #edf5fb;}
.idx-fw .pic{max-width: 16rem;width: 96%;margin:0 auto;display: block;}


.idx-super{padding:0.9rem 0 0.7rem;background:url(../images/idx_06.jpg) no-repeat center;background-size:cover;}
.idx-super .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-super .list .item{background-color: rgba(255,255,255,.13);width: 31.3%;margin:0 0 2% 2%;padding:.3rem .35rem .35rem;}
.idx-super .list .icon{height: 0.8rem;width: auto;display: block;}
.idx-super .list .title{font-size: 0.24rem;color:#fff;font-weight: bold;line-height: 1.3;margin-top: 0.14rem;}
.idx-super .list .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;margin-top: 0.12rem;}


.idx-xw{padding:1rem 0;}
.idx-xw .pub-tt{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.65rem;}
.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-xw .item{background-color: #fafafa;width: 31.3%;margin-left: 2%;}
.idx-xw .item .imgbox{height: 3.3rem;}
.idx-xw .item .info{padding: 0.18rem 0.15rem 0.35rem;}
.idx-xw .item .date{font-size: 0.16rem;color:#3b3b3b;font-family: 'MontserratLight';}
.idx-xw .item .title{font-size: 0.18rem;color:#000000;line-height: 0.26rem;-webkit-line-clamp: 2;height: 0.52rem;margin-top: 0.15rem;}
.idx-xw .item .more{font-size: 0.16rem;color:#006fbc;margin-top: 0.3rem;display: inline-block;vertical-align: middle;}
.idx-xw .item .more::after{content:'\e772';font-family: 'iconfont';margin-left: 0.05rem;transform: rotate(-90deg);display: inline-block;vertical-align: middle;}
.idx-xw .item:hover{background-color: #006fbc;}
.idx-xw .item:hover *{color:#fff;}


@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}



	/* 公共部分 */
	.head{height: 1rem;}
	.head .r{margin-right: 0.55rem;}


	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font .ico{width: 0.3rem;}
	.hd-lang .font::before{width: 0.24rem;height: 0.24rem;margin-right: 0.05rem;}
	.hd-lang .drop{width: .9rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 1rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.has>a::after{display: none;}


	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#000;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#000;line-height: 0.7rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.16rem;}



	.foot .col1{max-width: 4.5rem;}


	/* news */
	.inner-ban{height: 4.7rem;}

	.xw-list .info{padding:.2rem .15rem .3rem;}

	/* contact */
	.lx-sec .lbox, .lx-sec .rbox{padding:0 0.4rem;}

	/* product */
	.cp-list .item{width: 47%;}

	/* index */
	.idx-sd .item{height: 7rem;}
	.idx-sd .fz1{font-size: 0.75rem;}
	.idx-sd .fz2{font-size: 0.88rem;}

	.idx-cp .imgbox{height: 5.2rem;}
	.idx-cp .menu{margin-top: 0.4rem;}

	.idx-app .l{width: 42%;padding:1rem .3rem 0;}
	.idx-app .menu .lk{line-height: 0.7rem;}

	.idx-app .r .info{padding:0 .3rem .3rem;}
	.idx-app .title{font-size: 0.32rem;}

	.idx-app .piclist .item{height: 7.6rem;}










}