@charset "utf-8";

@font-face
{font-family: Poppins;
src: url('Poppins-Regular.ttf')}
@font-face
{font-family: PoppinsBold;
src: url('Poppins-Bold.ttf')}
@font-face
{font-family: PoppinsLight;
src: url('Poppins-Light.ttf')}
@font-face
{font-family: PoppinsSemiBold;
src: url('Poppins-SemiBold.ttf')}
@font-face
{font-family: PoppinsExtraBold;
src: url('Poppins-ExtraBold.otf')}
@font-face
{font-family: PoppinsMedium;
src: url('Poppins-Medium.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;color:#000;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'Poppins', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */ }
img{border:0;display: inline-block;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;width: 94%;max-width: 16.8rem;}
: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:#666;}
:-moz-placeholder{color:#666;}
::-moz-placeholder{color:#666;}
:-ms-input-placeholder{color:#666;} */

.btn{font-size: 0.16rem;color:#fff;min-width: 1.55rem;line-height: 0.58rem;background-color: #192480;border-radius:.29rem;cursor: pointer;border:0;display: inline-block;vertical-align: middle;padding:0 0.42rem;text-align: center;font-family: 'PoppinsMedium';}
.btn:hover{background-color: #2662d0;}


/* 公共部分 */
.head{height: 1.1rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #ebebeb;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;padding:0 3%;}
.head .r{display: flex;align-items: center;}


.hd-logo .img{height: .85rem;width: auto;}


.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.35rem;position: relative;padding:0.15rem 0;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display: block;font-size: 0.16rem;color:#000000;line-height: .34rem;position: relative;font-family: 'PoppinsMedium';padding:0 0.1rem;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#fff;background-color: #192480;}


.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: #fff;margin-left: -1rem;margin-top: -1px;border-radius:.06rem;box-shadow:0 0 .1rem #ddd;padding:0.12rem 0;margin-top: 0.15rem;}
.hd-nav .drop .lk{font-size: 0.15rem;color:#000;line-height: 0.2rem;display: block;min-width: 25%;text-align: center;padding:.1rem 0;font-family: 'PoppinsMedium';}
.hd-nav .drop .lk:hover{color:#192480;}
.hd-nav .drop .lk:last-child{border-bottom:none;}


.head .r{display: flex;align-items: center;}

.hd-sear{margin-left: 0.32rem;}
.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.2rem;}
.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: #000000;padding:1rem 0;}
.foot .wrap{display: flex;align-items: flex-start;justify-content: space-between;}
.foot  *{color: #fff;}
.foot .smlogo{height: 0.95rem;width: auto;display: block;margin-bottom: 0.05rem;}
.foot .row{padding:0.15rem 0;border-bottom:1px solid #8d8d8d;}
.foot .row .fz{font-size: 0.14rem;color:#c9c9c9;font-family: 'PoppinsLight';margin-bottom: 0.03rem;}
.foot .row .font{font-size: 0.18rem;color:#fff;line-height: 1.6;}
.foot .row:last-child .font{font-size: 0.14rem;}
.foot .lks{}
.foot .lks li{font-size: 0.16rem;line-height: 0.36rem;}
.foot .lks li:hover a{color: #2662d0;}

.foot .tit{font-size: 0.24rem;font-family: 'PoppinsSemiBold';text-transform: uppercase;margin-bottom: 0.12rem;}
.foot .smwz{font-size: 0.16rem;margin-top: -0.08rem;}
.foot .search{border-radius:0.14rem;overflow: hidden;display: flex;margin-top: 0.2rem;}
.foot .search .ipt-txt{flex:1;overflow: hidden;font-size: 0.16rem;padding:0 0.22rem;color:#333;}
.foot .search .submit{font-size: 0.16rem;width: 1.2rem;height: 0.6rem;line-height: 0.6rem;background-color: #192480;border:0;cursor: pointer;}
.foot .search .submit:hover{background-color: #2662d0;}

.foot .col1{width: 30%;max-width: 3.6rem;padding-right: 2%;}
.foot .col2,.foot .col3{width: 18%;}
.foot .col4{width: 31%;max-width: 5.1rem;}

.foot .social{margin-top: 0.55rem;display: flex;}
.foot .social a{margin-right: 0.2rem;font-size: 0.19rem;color:#fff;width: 0.38rem;height: 0.38rem;background-color: rgba(255,255,255,.3);display: flex;align-items: center;justify-content: center;border-radius:50%;}
.foot .social a:nth-child(1){background-color: #325190;}
.foot .social a:nth-child(2){background-color: #007abc;}
.foot .social a:nth-child(3){background-color: #f64e21;}
.foot .social a:nth-child(4){background-color: #fb0606;}
.foot .social a:nth-child(5){background-color: #51aaec;}
.foot .social a:hover{opacity: 0.85;}



/* news */
.inner-ban{height: 5.4rem;position: relative;}

.crumb{font-size: 0.16rem;color:#000;line-height: 0.3rem;margin: 0.25rem 0 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:#192480;}


.main{padding:0.5rem 0;}
.xw-list{padding:0 0.5rem;}
.xw-list .item{display: flex;align-items: center;position: relative;margin-bottom: 1rem;}
.xw-list .item:last-child{margin-bottom: 0;}
.xw-list .imgbox{height: 4.1rem;margin-right: 0.6rem;width: 40%;max-width: 6.4rem;border-radius:0.12rem;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .title{font-size: 0.24rem;line-height: .3rem;-webkit-line-clamp: 2;font-family: 'PoppinsSemiBold';}
.xw-list .date{font-size: 0.14rem;margin-top: 0.16rem;}
.xw-list .txt{font-size: 0.16rem;color:#545454;-webkit-line-clamp: 2;line-height: 0.22rem;margin-top: 0.3rem;}
.xw-list .more{margin-top: 0.85rem;font-family: 'PoppinsLight';}
.xw-list .item:hover .title{color:#192480;}



.pagelist{margin-top: 1rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.16rem;width: 0.3rem;height: 0.3rem;background-color: #e0e0e0;margin:0 .05rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:.04rem;line-height: 0.3rem;color:#969696;}

.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.3rem;line-height: 0.3rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;color:#fff;background-color: #192480;}


/* newsDetail */
.xw-det{padding:.85rem 0 0.4rem;}
.xw-det .auto{max-width: 11rem;}
.xw-det .topbox{text-align: center;margin-bottom: 0.35rem;}
.xw-det .title{font-size: 0.34rem;color:#000000;font-family: 'PoppinsBold';line-height: 1.4;}
.xw-det .date{font-size: 0.16rem;margin-top: 0.1rem;}
.xw-det .edit{font-size: 0.16rem;line-height: 1.6;}

.pagenav{margin:.75rem 0 0;border-top:1px solid #dcdcdc;display: flex;justify-content: space-between;padding:.25rem 0;}
.pagenav .lk{font-size: 0.16rem;color:#000;}
.pagenav .prev::before,.pagenav .next::after{content:'\e775';font-family: 'iconfont';display: inline-block;vertical-align: middle;font-size: 0.14rem;margin-top: -0.02rem;}
.pagenav .prev::before{transform: rotate(-180deg);margin-right: 0.06rem;}
.pagenav .next::after{margin-left: 0.06rem;}
.pagenav .prev:hover,.pagenav .next:hover{color:#273186;}


/* distributor */
.dist-list{}
.dist-list .item{display: flex;align-items: center;margin-bottom: 0.7rem;justify-content: space-between;}
.dist-list .imgbox{width: 50%;height: 4.5rem;border-radius:0.08rem;overflow: hidden;}
.dist-list .info{width: 46%;}
.dist-list .title{font-size: 0.48rem;line-height: 1.4;font-family: 'PoppinsExtraBold';}
.dist-list .line{width: 0.75rem;height: 0.07rem;background-color: #192480;display: block;margin-top: 0.16rem;}
.dist-list .txt{font-size: 0.18rem;line-height: 1.8;margin-top: 0.43rem;}
.dist-list .item:nth-child(odd){flex-direction: row-reverse;}


/* solution */
.pub-tt{margin-bottom: 0.4rem;text-align: center;}
.pub-tt .bt{font-size: 0.54rem;font-family: 'PoppinsBold';line-height: 1.2;text-transform: uppercase;}
.pub-tt .smwz{font-size: 0.16rem;color:#545454;line-height: 0.22rem;max-width: 8.65rem;margin:0.12rem auto 0;font-family: 'PoppinsLight';}
.pub-tt.white .bt{color:#fff;}

.solu-mod{margin-bottom: 1.1rem;}
.solu-mod .list{display: flex;flex-wrap: wrap;margin-top: -2%;}
.solu-mod .list .item{background-color: #fff;padding: 0.15rem 0.15rem 0;width: 30.3%;margin:2% 0 0 3%;}
.solu-mod .list .imgbox{height: 3.55rem;}
.solu-mod .list .title{font-size: 0.2rem;padding:0.23rem 0.2rem;text-align: center;line-height: 0.3rem;-webkit-line-clamp: 2;display: block;font-family: 'PoppinsMedium';}
.solu-mod .list .item:hover .title{color:#192480;}
.solu-mod .readmore{margin:0.5rem auto 0;}


/* training */
.train-tech{margin-bottom: 0.6rem;}

.train-tech .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.train-tech .list .item{width: 49.5%;margin:0 0 2%;}
.train-tech .list .imgbox{display: block;height: 5.2rem;position: relative;border-radius:0.1rem;overflow: hidden;}
.train-tech .list .icon{width: 1.1rem;height: 1.1rem;background:url(../images/train_11.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.train-tech .list .title{font-size: 0.2rem;margin-top: 0.25rem;text-align: center;display: block;font-family: 'PoppinsBold';line-height: 1.4;}
.train-tech .list .item:hover .title{color:#192480;}


.train-online{margin-bottom: 1.1rem;}
.train-online .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.train-online .imgbox{width: 51%;height: 4.6rem;position: relative;}
.train-online .title{font-size: 0.2rem;color:#fff;position: absolute;width: 100%;left: 0;bottom: 0;line-height: 0.84rem;padding:0 0.15rem;background-color: rgba(0,0,0,0.4);text-align: center;}
.train-online .info{width: 45%;padding-top: 0.16rem;}
.train-online .smtit{font-size: 0.24rem;font-family: 'PoppinsMedium';}
.train-online .row{font-size: 0.16rem;line-height: 0.24rem;padding:0.23rem 0.25rem;background-color: #f2f2f2;border-radius:0.1rem;margin-top: 0.25rem;font-family: 'PoppinsMedium';}


.train-video{margin-bottom: 1.1rem;}
.train-video .list{display: flex;flex-wrap: wrap;margin-left: -1.3%;}
.train-video .list .item{width: 32%;margin:0 0 1.3% 1.3%;height: 4.3rem;border-radius:0.1rem;overflow: hidden;position: relative;}
.train-video .list .imgbox{display: block;height: 100%;}
.train-video .list .icon{width: 1.14rem;height: 1.14rem;background:url(../images/train_11.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}


.train-xz{margin-bottom: 0.5rem;}
.train-xz .list{}
.train-xz .list .item{height: 0.9rem;margin-bottom: 0.2rem;background-color: #f0f0f0;padding:0 0.45rem 0 0.3rem;border-radius:0.1rem;display: flex;align-items: center;justify-content: space-between;}
.train-xz .list .title{font-size: 0.22rem;width: 80%;font-family: 'PoppinsMedium';-webkit-line-clamp: 1;}
.train-xz .list .title::before{content:'';display: inline-block;vertical-align: middle;width: 0.36rem;height: 0.36rem;background:url(../images/train_08.png) no-repeat center;background-size:contain;margin-right: 0.2rem;margin-top: -0.03rem;}
.train-xz .list .downbtn{width: 0.44rem;height: 0.44rem;background:url(../images/train_09.png) no-repeat center;background-size:0.36rem;display: block;}
.train-xz .list .item:hover .title{color:#192480;}


/* applicationDetail */
.appli-top{padding:0.6rem 0 0;}
.appli-top .t-tit{font-size: 0.4rem;margin-bottom: 0.2rem;font-family: 'PoppinsBold';text-transform: uppercase;line-height: 1.2;}
.appli-top .detail{background-color: #dfe9fb;display: flex;align-items: flex-start;}
.appli-top .info{width: 50%;padding:6% 4% 0.2rem;}
.appli-top .title{font-size: 0.24rem;line-height: 1.4;font-family: 'PoppinsSemiBold';}
.appli-top .txt{font-size: 0.16rem;color:#545454;line-height: 1.4;margin-top: 0.25rem;max-width: 6rem;}
.appli-top .imgbox{width: 50%;}


.appli-list{}
.appli-list .row{padding:1rem 0;}
.appli-list .box{padding:0 0.65rem;display:flex;align-items: center;justify-content: space-between;}
.appli-list .imgbox{height:4.6rem;border-radius:0.08rem;width: 48%;}
.appli-list .info{width: 48%;}
.appli-list .title{font-size: 0.32rem;font-family: 'PoppinsBold';line-height: 1.3;text-transform: uppercase;}
.appli-list .txt{font-size: 0.16rem;color:#545454;line-height: 0.24rem;margin-top: 0.2rem;width: 97%;}
.appli-list .more{margin-top: 0.6rem;}
.appli-list .row:nth-child(even){background-color: #f0f3f6;}
.appli-list .row:nth-child(even) .box{flex-direction: row-reverse;}
.appli-list .row:nth-child(even) .title{font-size: 0.24rem;font-family: 'PoppinsSemiBold';text-transform: initial;}

.appli-cp{padding:1rem 0;}
.appli-cp .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.appli-cp .list .item{border:1px solid #d8d8d8;border-radius:0.1rem;width: 31.3%;margin:0 0 2% 2%;padding:0.2rem 0.25rem 0.3rem;text-align: center;}
.appli-cp .list .imgbox{width: 100%;height: 4.3rem;display: flex;align-items: center;justify-content: center;}
.appli-cp .list .img{width: 100%;height: 100%;object-fit: contain;}
.appli-cp .list .title{font-size: 0.24rem;font-family: 'PoppinsMedium';margin-top: 0.2rem;}
.appli-cp .list .more{font-size: 0.21rem;color:#192480;font-family: 'PoppinsMedium';display: inline-block;vertical-align: middle;margin-top: 0.25rem;}
.appli-cp .list .more::after{content:'';display: inline-block;vertical-align: middle;margin-left: 0.08rem;width: 0.14rem;height: 0.14rem;background:url(../images/appli_08.png) no-repeat center;background-size:contain;}
.appli-cp .list .item:hover .title{color:#192480;}


/* solutionDetail */
.solu-top{margin-top: 0.9rem;}
.solu-top .detail{display: flex;align-items: center;justify-content: space-between;}
.solu-top .info{width: 40%;}
.solu-top .t-tit{font-size: 0.3rem;font-family: 'PoppinsBold';line-height: 1.4;}
.solu-top .row{margin-top: 0.45rem;}
.solu-top .smtit{font-size: 0.18rem;font-family: 'PoppinsBold';}
.solu-top .txt{font-size: 0.16rem;color:#1d1d1d;line-height: 0.24rem;}
.solu-top .imgbox{width: 52%;height: 6.4rem;}



/* application */
.appli-solu{padding:0.6rem 0 0;margin-bottom: 0.4rem;}
.appli-solu .t-tit{font-size: 0.4rem;margin-bottom: 0.2rem;font-family: 'PoppinsBold';text-transform: uppercase;line-height: 1.2;}
.appli-solu .detail{display: flex;background-color: #f5f7ff;border-radius:0.08rem;overflow: hidden;align-items: center;}
.appli-solu .info{padding:0.2rem 0.4rem;width: 5.45rem;}
.appli-solu .title{font-size: 0.24rem;font-family: 'PoppinsSemiBold';margin-bottom: 0.25rem;}
.appli-solu .txt{font-size: 0.16rem;color:#545454;line-height: 0.22rem;}
.appli-solu .txt p{margin-bottom: 0.15rem;}
.appli-solu .list{flex:1;overflow: hidden;display: flex;}
.appli-solu .list .item{flex:1;overflow: hidden;height: 4.3rem;margin-right: 0.15rem;}
.appli-solu .list .imgbox{height: 100%;width: 100%;}
.appli-solu .list .item:last-child{margin-right: 0;}

.appli-sec{}
.appli-sec .mod{margin-bottom: 0.65rem;}
.appli-sec .detail{display: flex;background-color: #dfe9fb;border-radius:0.08rem;align-items: center;}
.appli-sec .info{width: 50%;padding:0.15rem 5%;}
.appli-sec .title{font-size: 0.4rem;font-family: 'PoppinsSemiBold';}
.appli-sec .txt{font-size: 0.16rem;color:#545454;margin-top: 0.13rem;}
.appli-sec .imgbox{width: 50%;overflow: hidden;height: 4.7rem;}
.appli-sec .imgbox .img{transition: all 1s;}
.appli-sec .imgbox:hover .img{transform: scale(1.1,1.1);}
.appli-sec .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.appli-sec .list li{text-align: center;margin-top: 0.35rem;}
.appli-sec .list .icon{height: 0.9rem;width: auto;display: block;margin:0 auto;}
.appli-sec .list .fz{font-size: 0.24rem;color:#192480;margin-top: 0.03rem;font-family: 'PoppinsMedium';}
.appli-sec .mod:nth-child(even) .detail{background-color: #bed4fd;flex-direction: row-reverse;}
.appli-sec .list.w_2{justify-content: flex-start;}
.appli-sec .list.w_2 li{margin-right: 20%;}


/* about */
.us-intro{padding:0.2rem 0 0.85rem;}
.us-intro .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.us-intro .imgbox{height: 5.8rem;width:48%;max-width: 7.8rem;}
.us-intro .info{width:48%;padding:0.5rem 0 0;}
.us-intro .smtit{font-size: 0.24rem;color:#192480;text-transform: uppercase;font-family: 'PoppinsSemiBold';line-height: 1.4;}
.us-intro .title{font-size: 0.33rem;font-family: 'PoppinsExtraBold';line-height: 1.4;margin-top: 0.05rem;}
.us-intro .txt{font-size: 0.16rem;color:#545454;line-height: 0.24rem;margin-top: 0.17rem;}
.us-intro .txt p{margin-bottom: 0.18rem;}

.us-stre{padding:1.4rem 0;background:url(../images/us_03.jpg) no-repeat center;background-size:cover;}
.us-stre .txt{font-size: 0.16rem;color:#fff;line-height: 0.24rem;text-align: center;max-width: 11.9rem;margin:0 auto;}
.us-stre .list{margin-top: 1.1rem;display: flex;justify-content: space-between;}
.us-stre .list li{text-align: center;width: calc(100% + 0.2rem);margin-left: -0.1rem;}
.us-stre .list li *{line-height: 1.2;color:#fff;font-family: 'PoppinsSemiBold';}
.us-stre .list .num{font-size: 0.24rem;}
.us-stre .list .num span{font-size: 0.54rem;}
.us-stre .list .fz{font-size: 0.18rem;margin-top: 0.15rem;}

.us-tps{margin: 0.9rem 0 1.3rem;}
.us-tps .detail{}
.us-tps .item{}
.us-tps .item .imgbox{height: 6.2rem;}
.us-tps .item .title{font-size: 0.24rem;margin-top: 0.2rem;font-family: 'PoppinsMedium';text-align: center;}
.us-tps .swiper-pagination{position: static;margin-top: 0.7rem;}
.us-tps .swiper-pagination-bullet{width: 0.11rem;height: 0.11rem;background-color: #192480;margin:0 0.15rem!important;opacity: 1;}
.us-tps .swiper-pagination-bullet-active{width: 0.5rem;border-radius:0.05rem;}


.us-global{margin-bottom: 1.1rem;}
.us-global .pub-tt{margin-bottom: 0;}
.us-global .detail{display: flex;align-items: flex-end;}
.us-global .lbox{width: 5.55rem;margin-right: 0.8rem;}
.us-global .rbox{flex:1;overflow: hidden;}
.us-global .menu{background-color: #f9f9f9;display: flex;flex-wrap: wrap;margin-top: 1.45rem;}
.us-global .menu .lk{height: 1.8rem;padding:0.38rem 0.2rem 0 0.3rem;border:1px solid #fff;width: 50%;}
.us-global .menu .ico{height: 0.58rem;width: auto;}
.us-global .menu .ico-h{display: none;}
.us-global .menu .fz{font-size: 0.18rem;margin-top: 0.1rem;font-family: 'PoppinsSemiBold';}
.us-global .imgbox{height: 6.4rem;}
.us-global .menu .lk:hover{background-color: #192480;}
.us-global .menu .lk:hover .ico-h{display: block;}
.us-global .menu .lk:hover .ico-s{display: none;}
.us-global .menu .lk:hover .fz{color:#fff;}

.us-cert{margin-bottom: 0.85rem;}
.us-cert .pub-tt .smwz{max-width: 9.9rem;}
.us-cert .swiper-pagination{position: static;margin-top: 0.7rem;}
.us-cert .swiper-pagination-bullet{width: 0.11rem;height: 0.11rem;background-color: #192480;margin:0 0.15rem!important;opacity: 1;}
.us-cert .swiper-pagination-bullet-active{width: 0.5rem;border-radius:0.05rem;}

.us-brand{padding:0.9rem 0;background-color: #f9f9f9;}
.us-brand .list{display: flex;flex-wrap: wrap;margin-left: -3%;}
.us-brand .list .item{width: 13.6%;margin:0 0 3% 3%;}
.us-brand .list .imgbox{width: 100%;height: 100%;height: 1.3rem;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.us-brand .list img{width: 100%;height: 100%;object-fit: contain;}
.us-brand .list .item:hover{box-shadow:0 0 0.2rem #e5e5e5;}


/* product */
.cp-main{padding:0.2rem 0 0.6rem;}
.cp-main .wrap{display: flex;align-items: flex-start;}

.cp-l{width: 4rem;}
.cp-r{width: calc(100% - 4rem);padding-left: 0.35rem;}

.cp-menu{border-radius:0.1rem;overflow: hidden;background-color: #fff;}
.cp-menu .t-tit{font-size: 0.3rem;color:#fff;font-family: 'PoppinsSemiBold';padding:0 0.3rem;height: 0.8rem;background-color: #192480;display: flex;align-items: center;}

.cp-menu .list{padding:0.25rem 0.3rem;}
.cp-menu .list li{margin-bottom: 0.13rem;}
.cp-menu .list li:last-child{margin-bottom: 0;}
.cp-menu .list .tit{font-size: 0.18rem;font-family: 'PoppinsMedium';line-height: 0.26rem;padding:0.08rem 0.35rem 0.08rem 0;cursor: pointer;position: relative;}
.cp-menu .list .tit::after{content:'\eaf3';position: absolute;right: 0;top: 50%;font-family: 'iconfont';color:#40535a;font-weight: bold;transform: translate(0,-50%);}
.cp-menu .list .drop{padding-left: 0.15rem;display: none;}
.cp-menu .list .lk{display: block;font-size: 0.16rem;color:#474747;line-height: 0.22rem;padding:0.06rem 0;}
.cp-menu .list .lk:hover,.cp-menu .list .lk.this{color: #192480;}
.cp-menu .list li.cur .tit{color: #192480;}
.cp-menu .list li.cur .tit::after{content:'\e870';font-size: 0.15rem;}
.cp-menu .list li.cur .drop{display: block;}


.cp-list{display: flex;flex-wrap: wrap;margin:-2.3% 0 0 -2.3%;}
.cp-list .item{border-radius:0.1rem;overflow: hidden;width: 31%;margin:2.3% 0 0 2.3%;padding:0.2rem 0.2rem;text-align: center;background-color: #fff;}
.cp-list .imgbox{height: 3.2rem;display: flex;align-items: center;justify-content: center;}
.cp-list .img{width: 100%;height: 100%;object-fit: contain;}
.cp-list .title{font-size: 0.18rem;font-family: 'PoppinsMedium';margin-top: 0.15rem;}
.cp-list .more{font-size: 0.16rem;color:#192480;font-family: 'PoppinsMedium';display: inline-block;vertical-align: middle;margin-top: 0.12rem;}
.cp-list .more::after{content:'';display: inline-block;vertical-align: middle;margin-left: 0.1rem;width: 0.11rem;height: 0.11rem;background:url(../images/appli_08.png) no-repeat center;background-size:contain;}
.cp-list .item:hover{box-shadow:0 0 0.2rem rgba(0,0,0,.1);}
.cp-list .item:hover .title{color:#192480;}


/* productDetail */
.cp-intro{padding:0.5rem 0 0.6rem;}
.cp-intro .detail{display: flex;align-items: flex-start;}
.cp-intro .slide{background-color: #fff;width: 6.4rem;border-radius:0.1rem;overflow: hidden;}
.cp-intro .slide .item{height: 6.05rem;display: flex;align-items: center;justify-content: center;}
.cp-intro .slide .img{width: 88%;height: 88%;object-fit: contain;}
.cp-intro .swiper-button{width: 0.44rem;height: 0.44rem;background:url(../images/cp_07.png) no-repeat center;background-size:contain;margin-top: -0.22rem;}
.cp-intro .swiper-button:hover{background-image:url(../images/cp_07-1.png);}
.cp-intro .swiper-button-prev{left: 0.1rem;}
.cp-intro .swiper-button-next{transform: rotate(180deg);right: 0.1rem;}
.cp-intro .swiper-pagination{bottom: 0.3rem;font-size: 0;}
.cp-intro .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;border:1px solid #a4a4a4;background-color: #fff;opacity: 1;margin:0 0.1rem!important;opacity: 1;}
.cp-intro .swiper-pagination-bullet-active{background-color: #fff;border-color:#192480;}




.cp-intro .info{padding: 3% 0 0 6%;flex:1;overflow: hidden;}
.cp-intro .title{font-size: 0.32rem;color:#192480;font-family: 'PoppinsBold';}
.cp-intro .txt{font-size: 0.16rem;color:#3a3a3a;line-height: 1.4;margin-top: 0.2rem;margin-bottom: 0.45rem;}
.cp-intro .fz{font-size: 0.16rem;line-height: 1.6;font-family: 'PoppinsMedium';margin-bottom: 0.1rem;}
.cp-intro .anniu{margin-top: 0.5rem;}




.cp-det{background-color: #fff;padding:0.65rem 0 1px;}
.cp-det .t-tit{font-size: 0.3rem;font-family: 'PoppinsSemiBold';margin-bottom: 0.2rem;}

.cp-inf{margin-bottom: 0.8rem;}
.cp-inf .table{border:1px solid #e9e9e9;}
.cp-inf .table td{font-size: 0.16rem;line-height: 0.24rem;height: 0.65rem;padding:0.2rem 0.4rem 0.2rem 0.7rem;border-bottom:1px solid #e9e9e9;text-align: left;}
.cp-inf .table .tit{color:#fff;width: 2.4rem;padding-left: 0.4rem;background-color: #192480;}

.cp-atten{margin-bottom: 0.6rem;}
.cp-atten .txt{font-size: 0.16rem;line-height: 2.2;}

.cp-video{margin-bottom: 0.55rem;}
.cp-video .videobox{height: 6.65rem;overflow: hidden;position:relative;background: #000;max-width: 14.55rem;}
.cp-video .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.cp-video .playicon{width: 1.4rem;height: 1.4rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.cp-video .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.cp-video .video{width: 100%;height: 100%;}


.cp-appli{margin-bottom: 0.25rem;}
.cp-appli .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.cp-appli .list .item{width: 31.3%;margin:0 0 2% 2%;}
.cp-appli .list .imgbox{width: 100%;height: 3.7rem;}
.cp-appli .list .title{font-size: 0.24rem;margin-top: 0.16rem;font-family: 'PoppinsMedium';text-align: center;}



.lx-di{padding:1rem 0 0.8rem;background:url(../images/cp_06.jpg) no-repeat center;background-size:cover;}
.lx-di .t-tit{font-size: 0.4rem;font-family: 'PoppinsBold';margin-bottom: 0.32rem;line-height: 1.4;}
.lx-di .form{max-width: 8.4rem;}
.lx-di .row{justify-content: space-between;}
.lx-di .item{margin-bottom: 0.2rem;width: 48.9%;}
.lx-di .ipt{border-radius:0.04rem;width: 100%;font-size: 0.16rem;}
.lx-di .ipt-txt{padding:0 0.2rem;line-height: 0.52rem;height: 0.52rem;}
.lx-di .con{height: 1.8rem;padding:0.18rem 0.2rem;line-height: 1.4;resize:none;}
.lx-di .submit{margin-top: 0.4rem;}



/* contact */
.lx-sec{padding:0.7rem 0 0.65rem;background-color: #f9f9f9;}
.lx-sec .detail{position: relative;}
.lx-sec .imgbox{max-width: 11.5rem;float:right;}

.lx-sec .form{width: 6.25rem;background-color: #192480;border-radius:0.36rem;padding:0.6rem 0.8rem 0.7rem 1.2rem;position: absolute;left: 0;top: 0;}
.lx-sec .t-tit{font-size: 0.34rem;line-height: 1.2;font-family: 'PoppinsBold';margin-bottom: 0.35rem;color:#fff;}
.lx-sec .row{margin-bottom: 0.15rem;}
.lx-sec .row .ipt{border-radius:0.04rem;width: 100%;font-size: 0.16rem;color:#fff;color:#000;}
.lx-sec .row .ipt-txt{height: 0.52rem;line-height: 0.52rem;padding:0 0.15rem;}
.lx-sec .row .con{height: 1.6rem;padding:0.15rem 0.15rem;line-height: 1.4;resize:none;}
.lx-sec .submit{margin:0.35rem 0 0;font-size: 0.18rem;color:#192480;font-family: 'PoppinsMedium';width: 2rem;line-height: 0.58rem;border-radius:.29rem;text-align: center;border:0;cursor: pointer;}
.lx-sec .submit:hover{background-color: #2662d0;color:#fff;}

.lx-way{padding:1.85rem 0 1.2rem;background-color: #fff;}
.lx-way .list{display: flex;justify-content: space-between;}
.lx-way .list li{display: flex;align-items: flex-start;width: 30%;max-width: 4.5rem;}
.lx-way .list .icon{width: 0.7rem;margin-right: 0.15rem;}
.lx-way .list .info{padding-top: 0.1rem;}
.lx-way .list .fz{font-size: 0.14rem;font-family: 'PoppinsLight';}
.lx-way .list .font{font-size: 0.2rem;line-height: 1.2;font-family: 'PoppinsMedium';margin-top: 0.04rem;}


/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: calc(100vh - 1.1rem);overflow: hidden;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);padding-bottom: 5%;}
.idx-ban .title{font-size: 0.58rem;color:#fff;font-family: 'MavenProBlack';line-height: 0.83rem;max-width: 11.7rem;text-transform: uppercase;text-shadow:0 2px 2px #000;}
.idx-ban .swiper-button{width: 0.5rem;height: 0.5rem;background-size:0.12rem;border:1px solid #fff;border-radius:50%;margin-top: -0.25rem;}
.idx-ban .swiper-button-prev{left: 0.5rem;}
.idx-ban .swiper-button-next{right: 0.5rem;}
.idx-ban .swiper-button:hover{background-color: #192480;border-color:#192480;}

.idx-ban .swiper-pagination{font-size: 0;height:auto;display: none;}


.idx-top{margin-top: -1.45rem;position: relative;z-index:80;display: flex;background-color: rgba(0,0,0,.7);}
.idx-top .lk{font-size: 0.2rem;color:#fff;font-family: 'PoppinsSemiBold';height: 1.45rem;display: flex;align-items: center;justify-content: center;flex:1;overflow: hidden;}
.idx-top .icon{height: 0.9rem;width: auto;margin-right: 0.14rem;}
.idx-top .lk:hover{background-color: #192480;}


.more-wz{font-size: 0.18rem;color:#192480;display: inline-block;vertical-align: middle;font-family: 'PoppinsMedium';line-height: 0.28rem;}
.more-wz::after{content:'';width: 0.22rem;height: 0.06rem;background:url(../images/idx_18.png) no-repeat center;background-size:contain;margin-left: 0.14rem;display: inline-block;vertical-align: middle;}
.more-wz:hover{text-decoration: underline;}


.idx-we{padding:1.15rem 0;background-color: #f6fbff;}
.idx-we .detail{display: flex;align-items: flex-start;}
.idx-we .titbox{max-width: 6.6rem;width: 45%;padding-left: 0.55rem;}
.idx-we .t-tit{font-size: 0.66rem;font-family: 'PoppinsBold';line-height: 1.2;}
.idx-we .box{flex:1;overflow: hidden;}
.idx-we .txt{font-size: 0.18rem;line-height: 1.6;}
.idx-we .more{margin-top: 0.35rem;}


.idx-solu{padding:0.7rem 0 0.9rem;}
.idx-solu .list{display: flex;flex-wrap: wrap;margin-left: -1.5%;}
.idx-solu .list .item{text-align: center;border-radius:0.1rem;border:1px solid #afafaf;width: 23.5%;margin:0 0 1.5% 1.5%;}
.idx-solu .list .imgbox{height: 3rem;border-radius:0.1rem;}
.idx-solu .list .info{padding:0 0.25rem 0.3rem;}
.idx-solu .list .icon{width: 0.72rem;height: 0.72rem;margin:-0.36rem auto 0;display: block;box-shadow:0 0 0.08rem rgba(25,36,128,.32);border-radius:50%;position: relative;z-index:10;}
.idx-solu .list .title{font-size: 0.22rem;font-family: 'PoppinsMedium';line-height: 1.3;margin-top: 0.24rem;}
.idx-solu .list .txt{font-size: 0.14rem;color:#4d4d4d;line-height: 0.22rem;-webkit-line-clamp: 2;margin-top: 0.08rem;}
.idx-solu .list .item:hover .title{color:#192480;}



.idx-cp{padding:1.1rem 0;background-color: #f9f9f9;}
.idx-cp .wrap{padding-left: 1.2rem;display: flex;align-items: flex-start;position: relative;}
.idx-cp .pub-tt{text-align: left;}
.idx-cp .lbox{width: 5.3rem;}
.idx-cp .rbox{width:calc(100% - 5.3rem);}
.idx-cp .rbox .detail{display: flex;align-items: flex-start;}
.idx-cp .swiper1{width: 5.2rem;}
.idx-cp .swiper2{width:calc(100% - 5.2rem);padding-left: 0.3rem;}


.idx-cp .menu{min-height: 4.3rem;}
.idx-cp .menu .lk{display: block;font-size: 0.2rem;color:#282828;line-height: 0.26rem;padding:0.1rem 0 0.1rem 0.14rem;margin-bottom: 0.15rem;position: relative;}
.idx-cp .menu .lk::before{content:'';background-color: #192480;width: 0.03rem;height: 0;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);transition: all 0.3s;}
.idx-cp .menu .lk.cur{color:#192480;}
.idx-cp .menu .lk.cur::before{height: 0.17rem;}

.idx-cp .item{border-bottom:1px solid #acacac;padding: 0.15rem;}
.idx-cp .item .imgbox{height: 3.8rem;border-radius:0.1rem;overflow: hidden;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.idx-cp .item .img{width: 96%;height: 96%;object-fit: contain;}
.idx-cp .item .info{padding:0.25rem 0.7rem 0.25rem 0.1rem;position: relative;}
.idx-cp .item .info::after{content:'\e76e';font-family: 'iconfont';font-size: 0.26rem;color:#000;position: absolute;right: 0.1rem;top: 50%;line-height: 0.3rem;margin-top: -0.15rem;transform: rotate(90deg);}
.idx-cp .item .title{font-size: 0.18rem;line-height: 1.3;font-family: 'PoppinsSemiBold';}
.idx-cp .item .txt{font-size: 0.16rem;color:#282828;line-height: 0.22rem;font-family: 'PoppinsLight';margin-top: 0.1rem;}
.idx-cp .item:hover .title{color:#192480;}
.idx-cp .item:hover{border-color:#192480;}

.idx-cp .swiper1 .imgbox{height: 4.95rem;box-shadow:0 0 0.15rem rgba(0,0,0,.1);}
.idx-cp .swiper1 .title{color:#192480;}
.idx-cp .swiper1 .item{border-bottom:0.02rem solid #192480;}
.idx-cp .swiper1 .item .info::after{color:#192480;}

.idx-cp .swiper2 .swiper-slide{width: 4.15rem;}

.idx-cp .swiper-container{position: static;}
.idx-cp .swiper-di{display: flex;align-items: center;position: absolute;width: 100%;left: 1.2rem;bottom: 0.4rem;width: 5.3rem;}
.idx-cp .swiper-button{width: 0.38rem;height: 0.38rem;font-size: 0.26rem;color:#192480;display: flex;align-items: center;justify-content: center;cursor: pointer;background: none;position: static;margin: 0;}
.idx-cp .swiper-button::after{content:'\e76e';font-family: 'iconfont';}
.idx-cp .swiper-button-prev{transform: rotate(-90deg);}
.idx-cp .swiper-button-next{transform: rotate(90deg);}
.idx-cp .swiper-pagination{width: 1.2rem;position: static;}

.idx-cp .swiper2 .swiper-button{display: none;}



.idx-xw{padding:0.65rem 0 0.8rem;}
.idx-xw .list{padding-bottom: 0.2rem;}
.idx-xw .list .item{border-radius:0.1rem;overflow: hidden;height: 2.75rem;width: 23.5%;margin-left: 1.5%;margin-bottom: 1.5%;float:left;position: relative;}
.idx-xw .list .imgbox{display: block;height: 100%;}
.idx-xw .list .bot{position: absolute;width: 100%;left: 0;bottom: 0;background-color: rgba(0,0,0,.5);padding:0.1rem 0.15rem;}
.idx-xw .list .title{font-size: 0.16rem;color:#fff;}
.idx-xw .list .date{font-size: 0.12rem;color:#fff;margin-top: 0.05rem;}

.idx-xw .list .hot{width: 50%;margin-left: 0;height: 5.75rem;}
.idx-xw .list .hot .bot{padding:0.3rem 0.35rem;}



.idx-train{padding:0.8rem 0 0.5rem;background:url(../images/idx_17.jpg) no-repeat center;background-size:cover;}
.idx-train .detail{display: flex;align-items: center;}
.idx-train .t-tit{font-size: 0.54rem;font-family: 'PoppinsBold';padding:0 0 0 0.8rem;width: 48%;line-height: 1.2;}
.idx-train .box{padding: 0.55rem;background-color: #fff;border-radius:0.2rem;box-shadow:0 0 0.2rem rgba(0,0,0,.1);min-height: 2.85rem;position: relative;margin-top: 0.1rem;width:52%;}
.idx-train .box::before{content:'';width: 0.58rem;height: 0.44rem;background-color: #192480;position: absolute;left: 0.68rem;top: -0.1rem;}
.idx-train .txt{font-size: 0.16rem;line-height: 0.24rem;}
.idx-train .more{margin-top: 0.4rem;}






@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.34rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}



	/* 公共部分 */
	.head .r{margin-right: 0.35rem;}

	.hd-sear .icon{width: 0.36rem;height: 0.36rem;}
	.hd-lang .font{font-size: 0.2rem;}
	.hd-lang .font i{font-size: 0.24rem;}


	.hd-nav{position: fixed;width: 100%;left: 0;top: 1.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;padding: 0;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#000;background:transparent;}

	.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;box-shadow:none;}
	.hd-nav .drop .lk{color:#000;line-height: 0.6rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.17rem;}


	.foot .wrap{flex-wrap: wrap;}
	.foot .col4{width: 50%;max-width: 100%;margin:0.5rem 0 0;}



	/* news */
	.xw-list{padding:0;}

	/* applicationDetail */
	.appli-cp .list .imgbox{height: 3rem;}


	/* about */
	.us-stre .list{flex-wrap: wrap;margin-top: 0.9rem;}
	.us-stre .list li{width: 33.3%;margin:0;padding:0.25rem 0;}

	.us-brand .list{margin-left: -2%;}
	.us-brand .list .item{width: 18%;margin:0 0 2% 2%;}


	/* product */
	.cp-l{width: 3.5rem;}
	.cp-r{width: calc(100% - 3.5rem);}

	.cp-list{justify-content: space-between;margin:-4% 0 0;}
	.cp-list .item{width: 48%;margin:4% 0 0;}
	.cp-list .imgbox{height: 2.8rem;}


	/* contact */
	.lx-sec .imgbox{max-width: 100%;}
	.lx-sec .form{position: static;width: 90%;background-color: #fff;padding:0.6rem 10%;border-radius:0.1rem;margin:0 auto;}
	.lx-sec .t-tit{color:#000;}
	.lx-sec .row .ipt{background-color: #f8f8f8;}

	.lx-way{padding:0.7rem 0;}
	.lx-way .list{flex-wrap: wrap;}
	.lx-way .list li{width: auto;min-width: 50%;padding:0.35rem 0;}


	/* index */
	.idx-we .titbox{padding-left: 0;}
	.idx-we .t-tit{font-size: 0.6rem;}

	.idx-solu .list{margin: 0;justify-content: space-between;}
	.idx-solu .list .item{width: 48%;margin:0 0 4%;}


	.idx-cp .wrap{display: block;padding: 0 4%;}
	.idx-cp .lbox{width: 100%;}
	.idx-cp .rbox{width: 100%;}
	.idx-cp .rbox .detail{display: block;}

	.idx-cp .menu{min-height: auto;margin-bottom: 0.4rem;}
	.idx-cp .menu .lk{display: inline-block;vertical-align: middle;margin:0 0.3rem 0 0;line-height: 0.32rem;font-size: 0.22rem;}

	.idx-cp .swiper2{width: 100%;padding: 0;}
	.idx-cp .swiper1{display: none;}
	.idx-cp .item{padding: 0;}










}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}




	/* 公共部分 */
	.head{height: .9rem;}
	.hd-logo .img{height: 0.55rem;}
	.head .r{margin-right: 0.25rem;}


	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}

	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font .ico{width: 0.3rem;}
	.hd-lang .font::before{width: 0.24rem;height: 0.24rem;margin-right: 0.05rem;}
	.hd-lang .drop{width: .9rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.9rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;padding: 0;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#000;background-color: transparent;}


	.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;box-shadow:none;}
	.hd-nav .drop .lk{color:#000;line-height: 0.6rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.17rem;}


	.foot{padding:0.7rem 0;}
	.foot .wrap{display: block;}
	.foot .col1,.foot .col2,.foot .col3,.foot .col4{width: 100%;max-width: 100%;margin-bottom: 0.4rem;}
	.foot .col4{margin-bottom: 0;}
	.foot .smlogo{height: 0.8rem;}
	.foot .row{border:0;padding:0.1rem 0;}
	.foot .lks{font-size: 0;margin-left: -5%;}
	.foot .lks li{display: inline-block;vertical-align: middle;margin:0 0 0.1rem 5%;min-width:15%;}
	.foot .social{margin-top: 0.35rem;}


	/* news */
	.main{padding:0.5rem 0 0.8rem;}
	.inner-ban{height: 3.2rem;}


	.xw-list{padding:0;}
	.xw-list .item{margin-bottom: 0.5rem;}
	.xw-list .imgbox{margin-right: 0.5rem;height: 3.2rem;}
	.xw-list .more{margin-top: 0.4rem;}

	.pagelist{margin-top: 0.5rem;}


	/* newsDetail */
	.xw-det .title{font-size: 0.3rem;}

	/* distributor */
	.dist-list .item{flex-direction: column-reverse!important;margin-bottom: 1rem;}
	.dist-list .item:last-child{margin-bottom:0.5rem;}
	.dist-list .imgbox{width: 100%;margin-top: 0.35rem;}
	.dist-list .info{width: 100%;}
	.dist-list .title{font-size: 0.36rem;}
	.dist-list .line{width: 0.56rem;height: 0.05rem;}
	.dist-list .txt{margin-top: 0.35rem;}

	/* solution */
	.pub-tt .bt{font-size: 0.42rem;}

	.solu-mod:last-child{margin-bottom: 0;}
	.solu-mod .list{margin:-4% 0 0;justify-content: space-between;}
	.solu-mod .list .item{width: 48%;margin:4% 0 0;padding:0.1rem 0.1rem 0;}
	.solu-mod .list .imgbox{height: 2.6rem;}
	.solu-mod .list .title{padding:0.2rem 0.15rem;}
	.solu-mod .readmore:hover{background-color: #192480;}


	/* training */
	.train-tech .list .item{width: 48.5%;}
	.train-tech .list .imgbox{height: 3rem;}
	.train-tech .list .title{font-size: 0.18rem;padding:0 0.1rem;}

	.train-online .detail{flex-direction: column-reverse;}
	.train-online .imgbox{width: 100%;margin-top: 0.3rem;}
	.train-online .info{width: 100%;}

	.train-video{margin-bottom: 0.9rem;}
	.train-video .list{margin: 0;justify-content: space-between;}
	.train-video .list .item{width: 48%;margin:0 0 4%;height: 3.6rem;}
	.train-video .list .icon{height: 0.9rem;height: 0.9rem;}


	.train-xz .list .item{padding:0 0.3rem;}


	/* applicationDetail */
	.appli-top .detail{display: block;}
	.appli-top .info{width: 100%;padding:0.4rem 0.3rem;}
	.appli-top .imgbox{width: 100%;height: auto;}
	.appli-list .info{width: 100%;}

	.appli-list .box{flex-direction: column-reverse!important;padding: 0 4%;}
	.appli-list .imgbox{width: 100%;height: 4rem;margin-top: 0.45rem;}
	.appli-list .title{font-size: 0.3rem!important;}
	.appli-list .more{margin-top: 0.5rem;}

	.appli-cp{padding:0.8rem 0;}
	.appli-cp .list{margin: 0;justify-content: space-between;}
	.appli-cp .list .item{width: 48%;margin:0 0 4%;}
	.appli-cp .list .imgbox{height: 3rem;}
	.appli-cp .list .title{font-size: 0.22rem;}


	/* solutionDetail */
	.solu-top .detail{display: block;}
	.solu-top .info{width: 100%;}
	.solu-top .row{margin-top: 0.3rem;}
	.solu-top .imgbox{width: 100%;height: auto;margin-top: 0.5rem;}


	/* application */
	.appli-solu .t-tit{font-size: 0.34rem;}
	.appli-solu .detail{padding: 0.2rem;display: block;}
	.appli-solu .info{padding: 0.15rem 0;width: 100%;}
	.appli-solu .title{margin-bottom: 0.15rem;}
	.appli-solu .list .item{margin-right: 0.1rem;height: 3.4rem;}

	.appli-sec .detail{flex-direction: column-reverse!important;padding: 0.2rem;}
	.appli-sec .imgbox{width: 100%;height: 4rem;}
	.appli-sec .info{width: 100%;padding:0.2rem 0;}
	.appli-sec .title{font-size: 0.3rem;}
	.appli-sec .txt{margin-top: 0.1rem;}

	.appli-sec .list .icon{height: 0.6rem;}
	.appli-sec .list .fz{font-size: 0.18rem;}
	.appli-sec .list.w_2{justify-content: center;}
	.appli-sec .list.w_2 li{margin-right: 5%;margin-left: 5%;}


	/* about */
	.us-intro .detail{flex-direction: column-reverse;}
	.us-intro .imgbox{width: 100%;height: auto;max-width: 100%;}
	.us-intro .info{width: 100%;}
	.us-intro .title{font-size: 0.3rem;}


	.us-stre{padding:0.8rem 0;height: 7.2rem;}
	.us-stre .list{flex-wrap: wrap;margin-top: 0.6rem;}
	.us-stre .list li{width: 33.3%;margin:0;padding:0.25rem 0;}
	.us-stre .list .num{font-size: 0.2rem;}
	.us-stre .list .num span{font-size: 0.4rem;}
	.us-stre .list .fz{font-size: 0.16rem;margin-top: 0.1rem;}

	.us-tps{margin:0.8rem 0;}
	.us-tps .item .imgbox{height: 3.2rem;}
	.us-tps .item .title{font-size: 0.2rem;}
	.us-tps .swiper-pagination{margin-top: 0.5rem;}
	.us-tps .swiper-pagination-bullet{margin:0 0.07rem!important;}
	.us-tps .swiper-pagination-bullet-active{width: 0.3rem;}


	.us-global{margin-bottom: 0.8rem;}
	.us-global .detail{display: block;}
	.us-global .lbox{width: 100%;margin:0 0 0.5rem;}
	.us-global .menu{margin-top: 0.3rem;}
	.us-global .imgbox{height: auto;}

	.us-cert{margin-bottom: 0.8rem;}
	.us-cert .swiper-pagination{margin-top: 0.5rem;}
	.us-cert .swiper-pagination-bullet{margin:0 0.07rem!important;}
	.us-cert .swiper-pagination-bullet-active{width: 0.3rem;}

	.us-brand{padding:0.8rem 0;}
	.us-brand .list{margin-left: -2%;}
	.us-brand .list .item{width: 23%;margin:0 0 2% 2%;}
	.us-brand .list .imgbox{height: 1rem;}



	/* product */
	.cp-main .wrap{display: block;}
	.cp-l{width: 100%;margin-bottom: 0.4rem;position: relative;}
	.cp-r{width: 100%;padding: 0;}

	.cp-menu{}
	.cp-menu .t-tit{font-size: 0.28rem;}
	.cp-menu .t-tit::after{content:'\e772';position: absolute;right: 0.25rem;top: 50%;font-family: 'iconfont';line-height: 0.3rem;margin-top: -0.15rem;}
	.cp-menu .t-tit.this::after{transform: rotate(180deg);}
	.cp-menu .list{position: absolute;width: 100%;left: 0;z-index:50;background-color: #fff;display: none;max-height: 4rem;overflow-y: scroll;box-shadow:0 0.1rem 0.2rem #e5e5e5;border-radius:0 0 0.1rem 0.1rem;}


	.cp-list{justify-content: space-between;margin:-4% 0 0;}
	.cp-list .item{width: 48%;margin:4% 0 0;}
	.cp-list .imgbox{height: 2.6rem;}


	/* productDetail */
	.cp-intro .detail{display: block;}
	.cp-intro .slide{width: 100%;}
	.cp-intro .info{padding:0.5rem 0 0;}


	.cp-video .videobox{height: 5.5rem;}
	.cp-video .playicon{width: 1rem;height: 1rem;}

	.cp-appli .list .item{width: 48%;}


	.lx-di{padding:0.8rem 0;}
	.lx-di .t-tit{font-size: 0.46rem;}
	.lx-di .detail{padding: 0;background:transparent;}


	/* contact */
	.lx-sec{padding:0.5rem 0 0.4rem;}
	.lx-sec .imgbox{max-width: 100%;}
	.lx-sec .form{position: static;width: 90%;background-color: #fff;padding:0.35rem 5%;border-radius:0.1rem;margin:0 auto;}
	.lx-sec .t-tit{color:#000;}
	.lx-sec .row .ipt{background-color: #f8f8f8;}
	.lx-sec .submit{margin:0.35rem auto 0;display: block;color:#fff;background-color: #192480;}

	.lx-way{padding:0.5rem 0;}
	.lx-way .list{flex-wrap: wrap;}
	.lx-way .list li{min-width: 50%;padding:0.35rem 0;width: auto;max-width: 100%;align-items: center;}
	.lx-way .list .icon{width: 0.5rem;}
	.lx-way .list .info{padding-top: 0;}
	.lx-way .list .font{font-size: 0.18rem;}


	/* index */
	.idx-ban .item{height: 4.6rem;}
	.idx-ban .swiper-button{display: none;}
	.idx-ban .swiper-pagination{display: block;bottom: 0.25rem;}
	.idx-ban .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;margin:0 0.08rem!important;}
	.idx-ban .swiper-pagination-bullet-active{background-color: #192480;}


	.idx-top{margin-top: 0;background-color: #192480;}
	.idx-top .lk{height: 0.9rem;}
	.idx-top .icon{height: 0.6rem;}

	.idx-we{padding:0.8rem 0;}
	.idx-we .detail{display: block;}
	.idx-we .titbox{padding-left: 0;width: 100%;max-width: 100%;margin-bottom: 0.25rem;}
	.idx-we .t-tit{font-size: 0.4rem;}

	.idx-solu{padding:0.7rem 0;}
	.idx-solu .list{margin: 0;justify-content: space-between;}
	.idx-solu .list .item{width: 48%;margin:0 0 4%;}

	.idx-xw .list .item{width:48.5%;}
	.idx-xw .list .hot{width: 100%;float:none;height: 5rem;}

	.idx-train .detail{display: block;}
	.idx-train .t-tit{width: 100%;padding: 0;font-size: 0.4rem;}
	.idx-train .t-tit br{display: none;}
	.idx-train .box{width: 100%;margin-top: 0.25rem;}
	.idx-train .box::before{display: none;}


	.idx-cp{padding:0.8rem 0;}
	.idx-cp .wrap{display: block;padding: 0 4%;}
	.idx-cp .lbox{width: 100%;}
	.idx-cp .rbox{width: 100%;}
	.idx-cp .rbox .detail{display: block;}

	.idx-cp .menu{min-height: auto;margin-bottom: 0.4rem;white-space: nowrap;overflow-x: scroll;width: 104%;}
	.idx-cp .menu .lk{display: inline-block;vertical-align: middle;margin:0 0.25rem 0 0;line-height: 0.32rem;font-size: 0.2rem;}

	.idx-cp .swiper2{width: 104%;padding: 0;}
	.idx-cp .swiper1{display: none;}
	.idx-cp .item{padding: 0;}




}
