@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: max(36px,0.6rem);height: max(36px,0.6rem);border: 1px solid #ddd;margin: 5px;font-size: max(13px,0.18rem);color: #999;font-family: 'L'; transition: all .4s ease;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.paging-menu a i{font-size: max(10px,0.15rem);}
.paging-menu a.next{transform: rotate(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #1472b4;background-color: #1472b4;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #1472b4;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #1472b4;color: #fff;border-color: #1472b4;}
.paging-hint span{color: #1472b4;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #1472b4;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #1472b4;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #1472b4 !important;}
.search-link:hover h2{color: #1472b4;}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
.privacy-content h6{color: #333;line-height: inherit;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #1472b4;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #1472b4;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
/* 内页公共 */
.pagesBan-bg img{width: 100%;min-height: 300px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.pagesBan-con .contain{height: 100%;flex-direction: column;}
.pagesBan-con .title-en{letter-spacing: 2px;}
/* .pagesBan-con .title-en,.pagesBan-con .title{animation: banText 1s ease both;} */
.pagesNav{position: absolute;z-index: 5;left: 0;bottom: 0;width: 100%;}
.pagesNav-list{animation: navAni 1s ease both; background: rgba(0, 0, 0, .5);border-radius: max(5px,0.1rem) max(5px,0.1rem) 0 0;overflow: hidden;}
.pagesNav-list .item{flex: 1;height: max(44px,0.8rem);}
.pagesNav-list .item::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: max(10px,0.12rem);background: rgba(255, 255, 255, .5);}
.pagesNav-list .item:first-child::before{display: none;}
.pagesNav-list .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0;background: #1472b4;transition: all .4s ease;}
.pagesNav-list .item span{position: relative;z-index: 2;}
.pages-pagination{user-select: none;}
.pages-pagination .swiper-pagination-bullet{width: max(7px,0.1rem);height: max(7px,0.1rem);background: #ddd;opacity: 1;margin-left: max(8px,0.1rem);}
.pages-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.pages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #1472b4;}
@keyframes banText {0%{opacity: 0;transform: translateY(0);}100%{opacity: 1;transform: translateY(0);}}
@keyframes navAni {0%{opacity: 1;transform: translateY(100%);}100%{opacity: 1;transform: translateY(0);}}
/* 新闻-列表 */
.newsShow-slide{align-items: center;justify-content: space-between;}
.newsShow-img{width: 48.5%;}
.newsShow-img img{width: 100%;height: 4rem;}
.newsShow-img:hover img{transform: scale(1.08);}
.newsShow-con{width: 44%;}
.newsShow-con .title:hover{color: #1472b4;}
.newsShow .pages-pagination{position: absolute;right: 0;bottom: 0.2rem;z-index: 2;}
.newsList-item{background: #fff;box-shadow: 0px 0px max(15px,0.3rem) 0px rgba(20, 114, 180, 0.1);}
.newsList-item::after{content: "";position: absolute;right: 0;bottom: 0;width: 0;height: max(2px,0.04rem);border-radius: 10px;background: #1472b4;transition: all .5s ease;}
.newsList-img{border-radius: max(6px,0.12rem) max(6px,0.12rem) 0 0;}
.newsList-img img{width: 100%;height: 2.6rem;}
.newsList-con{padding: 0.36rem 0.3rem 0.56rem;}
.newsList-con .more{align-items: center;}
.newsList-con .more i{display: block;margin-left: max(8px,0.1rem);font-size: max(10px,0.12rem);transition: transform .4s ease;}
.newsList-item:hover::after{right: auto;left: 0;width: 100%;}
.newsList-item:hover .newsList-con .title,.newsList-item:hover .newsList-con .more{color: #1472b4;}
.newsList-item:hover .newsList-con .more i{transform: rotate(180deg);}
/* 新闻-详情 */
.newsDet-flex{justify-content: space-between;align-items: flex-start;}
.newsDet-left{width: 63%;}
.newsDet-head .data span:nth-child(2){display: block;margin-left: max(15px,0.3rem);}
.newsDet-edit{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-size: max(16px,0.24rem);font-weight: 500;color: #333;}
.newsDet-left .comMore{transform: rotate(180deg);}
.newsDet-left .comMore span{display: block;transform: translateX(10px) rotate(-180deg);}
.newsDet-left .comMore i{font-weight: 400;font-size: max(12px,0.14rem);margin-left: max(8px,0.1rem);}
.newsDet-left .comMore:hover span{transform: translateX(0) rotate(-180deg);}
.newsDet-page{justify-content: space-between;}
.newsDet-page-item{padding: 0.28rem 0.55rem 0.3rem 0.3rem; width: 49%;background: #fff;box-shadow: 0px 0px max(10px,0.2rem) 0px rgba(0, 0, 0, 0.05);}
.newsDet-page-item:hover{box-shadow: 0px 0px max(10px,0.2rem) 0px rgba(20, 114, 180, 0.1);}
.newsDet-page-item:hover .text{color: #1472b4;}
.newsDet-right{width: 28.5%;}
.newsDet-hot-item{border-top: 1px solid #e5e5e5;}
.newsDet-hot-item:first-child{border: unset;}
.newsDet-hot-item .img img{width: 100%;height: 2.4rem;}
.newsDet-hot-item:hover .img img{transform: scale(1.2);}
.newsDet-hot-item:hover .title{color: #1472b4;}
/* 资料下载 */
.downHead,.downItem{justify-content: space-between;align-items: center;}
.downHead .item:nth-child(1),.downItem .item:nth-child(1){width: 28%;}
.downHead .item:nth-child(2),.downItem .item:nth-child(2){width: 100px;text-align: center;}
.downHead .item:nth-child(3),.downItem .item:nth-child(3){width: max(94px,1.15rem);text-align: center;padding-right: 0.3rem;}
.downItem{background: #fff;padding: 0.25rem 0;}
.downItem .item:nth-child(1){padding-left: 0.3rem;}
.downItem-btn{justify-content: space-between;}
.downItem-btn .btn{width: max(32px,0.36rem);height: max(32px,0.36rem);border-radius: 50%;border: 1px solid #aaa;color: #aaa;}
.downItem-btn .btn:hover{border-color: #1472b4;background: #1472b4;color: #fff;}
/* 技术讲堂 */
.videoItem{user-select: none;cursor: pointer;}
.videoItem-img .img img{width: 100%;height: 2.6rem;}
.videoItem-img .btn{width: max(40px,0.7rem);height: max(40px,0.7rem);border-radius: 50%;border: 2px solid #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.videoItem-con{background: #f5f7fa;padding: 0.26rem 0.3rem;}
.videoItem:hover .videoItem-img .img img{transform: scale(1.2);}
.videoItem:hover .videoItem-img .btn{border-color: #1472b4;background: #1472b4;}
/* 可持续发展 */
.greenIntro .contain{width: max(550px,7.3rem);max-width: 92%;}
.greenCN-item{background: #fff;justify-content: space-between;align-items: center;}
.greenCN-con{width: 51.5%;padding: 0 0.2rem 0 1rem;}
.greenCN-con .text p{position: relative;padding-left: max(12px,0.16rem);}
.greenCN-con .text p::after{content: "";position: absolute;left: 0;top: max(8px,0.11rem);width: max(4px,0.06rem);height: max(4px,0.06rem);border-radius: 50%;background: #1472b4;}
.greenCN-img{width: 48.5%;border-radius: 2rem 0 0 2rem;}
.greenCN-img img{width: 100%;height: 4rem;}
.greenCN-item:nth-child(2n){flex-direction: row-reverse;}
.greenCN-item:nth-child(2n) .greenCN-img{border-radius: 0 2rem 2rem 0;}
.greenSS-con{background: rgba(0, 0, 0, .4);}
.greenXD-swp{width: calc(100% + 0.2rem);margin-left: -0.1rem;}
.greenXD-swp .swiper-slide{padding: 0.1rem;}
.greenXD-slide{box-shadow: 0px 0px 0.1rem 0px rgba(20, 114, 180, 0.25);}
.greenXD-img img{width: 100%;height: 1.95rem;}
.greenXD-con{padding: 0.25rem 0.3rem;}
.greenXD-slide:hover .greenXD-img img{transform: scale(1.1);}
.greenXD-slide:hover .greenXD-con .title{color: #1472b4;}
.greenXD-btn{z-index: 2;user-select: none;cursor: pointer;position: absolute;right: calc(100% + 0.3rem);top: 50%;transform: translateY(-50%);width: max(40px,0.6rem);height: max(40px,0.6rem);border-radius: 50%;background: #d0d0d0;}
.greenXD-btn.next{right: auto;left: calc(100% + 0.3rem);transform: translateY(-50%) rotate(180deg);}
.greenXD-btn:hover{background: #1472b4;color: #fff;}
/* 加入我们 */
.joinFilter{margin-left: -0.2rem;}
.joinFilter-item{margin-left: 0.2rem;width: calc(25% - 0.2rem);}
.joinSearch input,.joinFilter-item .customSelect-name{width: 100%;height: max(44px,0.6rem);background: #fff;border-radius: 40px;padding: 0 max(16px,0.3rem);font-size: max(14px,0.16rem);color: #999;border: unset;}
.joinSearch input::-webkit-input-placeholder{color: inherit;}
.joinSearch .btn{user-select: none;cursor: pointer;width: max(60px,0.8rem);height: 100%;position: absolute;right: 0;top: 0;}
.joinSearch .btn:hover{color: #1472b4;}
.joinFilter-item .customSelect-name::after{right: max(14px,0.3rem);font-size: max(13px,0.16rem);}
.joinFilter-item .customSelect-drop{max-height: 176px;}
.joinFilter-item .customSelect-drop>div{height: 44px;}
.joinInfo-item{background: #fff;padding: 0 0.4rem;overflow: visible;}
.joinInfo-menu{user-select: none;cursor: pointer;align-items: center;}
.joinInfo-menu .item:nth-child(1){width: 31%;}
.joinInfo-menu .item:nth-child(2){width: 21%;}
.joinInfo-menu .item:nth-child(3){width: 28%;}
.joinInfo-menu .item:nth-child(4){width: 20%;}
.joinInfo-menu .title{padding-left: max(15px,0.3rem);}
.joinInfo-menu .title::after{content: "";position: absolute;left: 0;top: max(6px,0.08rem);width: max(6px,0.08rem);height: max(6px,0.08rem);border-radius: 50%;background: #999;}
.joinInfo-menu .more{justify-content: flex-end;align-items: center;}
.joinInfo-menu .more i{display: block;font-size: max(12px,0.14rem);transform: rotate(180deg);transition: all .4s ease;margin-left: max(8px,0.14rem);}
.joinInfo-menu.active .more i{transform: rotate(90deg);}
.joinInfo-drop{display: none;border-top: 1px solid #eee;}
.joinInfo-share{justify-content: flex-end;align-items: center;}
.joinInfo-edit h1,.joinInfo-edit h2,.joinInfo-edit h3,.joinInfo-edit h4,.joinInfo-edit h5,.joinInfo-edit h6{color: #1472b4;font-size: max(15px,0.18rem);font-weight: 500;}
#toShare{display: flex;}
#toShare a{display: flex;color: #999;font-size: max(16px,0.2rem);margin-left: max(14px,0.22rem);align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a>img{max-width: 22px;}
#toShare a:hover{color: #1472b4;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:999;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.joinFL-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.joinFL-bg img{width: 100%;height: 100%;}
.joinFL-con{position: relative;z-index: 2;background: rgba(0, 0, 0, .2);}
.joinFL-swp .swiper-slide{height: auto;}
.joinFL-slide{height: 100%;background: #fff;padding: 0.4rem;}
.joinFL-slide .ico{height: max(30px,0.5rem);}
.joinFL-slide .ico img{max-height: 100%;}
.joinFL-pagination{position: relative;height: max(2px,0.04rem);background: rgba(255, 255, 255, .3);border-radius: 10px;overflow: hidden;}
.joinFL-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #1472b4;border-radius: 10px;}
.joinCta-phone li{width: calc(100% / 3);position: relative;display: flex;justify-content: center;}
.joinCta-phone li::after{content: "";position: absolute;left: 0;top: 50%;width: 1px;height: 90%;background: #ddd;transform: translateY(-50%);}
.joinCta-phone li:first-child::after{display: none;}
.joinCta-address li{margin-left: 1.1rem;}
.joinCta-address i{display: block;font-size: max(16px,0.22rem);margin-right: max(10px,0.16rem);}
.joinCta-address p{margin-top: max(2px,0.04rem);}
/* 联系我们 */
.ctaIntro-bg img{width: 100%;}
.ctaIntro-bg .dot{transform: translate(-50%,-50%);top: 44%;left: 64%;position: absolute;width: max(6px,0.12rem);height: max(6px,0.12rem);border-radius: 50%;background: rgba(20, 114, 180, 0);display: flex;align-items: center;justify-content: center;}
.ctaIntro-bg .dot i{position: relative;z-index: 2;border-radius: 50%;background: #1472b4;width: 100%;height: 100%;}
.ctaIntro-bg .dot span{display: block; animation: dotAni 4s linear infinite;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: rgba(20, 114, 180, .3);}
.ctaIntro-bg .dot span:nth-child(2){animation-delay: -1.33s;}
.ctaIntro-bg .dot span:nth-child(3){animation-delay: -2.7s;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(10);}100%{opacity: 0;transform: scale(19);}}
.ctaIntro-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ctaIntro-con .contain{height: 100%;flex-direction: column;justify-content: center;padding-right: 7.5rem;}
.ctaIntro-phone{border-bottom: 1px solid #1472b4;width: max(300px,4.6rem);max-width: 100%;}
.ctaIntro-data i{display: block;font-size: max(16px,0.22rem);margin-right: max(12px,0.18rem);}
.ctaIntro-data p{margin-top: max(2px,0.04rem);flex: 1;}
.ctaCompany-img img{width: 100%;height: 2.2rem;}
.ctaCompany-con .text p{display: flex;}
.ctaCompany-con .text i{display: block;font-size: max(15px,0.18rem);margin-right: max(8px,0.14rem);}
.ctaCompany-con .text span{flex: 1;}
.ctaGlobal-bg img{width: 100%;}
.ctaGlobal-bg .line{position: absolute;left: 32vw;top: 6vw;width: 51%;transform-origin: 93% 53%;}
.ctaGlobal-bg .name{position: absolute;left: 30.8vw;top: 10vw;width: 58%;}
.ctaGlobal-bg .dot{position: absolute;left: 78vw;top: 14.8vw;display: flex;flex-direction: column;align-items: center;}
.ctaGlobal-bg .dot .top{width: 1.3vw;animation: dotAni2 0.8s ease infinite alternate;}
.ctaGlobal-bg .dot .btm{width: 2vw;}
@keyframes dotAni2 {0%{transform: translateY(-12%);}100%{transform: translateY(25%);}}
.ctaGlobal-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ctaGlobal-con .list{width: max(220px,3.6rem);justify-content: space-between;}
.ctaGlobal-con .list li{width: 48%;position: relative;padding-left: max(12px,0.16rem);margin-top: max(10px,0.16rem);}
.ctaGlobal-con .list li::after{content: "";position: absolute;left: 0;top: max(6px,0.07rem);width: max(4px,0.06rem);height: max(4px,0.06rem);border-radius: 50%;background: #999;}
.ctaGlobal-con .text{width: 3.5rem;}
.ctaMsg-con{border: 1px solid #ddd;padding: 0.6rem 1rem;}
.ctaMsg-list{justify-content: space-between;}
.ctaMsg-item{width: 47%;}
.ctaMsg-item.w100{width: 100%;}
.ctaMsg-item input{width: 100%;border: 1px solid #e9e9e9;height: max(42px,0.5rem);padding: 0 max(12px,0.18rem);color: #bbb;}
.ctaMsg-item input::-webkit-input-placeholder{color: inherit;}
.ctaMsg-item textarea{width: 100%;border: 1px solid #e9e9e9;height: max(110px,1.6rem);padding: max(12px,0.18rem);color: #bbb;}
.ctaMsg-item textarea::-webkit-input-placeholder{color: inherit;}
/* 产品-列表 */
.proItem-img img{width: 100%;height: 3.4rem;}
.proItem-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);z-index: 2;}
.proItem-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.46rem 0.5rem;transform: translateY(max(20px,0.45rem));z-index: 5;}
.proItem-con .more{opacity: 0;align-items: center;transform: translateY(max(10px,0.2rem));}
.proItem-con .more i{display: block;transform: rotate(180deg);font-size: max(12px,0.14rem);margin-left: max(8px,0.1rem);}
.proItem:hover .proItem-img img{transform: scale(1.05);}
.proItem:hover .proItem-con{transform: none;}
.proItem:hover .proItem-con .more{opacity: 1;transform: none;transition-delay: .1s;}
/* 产品-详情 */
.proDet-search-box{justify-content: center;}
.proDet-search{width: 61.5%;}
.proDet-search input{width: 100%;height: max(44px,0.86rem);border-radius: 50px;border: 2px solid #333;padding: 0 max(12px,0.4rem);background: transparent;}
.proDet-search input::-webkit-input-placeholder{color: inherit;}
.proDet-search .btn{user-select: none;cursor: pointer;width: max(60px,0.94rem);height: 100%;position: absolute;right: 0;top: 0;}
.proDet-search .btn:hover{color: #1472b4;}
.proDet-head .item:nth-child(1),.proDet-menu .item:nth-child(1){width: 22%;}
.proDet-head .item:nth-child(2),.proDet-menu .item:nth-child(2){flex: 1;padding-right: 30px;}
.proDet-head .item:nth-child(3),.proDet-menu .item:nth-child(3){width: 35%;padding-right: 30px;}
.proDet-head .item:nth-child(4),.proDet-menu .item:nth-child(4){width: max(80px,1.2rem);}
.proDet-head{padding: 0.3rem;}
.proDet-row{padding: 0 0.3rem;background: #fff;}
.proDet-menu{padding: 0.3rem 0;user-select: none;cursor: pointer;}
.proDet-menu .title{padding-left: max(12px,0.28rem);position: relative;}
.proDet-menu .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: max(4px,0.08rem);height: max(4px,0.08rem);border-radius: 50%;background: #1472b4;}
.proDet-menu .more{align-items: center;justify-content: space-between;}
.proDet-menu .more i{font-size: max(12px,0.14rem);transform: rotate(180deg);transition: all .4s ease;}
.proDet-menu.active .more i{transform: rotate(90deg);}
.proDet-drop{border-top: 1px solid #999;display: none;}
.proDet-module .table table{width: 100%;border: 1px solid #ddd;}
.proDet-module .table table td{border: 1px solid #ddd;padding: 0.13rem 0.2rem;}
.proDet-module .table table td.one{background: #f6f6f6;width: max(180px,2.7rem);}
/* 新品-列表 */
.newItem-img img{width: 100%;height: 3rem;}
.newItem-con{height: 0.8rem;padding: 0 0.3rem;background: #85bde4;align-items: center;}
.newItem:hover .newItem-img img{transform: scale(1.2);}
.newItem:hover .newItem-con{background: #1472b4;}
/* 解决方案 */
.solItem{background: #f5f7fa;justify-content: space-between;align-items: center;}
.solItem:nth-child(2n){flex-direction: row-reverse;}
.solItem-img{width: 50%;}
.solItem-img img{width: 100%;height: 4.6rem;transition: transform 3s linear;}
.solItem-img:hover img{transform: scale(1.1);}
.solItem-con{width: 50%;padding: 0 0.9rem;}
.solItem-con .ico{height: max(20px,0.4rem);}
.solItem-con .ico img{max-height: 100%;}
.solItem-con .list{justify-content: space-between;}
.solItem-con .list li{position: relative;padding-left: max(12px,0.2rem);margin-top: max(10px,0.16rem);width: 49%;}
.solItem-con .list li::after{content: "";position: absolute;left: 0;top: max(6px,0.07rem);width: max(4px,0.08rem);height: max(4px,0.08rem);border-radius: 50%;background: #1472b4;}
/* 关于我们 */
.abIntro-flex{justify-content: space-between;align-items: flex-start;}
.abIntro-con{width: 47%;}
.abIntro-video{width: 46%;}
.abIntro-video .img img{width: 100%;height: 3.8rem;}
.abIntro-video .btn{user-select: none;cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(30px,0.5rem);height: max(30px,0.5rem);border-radius: 50%;padding-left: max(4px,0.06rem);}
.abIntro-video .btn i{position: relative;z-index: 2;}
.abIntro-video .btn span{display: block; animation: dotAni3 3s linear infinite;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 100%;height: 100%;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 1);}
.abIntro-video .btn span:nth-child(2){animation-delay: -1s;}
.abIntro-video .btn span:nth-child(3){animation-delay: -2s;}
@keyframes dotAni3 {0%{opacity: 0;width: 100%;height: 100%;}50%{opacity: 1;width: 200%;height: 200%;}100%{opacity: 0;width: 300%;height: 300%;}}
.abIntro-video .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.abIntro-video .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.abIntro-num{justify-content: space-between;}
.abIntro-num .num{align-items: flex-end;}
.abIntro-num .num span{line-height: .8;}
.abIntro-num .num span.mr{margin-right: max(3px,0.05rem);}
.abHonor-bg img{width: 100%;}
.abHonor-drop-box{position: absolute;right: 19.2%;top: 14%;width: 23.2%;}
.abHonor-drop{display: none;}
.abHonor-drop:first-child{display: block;}
.abHonor-btn{justify-content: center;}
.abHonor-btn .btn{user-select: none;cursor: pointer;width: max(40px,0.6rem);height: max(40px,0.6rem);border-radius: 50%;background: rgba(0, 0, 0, .1);}
.abHonor-btn .btn.next{transform: rotate(180deg);margin-left: 10px;}
.abHonor-btn .btn:hover{background: #000;}
.abHonor-slide{height: 23vw;}
.abHonor-slide img{max-width: 85%;max-height: 100%;}
.abHonor-con{z-index: 2;position: absolute;left: 0;top: 0;width: 50%;padding: 5.7vw 0 0 var(--widDb);}
.abHonor-menu{display: flex;flex-direction: column;align-items: flex-start;}
.abHonor-menu .item{user-select: none;cursor: pointer;}
.abHonor-menu .item:first-child{margin-top: 0;}
.abHonor-menu .item.active{color: #1472b4;font-weight: 500;font-size: max(17px,0.3rem);}
.abWH .pagesTitle{position: absolute;left: 0;top: 0;z-index: 2;}
.abWH-menu{z-index: 2;position: absolute;left: 0;bottom: 0;z-index: 2;}
.abWH-menu .item{user-select: none;cursor: pointer;width: max(84px,1.4rem);height: max(34px,0.54rem);border-radius: 40px;background: #f6f6f6;margin-left: max(10px,0.2rem);}
.abWH-menu .item:first-child{margin-left: 0;}
.abWH-menu .item:hover{color: #1472b4;}
.abWH-menu .item.active,.abWH-menu .item.active:hover{background: #1472b4;color: #fff;}
.abWH-slide{align-items: center;justify-content: space-between;}
.abWH-con{width: 53%;}
.abWH-con .list .title{flex: 1;padding-left: max(6px,0.1rem);}
.abWH-img{width: 43%;}
.abWH-img img{width: 100%;height: 6rem;transform: scale(1.2);transition: all 3s linear 1s;}
.swiper-slide-active .abWH-img img{transform: scale(1);transition-delay: 0s;}
.abFZ{background: url('../images/pages/abFZ-bg.jpg') no-repeat center/cover;}
.abFZ-head{justify-content: space-between;}
.abFZ-btn .btn{user-select: none;cursor: pointer;width: max(36px,0.6rem);height: max(36px,0.6rem);border-radius: 50%;background: rgba(255, 255, 255, .2);}
.abFZ-btn .next{transform: rotate(180deg);margin-left: 10px;}
.abFZ-btn .btn:hover{background: #1472b4;}
.abFZ-swp .swiper-container{overflow: visible;}
.abFZ-swp .swiper-slide{height: auto;}
.abFZ-slide{transition: all .5s ease;background: rgba(255, 255, 255, .8);padding: 0.35rem 0.3rem 2.5rem;height: 100%;}
.abFZ-slide .year{color: transparent;-webkit-text-stroke: 1px #4e4e4d;}
.abFZ-slide .img{position: absolute;left: 0.3rem;bottom: 0.4rem;width: calc(100% - 0.6rem);}
.abFZ-slide .img img{height: 1.8rem;width: 100%;}
.abFZ-slide:hover{background: #1472b4;}
.abFZ-slide:hover .year{color: #fff;-webkit-text-stroke-color: #fff;}
.abFZ-slide:hover .text{color: #fff;}
.abFZ-swp .swiper-wrapper{padding-bottom: 1.6rem;}
.abFZ-swp .swiper-wrapper::after{content: "";position: absolute;left: calc(-1 * var(--widDb));bottom: 0; height: 1.2rem;width: 500vw;background: url('../images/pages/abFZ-line.png') repeat-x left top/auto 100%;transition: all 1s ease;}
/* 产品认证 */
.honorItem .img-box{background: #fff;padding: 0.36rem 0.3rem;}
.honorItem .img{height: 3.7rem;}
.honorItem .img img{max-height: 100%;}
.honorItem:hover .img-box{box-shadow: 0px 0px max(15px,0.3rem) 0px rgba(0, 91, 161, 0.15);}
/* 研发中心 */
.rdIntro-flex{background: #fff;justify-content: space-between;align-items: center;}
.rdIntro-img{width: 50%;}
.rdIntro-img img{width: 100%;height: 4.6rem;}
.rdIntro-con{width: 50%;padding: 0 0.85rem;}
.rdTeam-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.rdTeam-bg img{width: 100%;height: 100%;}
.rdTeam-con{position: relative;z-index: 2;background: rgba(0, 0, 0, .3);}
.rdTeam-desc .text p{position: relative;padding-left: max(12px,0.18rem);}
.rdTeam-desc .text p::after{content: "";position: absolute;left: 0;top: max(9px,0.13rem);width: max(4px,0.08rem);height: max(4px,0.08rem);border-radius: 50%;background: #fff;}
.rdTeam-menu{width: 4rem;padding: 0.04rem;background: rgba(255, 255, 255, .5);}
.rdTeam-menu .item{height: 0.72rem;width: max(80px,1rem);}
.rdInto-text{width: 38%;}
.rdInto-text p{position: relative;padding-left: max(12px,0.18rem);}
.rdInto-text p::after{content: "";position: absolute;left: 0;top: max(9px,0.13rem);width: max(4px,0.08rem);height: max(4px,0.08rem);border-radius: 50%;background: #1472b4;}
.rdInto-num{width: 62%;}
.rdInto-num li{margin-left: 1.4rem;}
.rdInto-num li:first-child{margin-left: 0;}
.rdInto-num .num{align-items: flex-end;}
.rdInto-num .num span{line-height: .8;}
.rdInto-num .num span.mr{margin-right: max(3px,0.05rem);}
.rdInto-img .item img{width: 100%;height: 3rem;}
.rdResult-con{background: #f5f7fa;width: 50%;flex-direction: column;justify-content: center;padding: 0 1.3rem 0 var(--widDb);}
.rdResult-num{justify-content: space-between;}
.rdResult-num .num{align-items: flex-end;}
.rdResult-num .num span{line-height: .8;}
.rdResult-num .num span.mr{margin-right: max(3px,0.05rem);}
.rdResult-img{width: 50%;}
.rdResult-img img{width: 100%;height: 7rem;}
.makeIntro-slide img{width: 100%;height: 6.4rem;}

.layui-layer-btn .layui-layer-btn0{background-color: #1472b4 !important;border-color: #1472b4;}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .joinCta-address li{margin-left: 0.5rem;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
    .ctaGlobal{padding-bottom: 300px;}
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .joinCta-address li{margin-left: 10px;}
    .joinCta-address li:first-child{margin-left: 0;}
    .solItem-con{padding: 0 0.5rem;}
    .solItem-img img{height: 350px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesNav .contain{overflow-x: auto;}
    .pagesNav-list{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav-list .item{flex: unset;padding: 0 25px;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 200px;}
    .newsShow-con{width: 100%;margin-top: 15px;}
    .newsList-list .uli.ml34{margin: -15px 0 0;}
    .newsList-list .uli.ml34.uli3 li{margin: 15px 0 0;width: 100%;}
    .newsList-img img{height: 200px;}
    .newsList-con{padding: 20px 15px 25px;}
    .newsDet-left{width: 100%;}
    .newsDet-page-item{width: 100%;padding: 20px 15px;}
    .newsDet-page-item:nth-child(2){margin-top: 15px;}
    .newsDet-right{width: 100%;margin-top: 30px;}
    .newsDet-hot-item .img img{height: 200px;}
    .newsDet-hot-item{padding: 25px 0;}
    .downHead .item:nth-child(2), .downItem .item:nth-child(2){display: none;}
    .downHead .item:nth-child(3), .downItem .item:nth-child(3){width: 84px;}
    .downHead .item:nth-child(1), .downItem .item:nth-child(1){flex: 1;}
    .downItem .item:nth-child(1),.downHead .item:nth-child(1){padding-left: 15px;}
    .videoList .uli.ml28.uli3 li {width: calc(100%/2 - max(12px,0.28rem));}
    .videoItem-img .img img{height: 115px;}
    .videoItem-img .btn{font-size: 12px;border-width: 1px;}
    .videoItem-con{padding: 10px;}
    .greenIntro .contain{width: 92%;}
    .greenCN-item{flex-direction: column-reverse !important;margin-top: 24px;}
    .greenCN-img{border-radius: 0 !important;width: 100%;}
    .greenCN-img img{height: 200px;}
    .greenCN-con{width: 100%;padding: 20px 15px 30px !important;}
    .greenXD-img img{height: 200px;}
    .greenXD-con{padding: 20px 15px 30px;}
    .joinFilter{margin: 0 ;}
    .joinInfo-item{padding: 0 15px;}
    .joinFilter-item{margin: 10px 0 0;width: 100%;}
    .joinInfo-menu{padding: 16px 0;position: relative;}
    .joinInfo-menu .item:nth-child(1){width: 100%;}
    .joinInfo-menu .item:nth-child(2),.joinInfo-menu .item:nth-child(3){width: auto;margin: 8px 0 0 10px;}
    .joinInfo-menu .item:nth-child(4){width: auto;position: absolute;right: 0;top: 16px;}
    .joinInfo-menu .title{font-size: 16px;}
    .joinInfo-menu .more span{display: none;}
    .joinInfo-menu .more i{font-size: 14px;margin: 0;}
    .joinFL-slide{padding: 25px 15px;}
    .joinFL-slide .ico{height: 36px;}
    .joinCta-phone li{width: 50%;justify-content: flex-start;}
    .joinCta-phone li:nth-child(3){margin-top: 20px;}
    .joinCta-phone li::after{display: none;}
    .joinCta-address li{margin: 12px 0 0;width: 100%;}
    .joinCta-address li:first-child{margin-top: 0;}
    .ctaIntro{display: flex;flex-direction: column-reverse;}
    .ctaIntro-con{position: relative;padding: 40px 0;z-index: 2;}
    .ctaIntro-data li{margin-top: 10px;}
    .ctaCompany-list .uli.ml28{margin: -25px 0 0;}
    .ctaCompany-list .uli.ml28.uli4 li{margin: 25px 0 0;width: 100%;}
    .ctaCompany-img img{height: 230px;}
    .ctaCompany-con .title{font-size: 17px;}
    .ctaCompany-con .text p{margin-top: 4px;}
    .ctaCompany-con .text p:first-child{margin-top: 0;}
    .ctaGlobal-con{position: relative;height: auto;padding: 10px 0 20px;}
    .ctaGlobal-con .list{width: 80%;}
    .ctaGlobal-con .text{width: 100%;}
    .ctaGlobal-con .title.mt44{margin-top: 25px;}
    .ctaMsg-con{padding: 25px 15px;}
    .ctaMsg-item{width: 100%;margin-top: 20px;}
    .ctaMsg-item:first-child{margin-top: 0;}
    .proList .uli.ml28.uli3 li {width: calc(100%/2 - max(12px,0.28rem));}
    .proItem-img img{height: 130px;}
    .proItem-con .more{font-size: 12px;}
    .proItem-con .more i{font-size: 10px;}
    .proDet-head{display: none;}
    .proDet-search{width: 100%;}
    .proDet-search input{padding: 0 20px;}
    .proDet-row{padding: 0 15px;}
    .proDet-menu{padding: 15px 0;position: relative;}
    .proDet-menu .item:nth-child(1){width: 100%;}
    .proDet-menu .item:nth-child(2){width: 100%;padding-right: 0;flex: unset;margin-top: 10px;}
    .proDet-menu .item:nth-child(3){width: 100%;padding-right: 0;margin-top: 6px;}
    .proDet-menu .more{position: absolute;right: 0;top: 17px;font-size: 12px;}
    .proDet-menu .more i{font-size: 10px;margin-left: 8px;}
    .proDet-module{margin-top: 22px;}
    .proDet-module .table{overflow-x: auto;font-size: 12px;}
    .proDet-module .table table{width: 200%;}
    .proDet-module .table table td{padding: 8px 15px;}
    .newList .uli.ml28.uli3 li{width: calc(100%/2 - max(12px,0.28rem));}
    .newItem-img img{height: 115px;}
    .newItem-con{height: 40px;}
    .solItem{flex-direction: column !important;}
    .solItem-img{width: 100%;}
    .solItem-img img{height: 225px;}
    .solItem-con{width: 100%;padding: 20px 15px 30px;}
    .solItem-con .ico{height: 30px;}
    .solItem-con .title{margin-top: 14px;}
    .solItem-con .list li{width: 100%;}
    .solItem-con .comMore-box{margin-top: 25px;}
    .abIntro-con{width: 100%;}
    .abIntro-video{width: 100%;margin-top: 20px;}
    .abIntro-video .img img{height: 200px;}
    .abIntro-num .num{font-size: 12px;}
    .abIntro-num .text{font-size: 12px;}
    .abHonor-con{width: 100%;padding: 40px 4% 0;position: relative;background: #deebf1;}
    .abHonor-menu{flex-direction: row;overflow-x: auto;white-space: nowrap;align-items: center;}
    .abHonor-menu .item{margin: 0 0 0 20px;}
    .abHonor-menu .item:first-child{margin-left: 0;}
    .abHonor-bg img{height: 400px;object-position: 83% 50%;}
    .abHonor-drop-box{width: 56%;right: 22.5%;top: 13%;}
    .abHonor-btn{display: none;}
    .abHonor-slide{height: 230px;}
    .abWH .pagesTitle{position: relative;}
    .abWH-menu{position: relative;margin-top: 30px;}
    .abWH-swp{margin-top: 25px;}
    .abWH-con{width: 100%;}
    .abWH-con .list{padding-top: 0;}
    .abWH-con .list li{margin-top: 15px;}
    .abWH-img{width: 100%;margin-top: 15px;}
    .abWH-img img{height: 345px;}
    .abFZ-btn .btn{font-size: 12px;}
    .abFZ-slide{padding: 25px 15px 200px;}
    .abFZ-slide .year{font-size: 30px;}
    .abFZ-slide .img {left: 15px;bottom: 20px;width: calc(100% - 30px);}
    .abFZ-slide .img img{height: 155px;}
    .honorList .uli.ml40.uli4 li {width: calc(100%/2 - max(16px,0.4rem));}
    .honorItem .img{height: 200px;}
    .honorItem .img-box{padding: 15px;}
    .honorItem .title{font-size: 12px;}
    .rdIntro-img{width: 100%;}
    .rdIntro-img img{height: 225px;}
    .rdIntro-con{width: 100%;padding: 20px 15px 40px;}
    .rdTeam-num .num{font-size: 30px;}
    .rdTeam-menu{width: 200px;padding: 3px;}
    .rdTeam-menu .item{height: 50px;}
    .rdInto-text{width: 100%;}
    .rdInto-num{width: 100%;margin-top: 20px;}
    .rdInto-num li{margin-left: 30px;}
    .rdInto-num .num,.rdResult-num .num{font-size: 12px;}
    .rdInto-num .num span,.rdResult-num .num span{font-size: 30px;}
    .rdInto-num .text,.rdResult-num .text{font-size: 12px;}
    .rdInto-img .uli.ml40{margin: -15px 0 0;}
    .rdInto-img .uli.ml40.uli3 li{margin: 15px 0 0;width: 100%;}
    .rdInto-img .item img{height: 235px;}
    .rdResult-flex{flex-direction: column-reverse;}
    .rdResult-img{width: 100%;}
    .rdResult-img img{height: 260px;}
    .rdResult-con{width: 100%;padding: 20px 15px 40px;}
    .rdResult-num{margin-top: 45px;}
    .ctaIntro-con .contain{padding-right: 0;}
    .ctaGlobal{padding-bottom: 20px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}