.header{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:99;border-bottom:1px solid #ccc}
.header .wp{padding-top:.47rem;padding-bottom:.47rem;display:flex;align-items:center;justify-content:space-between;-webkit-transition:padding-bottom,padding-top .3s;-moz-transition:padding-bottom,padding-top .3s;-ms-transition:padding-bottom,padding-top .3s;-o-transition:padding-bottom,padding-top .3s;transition:padding-bottom,padding-top .3s}
.header .logo{display:block;height:.36rem}
.header .logo img{display:block;height:100%}
.header .hd-r{flex:1;display:flex;align-items:center;justify-content:space-between;padding-left:.8rem}
.header .nav{display:flex;align-items:center}
.header .nav .nav-item+.nav-item{margin-left:.3rem}
.header .nav .nav-item{display:flex;align-items:center;justify-content:center}
.header .nav .nav-tit{font-size:.19rem;color:#333;cursor:pointer;position: relative;}
.header .nav .nav-tit:hover, .header .nav .nav-tit:active{text-decoration:none}
.header .nav .nav-item.on .nav-tit:after {content: '';background-color: #2fc1ea;position: absolute;bottom: -0.56rem;left: -10%;width: 120%;height: .03rem;}
body.fixed .header .nav .nav-item.on .nav-tit:after {bottom: -0.29rem;}
.header .tools{display:flex;align-items:center;justify-content:flex-end}
.header .lang{position:relative}
.header .lang .show{width:1.74rem;height:.46rem;background:#f1f1f1;border-radius:.04rem;display:flex!important;align-items:center;justify-content:center;cursor:pointer}
.header .lang .show .i{background:url(../images/language.png) no-repeat center center/contain;display:block;width:.2rem;height:.2rem}
.header .lang .show span{font-family:Bahnschrift;font-weight:400;font-size:.18rem;color:#666;margin:0 .1rem}
.header .lang .show .down{background:url(../images/down.png) no-repeat center center/contain;width:.09rem;height:.05rem}
.header .lang .select{display:none;position:absolute;z-index: 999;width:100%;left:0;top:100%;padding-top:.04rem}
.header .lang .select ul{width:100%;background:#f1f1f1;border-radius:.04rem;padding:0 .18rem}
.header .lang .select ul li{border-bottom:1px solid rgba(0,0,0,.1)}
.header .lang .select ul li:last-child{border-bottom:none}
.header .lang .select ul li a{display:flex;align-items:center;justify-content:center;padding:.1rem 0}
.header .lang .select ul li a span{font-family:MyriadPro;font-weight:400;font-size:.18rem;color:#666;margin-left:.1rem}
.header .search{margin-left:.1rem;position:relative}
.header .search .icon{width:.5rem;height:.46rem;background:#f1f1f1;border-radius:.04rem;display:flex;align-items:center;justify-content:center;cursor:pointer}
.header .search .search-box-wrap{display:none}
.header .search .search-box{position:absolute;top:calc(100% + .5rem);width:4.88rem;height:.93rem;background:#fff;border-radius:0rem 0rem .12rem .12rem;right:0;padding:.18rem .25rem .25rem;display:flex}
body.fixed .header .search .search-box{top:150%;}
.header .search .search-box input{flex:1;background:#fff;border-radius:.04rem .04rem 0 0;border:1px solid #e7e7e7;border-right:none;padding-left:.26rem;font-family:MyriadPro;font-weight:400;font-size:.16rem;color:#333;line-height:.22rem;}
.header .search .search-box input::-webkit-input-placeholder{color:#999}
.header .search .search-box input::-moz-placeholder{color:#999}
.header .search .search-box input:-moz-placeholder{color:#999}
.header .search .search-box input:-ms-input-placeholder{color:#999}
.header .search .search-box .btn{width:1.27rem;height:.5rem;background:#2fc2e8;border-radius:0 .04rem .04rem 0;display:flex;align-items:center;justify-content:center;font-family:MyriadPro;font-weight:400;font-size:.18rem;color:#fff;border:none;}
body{-webkit-transition:padding-top .3s;-moz-transition:padding-top .3s;-ms-transition:padding-top .3s;-o-transition:padding-top .3s;transition:padding-top .3s}
body.fixed{padding-top:1rem}
body.fixed .header .wp{padding-top:.2rem;padding-bottom:.2rem}
body.fixed .sub-nav-con .wp{padding-top:0;padding-bottom:0}
.sub-nav-wrap{display:none}
.sub-nav-con{position:relative;left:0;width:100%;background:#f0f0f0;display:flex;border-top:1px solid #f0f0f0}
.sub-nav-con:after{content:'';position:absolute;z-index:1;left:0;width:10%;height:100%;background-color:#fff}
.sub-nav-con .wp{padding-top:0;padding-bottom:0;display:flex;justify-content:flex-start}
.sub-nav-con .close{position:absolute;left:50%;margin-left:-.32rem;bottom:-.32rem;width:.64rem;height:.64rem;cursor:pointer;background:#8a8e91;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10}
.sub-nav-con .close img{display:block;width:.26rem}
.level-list-wrap:first-child{padding-left:0}
.level-list-wrap{height:100%;position:relative;z-index:2;background-color:#fff;width:25%;border-right:1px solid #f0f0f0;padding:.8rem .4rem}
.level-list-wrap.level3,.level-list-wrap.level4,.level-list-wrap.level5{display:none}
.sub-nav-list .title{display:block;padding:.15rem .4rem .15rem .3rem;border-bottom:1px solid #f0f0f0}
.sub-nav-list .title:hover{font-weight:700}
.sub-nav-list div.title:hover{font-weight:normal}
.sub-nav-list .list .item{padding:.15rem .15rem .15rem .3rem;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;justify-content:space-between;align-items:center; position:relative}
.sub-nav-list .list .item .item-tit{cursor:pointer;display: block;width: 100%;}
.sub-nav-list .list .item i{background:url(../images/r-b.png) no-repeat center center/contain;display:block;width:.14rem;height:.14rem}
.sub-nav-list .list .item.active .item-tit,.sub-nav-list .list .item:hover .item-tit{font-weight:700}

.show-product-param{}
.show-product-param .title{padding:.15rem .4rem .15rem 0;font-weight:bold; border-bottom:none;}
.show-product-param li{position:relative;margin-bottom:.05rem;padding-left:.35rem;/*font-weight:300;*/display:list-item}
.show-product-param li:before{content:"√";display:inline-block;color:#2fc1ea;position:absolute;left:0;font-size:.12rem;top:.02rem}
.show-product-param .btn{display:inline-block;margin-top:.08rem;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;border-radius:3px;user-select:none;font-size:.14rem;transition:all .2s ease;text-transform:uppercase;box-shadow:0 3px 0 #51d0f4;font-weight:500;padding:.11rem .12rem;line-height:.17rem;white-space:normal;position:relative;background:transparent;color:#fff!important;background-color:#2fc1ea;border-color:rgba(0,0,0,0)}

body{padding-top:1.4rem;color:#000!important}
.swi-ban{overflow:hidden;position:relative}
.swi-ban .swi-tools{position:absolute;bottom:.55rem;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:100%;display:flex;justify-content:flex-end;align-items:flex-end;color:#fff;z-index:20}
.swi-ban .swi-tools .swiper-tools-pagination{line-height:1;width:auto;font-family:MyriadPro;font-weight:400;font-size:.14rem;margin-right:.12rem}
.swi-ban .swi-tools .swiper-tools-pagination .swiper-pagination-current{font-family:MyriadPro;font-weight:400;font-size:.42rem}
.swi-ban .swi-tools .swiper-tools-button-next,.swi-ban .swi-tools .swiper-tools-button-prev{display:block;width:.2rem;height:.2rem;background:url(../images/swi-l.png) no-repeat center center/.08rem auto;cursor:pointer;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.swi-ban .swi-tools .swiper-tools-button-next{margin-left:.4rem;background:url(../images/swi-r.png) no-repeat center center/.08rem auto}
.swi-ban .swiper-slide{position:relative}
.swi-ban .media{height:calc(100vh - 1.4rem)}
.swi-ban .media img{display:block;width:100%;height:100%;object-fit:cover}
.swi-ban .media video{display:block;width:100%;height:100%;object-fit:cover}
.swi-ban .text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:10rem;text-align:center;color:#fff}
.swi-ban .text h3{font-weight:400;font-size:.6rem;color:#fff;margin-bottom:.2rem}
.swi-ban .text p{font-family:MyriadPro;font-weight:400;font-size:.3rem;color:#fff;line-height:.38rem}
.swi-ban .text .g-btn{margin:1rem auto 0}
.g-btn:hover:after{width:100%}
.g-btn{display:flex;align-items:center;justify-content:center;width:3.11rem;height:.74rem;background:#2fc2e8;position:relative}
.g-btn:after{content:'';position:absolute;left:0;width:0;height:100%;background-color:#fff;opacity:.2;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.g-btn span{color:#fff;font-family:MyriadPro;font-weight:400;font-size:.2rem;position:relative;margin-right:.3rem;z-index:2}
.g-btn i{position:relative;z-index:2;background:url(../images/arr-rt.png) no-repeat center center/contain;display:block;width:.15rem;height:.15rem}
.sec1{padding:.9rem 0 1.3rem;position:relative}
.sec1:after{content:'';background-color:#f9f9f9;position:absolute;bottom:0;left:0;width:100%;height:6.3rem}
.corporate{position:relative;z-index:2;display:flex;align-items:flex-end}
.corporate .pic{flex:0 0 9.7rem;margin-right:.6rem}
.corporate .pic img{display:block;width:100%}
.corporate .text{flex:1}
.corporate .text h3{font-family:Myriad Pro;font-weight:700;font-size:.32rem;color:#000;margin-bottom:.8rem}
.corporate .text p{font-family:MyriadPro;font-weight:400;font-size:.2rem;color:#666;line-height:.42rem}
.corporate .text .g-btn{margin-top:.65rem}
.sec2{padding:.7rem 0 .5rem;position:relative}
.sec2:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4rem;background:#2fc2e8;z-index:1}
.sec2 .sec-title{position:relative;z-index:2;font-family:Myriad Pro;font-weight:700;font-size:.32rem;color:#000;margin-bottom:.3rem;text-align:center}
.sec2 .tab-list{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;margin-bottom:.55rem}
.sec2 .tab-list .item+.item{margin-left:.2rem}
.sec2 .tab-list .item{cursor:pointer;width:2.5rem;height:.54rem;background:#fff;border-radius:.04rem;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-family:MyriadPro;font-weight:400;font-size:.18rem;color:#000}
.sec2 .tab-list .item.active{border:1px solid #2fc2e8;color:#2fc2e8}
.sec2 .swi-product-wrap{position:relative;z-index:2}
.sec2 .swi-product-wrap .swiper-button-next,.sec2 .swi-product-wrap .swiper-button-prev{color:#fff}
.sec2 .swi-product-wrap .swiper-button-next{right:-.6rem;left:auto}
.sec2 .swi-product-wrap .swiper-button-prev{left:-.6rem;right:auto}
.sec2 .swi-product{overflow:hidden}
.sec2 .swi-product .pic{display:block;padding-top:100%;position:relative;background:#f7f7f7;border:.06rem solid #f7f7f7;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.sec2 .swi-product .pic img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:80%;max-height:80%;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.sec2 .swi-product .pic:hover{border:.06rem solid #fff;background:#2fc2e8}
.sec2 .swi-product .pic:hover img{-webkit-transform:translate(-50%,-50%) scale(1.05);-moz-transform:translate(-50%,-50%) scale(1.05);-ms-transform:translate(-50%,-50%) scale(1.05);-o-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}
.sec2 .swi-product .txt{margin-top:.3rem;display:flex;align-items:center;justify-content:space-between}
.sec2 .swi-product .txt .name{font-family:MyriadPro;font-weight:400;font-size:.24rem;color:#f7f7f7}
.sec2 .swi-product .txt i{background:url(../images/arrow-r.png) no-repeat center center/contain;display:block;width:.36rem;height:.36rem}
.tab-con-wrap .tab-con{display:none}
.tab-con-wrap .tab-con.show{display:block}
.sec3{padding:.8rem 0 .6rem;background:#f4f4f4}
.sec3 .sec-title{text-align:center;font-family:Myriad Pro;font-weight:700;font-size:.32rem;color:#000;margin-bottom:.5rem}
.sec3 .g-btn{margin:.6rem auto 0}
.news-list{display:flex;flex-wrap:wrap;margin:0 -.17rem}
.news-item{flex:0 0 33.3%}
.news-item .inner:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.news-item .inner{display:block;margin:0 .17rem;background-color:#fff;height:100%}
.news-item .pic{padding-top:55.49%;position:relative;overflow:hidden}
.news-item .pic img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.news-item .text{padding:.3rem}
.news-item .text h3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:MyriadPro;font-weight:400;font-size:.22rem;color:#333;line-height:.28rem;margin-bottom:.3rem}
.news-item .text .time{display:flex;align-items:center}
.news-item .text .time i{background:url(../images/time.png) no-repeat center center/contain;width:.2rem;height:.2rem;display:block;margin-right:.06rem}
.news-item .text .time span{font-family:MyriadPro;font-weight:400;font-size:.18rem;color:#999}
.contact-section{background:url(../images/contact-bg.jpg) no-repeat center center/cover;padding:1rem 0}
.contact-section .title{text-align:center;font-family:MyriadPro;font-weight:400;font-size:.32rem;color:#fff;line-height:.38rem;margin-bottom:.3rem}
.contact-section .media{display:flex;align-items:center;justify-content:center}
.contact-section .media a+a{margin-left:.12rem}
.contact-section .media a{width:.55rem;height:.55rem;display:flex;align-items:center;justify-content:center;background-color:#fff}
.contact-section .media a img{display:block}
.footer .fd-top{display:flex;padding:.8rem 0 .67rem;border-bottom:1px solid rgba(0,0,0,.1)}
.footer .fd-top .fd-nav{flex:0 0 2.2rem;border-right:1px solid rgba(0,0,0,.1);margin-right:1.1rem}
.footer .fd-top .fd-nav a{display:block;font-family:MyriadPro;font-weight:400;font-size:.2rem;color:#333}
.footer .fd-top .fd-nav a+a{margin-top:.2rem}
.footer .fd-top .address{display:flex;justify-content:space-between;flex:1}
.footer .fd-bot{display:flex;align-items:center;justify-content:space-between;padding:.3rem 0;font-family:MyriadPro;font-weight:400;font-size:.19rem;color:#666}
.address-item{max-width:33%;}
.address-item h3{font-family:Myriad Pro;font-weight:700;font-size:.28rem;color:#333;margin-bottom:.4rem}
.address-item p{white-space:pre-line;font-family:MyriadPro;font-weight:400;font-size:.18rem;color:#666}
.address-item p+p{margin-top:.15rem}
.crumb{padding:.4rem 0;display:flex;align-items:center;font-weight:400;font-size:.17rem;color:#666;text-transform: uppercase;}
.crumb a{color:#666;-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s;transition:color .3s}
.crumb a:hover{color:#2fc1ea}
.sec-abo1{padding-bottom:.8rem}
.sec-abo1 .sec-abo-tit{margin-bottom:.5rem}
.sec-abo1 .desc{font-family:CorbelLight;font-weight:400;font-size:.2rem;color:#333;margin-bottom:.58rem}
.sec-abo1 .list{display:flex;margin:0 -.12rem}
.sec-abo1 .list .item{flex:0 0 33.3%}
.sec-abo1 .list .item .inner:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.sec-abo1 .list .item .inner{margin:0 .12rem}
.sec-abo1 .list .item .inner .pic{padding-top:62.67%;position:relative;overflow:hidden}
.sec-abo1 .list .item .inner .pic img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.sec-abo1 .list .item .inner .txt{height:1rem;text-align:center;background:#f1f1f1;font-size:.2rem;color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;text-transform:uppercase}
.sec-abo-tit{text-align:center;font-size:.36rem;color:#000;font-weight:700}
.sec-abo2{padding:0 0 .8rem 0}
.sec-abo2 .row.bg{background:#f2f2f2}
.sec-abo2 .row.rr .wp{flex-direction:row-reverse}
.sec-abo2 .row.rr .wp .pic{margin-left:.3rem;margin-right:0}
.sec-abo2 .row.rr .wp .pic:After{left:auto;right:-.04rem}
.sec-abo2 .row{padding:.8rem 0}
.sec-abo2 .row .wp{display:flex}
.sec-abo2 .row .pic{flex:0 0 6.34rem;margin-right:.3rem;position:relative}
.sec-abo2 .row .pic:after{content:'';width:1.2rem;height:.82rem;background:#2fc1ea;position:absolute;left:-.04rem;top:-.04rem}
.sec-abo2 .row .pic img{display:block;width:100%;position:relative;z-index:2}
.sec-abo2 .row .text{font-family:CorbelLight;font-weight:400;font-size:.3rem;color:#333;line-height:2}
.job .row .text{font-size:.22rem;width: 100%;}

/*招聘*/
.sec-abo2 .job-list{ padding-top:0;}
.join-us .thead{background:#2fc1ea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.join-us .thead span{width:100%;color:#fff;font-size:.18rem;line-height:120%;padding:.15rem .30rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.join-us .tbody .tr{background:#f0f0f0;border-bottom:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.join-us .tbody .td{width:100%;padding:.14rem .30rem;line-height:.20rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.join-us .tbody .switch-btn:hover{color:#2898e6}
.join-us .tbody .switch-btn::after{display:inline-block;content:'+';vertical-align:top;margin-left:.04rem;line-height:.16rem;width:.08rem;text-align:center}
.join-us .tbody .tr.open{background:#fff;border-color:#f0f0f0}
.join-us .tbody .tr.open .td{color:#2fc1ea}
.join-us .tbody .tr.open .switch-btn{color:#2fc1ea !important}
.join-us .tbody .tr.open .switch-btn::after{content:'-'}
.join-us .join-drop{padding:.24rem .50rem .30rem;background:#fff;display:none}
.join-us .join-drop strong{font-size:.18rem;color:#333;}
.join-us .join-drop p{font-size:.18rem;color:#999}
.join-us .join-drop:last-child{border-bottom:1px solid #f0f0f0;}

.sec-abo3{padding:0 0 .8rem 0}
.sec-abo3 .global{margin-top:.7rem}
.sec-abo3 .global .desc{text-align:center;font-family:CorbelLight;font-weight:400;font-size:.2rem;color:#333}
.sec-abo3 .global .pic{margin-top:.7rem;display:flex;align-items:center;justify-content:center}
.sec-abo3 .global .pic img{display:block}
.sec-abo4{padding:0 0 .8rem 0}

.sec-abo1 .desc p,
.sec-abo3 .global .desc p { margin:0.5em 0 1.2em 0;}

.contact-list{margin-top:.8rem;border-top:1px solid rgba(0,0,0,.1)}
.contact-list .item{padding:.25rem 0;display:flex;border-bottom:1px solid rgba(0,0,0,.1)}
.contact-list .item .pic{width:25%;margin-right:.3rem;overflow:hidden}
.contact-list .item .pic img{display:block;width:100%;object-fit:cover;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.contact-list .item:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.contact-list .item .text{flex:1;display:flex;justify-content:space-between;align-items:center;padding-right:.8rem}
.contact-list .item .text .left{max-width:3.2rem;display:flex;flex-direction:column;justify-content:flex-start;height:100%}
.contact-list .item .text .left span{font-size:.12rem;color:#666}
.contact-list .item .text .left h3{font-size:.23rem;color:#000}
.contact-list .item .text .left p{font-size:.14rem;color:#000}
.contact-list .item .text .left a{color:#008aaa}
.contact-list .item .text .open{display:flex;flex-direction:column}
.contact-list .item .text .open i{background:url(../images/pos.png) no-repeat center center/contain;display:block;width:.41rem;height:.6rem;margin:0 auto .1rem}
.contact-list .item .text .open span{font-size:.2rem}
.pro-sec1{padding:.8rem 0;background:#000;color:#fff}
.pro-sec1 .text{width:65%}
.pro-sec1 h3{font-size:.3rem;margin-bottom:.2rem}
.pro-sec1 p{font-size:.2rem;line-height:.28rem}
.pro-sec1.white{background-color:#fff;color:#000}
.pro-sec2{padding:.8rem 0 0}
.pro-sec2.no-toptext{ margin-top:-.8rem;}
.pro-sec2 .sec-title{font-family:Roboto Condensed!important;font-size:.3rem;font-style:normal;font-weight:700;line-height:.36rem;margin-bottom:.6rem;word-break:break-word}
.pro-sec2 .list{display:flex;margin:0 -.15rem}
.pro-sec2 .list .item{flex:0 0 33.3%}
.pro-sec2 .list .item .inner:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.pro-sec2 .list .item .inner{display:block;margin:0 .15rem;background:#f0f0f0;position:relative;padding:.4rem .3rem;color:#000;overflow:hidden}
.pro-sec2 .list .item .inner .ci-top-seller-ribbon-bgr{background:#000;border-color:transparent transparent #000;border-style:solid;border-width:0 .5rem .5rem;left:-.32rem;position:absolute;top:-.07rem;transform:rotate(-45deg)}
.pro-sec2 .list .item .inner .ci-top-seller-ribbon-bgr .ci-top-seller-ribbon{bottom:-.5rem;color:#fff;font-family:Roboto Condensed!important;font-size:.12rem;font-style:normal;font-weight:700;left:-.5rem;line-height:.18rem;position:absolute;text-align:center;text-transform:uppercase;width:1rem;z-index:1}
.pro-sec2 .list .item .inner .arrow{position:absolute;bottom:0;right:0;background:url(../images/bot-arrow.png) no-repeat center center/contain;width:.83rem;height:.55rem}
.pro-sec2 .list .item .inner .pic{height:1.7rem;display:flex;align-items:center;justify-content:center;margin-bottom:.3rem}
.pro-sec2 .list .item .inner .pic img{display:block;max-width:100%;max-height:100%;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.pro-sec2 .list .item .inner .text{padding-bottom:.5rem}
.pro-sec2 .list .item .inner .text h3{display:flex;align-items:center;justify-content:space-between;font-size:.18rem;color:#000;margin-bottom:.2rem}
.pro-sec2 .list .item .inner .text .row{display:flex;align-items:center;justify-content:space-between;padding:.05rem 0}
.pro-sec2 .list .item .inner .text .row span{font-size:.13rem;}
.pro-sec2 .list .item .inner .text .row em{font-weight:700;font-size:.13rem}
.pro-search{padding:0 0 .8rem}
.pro-search .list{margin:0 -.15rem .35rem -.15rem}
.pro-sec3{padding:.3rem 0}
.pro-sec3 .overview{padding:.75rem .8rem;background:#f1f1f1}
.ov-title{display:flex;justify-content:center;align-items:center;margin-bottom:.8rem}
.ov-title .left,.ov-title .right{flex:1;position:relative;height:.07rem}
.ov-title .left:after{content:'';bottom:0rem;left:0rem;position:absolute;width:90%;border-bottom:1px solid rgba(137,141,144,.5)}
.ov-title .left:before{content:"";position:absolute;right:0rem;top:0rem;width:53%;border-top:1px solid rgba(137,141,144,.5)}
.ov-title .right:after{bottom:0rem;content:"";left:0rem;position:absolute;width:100%;border-bottom:1px solid rgba(137,141,144,.5)}
.ov-title .right:before{content:"";left:10%;position:absolute;top:0rem;width:64%;border-top:1px solid rgba(137,141,144,.5)}
.ov-title span{font-size:.22rem;color:#000;padding:0 .3rem;text-transform:uppercase}
.overview{color:#000}
.overview .box+.box{margin-top:.5rem}
.overview .box .box-title{font-size:.24rem;font-weight:700;margin-bottom:.3rem}
.overview .row+.row{margin-top:.3rem}
.overview .row .row-tit{padding-left:.3rem;font-size:.18rem;position:relative;overflow:hidden;margin-bottom:.2rem}
.overview .row .row-tit em{padding-right:.1rem}
.overview .row .row-tit span{background-color:#c5c5c5;bottom:.06rem;content:"";height:1px;position:absolute;width:100%;z-index:1}
.overview .row .pro-swiper{padding-left:.3rem;overflow:hidden;position:relative}
.overview .row .pro-swiper .item{display:block}
.overview .row .pro-swiper .item .pic{background:#f1f1f1;display:flex;align-items:center;justify-content:center;height:1rem}
.overview .row .pro-swiper .item .pic img{max-width: 100%;max-height: 100%;mix-blend-mode:multiply;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.overview .row .pro-swiper .item .tit{text-align:center;font-size:.16rem}
.overview .row .pro-swiper .item:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.pro-sec4{padding:.8rem 0}
.faq .faq-title{color:#000;font-size:.24rem;font-style:normal;font-weight:700;line-height:.32rem;margin-bottom:.32rem;font-family:"Roboto Condensed"}
.faq-list .item.active .title i{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.faq-list .item{border-top:1px solid #ccc}
.faq-list .item .title{padding:.17rem .17rem .17rem 0;display:flex;align-items:center;justify-content:space-between;font-style:normal;color:#000;font-family:"Roboto Condensed";font-size:.18rem;font-weight:700;cursor:pointer}
.faq-list .item .title i{background:url(../images/down2.png) no-repeat center center/contain;width:.26rem;height:.14rem;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.faq-list .item .con{padding:.2rem 0;display:none}
.faq-list .item .con .text{max-width:10rem;width:100%;margin:0 auto}
.faq-list .item .con .text h3{margin-bottom:.2rem;font-size:.2rem;color:#000}
.faq-list .item .con .text p{font-size:.17rem;line-height:.32rem}
.faq-list .item .con .text p a{text-decoration:underline;font-weight:700;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.faq-list .item .con .text p a:hover{color:#2fc1ea}
.pro-sec5{padding:.8rem 0}
.pro-sec5 .btn-wrap{max-width:65.303%;width:100%;margin:.8rem auto 0}
.pro-list{display:flex;margin:0 -.1rem .6rem}
.pro-list .item{flex:0 0 33.3%}
.pro-list .item .inner:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.pro-list .item .inner{display:block;margin:0 .1rem;padding:.24rem;background:#f0f0f0;position:relative}
.pro-list .item .inner .tag{padding:.06rem .12rem;font-size:.11rem;line-height:.13rem;color:#fff;background:#6e757c;position:absolute;bottom:0;left:0;text-transform:uppercase}
.pro-list .item .inner .pic{position:relative;padding-top:75%;overflow:hidden}
.pro-list .item .inner .pic img{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.pro-list .item .inner .text{color:#000;padding:.24rem 0}
.pro-list .item .inner .text h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.22rem}
.pro-list .item .inner .text p{margin:.1rem 0 .24rem;font-size:.17rem;line-height:.32rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:.64rem}
.pro-list .item .inner .text .arrow{background:url(../images/arrow-right.png) no-repeat center center/contain;width:.4rem;height:.32rem}
.ci-text-media-wrapper{font-size:.17rem;font-style:normal;font-weight:400;line-height:.32rem;max-width:65.303%;width:100%;font-family:Roboto!important;margin:0rem auto;color:#000}
.ci-text-media-wrapper h2{color:#000;font-size:.24rem;font-style:normal;font-weight:700;line-height:.32rem;margin-top:0rem;font-family:"Roboto Condensed";margin-bottom:.2rem}
.ci-text-media-wrapper h3{color:#000;font-size:.2rem;font-style:normal;font-weight:700;line-height:.28rem;text-transform:uppercase;font-family:"Roboto Condensed"}
.ci-text-media-wrapper a{color:#000;font-style:normal;font-weight:700;position:relative;font-family:Roboto;text-decoration:underline;transition:.2s ease-out}
.ci-text-media-wrapper p{margin:.15rem 0}
.ci-text-media-wrapper a:hover{color:#2fc1ea}
.ci-text-media-wrapper ul[class=rte--list]{list-style-type:none;margin-top:.2rem;position:relative;overflow:hidden}
.ci-text-media-wrapper ul[class=rte--list] li{font-size:.17rem;font-style:normal;line-height:.32rem;margin-bottom:.1rem;font-family:Roboto;position:relative;padding-left:.4rem}
.ci-text-media-wrapper ul[class=rte--list] li::before{background:#8a8e91;content:"";width:.24rem;height:.02rem;position:absolute;left:0;top:50%;margin-top:-1px}
.ci-text-media-wrapper .ci-image[data-type=article]{max-width:5.6rem}
.ci-text-media-wrapper+.ci-text-media-wrapper{margin-top:.5rem}
.ci-left .ci-image,.ci-right .ci-image .ci-image{float:left;margin-right:.17rem;padding:.04rem .17rem .3rem 0;width:50%}
.ci-right .ci-image{float:right;margin-left:.17rem;margin-right:0;padding:.04rem 0 .3rem .17rem;width:50%}
.ci-text-media-wrapper img[align='left']{ float:left; margin-right:0.3rem;}
.ci-text-media-wrapper img[align='right']{ float:right; margin-left:0.3rem;}

.g-btn.black{height:.44rem;background:linear-gradient(45deg,transparent .1rem,#000 0rem) 0rem 0rem;position:relative}
.g-btn.black i{width:.2rem;height:.2rem;background:url(../images/right.png) no-repeat center center/contain}
.select-section{background:#f1f1f1;padding:.3rem 0}
.select-mod .select-row{position:relative;z-index:30;width:2.66rem;margin:0 auto}
.select-mod .select-row .show{height:.65rem;padding:.2rem .16rem;display:flex!important;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc;cursor:pointer}
.select-mod .select-row .show span{font-weight:700;color:#000;font-size:.16rem;text-transform:uppercase}
.select-mod .select-row .show i{background:url(../images/down2.png) no-repeat center center/contain;width:.2rem;height:.14rem;display:block}
.select-mod .select-row .select-pop{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 0 .02rem .02rem rgba(0,0,0,.1);padding:0 .24rem;color:#000}
.select-mod .select-row .select-pop .tit{padding:.16rem 0;border-bottom:1px solid #ccc;font-size:.18rem}
.select-mod .select-row .select-pop li{font-size:.18rem;padding:.16rem 0;border-bottom:1px solid #ccc;cursor:pointer}
.select-mod .select-row .select-pop li.active{font-weight:700}
.select-mod .select-row .select-pop li:hover{font-weight:700}
.select-pro-swi.show{display:block}
.select-pro-swi{overflow:hidden;margin-top:.2rem;display:none}
.select-pro-swi .swiper-wrapper{justify-content:center}
.select-pro-swi .item:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.select-pro-swi .item:hover{border-bottom-color:#000}
.select-pro-swi .item{padding-bottom:.1rem;border-bottom:.02rem solid transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block}
.select-pro-swi .item .pic{background:#f1f1f1;display:flex;align-items:center;justify-content:center;margin-bottom:.05rem}
.select-pro-swi .item .pic img{mix-blend-mode:multiply;max-width:100%;max-height:100%;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.select-pro-swi .item .tit{text-align:center;font-size:.12rem;color:#000;font-weight:700}
.info-sec{padding:.7rem 0;background:url(../images/pdp-bg-blurr-png-data.png) no-repeat center center/cover}
.info-sec .wp{display:flex;justify-content:space-between}
.info-sec .pic{flex:0 0 45%;display:flex;align-items:center;justify-content:center}
.info-sec .pic img{display:block}
.info-sec .text{color:#fff;max-width:45%}
.info-sec .text h3{font-size:.36rem;font-weight:700;margin-bottom:.32rem}
.info-sec .text p{font-size:.2rem;line-height:.28rem;margin-bottom:.28rem}
.info-sec .text .row{display:flex;align-items:center;justify-content:space-between;padding:.05rem 0;margin:0;}
.info-sec .text .row:after,.info-sec .text .row:before{ display:none}
.info-sec .text .row span{font-size:.16rem}
.info-sec .text .row em{font-weight:700;font-size:.16rem}
.detail-sec{position:sticky;top:.86rem;background-color:#fff;z-index:80;box-shadow:0 .08rem .32rem 0 rgba(0,0,0,.15)}
.detail-nav{background-color:#fff;color:#000;padding-bottom:.05rem}
.detail-nav .wp{display:flex;align-items:center}
.detail-nav .item:hover{border-bottom-color:#000}
.detail-nav .item{font-weight:700;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer;height:.8rem;display:flex;align-items:center;justify-content:center;padding:0 .45rem;font-size:.16rem;border-bottom:.02rem solid transparent}
.detail-nav .item.active{border-bottom:.02rem solid #000}
.detail-con-sec1{background:#f1f1f1;padding:.8rem 0}
.detail-con-sec2{padding:.8rem 0;background-color:#fff}
.app-swi{overflow:hidden;position:relative;padding-bottom:.8rem}
.app-swi .swiper-slide{height:auto}
.app-swi .swiper-wrapper.jcc{justify-content:center}
.app-swi .swiper-scrollbar{width:45%;height:1px;bottom:.2rem;background:#000}
.app-swi .swiper-scrollbar .swiper-scrollbar-drag{height:.04rem;top:-.04rem;border:none;background:#000}
.app-swi .swiper-button-next{margin-left:.3rem}
.app-swi .swiper-button-prev{margin-left:-.3rem}
.app-swi .swiper-button-next,.app-swi .swiper-button-prev{bottom:0;top:auto;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);right:auto;color:#000}
.app-item:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.app-item{display:block;padding:.24rem;background:#f0f0f0;position:relative;height:100%}
.app-item .tag{padding:.06rem .12rem;font-size:.11rem;line-height:.13rem;color:#fff;background:#6e757c;position:absolute;bottom:0;left:0;text-transform:uppercase}
.app-item .pic{padding-top:75%;position:relative;overflow:hidden}
.app-item .pic img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.app-item .text{padding:.24rem 0}
.app-item .text p{font-size:.17rem;line-height:.32rem;min-height:.64rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.app-item .text h3{font-size:.22rem;font-weight:700;margin-bottom:.15rem;color:#000}
.app-item .text i{background:url(../images/fancy.png) no-repeat center center/contain;display:block;width:.24rem;height:.24rem;margin-top:.2rem}
.app-item .text i.jump{background:url(../images/arrow-right.png) no-repeat center center/contain;width:.4rem;height:.32rem}
.detail-con-sec3{background:#f1f1f1;padding:.8rem 0}
.tab-list2{display:flex;align-items:center;justify-content:center;margin-bottom:.32rem}
.tab-list2 .item+.item{margin-left:.03rem}
.tab-list2 .item.active{color:#fff;background:#565a5f}
.tab-list2 .item{display:flex;align-items:center;justify-content:center;padding:.12rem .2rem;font-size:.16rem;color:#000;font-weight:700;background-color:#fff;cursor:pointer;text-transform:uppercase}
.tab-list2 .item em{padding-left:.24rem}
.tab-list2.gray .item{background:#f0f0f0}
.tab-list2.gray .item.active{color:#fff;background:#565a5f}
.auto-list{display:flex;justify-content:center;gap:1.5rem}
.auto-list .app-item{height:auto;flex:0 0 3.6rem;margin-bottom:.4rem;background-color:#fff}
.detail-con-sec4{padding:.8rem 0}
.detail-con-sec5{background:#f1f1f1;padding:.8rem 0}
.ser-item-wrap{justify-content:center;display:flex;padding-bottom:.5rem}
.ser-item:hover .pic img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.ser-item{display:block;width:100%;max-width:4.85rem;background-color:#fff}
.ser-item .pic{overflow:hidden}
.ser-item .pic img{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;display:block;width:100%}
.ser-item .text{padding:.3rem;color:#000}
.ser-item .text h3{font-size:.24rem;font-weight:700;margin-bottom:.2rem}
.ser-item .text p{font-size:.17rem;line-height:.32rem}
.ser-item .text i{background:url(../images/arrow-right.png) no-repeat center center/contain;width:.4rem;height:.32rem;display:block;margin-top:1rem}
.detail-con-sec6{padding:.8rem 0}
.ci-linklist-login-banner{margin-top:.35rem}
.ci-login-banner{margin-bottom:.6rem;margin-left:auto;margin-top:.14rem;padding:.16rem .3rem;position:relative;background:url(../images/grey-light-small-jpg-data.jpg) no-repeat center center/cover;display:flex;justify-content:space-between}
.ci-login-banner.db{display:block;padding:.3rem}
.ci-login-banner .account{background:#000;background-size:1.9rem;height:.28rem;left:0;position:absolute;top:-.14rem;width:2.1rem;z-index:10;padding:0 .05rem;display:flex;align-items:center;justify-content:center}
.ci-login-banner .account img{display:block}
.ci-login-text-wrapper{padding-left:calc(15.4639% - .3rem);padding-right:2.57731959%;font-size:.16rem;color:#000}
.ci-login-text-wrapper a{text-decoration:underline;color:#000}
.ci-login-banner .ci-login-text-wrapper .ci-login-headline{font-family:Roboto Condensed!important;font-size:.22rem;font-style:normal;font-weight:700;line-height:.3rem;margin:0}
.ci-login-button-wrapper{align-items:center;display:flex;gap:.1rem;justify-content:flex-end;position:relative}
.ci-login-button-wrapper .g-btn{width:auto;padding:0 .3rem}
.ci-login-button-wrapper .g-btn span{font-weight:700}
.ci-link-list-module a:not(.ci-richtext-link){color:inherit;display:block;font-family:Roboto!important;font-size:.17rem;font-style:normal;font-weight:300;line-height:.32rem;text-decoration:none}
.ci-link-list-module-item{font-family:Roboto Condensed!important;font-size:.16rem;font-style:normal;font-weight:700;line-height:normal;padding:.25rem .3rem .25rem .88rem;position:relative;transition:all .25s ease-in-out;margin-top:.25rem;background:#f1f1f1;text-transform: capitalize;}
.ci-link-list-module-item .icon{left:.3rem;margin-top:-.14rem;position:absolute;top:50%;width:23px}
.ci-link-list-module-item .icon.w2{width:20px}
.ci-link-list-module-item .account{background:#000;display:flex;align-items:center;justify-content:center;height:.18rem;left:0;position:absolute;top:-.09rem;width:1.16rem;padding:0 .05rem;z-index:10}
.ci-link-list-module-item .account img{display:block}
.txt-list{padding-top:.5rem}
.txt-list .title{font-size:.26rem;padding-bottom:.15rem;border-bottom:1px solid #000;font-weight:700;text-transform: capitalize;}
.txt-list li{display:flex;align-items:center;justify-content:space-between;padding:.1rem 0;border-bottom:1px solid #c9cccf;font-size:.15rem}
.txt-list li em{font-weight:700}

.product-param{ width:100%; overflow:auto;text-align:center; margin-top:15px;}
.product-param table{ width:100%!important;margin-top: 0.1rem;border-top: 1px solid #c9cccf; border-left: 1px solid #c9cccf;}
.product-param table tr{border-bottom: 1px solid #c9cccf;}
.product-param table tr:hover{ background-color:#eee;}
.product-param table th{border-right: 1px solid #c9cccf; text-align:center; padding:12px 0; background-color:#eee;}
.product-param table td{border-right: 1px solid #c9cccf; text-align:center; padding:6px 0;}
.product-param table p{ margin:0;}

ul[class=rte--list]{list-style-type:none;margin-top:.2rem;overflow:hidden;position:relative}
.ci-login-banner .ci-login-text-wrapper .rte--list li{font-family:Roboto!important;font-size:.17rem;font-style:normal;line-height:.32rem;list-style:none;margin-bottom:.08rem;padding-left:.32rem;position:relative}
.ci-login-banner .ci-login-text-wrapper .rte--list{margin:.24rem 0 .3rem;padding:0}
.ci-login-banner .ci-login-text-wrapper ul[class=rte--list] li::before{color:#000;content:"";width:.24rem;height:.24rem;background:url(../images/yes.png) no-repeat center center/contain;position:absolute;left:0;top:.04rem}
.detail-con-sec7{background:#f1f1f1;padding:.8rem 0}
.sub-nav-list .back{display:none}
.news-swiper{display:none}
.address-swi{display:none}
.banner{position:relative}
.banner .mouse{position:absolute;left:50%;margin-left:-.16rem;bottom:.4rem;width:.36rem;height:.6rem;background:url(../images/mouse.png) no-repeat center center/contain;z-index:20;animation:move 1s linear infinite alternate}
@keyframes move{
from{margin-top:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
to{opacity:.4;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}
}
.sec2 .tab-list .item{-webkit-transition:transform,color .3s;-moz-transition:transform,color .3s;-ms-transition:transform,color .3s;-o-transition:transform,color .3s;transition:transform,color .3s}
.sec2 .tab-list .item:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01);color:#2fc2e8}
.footer .fd-top .fd-nav a{-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s;transition:color .3s}
.footer .fd-top .fd-nav a:hover{color:#000;font-weight:700}
.contact-list .item .text .left .mt20{margin-top:.2rem}
.footer .fd-bot a{color:#666}
.copyright a{ display:none;}
.pro-swiper .swiper-button-prev.swiper-button-disabled{display:none}
.pro-swiper .swiper-button-next,.pro-swiper .swiper-button-prev{width:.4rem;height:.4rem;background-color:#fff;border-radius:50%;font-size:20px}
.pro-swiper .swiper-button-next:after,.pro-swiper .swiper-button-prev:after{font-size:20px;color:#000}

.news-list2{display:flex;flex-wrap:wrap}
.ul-listg5{overflow:hidden}
.ul-listg5 li{padding-top:.32rem;padding-bottom:.32rem;border-bottom:1px dotted #eee}
.ul-listg5 li:hover{border-bottom:1px dotted #ccc;}
.ul-listg5 .con{overflow:hidden;display:block;position:relative}
.ul-listg5 .con .pic{float:left;width:4rem;overflow:hidden}
.ul-listg5 .con .pic img{display:block;width:100%;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s}
.ul-listg5 .con:hover .pic img{-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-o-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}
.ul-listg5 .con .txt{overflow:hidden;padding-left:.5rem}
.ul-listg5 .con .txt .tit{font-size:.26rem;color:#333;margin-bottom:.24rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}
.ul-listg5 .con .txt .desc{font-size:.16rem;color:#999;line-height:1.65em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.ul-listg5 .con .txt .date{position:absolute;bottom:.03rem;font-size:.15rem;color:#999;padding-left:.22rem;background:url(../images/g-i5.png) left center no-repeat;background-size:.14rem auto}
.ul-listg5 .con:hover .txt .tit{color:#e8340c}

.page-show{width:100%;text-align:center;margin-top:.4rem}
.page-show ul{font-size:0}
.page-show li{display:inline-block;margin:0 .03rem}
.page-show li span,.page-show li a{display:block;color:#333;font-size:.15rem;font-family:Arial;line-height:.36rem;border:1px solid #d9d9d9;border-radius:.04rem;padding:0 .15rem}
.page-show li span{line-height:.35rem;}
.page-show li a:hover,.page-show li.pageactive a{background-color:#2fc2e8;border-color:#2fc2e8;color:#FFF}
.page-show li.pagebtn span{background-color:#c8c8c8;border-color:#c8c8c8;color:#FFF}
.page-show .pagebtn{font-family:cursive}
.page-show select{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert;height:.37rem;line-height:.37rem;border:1px solid #d9d9d9;border-radius:4px;padding:0 .05rem;color:rgba(94,96,100,1);font-size:.15rem;font-family:Arial}
.pageinfo{padding:0 0.1rem}

.news-detail p, .news-detail div, .news-detail ul, .news-detail ol, .news-detail table{margin-bottom:1.2em;line-height:1.8}
.news-detail .info{text-align:center;padding:0.15rem 0 .15rem;border-bottom:1px solid #e5e5e5;color:rgba(153, 153, 153, 1);font-size:0.14rem;margin-bottom:2.2em}
.news-detail .body{ font-size:0.18rem; text-align:justify;}

@media only screen and (max-width:1199px){
.info-sec .text{max-width:100%}
body{padding-top:70px}
.wp,.wp2,.wp3{padding-left:20px;padding-right:20px}
.header .nav{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);overflow-y:auto;background-color:#fff;display:none;padding:20px}
.header .nav .nav-item+.nav-item{margin-left:0}
.header .nav .nav-item.on .nav-tit:after,
body.fixed .header .nav .nav-item.on .nav-tit:after{display1:none;bottom: -0.16rem;left: 0;width: 100%;}
.header .wp{padding:20px}
.header .lang .show{width:auto;height:auto;background:0 0}
.header .lang .show span{display:none}
.header .lang .show .down{display:none}
.header .search .icon{height:auto;background:0 0}
.header .search .icon img{display:block}
.header .logo{height:24px}
.header .logo img{display:block;height:100%;width:auto}
.header .hd-r{padding-left:0}
.header .wp{justify-content:space-between}
.header .hd-r{justify-content:flex-end}
.menuBtn{background:url(../images/menu.png) no-repeat center center/contain;width:30px;height:30px}
.menuBtn.open{background:url(../images/close2.png) no-repeat center center/90% auto}
.sub-nav-con{background-color:#fff;position:absolute;width:100%;height:100%;top:0;left:0}
.sub-nav-wrap{position:fixed;width:100%;top:70px;height:calc(100vh - 70px);overflow-y:auto;background-color:#fff}
.level-list-wrap:first-child{padding-left:20px}
.level-list-wrap{position:absolute;width:100%;height:100%;top:0;left:0;padding:20px}
.sub-nav-con .close{bottom:30px}
.sub-nav-list .back{padding:10px 0;display:flex;font-weight:700}
.sub-nav-list .back i{background:url(../images/left-arrow.png) no-repeat center center/contain;width:20px;height:20px;display:block;margin-right:10px}
.sub-nav-con .close{position:fixed}
.header .nav .nav-item{font-size:14px;justify-content:flex-start;padding:.15rem .15rem .15rem .3rem;border-bottom:1px solid #f0f0f0}
.header .nav .nav-tit{font-size:14px}
.header .lang .select{top:calc(100% + 20px);width:173px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);padding:0 10px}
.header .lang .select:After{content:'';background:url(../images/san.png) no-repeat center center/contain;width:26px;height:14px;position:absolute;bottom:100%;left:50%;margin-left:-13px}
.header .search .search-box,
body.fixed .header .search .search-box{position:fixed;top:70px;left:0;width:100%;background:#000;padding:0;height:60px;border-radius:0}
.header .search .search-box .btn{display:none}
.header .search .search-box input{border:none;border-radius:0;background-color:#000;background-image:url(../images/search.png);background-repeat:no-repeat;background-position:left 10px center;-webkit-background-size:20px auto;background-size:20px auto;color:#fff;padding-left:40px;padding-right:40px}
.header .search .search-box .close{position:absolute;right:10px;top:0;height:100%;width:30px;cursor:pointer;background:url(../images/close-w.png) no-repeat center center/80%;opacity:.9}
.swi-ban .media{height:240px}
body{padding-top:70px}
.swi-ban .text h3{font-size:14px}
.swi-ban .text p{font-size:12px;line-height:1.5}
.swi-ban .text .g-btn{margin:20px auto 0;width:160px;height:40px}
.swi-ban .text .g-btn span{font-size:12px}
.g-btn{width:200px;height:50px}
.g-btn span{font-size:14px;margin-right:5px}
.g-btn i{width:10px;height:10px}
.swi-ban .swi-tools .swiper-tools-pagination .swiper-pagination-current{font-size:14px}
.swi-ban .swi-tools .swiper-tools-pagination{font-size:12px;margin-left:6px}
.swi-ban .swi-tools .swiper-tools-button-next{margin-left:10px}
.swi-ban .swi-tools{bottom:20px}
.corporate{display:block}
.sec1,.sec2{padding:60px 0}
.corporate .pic{margin-right:0;margin-bottom:20px}
.corporate .text h3{font-size:20px;margin-bottom:20px}
.corporate .text p{font-size:14px;line-height:1.5}
.corporate .text .g-btn{margin:30px auto 0}
.sec2 .sec-title{font-size:20px;margin-bottom:20px}
.sec2 .tab-list .item{font-size:12px;height:40px}
.sec2 .tab-list{margin-bottom:20px}
.sec2 .swi-product-wrap{padding:0 50px}
.sec2 .swi-product-wrap .swiper-button-prev{left:0}
.sec2 .swi-product-wrap .swiper-button-next{right:0}
.sec2 .swi-product .txt .name{font-size:18px}
.sec2 .swi-product .txt i{width:20px;height:20px}
.sec2:after{height:300px}
.sec3{padding:60px 0}
.sec3 .sec-title{font-size:20px;margin-bottom:20px}
.news-swiper{display:block;overflow:hidden;position:relative;padding-bottom:40px}
.sec3 .news-list{display:none}
.sec3 .news-item .inner{margin:0}
.sec3 .swiper-pagination-bullet{width:8px;height:8px;background:#999;border-radius:50%;opacity:.5}
.sec3 .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}
.news-item .text{padding:15px}
.news-item .text h3{font-size:14px;line-height:1.8;margin-bottom:10px}
.news-item .text .time span{font-size:13px}
.news-item .text .time i{width:12px;height:12px}
.sec3 .g-btn{margin:20px auto 0}
.contact-section .title{font-size:14px;line-height:1;margin-bottom:20px}
.contact-section .media a{width:24px;height:24px}
.contact-section .media a img{max-width:50%}
.footer .fd-top{padding:40px 0}
.footer .fd-bot{display:block;text-align:center;font-size:14px}
.footer .fd-top .fd-nav{flex:0 0 120px;margin-right:30px}
.footer .fd-top .fd-nav a{font-size:14px}
.footer .fd-top .fd-nav a+a{margin-top:20px}
.footer .fd-top .address{display:none}
.address-swi{display:block;flex:1;width:0;overflow:hidden;position:relative}
.address-swi .swiper-pagination-bullet{width:8px;height:8px;background:#999;border-radius:50%;opacity:.5}
.address-swi .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}
.address-item {max-width:100%;}
.address-item h3{font-size:14px;margin-bottom:20px}
.address-item p{font-size:12px}
.crumb{font-size:14px}
.sec-abo-tit{font-size:20px}
.sec-abo1 .sec-abo-tit{margin-bottom:20px}
.sec-abo1 .desc{font-size:14px;line-height:1.8;margin-bottom:20px}
.sec-abo1 .list{display:block;margin:0}
.sec-abo1 .list .item{margin-bottom:20px}
.sec-abo1 .list .item .inner{margin:0}
.sec-abo1 .list .item .inner .txt{height:auto;padding:10px;font-size:14px;line-height:1.8}
.sec-abo1{padding-bottom:30px}
.sec-abo2{padding:30px 0}
.sec-abo2 .row{padding:30px 0}
.sec-abo2 .row .wp{display:block}
.sec-abo2 .row .pic,.sec-abo2 .row.rr .wp .pic{margin-right:0;margin-left:0;margin-bottom:20px}
.sec-abo2 .row .text,.sec-abo3 .global .desc{font-size:14px;line-height:1.8}
.sec-abo3,.sec-abo4{padding:30px 0}
.sec-abo3 .global{margin-top:30px}
.join-us .thead span{padding:10px 3px;font-size:12px}
.join-us .tbody .td{padding:10px 3px;font-size:12px;text-align:center}
.join-us .join-drop{padding:20px 15px}
.join-us .join-drop strong{font-size:12px;}
.join-us .join-drop p{font-size:12px;}
.contact-list{margin-top:30px}
.contact-list .item{display:block}
.contact-list .item .text{display:block}
.contact-list .item .pic{width:100%;margin-right:0;margin-bottom:20px}
.contact-list .item .text{padding-right:0}
.contact-list .item .text .open span{text-align:center;font-size:16px}
.contact-list .item .text .open{margin-top:20px}
.crumb{padding:20px 0}
.pro-sec1 .text{width:100%}
.pro-sec1{padding:0;background:#fff;color:#333}
.pro-sec1 h3{font-size:24px;margin-bottom:10px}
.pro-sec1 p{font-size:18px;line-height:1.5}
.pro-sec2{padding:30px 0}
.pro-sec2.no-toptext{ margin-top:-30px;}
.pro-sec2 .sec-title{font-size:24px;margin-bottom:30px}
.pro-sec2 .list{margin:0;display:block}
.pro-sec2 .list .item .inner{margin:0}
.pro-sec2 .list .item{margin-bottom:10px}
.pro-search .list .item{margin-bottom:15px}
.pro-search{padding:0 0 30px}
.pro-sec3 .overview{padding:30px 20px}
.overview .row .pro-swiper{overflow:hidden}
.ov-title{margin-bottom:30px}
.ov-title span{font-size:16px}
.overview .box .box-title{font-size:18px;margin-bottom:20px}
.overview .row .row-tit em{font-size:16px}
.overview .row .pro-swiper .item .tit{font-size:14px}
.pro-sec4{padding:30px 0}
.faq .faq-title{font-size:20px}
.faq-list .item .con .text h3{font-size:18px}
.faq-list .item .con .text p{font-size:14px;line-height:1.5}
.pro-sec5{padding:30px 0}
.app-swi .swiper-button-next,.app-swi .swiper-button-prev{left:auto;right:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);width:18px;height:32px}
.app-swi .swiper-button-next:after,.app-swi .swiper-button-prev:after{font-size:30px}
.app-swi .swiper-button-prev{margin-right:40px}
.app-swi .swiper-scrollbar{width:75%;bottom:15px}
.app-item .text h3{font-size:22px;margin-bottom:0}
.app-item{padding:20px}
.ci-text-media-wrapper{max-width:100%;font-size:15px;line-height:1.7}
.pro-sec5 .ci-text-media-wrapper{margin-top:30px}
.ci-text-media-wrapper h2{font-size:20px;line-height:1.8}
.ci-text-media-wrapper p{margin:10px 0}
.ci-text-media-wrapper ul[class=rte--list] li{font-size:15px;line-height:1.7}
.select-pro-swi .swiper-wrapper{justify-content:flex-start}
.select-mod .select-row .show{padding:10px 20px}
.info-sec .wp{display:block}
.detail-nav .wp{overflow-x:auto}
.detail-sec{top:70px}
.detail-nav .item{height:50px;font-size:14px;white-space:nowrap;padding:0 0.1rem;}
.info-sec .text h3{font-size:24px;margin-bottom:20px}
.info-sec .text p{font-size:16px;line-height:1.5}
.ci-left .ci-image,.ci-right .ci-image .ci-image{float:none;width:100%;padding:0;margin:0}
.ci-text-media-wrapper h2{line-height:1.5}
.detail-con-sec2,.detail-con-sec3,.detail-con-sec4,.detail-con-sec5{padding:30px 0}
.tab-list2{display:block}
.auto-list{gap:0;display:block}
.ser-item .text i{margin-top:20px}
.ser-item .text h3{font-size:18px;margin-bottom:10px}
.app-item .text p,.ser-item .text p{font-size:14px;line-height:1.5}
.app-item .text h3{font-size:18px;line-height:1.5;margin-bottom:10px}
.auto-list .app-item{margin-bottom:20px}
.detail-con-sec6{padding:30px 0}
.ci-login-banner{display:block}
.ci-login-button-wrapper{display:block;margin-top:20px}
.ci-login-button-wrapper .g-btn+.g-btn{margin-top:10px}
.ci-login-text-wrapper{padding:20px 0}
.ci-login-banner{background-position:left center;-webkit-background-size:auto 100%;background-size:auto 100%}
.ci-link-list-module-item{font-size:14px}
.detail-con-sec7{padding:30px 0}
.contact-section{padding:50px 0}
.banner .mouse{display:none}
.contact-list .item{position:relative}
.contact-list .item .text .open{position:absolute;bottom:20px;right:0}
.contact-list .item .text .open i{width:20px;height:30px}
.contact-list .item .text .open span{font-size:14px}
.app-item .text i.jump{display:none}
.ser-item .text i{display:none}

.ul-listg5 .con .pic{width:30%}
.ul-listg5 .con .txt{padding-left:20px}
.ul-listg5 .con .txt .tit{font-size:18px}
.ul-listg5 .con .txt .desc{font-size:13px}
.ul-listg5 .con .txt .date{font-size:12px}
.sec-abo2 .job-list{padding: 0 20px;}

.page-show li,.pageinfo{display:none}
.page-show li.pagebtn,.page-show li.pageactive,.page-show li.select{display:inline-block}

}
@media only screen and (max-width:767px){
.ul-listg5 li{margin-top:15px;padding-bottom:15px}
.ul-listg5 .con .pic{float:none;width:auto;margin-bottom:10px}
.ul-listg5 .con .txt{padding-left:0}
.ul-listg5 .con .txt .tit{font-size:16px;margin-bottom:10px}
.ul-listg5 .con .txt .desc{height:auto}
.ul-listg5 .con .txt .date{position:static;}
.join-us .thead span:nth-child(3){display:none}
.join-us .tbody .td:nth-child(3){display:none}

.product-param table th{padding: 8px 2px;}
.product-param table td{padding: 4px 2px;}
.product-param table th, .product-param table td, .product-param table p{ font-size:12px;}

}
@media only screen and (max-width:430px){
.product-param table th, .product-param table td, .product-param table p{ font-size:10px;}
}
@media only screen and (max-width:375px){
.product-param table th, .product-param table td, .product-param table p{ font-size:8px;}
}
