@charset "utf-8";

@font-face
{font-family: BEBAS;
src: url('BEBAS.otf')}


@font-face
{font-family: PlusJakartaSansMedium;
src: url('PlusJakartaSans-Medium.ttf')}

@font-face
{font-family: PlusJakartaSansExtraBold;
src: url('PlusJakartaSans-ExtraBold.ttf')}


@font-face
{font-family: PlusJakartaSansRegular;
src: url('PlusJakartaSans-Regular.ttf')}

@font-face
{font-family: PlusJakartaSansBold;
src: url('PlusJakartaSans-Bold.ttf')}

@font-face
{font-family: PlusJakartaSansLight;
src: url('PlusJakartaSans-Light.ttf')}

@font-face
{font-family: PlusJakartaSansSemiBold;
src: url('PlusJakartaSans-SemiBold.ttf')}


@font-face
{font-family: MontserratBold;
src: url('Montserrat-Bold.ttf')}

@font-face
{font-family: MontserratExtraBold;
src: url('Montserrat-ExtraBold.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: MontserratBlack;
src: url('Montserrat-Black.ttf')}


.MontserratBold{font-family: 'MontserratBold'!important;}
.MontserratSemiBold{font-family: 'MontserratSemiBold'!important;}
.MontserratExtraBold{font-family: 'MontserratExtraBold'!important;}



@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;line-height: 1.5;}
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:'PlusJakartaSansMedium', "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{table-layout: fixed;border-collapse: collapse;border-spacing:0;width:100%;}
h3,h4,h5,h6{font-weight: normal;}
em,i,span,p,a{font-style:normal;font-family: inherit;}
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: 14.6rem;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{}
.imgbox{display: block;overflow: hidden;}
.imgbox .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{font-size: 0.18rem;color:#fff;border-radius:0.12rem;min-width: 2.2rem;line-height: 0.62rem;height: 0.62rem;background-color: #012aff;border:0;cursor: pointer;display: inline-block;vertical-align: middle;text-align: center;}
.btn:hover{background-color: #000;}

/* 公共部分 */
.head{width: 100%;left: 0;top: 0;z-index:100;height: 1rem;background-color: #fff;position: sticky;border-bottom:1px solid #e5e5e5;}
.head .wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;max-width: 15rem;}
.head .r{display: flex;align-items: center;}
.hd-logo .img{height: .8rem;width: auto;}


.hd-nav li{display: inline-block;vertical-align: middle;margin:0 0.3rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.17rem;color:#000;font-family: 'PlusJakartaSansSemiBold';line-height: 1rem;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#002aff;}

.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;width: 2rem;background-color: #fff;position: absolute;left: 0;}
.hd-nav .drop .row{position: relative;border-bottom:1px solid #efefef;}
.hd-nav .drop .tit,.hd-nav .drop .lk{color:#000;padding:0.13rem 0.15rem 0.13rem 0.2rem;line-height: 1.4;cursor: pointer;}
.hd-nav .drop .tit{font-size: 0.15rem;display: flex;justify-content: space-between;}
.hd-nav .drop .tit::after{content:'\e775';font-family: 'iconfont';}
.hd-nav .drop .subdrop{position: absolute;width: 2.05rem;left: 0;top: 0;background-color: #fff;transform: translate(97.8%,0);display: none;box-shadow:0 0 0.1rem #999;}
.hd-nav .drop .lk{display: block;border-bottom:1px solid #efefef;text-transform: capitalize;font-size: 0.15rem;}
.hd-nav .drop .row:hover .subdrop{display: block;}
.hd-nav .drop .row:hover .tit{color:#002aff;}
.hd-nav .drop .lk:hover{color:#002aff;}


.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 0.2rem;color:#000;}
.hd-sear .icon::after{content:'\e651';font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.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;margin-right: 0.05rem;font-size: 0.24rem;color:#000;background:#fff;font-weight: bold;}
.hd-sear-box .submit::after{content:'\e651';font-family: 'iconfont';}



.hd-lang{position: relative;margin-left: 0.25rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;}
.hd-lang .font i{font-size: 0.2rem;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;}

.hd-social{display: flex;padding-left: 0.3rem;}
.hd-social .icon{margin-left: 0.16rem;}
.hd-social .ico{height: 0.18rem;width: auto;display: block;}
.hd-social .ico-h{display: none;}

.head.fixed{position: fixed;background-color: rgba(255,255,255,.1);border-color:transparent;}
.head.fixed .hd-nav li>a{color:#fff;}
.head.fixed .hd-nav li.cur>a,.head.fixed .hd-nav li:hover>a{color:#cb9847;}
.head.fixed .hd-sear .icon{color:#fff;}
.head.fixed .hd-lang .font{color:#fff;}
.head.fixed .hd-social .ico-h{display: block;}
.head.fixed .hd-social .ico-s{display: none;}


.foot{padding-top: 1.25rem;margin-top:-1.25rem;background:url(../images/ft_01.jpg) no-repeat center #000;}
.foot *{font-size: 0.16rem;color:rgba(255,255,255,.8);font-family: 'PlusJakartaSansRegular';line-height: 1.8;}

.ft-t{display: flex;margin-top: 1rem;}
.ft-t .info{max-width: 3.1rem;margin-right: 10%;}
.ft-t .menu{flex:1;overflow: hidden;display: flex;justify-content: space-between;}
.ft-t .menu .col{}
.ft-t .title{font-size: 0.24rem;color:#fff;font-family: 'PlusJakartaSansExtraBold';margin-bottom: 0.12rem;}
.ft-t .lks{}
.ft-t .lks li:hover a{color:#edb963;}

.ft-c{margin-top: 0.25rem;display: flex;flex-wrap: wrap;}
.ft-c .dy{font-size: 0.28rem;color:#fff;display: flex;align-items: center;line-height: 1;margin-right: 1.25rem;}
.ft-c .dy .ico{font-size: 0.46rem;color:#edb963;margin-right: 0.1rem;font-weight: bold;line-height: 1;}
.ft-c .follow{display: flex;align-items: center;}
.ft-c .follow span{font-size: 0.24rem;color:#fff;font-family: 'PlusJakartaSansExtraBold';}
.ft-c .follow .icon{margin-left: 0.15rem;}
.ft-c .follow .ico{height: 0.44rem;width: auto;}



.ft-b{padding:0.1rem 0;margin-top: 0.6rem;display: flex;justify-content: space-between;align-items: center;}
.ft-b .lks{display: flex;}
.ft-b .lk{margin-left: 0.5rem;}
.ft-b .lk:hover{color:#edb963;}


.side-float{width: 2.75rem;position: fixed;right: 0;bottom: 15vh;z-index:90;}
.side-float .email{font-size: 0.18rem;display: flex;align-items: center;background-color: #002aff;border-radius:0.12rem;height: 0.65rem;padding:0 0.3rem;color:#fff;}
.side-float .email:before{content:'';width: 0.3rem;height: 0.3rem;background:url(../images/icon_08.png) no-repeat center;background-size:contain;margin-right: 0.08rem;}
.side-float .email:hover{background-color: #edb963;}


.pub-tt{margin-bottom: 0.4rem;}
.pub-tt .bt{font-family: 'PlusJakartaSansExtraBold';line-height: 1.2;}
.pub-tt .smwz{font-size: 0.25rem;font-family: 'PlusJakartaSansSemiBold';margin-top: 0.1rem;}
.pub-tt .smfz{font-size: 0.2rem;font-family: 'MontserratMedium';margin-top: 0.05rem;}
.pub-tt .uppercase{text-transform: uppercase;}

.fz44{font-size: 0.44rem;}
.fz46{font-size: 0.46rem;}
.fz54{font-size: 0.54rem;}
.fz68{font-size: 0.68rem;}

/* fz54和fz68可以一样大手机端中 */



/* contact */
.inner-ban{/* height:5.5rem; */position: relative;}
.inner-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);padding-top: 1rem;text-align: center;}
.inner-ban .bt{font-size: 0.54rem;color:#fff;text-transform: uppercase;font-family: 'PlusJakartaSansBold';}

.us-tab{background-color: #f4f4f4;}
.us-tab .box{display: flex;}
.us-tab .lk{font-size: 0.18rem;line-height: 0.25rem;flex:1;overflow: hidden;padding:0.25rem 0;text-align: center;position: relative;}
.us-tab .lk::after{content:'';width: 1px;height: 0.26rem;background-color: #ababab;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.us-tab .lk.cur,.us-tab .lk:hover{color:#002aff;}
.us-tab .lk:last-child::after{display: none;}

.lx-main{padding:0.75rem 0 0;}

.lx-map{position: relative;margin-bottom: 1.35rem;}
.lx-map .map{height: 7.2rem;}
.lx-map .list{background-color: #fff;border-radius:0.64rem;box-shadow:0 0 0.14rem rgba(0,0,0,.17);position: absolute;left: 0.9rem;bottom: 0.4rem;right: 0.9rem;display: flex;justify-content: space-between;align-items: center;padding:0 4%;height: 1.3rem;}
.lx-map .list li{font-size: 0.22rem;color:#000000;display: flex;align-items: center;}
.lx-map .list .ico{width: 0.48rem;margin-right: 0.14rem;}
.lx-map .list .line{width: 1px;height: 0.4rem;background-color: #dbdbdb;}


.lx-us{margin-bottom: 1.55rem;display: flex;align-items: center;justify-content: space-between;}
.lx-us .info{width: 55%;}
.lx-us .list{}
.lx-us .list li{font-size: 0.18rem;padding:0.25rem 0;line-height: 1.4;}
.lx-us .imgbox{height: 7.4rem;width: 37.8%;border-radius:0.24rem;}

.quote-sec{position: relative;z-index:20;}
.quote-sec .form{padding:0.5rem 1.25rem;border-radius:0.86rem 0.86rem 0 0; /* background: linear-gradient(to right, #cba66a , #e1c291); */display: block;margin:0 0.35rem;background:url(../images/lx_07.jpg) no-repeat center;background-size:cover;}
.quote-sec .pub-tt{margin-bottom: 0;}
.quote-sec .pub-tt .bt{text-transform: uppercase;}
.quote-sec .form{}
.quote-sec .box{margin-top: 0.5rem;}
.quote-sec .row{justify-content: space-between;}
.quote-sec .item{width: 48.5%;margin-bottom: 0.25rem;}
.quote-sec .ipt{width: 100%;border-radius:0.08rem;background-color: rgba(255,255,255,.8);font-size: 0.16rem;font-family: 'PlusJakartaSansLight';}
.quote-sec .ipt-txt{height: 0.5rem;line-height: 0.5rem;padding:0 0.2rem;}
.quote-sec .con{height: 1.6rem;padding:0.15rem 0.2rem;line-height: 1.4;resize:none;}
.quote-sec .submit{margin:0.35rem auto 0;font-size: 0.18rem;color:#fff;width: 2.7rem;line-height: 0.68rem;height: 0.68rem;background-color: #000;border-radius:0.12rem;box-shadow:0 0 0.14rem rgba(0,0,0,.3);border:0;cursor: pointer;display: block;font-family: 'PlusJakartaSansSemiBold';}
.quote-sec .submit:hover{background-color: #002aff;}


/* culture */
.cul-mission{padding:0.7rem 0 1.3rem;}
.cul-mission .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 0.3rem;margin-bottom: 1.2rem;}
.cul-mission .list .item{display: flex;align-items: flex-start;width: 46%;}
.cul-mission .list .icon{width: 0.96rem;margin-right: 0.25rem;}
.cul-mission .list .title{font-size: 0.3rem;font-family: 'MontserratBold';}
.cul-mission .list .txt{font-size: 0.16rem;color:#404040;font-family: 'MontserratMedium';margin-top: 0.08rem;}


.cul-mission .detail{display: flex;align-items: center;justify-content: space-between;}
.cul-mission .detail .imgbox{border-radius:0.53rem;width: 44%;height: 5.5rem;}
.cul-mission .detail .info{width: 50%;}
.cul-mission .detail .smtit{font-size: 0.24rem;font-family: 'MontserratBold';margin-top: 0.55rem;}
.cul-mission .detail .txt{font-size: 0.18rem;margin-top: 0.1rem;}


.cul-value{padding:0.7rem 0 1rem;background-color: #f9f9f9;}
.cul-value .pub-tt{margin-bottom: 0;}
.cul-value .list{padding-top: 1px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.cul-value .list li{display: flex;align-items: center;margin-top: 1.5rem;width: 41%;}
.cul-value .list .icon{width: 1.06rem;margin-right: 0.25rem;}
.cul-value .list .info{flex:1;width:0;position: relative;}
.cul-value .list .num{font-size: 1.44rem;line-height: 1;font-family: 'MontserratSemiBold';opacity: .04;position: absolute;width: 100%;left: 0;top: -0.8rem;}
.cul-value .list .txt{font-size: 0.34rem;font-family: 'MontserratSemiBold';}



.cul-phi{padding:0.8rem 0 1.5rem;}
.cul-phi .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cul-phi .list .item{background-color: #f7f7f7;border-radius:0.1rem;padding:0.7rem 0.6rem 0.4rem;width: 31.3%;text-align: center;}
.cul-phi .list .title{font-size: 0.25rem;font-family: 'MontserratBold';}
.cul-phi .list .txtbox{margin: 0.2rem 0 0.35rem;min-height: 1.3rem;}
.cul-phi .list .txt{font-size: 0.18rem;line-height: 0.26rem;-webkit-line-clamp: 5;}
.cul-phi .list .ico{height: 0.9rem;width: auto;display: block;margin:0 auto;}
.cul-phi .list .ico-h{display: none;}
.cul-phi .list .item:hover{background-color: #002aff;}
.cul-phi .list .item:hover *{color:#fff;}
.cul-phi .list .item:hover .ico-s{display: none;}
.cul-phi .list .item:hover .ico-h{display: block;}


/* about */
.us-top{padding:1.2rem 0 1rem;}
.us-top .wrap{padding:0 0.6rem;}
.us-top .list{display: flex;justify-content: space-between;margin-bottom: 1.3rem;flex-wrap: wrap;}
.us-top .list li{max-width: 3.2rem;}
.us-top .list .num{font-size: 0.82rem;color:#002aff;font-family: 'BEBAS';line-height: 1;}
.us-top .list .font{font-size: 0.2rem;color:#474747;margin-top: 0.25rem;}

.us-top .title{font-size: 0.32rem;font-family: 'PlusJakartaSansExtraBold';}
.us-top .txt{font-size: 0.22rem;margin-top: 0.5rem;}

.us-solu{margin-bottom: 1.1rem;}
.us-solu .list{display: flex;flex-wrap: wrap;padding-top: 0.35rem;}
.us-solu .list .item{width: 50%;}
.us-solu .list .icon{height: 0.7rem;width: auto;}
.us-solu .list .title{font-size: 0.38rem;font-family: 'MontserratExtraBold';margin-top: 0.05rem;}
.us-solu .list .txt{font-size: 0.22rem;max-width: 5.4rem;}

.us-solu .list .item:nth-child(1){border-bottom:1px solid #eee;border-right:1px solid #eee;padding-bottom: 0.7rem;}
.us-solu .list .item:nth-child(2){border-bottom:1px solid #eee;padding-left: 9%;padding-bottom: 0.7rem;}
.us-solu .list .item:nth-child(3){border-right:1px solid #eee;padding-top: 0.6rem;}
.us-solu .list .item:nth-child(4){padding-top: 0.6rem;padding-left: 9%;}


/* alselection */
.alsel-sec{padding:0.6rem 0 0.55rem;}
.alsel-sec .pub-tt{margin-bottom: 0.6rem;}

.alsel-sec .form{}
.alsel-sec .form .row{justify-content: space-between;}
.alsel-sec .form .item{width: 49%;margin-bottom: 2%;position: relative;}
.alsel-sec .form .ipt{width: 100%;border-radius:0.12rem;background-color: #fbfbfb;font-size: 0.16rem;border:1px solid #ced4da;}
.alsel-sec .form .ipt-txt{height: 0.6rem;line-height: 0.6rem;padding:0 0.2rem;}
.alsel-sec .form .con{height: 1.6rem;padding:0.15rem 0.2rem;line-height: 1.4;resize:none;}
.alsel-sec .form .submit{margin:0.35rem 0 0;}
.alsel-sec .form .upicon{width: 0.6rem;height: 0.6rem;background:url(../images/alsel_02.png) no-repeat center;background-size:0.3rem;cursor: pointer;position: absolute;right: 0.05rem;top: 0;display: block;}



/* blog */
.xw-main{margin-bottom: 0.8rem;}
.xw-top{}
.xw-top .wrap{height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;width: 100%;max-width: 16rem;}
.xw-top .top{flex:1;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;padding-top: 0.3rem;width: 100%;}
.xw-top .title{font-size: 0.48rem;color:#fff;font-family: 'PlusJakartaSansBold';max-width: 8.1rem;line-height: 1.3;}
.xw-top .txt{font-size: 0.16rem;color:#fff;margin-top: 0.3rem;max-width: 5rem;}
.xw-top .more{margin-top: 0.6rem;}
.xw-top .bot{margin-bottom: 0.3rem;display: flex;align-items: center;justify-content: space-between;width: 100%;}
.xw-top .smlogo{height: 1.2rem;width: auto;}
.xw-top .date{font-size: 0.24rem;color:#fff;line-height: 1.4;}

.xw-ban{height: 100vh;/* margin-bottom: 0.45rem; */}



.pagelist{margin-top: 0.8rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.14rem;width: 0.36rem;height: 0.36rem;margin:0 .05rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:50%;line-height: 0.36rem;color:#6e6c6c;}

.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: #002aff;}



/* blogDetail */
.xwdet-top{margin-top: 0.3rem;height: 7.4rem;overflow: hidden;}
.xwdet-top .wrap{padding:0 0.75rem;}

.xwdet-xq{padding:0 0 0.6rem;}
.xwdet-xq .edit{padding:0.65rem 0 0.8rem;font-size: 0.18rem;color:#181818;line-height: 1.6;}

.xwdet-xq .edit .title{font-size: 0.36rem;font-family: 'PlusJakartaSansBold';margin-bottom: 0.06rem;}
.xwdet-xq .edit .ic{width: 0.26rem;height: 0.26rem;border-radius:50%;margin-right: 0.15rem;}

.pagenav{padding:0.35rem 0.15rem;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display: flex;justify-content: space-between;}
.pagenav .item{font-size: 0.16rem;color:#080808;line-height: 0.4rem;width: 46%;max-width: 4.1rem;}
.pagenav .item .tit{font-size: 0.2rem;font-family: 'PlusJakartaSansBold';}
.pagenav .item .lk{font-size: 0.18rem;color:#2c2c2c;display: block;}
.pagenav .item:hover .lk{color:#012aff;}
.pagenav .item:last-child{text-align: right;}


/* honors */
.honor-sec{padding:0.6rem 0 1.2rem;}
.honor-sec .detail{padding-top: 0.4rem;}
.honor-sec .list{position: relative;padding:1.2rem 0 0;}
.honor-sec .list::after{content:'';width: 0.3rem;height: 0.3rem;background:url(../images/us_06.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: -0.05rem;transform: translate(-50%,0);margin-left: 1px;}
.honor-sec .list:before{content:'';position: absolute;left: 50%;top: 0;bottom: 0;width: 2px;background-color: #002aff;}
.honor-sec .list .item{display: flex;margin-bottom: 0.5rem;position: relative;}
.honor-sec .list .box{width: 50%;}
.honor-sec .list .title{font-size: 0.48rem;color:#002aff;font-family: 'PlusJakartaSansBold';line-height: 1.2;}
.honor-sec .list .txt{font-size: 0.18rem;margin-top: 0.08rem;}
.honor-sec .list .item:last-child{margin-bottom: 0;}

.honor-sec .list .item:nth-child(odd){justify-content: flex-end;}
.honor-sec .list .item:nth-child(odd) .box{padding-left: 0.6rem;}
.honor-sec .list .item:nth-child(even) .box{padding-right: 0.6rem;text-align: right;}

.honor-sec .list .item:before{content:'';width: 0.32rem;height: 0.58rem;background:url(../images/us_05.png) no-repeat center;background-size:contain;display: block;position: absolute;left: 50%;top: 0;z-index:10;}
.honor-sec .list .item:nth-child(even):before{transform: rotate(180deg) translate(calc(100% - 2px),0);}
.honor-sec .list .item:last-child::after{content:'';position: absolute;left: 50%;top: 0.3rem;bottom: 0;width: 2px;background-color: #fff;}


/* faq */
.faq-sear{max-width: 9.65rem;margin:0.35rem auto 0;background-color: rgba(255,255,255,.8);display: flex;align-items: center;border-radius:0.41rem;overflow: hidden;}
.faq-sear .ipt-txt{font-size: 0.18rem;line-height: 0.5rem;padding:0 0.5rem;flex:1;overflow: hidden;background:transparent;font-family: 'PlusJakartaSansRegular';}
.faq-sear .submit{width: 0.8rem;height: 0.8rem;border:0;cursor: pointer;margin-right: 0.05rem;font-weight: bold;font-size: 0.3rem;color:#012aff;}
.faq-sear .submit::after{content:'\e651';font-family: 'iconfont';}


.faq-menu{padding:0.55rem 0;border-bottom:2px solid #012aff;background-color: #fff;}
.faq-menu .box{display: flex;justify-content: space-between;}
.faq-menu .lk{font-size: 0.16rem;color:#fff;width: 19%;display: flex;align-items: center;justify-content: center;background-color: #012aff;border-radius:0.1rem;height: 0.85rem;position: relative;}
.faq-menu .lk .ico{width: 0.44rem;margin-right: 0.1rem;}
.faq-menu .lk.cur{box-shadow:0 0 0.16rem rgba(0,0,0,.56);background-color: #0428df;}
.faq-menu .lk.cur .arrow{display: block;}

.faq-menu .arrow{width: 0;height: 0;border-left: 0.34rem solid transparent;border-right: 0.34rem solid transparent;border-bottom: 0.28rem solid #012aff;position: absolute;left: 50%;bottom: -0.55rem;display: none;transform: translate(-50%,0);}
.faq-menu .arrow::after{content: "";position: absolute;top: 0.02rem;left: -0.33rem;width: 0;height: 0;border-left: 0.34rem solid transparent;border-right: 0.34rem solid transparent;border-bottom: 0.28rem solid #f7f7f7;}


.faq-main{padding:0.75rem 0 1rem;background-color: #f7f7f7;}
.faq-list{}
.faq-list .item{margin-bottom: 0.25rem;}
.faq-list .title{font-size: 0.2rem;padding:0.25rem 0.3rem;line-height: 0.28rem;border-radius:0.16rem;border:1px solid #dfdfdf;background-color: #fff;display: flex;align-items: center;cursor: pointer;}
.faq-list .title::after{content:'\eaf3';font-family: 'iconfont';width: 0.32rem;height: 0.32rem;border:1px solid #dfdfdf;border-radius:0.12rem;display: flex;align-items: center;justify-content: center;background-color: #fff;color:#000;font-size: 0.18rem;}
.faq-list .drop{display: none;padding:0.25rem 0.3rem;}
.faq-list .txt{font-size: 0.16rem;color:#141414;}


.faq-list .item.cur .title{background-color: #012aff;color:#fff;}
.faq-list .item.cur .title::after{content:'\e870';color: #012aff;font-size: 0.12rem;}
.faq-list .item.cur .drop{display: block;}


/* product */
.cp-main{padding:0.55rem 0 1.3rem;}
.cp-main .wrap{display: flex;}
.cp-l{width: 3.4rem;margin-right: 0.5rem;border-right:1px solid #9a9a9a;padding-right: 0.3rem;}
.cp-r{flex:1;overflow: hidden;}

.cp-mod{margin-bottom: 0.53rem;}
.cp-mod .title{font-size: 0.32rem;color:#121212;font-family: 'PlusJakartaSansExtraBold';display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.cp-mod .title::after{content:'\e76e';font-family: 'iconfont';font-size: 0.22rem;}
.cp-mod .title.this::after{transform: rotate(180deg);}


.cp-mod .lks{}
.cp-mod .lks li{font-size: 0.16rem;color:#313131;line-height: 1.5;margin-top: 0.14rem;}
.cp-mod .lks li a{transition: all 0s;}
.cp-mod .lks li.this,.cp-mod .lks li:hover{color:#002aff;}

.cp-tit{font-size: 0.54rem;color:#002aff;border-bottom:1px solid #9a9a9a;font-family: 'PlusJakartaSansExtraBold';line-height: 1;padding-bottom: 0.15rem;margin-bottom: 0.45rem;text-transform: uppercase;}

.cp-tt{margin-bottom: 0.25rem;}
.cp-tt .bt{font-size: 0.34rem;font-family: 'PlusJakartaSansBold';line-height: 1.2;}
.cp-tt .smwz{font-size: 0.16rem;margin-top: 0.06rem;}


.cp-elec{}
.cp-elec .list{}
.cp-elec .list .item{display: flex;align-items: center;}
.cp-elec .list .imgbox{height: 3.25rem;width: 50%;}
.cp-elec .list .info{width: 50%;padding:0.1rem 3%;}
.cp-elec .list .title{font-size: 0.22rem;font-family: 'PlusJakartaSansExtraBold';}
.cp-elec .list .txt{font-size: 0.16rem;color:#313131;margin-top: 0.22rem;}
.cp-elec .list .item:nth-child(odd) .info{padding-left: 5.5%;padding-right: 0;}
.cp-elec .list .item:nth-child(even){flex-direction: row-reverse;}

.cp-fw{margin-top: 0.8rem;}
.cp-fw .list{padding-top: 0.2rem;}
.cp-fw .list .item{display: flex;align-items: flex-start;margin-bottom: 0.45rem;}
.cp-fw .list .icon{width: 0.56rem;margin-right: 0.15rem;}
.cp-fw .list .info{flex:1;overflow: hidden;}
.cp-fw .list .title{font-size: 0.28rem;font-family: 'PlusJakartaSansBold';margin-top: 0.04rem;}
.cp-fw .list .txt{font-size: 0.16rem;margin-top: 0.08rem;}
.cp-fw .list .item:last-child{margin-bottom: 0;}

/* oem */
.oem-pic{}
.oem-pic .txt{font-size: 0.16rem;color:#767676;text-align: center;margin-bottom: 0.2rem;}
.oem-pic .pic{width: 100%;display: block;}


.oem-solu{margin-top: 0.55rem;}
.oem-solu .list{}
.oem-solu .list .item{margin-bottom: 0.5rem;position: relative;}
.oem-solu .list .item:last-child{margin-bottom: 0;}
.oem-solu .list .imgbox{height: 5.4rem;}
.oem-solu .list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:0 0.45rem 0.3rem;background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.8));display: flex;flex-direction: column;justify-content: end;align-items: flex-start;}
.oem-solu .list .title{font-size: 0.32rem;color:#fff;font-family: 'PlusJakartaSansBold';margin-bottom: 0.1rem;}
.oem-solu .list .txt{font-size: 0.16rem;color:#fff;}


/* odm */
.odm-ics{display: flex;flex-wrap: wrap;background-color: #fcfcfc;margin-top: -0.15rem;}
.odm-ics .item{width: 50%;padding:0.43rem 0.4rem;}
.odm-ics .top{font-size: 0.2rem;display: flex;align-items: center;font-family: 'PlusJakartaSansExtraBold';line-height: 1.4;}
.odm-ics .icon{width: 0.6rem;margin-right: 0.12rem;}
.odm-ics .txt{font-size: 0.16rem;color:#313131;margin-top: 0.15rem;font-family: 'MontserratMedium';}
.odm-ics .item:nth-child(2),.odm-ics .item:nth-child(3){background-color: #f8f8f8;}

.odm-sales{margin-top: 0.8rem;}
.odm-sales .list .item{margin-bottom: 0.6rem;}
.odm-sales .list .item:last-child{margin-bottom: 0;}
.odm-sales .list .img{width: 100%;display: block;margin-bottom: 0.3rem;}

.odm-sales .list .txt{font-size: 0.16rem;line-height: 1.6;}
.odm-sales .list .smtit,.odm-sales .list .tit{font-family: 'MontserratBold';line-height: 1.4;}
.odm-sales .list .smtit{font-size: 0.18rem;}
.odm-sales .list .tit{font-size: 0.22rem;}



/* index */
.idx-tt{text-align: center;margin-bottom: 0.5rem;}
.idx-tt .bt{font-size: 0.6rem;color:#000;text-transform: uppercase;font-family: 'PlusJakartaSansSemiBold';line-height: 1.3;}
.idx-tt .bt span{font-family: 'PlusJakartaSansExtraBold';}
.idx-tt .smtit{font-size: 0.38rem;font-family: 'PlusJakartaSansSemiBold';}
.idx-tt .smwz{font-size: 0.16rem;max-width: 5.8rem;margin:0.1rem auto 0;}
.idx-tt.white .bt{color:#fff;}
.idx-tt.white .bt span{color:#d9b983;}


.idx-ban{}
.idx-ban .item{height: 100vh;position: relative;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-38%);display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
.idx-ban .title{font-size: 0.86rem;color:#fff;font-family: 'PlusJakartaSansExtraBold';line-height: 1.1;}
.idx-ban .txt{font-size: 0.32rem;color:#fff;margin-top: 0.1rem;}
.idx-ban .more{margin-top: 0.7rem;}

.idx-match{background:url(../images/idx_02.jpg) no-repeat center;background-size:cover;padding:0.75rem 0 0.3rem;position: relative;}
.idx-match .idx-tt{margin-bottom: 0;}
.idx-match .detail{max-width: 11.2rem;margin:0 auto;position: relative;}
.idx-match .pic{width: 100%;display: block;}

.idx-match .grp{position: absolute;cursor: pointer;}
.idx-match .grp .circle{width: 0.26rem;height: 0.26rem;background-color: rgba(0,42,255,.1);display: block;margin:0 auto;border-radius:50%;position: relative;}
.idx-match .grp .circle:before{content:'';position: absolute;width: 0.11rem;height: 0.11rem;background-color: #002aff;border-radius:50%;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0.5;}
.idx-match .grp .fz{font-size: 0.12rem;margin-top: 0.03rem;text-align: center;position: absolute;left: 50%;transform: translate(-50%,0);white-space: nowrap;}

.idx-match .grp.cur .drop{display: block;}
.idx-match .grp.cur .circle:before{opacity: 1;}
.idx-match .grp.cur .fz{color: #002aff;}

.idx-match .drop{width: 3.5rem;height: 1.8rem;/* background:url(../images/idx_05.png) no-repeat center; */background-size:contain;position: absolute;left: 0.3rem;top: 0.15rem;transform: translate(-100%,-100%);padding:0.35rem 0.3rem;display: none;z-index: 10;}
.idx-match .drop .title{font-size: 0.16rem;text-align: center;}
.idx-match .drop .piclist{display: flex;justify-content: center;margin-top: 0.2rem;}
.idx-match .drop .picbox{width: 0.66rem;height: 0.66rem;border-radius:50%;overflow: hidden;margin:0 0.1rem;}
.idx-match .drop .tp{width: 100%;height: 100%;object-fit: cover;}


.idx-match .xinjiang{left: 20%;top: 33%;}
.idx-match .tibet{left: 25%;top: 55%;}
.idx-match .qinghai{left: 39%;top: 46%;}

.idx-match .yunnna{left: 47%;bottom: 20%;}
.idx-match .sichuan{left: 49%;top: 57%;}
.idx-match .shanxi{left: 55%;top: 44%;}
.idx-match .mongolia{left: 50%;top: 34.5%;}
.idx-match .shanxi2{right: 35%;top: 40%;}
.idx-match .hubei{right: 32%;top: 58%;}
.idx-match .hunan{right: 34%;bottom: 28%;}
.idx-match .guangdong{right: 32%;bottom: 18%;}
.idx-match .zhejiang{right: 18%;bottom: 31%;}
.idx-match .shandong{right: 25%;top: 45%;}
.idx-match .mongolia2{right: 25%;top: 25%;}
.idx-match .heilongjiang{right: 10%;top: 15%;}
.idx-match .jilin{right: 13%;top: 24.5%;}


.idx-match .bot{position: absolute;left: 5%;bottom: 5%;}
.idx-match .row{display: flex;font-size: 0.32rem;color:#fff;margin-top: 0.3rem;align-items: center;font-family: 'PlusJakartaSansBold';}
.idx-match .row .perc{width: 1.34rem;height: 1.34rem;background:url(../images/idx_02.png) no-repeat center;background-size:cover;margin-right: 0.3rem;display: flex;align-items: center;justify-content: center;}






.idx-showc{}
.idx-showc .imgbox{height: 6.3rem;position: relative;}
.idx-showc .top{display: flex;align-items: center;justify-content: space-between;padding:0.3rem 0.6rem;position: absolute;width: 100%;left: 0;top: 0;}
.idx-showc .top .tp{height: 1.15rem;width: auto;}
.idx-showc .top .smlogo{height: 0.7rem;width: auto;}

/* .idx-showc .list{display: flex;flex-wrap: wrap;}
.idx-showc .list li{height: 2.4rem;width: 33.333%;color:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.idx-showc .list li *{font-family: 'BEBAS';}
.idx-showc .list .num{font-size: 0.93rem;line-height: 1;margin:0.14rem 0 0.2rem;display: flex;}
.idx-showc .list .num i{text-shadow:0 0 0.08rem rgba(0,0,0,.2);}
.idx-showc .list .num em{font-size: 0.38rem;margin-left: 0.05rem;}
.idx-showc .list .font{font-size: 0.18rem;text-shadow:0 0 0.08rem rgba(0,0,0,.14);}

.idx-showc .list li:nth-child(1),.idx-showc .list li:nth-child(6),.idx-showc .list li:nth-child(8){background-color: #002aff;}
.idx-showc .list li:nth-child(2),.idx-showc .list li:nth-child(4),.idx-showc .list li:nth-child(9){background-color: #ffff00;color:rgba(0,0,0,0.7);}
.idx-showc .list li:nth-child(2) .num,.idx-showc .list li:nth-child(4) .num,.idx-showc .list li:nth-child(9) .num{color:#000;}
.idx-showc .list li:nth-child(3),.idx-showc .list li:nth-child(5),.idx-showc .list li:nth-child(7){background-color: #18ff00;} */

.idx-showc .list-bg{background:url(../images/list-bg.jpg) no-repeat center;background-size:cover;}
.idx-showc .list{display: flex;flex-wrap: wrap;}
.idx-showc .list li{height: 2.4rem;width: 33.333%;color:#002aff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.idx-showc .list li *{font-family: 'BEBAS';}
.idx-showc .list .num{font-size: 0.86rem;line-height: 1;margin:0.14rem 0 0.2rem;/* display: flex; */}
.idx-showc .list .num i{text-shadow:0 0 0.08rem rgba(0,0,0,.2);}
.idx-showc .list .num em{font-size: 0.44rem;margin-left: 0.05rem;}
.idx-showc .list .font,.idx-showc .list .fz{font-size: 0.18rem;text-shadow:0 0 0.08rem rgba(0,0,0,.14);color: #fff;font-family: 'PlusJakartaSansExtraBold';text-transform: uppercase;}


.idx-choose{background:url(../images/idx_09.jpg) no-repeat center;background-size:cover;padding:0.8rem 0;}
.idx-choose .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.idx-choose .list .item{border-radius:0.1rem;background-color: rgba(255,255,255,.7); backdrop-filter: blur(0.1rem);width: 49%;margin-bottom: 2%;padding:0.4rem 0.5rem 0.5rem;}
.idx-choose .list .icon{height: 1.15rem;width: auto;display: block;}
.idx-choose .list .title{font-size: 0.24rem;margin-top: 0.08rem;font-family: 'PlusJakartaSansExtraBold';}
.idx-choose .list .txt{font-size: 0.16rem;margin-top: 0.15rem;}
.idx-choose .list .item:hover{background-color: #002aff;}
.idx-choose .list .item:hover *{color:#fff;}



.idx-tiktok{background:url(/upload/de/e9973d7c3ffd5987377d85193f0268.jpg.webp) no-repeat center;background-size:cover;height: 100vh;display: flex;align-items: center;position: relative;}
.idx-tiktok .detail{}
.idx-tiktok .lbox{}
.idx-tiktok .smtit,.idx-tiktok .title{color:#fff;text-transform: uppercase;line-height: 1.1;}
.idx-tiktok .smtit{font-size: 0.35rem;}
.idx-tiktok .txtpic{height: 1.95rem;}
.idx-tiktok .title{font-size: 0.45rem;}
.idx-tiktok .txt{font-size: 0.24rem;color:#fff;margin-top: 0.15rem;}
.idx-tiktok .font{font-size: 0.26rem;color:#d3a35e;margin-top: 0.3rem;text-transform: uppercase;}
.idx-tiktok .font i{margin:0 0.15rem;}
.idx-tiktok .more{margin-top: 0.85rem;}

.idx-tiktok .tp{height: 3rem;position: absolute;left: 26%;bottom: 0.2rem;}

.idx-tiktok .list{}
.idx-tiktok .list .item{background-color: rgba(255,255,255,.5);backdrop-filter: blur(0.05rem);border-radius:0.18rem;padding:0.22rem 0;text-align: center;position: absolute;width:2.6rem;}
.idx-tiktok .list .perc{font-size: 0.38rem;color:#002aff;font-family: 'PlusJakartaSansExtraBold';}
.idx-tiktok .list .wz{font-size: 0.14rem;}
.idx-tiktok .list .item1{top: 33%;right: 32%;}
.idx-tiktok .list .item2{top: 52%;right: 6%;}
.idx-tiktok .list .item3{width:3.1rem;bottom: 15%;right: 29%;}
.idx-tiktok .list .item4{width:2.2rem;bottom: 15%;right: 11%;}




.idx-fac{height: 8.65rem;background-repeat:no-repeat;background-position:center;background-size:cover;margin-bottom: 0.8rem;position: relative;}
.idx-fac .box{position: absolute;left: 0;bottom: 0.8rem;right:0;left:6%;}
.idx-fac .fz1,.idx-fac .fz2{line-height: 1;text-transform: uppercase;}
.idx-fac .fz1{font-size: 0.95rem;color:#002aff;font-family: 'MontserratBlack';}
.idx-fac .fz2{font-size: 0.74rem;color:#fff;margin-top: 0.1rem;font-family: 'MontserratSemiBold';}


.idx-official{max-width: 1920px;margin:0 auto;}
.idx-official .list{display: flex;flex-wrap: wrap;}
.idx-official .list .item{width: 50%;height: 9.4rem;position: relative;}
.idx-official .list .box{color:#fff;position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);padding:0 0.35rem;height: 2.3rem;background:url(../images/idx_21.png) no-repeat center;background-size:100% 100%;padding:0.1rem 0.55rem 0 0.35rem;}
.idx-official .list .title{font-size: 0.28rem;font-family: 'MontserratBold';text-transform: uppercase;line-height: 1.2;}
.idx-official .list .title span{font-size: 0.62rem;text-transform: capitalize;margin-left: 0.06rem;}
.idx-official .list .txt{font-size: 0.18rem;font-family: 'PlusJakartaSansLight';line-height: 1.4;margin-top: 0.05rem;}
.idx-official .list .email{font-size: 0.27rem;font-family: 'MontserratSemiBold';position: absolute;right: 0.55rem;bottom: 0.05rem;}
.idx-official .list .mask{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.5);}

.idx-official .list .item:hover .mask{opacity: 0;}
.idx-official .list .item:hover .box{background-image:url(../images/idx_21-1.png);}


.idx-honor{padding:1rem 0 0;/* min-height: 9.2rem; */background:url(../images/idx_39.jpg) no-repeat center bottom;background-size:cover;padding:1rem 0 2.5rem;}
.idx-honor .detail{padding-top: 0.4rem;}
.idx-honor .swiper-slide {width: 3.1rem;height: 4.35rem; }
.idx-honor .swiper-slide img{display:block;width: 100%;height: 100%;}


.idx-honor .swiper-button{width: 0.46rem;height: 0.46rem;display: flex;align-items: center;justify-content: center;opacity: 0;background:#ddd;font-size: 0.22rem;color:#fff;border-radius:50%;margin: -0.23rem 0 0;}
.idx-honor .swiper-button::after{content:'\e779';font-family: 'iconfont';}
.idx-honor .swiper-button:hover{background-color: #002aff;}
.idx-honor .swiper-button-prev{left: 0;}
.idx-honor .swiper-button-next{transform: rotate(180deg);right: 0;}
.idx-honor .swiper-pagination{display: none;}
.idx-honor .swiper-container:hover .swiper-button{opacity: 1;}



.idx-partner{margin-bottom: 0.8rem;margin-top: -0.8rem;}
.idx-partner .item{/* width: 2.65rem!important;height: 1.25rem!important; */border-radius:0.12rem;box-shadow:0 0 0.1rem rgba(0,0,0,.1);display: flex;align-items: center;justify-content: center;margin-left: 0.3rem;min-width: 2.65rem;height: 1.25rem;overflow: hidden;}
.idx-partner .item .pic{width: 100%;height: 100%;object-fit: contain;}
.idx-partner .item:hover{box-shadow:0 0 0.15rem rgba(0,0,0,.2);}

.idx-partner .mod{padding:0.2rem 0;width: 100%;}
.idx-partner .mod ul{white-space: nowrap;display: flex;    flex-wrap: nowrap;}
.idx-partner .mod3{padding-left: 1rem;}

/*
.idx-partner .swiper-container{padding:0.1rem 0;}
.idx-partner .swiper-slide{width: auto;} */


.idx-fw{margin-bottom: 0.75rem;}
.idx-fw .detail{padding-left:4.3rem;}
.idx-fw .item{/* width: 10rem; */display: flex;background-color: #f5f5f5;text-align: center;}
.idx-fw .item .info{width: 50%;padding:0.4rem 6% 0;}
.idx-fw .item .icon{height: 1rem;width: auto;display: block;margin:0 auto; filter: grayscale(100%);}
.idx-fw .item .title{font-size: 0.24rem;margin-top: 0.2rem;font-family: 'PlusJakartaSansExtraBold';}
.idx-fw .item .box{padding-top: 0.1rem;}
.idx-fw .item .row{font-size: 0.16rem;font-family: 'PlusJakartaSansRegular';display: flex;align-items: flex-start;margin-top: 0.25rem;text-align: left;}
.idx-fw .item .row:before{content:'\e613';width: 0.16rem;height: 0.16rem;margin-right: 0.1rem;border-radius:50%;margin-top: 0.05rem;display: flex;align-items: center;justify-content: center;font-family: 'iconfont';background-color: #002aff;font-size: 0.1rem;color:#fff;line-height: 1;}
.idx-fw .item .more{margin-top: 0.55rem;}
.idx-fw .item .imgbox{width: 50%;height: 6.1rem;}

.idx-fw .item::after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(255,255,255,.6);}

.idx-fw .swiper-slide{width: 10rem;}
.idx-fw .swiper-pagination{display: none;}
.idx-fw .swiper-button{width: 0.56rem;height: 0.56rem;display: flex;align-items: center;justify-content: center;opacity: 0;background:#ddd;font-size: 0.24rem;color:#fff;border-radius:50%;margin: -0.28rem 0 0;}
.idx-fw .swiper-button::after{content:'\e779';font-family: 'iconfont';}
.idx-fw .swiper-button:hover{background-color: #002aff;}
.idx-fw .swiper-button-prev{left: 0;}
.idx-fw .swiper-button-next{transform: rotate(180deg);left:10rem;}
.idx-fw .swiper-container:hover .swiper-button{opacity: 1;}

.idx-fw .swiper-container{padding:0.3rem 0 0.3rem 0.3rem;}
.idx-fw .my-active-slide{box-shadow:0 0 0.28rem rgba(0,0,0,.12)}
.idx-fw .my-active-slide .item::after{display: none;}
.idx-fw .my-active-slide .item .icon{filter: grayscale(0);}









.idx-join{background:url(../images/idx_25.png) no-repeat center;background-size:cover;}
.idx-join .box{height: 3.4rem;display: flex;align-items: center;padding-top: 0.75rem;}
.idx-join .info{flex:1;overflow: hidden;display: flex;align-items: center;}
.idx-join .icon{width: 1.35rem;margin-right: 0.3rem;}
.idx-join .title{font-size: 0.48rem;font-family: 'PlusJakartaSansExtraBold';}
.idx-join .txt{font-size: 0.16rem;color:#252525;max-width: 5.7rem;margin-top: 0.1rem;}
.idx-join .more{font-size: 0.18rem;color:#fff;width: 3rem;line-height: 0.7rem;background-color: #000;border-radius:0.12rem;text-align: center;box-shadow:0 0 0.16rem rgba(0,0,0,.38);}
.idx-join .more:hover{background-color: #002aff;}

.idx-lc{padding:0.8rem 0 1rem;background:url(../images/idx_27.jpg) no-repeat center;background-size:cover;margin-bottom: 0.8rem;}
.idx-lc .auto{max-width: 12rem;margin:0 auto;}
.idx-lc .list{display: flex;flex-wrap: wrap;margin:-6% 0 0 -6%;}
.idx-lc .list .item{padding:0.3rem 0.35rem;background-color: #fff;border-radius:0.12rem;width: 27.3%;margin:6% 0 0 6%;}
.idx-lc .list .top{display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.idx-lc .list .num{font-size: 0.24rem;line-height: 1;opacity: 0.2;}
.idx-lc .list .ico{height: 0.6rem;width: auto;}
.idx-lc .list .ico-h{display: none;}
.idx-lc .list .txt{font-size: 0.18rem;margin-top: 0.35rem;}
.idx-lc .list .item:hover{background-color: #002aff;}
.idx-lc .list .item:hover .ico-s{display: none;}
.idx-lc .list .item:hover .ico-h{display: block;}
.idx-lc .list .item:hover *{color:#fff;}





.idx-review{margin-bottom: 0.6rem;}
.idx-review .list{display: flex;flex-wrap: wrap;margin:-2% 0 0 -2%;}
.idx-review .list .item{width: 31.3%;margin:2% 0 0 2%;position: relative;}
.idx-review .list .imgbox{height: 2.9rem;}
.idx-review .list .icon{width: 0.88rem;height: 0.5rem;background-color: #fff;border-radius:0.7rem 0 0 0;position: absolute;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;font-size: 0.32rem;color:#000;padding: 0.05rem 0 0 0.14rem;}
.idx-review .list .icon::after{content:'\e605';font-family: 'iconfont';display: block;line-height: 1;}

.idx-review .link{font-size: 0.2rem;color:#002aff;text-decoration: underline;display: inline-block;vertical-align: middle;margin-top: 0.5rem;}
.idx-review .link:hover{color:#000;}

.idx-review .evalbox{position: relative;}
.idx-review .evalbox{margin-top: 0.7rem;}
.idx-review .evalbox .pic{width: 100%;display: block;}
.idx-review .evalbox .ico{position: absolute;width: 0.8rem;}
.idx-review .evalbox .ico1{left: 40%;top: 16%;}
.idx-review .evalbox .ico2{width: 1.3rem;right: 6%;bottom: 6%;}
.idx-review .evalbox .ico3{left: 16%;bottom: 36%;}
.idx-review .evalbox .ico4{left: 52%;bottom: 22%;}
.idx-review .evalbox .ico5{left: 20%;top: 22%;}
.idx-review .evalbox .ico6{right: 10%;top: 26%;}




.idx-hub{margin-bottom: 1.5rem;}
.idx-hub .auto{max-width: 14.3rem;}
.idx-hub .detail{display: flex;justify-content: space-between;}
.idx-hub .list-l{width: 36.5%;}
.idx-hub .list-r{width: 60%;}

.idx-hub .list .item{border-radius:0.12rem;border:1px solid #e8e8e8;background-color: #fefefe;overflow: hidden;}
.idx-hub .list .box{display: block;}
.idx-hub .list .title{font-size: 0.24rem;-webkit-line-clamp: 3;line-height: 0.34rem;height: 1.02rem;font-family: 'PlusJakartaSansExtraBold';}
.idx-hub .list .bot{display: flex;justify-content: space-between;margin-top: 0.15rem;}
.idx-hub .list .date{font-size: 0.14rem;}
.idx-hub .list .arrow{width: 0.48rem;height: 0.48rem;border:1px solid #002aff;border-radius:50%;display: flex;align-items: center;justify-content: center;color:#002aff;font-size: 0.2rem;}
.idx-hub .list .arrow::after{content:'\e8f5';font-family: 'iconfont';display: block;transform: rotate(-45deg);}

.idx-hub .list .item:hover .arrow{color:#fff;background-color: #002aff;}


.idx-hub .list-l .imgbox{height: 3.4rem;}
.idx-hub .list-l .info{padding:0.25rem 0.25rem;}

.idx-hub .list-r .item{margin-bottom: 0.45rem;}
.idx-hub .list-r .item:last-child{margin-bottom: 0;}
.idx-hub .list-r .box{display: flex;align-items: center;}
.idx-hub .list-r .imgbox{height: 2.55rem;width: 40%;}
.idx-hub .list-r .info{flex:1;overflow: hidden;padding:0 0.3rem;}


.idx-body .idx-tt{margin-bottom: 0.8rem;}
.c-main{color:#002aff!important;}

@media screen and (min-width:2000px){
	html{font-size: 9rem!important;}
	.head .auto,.foot .auto,.idx-honor .auto{max-width: 19rem;}
.xw-top .wrap{max-width: 19rem;}
.idx-honor .swiper-slide{width: 4.1rem;height: 5.35rem;}
.idx-fw .swiper-slide{width: 16rem;}
}


@media screen and (min-width:992px) and (max-width:1199px){
	.auto,.auto1200{width: 92%;}
	html{font-size: 6rem!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.32rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}



	/* 公共部分 */
	.head{height: 0.9rem;position: sticky!important;background-color: #fff;}
	.hd-logo .img{height: 0.6rem;}

	.hd-social{display: none;}

	.hd-sear .icon{font-size: 0.24rem;}

	.hd-lang{margin-right: 0.5rem;}
	.hd-lang .font{font-size: 0.18rem;}
	.hd-lang .font i{font-size: 0.24rem;}
	.hd-lang .font::after{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-lang .lk{font-size: 0.16rem;}
	.hd-lang .ic{width: 0.22rem;}



	.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;}
	.hd-nav li>a{font-size: 0.2rem;line-height: 0.8rem;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.8rem;height: 0.8rem;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;padding-left: 5%;}
	.hd-nav .drop .row{border:0;border-top:1px solid #efefef;}
	.hd-nav .drop .tit{font-size: 0.18rem;padding:0.15rem 0.3rem 0.15rem 0.1rem;line-height: 0.4rem;}
	.hd-nav .drop .tit.this::after{transform: rotate(90deg);}
	.hd-nav .drop .row:hover .subdrop{display: none;}

	.hd-nav .drop .subdrop{position: static;width: 100%;transform: translate(0,0);box-shadow:none;}
	.hd-nav .drop .lk{font-size: 0.16rem;line-height: 0.55rem;padding:0 0.25rem;border:0;border-top:1px solid #efefef;}
	.hd-nav .drop .lk:before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;border-radius:50%;margin-right: 0.15rem;background-color: #999;}



	.foot{margin: 0;padding: 0.9rem 0 0.15rem;}
	.ft-t{margin: 0;}
	.ft-t .info{margin-right: 4%;}
	.ft-t .title{font-size: 0.2rem;}
	.ft-t .menu .col{padding-left: 5%;}
	.ft-c .follow .icon{margin-left: 0.1rem;}
	.ft-c .follow .ico{height: 0.36rem;}



	.btn{min-width: 2rem;line-height: 0.58rem;height: 0.58rem;}


	/* contact */
	.inner-ban{height: 4.2rem;}
	.inner-ban .box{padding-top: 0;}
	.inner-ban .bt{font-size: 0.5rem;}

	.lx-map{margin-bottom: 1rem;}
	.lx-map .list{position: static;box-shadow:none;height: auto;padding: 0;margin-top: 0.4rem;}
	.lx-map .list li{display: block;text-align: center;}
	.lx-map .list .ico{display: block;margin:0 auto 0.08rem;}


	.lx-us{margin-bottom: 1rem;}
	.lx-us .imgbox{width: 45%;height: 6rem;}
	.lx-us .info{width: 50%;}
	.lx-us .list li{padding:0.15rem 0;}

	.quote-sec .auto{width: 100%;}
	.quote-sec .form{margin: 0;border-radius:0;padding: 0.7rem 5%;}


	/* culture */
	.cul-mission .list .icon{width: 0.86rem;}

	.cul-value{padding:0.8rem 0;}
	.cul-value .list li{width: 47%;margin-top: 1.2rem;}
	.cul-value .list .icon{width: 0.85rem;}
	.cul-value .list .txt{font-size: 0.28rem;line-height: 1.4;}
	.cul-value .list .num{font-size: 1rem;top: -0.6rem;}

	.cul-phi{padding:0.8rem 0 1rem;}
	.cul-phi .list .item{padding: 0.4rem 0.3rem 0.4rem;}
	.cul-phi .list .ico{height: 0.65rem;}


	/* about */
	.us-top .wrap{padding: 0;}
	.us-top .list li{max-width: 31%;text-align: center;}
	.us-top .list .num{font-size: 0.7rem;}


	/* blog */
	.xw-top .wrap{padding:0 5%;}
	.xw-top .title{font-size: 0.42rem;}
	.xw-top .smlogo{height: 0.9rem;}
	.xw-top .date{font-size: 0.2rem;}
	.xw-top .more{margin-top: 0.45rem;}

	.xw-ban{margin-bottom: 0;height: calc(100vh - 0.9rem);}


	/* blogdetail */
	.xwdet-xq .edit .title{font-size: 0.32rem;}

	/* honors */
	.honor-sec .list .item{margin-bottom: 0.25rem;}
	.honor-sec .list .title{font-size: 0.44rem;}

	/* faq */
	.faq-sear{max-width: 70%;}

	.faq-menu .lk{text-align: center;}
	.faq-menu .lk .ico{display: none;}

	/* product */
	.cp-l{width: 2.6rem;}

	.cp-mod .title{font-size: 0.3rem;}


	.cp-tit{font-size: 0.5rem;}
	.cp-tt .bt{font-size: 0.32rem;}

	.cp-elec .list .txt{margin-top: 0.16rem;}

	.cp-fw .list .title{font-size: 0.26rem;}


	/* oem */

	/* odm */
	.odm-ics{display: block;}
	.odm-ics .item{width: 100%;margin-bottom: 0.15rem;}


	/* index */
	.idx-ban .item{height: calc(100vh - 0.9rem);}
	.idx-ban .title{font-size: 0.74rem;}

	.idx-tt{margin-bottom: 0.4rem;}
	.idx-tt .bt{font-size: 0.5rem;}
	.idx-tt .smtit{font-size: 0.34rem;}

	.idx-match .bot{position: static;display: flex;justify-content: space-between;padding:0 5%;}
	.idx-match .row .perc{width: 1.1rem;height: 1.1rem;margin-right: 0.15rem;}



	.idx-showc .imgbox{height: 5.5rem;}

	.idx-showc .list .num{font-size: 0.76rem;}

	.idx-choose .list .icon{height: 1rem;}

	.idx-tiktok{height: calc(100vh - 0.9rem);}
	.idx-tiktok .txtpic{height: 0.9rem;}
	.idx-tiktok .title{font-size: 0.42rem;}
	.idx-tiktok .font{font-size: 0.22rem;}

	.idx-tiktok .list .item{width: 2.1rem!important;padding:0.15rem 0;}
	.idx-tiktok .list .perc{font-size: 0.32rem;}


	.idx-tiktok .list .item1{top: 15%;right: 20%;}
	.idx-tiktok .list .item2{top: 35%;right: 1%;}
	.idx-tiktok .list .item3{bottom: 28%;right: 15%;}
	.idx-tiktok .list .item4{bottom: 10%;right: 1%;}

	.idx-fac{height: calc(100vh - 0.9rem);}
	.idx-fac .box{bottom: 0.6rem;}
	.idx-fac .fz1{font-size: 0.85rem;}
	.idx-fac .fz2{font-size: 0.64rem;}

	.idx-official .list .item{height: calc(100vh - 0.9rem);}
	.idx-official .list .item .mask{opacity: 0;display: none;}
	.idx-official .list .item .box{background:#002aff;height: auto;padding:0.15rem 0.2rem 0.4rem;min-height: 3rem;}
	.idx-official .list .title{font-size: 0.24rem;}
	.idx-official .list .title span{font-size: 0.4rem;}
	.idx-official .list .email{font-size: 0.24rem;}

	.idx-fw{margin-bottom: 0.45rem;}
	.idx-fw .detail{padding-left: 0;}
	.idx-fw .item .icon{height: 0.9rem;}
	.idx-fw .item .imgbox{height: 5.8rem;}

	.idx-fw .swiper-slide{width: 100%;}
	.idx-fw .swiper-container{padding:0.3rem 0.3rem;}
	.idx-fw .swiper-container .swiper-button{opacity: 1;}
	.idx-fw .swiper-button-prev{left: 5%;}
	.idx-fw .swiper-button-next{right: 5%;left:auto;}

	.idx-join .icon{width: 1.2rem;}
	.idx-join .title{font-size: 0.38rem;line-height: 1.3;}




	.fz46{font-size: 0.42rem;}
	.fz54{font-size: 0.5rem;}
	.fz68{font-size: 0.6rem;}

}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{width: 92%;}
	html{font-size: 6.2rem!important;}
	*{line-height: 1.4;}


	.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: 0.8rem;position: sticky;background-color: #fff;}
	.hd-logo .img{height: 0.6rem;}
	.hd-social{display: none;}

	.hd-sear .icon{font-size: 0.2rem;}

	.hd-lang{margin-right: 0.5rem;margin-left: 0.25rem;}
	.hd-lang .font{font-size: 0.17rem;}
	.hd-lang .font i{font-size: 0.21rem;}
	.hd-lang .font::after{font-size: 0.14rem;}
	.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: .85rem;}
	.hd-lang .lk{font-size: 0.16rem;}
	.hd-lang .ic{width: 0.2rem;}


	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.8rem;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;padding-left: 5%;}
	.hd-nav .drop .row{border:0;border-top:1px solid #efefef;}
	.hd-nav .drop .tit{font-size: 0.18rem;padding:0.15rem 0.3rem 0.15rem 0.1rem;line-height: 0.4rem;}
	.hd-nav .drop .tit.this::after{transform: rotate(90deg);}
	.hd-nav .drop .row:hover .subdrop{display: none;}

	.hd-nav .drop .subdrop{position: static;width: 100%;transform: translate(0,0);box-shadow:none;}
	.hd-nav .drop .lk{font-size: 0.16rem;line-height: 0.55rem;padding:0 0.25rem;border:0;border-top:1px solid #efefef;}
	.hd-nav .drop .lk:before{content:'';display: inline-block;vertical-align: middle;width: 0.06rem;height: 0.06rem;border-radius:50%;margin-right: 0.15rem;background-color: #999;}



	.foot{margin: 0;padding: 0.6rem 0 0;}
	.ft-t{margin: 0;display: block;}
	.ft-t .info{margin-right: 0;width: 100%;max-width: 100%;}
	.ft-t .title{font-size: 0.2rem;}
	.ft-t .menu{display: block;}
	.ft-t .menu .col{margin-top: 0.3rem;}
	.ft-t .lks{display: flex;flex-wrap: wrap;margin-left: -3%;}
	.ft-t .lks li{min-width: 30.3%;margin:0 0 0.1rem 3%;}
	.ft-t .lks li a{display: block;line-height: 1.6;}
	.ft-c{justify-content: space-between;}
	.ft-c .dy{margin: 0;font-size: 0.22rem;}
	.ft-c .dy .ico{width: 0.38rem;}
	.ft-c .follow span{font-size: 0.2rem;}
	.ft-c .follow .icon{margin-left: 0.1rem;}
	.ft-c .follow .ico{height: 0.3rem;}

	.ft-b{display: block;border-top:1px solid rgba(255,255,255,.1);padding:0.2rem 0;}
	.ft-b .lks{margin-top: 0.1rem;}
	.ft-b .lk{margin:0 0.2rem 0 0;}


	.btn{min-width: 1.7rem;height: 0.56rem;line-height: 0.56rem;border-radius:0.1rem;}

	/* contact */
	.inner-ban{height: 3.5rem;}
	.inner-ban .box{padding-top: 0;}
	.inner-ban .bt{font-size: 0.44rem;}

	.pub-tt{margin-bottom: 0.3rem;}
	.pub-tt .smwz{font-size: 0.2rem;line-height: 1.3;}


	.us-tab .box{justify-content: space-between;}
	.us-tab .lk{flex:initial;padding:0.22rem 0;}
	.us-tab .lk::after{display: none;}

	.lx-main{padding:0.5rem 0 0;}
	.lx-map{margin-bottom: 0.8rem;}
	.lx-map .list{position: static;box-shadow:none;height: auto;padding: 0;margin-top: 0.2rem;flex-wrap: wrap;}
	.lx-map .list li{display: block;text-align: center;padding:0.25rem 0;width: 48%;}
	.lx-map .list li:nth-child(even){display: none;}
	.lx-map .list .ico{display: block;margin:0 auto 0.08rem;width: auto;height: 0.42rem;}


	.lx-us{margin-bottom: 0.8rem;display: block;}
	.lx-us .imgbox{width: 100%;height: auto;display: none;}
	.lx-us .info{width: 100%;}
	.lx-us .list li{padding:0 0 0.25rem;}

	.quote-sec .auto{width: 100%;}
	.quote-sec .form{margin: 0;border-radius:0;padding:0.5rem 4%;}
	.quote-sec .submit{width: 2.2rem;}


	/* culture */
	.cul-mission{padding:0.8rem 0;}
	.cul-mission .list{display: block;margin-bottom: 0.8rem;}
	.cul-mission .list .item{width: 100%;margin-bottom: 0.5rem;}
	.cul-mission .list .item:last-child{margin-bottom: 0;}
	.cul-mission .list .icon{width: 0.86rem;}

	.cul-mission .detail{flex-direction: column-reverse;}
	.cul-mission .detail .imgbox{width: 100%;height: 4rem;border-radius:0.2rem;margin-top: 0.25rem;}
	.cul-mission .detail .info{width: 100%;}

	.cul-value{padding:0.8rem 0;}
	.cul-value .list li{width: 47%;margin-top: 0.8rem;}
	.cul-value .list .icon{width: 0.7rem;}
	.cul-value .list .txt{font-size: 0.22rem;line-height: 1.4;}
	.cul-value .list .num{font-size: 0.7rem;top: -0.35rem;}

	.cul-phi{padding:0.8rem 0;}
	.cul-phi .list .item{padding: 0.4rem 0.3rem 0.4rem;}
	.cul-phi .list .title{font-size: 0.22rem;line-height: 1.3;}
	.cul-phi .list .ico{height: 0.55rem;}

	/* about */
	.us-top{padding:0.8rem 0;}
	.us-top .wrap{padding: 0;}
	.us-top .list{margin-bottom: 0.6rem;}
	.us-top .list li{max-width: 31%;text-align: center;}
	.us-top .list .num{font-size: 0.54rem;}
	.us-top .list .font{font-size: 0.18rem;margin-top: 0.15rem;}

	.us-top .title{font-size: 0.28rem;}

	.us-solu{margin-bottom: 0.6rem;}
	.us-solu .list{justify-content: space-between;}
	.us-solu .list .item{border:0!important;padding:0.15rem 0 0.4rem!important;text-align: center;width: 48%;}
	.us-solu .list .icon{height: 0.6rem;}
	.us-solu .list .title{font-size: 0.29rem;}
	.us-solu .list .txt{font-size: 0.19rem;}


	/* alselection */
	.alsel-sec .form .submit{margin:0.35rem auto 0;display: block;}


	/* blog */
	.xw-top .wrap{padding:0 5%;}
	.xw-top .title{font-size: 0.34rem;}
	.xw-top .smlogo{height: 0.8rem;}
	.xw-top .date{font-size: 0.2rem;}
	.xw-top .more{margin-top: 0.45rem;}

	.xw-ban{margin-bottom: 0;height: calc(100vh - 0.8rem);}


	/* blogdetail */
	.xwdet-top{height: 6rem;}

	.xwdet-xq .edit .title{font-size: 0.28rem;line-height: 1.3;}


	.pagenav{display: block;}
	.pagenav .item{width: 100%;max-width: 100%;margin-bottom: 0.25rem;}
	.pagenav .item:last-child{text-align: left;margin-bottom: 0;}


	/* honors */
	.honor-sec .list{padding-top: 0.6rem;}
	.honor-sec .list .item{margin-bottom: 0;}
	.honor-sec .list .title{font-size: 0.34rem;}
	.honor-sec .list .item:before{width: 0.16rem;height: 0.29rem;top: 0.1rem;}
	.honor-sec .list .item:nth-child(odd) .box{padding-left: 0.3rem;}
	.honor-sec .list .item:nth-child(even) .box{padding-right: 0.3rem;}


	/* faq */
	.faq-sear{display: none;}

	.faq-menu{padding:0.35rem 0;}
	.faq-menu .lk{text-align: center;}
	.faq-menu .lk .ico{display: none;}
	.faq-menu .arrow{display: none!important;}

	.faq-main{padding:0.6rem 0;}
	.faq-list .txt{font-size: 0.18rem;}


	/* product */
	.cp-main{padding:0.2rem 0 0.8rem;}
	.cp-main .wrap{display: block;}
	.cp-l{width: 100%;border:0;padding: 0;margin-bottom: 0.5rem;}

	.cp-mod{border-bottom:1px solid #e5e5e5;margin: 0;padding: 0;}
	.cp-mod .title{font-size: 0.28rem;line-height: 0.7rem;}
	.cp-mod .lks{display: none;padding-left: 0.2rem;}
	.cp-mod .lks li{font-size: 0.19rem;margin: 0;border-bottom:1px solid #efefef;}
	.cp-mod .lks li a{display: block;padding:0.15rem 0;}
	.cp-mod .lks li:last-child{border:0;}

	.cp-mod .title::after{transform: rotate(180deg);}
	.cp-mod .title.this::after{transform: rotate(0deg);}



	.cp-tit{display: none;}
	.cp-tt .bt{font-size: 0.28rem;}

	.cp-elec .list .imgbox{height: 3rem;}
	.cp-elec .list .txt{margin-top: 0.16rem;}

	.cp-fw .list .icon{width: 0.5rem;}
	.cp-fw .list .title{font-size: 0.24rem;}


	/* oem */
	.oem-solu .list .title{font-size: 0.28rem;}


	/* odm */
	.odm-ics{display: block;}
	.odm-ics .item{width: 100%;margin-bottom: 0.15rem;background-color: #f8f8f8!important;}
	.odm-ics .top{font-size: 0.22rem;}
	.odm-ics .icon{width: 0.42rem;}
	.odm-ics .txt{font-size: 0.18rem;}

	.odm-sales .list .txt{font-size: 0.18rem;}


	/* index */
	.idx-ban .item{height: calc(100vh - 0.8rem);}
	.idx-ban .title{font-size: 0.62rem;}
	.idx-ban .txt{font-size: 0.26rem;}

	.idx-tt{margin-bottom: 0.3rem!important;}
	.idx-tt .bt{font-size: 0.38rem;}
	.idx-tt .smtit{font-size: 0.28rem;}


	.idx-match .bot{position: static;display: flex;justify-content: space-between;padding:0 3%;}
	.idx-match .row{width: 48%;font-size: 0.24rem;}
	.idx-match .row .perc{width: 0.8rem;height: 0.8rem;margin-right: 0.15rem;font-size: 0.2rem;}
	.idx-match .row em{flex:1;overflow: hidden;}
	.idx-match .drop{display: none!important;}


	.idx-showc .imgbox{height: 4.2rem;}
	.idx-showc .top{padding:0.25rem 5%;}
	.idx-showc .top .tp{height: 0.9rem;}
	.idx-showc .list li{text-align: center;padding:0 0.1rem;}
	.idx-showc .list .num{font-size: 0.54rem;}

	.idx-choose .list .item{width: 100%;margin-bottom: 0.25rem;}
	.idx-choose .list .icon{height: 1rem;}
	.idx-choose .list .txt{font-size: 0.18rem;}


	.idx-tiktok{height: auto;background-position:left center;padding:0.7rem 0;}
	.idx-tiktok .smtit{font-size: 0.3rem;}
	.idx-tiktok .txtpic{height: 0.85rem;margin:0.05rem 0;}
	.idx-tiktok .title{font-size: 0.34rem;}
	.idx-tiktok .txt{font-size: 0.22rem;}
	.idx-tiktok .font{font-size: 0.2rem;margin-top: 0.15rem;}
	.idx-tiktok .more{margin-top: 0.5rem;}
	.idx-tiktok .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 0.25rem;}
	.idx-tiktok .list .item{width: 48%!important;padding:0.23rem 0;position: static;margin-top: 0.15rem;}
	.idx-tiktok .list .perc{font-size: 0.32rem;}

	.idx-tiktok .tp{display: none;}



	.idx-fac{height: calc(100vh - 0.8rem);}
	.idx-fac .box{bottom: 0.6rem;}
	.idx-fac .fz1{font-size: 0.7rem;}
	.idx-fac .fz2{font-size: 0.54rem;}

	.idx-official .list{display: block;}
	.idx-official .list .item{height: auto;width: 100%;display: flex;margin-bottom: 0.15rem;background:#002aff;align-items: center;}
	.idx-official .list .item .img{width: 50%;height: 3.6rem;object-fit: cover;}
	.idx-official .list .item .mask{opacity: 0;display: none;}
	.idx-official .list .item .box{background:#002aff;height: auto;padding:0.1rem 0.25rem;position: static;margin: 0;transform: translate(0, 0);width: 50%;}
	.idx-official .list .title{font-size: 0.24rem;line-height: 1.2;}
	.idx-official .list .title span{font-size: 0.26rem;}
	.idx-official .list .txt{font-size: 0.16rem;}
	.idx-official .list .email{font-size: 0.2rem;position: static;margin-top: 0.15rem;display: block;}

	.idx-honor{padding:0.8rem 0;min-height: auto;background:none;}

	.idx-partner{margin-bottom: 0.8rem;margin-top: -0.3rem;}
	.idx-partner .item{width: 1.7rem;height: 1rem;min-width: 1.7rem;}

	.idx-fw{margin-bottom: 0;}
	.idx-fw .detail{padding-left: 0;}
	.idx-fw .item .icon{height: 0.6rem;}
	.idx-fw .item .imgbox{height: 5.8rem;}
	.idx-fw .item .row{margin-top: 0.05rem;}
	.idx-fw .item .more{margin-top: 0.35rem;}

	.idx-fw .swiper-slide{width: 100%;}
	.idx-fw .swiper-container{padding:0.3rem 0.3rem;}
	.idx-fw .swiper-button{opacity: 1;background-color: #012aff;width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;font-size: 0.16rem;}
	.idx-fw .swiper-button-prev{left: 2%;}
	.idx-fw .swiper-button-next{right: 2%;left:auto;}

	.idx-join .icon{width: 0.9rem;margin-right: 0.2rem;}
	.idx-join .title{font-size: 0.28rem;line-height: 1.3;}
	.idx-join .more{width: 2rem;line-height: 1.3;padding:0.15rem 0.15rem;margin-left: 0.5rem;}

	.idx-lc{padding:0.8rem 0;}
	.idx-lc .list{margin:-3% 0 0 -3%;}
	.idx-lc .list .item{width: 30.3%;margin:3% 0 0 3%;}
	.idx-lc .list .txt{margin-top: 0.25rem;}


	.idx-review .evalbox .ico{width: 0.6rem;}

	.idx-hub{margin-bottom: 0.8rem;}
	.idx-hub .detail{display: block;}
	.idx-hub .list .bot{margin-top: 0.3rem;}
	.idx-hub .list .arrow{width: 0.4rem;height: 0.4rem;}

	.idx-hub .list-l,.idx-hub .list-r{width: 100%;}
	.idx-hub .list-l .item{margin-bottom: 0.45rem;}
	.idx-hub .list-l .box{display: flex;align-items: center;}
	.idx-hub .list-l .imgbox{width: 40%;height: 2.55rem;}
	.idx-hub .list-l .info{flex:1;overflow: hidden;}


	.fz44{font-size: 0.36rem;}
	.fz46{font-size: 0.36rem;}
	.fz54{font-size: 0.44rem;}
	.fz68{font-size: 0.54rem;}

}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{width: 90%;}
	html{font-size: 6.2rem!important;}
	*{line-height: 1.4;}

	.sj-menu{position:absolute;right: 3%;top: 50%;width: .3rem;height: .3rem;margin-top: -0.15rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.28rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';font-size: 0.26rem;}


	/* 公共部分 */
	.head{height: 0.7rem;position: sticky;background-color: #fff;}
	.head.fixed{position: sticky;}
	.head .r{margin-left: 0;}
	.hd-logo .img{height: 0.45rem;}
	.hd-social{display: none;}


	.hd-sear .icon{font-size: 0.2rem;}

	.hd-lang{margin-right: 0.4rem;margin-left: 0.16rem;}
	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font i{font-size: 0.21rem;}
	.hd-lang .font::after{font-size: 0.14rem;}
	.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: .85rem;}
	.hd-lang .lk{font-size: 0.16rem;}
	.hd-lang .ic{width: 0.2rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.7rem;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.17rem;line-height: 0.6rem;padding:0 5%;font-weight: normal;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.has>a::after{display: none;}
	.hd-nav li:hover>a{color:#000;}

	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.6rem;height: 0.6rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.22rem;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;padding-left: 5%;}
	.hd-nav .drop .row{border:0;border-top:1px solid #efefef;}
	.hd-nav .drop .tit{font-size: 0.16rem;padding:0.1rem 0.25rem 0.1rem 0.1rem;line-height: 0.35rem;}
	.hd-nav .drop .tit.this::after{transform: rotate(90deg);}
	.hd-nav .drop .row:hover .subdrop{display: none;}

	.hd-nav .drop .subdrop{position: static;width: 100%;transform: translate(0,0);box-shadow:none;}
	.hd-nav .drop .lk{font-size: 0.16rem;line-height: 0.55rem;padding:0 0.15rem;border:0;border-top:1px solid #efefef;}
	.hd-nav .drop .lk:before{content:'';display: inline-block;vertical-align: middle;width: 0.05rem;height: 0.05rem;border-radius:50%;margin-right: 0.1rem;background-color: #999;}


	.foot{margin: 0;padding: 0.6rem 0 0;}
	.foot *{font-size: 0.15rem;}
	.ft-t{margin: 0;display: block;}
	.ft-t .info{margin-right: 0;width: 100%;max-width: 100%;}
	.ft-t .title{font-size: 0.19rem;}
	.ft-t .menu{display: block;}
	.ft-t .menu .col{margin-top: 0.2rem;}
	.ft-t .lks{display: flex;flex-wrap: wrap;margin-left: -3%;}
	.ft-t .lks li{min-width: 30.3%;margin:0 0 0.1rem 3%;}
	.ft-t .lks li a{display: block;line-height: 1.6;}
	.ft-c{justify-content: space-between;}
	.ft-c .dy{margin: 0 0 0.15rem;font-size: 0.2rem;}
	.ft-c .dy .ico{width: 0.38rem;}
	.ft-c .follow span{font-size: 0.2rem;}
	.ft-c .follow .icon{margin-left: 0.1rem;}
	.ft-c .follow .ico{height: 0.3rem;}

	.ft-b{display: block;border-top:1px solid rgba(255,255,255,.1);padding:0.2rem 0;margin-top: 0.4rem;text-align: center;}
	.ft-b .lks{margin-top: 0.1rem;justify-content: center;}
	.ft-b .lk{margin:0 0.1rem;}


	.btn{min-width: 1.5rem;height: 0.52rem;line-height: 0.52rem;border-radius:0.1rem;font-size: 0.17rem;}

	/* contact */
	.inner-ban{height: 2.4rem;}
	.inner-ban .box{padding-top: 0;}
	.inner-ban .bt{font-size: 0.32rem;}

	.pub-tt{margin-bottom: 0.25rem;}
	.pub-tt .smwz{font-size: 0.16rem;}
	.pub-tt .smfz{font-size: 0.17rem;line-height: 1.3;margin-top: 0.1rem;}

	.us-tab .auto{width: 96%;}
	.us-tab .box{justify-content: space-between;}
	.us-tab .lk{flex:initial;padding:0.22rem 0;font-size: 0.15rem;line-height: 1.4;}
	.us-tab .lk::after{display: none;}

	.lx-main{padding:0.4rem 0 0;}
	.lx-map{margin-bottom: 0.8rem;display: flex;flex-direction: column-reverse;}
	.lx-map .map{height: 4rem;}
	.lx-map .list{position: static;box-shadow:none;height: auto;padding: 0;margin-top: 0.2rem;flex-wrap: wrap;width: 100%;}
	.lx-map .list li{display: block;text-align: center;padding: 0;width: 100%;margin-bottom: 0.3rem;font-size: 0.2rem;}
	.lx-map .list li:nth-child(even){display: none;}
	.lx-map .list .ico{display: block;margin:0 auto 0.08rem;width: auto;height: 0.34rem;}


	.lx-us{margin-bottom: 0.5rem;display: block;}
	.lx-us .imgbox{width: 100%;height: auto;display: none;}
	.lx-us .info{width: 100%;}
	.lx-us .list li{padding:0 0 0.25rem;}

	.quote-sec .auto{width: 100%;}
	.quote-sec .form{margin: 0;border-radius:0;padding:0.5rem 4%;}
	.quote-sec .row{display: block;}
	.quote-sec .item{width: 100%;margin-bottom: 0.15rem;}
	.quote-sec .con{height: 1.2rem;}
	.quote-sec .submit{width: 1.9rem;height: 0.58rem;line-height: 0.58rem;}


	/* culture */
	.cul-mission{padding:0.6rem 0;}
	.cul-mission .list{display: block;margin-bottom: 0.6rem;padding-top: 0.15rem;}
	.cul-mission .list .item{width: 100%;margin-bottom: 0.5rem;}
	.cul-mission .list .item:last-child{margin-bottom: 0;}
	.cul-mission .list .title{font-size: 0.25rem;}
	.cul-mission .list .icon{width: 0.6rem;margin-right: 0.15rem;}

	.cul-mission .detail{flex-direction: column-reverse;}
	.cul-mission .detail .imgbox{width: 100%;height: auto;border-radius:0.16rem;margin-top: 0.25rem;}
	.cul-mission .detail .info{width: 100%;}
	.cul-mission .detail .smtit{margin-top: 0.3rem;}
	.cul-mission .detail .txt{font-size: 0.16rem;}


	.cul-value{padding:0.6rem 0;}
	.cul-value .list li{width: 100%;margin-top: 0.5rem;}
	.cul-value .list .icon{width: 0.5rem;margin-right: 0.15rem;}
	.cul-value .list .txt{font-size: 0.2rem;line-height: 1.4;}
	.cul-value .list .num{font-size: 0.5rem;top: -0.25rem;}

	.cul-phi{padding:0.6rem 0;}
	.cul-phi .list .item{padding: 0.4rem 0.3rem 0.4rem;width: 100%;margin-bottom: 0.2rem;}
	.cul-phi .list .title{font-size: 0.22rem;line-height: 1.3;}
	.cul-phi .list .ico{height: 0.5rem;}
	.cul-phi .list .item:last-child{margin-bottom: 0;}



	/* about */
	.us-top{padding:0.6rem 0;}
	.us-top .wrap{padding: 0;}
	.us-top .list{margin-bottom: 0;display: block;}
	.us-top .list li{max-width: 100%;text-align: center;margin-bottom: 0.4rem;}
	.us-top .list .num{font-size: 0.46rem;}
	.us-top .list .font{font-size: 0.17rem;margin: 0.15rem auto 0;max-width: 80%;}

	.us-top .title{font-size: 0.22rem;line-height: 1.3;}
	.us-top .txt{font-size: 0.18rem;margin-top: 0.18rem;}


	.us-solu{margin-bottom: 0.6rem;}
	.us-solu .list{justify-content: space-between;}
	.us-solu .list .item{border:0!important;padding:0rem 0 0.3rem!important;text-align: center;width: 100%;}
	.us-solu .list .icon{height: 0.5rem;}
	.us-solu .list .title{font-size: 0.25rem;}
	.us-solu .list .txt{font-size: 0.18rem;}


	/* alselection */
	.alsel-sec{padding:0.3rem 0;}
	.alsel-sec .pub-tt{margin-bottom: 0.3rem;}
	.alsel-sec .form .row{display: block;}
	.alsel-sec .form .item{width: 100%;margin-bottom: 0.15rem;}
	.alsel-sec .form .ipt{border-radius:0.1rem;}
	.alsel-sec .form .ipt-txt{height: 0.5rem;line-height: 0.5rem;}
	.alsel-sec .form .upicon{width: 0.5rem;height: 0.5rem;background-size: 0.24rem;}
	.alsel-sec .form .submit{margin:0.35rem auto 0;display: block;min-width: 1.8rem;height: 0.58rem;line-height: 0.58rem;}


	/* blog */
	.xw-top .wrap{padding:0 5%;}
	.xw-top .title{font-size: 0.24rem;}
	.xw-top .smlogo{height: 0.65rem;}
	.xw-top .date{font-size: 0.16rem;}
	.xw-top .more{margin-top: 0.45rem;}

	.xw-ban{margin-bottom: 0;height: calc(100vh - 0.7rem);}

	.xw-main{margin-bottom: 0.5rem;}
	.pagelist{margin-top: 0.5rem;}


	/* blogdetail */
	.xwdet-top{height: auto;padding-top: 0.6rem;padding-bottom: 0.3rem;}
	.xwdet-top .top{padding-top: 0;}
	.xwdet-top .bot{margin:0.6rem 0 0;}

	.xwdet-xq{padding:0 0 0.4rem;}
	.xwdet-xq .edit{padding:0.4rem 0;line-height: 1.5;font-size: 0.17rem;}
	.xwdet-xq .edit .title{font-size: 0.2rem;line-height: 1.3;}
	.xwdet-xq .edit .ic{width: 0.2rem;height: 0.2rem;margin-right: 0.1rem;}

	.pagenav{display: block;padding:0.25rem 0;}
	.pagenav .item{width: 100%;max-width: 100%;margin-bottom: 0.25rem;}
	.pagenav .item:last-child{text-align: left;margin-bottom: 0;}
	.pagenav .item .lk{font-size: 0.16rem;}


	/* honors */
	.honor-sec{padding:0.6rem 0;}
	.honor-sec .detail{padding-top: 0.2rem;}
	.honor-sec .list{padding-top: 0.4rem;}
	.honor-sec .list:before{left: 0;}
	.honor-sec .list::after{left: 0;}
	.honor-sec .list .item{margin-bottom: 0.3rem;}
	.honor-sec .list .box{width: 100%;}
	.honor-sec .list .title{font-size: 0.26rem;}
	.honor-sec .list .item:before{width: 0.16rem;height: 0.29rem;top: 0;left: 0;}
	.honor-sec .list .item:nth-child(odd) .box{padding: 0 0 0 0.3rem;}
	.honor-sec .list .item:nth-child(even) .box{padding: 0 0 0 0.3rem;text-align: left;}
	.honor-sec .list .item:nth-child(even):before{transform: rotate(0deg);}
	.honor-sec .list .item:last-child::after{left: -2px;width: 5px;top: 0.1rem;}



	/* faq */
	.faq-sear{display: none;}

	.faq-menu{padding:0.2rem 0;}
	.faq-menu .auto{width: 96%;}
	.faq-menu .box{flex-wrap: wrap;justify-content: flex-start;}
	.faq-menu .lk{text-align: center;width: 31.3%;margin:0.05rem 1%;}
	.faq-menu .lk .ico{display: none;}
	.faq-menu .arrow{display: none!important;}

	.faq-main{padding:0.4rem 0;}
	.faq-list .item{margin-bottom: 0.15rem;}
	.faq-list .title{font-size: 0.18rem;padding: 0.2rem 0.2rem;line-height: 1.4;border-radius: 0.1rem;}
	.faq-list .drop{padding:0.15rem 0.15rem 0;}



	/* product */
	.cp-main{padding:0.1rem 0 0.8rem;}
	.cp-main .wrap{display: block;}
	.cp-l{width: 100%;border:0;padding: 0;margin: 0 0 0.5rem;}

	.cp-mod{border-bottom:1px solid #e5e5e5;margin: 0;padding: 0;}
	.cp-mod .title{font-size: 0.23rem;line-height: 0.6rem;}
	.cp-mod .lks{display: none;padding-left: 0.15rem;}
	.cp-mod .lks li{font-size: 0.18rem;margin: 0;border-bottom:1px solid #efefef;}
	.cp-mod .lks li a{display: block;padding:0.1rem 0;}
	.cp-mod .lks li:last-child{border:0;}

	.cp-mod .title::after{transform: rotate(180deg);}
	.cp-mod .title.this::after{transform: rotate(0deg);}



	.cp-tit{display: none;}
	.cp-tt{margin-bottom: 0.15rem;}
	.cp-tt .bt{font-size: 0.25rem;}

	.cp-elec .list .item{display: block;}
	.cp-elec .list .imgbox{height: 2.4rem;width: 100%;}
	.cp-elec .list .info{width: 100%;padding:0.2rem 0!important;}
	.cp-elec .list .title{font-size: 0.22rem;}
	.cp-elec .list .txt{margin-top: 0.1rem;font-size: 0.17rem;}

	.cp-fw{margin-top: 0.5rem;}
	.cp-fw .list .item{margin-bottom: 0.25rem;}
	.cp-fw .list .icon{width: 0.42rem;}
	.cp-fw .list .title{font-size: 0.22rem;}
	.cp-fw .list .txt{font-size: 0.17rem;}

	/* oem */
	.oem-solu .list .item{margin-bottom: 0.2rem;}
	.oem-solu .list .imgbox{height: auto;}
	.oem-solu .list .title{font-size: 0.24rem;}
	.oem-solu .list .shade{padding:0.15rem 0 0.3rem;position: static;background:#fff;}
	.oem-solu .list .shade *{color:#000;}


	/* odm */
	.odm-ics{display: block;}
	.odm-ics .item{width: 100%;margin-bottom: 0.15rem;background-color: #f8f8f8!important;padding:0.35rem 0.25rem;}
	.odm-ics .top{font-size: 0.22rem;display: block;}
	.odm-ics .icon{width: 0.42rem;display: block;margin-bottom: 0.12rem;}

	.odm-sales{margin-top: 0.5rem;}


	/* index */
	.idx-ban .item{/* height: calc(100vh - 0.7rem); */height: auto;}
	.idx-ban .title{font-size: 0.5rem;}
	.idx-ban .txt{font-size: 0.22rem;}

	.idx-tt{margin-bottom: 0.4rem!important;}
	.idx-tt .bt{font-size: 0.3rem;}
	.idx-tt .smtit{font-size: 0.22rem;}

	.idx-match{padding:0.5rem 0 0.3rem;}
	.idx-match .grp .circle{width: 0.18rem;height: 0.18rem;}
	.idx-match .grp .circle:before{width: 0.08rem;height: 0.08rem;}
	.idx-match .grp .fz{display: none;}

	.idx-match .drop{display: none!important;}

	.idx-match .bot{position: static;padding:0 5%;}
	.idx-match .row{font-size: 0.22rem;margin-top: 0.2rem;}
	.idx-match .row .perc{width: 0.86rem;height: 0.86rem;margin-right: 0.1rem;}
	.idx-match .row em{flex:1;overflow: hidden;}




	.idx-showc .imgbox{height: 3rem;}
	.idx-showc .top{padding:0.25rem 5%;}
	.idx-showc .top .tp{height: 0.6rem;}
	.idx-showc .top .smlogo{height: 0.5rem;}
	.idx-showc .list li{text-align: center;padding:0 0.1rem;width: 50%!important;border-bottom:1px solid #fff;}
	.idx-showc .list .num{font-size: 0.4rem;}
	.idx-showc .list .font{font-size: 0.16rem;}

	.idx-choose{padding:0.5rem 0;}
	.idx-choose .list .item{width: 100%;margin-bottom: 0.2rem;padding:0.3rem 0.25rem;}
	.idx-choose .list .title{font-size: 0.22rem;}
	.idx-choose .list .icon{height: 0.85rem;}
	.idx-choose .list .txt{font-size: 0.18rem;}


	.idx-tiktok{height: auto;background-position:left center;padding:0.6rem 0;}
	.idx-tiktok .smtit{font-size: 0.24rem;}
	.idx-tiktok .txtpic{height: 0.85rem;margin:0.05rem 0;}
	.idx-tiktok .title{font-size: 0.3rem;}
	.idx-tiktok .txt{font-size: 0.2rem;}
	.idx-tiktok .font{font-size: 0.18rem;margin-top: 0.15rem;}
	.idx-tiktok .font i{margin:0;}
	.idx-tiktok .more{margin-top: 0.45rem;}
	.idx-tiktok .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 0.25rem;}
	.idx-tiktok .list .item{width: 48%!important;padding:0.23rem 0;position: static;margin-top: 0.15rem;border-radius:0.1rem;}
	.idx-tiktok .list .wz br{display: none;}
	.idx-tiktok .list .perc{font-size: 0.28rem;}

	.idx-tiktok .tp{display: none;}



	.idx-fac{height: 5rem;margin-bottom: 0.4rem;}
	.idx-fac .box{bottom: 0.4rem;}
	.idx-fac .fz1{font-size: 0.44rem;}
	.idx-fac .fz2{font-size: 0.34rem;}

	.idx-official .list{display: block;}
	.idx-official .list .item{height: auto;width: 100%;margin-bottom: 0.15rem;background:#002aff;}
	.idx-official .list .item .img{width: 100%;height: auto;}
	.idx-official .list .item .mask{opacity: 0;display: none;}
	.idx-official .list .item .box{background:#002aff;height: auto;padding:0.25rem 5%;position: static;margin: 0;transform: translate(0, 0);width: 100%;}
	.idx-official .list .title{font-size: 0.2rem;line-height: 1.2;}
	.idx-official .list .title span{font-size: 0.3rem;}
	.idx-official .list .txt{font-size: 0.16rem;}
	.idx-official .list .email{font-size: 0.2rem;position: static;margin-top: 0.15rem;display: block;}

	.idx-honor{padding:0.5rem 0 0.7rem;min-height: auto;background:none;}
	.idx-honor .idx-tt{padding:0 5%;}
	.idx-honor .auto{width: 100%;}
	.idx-honor .detail{padding-top: 0.2rem;}
	.idx-honor .swiper-slide {width: 2.5rem!important;height: 3.5rem!important; }


	.idx-partner{margin-bottom: 0.6rem;margin-top: 0;}
	.idx-partner .item{width: 1.4rem;height: 0.7rem;min-width: 1.2rem;margin-left: 0.2rem;}

	.idx-partner .mod{padding:0.1rem 0;}


	.idx-fw{margin-bottom: 0.6rem;}
	.idx-fw .detail{padding-left: 0;}
	.idx-fw .item{flex-direction: column-reverse;}
	.idx-fw .item .imgbox{height: 2.4rem;width: 100%;}
	.idx-fw .item .info{width: 100%;padding:0.3rem 0.2rem;}
	.idx-fw .item .icon{height: 0.5rem;}
	.idx-fw .item .title{font-size: 0.22rem;}
	.idx-fw .item .box{display: none;}
	.idx-fw .item .row{margin-top: 0.05rem;}
	.idx-fw .item .more{margin-top: 0.35rem;}

	.idx-fw .swiper-slide{width: 100%;}
	.idx-fw .swiper-container{padding:0 5%;}
	.idx-fw .swiper-button{opacity: 1;background-color: #012aff;width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;font-size: 0.16rem;display: none;}
	.idx-fw .swiper-button-prev{left: 2%;}
	.idx-fw .swiper-button-next{right: 2%;left:auto;}
	.idx-fw .my-active-slide{box-shadow:none;}


	.idx-join{background: #d3b179;}
	.idx-join .box{display: block;height: auto;padding: 0.5rem 0;}
	.idx-join .info{display: block;text-align: center;}
	.idx-join .icon{width: 0.7rem;margin:0 auto;}
	.idx-join .title{font-size: 0.26rem;line-height: 1.3;margin-top: 0.15rem;}
	.idx-join .more{width: 3rem;margin:0.4rem auto 0;display: block;line-height: 0.6rem;}

	.idx-lc{padding:0.4rem 0 0.6rem;margin-bottom: 0.4rem;}
	.idx-lc .list{margin:0;}
	.idx-lc .list .item{width: 100%;margin:0 0 0.15rem;}
	.idx-lc .list .txt{margin-top: 0.25rem;}

	.idx-review{margin-bottom: 0.4rem;}
	.idx-review .list{display: block;margin: 0;}
	.idx-review .list .item{width: 100%;margin:0 0 0.15rem;}
	.idx-review .list .imgbox{height: 2.2rem;}
	.idx-review .list .icon{width: 0.6rem;height: 0.4rem;font-size: 0.2rem;}
	.idx-review .link{margin-top: 0.3rem;}
	.idx-review .evalbox{margin-top: 0.4rem;}
	.idx-review .evalbox .ico{width: 0.3rem;}


	.idx-hub{margin-bottom: 0.6rem;}
	.idx-hub .detail{display: block;}
	.idx-hub .list .item{margin:0 0 0.2rem!important;}
	.idx-hub .list .title{font-size: 0.22rem;line-height: 1.4;height: auto;}
	.idx-hub .list .bot{margin-top: 0.3rem;align-items: center;}
	.idx-hub .list .arrow{width: 0.34rem;height: 0.34rem;font-size: 0.14rem;}
	.idx-hub .list .date{font-size: 0.16rem;}

	.idx-hub .list-l,.idx-hub .list-r{width: 100%;}
	.idx-hub .list-l .imgbox{height: 3rem;}
	.idx-hub .list-l .info{padding:0.2rem 0.25rem;}

	.idx-hub .list-r .box{display: block;}
	.idx-hub .list-r .imgbox{width: 100%;height: 3rem;}
	.idx-hub .list-r .info{padding:0.2rem 0.25rem;}
	/* .idx-hub .list-l,.idx-hub .list-r{width: 100%;}
	.idx-hub .list-l .item{margin-bottom: 0.45rem;}
	.idx-hub .list-l .box{display: flex;align-items: center;}
	.idx-hub .list-l .imgbox{width: 40%;height: 2.55rem;}
	.idx-hub .list-l .info{flex:1;overflow: hidden;} */

	.side-float{width: 0.44rem;}
	.side-float .email{font-size: 0;height: 0.44rem;padding: 0;border-radius:0.08rem 0 0 0.08rem;display: flex;align-items: center;justify-content: center;}
	.side-float .email:before{margin-right: 0;width: 0.24rem;height: 0.24rem;}

	.fz44{font-size: 0.26rem;}
	.fz46{font-size: 0.28rem;}
	.fz54{font-size: 0.32rem;}
	.fz68{font-size: 0.34rem;}



}