@charset "utf-8";

/* @font-face
{font-family: HarmonyOSMedium;
src: url('HarmonyOS_SansSC_Medium.ttf')}

@font-face
{font-family: HarmonyOSRegular;
src: url('HarmonyOS_SansSC_Regular.ttf')}

@font-face
{font-family: HarmonyOSBold;
src: url('HarmonyOS_SansSC_Bold.ttf')} */
@font-face
{font-family: HarmonyOSMedium;
src: url('Lexend-Medium.ttf');font-weight:500;font-style:normal;font-display:swap;}

@font-face
{font-family: HarmonyOSRegular;
src: url('Lexend-Regular.ttf');font-weight:400;font-style:normal;font-display:swap;}

@font-face
{font-family: HarmonyOSBold;
src: url('Lexend-SemiBold.ttf');font-weight:600;font-style:normal;font-display:swap;}
/* @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:'HarmonyOSRegular','Microsoft YaHei','PingFang SC',sans-serif;font-weight:400;}
img{border:0;display: inline-block;vertical-align: middle;height: auto;max-width: 100%;}
.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%}
h1,h2,h3,h4,h5,h6{font-weight:400;}
strong,b{font-family:'HarmonyOSBold';font-weight:600;}
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.2rem;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{width: 100%;display: block;height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background:#fff;overflow-x:hidden;color:#20252b;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}
.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: fill;}
/* 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:#a9a9a9;}
:-moz-placeholder{color:#a9a9a9;}
::-moz-placeholder{color:#a9a9a9;}
:-ms-input-placeholder{color:#a9a9a9;}

.btn{font-size:0.15rem;color:#fff;line-height:0.48rem;background-color:#19D6F8;border-radius:.25rem;cursor:pointer;border:0;display:inline-block;vertical-align:middle;padding:0 0.28rem;text-align:center;font-family:'HarmonyOSMedium';font-weight:500;}
.btn.arr::after{content:'';display: inline-block;vertical-align: middle;width: 0.13rem;height: 0.13rem;background:url(../images/icon_01-1.png) no-repeat center;background-size:contain;margin-left: 0.08rem;margin-top: -0.02rem;}
.btn:hover{background-color: #2662d0;}

.btn.white{background-color: #fff;color:#19D6F8;}
.btn.white.arr::after{background-image:url(../images/icon_01.png);}
.btn.white:hover{color:#fff;background-color: #2662d0;}
.btn.white.arr:hover::after{background-image:url(../images/icon_01-1.png);}

/* 公共部分 */
.head{height: 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;}
.head .r{display: flex;align-items: center;}

