@charset "utf-8";

@font-face
{font-family: RobotoRegular;
src: url('../font/Roboto-Regular-14.ttf')}

@font-face
{font-family: RobotoLight;
src: url('../font/Roboto-Light-10.ttf')}




*{box-sizing:border-box;}
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:"RobotoRegular","PingFang SC", "PingFang TC",'PingFangMedium',"microsoft yahei";font-size:inherit;line-height: 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;font-family: 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: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.auto{margin:0 auto;max-width: 16rem;width: 90%;}
.auto1520{margin:0 auto;max-width: 15.2rem;width: 90%;}
.auto1400{margin:0 auto;max-width: 14rem;width: 90%;}
: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!important;}
.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;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}




.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);} 
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}
.img_fit{width: 100%;height: 100%;display: block;object-fit: contain;}

.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; display:flex;}
.flex-center{display: flex!important;align-items: center;justify-content: center;}
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}

html{font-size: 5.2083vw;}
body{font-size: 0.16rem;line-height: 1.5;color:#333;overflow-wrap: break-word;}

::-webkit-input-placeholder{color:rgba(51,51,51,.2);}
:-moz-placeholder{color:rgba(51,51,51,.2);}
::-moz-placeholder{color:rgba(51,51,51,.2);}
:-ms-input-placeholder{color:rgba(51,51,51,.2);}


.squareimg{width:100%;padding-bottom: 100%;overflow: hidden;position: relative;}
.squareimg .img{ position: absolute;top: 50%;left: 50%;width: 100%;height: 100%; object-fit: cover;transform: translate(-50%,-50%);}
.item:hover .imgbox.squareimg .img{transform: translate(-50%,-50%) scale(1.1,1.1) ;}



.btn{font-size:0.2rem;color:#177CBD;height:0.48rem;line-height:0.48rem;background:#fff;border-radius:0.3rem;border:0;cursor: pointer;padding:0 0.25rem 0 0.2rem;display: inline-block;vertical-align: middle;text-transform: capitalize;box-shadow:0 0 0.04rem rgba(23,124,189,.05);}
.btn .arr{width:0.32rem;height:0.32rem;background:url(../images/icon_06.png) no-repeat center;background-size:contain;margin: -0.02rem 0.18rem 0 0;display: inline-block;vertical-align: middle;}
.btn-r{padding:0 0.2rem 0 0.25rem;}
.btn-r .arr{margin-right:0;margin-left:0.18rem;}

.btn:hover,.btn.this{color:#fff;background:#177CBD;}
.btn:hover .arr,.btn.this .arr{background-image:url(../images/icon_06-1.png);}
.btn.this:hover{background:#0c70b0;}

.c-main{color:#177CBD!important;}



/* 公共部分 */
.head{position: sticky;width: 100%;left: 0;top: 0;background-color: #000;z-index:100;height:1.1rem;}
.head .wrap{display: flex;align-items: center;height:100%;}
.head .r{flex:1;width:0;}

.hd-logo .img{height: 0.56rem;width: auto;}
.hd-logo .img2{display: none;}




.head .tt{display: flex;align-items: center;justify-content: flex-end;margin:0.17rem 0 0.1rem;padding-right:0.35rem;}

.head .social .icon{width: 0.3rem;height: 0.3rem;margin-left: 0.24rem;background-size:0.24rem;}


.hd-lang .icon,.hd-sear .icon{display: block;width: 0.3rem;height: 0.3rem;cursor: pointer;background-repeat:no-repeat;background-position:center;background-size:0.24rem;}


.hd-lang{margin-left:0.2rem;position: relative;}
.hd-lang .icon{background-image:url(../images/lang.png);}
.hd-lang:hover .icon{background-image:url(../images/lang-1.png);}

.hd-lang .drop{width:2rem;position: absolute;right: -0.4rem;top: 0.5rem;display: none;z-index:60;}
.hd-lang .drop .link{display: flex;padding:0 0.15rem;font-size:0.2rem;align-items: center;border-radius:0.5rem;background:#fff;margin-bottom:0.1rem;height:0.46rem;}
.hd-lang .drop .ic{width:0.36rem;}
.hd-lang .drop span{flex:1;overflow: hidden;text-align: center;transition: all 0s;}
.hd-lang .drop .link i{font-weight: bold;}
.hd-lang .drop .link:hover{color:#fff;background:#177CBD;}



.hd-sear{margin-left:0.5rem;}
.hd-sear .close{display: none;}
.hd-sear .icon{background-image:url(../images/search.png);}
.hd-sear:hover .icon{background-image:url(../images/search-1.png);}


.hd-sear .drop{background-color: #fff;position: absolute;max-width:9.3rem;left: 50%;top: 50%;display: none;transform: translate(-50%,-50%);width:60%;}
.hd-sear .form{display: flex;align-items: center;width: 100%;background:#fff;border:1px solid #2E3346;border-radius:0.1rem;overflow: hidden;}
.hd-sear .form .ipt-txt{font-size: 0.2rem;width:100%;padding:0 0.2rem;line-height:0.48rem;}
.hd-sear .form .submit{width: 0.48rem;height: 0.48rem;border:0;cursor: pointer;background:url(../images/search-2.png) no-repeat center;background-size:0.24rem;margin-right:0.05rem;}


.showsearch{background:#fff;}
.showsearch .social{display: none;}
.showsearch .hd-nav{display: none;}
.showsearch .hd-logo .img1{display: none;}
.showsearch .hd-logo .img2{display: block;}
.showsearch .hd-lang .icon{background-image:url(../images/lang-2.png);}
.showsearch .hd-sear .drop{display: block;}
.showsearch .hd-sear .icon{display: none;}
.showsearch .hd-sear .close{width:0.24rem;height:0.24rem;background:url(../images/close.png) no-repeat center;background-size:contain;display: block;margin-right:0.1rem;cursor: pointer;}


.hd-nav.show{display: block;}
.hd-nav ul{display: flex;justify-content: flex-end;}
.hd-nav li{margin-left:0.6rem;position: relative;}
.hd-nav li:first-child{margin-left: 0;}
.hd-nav li>a{display: block;font-size: 0.16rem;color:#fff;line-height: 0.5rem;text-transform: uppercase;position: relative;}
/* .hd-nav li>a::after{content:'';position: absolute;width:0;left:50%;bottom:0;height:1px;background:#e9671c;transition: all 0.3s;} */
.hd-nav li:hover>a,.hd-nav li.cur>a{color:#004EA2;font-weight: bold;}
/* .hd-nav li:hover>a::after,.hd-nav li.cur>a::after{width:100%;left:0;} */


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1) translate(-50%,0);}

.hd-nav .drop{position: absolute;left:50%;transform:scaleY(0) translate(-50%,0);visibility: hidden;opacity: 0;transition: all .2s ease 0s;transform-origin: center top;width:100%;width: 2.1rem;background-color: #fff;box-shadow:0 0.04rem 0.04rem rgba(0,0,0,0.25);border-radius:0 0 0.05rem 0.05rem;}
.hd-nav .drop .lk{line-height: 0.2rem;display: block;font-size: 0.16rem;color:#666;padding:0.2rem 0.1rem;text-align: center;text-transform: uppercase;}
.hd-nav .drop .lk:hover,.hd-nav .drop .lk.active{color: #fff;background:#000;}


.hd-nav .cp{position: static;}
.hd-nav .cp .cpdrop{width:10.6rem;background:#fff;min-height:3.2rem;}



.hd-nav .cpdrop .row{width:2.06rem;}

.hd-nav .cpdrop .subdrop{position: absolute;left:2.06rem;right:0;top:0;bottom:0;padding:0.1rem 0;transition: all 0s;background:#fafafa;border-radius:0 0 0.05rem 0;}
.hd-nav .cpdrop .subdropbox{padding:0.25rem 0.45rem;}
.hd-nav .cpdrop .grps{display: flex;flex-wrap:wrap;margin:-3% 0 0 -3%;}

.hd-nav .cpdrop .item{width:30.3%;margin:3% 0 0 3%;}
.hd-nav .cpdrop .imgbox{height:2.1rem;display: block;background:#fff;border-radius:0.4rem;}
.hd-nav .cpdrop .imgbox .img{width:100%;height:100%;object-fit: contain;}
.hd-nav .cpdrop .title{font-size:0.16rem;line-height:1.4;text-align: center;margin:0.1rem 0 0;display: block;font-family: 'RobotoLight';}
.hd-nav .cpdrop .item:hover .title{color:#177CBD;font-weight: bold;}
.hd-nav .cpdrop .row .subdrop{display: none;}

.hd-nav .cpdrop .row.active .subdrop{display: block;}
.hd-nav .cpdrop .row.active .lk{color: #fff;font-weight: bold;background:#000;}


.hd-nav .soludrop{width:2.05rem;background:#fff;}
.hd-nav .soludrop .subdrop{width:2.8rem;position: absolute;top:0;left:2.04rem;background:#FAFAFA;display: none;}
.hd-nav .soludrop .row:hover .subdrop{display: block;}
.hd-nav .soludrop .subdrop .lk{text-transform: initial;}
.hd-nav .soludrop .row>.lk{position: relative;}
/* .hd-nav .soludrop .row>.lk{display: flex;} */
.hd-nav .soludrop .row>.lk::after{content:'';width:0.38rem;height:0.38rem;background:url(../images/icon_21.png) no-repeat center;background-size:contain;position: absolute;right: 0;top:50%;margin-top:-0.19rem;}
.hd-nav .soludrop .row>.lk:hover{padding-right:0.38rem;}





.foot{background:#000;font-size:0.18rem;color:#fff;line-height:1.8;}
.foot .auto{max-width:16rem;}

.ft-t{padding:0.4rem 0 0.45rem;}
.ft-t .top{display: flex;align-items: center;justify-content: space-between;}
.ft-t .smlogo{height:0.5rem;width:auto;}


.ft-t .cen{margin-top:0.32rem;display: flex;flex-wrap: wrap;}
.ft-t .info{width:3rem;margin-right:5%;}
.ft-t .info .tit{text-transform: uppercase;margin:0;}
.ft-t .info .smtit{text-transform: capitalize;margin:0.25rem 0 0.13rem;}
.ft-t .form{max-width:2.48rem;}
.ft-t .form .item{margin-bottom:0.12rem;}
.ft-t .form .ipt{font-size:0.16rem;color:#333;height:0.44rem;line-height:0.44rem;text-transform: capitalize;width:100%;}
.ft-t .form .ipt-txt{padding:0 0.12rem;}
.ft-t .form .submit{background:#167cbe;cursor: pointer;font-weight: bold;color:#fff;}
.ft-t .form .submit:hover{background:#0c70b0;}

.ft-t .tit{font-size:0.2rem;margin-bottom:0.13rem;text-transform: capitalize;}
.ft-t .menus{display: flex;justify-content: space-around;}
.ft-t .menus .col{max-width:23%;}
.ft-t .lks{}
.ft-t .lks li{margin-bottom:0.07rem;}
.ft-t .lks li a{display: inline-block;font-family: 'RobotoLight';transition: all 0s;}
.ft-t .lks li:hover{color:#167cbe;}


.social{display:flex;}
.social .icon{width:0.32rem;height:0.32rem;background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:0.32rem;}
.social .linkedin{background-image:url(../images/linkedin.png);}
.social .youtobe{background-image:url(../images/youtobe.png);}
.social .facebook{background-image:url(../images/facebook.png);}
.social .instagram{background-image:url(../images/instagram.png);}
.social .tiktok{background-image:url(../images/tiktok.png);}
.social .linkedin:hover{background-image:url(../images/linkedin-1.png);}
.social .youtobe:hover{background-image:url(../images/youtobe-1.png);}
.social .facebook:hover{background-image:url(../images/facebook-1.png);}
.social .instagram:hover{background-image:url(../images/instagram-1.png);}
.social .tiktok:hover{background-image:url(../images/tiktok-1.png);}


.ft-c{padding:0.1rem 0;text-align: center;}
.ft-c span{font-size:0.2rem;margin:0 0.25rem;}

.ft-b{line-height: 0.25rem;padding:0.25rem 0;border-top:1px solid #CACACA;text-align: center;font-size:0.14rem;}
.ft-b span{margin:0 0.45rem;}
.ft-b a:hover{opacity: 0.85;}





/* blog */
.inner-ban{height: 5rem;position: relative;}
.inner-ban .imgbox{height:100%;}
.inner-ban .box{position: absolute;width: 100%;left:0;top:50%;transform: translate(0,-50%);text-align: center;}
.inner-ban .bt{font-size:0.5rem;color:#fff;font-weight: bold;text-transform: capitalize;}
.inner-ban .txt{font-size:0.2rem;color:#fff;margin:0.5rem auto 0;}




.crumb{padding:0.15rem 0;line-height:0.3rem;color:#2E3346;background:#fff;}
.crumb *{text-transform: uppercase;}
.crumb i{margin:0 0.15rem;}
.crumb a:first-child{font-weight: bold;}
.crumb a:hover{color: #004EA2;}

.idx-tt{margin-bottom:0.5rem;}
.idx-tt .bt{font-size:0.5rem;line-height:1.2;text-transform: capitalize;}
.idx-tt.white .bt{color:#fff;}

.idx-smtt{align-items: center;justify-content: space-between;margin:0 0 0.45rem;}
.idx-smtt.center{text-align: center;}
.idx-smtt .bt{font-size:0.46rem;font-family: 'RobotoLight';text-transform: capitalize;}
.idx-smtt .bt.fz38{font-size:0.38rem;}
.idx-smtt .smwz{margin:0.15rem 0 0;}

.idx-smtt .tabs{width:70%;max-width:9rem;border:1px solid #167cbe;border-radius:0.02rem;display: flex;}
.idx-smtt .tabs .lk{font-size: 0.2rem;flex:1;overflow: hidden;line-height:0.46rem;text-align: center;}
.idx-smtt .tabs .lk.cur{color:#fff!important;background-color: #167cbe;font-weight: bold;}
.idx-smtt .tabs .lk:hover{color: #167cbe;}




.main{background:#fafafa;padding:0.7rem 0 0.9rem;}


.blog-list{}
.blog-list .item{padding:0.2rem 0.25rem;margin:0 0 0.35rem;display: flex;align-items: center;box-shadow:0 0.04rem 0.04rem rgba(0,0,0,.05);background:#fff;position: relative;}
.blog-list .item::after{content:'';position: absolute;left:0;bottom:0;width:0;height:2px;background:#177CBD;transition: all 0.3s;}
.blog-list .imgbox{width:28%;height:2.42rem;border-radius:0.15rem;margin-right:0.25rem;}
.blog-list .info{}
.blog-list .tt{display: flex;align-items: center;justify-content: space-between;}
.blog-list .date{color:#666666;font-family: 'RobotoLight';background:url(../images/icon_05.png) no-repeat left center;background-size:0.24rem;padding-left:0.38rem;}
.blog-list .more{font-size:0.2rem;color:#666;text-transform: capitalize;font-family: 'RobotoLight';}
.blog-list .title{font-size:0.22rem;font-weight: bold;margin:0.28rem 0 0;-webkit-line-clamp:1;}
.blog-list .txt{color:#666666;line-height:1.5;-webkit-line-clamp:3;margin-top:0.12rem;font-family: 'RobotoLight';}
.blog-list .item:hover .date,.blog-list .item:hover .more,.blog-list .item:hover .title{color:#177CBD;}
.blog-list .item:hover .date{color:#177CBD;background-image:url(../images/icon_05-1.png);}
.blog-list .item:hover::after{width: 100%;}
.blog-list .more:hover{font-weight: bold;}
.blog-list .item:last-child{margin-bottom:0;}



.pagination{text-align: center;margin-top: 0.65rem;display: flex;align-items: center;justify-content: center;}
.pagination li{display: inline-block;vertical-align: middle;margin:0 0.03rem;}
.pagination li span,.pagination li a{font-size: 0.14rem;color:#1D2129;width: 0.32rem;height: 0.32rem;line-height:0.32rem;display: block;transition: all 0s;}
.pagination li.active a,.pagination li.active span,.pagination li a:hover,.pagination li span:hover{color:#fff;background:#177CBD;}

.pagination select{width:1.3rem;height: 0.32rem;line-height: 0.32rem;font-size: 0.14rem;color:#1D2129;margin:0 0.05rem;padding:0 0.12rem;border:0;background:url(../images/xz_03.png) no-repeat 94% center #f8f8f8;background-size:0.12rem;appearance: none;-webkit-appearance: none;}
.pagination select option{font-size: inherit;}



.ft-form{padding:0.7rem 0;background:url(../images/image1768.jpg) no-repeat center 20%;background-size:cover;}
.ft-form .auto{max-width:14rem;}
.ft-form .idx-tt{max-width:8.8rem;margin-left:auto;margin-right:auto;}

.ft-form .tabs{margin:0 0 0.35rem;display: flex;justify-content: space-around;}
.ft-form .tabs .lk{font-size:0.18rem;color:#fff;text-transform: capitalize;width:2.97rem;border:1px solid #fff;padding:0.12rem 0;text-align: center;cursor: pointer;}
.ft-form .tabs .ico{height:0.38rem;width:auto;margin:0 auto 0.04rem;display: block;}
.ft-form .tabs .ico-h{display: none;}
.ft-form .tabs .lk.cur{border-color:#167cbe;background:#167cbe!important;color:#fff!important;}
.ft-form .tabs .lk.cur .ico-s{display: none;}
.ft-form .tabs .lk.cur .ico-h{display: block;}

.ft-form .row.flex{margin-left:-5%;flex-wrap:wrap;}
.ft-form .row.flex .item{width: 28.3%;margin:0 0 0.2rem 5%;}
.ft-form .item{}
.ft-form .tit{font-size: 0.24rem;color:#fff;margin-bottom:0.07rem;text-transform: capitalize;}
.ft-form .tit i{color:#DC251D;}
.ft-form .tit em{font-size:0.16rem;}
.ft-form .ipt{background:rgba(255,255,255,.6);font-size:0.16rem;color:#000;width:100%;}
.ft-form .ipt-txt{height:0.44rem;line-height:0.44rem;padding:0 0.15rem;}
.ft-form .con{height:1.3rem;resize:none;padding:0.1rem 0.15rem;}
.ft-form .submit{margin:0.5rem auto 0;}
.ft-form .ipt:focus{background:#fff;}

.ft-form ::-webkit-input-placeholder{color:#F0F0F0;}
.ft-form :-moz-placeholder{color:#F0F0F0;}
.ft-form ::-moz-placeholder{color:#F0F0F0;}
.ft-form :-ms-input-placeholder{color:#F0F0F0;}



/* contact */
.lx-main .ft-form{background:none;padding:0;}
.lx-main .ft-form .tabs .lk{color:#177CBD;border:1px solid #177CBD;background:#fff;}
.lx-main .ft-form .tit{color:#333;}
.lx-main .ft-form .ipt{color:#333;box-shadow:0 0.04rem 0.04rem rgba(23,124,189,.05);background:#fff;border:1px solid rgba(0,0,0,.2);}
.lx-main .ft-form .ipt:focus{border-color:rgba(23,124,189,.6);}


.lx-sec{background:url(../images/image1768.jpg) no-repeat center 20%;background-size:cover;padding:0.65rem 0 0.85rem;}
.lx-sec .detail{background:rgba(255,255,255,.9);padding:0.58rem 0.35rem;}

.lx-sec .list{display: flex;align-items: flex-start;flex-wrap:wrap;}
.lx-sec .list li{text-align: center;width:33.33%;position: relative;}
.lx-sec .list .icon{width:auto;display: block;margin:0 auto;}
.lx-sec .list .txt{text-transform: capitalize;}
.lx-sec .list li::after{content:'';position: absolute;width:1px;background:#D8D9E2;right:0;top:0;}
.lx-sec .list li:last-child::after{display: none;}

.lx-sec .t-tit{font-size:0.46rem;color:#212121;text-align: center;margin:0.75rem 0 0.4rem;}

.lx-sec .list1 li::after{height:1.6rem;}
.lx-sec .list1 .icon{height:0.84rem;}
.lx-sec .list1 .title{font-size:0.24rem;font-weight: bold;margin-top:0.16rem;}
.lx-sec .list1 .txt{font-size:0.18rem;color:#666666;line-height: 1.8;margin:0.05rem auto 0;max-width:3.05rem;}

.lx-sec .list2 li::after{height:0.78rem;}
.lx-sec .list2 .icon{height:0.44rem;}
.lx-sec .list2 .txt{font-size:0.2rem;color:#333333;line-height: 1.5;margin:0.11rem auto 0;max-width:3.1rem; }


/* download */
.download-list{}
.download-list .item{margin-bottom:0.25rem;display: flex;align-items: center;padding:0.3rem 0.7rem;background:#fafafa;position: relative;box-shadow:0 0.04rem 0.04rem rgba(16,45,125,.05);}
.download-list .item:last-child{margin:0;}
.download-list .item::after{content:'';position: absolute;left:0;bottom:0;width:0;height:2px;background:#177CBD;transition: all 0.3s;}
.download-list .icon{width:0.84rem;height:0.84rem;margin:0 0.3rem 0 0;}
.download-list .info{padding:0.1rem 0.05rem;}
.download-list .pdf{background:url(../images/icon_10.png) no-repeat center;background-size:contain;}
.download-list .title{font-size:0.2rem;color:#666666;font-weight: bold;text-transform: uppercase;}
.download-list .bot{margin-top:0.12rem;display: flex;align-items: center;justify-content: space-between;}
.download-list .botr{display: flex;align-items: center;}
.download-list .date{font-size:0.14rem;color:#666666;font-weight: bold;}
.download-list .xzbtn{width:0.4rem;height:0.4rem;background:url(../images/lx_07.png) no-repeat center #177CBD;background-size:0.2rem;border-radius:50%;margin-left:0.4rem;}
.download-list .xzbtn:hover{background-image:url(../images/lx_07-1.png);background-color:#fff;}

.download-list .item:hover{background:#fff;}
.download-list .item:hover::after{width: 100%;}
.download-list .item:hover .pdf{background-image:url(../images/icon_10-1.png);}
.download-list .item:hover .xzbtn{background-image:url(../images/lx_07-1.png);background-color:#fff;box-shadow:0 0 0.04rem rgba(23,124,189,.25);}
.download-list .item:hover .get{background-color:#fff;color:#177CBD;box-shadow:0 0 0.04rem rgba(23,124,189,.25);}
.download-list .item:hover .get .arr{background-image:url(../images/icon_06.png);}
.download-list .item:hover .title,.download-list .item:hover .date{color:#333;}




/* blogDetail */
.blog-det .auto{max-width:14.4rem;}
.blog-det .titbox{margin: 0 auto 0.6rem;text-align: center;}
.blog-det .titbox .title{font-size: 0.46rem;color:#333;text-transform: capitalize;padding-bottom: 0.12rem;font-family: 'RobotoLight';line-height:1.4;position: relative;}
.blog-det .titbox .title::after{content:'';width:70%;position: absolute;left:50%;transform: translate(-50%,0);bottom:0;height:0.02rem;background:#177CBD;}
.blog-det .titbox .date{color:#000;margin-top:0.14rem;}


.blog-det .edit{line-height: 1.8;color:#333;margin:0 0 0.35rem;}


.blog-det .posttime{font-size: 0.14rem;color:#2B2B2B;font-weight: bold;padding-top: 0.1rem;border-top:1px solid #177CBD;text-transform: capitalize;}
.blog-det .posttime span{margin-right: 0.45rem;}
.blog-det .posttime span:last-child{margin-right:0;}


.blog-author{display: flex;align-items: center;margin-top:0.34rem;}
.blog-author .avatar{width:0.8rem;height: 0.8rem;border-radius:50%;margin-right: 0.35rem;}
.blog-author .tt{display: flex;align-items: center;}
.blog-author .name{font-size: 0.24rem;color:#2B2B2B;font-weight: bold;margin-right: 0.3rem;}
.blog-author .bq{font-size: 0.14rem;color:#fff;line-height: 0.22rem;display: inline-block;vertical-align: middle;padding:0 0.08rem;border-radius:0.04rem;background-color: #177CBD;padding:0 0.15rem;}
.blog-author .txt{color:#666666;line-height: 1.8;margin-top: 0.14rem;}



.blog-rela{padding:0 0 0.9rem;background:#fafafa;}
.blog-rela .idx-tt{align-items: center;justify-content: space-between;margin:0 0 0.8rem;}

.blog-rela-list{display: flex;flex-wrap:wrap;margin:-1.5% 0 0 -1.5%;}
.blog-rela-list .item{padding:0.15rem;width:23.5%;margin:1.5% 0 0 1.5%;border-radius:0.3rem;}
.blog-rela-list .imgbox{height:2.4rem;}
.blog-rela-list .font{margin:0.3rem 0 0;padding-bottom:0.1rem;position: relative;}
.blog-rela-list .font span{margin-right:0.2rem;}
.blog-rela-list .font::after{content:'';position: absolute;left:0;bottom:0;height:1px;background:#177CBD;width:0;transition: all 0.3s;}
.blog-rela-list .title,.blog-rela-list .txt{font-family: 'RobotoLight';line-height:1.5;-webkit-line-clamp:2;}
.blog-rela-list .title{font-size:0.22rem;margin-top:0.2rem;}
.blog-rela-list .txt{color:#666666;margin-top:0.18rem;}
.blog-rela-list .more{margin-top:0.2rem;}
.blog-rela-list .item:hover{box-shadow:0 0.04rem 0.04rem rgba(0,0,0,.05);}
.blog-rela-list .item:hover .font::after{width:100%;}
.blog-rela-list .item:hover .title{color:#177CBD;}



/* solution */
.solu-tab{border:1px solid rgba(0,78,162,.2);display: flex;margin:0 0 0.5rem;}
.solu-tab .lk{font-size:0.24rem;color:#177CBD;width:50%;line-height:0.64rem;text-align: center;}
.solu-tab .lk.cur,.solu-tab .lk:hover{color:#fff;background:#177CBD;}

.solu-desc{line-height:1.8;margin-bottom:0.45rem;}

.solu-list{display:flex;flex-wrap:wrap;margin:-5% 0 0 -5%;}
.solu-list .item{width:28.3%;margin:5% 0 0 5%;text-align: center;}
.solu-list .imgbox{}
.solu-list .title{font-size:0.2rem;color:#666666;font-family: 'RobotoLight';margin-top:0.2rem;}
.solu-list .more{margin-top:0.15rem;}
.solu-list .item:hover .title{color:#177CBD;}


/* solutionDetail */
.solu-ban .box{text-align: left;}
.solu-ban .bt{color:#333;}
.solu-ban .txt{color:#333;margin-top:0.3rem;}


.solu-intro{}
.solu-intro .detail{background:#fff;display: flex;align-items: center;}
.solu-intro .imgbox{height:3.6rem;width:43%;}
.solu-intro .info{padding:0 5%;}
.solu-intro .title{font-size:0.2rem;font-weight: bold;}
.solu-intro .txt{font-size:0.2rem;line-height:1.8;font-family: 'RobotoLight';margin-top:0.2rem;}


.solu-key{margin-top:0.9rem;}
.solu-key .list{display: flex;flex-wrap:wrap;margin:-3% 0 0 -3%;}
.solu-key .list .item{width:30.3%;margin:3% 0 0 3%;padding:0.24rem 0.25rem;background:#fff;text-align: center;border-radius:0.1rem;box-shadow:0 0.04rem 0.04rem rgba(16,45,125,.05);cursor: pointer;}
.solu-key .list .ico{width:0.64rem;display: block;margin:0 auto;}
.solu-key .list .ico-h{display: none;}
.solu-key .list .txt{color:#666666;line-height:1.6;margin-top:0.14rem;}
.solu-key .list .item:hover{background:#177CBD;}
.solu-key .list .item:hover .ico-s{display: none;}
.solu-key .list .item:hover .ico-h{display: block;}
.solu-key .list .item:hover .txt{color:#fff;}


.solu-gym{margin-top:0.9rem;}
.solu-gym .list{display: flex;flex-wrap:wrap;margin:-2% 0 0 -2%;}
.solu-gym .list .item{width:23%;margin:2% 0 0 2%;}
.solu-gym .list .imgbox{height:3rem;}
.solu-gym .list .txt{color:#212121;line-height:1.5;margin-top:0.14rem;font-size:0.18rem;font-family: 'RobotoLight';}



/* technicalInnovation */
.tech-hardw{padding:0.6rem 0 0.7rem;/* background:#f6fafd; */}
.tech-hardw .list{padding:0.2rem 0 0.55rem;}
.tech-hardw .list .item{display: flex;align-items: center;margin-top:0.35rem;justify-content: space-between;}
.tech-hardw .list .item:first-child{margin-top:0;}
.tech-hardw .list .imgbox{height:3.14rem;margin-right:0.35rem;width:37%;}
.tech-hardw .list .info{width:47%;margin-right:6.5%;}
.tech-hardw .list .title{font-size:0.24rem;font-weight: bold;}
.tech-hardw .list .txt{line-height:1.8;margin-top:0.3rem;border-bottom:1px solid rgba(34,34,34,.1);padding-bottom:0.14rem;}
.tech-hardw .list .txtmore{margin-top:0.16rem;font-size:0.2rem;color:#177CBD;text-transform: capitalize;display: flex;align-items: center;}
.tech-hardw .list .txtmore::after{content:'';width:0.38rem;height:0.38rem;background:url(../images/arricon.png) no-repeat center;background-size:contain;margin-left:0.15rem;transition: all 0.3s;}
.tech-hardw .list .txtmore:hover{font-weight: bold;}
.tech-hardw .list .txtmore:hover::after{margin-left:0.1rem;}

.tech-hardw.even .list .item{flex-direction: row-reverse;}

.tech-soft{padding:0.7rem 0 0.9rem;}
.tech-soft .detail{display: flex;align-items: center;}
.tech-soft .lbox{background:#F6FAFC;border-radius:0.08rem;padding:0.2rem 7%;}
.tech-soft .rbox{margin-left:0.3rem;width:37%;}
.tech-soft .imgbox{}
.tech-soft .item{padding:0.2rem 0;border-bottom:1px solid rgba(34,34,34,.1);}
.tech-soft .item:last-child{border:0;}
.tech-soft .item .title{font-size:0.24rem;font-weight: bold;}
.tech-soft .item .txt{line-height:1.8;margin-top:0.1rem;}
.tech-soft .item .txt p{margin-bottom:0.08rem;}
.tech-soft .item .txt p:last-child{margin-bottom: 0;}


/* brandStory */
.brand-intro{background:#F6FAFC;padding:0.55rem 0;}
.brand-intro .mod{margin-bottom:1.2rem;}
.brand-intro .mod:last-child{margin-bottom:0;}
.brand-intro .smtit{font-size:0.2rem;font-weight: bold;margin-bottom:0.27rem;text-transform: capitalize;}
.brand-intro .smlogo{height:0.44rem;width:auto;}
.brand-intro .txt{line-height:1.8;margin-top:0.2rem;}
.brand-intro .list{display:flex;flex-wrap:wrap;margin:0.35rem 0 0 -1.5%;}
.brand-intro .list .item{width:23.5%;margin:0 0 1.5% 1.5%;}
.brand-intro .list .imgbox{height:2.36rem;background:#fff;}


.brand-cul{padding:0.7rem 0 1rem;background:#FAFAFA;}
.brand-cul .list{}
.brand-cul .list .item{display: flex;align-items: center;border-bottom:1px solid #ECF3F8;}
.brand-cul .list .titbox{width:50%;min-height:2.13rem;padding:0.35rem 0 0 1rem;font-size:0.46rem;color:#242424;font-family: 'RobotoLight';text-transform: capitalize;position: relative;}
.brand-cul .list .ico{position: absolute;right:0;bottom:0;width:2.76rem;}
.brand-cul .list .ico-h{display: none;}
.brand-cul .list .info{width:50%;padding:0.15rem 5%;}
.brand-cul .list .title{font-size:0.24rem;font-weight: bold;}
.brand-cul .list .txt{line-height:1.8;margin-top:0.15rem;}
.brand-cul .list .item:hover{background:#fff;}
.brand-cul .list .item:hover .titbox{background:#177CBD;color:#fff;}
.brand-cul .list .item:hover .ico-s{display: none;}
.brand-cul .list .item:hover .ico-h{display: block;}
.brand-cul .list .item:hover .title{color:#177CBD;}



/* about */
.us-ban .box{text-align: left;}
.us-ban .smtit{font-size:0.2rem;font-weight: bold;}
.us-ban .smlogo{height:0.44rem;width:auto;margin-top:0.24rem;}
.us-ban .txt{font-size:0.16rem;line-height:1.8;margin:0.25rem 0 0;color:#333;max-width:9rem;text-transform: capitalize;}
.us-ban .playicon{width:0.48rem;height:0.48rem;background:url(../images/us_08.png) no-repeat center;background-size:contain;position: absolute;top: 50%;transform: translate(0,-50%);right:15%;cursor: pointer;}


.us-top{padding:0.9rem 0 1.4rem;background:#fafafa;}
.us-top .list{display: flex;flex-wrap:wrap;justify-content: space-between;}
.us-top .list .item{width:48%;background:#fff;max-width:7.2rem;}
.us-top .list .item .box{height:100%;}
.us-top .list .info{padding:0.5rem 0.6rem;}
.us-top .list .title{font-size:0.46rem;font-family: 'RobotoLight';}
.us-top .list .txt{line-height:1.8;margin-top:0.4rem;}
.us-top .list .imgbox{height:2.8rem;}
.us-top .list .item:hover{box-shadow:0 0.04rem 0.08rem rgba(23,124,189,.15);}
.us-top .list .item:hover .title{color:#177CBD;}



.us-hist{position: relative;padding:0.9rem 0 0.1rem;background:url(../images/us_11.jpg) no-repeat center;background-size:cover;overflow: hidden;min-height:7.6rem;}
.us-hist .titbox{position: absolute;left:0;top:1rem;width: 100%;}


.us-hist .detail{background:url(../images/us_09.png) no-repeat center 0.8rem;background-size:100% auto;padding:0 0.5rem;}


.us-hist .item .line{width:0.16rem;height:1.34rem;background:url(../images/us_10.png) no-repeat center;background-size:100% 100%;margin:0 auto;}
.us-hist .item .year{font-size:0.4rem;font-weight: bold;margin-top:0.6rem;}
.us-hist .item .txt{line-height:1.8;}


.us-hist .history_items {padding-top: 30px;align-items: flex-start;overflow: visible;height: auto;flex-wrap: nowrap;width: auto;justify-content: stretch;}

.us-hist .item {width: 2.75rem;margin-top: 0;float: left;overflow: visible;-webkit-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}


.us-hist .history_item_prev2 {margin-top: 1rem;}

.us-hist .history_item_prev1 {margin-top: 180px;}

.us-hist .history_item_prev0 {margin-top: 203px;}

.us-hist .swiper-slide-active {margin-top: 1rem;}

.us-hist .history_item_0 {margin-top: 1.3rem;}

.us-hist .history_item_0 .item_line:after {height: 50px;}

.us-hist .history_item_1 {margin-top: 1rem;}

.us-hist .history_item_2 {margin-top: 0;}

.us-hist .history_item_3 {margin-top: 0.3rem;}


.us-hist .swiper-buttons{position: absolute;right:2.6rem;top: 1.4rem;z-index: 5;display: flex;}
.us-hist .swiper-button-prev,
.us-hist .swiper-button-next {width: 0.34rem;height: 0.34rem;bottom: auto;margin:0;left:auto;border-radius:50%;background: url(../images/icon_06.png) no-repeat center;background-size:cover;position: static;margin-left:0.35rem;}
.us-hist .swiper-button-prev {transform: rotate(180deg);}






	
/* .us-hist .titbox{position: absolute;left:0;top:1rem;width: 100%;}

.us-hist .detail{background:url(../images/us_09.png) no-repeat center 0.8rem;background-size:100% auto; }
.us-hist .bgtp{width: 100%;display: block;}

.us-hist .item .line{width:0.16rem;height:1.34rem;background:url(../images/us_10.png) no-repeat center;background-size:100% 100%;margin:0 auto;}
.us-hist .item .year{font-size:0.4rem;font-weight: bold;margin-top:0.5rem;}
.us-hist .item .txt{line-height:1.8;}

.us-hist .swiper-slide{width:275px;transition: all .4sease;}
.us-hist .swiper-slide:nth-child(1){margin-top:1.2rem;}
.us-hist .swiper-slide:nth-child(2){margin-top:1.65rem;}
.us-hist .swiper-slide:nth-child(3){margin-top:1.45rem;}
.us-hist .swiper-slide:nth-child(4){margin-top:0.2rem;}
.us-hist .swiper-slide:nth-child(5){margin-top:0.65rem;}

.us-hist  .arrs{position: absolute;right:2.4rem;top:0.65rem;display: flex;z-index:90;}
.us-hist .swiper-button{width:0.32rem;height:0.32rem;background:url(../images/icon_06.png) no-repeat center;background-size:contain;position: static;margin:0 0 0 0.35rem;}
.us-hist .swiper-button-prev{transform: rotate(180deg);}
 */



.us-founder{padding:0.65rem 0 0;background:url(../images/us_01.jpg) no-repeat center;background-size:cover;}
.us-founder .detail{display: flex;flex-wrap:wrap;align-items: flex-end;}
.us-founder .lbox{/* width:6.32rem; */margin-right:1rem; width:41.5%;}
.us-founder .rbox{/* width: 56%; */ color:#fff;padding:0 0 0.65rem;}
.us-founder .pic{width: 100%;}
.us-founder .idx-smtt{margin:0;}
.us-founder .line{width:4.36rem;height:1px;background:#fff;margin-top:0.24rem;}
.us-founder .txt{line-height:1.8;margin-top:0.5rem;}
.us-founder .icons{display: flex;flex-wrap:wrap;justify-content: space-between;margin-top:0.35rem;}
.us-founder .icons .tp{height:0.88rem;width:auto;}



.us-lb{padding:0.9rem 0;}
.us-lb .list{display: flex;flex-wrap:wrap;}
.us-lb .list .item{height:5.05rem;width:50%;position: relative;color:#fff;}
.us-lb .list .info{position: absolute;width:100%;height:100%;left:0;top:0;padding:0.65rem 9% 0;}
.us-lb .list .title{font-size:0.46rem;font-family: 'RobotoLight';}
.us-lb .list .txt{line-height:1.8;margin-top:0.5rem;min-height:1.5rem;}
.us-lb .list .more{margin-top:0.4rem;}
.us-lb .list .item:hover .info{background:#167cbe;}

.us-comm{color:#fff;line-height:1.8;text-align: center;padding:1.3rem 0;}
.us-comm .smtit{font-size:0.24rem;font-weight: bold;text-transform: uppercase;display: inline-block;vertical-align: middle;position: relative;padding-bottom:0.12rem;}
.us-comm .smtit::after{content:'';position: absolute;left:0;bottom:0;width:100%;height:0.02rem;background:#fff;}
.us-comm .title{font-size:1.44rem;margin-top:0.3rem;text-transform: uppercase;font-weight: bold;line-height:1.2;background: linear-gradient(to bottom, #fff, rgba(255,255,255,.2));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.us-comm .font{font-size:0.46rem;font-family: 'RobotoLight';margin-top:1.1rem;text-transform: capitalize;}
.us-comm .txt{margin-top:0.4rem;}




/* product */
.cp-ban .txt{margin-top:0.3rem;}

.cp-main{background:#f6fafd;}
.cp-main .wrap{display: flex;align-items: flex-start;}
.cp-main .l{width:3.2rem;margin-right:5%;}
.cp-main .r{flex:1;width:0;}


.cp-side{}
.cp-side .mod{margin-bottom:0.4rem;}
.cp-side .mod:last-child{margin-bottom:0;}
.cp-side .t-tit{font-size:0.24rem;color:#000000;font-weight: bold;margin-bottom:0.1rem;}
.cp-side .list{}
.cp-side .list li{border-bottom:1px solid #E6E6E6;padding:0.18rem 0;}
.cp-side .list .title{font-size:0.18rem;color:#333;position:relative;cursor: pointer;}
.cp-side .list .title::after{content:'';width:0.24rem;height:0.24rem;background:url(../images/icon_14.png) no-repeat center;background-size:contain;position: absolute;right: 0;top:50%;margin-top:-0.12rem;}
.cp-side .list .lks{margin-top:0.18rem;display: none;}
.cp-side .list .lk{display: block;color:#666666;font-family: 'RobotoLight';margin-bottom:0.1rem;padding:0 0 0 0.6rem;background:url(../images/icon_15.png) no-repeat right center;background-size:0.24rem;line-height:0.3rem;}
.cp-side .list .lk:last-child{margin-bottom:0;}
.cp-side .list .lk:hover,.cp-side .list .lk.this{color:#177CBD;background-image:url(../images/icon_15-1.png)}

.cp-side .list li.cur{border-color:#177CBD;}
.cp-side .list li.cur .title{color:#177CBD;}
.cp-side .list li.cur .title::after{background-image:url(../images/icon_14-1.png);}
.cp-side .list li.cur .lks{display: block;}



.cp-list{display: flex;flex-wrap:wrap;margin:-6.3% 0 0 -6.3%;}
.cp-list .item{width:27%;margin:6.3% 0 0 6.3%;text-align: center;}
.cp-list .box{background:#fff;display: block;position: relative;padding-bottom:1px;}
.cp-list .imgbox{height:2.5rem;display: flex;justify-content: center;}
.cp-list .imgbox .img{width:100%;height:95%;object-fit: contain;}
.cp-list .title{/* font-size:0.16rem; */color:#333;font-family: 'RobotoLight';-webkit-line-clamp: 2;max-width:1.55rem;margin:0.05rem auto 0.06rem;line-height:0.24rem;height:0.48rem;}
.cp-list .more{margin-top:0.2rem;}
.cp-list .item:hover .title{color:#177CBD;}


.cp-softw{margin-top:1.3rem;}
.cp-softw .t-tit{font-size:0.44rem;color:#212121;text-align: center;font-family: 'RobotoLight';margin-bottom:0.35rem;}
.cp-softw .pic{width:100%;display: block;}
.cp-softw .more{margin-top:0.6rem;}



/* productDetail */
.cp-bar{color:#fff;background:url(../images/cp_01.jpg) no-repeat center;background-size:cover;padding:0.5rem 0;}
.cp-bar .title{font-size:0.46rem;font-family: 'RobotoLight';}
.cp-bar .txt{font-size:0.2rem;line-height:1.8;margin-top:0.15rem;}




.cp-top{display: flex;align-items: center;justify-content: space-between;}
.cp-top .slide{width:4.55rem;margin-right:1rem;}
.cp-top .info{flex:1;color:#212121;width:0;padding-right:0.3rem;}
.cp-top .info *{font-family: 'RobotoLight';}
.cp-top .title{font-size:0.36rem;}
.cp-top .smtit{font-size:0.18rem;margin-top:0.3rem;}
.cp-top .txt{color:#676767;line-height:1.8;margin-top:0.15rem;}
.cp-top .smtxt{color:#676767;line-height:1.8;font-size:0.14rem;margin-top:0.15rem;}
.cp-top .smtxt p{position: relative;padding-left:0.16rem;}
.cp-top .smtxt p:before{content:'';width:0.04rem;height:0.04rem;background:#676767;border-radius:50%;position: absolute;left:0;top:0.11rem;}
.cp-top .btns{margin-top:0.2rem;display: flex;}
.cp-top .more{box-shadow:0 0 0.04rem rgba(0,102,245,.15);margin-right:0.2rem;}
.cp-top .more:last-child{margin-right:0;}




.cp-top .thumbs{margin-top:0.2rem;}
.cp-top .thumbs .item{height: 1rem; border-radius:.05rem;overflow: hidden;border:1px solid rgba(23,124,189,.5);display: flex;align-items: center;justify-content: center;}
.cp-top .thumbs .img{width: 90%;height: 90%;object-fit: contain;}
.cp-top .thumbs .swiper-slide-thumb-active .item{border-color:rgba(23,124,189,1);}

.cp-top .gallery{position: relative;}
.cp-top .gallery .swiper-container{position: static;}
.cp-top .gallery .item{display: flex;align-items: center;justify-content: center;}
.cp-top .gallery .img{width: 90%;height: 90%;object-fit: contain;}

.cp-top .gallery:hover .swiper-button{opacity: 1!important;}
.cp-top .swiper-button{width:0.36rem;height:0.36rem;background-color:#177CBD;border-radius:50%;background-size:0.09rem;transform: translate(0,-50%);opacity: 0;margin-top:0.15rem;}
.cp-top .gallery:hover .swiper-button{opacity: 1;}

.cp-top .swiper-button-prev{left:0;}
.cp-top .swiper-button-next{right:0;}



.cp-spec{margin-top:0.9rem;}
.cp-spec .table{}
.cp-spec .table th,.cp-spec .table td{text-align: center;padding:0.3rem 0.15rem;font-weight: normal;}
.cp-spec .table th{font-size:0.2rem;background:#177CBD;height:1rem;color:#fff;}
.cp-spec .table td{font-size:0.16rem;color:#666;font-family: 'RobotoLight';height:0.8rem;}
.cp-spec .table tbody tr:nth-child(odd){background:#f5f9fc;}
.cp-spec .list{display: flex;flex-wrap:wrap;justify-content: space-between;margin-top:0.6rem;}
.cp-spec .list .item1{width:43%;}
.cp-spec .list .item2{width:50%;}
.cp-spec .list .img{}
.cp-spec .list .txt{line-height:1.8;font-family: 'RobotoLight';margin-top:0.7rem;/*text-transform: capitalize;*/}

.cp-solu{margin-top:0.5rem;}
.cp-solu .list{display: flex;flex-wrap:wrap;margin:-5% 0 0 -5%;}
.cp-solu .list .item{width:20%;margin:5% 0 0 5%;}
.cp-solu .list .imgbox{height:3rem;}
.cp-solu .list .txt{font-size:0.18rem;color:#212121;line-height:1.5;font-family: 'RobotoLight';margin-top:0.15rem;}


.cp-faq{margin-top:0.9rem;}
.cp-faq .list{}
.cp-faq .list .item{margin-bottom:0.4rem;color:#fff;}
.cp-faq .list .top{padding:0.4rem 0.4rem;line-height:0.3rem;cursor: pointer;position: relative;display: flex;align-items: flex-start;background:#167cbe;}
.cp-faq .list .title{font-size:0.24rem;}
.cp-faq .list .top:before{content:'';width:0.24rem;height:0.24rem;background:url(../images/icon_11.png) no-repeat left center;background-size:contain;margin:0.03rem 0.15rem 0 0;}
.cp-faq .list .top::after{content:'';width:0.32rem;height:0.32rem;background:url(../images/icon_12.png) no-repeat center;background-size:contain;margin:0 0 0 0.15rem;}

.cp-faq .list .drop{display: none;padding:0 0.4rem 0.3rem;background:#F8F8F8;}
.cp-faq .list .txt{font-size:0.16rem;line-height:1.8;}
.cp-faq .list .item.cur{}
.cp-faq .list .item.cur *{color:#333;}
.cp-faq .list .item.cur .top{background:#F8F8F8;}
.cp-faq .list .item.cur .drop{display: block;background:#F8F8F8;}
.cp-faq .list .item.cur .top:before{background-image:url(../images/icon_11-1.png);}
.cp-faq .list .item.cur .top:after{background-image:url(../images/icon_12-1.png);transform: rotate(180deg);}



/* index */
.idx-s{height:100vh;display: flex;align-items: center;padding-top:1.1rem;}
.idx-s .idx-tt{margin-bottom:0.35rem;}



.fullpagebody .head{position: fixed;background:none;transition: all 0.3s;}

.fullpagebody .head.showsearch{background:#fff;}
.fullpagebody .kf-xf{display: block;}


.head.bg{background:#000;}
.head.black{background:#000;}


.idx-ban .auto{max-width:13rem;}
.idx-ban .item{height:100vh;position: relative;width:100%;}
.idx-ban .box{position: absolute;width: 100%;left:0;top:50%;transform: translate(0,-55%);}
.idx-ban .title{font-size:0.5rem;font-weight: bold;color:#fff;}
.idx-ban .txt{font-size:0.2rem;color:#fff;margin-top:0.45rem;}
.idx-ban .more{margin-top:0.4rem;}
.idx-ban .more .arr{background-image:url(../images/icon_06-2.png);}
.idx-ban .more:hover .arr{background-image:url(../images/icon_06-1.png);}

.idx-ban .swiper-pagination{bottom:35px;}
.idx-ban .swiper-pagination-bullet{width:14px;height:14px;background:#fff;opacity: 1;margin:0 8px!important;}
.idx-ban .swiper-pagination-bullet-active{background:#167cbe;}




.idx-cp{position: relative;overflow: hidden;}
.idx-cp .smlogo{height:4rem;position: absolute;right: 0;top:-1.4rem;}
.idx-cp .menu{border:1px solid #E8EEF6;/* max-width:12rem; */margin:0 auto 0.3rem;}
.idx-cp .menu .lk{font-size:0.2rem;color:#303133;line-height:0.48rem;text-align: center;display: block;}
.idx-cp .menu .swiper-slide-thumb-active .lk{color:#fff;background:#167cbe;}


.idx-cp .detail{position: relative;}
.idx-cp .mod{display: flex;flex-wrap:wrap;justify-content: space-between;align-items: center;}
.idx-cp .lbox{width:33%;text-align: center;}
.idx-cp .lbox .imgbox{height:3.5rem;}
.idx-cp .lbox .img{width:100%;height:100%;}
.idx-cp .lbox .title{font-size:0.3rem;font-weight: bold;}
.idx-cp .lbox .more{margin:0.4rem 0 0;}
.idx-cp .rbox{width:65%;}


.idx-cp .list{display: flex;overflow: hidden;}
.idx-cp .list li{height:3.5rem;position: relative;width:30%;transition: all 0.8s;}
.idx-cp .list .title{font-size:0.3rem;color:#fff;position: absolute;width:100%;left:0;bottom:0.15rem;text-align: center;text-transform: capitalize;opacity: 0;}

.idx-cp .list li.on{width:40%;}
.idx-cp .list li.on .title{opacity: 1;}


.idx-cp .table{margin-top:0.25rem;}
.idx-cp .table th,.idx-cp .table td{padding:0.1rem 0.1rem;text-align: center;line-height:0.2rem;}
.idx-cp .table th{font-size:0.2rem;font-weight: bold;background:#177CBD;color:#fff;}
.idx-cp .table td{color:#666666;border:1px solid #FAFBFC;border-right:1px solid #e8eff7;}
.idx-cp .table td.bold{color:#333;}
.idx-cp .table td:last-child{border-right:0;}
.idx-cp .table tbody tr:nth-child(odd){background:#fafbfd;}


.idx-cp .swiper-container{position:static;}
.idx-cp .swiper-button{width:0.32rem;height:0.32rem;background:url(../images/icon_13.png) no-repeat center;background-size:contain;margin-top:-0.16rem;}
.idx-cp .swiper-button-next{transform: rotate(180deg);right:-0.8rem;}
.idx-cp .swiper-button-prev{left:-0.8rem;}




.idx-brand{/* align-items: flex-end; */}
.idx-brand .idx-tt{}
.idx-brand .detail{display: flex;align-items: flex-end;margin: 0 calc(50% - 7.6rem) 0 0.9rem;position: relative;width:100%;}
.idx-brand .pic{width:5.8rem;margin-right:0.1rem;}
.idx-brand .rbox{/* max-width:9.25rem; */ padding:0 0 0.9rem 0;}
.idx-brand .txt{line-height:1.8;}
.idx-brand .list{display: flex;flex-wrap:wrap;justify-content: space-between;margin-top:0.35rem;}
.idx-brand .list li{}
.idx-brand .list .fz{font-size:0.24rem;font-family: 'RobotoLight';line-height:1;}
.idx-brand .list .fz i{font-size:0.46rem;font-weight: bold;line-height:1;font-weight: bold;}
.idx-brand .list .wz{font-size:0.2rem;font-family: 'RobotoLight';margin-top:0.08rem;}

.idx-brand .tps{display: flex;flex-wrap:wrap;justify-content: space-between;margin-top:0.2rem;}
.idx-brand .tps li{width:17%;}
.idx-brand .tps li .img{width:100%;}
.idx-brand .more{position: absolute;right:0;bottom:0.15rem;}


.idx-sp .t-tit{text-align: center;font-size:0.41rem;color:#242424;margin:0 0 0.5rem;text-transform: capitalize;}
.idx-sp .videobox{/* height: 5.4rem;width: 100%;max-width:9.6rem; */margin: 0 auto;position:relative;overflow: hidden;background-color: #000;width:100%;height:100%;}
.idx-sp .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;}
.idx-sp .videobox .playicon{width: 1.04rem;height: 1.04rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.idx-sp .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.idx-sp .videobox .video{width: 100%;height: 100%;object-fit: contain;}



.idx-treat .detail{width:100%;height:100%;}
.idx-treat .item{height:100%;position: relative;}
.idx-treat .box{position: absolute;width:100%;height:100%;left:0;top:0;padding:1.2rem 0 0.7rem;}
.idx-treat .info{justify-content: space-between;height:100%;}
.idx-treat .title{padding-left:0.45rem;font-size:0.5rem;color:#fff;line-height:1.8;position: relative;text-transform: capitalize;}
.idx-treat .title:before{content:'';position: absolute;left:0;top:0.12rem;bottom:0.12rem;width:0.16rem;background:#167cbe;}
.idx-treat .dib{display: flex;justify-content: flex-end;text-align: center;}
.idx-treat .imgbox{width:3.66rem;height:2.2rem;background:#EDEDED;margin:0 0 0.2rem;position: relative;box-shadow:0 0.05rem 0.1rem #555;}
.idx-treat .playicon{width:0.6rem;height:0.6rem;background:url(../images/playicon.png) no-repeat center;background-size:contain;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

.idx-treat .swiper-container{height:100%;}
.idx-treat .swiper-pagination{bottom:0.5rem;z-index:50;}
.idx-treat .swiper-pagination-bullet{width:0.4rem;height:2px;background:#fff;opacity: 1;margin:0 0.08rem!important;border-radius:0;}
.idx-treat .swiper-pagination-bullet-active{background:#167cbe;height:4px;}




.idx-fbd{background:#2B2B2B;}
.idx-fbd .auto{max-width:16.2rem;}
.idx-fbd .detail{display:flex;flex-wrap:wrap;align-items: flex-start;position: relative;height:100%;padding-top:0.5rem;}
.idx-fbd .info{color:#fff;max-width:7.2rem;margin-top:0.8rem;}
.idx-fbd .smtit{font-size:0.24rem;margin-bottom:0.4rem;}
.idx-fbd .idx-tt{margin:0;}
.idx-fbd .line{max-width:4.94rem;height:1px;background:#fff;margin:0.8rem 0 0.3rem;}
.idx-fbd .txt{line-height:1.8;max-width:5.1rem;}
.idx-fbd .txt p{margin-bottom:0.15rem;}
.idx-fbd .more{margin-top:5%;}

.idx-fbd .tp{display: none;}

.idx-fbd .map{width:9.61rem;position: absolute;right: 0;top: 25%;}
.idx-fbd .mapimg{width:100%;display: block;}
.idx-fbd .item{position: absolute;}
.idx-fbd .item .icon{width:0.2rem;height:0.32rem;background:url(../images/idx_05.png) no-repeat center;background-size:contain;display: block;}
.idx-fbd .xian{position: absolute;max-width:initial;}
.idx-fbd .imgbox{width:1.62rem;height:1.08rem;position: absolute;transition: all 0.3s;}
.idx-fbd .imgbox .pic{border:2px solid #fff;}

.idx-fbd .item1{top:1.75rem;left:1.6rem;}
.idx-fbd .item1 .xian{width:0.45rem;left:-0.45rem;top:0.25rem;}
.idx-fbd .item1 .imgbox{left:-1.25rem;top:0.52rem;}


.idx-fbd .item2{top:1.3rem;left:4.75rem;}
.idx-fbd .item2 .xian{width:1.55rem;left:-1.5rem;top:-0.6rem;}
.idx-fbd .item2 .imgbox{left:-2.2rem;top:-1.7rem;}

.idx-fbd .item3{top: 2.6rem;left:5rem;}
.idx-fbd .item3 .xian{width:0.52rem;left:-0.52rem;top:0.28rem;}
.idx-fbd .item3 .imgbox{left:-1.3rem;top:0.82rem;}

.idx-fbd .item4{top: 2rem;left:5.8rem;}
.idx-fbd .item4 .xian{width:0.9rem;left:0.2rem;top:0.28rem;}
.idx-fbd .item4 .imgbox{left:0.5rem;top:1.45rem;}

.idx-fbd .item5{top: 2.35rem;left:7.2rem;}
.idx-fbd .item5 .xian{width:0.62rem;left:0.2rem;top:-0.98rem;}
.idx-fbd .item5 .imgbox{left:-0.1rem;top:-2.1rem;}

.idx-fbd .item:hover .imgbox{transform: scale(1.1,1.1);}


.idx-blog{background:#f5f9fc;}
.idx-blog .detail{position: relative;}
.idx-blog .readmore{margin:0.4rem 0 0;}
.idx-blog .blog-rela-list{margin:0;display: block;}
.idx-blog .blog-rela-list .item{width:auto;margin:0;}
.idx-blog .blog-rela-list .item:hover{box-shadow:none;}

.idx-blog .swiper-container{position:static;}
.idx-blog .swiper-pagination{display: none;}
.idx-blog .swiper-button{widht:0.32rem;height:0.32rem;background:url(../images/icon_13.png) no-repeat center;background-size:contain;margin-top:-0.16rem;}
.idx-blog .swiper-button-next{transform: rotate(180deg);right:-0.8rem;}
.idx-blog .swiper-button-prev{left:-0.8rem;}


.idx-form .ft-form{padding:0;width:100%;height:100%;display: flex;align-items: center;}
.idx-form .idx-tt .bt{font-size:0.44rem;}



.opacity{opacity: 0;}

#fp-nav{display: none;}

/* 右侧悬浮 */
.kf-xf{position: fixed;right: 0;bottom: 45px;z-index:99;display: none;}
.kf-xf .item{margin-bottom:0.2rem;}
.kf-xf .lk{width:0.6rem;height:0.6rem;background:#177CBD;border-radius:50%;display: block;}
.kf-xf .lk .icon{width:100%;height:100%;display: block;}
.kf-xf .lk:hover{background:#000000;}








.pc-show{display: block;}
.sj-show{display: none!important;}


@media screen and (min-width:1201px) and (max-width:1300px){
	html{font-size: 5.6rem!important;}
	
	
	/* blogdetail */
	.blog-det .edit{font-size:0.17rem;}
	
	
	/* solution */
	.solu-desc{font-size:0.17rem;}
	
	
	/* product */
	/* .cp-list .title{font-size:0.24rem;} */
	
	
	/* productDetail */
	.cp-top{align-items: flex-start;}
	.cp-top .slide{width:4rem;margin-right: 0.6rem;}
	.cp-top .title{font-size:0.4rem;}
	
	.cp-solu .list .imgbox{height:2.5rem;}
	
	/* about */
	.us-hist .item{width:2rem;}
	
	
	/* index */
	.idx-cp .swiper-button-prev{left:-0.5rem;}
	.idx-cp .swiper-button-next{right:-0.5rem;}
	
	
	.idx-brand .idx-tt{margin-bottom:0.25rem;}
	.idx-brand .detail{padding: 0 5% 1rem 3%;margin: 0;}
	.idx-brand .pic{width:40%;}
	.idx-brand .more{right:5%;}
	.idx-brand .txt{font-size:0.17rem;}
	.idx-brand .list{margin-top:0.2rem;}
	.idx-brand .list li{width:50%;padding: 0.15rem 0;}
	.idx-brand .list .fz i{font-size:0.5rem;}
	
	
	.idx-treat .title{font-size:0.42rem;line-height:1.6;}
	
	.idx-blog .swiper-button-prev{left:-0.5rem;}
	.idx-blog .swiper-button-next{right:-0.5rem;}
	
	
	.idx-fbd .idx-tt .bt{font-size:0.42rem;}
	.idx-fbd .map{width:7.5rem;top: 28%;}
	
	.idx-fbd .item1{top:1.3rem;left:1.2rem;}

	.idx-fbd .item2{top:1.1rem;left:3.6rem;}
	
	.idx-fbd .item3{top: 2.1rem;left:4rem;}
	
	.idx-fbd .item4{top: 1.3rem;left:4.5rem;}
	
	.idx-fbd .item5{top: 1.8rem;left:5.8rem;}
	
	
	
	
}

@media (max-width:1200px) {
	.auto{width: 92%;}
	html{font-size: 5.6rem!important;}
	
	
	.sj-menu{position:absolute;right: 2%;top: 50%;width: 0.44rem;height: 0.44rem;margin-top: -0.22rem;display: flex;align-items: center;justify-content: center;background:url(../images/menu.png) no-repeat center;background-size:contain;}
	.sj-menu.close{background:url(../images/close-1.png) no-repeat center;background-size:0.4rem;}
	
	
	
	.head{height:1rem;}
	
	.head .social{display: none;}
	.head .tt{margin:0 0.5rem 0 0;padding:0;}
	
	.hd-logo .img{height:0.44rem;}
	
	.hd-sear .drop{max-width:4rem;}
	
	
	.hd-nav{position: fixed;width: 100%;left: 0;top: 1rem;bottom: 0;overflow-y: scroll;background-color: #000;display: none;overflow-x: hidden;margin: 0;border-top:1px solid rgba(255,255,255,.1);}
	.hd-nav ul{display: block;}
	.hd-nav li{width:100%;position: relative!important;margin:0;}
	.hd-nav li>a{font-size: 0.2rem;line-height: 0.9rem;padding:0 4%;border-bottom:1px solid rgba(255,255,255,.1);text-align: left;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li:hover>a, .hd-nav li.cur>a{background:#000;color:#fff;}
	
	.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}
	
	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.9rem;height: 0.9rem;display: flex;align-items: center;justify-content: center;background:url(../images/arrow.png) no-repeat center;background-size:0.26rem;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	
	
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;width: 100%!important;display: none;box-shadow: none;padding:0 4% 0 6%;background:#000;}
	.hd-nav .drop .lk{font-size: 0.2rem;min-width: 100%;line-height: 0.7rem;padding: 0 0 0 0.1rem;border-bottom:1px solid rgba(255,255,255,.1);text-align: left;font-weight: normal;color:#fff;}
		
	
	.hd-nav .drop .lk:hover, .hd-nav .drop .lk.active{background:#fff;color:#004EA2;}
	.hd-nav .drop .lk.active{color:#666;font-weight: normal;}
	
	.hd-nav .cp .cpdrop{background:#000;min-height:auto;}
	.hd-nav .cpdrop .row.active .subdrop{display: none;}
	.hd-nav .cpdrop .row.active .lk{font-weight: normal;}
	.hd-nav .cpdrop .row{position: relative;width:100%;}
	.hd-nav .cpdrop .row .arrow{width:0.7rem;height:0.7rem;background-size:0.2rem;}
	
	.hd-nav .cpdrop .subdrop{position: static;width:100%;transform: translate(0, 0);padding:0;background:#000;}
	.hd-nav .cpdrop .subdropbox{padding:0 0 0 0.3rem;}
	.hd-nav .cpdrop .grps{display: block;margin:0;}
	.hd-nav .cpdrop .item{width:100%;margin:0;border-bottom:1px solid rgba(255,255,255,.1);}
	.hd-nav .cpdrop .imgbox{display: none;}
	.hd-nav .cpdrop .title{font-size:0.2rem;line-height:0.7rem;margin:0;text-align: left;padding-left:0.1rem;color:#fff;}
	
	
	.hd-nav .soludrop .row{position: relative;}
	.hd-nav .soludrop .row>.lk::after{display: none;}
	.hd-nav .soludrop .row:hover .subdrop{display: none;}
	.hd-nav .soludrop .arrow{width:0.7rem;height:0.7rem;}
	.hd-nav .soludrop .subdrop{position: static;width:100%;background:#000;padding-left:0.35rem;}
	
	
	
	.ft-c span{font-size:0.18rem;}
	
	
	
	.idx-smtt{margin-bottom:0.25rem;}
	
	.idx-tt .bt{font-size:0.46rem;}
	
	
	/* blog */
	.inner-ban{height:4rem;}
	
	
	/* contact */
	
	
	/* blogdetail */
	.blog-det .titbox .title{font-size:0.4rem;}
	.blog-det .edit{font-size:0.18rem;}
	.blog-det .posttime{font-size:0.16rem;}
	
	.blog-author .bq{font-size:0.16rem;line-height: 0.32rem;}
	.blog-author .txt{font-size:0.17rem;} 
	
	
	.blog-rela-list .item{padding:0.05rem;}
	.blog-rela-list .title{margin-top:0.15rem;}
	.blog-rela-list .font{margin-top:0.25rem;}
	
	
	/* solution */
	
	/* technicalInnovation */
	.tech-hardw .list .info{margin-right:0;width:55%;}
	.tech-hardw .list .txt{font-size:0.17rem;margin-top: 0.15rem;}
	
	
	/* brandStory */
	.brand-intro .txt{font-size:0.18rem;}
	
	.brand-cul .list .titbox{width:40%;}
	.brand-cul .list .ico{width:2rem;}
	.brand-cul .list .info{width:60%;}
	
	/* about */
	.us-top .list .info{padding: 0.5rem 0.4rem;}
	.us-top .list .title{font-size:0.38rem;}
	.us-top .list .txt{margin-top:0.3rem;}
	
	
	.us-founder .lbox{margin-right:0.5rem;}
	.us-founder .line{margin-top: 0.1rem;width:3.3rem;}
	.us-founder .txt{margin-top:0.3rem;}
	.us-founder .icons .tp{height:0.6rem;}
	
	.us-lb .list .item{height:4.7rem;}
	.us-lb .list .title{font-size:0.38rem;}
	.us-lb .list .txt{margin-top:0.3rem;}
	
	
	.us-comm .title{font-size:1.1rem;}
	
	
	.us-hist .item .line{height:1.2rem;background-position:center top;background-size:contain;}
	.us-hist .titbox{top:0.5rem;}
	.us-hist .item{width:2rem;}
	.us-hist .item .year{margin-top:0.28rem;}
	
	.us-hist .swiper-slide-active{margin-top:0.5rem;}
	.us-hist .history_item_0{margin-top:0.7rem;}
	.us-hist .history_item_1{margin-top:0rem;}
	
	.us-hist .swiper-buttons{right:3%;top:1rem;}
	
	
	/* product */
	.cp-ban .txt{margin-top:0.15rem;}
	
	.cp-main .l{width:2.8rem;}
	
	.cp-list{margin:-4% 0 0;justify-content: space-between;}
	.cp-list .item{width:48%;margin:4% 0 0;}
	.cp-list .title{max-width:100%;}
	
	.cp-softw .t-tit{font-size:0.4rem;line-height:1.3;}
	
	
	
	/* productDetail */
	.cp-top{display: block;}
	.cp-top .slide{width:100%;margin:0 0 0.35rem;}
	.cp-top .gallery .item{padding:0;height:4rem;}
	.cp-top .info{width:100%;}
	
	
	.cp-spec .list{display: block;}
	.cp-spec .list .item1,.cp-spec .list .item2{width:100%;}
	
	.cp-solu .list{margin:0;justify-content: space-between;}
	.cp-solu .list .item{width:48%;margin:0 0 4%;}
	
	.cp-faq{margin-top:0.6rem;}
	
	
	
	/* index */
	
	.idx-cp .swiper-button-prev{left:-0.4rem;}
	.idx-cp .swiper-button-next{right:-0.4rem;}
	.idx-cp .lbox .title{font-size:0.24rem;}
	.idx-cp .list li{height:3rem;}
	.idx-cp .list .title{font-size:0.24rem;}
	
	.idx-brand .pic{display: none;}
	.idx-brand .detail{width:100%;padding:0 5%;margin:0;}
	.idx-brand .rbox{padding:0;}
	.idx-brand .txt{font-size:0.18rem;}
	.idx-brand .tps li{width:16%;}
	.idx-brand .list .fz i{font-size:0.4rem;}
	.idx-brand .more{position: static;margin:0.3rem 0 0 50%;transform: translate(-50%,0);}
	
	.idx-sp{margin:0;}
	.idx-sp .t-tit{font-size:0.34rem;margin: 0 0 0.3rem;}
	.idx-sp .videobox{height:4.5rem;}
	
	
	.idx-treat .box{padding:0.9rem 0 0.5rem;}
	.idx-treat .title{font-size:0.38rem;line-height:1.6; padding-left: 0.35rem;}
	.idx-treat .title:before{top: 0.1rem;bottom: 0.1rem;width: 0.1rem;}
	.idx-treat .imgbox{width:3rem;height:1.8rem;}
	
	.idx-blog .detail{padding:0 5%;}
	.idx-blog .swiper-button-prev{left:0;}
	.idx-blog .swiper-button-next{right:0;}
	
	
	.idx-fbd .smtit{font-size:0.22rem;margin-bottom:0.2rem;}
	.idx-fbd .line{margin: 0.5rem 0 0.3rem;width:70%;}
	.idx-fbd .map{display: none;}
	.idx-fbd .tp{display: block;width:60%;position: absolute;right: 0;top:50%;transform: translate(0,-50%);}
	.idx-fbd .info{width:50%;}
	.idx-fbd .txt{max-width:4rem;}
	
	
	
	.idx-s{padding-top:1rem;}
	.idx-s .idx-tt{margin-bottom:0.2rem;}
	
	
	
	
	
	
	
}


@media (max-width:991px) {
	.auto{width: 92%;}
	html{font-size: 5.5rem!important;}
	.pc-show{display: none;}
	.sj-show{display: block!important;}
	body{font-size:0.17rem;}
	
	
	
	
	.ft-t .cen{flex-direction: column-reverse;}
	.ft-t .info{width:45%;margin:0;}
	.ft-t .form{max-width:100%;}
	
	
	
	
	
	
	.idx-smtt .bt{font-size:0.38rem;}
	.idx-smtt .tabs{width:60%;}
	
	.idx-tt .bt{font-size:0.4rem;}
	
	
	
	/* blog */
	.inner-ban{height:3.2rem;}
	.inner-ban .box{text-align: center;}
	.inner-ban .bt{font-size:0.4rem;line-height:1.4;}
	.inner-ban .txt{font-size:0.18rem;margin-top:0.2rem;}
	
	
	
	.main{padding:0.7rem 0;}
	
	
	.blog-list .imgbox{height:2.1rem;}
	
	.ft-form .row.flex .item{width:45%;}
	
	
	
	/* contact */
	.lx-sec{padding:5% 0;}
	.lx-sec .detail{padding:0.3rem 0;}
	.lx-sec .list{justify-content: center;}
	.lx-sec .list1 li{padding:0 0.25rem 0.25rem;width:50%;}
	.lx-sec .list1 .icon{height:0.7rem;}
	.lx-sec .list1 .title{font-size:0.22rem;}
	
	.lx-sec .t-tit{font-size:0.4rem;  margin: 0.4rem 0 0.4rem;}
	.lx-sec .list li{padding:0 0.25rem 0.25rem;width:50%;}
	
	
	/* download */
	.download-list .item{padding: 0.3rem 0.3rem;}
	.download-list .icon{width:0.74rem;height:0.74rem;}
	
	
	
	
	/* blogDetail */
	.blog-det .edit{font-size:0.18rem;}
	.blog-det .posttime{font-size:0.16rem;}
	
	.blog-author{align-items: flex-start;}
	.blog-author .avatar{margin-top:0.15rem;}
	.blog-author .txt{font-size:0.18rem;line-height: 1.6;margin-top:0.05rem;}
	
	.blog-rela-list{margin:0;overflow-x: scroll;flex-wrap: nowrap;width:105%;padding-bottom:0.1rem;}
	.blog-rela-list .item{width:3rem;margin:0 0.3rem 0 0;}
	
	
	/* solution */
	.solu-desc{font-size:0.17rem;}
	
	.solu-list .item{width:45%;}
	
	
	/* solutionDetail */
	.solu-key .list .txt{font-size:0.18rem;}
	
	.solu-gym .list{margin:0;justify-content: space-between;}
	.solu-gym .list .item{width:48%;margin:0 0 4%;text-align: center;}
	
	
	
	/* technicalInnovation */
	.tech-hardw .list .info{width:57%;}
	.tech-hardw .list .txt{line-height: 1.6;}
	
	.tech-soft .detail{display: block;}
	.tech-soft .item .txt{font-size:0.18rem;}
	.tech-soft .rbox{width:100%;margin:0;display: flex;flex-wrap:wrap;justify-content: space-between;}
	.tech-soft .imgbox{width:48%;}
	
	
	/* brandStory */
	.brand-intro .list .imgbox{height: 1.8rem;}
	
	.brand-cul .list .titbox{padding: 0.15rem 0 0 0.5rem;}
	.brand-cul .list .ico{width:1.5rem;}
	.brand-cul .list .txt{margin-top:0.1rem;}
	
	
	/* about */
	.us-ban .playicon{right:10%;top:20%;transform: translate(0,0);}
	
	.us-top{padding:0.9rem 0;}
	.us-top .list{display: block;}
	.us-top .list .item{width:100%;max-width:100%;margin-bottom:0.25rem;}
	.us-top .list .item:last-child{margin:0;}
	.us-top .list .txt{font-size:0.18rem;}
	
	
	.us-founder .lbox{display: none;}
	.us-founder .icons{max-width:6.3rem;}
	
	
	.us-lb .list .item{height:4.4rem;}
	.us-lb .list .info{padding: 0.5rem 9% 0;}
	.us-lb .list .title{font-size:0.28rem;}
	.us-lb .list .txt{margin-top:0.15rem;}
	
	
	.us-comm .title{font-size:0.8rem;}
	.us-comm .font{font-size:0.38rem;margin-top: 0.8rem;}
	
	.us-hist{min-height:6.5rem;height:6.5rem;}
	.us-hist .item .line{height:1rem;}
	.us-hist .titbox{top:0.5rem;}
	.us-hist .item{width:2.2rem;}
	.us-hist .item .year{font-size:0.26rem;}
	
	.us-hist .history_items{padding:0;}
	.us-hist .swiper-slide-active{margin-top:0.7rem;}
	.us-hist .history_item_0{margin-top:0.5rem;}
	.us-hist .history_item_1{margin-top:0.4rem;}
	
	.us-hist .swiper-buttons{right:3%;top:0.6rem;}
	
	
	/* product */
	.cp-main .l{position: fixed;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index:110;top:0;left:0;display: none;}
	.cp-side{width:60%;background:#fff;padding:0.3rem 0.45rem;height: 100%;overflow-y: scroll;}
	.cp-side .closebtn{width:0.4rem;height:0.4rem;background:url(../images/close-1.png) no-repeat center;background-size:contain;position: absolute;right:0.3rem;top:0.2rem;z-index:50;}
	
	.menuicon{width:0.4rem;height:0.4rem;background:url(../images/menu-1.png) no-repeat center #167cbe;background-size:0.28rem;position: fixed;right:0.05rem;bottom:20%;z-index:90;border-radius:50%;}
	
	
	
	
	/* productDetail */
	.cp-bar .title{font-size:0.36rem;}
	.cp-top .txt,.cp-top .smtxt{font-size:0.17rem;}
	
	.cp-spec .table td{font-size:0.17rem;}
	
	.cp-faq .list .top{padding:0.3rem 0.4rem;}
	.cp-faq .list .txt{font-size:0.18rem;}
	
	
	/* index */
	.fullpagebody .head{position: sticky;background:#000;}
	
	.idx-s{padding:0.8rem 0 0.2rem;height:auto;}
	
	.idx-ban{padding:0;}
	
	.idx-cp .smlogo{height:3rem;}
	.idx-cp .menu .lk{font-size:0.18rem;}
	.idx-cp .mod{display: block;}
	.idx-cp .lbox{margin:0 auto 0.3rem;}
	.idx-cp .lbox .imgbox{height:3rem;}
	.idx-cp .rbox{width:100%;}
	.idx-cp .swiper-button{top:1.3rem;margin:0;}
	.idx-cp .swiper-button-prev{left:0.4rem;}
	.idx-cp .swiper-button-next{right:0.4rem;}
	
	.idx-brand .list li{width:40%;padding:0.15rem 0;}
	.idx-brand .tps li{width:20%;}
	
	.idx-sp{padding-bottom:0.8rem;}
	.idx-sp .videobox{height:4rem;}
	.idx-sp .videobox .playicon{width:0.8rem;height:0.8rem;}
	
	.idx-treat {padding:0;}
	.idx-treat .item{height:7rem;}
	
	.idx-blog{padding:0.8rem 0!important;}
	.idx-blog .blog-rela-list{overflow: hidden;width:100%;}
	.idx-blog .swiper-button{display: none;}
	.idx-blog .swiper-pagination{display: block;position: static;margin-top:0.3rem;}
	.idx-blog .swiper-pagination-bullet{width:0.12rem;height:0.12rem;margin:0 0.15rem;}
	.idx-blog .swiper-pagination-bullet-active{background:#177CBD;}
	
	
	.idx-s.ft-form{padding:0.6rem 0;}
	
	.idx-fbd{padding:0.8rem 0;}
	.idx-fbd .detail{padding:0;display: block;}
	.idx-fbd .info{width:100%;max-width:100%;margin:0;}
	.idx-fbd .tp{width:100%;position: static;transform: translate(0, 0);margin-top:0.4rem;}
	.idx-fbd .txt{max-width:100%;}
	.idx-fbd .line{margin: 0.3rem 0 0.2rem;}
	
	
	/* 右侧悬浮 */
	.kf-xf{right: 1%;bottom: 0.35rem;}
	.kf-xf .item{margin-bottom:0.15rem;}
	.kf-xf .lk{width:0.5rem;height:0.5rem;}

	
	
	
	
}


@media (max-width:767px) {
	.auto,.auto1300{width: 90%;}
	html{font-size: 5.6rem!important;}
	.pc-show{display: none;}
	.sj-show{display: block!important;}
	body{font-size:0.18rem;line-height: 1.5;}
	
	
	.sj-menu{width:0.4rem;height:0.4rem;background-size: 0.34rem;margin-top:-0.2rem;}
	.sj-menu.close{background-size: 0.3rem;}
	
	
	.head{height:0.8rem;}
	.hd-logo .img{height:0.35rem;}
	
	.hd-lang .drop{width:1.5rem;}
	.hd-lang .drop .link{font-size:0.18rem;padding: 0 0.05rem;height: 0.4rem;}
	.hd-lang .drop .ic{width:0.3rem;}
	
	.hd-sear .drop{max-width:100%;top:0.8rem;left:0;width:100%;transform: translate(0,0);background:#fff;padding:0.2rem;border-top:1px solid #efefef;}
	
	
	.hd-nav{top:0.8rem;}
	.hd-nav li>a{line-height:0.7rem;}
	.hd-nav .arrow{width:0.7rem;height:0.7rem;background-size: 0.2rem;}
	.hd-nav .drop .lk{font-size:0.18rem;}
	.hd-nav .cpdrop .title{font-size:0.18rem;}
	
	
	
	
	
	.social .icon{width:0.26rem;height:0.26rem;}
	
	.ft-t{padding: 0.4rem 0 0.2rem;}
	.ft-t .top{flex-direction: column;}
	.ft-t .smlogo{height: 0.4rem;}
	.ft-t .social{margin-top:0.3rem;}
	.ft-t .social .icon{margin:0 0.15rem;}
	.ft-t .menus{display: block;}
	.ft-t .menus .col{max-width:100%;width:100%;margin-bottom:0.3rem;}
	.ft-t .lks{display: flex;flex-wrap:wrap;justify-content: space-between;}
	.ft-t .lks li{min-width:48%;}
	.ft-t .info{width:100%;}
	.ft-t .info .smtit{margin: 0.15rem 0 0.1rem;}
	.ft-t .form .ipt{font-size:0.18rem;}
	.ft-c span{font-size:0.16rem;margin:0 0.15rem;display: inline-block;}
	.ft-b{padding:0.15rem 0;border-top:1px solid rgba(255,255,255,.1);}
	.ft-b span{margin:0 0.15rem;}
	
	
	
	.idx-tt{margin-bottom:0.3rem;}
	.idx-tt .bt{font-size:0.28rem;}
	
	.idx-smtt{flex-wrap:wrap;justify-content: center;margin-bottom:0.3rem;}
	.idx-smtt .bt{font-size:0.28rem;}
	.idx-smtt .tabs{width:100%;margin-top:0.15rem;}
	
	.btn{padding:0 0.22rem 0 0.1rem;font-size:0.19rem;}
	.btn .arr{margin-right:0.14rem;width:0.3rem;height:0.3rem;}
	.btn-r{padding:0 0.1rem 0 0.22rem;}
	.btn-r .arr{margin-right:0;margin-left:0.14rem;}
	
	/* blog */
	.inner-ban{height:2.2rem;}
	.inner-ban .bt{font-size:0.28rem;}
	/* .inner-ban .txt{font-size:0.18rem;} */
	
	
	.crumb {font-size:0.16rem;}
	.crumb i{margin:0 0.05rem;}
	
	.main{padding:0.4rem 0 0.5rem;}
	
	.blog-list .item{padding:0;display: block;}
	.blog-list .imgbox{height:2.1rem;width: 100%;}
	.blog-list .info{padding:0.15rem 0.2rem;}
	.blog-list .date{background-size: 0.18rem;padding-left:0.23rem;}
	.blog-list .more{font-size:0.16rem;}
	.blog-list .title{margin-top:0.15rem;}
	
	
	
	.pagination{margin:0.5rem 0 0;}
	.pagination select{display: none;}
	.pagination li{margin:0;}
	.pagination li span, .pagination li a{font-size:0.16rem;}
	
	.ft-form{padding:0.5rem 0;}
	.ft-form .tabs .lk{width:auto;flex:1;overflow: hidden;}
	.ft-form .row.flex .item{width:100%;}
	.ft-form .tit{font-size:0.2rem;}
	
	
	
	/* contact */
	.lx-sec{padding:5% 0;}
	.lx-sec .detail{padding:0.3rem 0;}
	.lx-sec .list{justify-content: center;}
	.lx-sec .list li::after{display: none;}
	.lx-sec .list1 li{padding:0 0.25rem 0.25rem;width:100%;}
	.lx-sec .list1 .icon{height:0.5rem;}
	.lx-sec .list1 .title{font-size:0.22rem;}
	
	.lx-sec .t-tit{font-size:0.28rem;  margin: 0.4rem 0 0.4rem;}
	.lx-sec .list li{padding:0 0.25rem 0.25rem;width:100%;}
	.lx-sec .list2 .icon{height:0.5rem;}
	.lx-sec .list2 .txt{font-size:0.18rem;}
	
	
	/* download */
	.download-list .item{padding: 0.3rem 0.2rem;align-items: flex-start;}
	.download-list .icon{width:0.45rem;height:0.45rem;}
	.download-list .info{padding:0.05rem;}
	.download-list .title{font-size:0.18rem;}
	
	.download-list .bot{display: block;}
	.download-list .botr{margin-top:0.15rem;}
	
	
	
	/* blogDetail */
	.blog-det .titbox{margin: 0.25rem auto 0.3rem;}
	.blog-det .titbox .title{font-size:0.27rem;line-height: 1.3;}
	
	.blog-author{display: block;}
	.blog-author .avatar{margin:0 auto 0.05rem;}
	.blog-author .tt{flex-wrap:wrap;margin-top:0.15rem;justify-content: center;}
	.blog-author .name{margin:0;font-size:0.2rem;}
	.blog-author .bq{padding:0.05rem 0.15rem;line-height:1.4;font-size:0.14rem;}
	
	
	.blog-rela{padding:0 0 0.6rem;}
	.blog-rela .idx-tt{margin-bottom:0.25rem;}
	
	.blog-rela-list .item{width:3rem;margin:0 0.18rem 0 0;min-width:3rem;}
	.blog-rela-list .font{margin-top:0.2rem;}
	
	.blog-rela-list .title{margin-top:0.1rem;font-size:0.2rem;}
	
	
	/* solution */
	.solu-tab{margin-bottom:0.3rem;}
	.solu-tab .lk{font-size:0.2rem;line-height: 0.54rem;}
	
	
	.solu-list{margin:0;}
	.solu-list .item{width:100%;margin:0 0 0.6rem;}
	.solu-list .item:last-child{margin:0;}
	.solu-list .imgbox{padding:0;height:2.5rem;}
	
	
	
	
	/* solutionDetail */
	.solu-intro .detail{flex-direction: column-reverse;}
	.solu-intro .imgbox{width: 100%;height:2.5rem;}
	.solu-intro .info{padding:0.2rem 0.2rem 0.2rem;}
	.solu-intro .txt{margin-top:0.1rem;font-size:0.18rem;}
	
	
	.solu-key{margin-top:0.6rem;}
	.solu-key .list{justify-content: space-between;margin:0;}
	.solu-key .list .item{width:48%;margin:0 0 4%;}
	.solu-key .list .ico{width:0.54rem;}
	
	.solu-gym{margin-top:0.6rem;}
	.solu-gym .list .imgbox{height:1.8rem;}
	
	
	/* technicalInnovation */
	.tech-hardw .list .item{display: block;}
	.tech-hardw .list .imgbox{width:100%;margin:0 0 0.25rem;height:2.6rem;}
	.tech-hardw .list .info{width:100%;}
	.tech-hardw .list .txt{font-size:0.18rem;}
	
	
	.tech-soft{padding:0.5rem 0;}
	.tech-soft .imgbox{width:100%;}
	
	
	
	/* brandStory */
	.brand-intro .mod{margin-bottom:0.6rem;}
	.brand-intro .list{margin:0;justify-content: space-between;margin:0;}
	.brand-intro .list .item{width:47.5%;margin:5% 0 0;}
	.brand-intro .smtit{margin-bottom:0.2rem;}
	.brand-intro .smlogo{height:0.34rem;}
	
	.brand-cul{padding:0.6rem 0;}
	.brand-cul .list .item{display: block;padding:0 0 0.2rem;}
	.brand-cul .list .titbox{width:100%;min-height:auto;text-align: center;padding:0.1rem 0;font-size: 0.36rem;}
	.brand-cul .list .ico{width:1rem;}
	.brand-cul .list .info{width:100%;}
	.brand-cul .list .title{font-size:0.22rem;}
	
	
	/* about */
	.us-ban{height:3.1rem;}
	.us-ban .playicon{right:5%;top:10%;display: none;}
	.us-ban .txt{line-height:1.5;font-size:0.16rem;}
	.us-ban .smlogo{height:0.25rem;}
	
	.us-top{padding:0.6rem 0;}
	.us-top .list{display: block;}
	.us-top .list .item{width:100%;max-width:100%;margin-bottom:0.5rem;background:none;}
	.us-top .list .item:last-child{margin:0;}
	.us-top .list .info{padding:0 0 0.25rem;}
	.us-top .list .title{font-size:0.3rem;}
	.us-top .list .txt{font-size:0.18rem;margin-top: 0.15rem;}
	
	.us-founder .rbox{padding-bottom:0.3rem;}
	.us-founder .detail{flex-direction: column-reverse;}
	.us-founder .lbox{display: none;width: 80%;margin:0 auto;}
	.us-founder .icons .tp{height:0.42rem;}
	
	.us-lb{padding:0.6rem 0;}
	.us-lb .list{display: block;}
	.us-lb .list .item{width: 100%;height:auto;padding: 0;background:#177CBD;margin-bottom:0.25rem;}
	.us-lb .list .info{position: static;padding:0.35rem 0.3rem;}
	.us-lb .list .title{font-size:0.24rem;}
	
	.us-comm{padding: 1rem 0;}
	.us-comm .smtit{font-size:0.22rem;padding-bottom:0.05rem;}
	.us-comm .title{font-size:0.46rem;}
	.us-comm .font{font-size:0.32rem;margin-top: 0.6rem;line-height:1.2;}
	.us-comm .txt{margin-top:0.3rem;}
	
	
	.us-hist{min-height:6rem;height:6rem;}
	.us-hist .titbox{top:0.4rem;}
	.us-hist .detail{padding:0 0.35rem;}
	.us-hist .item{width:2.3rem;}
	.us-hist .item .txt{font-size:0.17rem;line-height:1.7;}
	
	.us-hist .history_items{padding:0;}
	.us-hist .swiper-slide-active{margin-top:0.55rem;}
	.us-hist .history_item_0{margin-top:0.2rem;}
	.us-hist .history_item_1{margin-top:0.4rem;}
	
	.us-hist .swiper-buttons{right:3%;top:0.4rem;}
	
	
	
	/* product */
	.cp-list .imgbox{height:2.2rem;}
	.cp-list .title{font-size:0.15rem;max-width:100%;line-height:0.18rem;padding:0 0.15rem;}
	.cp-list .more{font-size:0.18rem;}
	
	.cp-softw{margin-top:0.6rem;}
	.cp-softw .t-tit{font-size:0.3rem;}
	
	
	.cp-side{width:85%;padding: 0.3rem 0.3rem;}
	.cp-side .closebtn{background-size: 0.3rem;right:0.1rem;}
	.cp-side .t-tit{font-size:0.22rem;}
	
	
	
	/* productDetail */
	.cp-bar{padding:0.3rem 0;}
	.cp-bar .title{font-size:0.28rem;}
	.cp-bar .txt{font-size:0.18rem;margin-top:0.05rem;}
	
	.cp-top .gallery .item{height:3rem;}
	.cp-top .thumbs .item{height:0.7rem;}
	.cp-top .swiper-button{opacity: 1;margin-top:0.05rem;}
	
	.cp-top .title{font-size:0.3rem;}
	.cp-top .smtit{margin-top:0.15rem;}
	
	.cp-top .txt,.cp-top .smtxt{font-size:0.18rem;}
	.cp-top .btns{display: block;}
	.cp-top .more{margin-bottom:0.15rem;}
	
	.cp-spec{margin-top:0.5rem;}
	.cp-spec .table th, .cp-spec .table td{height:0.4rem;padding:0.15rem 0.1rem;}
	.cp-spec .table td{font-size:0.16rem;}
	.cp-spec .list .txt{margin-top:0.25rem;}
	
	.cp-solu .list .imgbox{height:2.1rem;}
	.cp-solu .list .txt{text-align: center;font-size:0.17rem;}
	
	.cp-faq .list .item{margin-bottom: 0.2rem;}
	.cp-faq .list .top{padding:0.25rem 0.25rem;}
	.cp-faq .list .title{font-size:0.22rem;}
	.cp-faq .list .txt{font-size:0.17rem;line-height:1.4;}
	.cp-faq .list .top::after{width:0.22rem;height:0.22rem;margin: 0.03rem 0 0 0.15rem;}
	
	
	
	
	/* index */
	.idx-s{padding:0.6rem 0 0.1rem;}
	
	.idx-ban {padding:0;}
	.idx-ban .item{height:4rem;}
	.idx-ban .title{font-size:0.28rem;}
	.idx-ban .txt{margin-top:0.1rem;font-size:0.18rem;}
	
	
	.idx-ban .swiper-pagination{bottom:20px;font-size:0;}
	.idx-ban .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px!important;}
	
	
	
	.idx-cp .smlogo{height:2rem;top:-1rem;}
	.idx-cp .menu{width:90%;margin:0 auto 0.3rem;}
	.idx-cp .swiper-button{top:-0.65rem;margin:0;width:0.24rem;height:0.24rem;}
	.idx-cp .swiper-button-prev{left:-0.15rem;}
	.idx-cp .swiper-button-next{right:-0.15rem;}

	.idx-cp .lbox{width:100%;margin:0 0 0.4rem;}
	.idx-cp .lbox .imgbox{height:2.2rem;}
	.idx-cp .lbox .title{font-size:0.22rem;}
	.idx-cp .list li{height:2.5rem;width:20%;}
	.idx-cp .list li.on{width:60%;}
	.idx-cp .list .title{font-size:0.22rem;bottom:0.1rem;}
	
	.idx-cp .table th, .idx-cp .table td{font-size:0.17rem;word-break: break-all;}
	.idx-cp .table th{height:0.55rem;font-size:0.2rem;}
	
	.idx-brand .detail{padding: 0 5%;}
	.idx-brand .list{margin-top:0.25rem;}
	.idx-brand .list li{width:49%;text-align: center;}
	.idx-brand .list .fz{font-size:0.17rem;}
	.idx-brand .list .fz i{font-size:0.32rem;}
	.idx-brand .list .wz{font-size:0.17rem;}
	
	.idx-brand .tps{margin:0;justify-content: space-between;}
	.idx-brand .tps li{width:46%;margin:8% 0 0;}
	
	.idx-sp{padding:0 0 0.5rem;}
	.idx-sp .t-tit{font-size:0.26rem;margin-bottom:0.25rem;}
	.idx-sp .videobox{height:2.2rem;}
	.idx-sp .videobox .playicon{width:0.6rem;height:0.6rem;}
	
	.idx-treat{padding:0;}
	.idx-treat .item{height:5rem;}
	.idx-treat .box{padding: 0.5rem 0 0.3rem;}
	.idx-treat .title{font-size: 0.26rem;line-height: 1.5;padding-left: 0.25rem;}
	.idx-treat .title:before{width:0.07rem;}
	.idx-treat .imgbox{width:2rem;height:1.3rem;}
	
	.idx-blog{padding-bottom:0.4rem;}
	.idx-blog .readmore{margin-top:0.4rem;}
	.idx-blog .swiper-pagination-bullet{width:0.1rem;height:0.1rem;margin:0 0.15rem;}
	
	

	.idx-form{padding:0;}
	.idx-form .ft-form{padding:0.5rem 0;}
	.idx-form .idx-tt .bt{font-size:0.26rem;}
	
	.idx-fbd{padding:0.6rem 0;}
	.idx-fbd .idx-tt .bt{font-size:0.26rem;}
	
	
	.opacity{opacity: 1;}
	
	/* 右侧悬浮 */
	.kf-xf-sec{height:0.55rem;}
	.kf-xf{width:100%;left:0;bottom:0;display: flex!important;background: #177CBD;}
	.kf-xf .item{flex:1;overflow: hidden;margin:0;border-right:1px solid rgba(255,255,255,.2);}
	.kf-xf .lk{display: block;width:100%;height:0.55rem;display: flex;align-items: center;justify-content: center;}
	.kf-xf .lk .icon{height:0.45rem;width:auto;}
	
	
}




/***********拓展样式*************/


.cp-side .list .lk.cur{
	color:#177CBD;
	background-image:url(../images/icon_15-1.png);
} 