.hd-lang{margin-left: .2rem;display: flex;align-items: center;}
.hd-lang a {padding: 0 .02rem;margin-left: .2rem;}
.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.hd-sear .icon::after{content:'\e651';font-size: 0.2rem;color:#070707;font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.17rem;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-logo .img{height: .4rem;width: auto;}

.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.45rem;position: relative;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display:block;font-size:0.16rem;color:#20252b;line-height:.34rem;position:relative;padding:0 0.1rem;font-family:'HarmonyOSRegular';font-weight:400;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#19D6F8;font-family:'HarmonyOSMedium';font-weight:500;}


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 3.4rem;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: -0.7rem;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.22rem;display: block;text-align: left;padding:.1rem ;}
.hd-nav .drop .lk:hover{color:#192480;}
.hd-nav .drop .lk:last-child{border-bottom:none;}
.hd-nav .product-drop{width:3.5rem;left:50%;margin-left:-1.75rem;overflow:visible;}
.product-drop-item{position:relative;}
.hd-nav .product-drop .product-drop-link{position:relative;padding-right:0.38rem;}
.hd-nav .product-drop .product-drop-item.has-sub>.product-drop-link::after{content:'›';position:absolute;right:0.16rem;top:50%;transform:translateY(-50%);font-size:0.2rem;color:#8a949d;line-height:1;}
.hd-nav .product-drop .product-drop-item:hover>.product-drop-link{color:#19D6F8;background-color:#f4f9fd;}
.product-submenu{position:absolute;left:calc(100% + 0.1rem);top:-0.12rem;width:3.5rem;padding:0.12rem 0;border-radius:0.06rem;background-color:#fff;box-shadow:0 0.08rem 0.24rem rgba(23,55,77,.14);opacity:0;visibility:hidden;transform:translateX(-0.08rem);transition:opacity .25s,visibility .25s,transform .25s;}
.product-drop-item:hover>.product-submenu{opacity:1;visibility:visible;transform:translateX(0);}
.hd-nav .product-submenu .product-submenu-link{display:block;padding:0.1rem 0.18rem;font-size:0.14rem;line-height:1.45;color:#3f474f;font-family:'HarmonyOSRegular';font-weight:400;}
.hd-nav .product-submenu .product-submenu-link:hover{color:#19D6F8;background-color:#f4f9fd;}


.head .r{display: flex;align-items: center;}
.hd-lx{margin-left: 0.25rem;
	border-radius: 0.2rem;
	font-size: 0.15rem;
	line-height: 0.2rem;
	text-align: center;
	padding: 0.08rem;
	color:#fff;
	background-color: #19D6F8;
}
.hd-lx:hover,.hd-lx.cur{background-color:#0054a6;}
.head .r {
    display: flex;
    align-items: center;
	margin-left: .5rem;
}
.hd-lang .font {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.16rem;
    color: #000;
}
.hd-lang .font .icon {
    width: 0.32rem;
    margin-right: 0.1rem;
}
.hd-lang .font::after {
    content: '\e775';
    font-family: 'iconfont';
    margin-left: 0.07rem;
    font-size: 0.14rem;
    transform: rotate(90deg);
    font-weight: bold;
}


.foot{background:#2b94cd;}
.ft-t *{color:#fff;}
.ft-t{padding:0.72rem 0 0.62rem;}
.ft-t .wrap{display:flex;align-items:flex-start;justify-content:space-between;max-width:14.2rem;}
.ft-t .col-logo{width:26%;}
.ft-t .col-links{width:14%;}
.ft-t .col-product{width:22%;}
.ft-t .col-connect{width:32%;}
.ft-t .smlogo{width:2.35rem;display:block;margin-bottom:0.22rem;}
.ft-t .tit{font-size:0.16rem;line-height:1.35;margin-bottom:0.16rem;font-family:'HarmonyOSMedium';font-weight:500;}
.ft-t .fz{font-size:0.13rem;line-height:0.3rem;font-family:'HarmonyOSRegular';}
.ft-t .fz a:hover,.ft-t .lk:hover{opacity:.8;}
.ft-t .lks{display:block;}
.ft-t .lk{display:block;font-size:0.13rem;line-height:0.27rem;font-family:'HarmonyOSRegular';}
.ft-t .social{display:flex;align-items:center;margin-left: 0.1rem;}
.ft-t .social a{width:0.26rem;height:0.26rem;border:1px solid rgba(255,255,255,.88);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:0.12rem;font-size:0.14rem;color:#fff;}
.ft-t .social a:hover{background-color:rgba(255,255,255,.16);}
.ft-b{display:none;}

/* news */
.inner-ban{height: 5.2rem;position: relative;text-align: center;}
.inner-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.inner-ban .title{font-size:0.42rem;color:#fff;line-height:1.22;font-family:'HarmonyOSBold';font-weight:600;letter-spacing:-0.01em;}

.inner-ban.blue .title{color:#19D6F8;}
.inner-ban.blue .crumb{color:#19D6F8;}


.crumb{font-size:0.14rem;color:#fff;line-height:0.24rem;margin:0.1rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;font-family: 'HarmonyOSRegular';}
.crumb a:hover{opacity: 0.85!important;}


.main{padding:0.45rem 0 0.7rem;}


.xw-main .wrap{padding:0 0.35rem;}
.xw-menu{text-align: center;margin-bottom: 0.5rem;}
.xw-menu .box{border-radius:0.34rem;background-color: #ededed;display: inline-block;vertical-align: middle;}
.xw-menu .lk{font-size:0.15rem;min-width:1.6rem;line-height:0.62rem;border-radius:0.34rem;display:inline-block;vertical-align:middle;padding:0 0.2rem;font-family:'HarmonyOSRegular';font-weight:400;}
.xw-menu .lk.cur,.xw-menu .lk:hover{font-family:'HarmonyOSMedium';font-weight:500;}
.xw-menu .lk.cur,.xw-menu .lk:hover{color:#fff;background-color: #19D6F8;}

.xw-hot-list{display:flex;flex-direction:column;gap:0.35rem;}
.xw-hot{box-shadow:0 0 0.2rem rgba(0,0,0,.1);border-radius:0.12rem;display: flex;align-items: center;overflow: hidden;transition:transform .3s,box-shadow .3s;}
.xw-hot:hover{transform:translateY(-0.04rem);box-shadow:0 0.1rem 0.28rem rgba(0,84,166,.14);}
.xw-hot .imgbox{width: 42%;height: 3.6rem;overflow:hidden;}
.xw-hot-list .imgbox .img_full{object-fit:cover;}
.xw-hot .imgbox .img{transition:transform .5s;}
.xw-hot:hover .imgbox .img{transform:scale(1.04);}
.xw-hot .info{flex:1;overflow: hidden;padding:0 6%;}
.xw-hot .date{font-size:0.14rem;color:#19D6F8;line-height:1.5;}
.xw-hot .title{font-size:0.22rem;line-height:1.55;margin-top:0.12rem;font-family:'HarmonyOSMedium';font-weight:500;}
.xw-hot .more{font-size:0.15rem;color:#19D6F8;margin-top:0.65rem;display:inline-block;vertical-align:middle;font-family:'HarmonyOSRegular';font-weight:400;}
.xw-hot .title:hover{color:#2662d0;}
.xw-hot .more:hover{color:#2662d0;text-decoration: underline;}

.xw-list{display: flex;flex-wrap: wrap;margin:0 0 0 -3%;}
.xw-list .item{width: 30.3%;margin:3% 0 0 3%;box-shadow:0 0 0.2rem rgba(0,0,0,.1);border-radius:0.06rem;overflow: hidden;}

.xw-list .imgbox{height: 3.25rem;}
.xw-list .info{padding:0.4rem 0.38rem 0.25rem;position: relative;}
.xw-list .date{font-size: 0.17rem;color:#19D6F8;}
.xw-list .title{font-size: 0.18rem;line-height: .26rem;-webkit-line-clamp: 2;height: 0.52rem;margin-top: 0.1rem;}
.xw-list .arrow{width: 0.62rem;height: 0.62rem;background:url(../images/xw_05.png) no-repeat center;background-size:cover;position: absolute;right: 0.75rem;top: -0.31rem;display: none;}
.xw-list .item:hover .title{color:#19D6F8;}
.xw-list .item:hover .arrow{display: block;}


.pagelist{margin-top: 0.8rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.17rem;width: 0.3rem;height: 0.3rem;background-color: #fff;margin:0 .05rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:50%;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: #19D6F8;}



/* 解決方案 */
.solu-menu{background-color: #f6f6f6;margin-bottom: 0.3rem;text-align: center;}
.solu-menu .lk{font-size: 0.16rem;color:#353636;line-height: 1rem;display: inline-block;vertical-align: middle;margin:0 1.2%;position: relative;}
.solu-menu .lk::after{content:'';height: 0.06rem;background-color: #19D6F8;border-radius:0.03rem;width: 0;left: 50%;position: absolute;bottom: 0;transition: all 0.3s;}
.solu-menu .lk.cur,.solu-menu .lk:hover{color: #19D6F8;}
.solu-menu .lk.cur::after,.solu-menu .lk:hover::after{width: 0.86rem;margin-left: -0.43rem;}

.solu-main .auto{max-width:100% !important}

.solu-list{}
.solu-list .item{background-color: #f8f8f8;margin-bottom: 0.45rem;border-radius:0.1rem;overflow: hidden;}
.solu-list .box{display: flex;align-items: center;}
.solu-list .imgbox{width: 50%;max-width: 7.35rem;height: 4.7rem;}
.solu-list .imgbox .img_full{object-fit:cover;}
.solu-list .info{flex:1;overflow: hidden;padding:0 3.5%;}
.solu-list .date{font-size:0.14rem;color:#19D6F8;line-height:1.5;font-family:'HarmonyOSRegular';font-weight:400;}
.solu-list .title{font-size:0.3rem;font-family:'HarmonyOSMedium';font-weight:500;line-height:1.35;margin-top:0.1rem;}
.solu-list .txt{font-size:0.15rem;color:#4b535b;line-height:1.8;-webkit-line-clamp:6;height:1.62rem;margin-top:0.28rem;font-family:'HarmonyOSRegular';font-weight:400;text-align:justify;}
.solu-list .more{font-size:0.15rem;color:#19D6F8;margin-top:0.38rem;display:inline-block;vertical-align:middle;font-family:'HarmonyOSRegular';font-weight:400;}
.solu-list .more::after{content:'';display: inline-block;vertical-align: middle;width: 0.14rem;height: 0.14rem;background:url(../images/icon_01.png) no-repeat center;background-size:contain;margin-left: 0.1rem;}
.solu-list a.box:hover{background-color: #19D6F8;}
.solu-list a.box:hover *{color:#fff;}
.solu-list a.box:hover .more::after{background-image:url(../images/icon_01-1.png)}


/* 聯絡我們 */
.lx-sec{padding:0.85rem 0;background-color: #f0f3f6;}
.lx-sec .detail{max-width: 14.1rem;margin:0 auto;display: flex;background-color: #fff;}
.lx-sec .t-tit{font-size: 0.34rem;line-height: 1.2;margin-bottom: 0.18rem;color:#000000;}

.lx-sec .rec{background-color: transparent;display: block;}
.lx-sec .rec .t-tit{text-align: center;}
.lx-sec .detail .list li{margin-top: .5rem;background-color: #fff;border-radius: .3rem;padding: .3rem;font-size: .18rem;line-height: 2;}
.lx-sec .detail .list li p,.lx-sec .detail .list li span,.lx-sec .detail .list li strong{font-size: inherit;}


.lx-infor{width: 43.5%;min-height: 6rem;background:url(../images/lx_02.jpg) no-repeat center;background-size:cover;padding:0.7rem 5%;}
.lx-infor .t-tit{color:#fff;}
.lx-infor .row{padding:0.2rem 0;}
.lx-infor .fz{font-size: 0.17rem;color:#fff;font-family: 'HarmonyOSRegular';line-height: 1.6;}
.lx-infor .ico{width: 0.22rem;margin-right: 0.06rem;display: inline-block;vertical-align: middle;}


.lx-form{flex:1;overflow: hidden;padding:0.7rem 4%;}
.lx-form .row{justify-content: space-between;}
.lx-form .row .item{width: 49%;margin-bottom: 2%;}
.lx-form .row .ipt{border-radius:0.06rem;width: 100%;font-size: 0.17rem;color:#000;border:1px solid #c4c4c4;}
.lx-form .row .ipt-txt{height: 0.46rem;line-height: 0.46rem;padding:0 0.15rem;}
.lx-form .row .con{height: 1.6rem;padding:0.15rem 0.15rem;line-height: 1.4;resize:none;}
.lx-form .submit{width: 1.5rem;margin:0.45rem 0 0;}

.contact-panel-sec{padding:0.65rem 0 0.85rem;background-color:#fff;}
.contact-panel{margin:0 auto;border-radius:0.18rem;background-color:#f2f6f9;display:flex;overflow:hidden;box-shadow:0 0.12rem 0.35rem rgba(0,84,166,.08);}
.contact-panel .title{font-size:0.29rem;line-height:1.4;color:#111;font-family:'HarmonyOSBold';font-weight:600;}
.contact-panel-info{width:43%;padding:0.5rem 0.52rem 0.44rem;box-sizing:border-box;border-right:1px solid #d7e0e7;}
.contact-panel-info .intro{max-width:4.6rem;margin-top:0.2rem;font-size:0.15rem;line-height:1.75;color:#4b535b;font-family:'HarmonyOSRegular';font-weight:400;}
.contact-panel-list{margin-top:0.26rem;}
.contact-panel-list .item{padding:0.15rem 0;border-bottom:1px solid #d7e0e7;}
.contact-panel-list .label{font-size:0.15rem;line-height:1.5;color:#313131;font-family:'HarmonyOSRegular';}
.contact-panel-list .value{display:block;margin-top:0.03rem;font-size:0.16rem;line-height:1.6;color:#20252b;font-family:'HarmonyOSMedium';font-weight:500;word-break:break-word;}
.contact-panel-list a.value:hover{color:#19D6F8;}
.contact-panel-list .contact-person-list{display:flex;gap:0.18rem;}
.contact-panel-list .contact-person-card{flex:1;padding:0.16rem;border-radius:0.08rem;background:rgba(255,255,255,.95);border:1px solid rgba(25,214,248,.25);}
.contact-panel-list .contact-person-tag{font-size:0.12rem;line-height:1.4;color:#19D6F8;font-family:'HarmonyOSMedium';font-weight:500;text-transform:uppercase;}
.contact-panel-list .contact-person-name{margin-top:0.06rem;font-size:0.16rem;line-height:1.5;color:#111;font-family:'HarmonyOSBold';font-weight:600;}
.contact-panel-list .contact-person-link{display:block;margin-top:0.03rem;font-size:0.14rem;line-height:1.6;color:#20252b;font-family:'HarmonyOSRegular';word-break:break-word;transition:color .3s;}
.contact-panel-list .contact-person-link:hover{color:#19D6F8;}
.contact-panel-social{display:flex;gap:0.12rem;margin-top:0.24rem;}
.contact-panel-social a{width:0.38rem;height:0.38rem;border-radius:50%;background-color:#19D6F8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.18rem;transition:all .3s;}
.contact-panel-social a:hover{background-color:#0054a6;transform:translateY(-0.03rem);}
.contact-panel-form{flex:1;padding:0.48rem 0.65rem 0.5rem;box-sizing:border-box;}
.contact-panel-form>.title{margin-bottom:0.25rem;}
.contact-panel-form .index-inquiry-form{display:block;max-width:none;margin:0;text-align:left;}
.contact-panel-form .form-item{margin-bottom:0.12rem;}
.contact-panel-form .form-item label{display:block;margin:0 0 0.06rem 0.12rem;font-size:0.16rem;line-height:1.4;color:#111;font-family:'HarmonyOSRegular';}
.contact-panel-form .form-item.required label::before{content:'*';margin-right:0.04rem;color:#e30000;}
.contact-panel-form .index-inquiry-form .ipt{box-sizing:border-box;display:block;width:100%;height:0.56rem;border:1px solid #c7cdd2;background-color:#fff;border-radius:0.03rem;padding:0 0.16rem;font-size:0.16rem;line-height:0.56rem;color:#222;outline:none;transition:border-color .3s,box-shadow .3s;}
.contact-panel-form .index-inquiry-form .ipt:focus{border-color:#19D6F8;box-shadow:0 0 0 0.03rem rgba(25,214,248,.12);}
.contact-panel-form .index-inquiry-form .con{height:0.95rem;padding:0.13rem 0.16rem;line-height:1.5;resize:vertical;}
.contact-panel-form .index-inquiry-form .submit{display:block;width:100%;height:0.48rem;margin-top:0.16rem;border:0;border-radius:0.04rem;background-color:#129ad2;color:#fff;font-size:0.16rem;line-height:0.48rem;text-align:center;cursor:pointer;transition:background-color .3s;}
.contact-panel-form .index-inquiry-form .submit:hover{background-color:#0054a6;}


.lx-map{padding:0.6rem 0;}
.lx-map .map{height: 5rem;}

/* 關於我們 */
.us-sec{background:url(../images/us_02.jpg) no-repeat center top;background-size:100% auto;}

.us-tt{margin-bottom: 0.26rem;}
.us-tt .bt{display:table;margin:0 auto;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;color:#fff;font-size:0.4rem;font-family:'HarmonyOSBold';font-weight:600;line-height:1.25;letter-spacing:-0.01em;}
.us-tt .smwz{font-size:0.19rem;color:#4b535b;font-family:'HarmonyOSRegular';font-weight:400;margin-top:0.1rem;}

.us-intro{margin-top: 0.8rem;padding:0 0.35rem;}
.us-intro .txt{font-size: 0.17rem;color:#313131;line-height: 0.24rem;font-family: 'HarmonyOSRegular';}
.us-intro .list{display: flex;justify-content: space-around;margin-top: 0.8rem;}
.us-intro .list li{min-width: 1.3rem;text-align: center;}
.us-intro .list .fz{font-size: 0.48rem;color:#19D6F8;font-family: 'HarmonyOSBold';line-height: 1.2;}
.us-intro .list .fz i{font-family: inherit;}
.us-intro .list .wz{font-size: 0.18rem;font-family: 'HarmonyOSRegular';margin-top: 0.25rem;}



.us-ln{margin-top: 1.4rem;}
.us-ln .list{border-radius:0.1rem;background:url(../images/us_03.jpg) no-repeat center top;background-size:cover;padding:0.45rem 0;display: flex;max-width: 12.3rem;margin:0 auto;}
.us-ln .list .item{padding:0.5rem 5%;flex:1;overflow: hidden;text-align: center;}

.us-ln .list .title{font-size: 0.24rem;color:#fff;}
.us-ln .list .txt{font-size: 0.17rem;color:#fff;line-height: 0.24rem;font-family: 'HarmonyOSRegular';margin-top: 0.15rem;}
.us-ln .list .line{width: 1px;height: 2rem;background-color: rgba(255,255,255,.4);}

.us-lc{padding:1rem 0 0.7rem;}
.us-lc .detail{width:calc(100% - 8%);max-width:16.4rem;margin:0 auto;}
.us-lc .item{padding:0.3rem 0.4rem;border-right:2px solid #f2f2f2;/* height: 4.5rem; */}
.us-lc .item .year{font-size: 0.48rem;color:#19D6F8;font-family: 'HarmonyOSBold';line-height: 1.2;}
.us-lc .item .txt{margin-top: 0.4rem;-webkit-line-clamp: 9;}
.us-lc .item .fz{font-size: 0.17rem;color:#313131;line-height: 0.22rem;margin-bottom: 0.2rem;position: relative;padding-left: 0.2rem;}
.us-lc .item .fz:last-child{margin-bottom: 0;}
.us-lc .item .fz:before{content:'';width: 0.08rem;height: 0.08rem;background-color: #001eb4;border-radius:50%;position: absolute;left: 0;top: 0.07rem;}

.us-lc .swiper-slide{width: 4.1rem;}
.us-lc .swiper-pagination-progressbar{position: static;margin-top: 0.35rem;background-color: #f2f2f2;}
.us-lc .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #001eb4;}

.us-honor{padding:0.6rem 0 0.8rem;background-color: #f1f2f4;}
.us-honor .list{display: flex;flex-wrap: wrap;margin:-4% 0 0 -4%;padding-top: 0.25rem;justify-content: center;}
.us-honor .list .item{width: 16%;margin:4% 0 0 4%;transition: all 0.3s;}
.us-honor .list .img{box-sizing:border-box;width:100%;height:100%;border:14px solid #3AAEC7;}
.us-honor .list .item:hover{transform: translate(0,-0.1rem);}

.us-brands{margin-top:0.65rem;padding:0.28rem 0;border-top:1px solid #e6edf2;border-bottom:1px solid #e6edf2;background:#fff;overflow:hidden;}
.us-brands-slider{width:100%;overflow:hidden;}
.us-brands-slider .swiper-wrapper{align-items:center;transition-timing-function:linear;}
.us-brands-slide{width:12.5%;height:0.72rem;display:flex;align-items:center;justify-content:center;padding:0 0.24rem;}
.us-brands-slide img{display:block;max-width:100%;max-height:2rem;width:auto;height:auto;object-fit:contain;opacity:.58;transition:filter .3s,opacity .3s,transform .3s;}
.us-brands-slide:hover img{filter:grayscale(0);opacity:1;transform:scale(1.05);}

.us-services{padding:0.85rem 0 0.95rem;background:#f5f9fc;overflow:hidden;}
.us-services-heading{text-align:center;}
.us-services-heading h2{display:table;margin:0 auto;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;font-size:0.36rem;line-height:1.3;color:#fff;font-family:'HarmonyOSBold';font-weight:600;letter-spacing:-0.01em;}
.us-services-intro{max-width:7.2rem;margin:0.18rem auto 0;}
.us-services-intro p{font-size:0.15rem;line-height:1.75;color:#5a646d;font-family:'HarmonyOSRegular';font-weight:400;}
.us-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.18rem;margin-top:0.48rem;}
.us-services-item{text-align:center;}
.us-services-media{position:relative;aspect-ratio:1.36/1;border-radius:0.08rem;overflow:hidden;background:#dce9f1;box-shadow:0 0.08rem 0.26rem rgba(16,63,91,.08);}
.us-services-media::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,35,55,.76) 0%,rgba(0,35,55,.08) 55%,rgba(0,35,55,0) 100%);pointer-events:none;}
.us-services-media>a{display:block;width:100%;height:100%;cursor:zoom-in;}
.us-services-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease;}
.us-services-media h3{position:absolute;z-index:1;left:0.24rem;right:0.24rem;bottom:0.2rem;font-size:0.2rem;line-height:1.35;color:#fff;text-align:left;font-family:'HarmonyOSMedium';font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.3);}
.us-services-summary{min-height:0.68rem;padding:0.18rem 0.1rem 0;}
.us-services-summary p{font-size:0.13rem;line-height:1.65;color:#59636c;font-family:'HarmonyOSRegular';font-weight:400;}
.us-services-item:hover .us-services-media img{transform:scale(1.04);}
.us-services-item:hover .us-services-media{box-shadow:0 0.12rem 0.32rem rgba(16,63,91,.14);}


/* 典型案例 */
.case-list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.case-list .item{background-color: #f5f5f5;width: 31.3%;margin:0 0 2% 2%;position: relative;border-radius:0.06rem;overflow: hidden;display: block;}
.case-list .imgbox{height: 3.1rem;}
.case-list .info{padding:0.4rem 0.25rem;}
.case-list .title{font-size:0.16rem;line-height:1.5;font-family:'HarmonyOSMedium';font-weight:500;-webkit-line-clamp:1;}
.case-list .txt{font-size:0.15rem;color:#5b6269;line-height:1.65;-webkit-line-clamp:2;height:0.5rem;margin-top:0.12rem;font-family:'HarmonyOSRegular';font-weight:400;}
.case-list .item::after{content:'';position: absolute;left: 0;bottom: 0;height: 2px;width:0;background-color: #19D6F8;transition: all 0.3s;}
.case-list .item:hover::after{width: 100%;}
.case-list .item:hover .title{color: #19D6F8;}
.case-list .hot+.item .info{height: 2rem;}

.case-list .hot{position: relative;width: 64.6%;margin-left: 2%;margin-bottom: 2%;border-radius:0.06rem;overflow: hidden;height: 5.1rem;}
.case-list .hot .bot{display: flex;align-items: center;justify-content: space-between;position: absolute;width: 100%;padding:0 12% 0 4%;bottom: 0.5rem;}
.case-list .hot .title{font-size:0.3rem;color:#fff;font-family:'HarmonyOSMedium';font-weight:500;line-height:1.4;width:75%;}
.case-list .hot .more{font-size:0.15rem;color:#fff;font-family:'HarmonyOSRegular';font-weight:400;}
.case-list .hot .more::after{content:'';display: inline-block;vertical-align: middle;width: 0.14rem;height: 0.14rem;background:url(../images/icon_01-1.png) no-repeat center;background-size:contain;margin-left: 0.06rem;}
.case-list .hot .more:hover{opacity: 0.75;}
.case-list .hot:hover .img{transform: scale(1.1,1.1);}
.case-list .hot .img{transition: all 1s;}



/* 解決方案详情 */
div.solu-list .item{background:#fff;}
div.solu-list .txt{text-indent: 2em;}
div.solu-list .imgbox{border-radius:0.1rem;}

.det-tit{border-bottom:1px solid #e3e3e3;margin-bottom: 0.25rem;position: relative;}
.det-tit span{font-size: 0.35rem;color:#19D6F8;line-height: 0.6rem;display: flex;align-items: center;}
.det-tit span:before{content:'';width: 0.12rem;height: 0.12rem;background-color: #19D6F8;border-radius:50%;margin-right: 0.13rem;}
.det-tit span::after{content:'';width: 0.52rem;height: 0.03rem;background-color: #19D6F8;position: absolute;left: 0;bottom: -0.02rem;}

.solu-mod{margin-bottom: 0.6rem;}
.solu-mod .txt{font-size: 0.17rem;color:#313131;line-height: 2;text-align: justify;}
.solu-mod .txt,.solu-mod .txt *{font-family: 'HarmonyOSRegular';}
.solu-mod .link{color: #19D6F8;text-decoration: underline;}
.solu-mod .link:hover{color: #2662d0;}

.solu-recom{padding:0.3rem 0 0;}
.solu-recom .t-tit{font-size: 0.32rem;font-family: 'HarmonyOSBold';margin-bottom: 0.3rem;}
.solu-recom .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.solu-recom .list .item{width: 23%;margin:0 0 2% 2%;border-radius:0.08rem;overflow: hidden;background-color: #f8f9fa;}
.solu-recom .list .imgbox{height: 2.4rem;}
.solu-recom .list .info{padding:0.23rem 0.2rem;}
.solu-recom .list .title{font-size: 0.17rem;line-height: 1.2;-webkit-line-clamp: 1;}
.solu-recom .list .txt{font-size: 0.17rem;color:#313131;line-height: 0.22rem;-webkit-line-clamp: 2;height: 0.44rem;margin-top: 0.1rem;font-family: 'HarmonyOSRegular';}
.solu-recom .list .item:hover{background-color: #19D6F8;}
.solu-recom .list .item:hover *{color:#fff;}


/* 產品中心 */
.cp-main{padding:0.65rem 0 0.75rem;}
.cp-main .wrap{display: flex;align-items: flex-start;}


.cp-l{width: 3.25rem;position: sticky;top: 1rem;align-self: flex-start;}
.cp-r{width: calc(100% - 3.25rem);padding-left: 0.55rem;}

.cp-menu{background-color: #f3f3f3;padding:0.4rem 0.25rem;background-color: #f3f3f3;}
.cp-menu .t-tit{font-size:0.3rem;margin-bottom:0.25rem;font-family:'HarmonyOSMedium';font-weight:500;color:#19D6F8;}
.cp-menu .list{padding-left: 0.08rem;}
.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;line-height: 0.3rem;cursor: pointer;position: relative;padding-right: 0.15rem;}
.cp-menu .list .tit::after{content:'';position: absolute;right: 0;top: 50%;width: 0.06rem;height: 0.06rem;background-color: #8f8f8f;border-radius:50%;transform: translate(0,-50%);}
.cp-menu .list .drop{padding-left: 0.1rem;display: none;}
.cp-menu .list .lk{display: block;font-size: 0.17rem;color:#313131;line-height: 0.32rem;margin-top: 0.02rem;transition: all 0.3s;}
.cp-menu .list .lk:hover,.cp-menu .list .lk.this{color: #19D6F8;}
.cp-menu .list .lk:hover:before,.cp-menu .list .lk.this:before{content:'';width: 0.06rem;height: 0.06rem;background-color: #19D6F8;border-radius:50%;margin-right: 0.07rem;display: inline-block;vertical-align: middle;}
.cp-menu .list li.cur .tit,.cp-menu .list li:hover .tit{color: #19D6F8;}
.cp-menu .list li.cur .tit::after,.cp-menu .list li:hover .tit::after{width: 0.08rem;height: 0.08rem;background-color: #fff;border:0.02rem solid #19D6F8;}
.cp-menu .list li.cur .drop{display: block;}
.solu-case-menu .list li{padding-bottom:0.13rem;border-bottom:1px solid #dedede;}
.solu-case-menu .list li:last-child{padding-bottom:0;border-bottom:0;}
.solu-case-menu .list .tit{display:-webkit-box;overflow:hidden;font-size:0.15rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.solu-case-menu .list .desc{margin-top:0.04rem;color:#6d747b;font-size:0.13rem;line-height:1.55;font-family:'HarmonyOSRegular';-webkit-line-clamp:2;}
.solu-case-menu .list li:hover .desc{color:#424a51;}

@media (min-width:992px){
	.solu-main .cp-l{width:2.35rem;}
	.solu-main .cp-r{width:calc(100% - 2.35rem);padding-left:0.35rem;}
	.solu-main .solu-case-menu{padding:0.28rem 0.2rem;}
	.solu-main .solu-case-menu .t-tit{font-size:0.24rem;margin-bottom:0.2rem;}
}


.cp-list{display: flex;flex-wrap: wrap;margin:-3.3% 0 0 -3.3%;}
.cp-list .item{width: 30%;margin:3.3% 0 0 3.3%;}
.cp-list .imgbox{height: 3.6rem;display: flex;align-items: center;justify-content: center;}
.cp-list .img{width: 100%;height: 100%;object-fit: contain;}
.cp-list .title{font-size:0.16rem;font-family:'HarmonyOSMedium';font-weight:500;line-height:1.5;margin-top:0.16rem;}
.cp-list .txt{font-size: 0.17rem;color:#313131;font-family: 'HarmonyOSRegular';margin-top: 0.06rem;}
.cp-list .more{font-size: 0.17rem;color:#19D6F8;display: inline-block;vertical-align: middle;margin-top: 0.15rem;}
.cp-list .more:hover{text-decoration: underline;}
.cp-list .item:hover .title{color:#19D6F8;}


/* 產品中心详情 */
.cp-det{padding: 1px 0 1.2rem;}
.cp-det .wrap{padding:0 0.95rem;}

.cp-intro{border-radius:0.1rem;background-color: #fff;margin-top: -0.7rem;padding:0.3rem 0.75rem;box-shadow:0 0 0.2rem rgba(0,0,0,0.1);display: flex;align-items: center;justify-content: space-between;position: relative;z-index:10;}
.cp-intro .imgbox{width: 46%;max-width: 6.2rem;height: 5.2rem;display: flex;align-items: center;justify-content: center;}
.cp-intro .imgbox .img{width: 90%;height: 90%;object-fit: contain;}
.cp-gallery{width:46%;max-width:6.2rem;}
.cp-gallery-main{position:relative;background:#f8fbfd;border-radius:0.1rem;overflow:hidden;}
.cp-gallery-main .pic{height:4.75rem;display:flex;align-items:center;justify-content:center;}
.cp-gallery-main .img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.cp-gallery-main .swiper-button{width:0.42rem;height:0.42rem;border-radius:50%;background:rgba(0,84,166,.88);margin-top:-0.21rem;}
.cp-gallery-main .swiper-button::after{font-size:0.18rem;color:#fff;font-family:'iconfont';}
.cp-gallery-main .swiper-button-prev::after{content:'\e779';}
.cp-gallery-main .swiper-button-next::after{content:'\e775';}
.cp-gallery-thumbs{margin-top:0.16rem;}
.cp-gallery-thumbs .thumb{height:0.92rem;border:2px solid transparent;border-radius:0.06rem;background:#f8fbfd;display:flex;align-items:center;justify-content:center;padding:0.08rem;cursor:pointer;transition:all .3s;}
.cp-gallery-thumbs .img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.cp-gallery-thumbs .swiper-slide-thumb-active .thumb,.cp-gallery-thumbs .swiper-slide:hover .thumb{border-color:#19D6F8;box-shadow:0 0.04rem 0.16rem rgba(0,84,166,.14);}
.cp-intro .info{width: 50%;}
.cp-intro .title{font-size:0.3rem;font-family:'HarmonyOSMedium';font-weight:500;line-height:1.4;}
.cp-intro .smtit{font-size: 0.17rem;color:#707070;line-height: 1.4;margin-top: 0.3rem;font-family: 'HarmonyOSRegular';}

.cp-intro .txt{font-size:0.15rem;color:#4b535b;line-height:1.75;font-family:'HarmonyOSRegular';font-weight:400;margin-top:0.12rem;-webkit-line-clamp:16;}
.cp-intro .anniu{margin-top: 0.6rem;}



.cp-mod{margin-top: 0.3rem;}
.cp-mod .txt{font-size:0.15rem;color:#3f474f;line-height:1.85;font-weight:400;}
.cp-mod .txt,.cp-mod .txt *{font-family: 'HarmonyOSRegular';}
.cp-mod .txt table{width:100%;margin:0.24rem 0;border:1px solid #dbe5ee;border-collapse:collapse;background-color:#fff;line-height:1.6;}
.cp-mod .txt table th,.cp-mod .txt table td{border:1px solid #dbe5ee;padding:0.14rem 0.18rem;font-size:0.16rem;color:#313131;text-align:left;vertical-align:middle;}
.cp-mod .txt table th{background-color:#f1f7fc;color:#19D6F8;font-family:'HarmonyOSBold';font-weight:normal;}
.cp-mod .txt table tr:nth-child(even) td{background-color:#fafcfe;}
.cp-mod .txt table p{margin:0;}
.cp-mod .txt table img{max-width:100%;height:auto;}

.cp-mod .piclist{display: flex;flex-wrap: wrap;margin-left: -2%;}
.cp-mod .piclist .item{width: 23%;margin:2% 0 0 2%;}
.cp-mod .piclist .imgbox{height: 2.8rem;border-radius:0.06rem;}


.lx-di{padding:0.8rem 0;background:url(../images/cp_07.jpg) no-repeat center;background-size:cover;}
.lx-di .t-tit{font-size: 0.46rem;font-family: 'HarmonyOSRegular';margin-bottom: 0.45rem;line-height: 1.4;}
.lx-di .form{max-width: 11.8rem;margin:0 auto;}
.lx-di .row{justify-content: space-between;}
.lx-di .item{margin-bottom: 0.2rem;width: 49%;}
.lx-di .ipt{border-radius:0.06rem;width: 100%;font-size: 0.17rem;}
.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: 0.4rem auto 0;width: 1.5rem;display: block;}



/* 新闻详情 */
.xw-det{padding:.9rem 0 1.1rem;}
.xw-det .auto{max-width: 13.4rem;width: 50%;}

.xw-det .edit{font-size:0.16rem;color:#3f474f;line-height:1.85;text-align:justify;font-family:'HarmonyOSRegular';font-weight:400;}
.xw-det .edit span,.xw-det .edit p,.xw-det .edit strong{font-size: inherit;line-height: inherit;}
.xw-det .edit strong{font-family:'HarmonyOSMedium';font-weight:500;}
.xw-det .t-tit{font-size:0.3rem;display:flex;align-items:center;margin-bottom:0.12rem;font-family:'HarmonyOSMedium';font-weight:500;line-height:1.4;}
.xw-det .t-tit:before{content:'';width: 0.1rem;height: 0.38rem;background-color: #19D6F8;margin-right: 0.15rem;}
.xw-det .mod,.xw-det .mod{margin-top: 0.7rem;}
.xw-det .mod .txt,.xw-det .mod .txt{padding-left: 0.25rem;}
.xw-det .ys-box .txt p{margin-bottom: 0.12rem;}

.xw-det .piclist{display: flex;flex-wrap: wrap;margin-top: 0.5rem;justify-content: center;}
.xw-det .piclist li{margin:0 0.25rem;}
.xw-det .piclist .imgbox{width: 2.26rem;height: 2.26rem;padding: 0.1rem;background:url(../images/xw_08.png) no-repeat center;background-size:cover;}
.xw-det .piclist .img{width: 100%;height: 100%;border-radius:50%;display: block;}
.xw-det .piclist .title{font-size: 0.24rem;text-align: center;margin-top: 0.15rem;}


.pagenav{background-color: #f7f8fa;padding:0.3rem 0;}
.pagenav .box{max-width: 13.4rem;display: flex;justify-content: space-between;margin:0 auto;}
.pagenav .lk{font-size: 0.17rem;color:#626262;line-height: 0.5rem;max-width: 45%;}
.pagenav .lk:hover{color: #19D6F8;}



/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: calc(100vh - 1rem);overflow: hidden;}
/* @media (min-width:1200px){
	.idx-ban .item::before{content:'';position: absolute;left:0;right:0;bottom: 0;;height:1.48rem;background-image: url(../images/home_021.png);background-size: cover;}
} */
.idx-ban .box{position: absolute;left: 13%;top: 50%;transform: translate(0,-50%);text-align: left;z-index:50;max-width: 6.8rem;}
.idx-ban .content p:first-child,.idx-ban .title{font-size:0.5rem;color:#fff;font-family:'HarmonyOSBold';font-weight:600;line-height:1.16;letter-spacing:-0.02em;text-shadow:0 2px 2px rgba(0,0,0,.3);}
.idx-ban .content p{font-size:0.18rem;color:#fff;line-height:1.6;font-family:'HarmonyOSRegular';font-weight:400;text-shadow:0 2px 2px rgba(0,0,0,.3);}
.idx-ban .more{margin-top:0.2rem;border-radius:0.06rem;background-color:#19D6F8;font-family:'HarmonyOSMedium';font-weight:500;font-size:0.14rem;line-height:0.48rem;padding:0 0.28rem;}

.idx-ban .swiper-pagination{font-size: 0;height:auto;bottom: 0.4rem;}
.idx-ban .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;background-color: #fff;opacity: 1;margin:0 0.08rem!important;}
.idx-ban .swiper-pagination-bullet-active{width: 0.3rem;border-radius:0.06rem;}



.idx-tt{margin-bottom: 0.3rem;position: relative;}
.idx-tt .en{font-size: 0.2rem;color:#19D6F8;text-transform: uppercase;line-height: 1.1;}
.idx-tt .bt{font-size: 0.54rem;line-height: 1.2;margin-top: 0.1rem;}
.idx-tt .more{position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}

.idx-solu{background:url(../images/idx_03.jpg) no-repeat center;background-size:cover;padding:0.7rem 0;}
.idx-solu .pic{width: 100%;display: block;}

.idx-us{position: relative;padding:1.0rem 0 0.68rem;background-color: #f4f9fd;z-index:10;overflow: hidden;}
/* .idx-us::before{content:'';position: absolute;left:0;right:0;top:0;height:1.48rem;background-image: url(../images/home_02.png);background-size: cover;} */
.idx.idx-us .auto{max-width: 15.4rem;}
.idx-us-intro{max-width: 11.8rem;margin:0 auto;text-align: center;}
.idx-us-intro .title{display:table;margin:0 auto;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;color:#fff;font-size:0.5rem;line-height:1.4;font-family:'HarmonyOSMedium';font-weight:500;}
.idx-us .txt{margin-top:0.26rem;font-size:0.13rem;color:#3f474f;font-family:'HarmonyOSRegular';font-weight:400;line-height:1.9;text-align:left;}
.idx-us .txt p{margin-bottom: 0.06rem;}
.idx-us-action{display:flex;justify-content:flex-end;margin-top:0.18rem;}
.idx-us-more{display:inline-flex;align-items:center;gap:0.08rem;font-size:0.14rem;line-height:1.5;color:#168eb4;font-family:'HarmonyOSMedium';font-weight:500;transition:color .25s,gap .25s;}
.idx-us-more span{font-size:0.18rem;color:inherit;line-height:1;}
.idx-us-more:hover{color:#0054a6;gap:0.12rem;}
.idx-us .list{display: flex;justify-content: space-between;margin:0.58rem auto 0;max-width: 13.8rem;text-align: center;}
.idx-us .list li{width: 20%;padding:0 0.12rem;}
.idx-us .list .fz{font-size: 0.16rem;color:#000;line-height: 1;font-family: 'HarmonyOSRegular';}
.idx-us .list .fz i{display: inline-block;vertical-align: baseline;font-size: 0.44rem;color:#000;line-height: 1;font-family: 'HarmonyOSBold';}
.idx-us .list .fz sup{font-size: 0.13rem;vertical-align: super;margin-left: 0.03rem;}
.idx-us .list .wz{font-size: 0.14rem;color:#000;font-family: 'HarmonyOSRegular';margin-top: 0.12rem;text-align: center;}

.idx-products{padding:0.58rem 0 0.7rem;background-color: #fff;}
.idx-products .auto{max-width: 14.2rem;}
.idx-products-title{display:table;margin:0 auto;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;color:#fff;font-size:0.5rem;line-height:1.35;text-align:center;font-family:'HarmonyOSBold';font-weight:600;}
.idx-products-list{display: flex;flex-wrap: wrap;margin:0.42rem 0 0 -1.6%;}
.idx-products-list .item{width: 23.4%;margin:0 0 0.46rem 1.6%;}
.idx-products-list .imgbox{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f3f6f8;}
.idx-products-list .img{width:100%;height:100%;display:block;object-fit:cover;transition:all .6s;}
.idx-products-list .item:hover .img{transform: scale(1.06);}
.idx-products-list .title{font-size:0.13rem;color:#242a30;line-height:1.55;text-align:center;font-family:'HarmonyOSMedium';font-weight:500;margin-top:0.2rem;-webkit-line-clamp:2;}

.idx-applications{padding:0.12rem 0 0.72rem;background-color: #fff;}
.idx-applications .auto{max-width: 14.2rem;}
.idx-applications-title{display:table;margin:0 auto;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;color:#fff;font-size:0.5rem;line-height:1.35;text-align:center;font-family:'HarmonyOSBold';font-weight:600;}
.idx-applications-list{height:6.28rem;margin-top:0.5rem;display:flex;gap:0.035rem;overflow:hidden;box-shadow:0 0.12rem 0.38rem rgba(25,214,248,.2);}
.idx-applications-list .item{position:relative;flex:1;min-width:0;height:100%;overflow:hidden;cursor:pointer;background:#083b58;transition:flex .55s cubic-bezier(.22,.61,.36,1),box-shadow .45s ease;}
.idx-applications-list .item::after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(3,38,61,.22),rgba(3,40,63,.62));transition:opacity .45s ease,background .45s ease;}
.idx-applications-list .item.active,.idx-applications-list .item:hover{flex:4.4;z-index:2;box-shadow:0 0 0.28rem rgba(25,214,248,.52);}
.idx-applications-list .item.active::after,.idx-applications-list .item:hover::after{opacity:.18;background:linear-gradient(180deg,transparent 52%,rgba(0,28,46,.68));}
.idx-applications-list .imgbox{height:100%;}
.idx-applications-list .imgbox .img_full{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.72) brightness(.78);transition:transform .65s cubic-bezier(.22,.61,.36,1),filter .45s ease;}
.idx-applications-list .item:hover .img,.idx-applications-list .item.active .img{transform:scale(1.035);filter:saturate(1.06) brightness(1.03);}
.idx-applications-list .title{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:0.42rem 0.3rem 0.3rem;font-size:0.18rem;color:#fff;line-height:1.5;font-family:'HarmonyOSMedium';font-weight:500;background:linear-gradient(to top,rgba(2,31,48,.92),rgba(2,31,48,.48) 52%,transparent);text-shadow:0 0.02rem 0.08rem rgba(0,0,0,.42);opacity:0;transform:translateY(0.2rem);transition:all .4s ease;}
.idx-applications-list .title::before{content:'';display:block;width:0.42rem;height:0.025rem;margin-bottom:0.12rem;background:#19D6F8;border-radius:1rem;box-shadow:0 0 0.1rem rgba(25,214,248,.55);}
.idx-applications-list .item.active .title,.idx-applications-list .item:hover .title{opacity:1;transform: translateY(0);}

.idx-choose{padding:0.72rem 0 0.85rem;background-color:#eaf7ff;}
.idx-choose .auto{max-width:15.2rem;}
.idx-choose-head{display:flex;flex-wrap:wrap;justify-content:center;gap:0.14rem;text-align:center;counter-reset:choose-head-item;}
.idx-choose-head p:first-child{display:table;width:auto;margin:0 auto 0.08rem;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;color:#fff;font-size:0.5rem;line-height:1.4;font-family:'HarmonyOSBold';font-weight:600;}
.idx-choose-head p{width:100%;font-size:0.13rem;color:#000;line-height:1.7;font-family:'HarmonyOSRegular';}
.idx-choose-head p:not(:first-child){display:flex;align-items:flex-start;flex:0 1 calc(25% - 0.11rem);min-height:1.08rem;padding:0.16rem;background:rgba(255,255,255,.82);border:1px solid rgba(25,214,248,.3);border-radius:0.08rem;text-align:left;box-shadow:0 0.04rem 0.14rem rgba(34,76,104,.08);}
.idx-choose-head p:not(:first-child)::before{content:counter(choose-head-item,decimal-leading-zero);counter-increment:choose-head-item;display:flex;align-items:center;justify-content:center;flex:0 0 0.34rem;width:0.34rem;height:0.34rem;margin-right:0.12rem;border-radius:50%;background:#19D6F8;color:#fff;font-size:0.12rem;font-family:'HarmonyOSMedium';font-weight:500;}
.idx-choose-head p:not(:first-child) strong{color:#157e91;font-family:'HarmonyOSMedium';font-weight:500;}
.idx-choose-list{display:flex;justify-content:space-between;margin-top:0.42rem;}
.idx-choose-list .item{width:23%;min-height:3.78rem;background-color:#fff;padding:0.34rem 0.34rem 0.4rem;box-shadow:0 0.03rem 0.16rem rgba(34,76,104,.14);}
.idx-choose-list .top{display:flex;align-items:center;position:relative;min-height:0.62rem;}
.idx-choose-list .avatar{width:0.58rem;height:0.58rem;border-radius:50%;overflow:hidden;flex-shrink:0;}
.idx-choose-list .info{margin-left:0.12rem;min-width:0;}
.idx-choose-list .name{font-size:0.15rem;color:#1f252b;line-height:1.3;font-family:'HarmonyOSMedium';font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.idx-choose-list .owner{font-size:0.13rem;color:#777;line-height:1.4;font-family:'HarmonyOSRegular';}
.idx-choose-list .stars{position:absolute;left: 1.2rem;
        top: 0.34rem;display:flex;align-items:center;}
.idx-choose-list .star{width:0.15rem;height:0.15rem;object-fit:contain;margin-right:0.03rem;}
.idx-choose-list .txt{margin-top:0.34rem;font-size:0.13rem;color:#000;line-height:2;font-family:'HarmonyOSRegular';}
.idx-choose-list .txt p{margin-bottom:0.08rem;}

.idx-inquiry{padding:0.68rem 0 0.88rem;background-color:#fff;}
.idx-inquiry .auto{max-width:15rem;}
.idx-inquiry-title{display:table;margin:0 auto;padding:0.08rem 0.24rem;background-color:rgba(25,214,248,.72);border-radius:0.08rem;color:#fff;font-size:0.5rem;line-height:1.35;text-align:center;font-family:'HarmonyOSBold';font-weight:600;}
.idx-inquiry-form{margin:0.48rem auto 0;max-width:12.8rem;text-align:center;}
.idx-inquiry-form .row{margin-bottom:0.26rem;}
.idx-inquiry-form .row.flex{display:flex;justify-content:space-between;gap:0.45rem;}
.idx-inquiry-form .item{flex:1;min-width:0;}
.idx-inquiry-form .ipt{box-sizing:border-box;width:100%;height:0.5rem;border:1px solid #d9d9d9;background-color:#fff;border-radius:0;padding:0 0.18rem;font-size:0.13rem;color:#333;font-family:'HarmonyOSRegular';line-height:0.5rem;outline:none;}
.idx-inquiry-form .ipt::placeholder{color:#777;}
.idx-inquiry-form .ipt:focus{border-color:#19D6F8;}
.idx-inquiry-form .select-row{position:relative;}
.idx-inquiry-form .select-row::after{content:'';position:absolute;right:0.2rem;top:50%;width:0.09rem;height:0.09rem;border-right:1px solid #666;border-bottom:1px solid #666;transform:translateY(-65%) rotate(45deg);pointer-events:none;}
.idx-inquiry-form .ipt-select{color:#777;appearance:none;padding-right:0.5rem;}
.idx-inquiry-form .con{height:1.15rem;padding-top:0.16rem;resize:none;line-height:1.6;}
.idx-inquiry-form .submit{height:0.38rem;min-width:1.1rem;border-radius:0.08rem;background-color:#19D6F8;line-height:0.38rem;font-size:0.13rem;padding:0 0.28rem;margin-top:0.04rem;}
.idx-inquiry-form .submit:hover{background-color:#0d74ad;}

/* 公共侧边栏 Inquiry */
.side-inquiry{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:998;display:flex;flex-direction:column;align-items:flex-end;}
.side-inquiry .side-ibtn{display:flex;align-items:center;justify-content:center;height:0.5rem;min-width:0.5rem;background-color:rgba(25,214,248,.92);color:#fff;text-decoration:none;overflow:hidden;padding-right:0;box-shadow:0 0.02rem 0.08rem rgba(0,0,0,.12);transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:0.02rem;border-radius:0.04rem 0 0 0.04rem;box-sizing:border-box;}
.side-inquiry .side-ibtn .ico{width:0.5rem;flex:0 0 0.5rem;display:flex;align-items:center;justify-content:center;font-size:0.22rem;text-align:center;}
.side-inquiry .side-ibtn .lbl{white-space:nowrap;font-size:0.14rem;font-family:'HarmonyOSRegular';font-weight:400;padding:0 0.18rem 0 0.08rem;opacity:0;max-width:0;transition:opacity .2s ease .1s;}
.side-inquiry .side-ibtn:hover,.side-inquiry .side-ibtn.active{background-color:#19D6F8;min-width:2.6rem;}
.side-inquiry .side-ibtn:hover .lbl,.side-inquiry .side-ibtn.active .lbl{opacity:1;max-width:2rem;}
.side-inquiry .side-tit{background-color:#0d74ad;min-width:0.5rem;}
.side-inquiry .side-tit .lbl{opacity:1;max-width:2rem;font-family:'HarmonyOSMedium';font-weight:500;font-size:0.14rem;padding:0 0.18rem 0 0.18rem;}
.side-inquiry .side-tit:hover{min-width:2.6rem;}
.side-inquiry .side-whatsapp:hover{background-color:#25D366;}
.side-inquiry .side-whatsapp .ico svg{display:block;}

@media (max-width:767px){
	.side-inquiry{top:auto;bottom:0.7rem;transform:none;}
	.side-inquiry .side-ibtn{height:0.44rem;min-width:0.44rem;}
	.side-inquiry .side-ibtn .ico{width:0.44rem;flex:0 0 0.44rem;font-size:0.2rem;}
	.side-inquiry .side-ibtn .lbl{font-size:0.13rem;}
	.side-inquiry .side-ibtn:hover,.side-inquiry .side-ibtn.active{min-width:2.2rem;}
	.side-inquiry .side-tit{display:none;}
}

.idx-xw{padding:0.8rem 0;}
.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-xw .list .item{height: 2.9rem;position: relative;width: 31.3%;margin:0 0 2% 2%;}
.idx-xw .list .imgbox{height: 100%;}
.idx-xw .list .box{position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:0 0.3rem 0.4rem;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;background-color: rgba(51,51,51,.15);}
.idx-xw .list .title{font-size: 0.24rem;color:#fff;line-height: 0.34rem;-webkit-line-clamp: 2;height: 0.68rem;}
.idx-xw .list .more{margin-top: 0.45rem;display: inline-block;vertical-align: middle;font-size: 0.18rem;color:#fff;position: relative;padding-bottom: 0.06rem;}
.idx-xw .list .more::after{content:'';display: inline-block;vertical-align: middle;width: 0.12rem;height: 0.12rem;background:url(../images/icon_01-1.png) no-repeat center;background-size:contain;margin-left: 0.08rem;}
.idx-xw .list .more:before{content:'';position: absolute;left: 0;bottom: 0;height: 0.02rem;background-color: #fff;width: 100%;}
.idx-xw .list .more:hover{opacity: 0.85;}




@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.45rem;}
	.hd-logo .img{height: 0.4rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 1rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;margin: 0;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;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;}
	.hd-nav .product-drop{width:100%;margin-left:0;overflow:hidden;}
	.product-submenu{position:static;width:100%;padding:0;box-shadow:none;border-radius:0;background-color:#f7fafc;opacity:1;visibility:visible;transform:none;display:block;}
	.hd-nav .product-drop .product-drop-link{padding-right:4%;}
	.hd-nav .product-drop .product-drop-item.has-sub>.product-drop-link::after{display:none;}
	.hd-nav .product-submenu .product-submenu-link{padding:0 6% 0 10%;font-size:0.15rem;line-height:0.52rem;border-top:1px solid #edf1f4;color:#59636c;}


	/* 解決方案 */
	.solu-main .wrap{padding: 0;}

	/* 關於我們 */
	.us-intro{padding: 0;}

	.us-lc .detail{margin-left:auto;}



	/* 產品中心 */
	.cp-list{margin:-6% 0 0;justify-content: space-between;}
	.cp-list .item{width: 47%;margin:6% 0 0;}
	.cp-list .imgbox{height: 3.2rem;}


	/* 新闻详情 */
	.xw-det .piclist li{margin:0 0.1rem;}


	/* index */
	.idx-ban .title{font-size: 0.68rem;}



}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%!important;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.35rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';}



	/* 公共部分 */
	.head{height: .9rem;}
	.hd-logo .img{height: 0.35rem;}
	.head .r{margin-right: 0.45rem;}

	.hd-lx{margin-left: 0;line-height: 0.44rem;padding:0 0.2rem;display: none;}

	.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;}
	.hd-nav .product-drop{width:100%;margin-left:0;overflow:hidden;}
	.product-submenu{position:static;width:100%;padding:0;box-shadow:none;border-radius:0;background-color:#f7fafc;opacity:1;visibility:visible;transform:none;display:block;}
	.hd-nav .product-drop .product-drop-link{padding-right:4%;}
	.hd-nav .product-drop .product-drop-item.has-sub>.product-drop-link::after{display:none;}
	.hd-nav .product-submenu .product-submenu-link{padding:0 6% 0 10%;font-size:0.15rem;line-height:0.52rem;border-top:1px solid #edf1f4;color:#59636c;}


	.ft-t{padding:0.56rem 0;}
	.ft-t .wrap{display:flex;flex-wrap:wrap;}
	.ft-t .col-logo{width:100%;margin-bottom:0.34rem;}
	.ft-t .col-links,.ft-t .col-product{width:32%;}
	.ft-t .col-connect{width:36%;}
	.ft-t .smlogo{width:2rem;margin-bottom:0.2rem;}
	.ft-t .social a{width:0.28rem;height:0.28rem;font-size:0.15rem;}
	.ft-t .fz{font-size:0.13rem;line-height:0.28rem;}
	.ft-t .lk{font-size:0.13rem;line-height:0.28rem;}




	/* 新聞 */
	.inner-ban{height: 3.2rem;}
	.inner-ban .title{font-size: 0.38rem;}

	.xw-hot .imgbox{height: 3.6rem;}
	.xw-hot .title{font-size:0.2rem;-webkit-line-clamp:4;}
	.xw-hot .more{margin-top:0.45rem;}

	.xw-list .item{width: 47%;}
	.xw-list .imgbox{height: 2.6rem;}
	.xw-list .info{padding:0.25rem 0.3rem;}

	.pagelist{margin-top: 0.5rem;}


	/* 解決方案 */
	.solu-menu{overflow-x: scroll;white-space: nowrap;padding:0 0.1rem;margin-bottom: 0;}
	.solu-menu::-webkit-scrollbar{ display: none;}
	.solu-menu .lk{font-size: 0.18rem;margin:0 0.2rem;line-height: 0.8rem;}
	.solu-menu .lk.cur::after, .solu-menu .lk:hover::after{width: 100%;margin-left: 0;left: 0;}
	.solu-menu .lk::after{height: 0.04rem;}


	.solu-list .imgbox{height: 4rem;}
	.solu-list .title{font-size: 0.24rem;}
	.solu-list .txt{margin-top: 0.15rem;font-size: 0.15rem;-webkit-line-clamp: 8;height: auto;}
	.solu-list .more{margin-top: 0.25rem;}


	/* 聯絡我們 */
	.lx-sec .detail{display: block;}
	.lx-infor{width: 100%;min-height: auto;padding: 0.5rem 5%;}
	.contact-panel-info{width:40%;padding:0.4rem 0.36rem;}
	.contact-panel-form{padding:0.4rem 0.4rem;}
	.contact-panel .title{font-size:0.28rem;}
	.contact-panel-list .contact-person-card{padding:0.12rem;}
	.contact-panel-info .intro{font-size:0.15rem;}
	.contact-panel-form .index-inquiry-form .ipt{height:0.5rem;line-height:0.5rem;}


	/* 關於我們 */
	.us-tt .bt{font-size: 0.34rem;}

	.us-sec{background-position:center;background-size:cover;}
	.us-intro{padding: 0;}
	.us-intro .list{flex-wrap: wrap;margin-top: 0.5rem;}
	.us-intro .list li{width: 33.3%;min-width: auto;margin-top: 0.4rem;}
	.us-intro .list .wz{margin-top: 0.1rem;}

	.us-lc .detail{margin-left:auto;}
	.us-brands{margin-top:0.5rem;padding:0.22rem 0;}
	.us-brands-slide{width:20%;height:0.66rem;padding:0 0.18rem;}
	.us-brands-slide img{max-height:0.36rem;}
	.us-services{padding:0.65rem 0 0.72rem;}
	.us-services-heading h2{font-size:0.3rem;}
	.us-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.24rem 0.18rem;margin-top:0.38rem;}


	/* 典型案例 */
	.case-list{justify-content: space-between;margin: -3% 0 0;}
	.case-list .hot{width: 100%;margin-top: 3%;height: 4rem;margin-left: 0;}
	.case-list .hot .bot{padding:0 4%;bottom: 0.3rem;}
	.case-list .hot .title{font-size: 0.22rem;}

	.case-list .item{width: 48.5%;margin: 3% 0 0;}
	.case-list .imgbox{height: 2.6rem;}
	.case-list .info{padding:0.2rem 0.25rem;}
	.case-list .hot+.item .info{height: auto;}
	.case-list .title{-webkit-line-clamp: 2;}
	.case-list .txt{font-size: 0.15rem;}


	/* 解決方案详情 */
	.det-tit span{font-size: 0.26rem;}
	.det-tit span:before{width: 0.1rem;height: 0.1rem;}

	.solu-recom .list .item{width: 47%;}



	/* 產品中心 */
	.cp-main .wrap{display: block;}
	.cp-l{width: 100%;margin-bottom: 0.4rem;position: relative;top: auto;}
	.cp-r{width: 100%;padding: 0;}


	.cp-menu{padding: 0;}
	.cp-menu .t-tit{font-size: 0.28rem;margin-bottom: 0;line-height: 0.8rem;padding:0 0.2rem;}
	.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;padding: 0.25rem;}


	.cp-list{margin:-6% 0 0;justify-content: space-between;}
	.cp-list .item{width: 47%;margin:6% 0 0;}
	.cp-list .imgbox{height: 3rem;}


	/* 產品中心详情 */
	.cp-det{padding:1px 0 0.8rem;}

	.cp-intro{margin-top: 0;padding:0.3rem 0;box-shadow:none;}
	.cp-intro .imgbox{max-width: 100%;width: 50%;height: 4.8rem;}
	.cp-gallery{max-width:100%;width:50%;}
	.cp-gallery-main .pic{height:4rem;}
	.cp-gallery-thumbs .thumb{height:0.82rem;}
	.cp-intro .info{width: 48%;}
	.cp-intro .title{font-size: 0.24rem;line-height: 1.5;}

	.cp-mod .piclist{justify-content: space-between;margin: 0;}
	.cp-mod .piclist .item{width: 48.5%;margin:3% 0 0;}

	.lx-di .t-tit{font-size: 0.36rem;margin-bottom: 0.2rem;}


	/* 新闻详情 */
	.xw-det{padding:0.8rem 0 0.5rem;}
	.xw-det .auto{width: 94%;}
	.xw-det .edit{font-size:0.15rem;}

	.xw-det .t-tit{font-size: 0.26rem;}
	.xw-det .t-tit:before{width: 0.06rem;height: 0.28rem;}

	.xw-det .piclist{justify-content: space-between;}
	.xw-det .piclist li{margin:0 0 0.4rem;width: 48%;}
	.xw-det .piclist .imgbox{margin:0 auto;}
	.xw-det .piclist .title{font-size: 0.2rem;}

	.pagenav .box{display: block;}
	.pagenav .lk{display: block;max-width: 100%;line-height: 0.4rem;}



	/* index */
	.idx-ban .item{height: 5rem;}
	.idx-ban .box{left: 8%;max-width: 6rem;}
	.idx-ban .content p:first-child,.idx-ban .title{font-size: 0.42rem;}
	.idx-ban .content p{font-size:0.17rem;}
	.idx-ban .more{margin-top: 0.3rem;}
	.idx-ban .swiper-pagination{bottom: 0.3rem;}

	.idx-tt .bt{font-size: 0.44rem;}

	.idx-us{margin-top:-0.45rem;padding:1rem 0 0.56rem;}
	.idx-us::before{top:-0.48rem;height:0.9rem;}
	.idx-us-intro{max-width: 92%;}
	.idx-us-intro .title{font-size: 0.25rem;}
	.idx-us .txt{font-size: 0.14rem;line-height: 1.8;}
	.idx-us .list{max-width: 92%;margin-top: 0.42rem;}
	.idx-us .list .fz i{font-size: 0.34rem;}
	.idx-us .list .wz{font-size: 0.13rem;}

	.idx-products{padding:0.5rem 0 0.44rem;}
	.idx-products-title{font-size: 0.28rem;}
	.idx-products-list{margin-left:-2%;}
	.idx-products-list .item{width: 48%;margin-left: 2%;}
	.idx-products-list .imgbox{height:auto;}

	.idx-applications{padding:0.08rem 0 0.52rem;}
	.idx-applications-title{font-size: 0.28rem;}
	.idx-applications-list{height: 4.8rem;margin-top: 0.38rem;}
	.idx-applications-list .item.active,.idx-applications-list .item:hover{flex:3.2;}
	.idx-applications-list .title{font-size: 0.15rem;padding:0.28rem 0.2rem;}

	.idx-choose{padding:0.54rem 0 0.62rem;}
	.idx-choose-head p:first-child{font-size:0.28rem;}
	.idx-choose-head p:not(:first-child){flex-basis:calc(50% - 0.07rem);}
	.idx-choose-list{flex-wrap:wrap;margin-top:0.34rem;}
	.idx-choose-list .item{width:48%;margin-bottom:0.26rem;min-height:3.2rem;}

	.idx-inquiry{padding:0.54rem 0 0.7rem;}
	.idx-inquiry-title{font-size:0.28rem;}
	.idx-inquiry-form{max-width:94%;margin-top:0.36rem;}
	.idx-inquiry-form .ipt{height:0.48rem;}

	.idx-xw .list{justify-content: space-between;margin: 0;}
	.idx-xw .list .item{width: 48%;margin:0 0 4%;}
	.idx-xw .list .title{font-size: 0.2rem;line-height: 0.3rem;height: 0.6rem;}
	.idx-xw .list .more{font-size: 0.17rem;}


}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%!important;width: 100%;}
	html{font-size: 6.2rem!important;}
    .appimg{object-fit: contain;}

	.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: .7rem;}
	.hd-logo .img{height: 0.35rem;}
	.head .r{margin-right: 0.45rem;}
	.hd-lang{margin-left: 0;}
	.hd-lang .font {
		margin-left: .1rem
		;
	}
	.hd-lx{margin-left: 0;line-height: 0.4rem;padding:0 0.08rem;font-size: 0.15rem;display: none;}
	.hd-lx.arr::after{width: 0.1rem;height: 0.1rem;}



	.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;padding:0;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.65rem;padding:0 4%;font-weight: normal;}
	.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.65rem;height: 0.65rem;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;box-shadow:none;margin: 0;}
	.hd-nav .drop .lk{color:#000;line-height: 0.6rem;border-top:1px solid #efefef;padding:0 5% 0 7%;text-align: left;font-size: 0.17rem;}
	.hd-nav .product-drop{width:100%;margin-left:0;overflow:hidden;}
	.product-submenu{position:static;width:100%;padding:0;box-shadow:none;border-radius:0;background-color:#f7fafc;opacity:1;visibility:visible;transform:none;display:block;}
	.hd-nav .product-drop .product-drop-link{padding-right:5%;}
	.hd-nav .product-drop .product-drop-item.has-sub>.product-drop-link::after{display:none;}
	.hd-nav .product-submenu .product-submenu-link{padding:0 7% 0 11%;font-size:0.15rem;line-height:0.52rem;border-top:1px solid #edf1f4;color:#59636c;}


	.ft-t{padding:0.42rem 0;}
	.ft-t .wrap{display:block;}
	.ft-t .col{width:100%;margin-bottom:0.28rem;}
	.ft-t .col:last-child{margin-bottom:0;}
	.ft-t .smlogo{width:1.9rem;display:block;margin:0 0 0.18rem;}
	.ft-t .social{justify-content:flex-start;}
	.ft-t .social a{width:0.28rem;height:0.28rem;font-size:0.14rem;margin:0 0.1rem 0 0;}
	.ft-t .tit{font-size:0.18rem;margin-bottom:0.12rem;}
	.ft-t .fz{font-size:0.13rem;line-height:0.28rem;}
	.ft-t .lk{display:block;font-size:0.13rem;line-height:0.27rem;margin:0;}




	/* 新聞 */
	.inner-ban{height: 2.6rem;}
	.inner-ban .title{font-size: 0.35rem;}
	.crumb{font-size: 0.17rem;}

	.main{padding:0.45rem 0 0.5rem;}
	.xw-menu .box{background:transparent;border-radius:0;display: flex;justify-content: space-between;}
	.xw-menu .lk{min-width: auto;padding:0 0.2rem;line-height: 0.46rem;font-size: 0.17rem;}



	.xw-hot-list{gap:0.24rem;}
	.xw-hot{display: block;}
	.xw-hot .imgbox{height: 2.6rem;width: 100%;}
	.xw-hot .title{font-size: 0.2rem;-webkit-line-clamp: 2;line-height: 1.4;}
	.xw-hot .info{padding:0.25rem 0.25rem;}
	.xw-hot .more{font-size: 0.17rem;margin-top: 0.3rem;}

	.xw-list{}
	.xw-list .item{width: 100%;margin-top: 4%;}
	.xw-list .imgbox{height: 2.2rem;}
	.xw-list .info{padding:0.25rem 0.25rem;}
	.xw-list .title{height: auto;}


	.pagelist{margin-top: 0.5rem;}


	/* 解決方案 */
	.solu-menu{overflow-x: scroll;white-space: nowrap;padding:0 0.1rem;margin-bottom: 0;}
	.solu-menu::-webkit-scrollbar{ display: none;}
	.solu-menu .lk{font-size: 0.18rem;margin:0 0.15rem;line-height: 0.7rem;}
	.solu-menu .lk.cur::after, .solu-menu .lk:hover::after{width: 100%;margin-left: 0;left: 0;}
	.solu-menu .lk::after{height: 0.04rem;}

	.solu-list .item{margin-bottom: 0.3rem;}
	.solu-list .box{display: block;}
	.solu-list .imgbox{height: 2.3rem;width: 100%;}
	.solu-list .info{padding:0.25rem 0.25rem;}
	.solu-list .title{font-size: 0.2rem;line-height: 1.2;}
	.solu-list .txt{margin-top: 0.12rem;font-size: 0.15rem;-webkit-line-clamp: 4;height: auto;line-height: 1.6;}
	.solu-list .more{margin-top: 0.25rem;}


	/* 聯絡我們 */
	.lx-sec{padding: 0;}
	.lx-sec .auto{padding: 0!important;}
	.lx-sec .detail{display: block;}
	.lx-sec .t-tit{font-size: 0.24rem;}
	.contact-panel-sec{padding:0.3rem 0.18rem 0.45rem;}
	.contact-panel-sec .auto{padding:0!important;}
	.contact-panel{display:block;border-radius:0.12rem;}
	.contact-panel .title{font-size:0.25rem;}
	.contact-panel-info{width:100%;padding:0.35rem 0.26rem;border-right:0;border-bottom:1px solid #d7e0e7;}
	.contact-panel-info .intro{max-width:none;margin-top:0.16rem;font-size:0.15rem;}
	.contact-panel-list{margin-top:0.2rem;}
	.contact-panel-list .item{padding:0.12rem 0;}
	.contact-panel-list .value{font-size:0.16rem;}
	.contact-panel-list .contact-person-list{display:block;}
	.contact-panel-list .contact-person-card{margin-top:0.1rem;padding:0.14rem;}
	.contact-panel-list .contact-person-card:first-child{margin-top:0;}
	.contact-panel-form{padding:0.34rem 0.26rem 0.38rem;}
	.contact-panel-form>.title{margin-bottom:0.22rem;}
	.contact-panel-form .form-item{margin-bottom:0.14rem;}
	.contact-panel-form .form-item label{font-size:0.15rem;}
	.contact-panel-form .index-inquiry-form .ipt{height:0.48rem;font-size:0.15rem;line-height:0.48rem;}
	.contact-panel-form .index-inquiry-form .con{height:1.2rem;line-height:1.5;}
	.contact-panel-form .index-inquiry-form .submit{height:0.46rem;line-height:0.46rem;font-size:0.15rem;}
	.lx-infor{width: 100%;min-height: auto;padding: 0.5rem 5%;}
	.lx-infor .row{padding:0.1rem 0;}

	.lx-form{padding: 0.5rem 5%;}
	.lx-form .row{display: block;}
	.lx-form .row .item{width: 100%;margin-bottom: 0.15rem;}
	.lx-form .submit{margin-left: 50%;transform: translate(-50%,0);}

	.lx-map{padding: 0;}
	.lx-map .auto{padding: 0!important;}
	.lx-map .map{height: 3rem;}



	/* 關於我們 */
	.us-tt{margin-bottom: 0.15rem;}
	.us-tt .bt{font-size: 0.24rem;}
	.us-tt .smwz{font-size: 0.17rem;}


	.us-sec{background-position:center;background-size:cover;padding-bottom: 0.4rem;}
	.us-intro{padding: 0;margin-top: 0.5rem;}
	.us-intro .txt{line-height: 1.6;font-size: 0.15rem;}
	.us-intro .list{flex-wrap: wrap;margin-top: 0;}
	.us-intro .list li{width: 33.3%;min-width: auto;margin-top: 0.4rem;}
	.us-intro .list .fz{font-size: 0.35rem;}
	.us-intro .list .wz{margin-top: 0.1rem;font-size: 0.17rem;}

	.us-ln{margin-top: 0.6rem;}
	.us-ln .list{display: block;padding: 0;}
	.us-ln .list .line{display: none;}
	.us-ln .list .item{width: 100%;border-bottom:1px solid rgba(255,255,255,.2);}
	.us-ln .list .title{font-size: 0.22rem;}


	.us-lc{padding:0.6rem 0 0.05rem;}
	.us-lc .detail{width:100%;margin-left:auto;}
	.us-brands{margin-top:0.38rem;padding:0.18rem 0;}
	.us-brands-slide{width:33.333%;height:0.58rem;padding:0 0.12rem;}
	.us-brands-slide img{max-height:0.3rem;}
	.us-services{padding:0.5rem 0 0.58rem;}
	.us-services-heading h2{font-size:0.25rem;}
	.us-services-intro{margin-top:0.14rem;}
	.us-services-intro p{font-size:0.14rem;line-height:1.7;}
	.us-services-grid{grid-template-columns:1fr;gap:0.24rem;margin:0.32rem auto 0;max-width:4.4rem;}
	.us-services-media h3{font-size:0.18rem;left:0.2rem;bottom:0.18rem;}
	.us-services-summary{min-height:0;padding-top:0.14rem;}
	.us-services-summary p{font-size:0.14rem;}
	.us-lc .item{border:0;padding:0.2rem 0.3rem;height: auto;}
	.us-lc .item .year{font-size: 0.35rem;}
	.us-lc .item .txt{margin-top: 0.2rem;-webkit-line-clamp: 9;height: 2.7rem;}
	.us-lc .item .fz{margin-bottom: 0;font-size: 0.15rem;line-height: 0.3rem;}
	.us-lc .item .fz:before{width: 0.06rem;height: 0.06rem;}
	.us-lc .swiper-slide{width: auto;}

	.us-lc .swiper-pagination{margin-top: 0;}

	.us-honor{padding:0.5rem 0;}
	.us-honor .list{margin: -5% 0 0 -5%;padding: 0.15rem 0 0;}
	.us-honor .list .item{width: 28.3%;margin:5% 0 0 5%;}


	/* 典型案例 */
	.case-list{justify-content: space-between;margin: -3% 0 0;}
	.case-list .hot{width: 100%;margin-top: 3%;height: 3rem;margin-left: 0;}
	.case-list .hot .bot{padding:0 4%;bottom: 0.3rem;}
	.case-list .hot .title{font-size: 0.18rem;width: 100%;}
	.case-list .hot .more{display: none;}

	.case-list .item{width: 100%;margin: 3% 0 0;}
	.case-list .imgbox{height: 2.4rem;}
	.case-list .info{padding:0.23rem 0.25rem;}
	.case-list .hot+.item .info{height: auto;}
	.case-list .title{-webkit-line-clamp: 2;}
	.case-list .txt{font-size: 0.15rem;height: auto;}


	/* 解決方案详情 */
	.det-tit span{font-size: 0.22rem;}
	.det-tit span:before{width: 0.08rem;height: 0.08rem;}
	.det-tit span::after{width: 0.42rem;}

	div.solu-list .info{padding-left: 0;padding-right: 0;}

	.solu-mod{margin-bottom: 0.4rem;}

	.solu-recom .t-tit{font-size: 0.26rem;margin-bottom: 0.15rem;}
	.solu-recom .list{margin: 0;}
	.solu-recom .list .item{width: 100%;margin:0 0 4%;}
	.solu-recom .list .title{font-size: 0.18rem;}
	.solu-recom .list .txt{font-size: 0.15rem;height: auto;line-height: 1.6;}



	/* 產品中心 */
	.cp-main{padding:0.5rem 0;}
	.cp-main .wrap{display: block;}
	.cp-l{width: 100%;margin-bottom: 0.4rem;position: relative;top: auto;}
	.cp-r{width: 100%;padding: 0;}


	.cp-menu{padding: 0;}
	.cp-menu .t-tit{font-size: 0.22rem;margin-bottom: 0;line-height: 0.7rem;padding:0 0.2rem;}
	.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;font-size: 0.18rem;}
	.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: 3.5rem;overflow-y: scroll;box-shadow:0 0.1rem 0.2rem #e5e5e5;border-radius:0 0 0.1rem 0.1rem;padding: 0.25rem;}


	.cp-list{margin:-0.5rem 0 0;justify-content: space-between;}
	.cp-list .item{width: 100%;margin:0.5rem 0 0;text-align: center;}
	.cp-list .imgbox{height: 2.6rem;}



	/* 產品中心详情 */
	.cp-det{padding:1px 0 0.8rem;}

	.cp-intro{margin-top: 0;padding:0.5rem 0 0;box-shadow:none;display: block;}
	.cp-intro .imgbox{max-width: 100%;width: 90%;height: auto;margin:0 auto;}
	.cp-gallery{max-width:100%;width:100%;}
	.cp-gallery-main .pic{height:3rem;}
	.cp-gallery-main .swiper-button{width:0.34rem;height:0.34rem;margin-top:-0.17rem;}
	.cp-gallery-main .swiper-button::after{font-size:0.15rem;}
	.cp-gallery-thumbs{margin-top:0.12rem;}
	.cp-gallery-thumbs .thumb{height:0.68rem;padding:0.05rem;}
	.cp-intro .info{width: 100%;margin-top: 0.3rem;}
	.cp-intro .title{font-size: 0.22rem;line-height: 1.4;}
	.cp-intro .anniu{margin-top: 0.35rem;}

	.cp-mod{margin-top: 0.35rem;}
	.cp-mod .txt{overflow-x:auto;}
	.cp-mod .txt table{min-width:6rem;}
	.cp-mod .txt table th,.cp-mod .txt table td{font-size:0.15rem;padding:0.1rem 0.12rem;}
	.cp-mod .piclist{justify-content: space-between;margin: 0;}
	.cp-mod .piclist .item{width: 48.5%;margin:3% 0 0;}
	.cp-mod .piclist .imgbox{height: 2rem;}


	.lx-di{padding:0.5rem 0;}
	.lx-di .t-tit{font-size: 0.35rem;margin-bottom: 0.25rem;line-height: 1.3;}
	.lx-di .row{display: block;}
	.lx-di .item{width: 100%;margin-bottom: 0.13rem;}
	.lx-di .submit{margin-left: 50%;transform: translate(-50%,0);}


	/* 新闻详情 */
	.xw-det{padding:0.6rem 0 0.2rem;}
	.xw-det .edit{font-size:0.15rem;}

	.xw-det .t-tit{font-size: 0.22rem;}
	.xw-det .t-tit:before{width: 0.05rem;height: 0.2rem;}

	.xw-det .mod, .xw-det .mod{margin-top: 0.4rem;}
	.xw-det .mod .txt, .xw-det .mod .txt{padding-left: 0;}
	.xw-det .piclist{justify-content: space-between;}
	.xw-det .piclist li{margin:0 0 0.4rem;width: 48%;}
	.xw-det .piclist .imgbox{margin:0 auto;width: 1.4rem;height: 1.4rem;padding: 0.07rem;}
	.xw-det .piclist .title{font-size: 0.18rem;}

	.pagenav{padding:0.2rem 0;}
	.pagenav .box{display: block;}
	.pagenav .lk{display: block;max-width: 100%;line-height: 0.35rem;font-size: 0.15rem;}



	.btn{line-height: 0.45rem;}
	/* index */
	.idx-ban .item{height: 2.5rem;}
	.idx-ban .box{left: 6%;right: 6%;max-width: none;}
	.idx-ban .content p:first-child,.idx-ban .title{font-size: 0.35rem;line-height: 1.2;}
	.idx-ban .content p{font-size: 0.17rem;line-height: 1.5;}
	.idx-ban .more{margin-top: 0.22rem;font-size: 0.14rem;line-height: 0.42rem;padding:0 0.22rem;}
	.idx-ban .swiper-pagination{bottom: 0.3rem;}

	.idx-tt .en{font-size: 0.18rem;}
	.idx-tt .bt{font-size: 0.28rem;}
	.idx-tt .more{font-size: 0.15rem;padding:0 0.18rem;}
	.idx-tt .more::after{width: 0.1rem;height: 0.1rem;}

	.idx-solu{padding:0.5rem 0;}

	.idx-us{margin-top:-0.3rem;padding:0.72rem 0 0.45rem;}
	.idx-us::before{top:-0.34rem;height:0.62rem;}
	.idx-us-intro .title{font-size: 0.22rem;}
	.idx-us .txt{font-size: 0.15rem;line-height: 1.7;}
	.idx-us .list{flex-wrap: wrap;margin-top: 0.24rem;}
	.idx-us .list li{width: 50%;padding:0.16rem 0.08rem;}
	/* .idx-us .list li:last-child{width: 100%;} */
	.idx-us .list .fz i{font-size: 0.32rem;}
	.idx-us .list .wz{font-size: 0.15rem;}

	.idx-products{padding:0.42rem 0 0.28rem;}
	.idx-products-title{font-size: 0.24rem;}
	.idx-products-list{margin:0.28rem 0 0;}
	.idx-products-list .item{width: 100%;margin:0 0 0.28rem;}
	.idx-products-list .imgbox{height:auto;}
	.idx-products-list .title{font-size: 0.15rem;margin-top: 0.14rem;}

	.idx-applications{padding:0.08rem 0 0.42rem;}
	.idx-applications-title{font-size: 0.24rem;}
	.idx-applications-list{height: auto;margin-top: 0.28rem;display: block;}
	.idx-applications-list .item{height: 1rem;margin-bottom: 0.08rem;transition: all .45s ease;}
	.idx-applications-list .item.active{height: 3.6rem;}
	.idx-applications-list .item:hover{flex: none;}
	.idx-applications-list .title{font-size: 0.15rem;padding:0.22rem 0.18rem;opacity:1;transform: none;}

	.idx-choose{padding:0.42rem 0 0.5rem;}
	.idx-choose-head p:first-child{font-size:0.23rem;}
	.idx-choose-head p{font-size:0.13rem;}
	.idx-choose-head{display:block;}
	.idx-choose-head p:not(:first-child){width:100%;min-height:0;margin-top:0.12rem;padding:0.14rem;}
	.idx-choose-list{display:block;margin-top:0.26rem;}
	.idx-choose-list .item{width:100%;min-height:0;margin-bottom:0.18rem;padding:0.24rem 0.22rem 0.28rem;}
	.idx-choose-list .avatar{width:0.52rem;height:0.52rem;}
	.idx-choose-list .stars{ left: 1.1rem;
        top: 0.35rem;}
	.idx-choose-list .txt{margin-top:0.28rem;font-size:0.14rem;line-height:1.8;}

	.idx-inquiry{padding:0.42rem 0 0.56rem;}
	.idx-inquiry-title{font-size:0.24rem;}
	.idx-inquiry-form{max-width:100%;margin-top:0.28rem;}
	.idx-inquiry-form .row{margin-bottom:0.16rem;}
	.idx-inquiry-form .row.flex{display:block;}
	.idx-inquiry-form .item{width:100%;margin-bottom:0.16rem;flex:none;}
	.idx-inquiry-form .ipt{height:0.46rem;font-size:0.14rem;}
	.idx-inquiry-form .con{height:1.25rem;}
	.idx-inquiry-form .submit{line-height:0.4rem;font-size:0.14rem;}

	.idx-xw{padding:0.5rem 0;}
	.idx-xw .list{justify-content: space-between;margin: 0;}
	.idx-xw .list .item{width: 100%;margin:0 0 4%;height: 2.5rem;}
	.idx-xw .list .title{font-size: 0.18rem;line-height: 0.3rem;height: 0.6rem;}
	.idx-xw .list .more{font-size: 0.15rem;}


}
