@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: 24px;height: 38px;border-bottom: max(2px,0.03rem) solid transparent;margin: 4px;font-size: 16px;color: #282828;transition: all .4s ease;display: flex;align-items: center;justify-content: center;}
.paging-menu a.prev,.paging-menu a.next{border-bottom-color: transparent !important;color: #aaacae;width: 38px;font-size: 12px;}
.paging-menu a.next{transform: rotate(180deg);}
.paging-menu a:hover{color: #282828 !important;}
.paging-menu a.active, .paging a.on{border-color: #d50e1b;}
.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: #d50e1b;}
.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: #d50e1b;color: #fff;border-color: #d50e1b;}
.paging-hint span{color: #d50e1b;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #d50e1b;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #d50e1b;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: #d50e1b !important;}
.search-link:hover h2{color: #d50e1b;}
/* 隐私协议 */
.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: #d50e1b;}
.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: #d50e1b;}
.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;}
}
/* 内页公共 */
.pagesBread-list .item{margin-left: 34px;}
.pagesBread-list .item::before{content: "\e692";font-family: 'icon';display: block;position: absolute;left: -23px;top: 50%;transform: translateY(-50%) rotate(180deg);font-size: max(10px,0.12rem);color: #999;}
.pagesBread-list .item::after{content: "";position: absolute;right: 0;bottom: -5px;width: 0;height: 1px;background: #d50e1b;transition: all .4s ease;}
.pagesBread-list .item:first-child{margin-left: 0;}
.pagesBread-list .item:first-child::before{display: none;}
.pagesBread-list .item:hover::after,.pagesBread-list .item:last-child::after{width: 100%;right: auto;left: 0;}
.pagesTop .pagesBread{position: absolute;left: 0;top: 0;width: 100%;z-index: 5;}
.pagesTop .pagesBread-list .item{color: #fff;}
.pagesTop .pagesBread-list .item::before{color: rgba(255, 255, 255, .5);}
.pagesTop .pagesBread-list .item::after{background: #fff;}
.pagesBan-bg img{width: 100%;min-height: 250px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;justify-content: center;}
.pagesBan-con .title{animation: banText 1s ease both;}
.pagesBan-con .text{animation: banText 1s ease both .1s;}
@keyframes banText {
    0%{opacity: 0;transform: translateY(0.4rem);}
    100%{opacity: 1;transform: translateY(0);}
}
/* 新闻-列表 */
.newsMenu{justify-content: space-between;align-items: center;}
.newsNav{margin-left: min(-10px,-0.2rem);}
.newsNav .item{padding: 0 max(8px,0.16rem) max(6px,0.13rem);margin-left: max(10px,0.2rem);color: rgba(40, 40, 40, .36);}
.newsNav .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #eceff1;transition: all .4s ease;}
.newsNav .item.item:hover,.newsNav .item.active{color: #282828;}
.newsNav .item.active::after,.newsNav .item.active:hover:after{background: #d50e1b;}
.newsSearch input{width: max(180px,3rem);height: max(36px,0.42rem);border: 1px solid #eceff1;padding: 0 max(12px,0.2rem);border-radius: 40px;}
.newsSearch input::-webkit-input-placeholder{color: #777;}
.newsSearch .btn{width: max(38px,0.5rem);height: 100%;position: absolute;right: 0;top: 0;user-select: none;cursor: pointer;}
.newsSearch .btn:hover{color: #d50e1b;}
.newsItem{background: #fff;box-shadow: 0px max(3px,0.06rem) max(15px,0.3rem) 0px rgba(0, 0, 10, 0.07);align-items: center;}
.newsItem-img{width: 32%;}
.newsItem-img img{width: 100%;height: max(200px,3.2rem);}
.newsItem-con{width: 68%;padding: 0 1.3rem 0 0.5rem;}
.newsItem-con .date{color: #cdcdcd;}
.newsItem:hover{box-shadow: 0px max(8px,0.15rem) max(15px,0.3rem) 0px rgba(0, 0, 10, 0.2);}
.newsItem:hover .newsItem-img img{transform: scale(1.2);}
.newsItem:hover .newsItem-con .title{color: #d50e1b;}
/* 常见问题 */
.faqItem{padding: 0 0.35rem 0.08rem;}
.faqItem-menu{justify-content: space-between;align-items: center;padding: 0.3rem 0 0.2rem;user-select: none;cursor: pointer;}
.faqItem-menu .title{flex: 1;padding-right: 20px;}
.faqItem-menu .btn{width: max(12px,0.16rem);height: max(12px,0.16rem);}
.faqItem-menu .btn::before,.faqItem-menu .btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;width: 100%;height: 2px;transition: all .4s ease;}
.faqItem-menu .btn::after{width: 2px;height: 100%;}
.faqItem-menu:hover .title, .faqItem-menu.active .title{color: #d50e1b;}
.faqItem-menu.active .btn::before,.faqItem-menu.active .btn::after{background: #d50e1b;transform: translate(-50%,-50%) rotate(180deg);}
.faqItem-menu.active .btn::after{opacity: 0;}
.faqItem-drop{display: none;width: 90%;padding-bottom: 0.24rem;}
/* 新闻-详情 */
.newsDet-info-flex{justify-content: space-between;align-items: flex-start;}
.newsDet-info-left{width: 68.5%;}
.newsDet-info-head .date{color: #b1b1b1;}
.newsDet-info-edit h1,.newsDet-info-edit h2,.newsDet-info-edit h3,.newsDet-info-edit h4,.newsDet-info-edit h5,.newsDet-info-edit h6{font-size: max(15px,0.2rem);font-weight: 700;color: #282828;}
.newsDet-info-edit ul{list-style: disc inside;}
.newsDet-info-edit ol{list-style: decimal inside;}
.newsDet-info-menu{justify-content: space-between;align-items: center;border-top: 1px solid #e3e6e8;}
.newsDet-info-page{align-items: center;}
.newsDet-info-page i{display: block;font-size: max(10px,0.12rem);margin-right: max(8px,0.12rem);}
.newsDet-info-page.next{flex-direction: row-reverse;}
.newsDet-info-page.next i{margin: 0 0 0 max(8px,0.12rem);transform: rotate(180deg);}
.newsDet-info-page p{width: max(150px,2rem);}
.newsDet-info-page:hover,.newsDet-info-back:hover{color: #d50e1b;}
.newsDet-info-right{width: 23.5%;}
.newsDet-class,.newsDet-pro{background: #fff;padding: 0.26rem 0.3rem 0.36rem;}
.newsDet-class-title{border-bottom: 1px dashed #e3e6e8;}
.newsDet-class-list{margin: 0 0 0 min(-4px,-0.08rem);}
.newsDet-class-list .item{margin: max(4px,0.08rem) 0 0 max(4px,0.08rem);border: 1px solid #e3e6e8;padding: max(6px,0.08rem) max(12px,0.16rem);}
.newsDet-class-list .item:hover{border-color: #d50e1b;background: #d50e1b;color: #fff;}
.newsDet-pro-item{justify-content: space-between;}
.newsDet-pro-item .img{width: 30%;height: 0.65rem;display: flex;align-items: center;justify-content: center;}
.newsDet-pro-item .img img{max-width: 85%;max-height: 100%;}
.newsDet-pro-item .desc{width: 70%;padding-top: 0.08rem;}
.newsDet-pro-item:hover .img img{transform: scale(1.2);}
.newsDet-pro-item:hover .title{color: #d50e1b;}
.newsDet-share{background: #f3f6f9;}
.newsDet-share-flex{justify-content: center;align-items: center;}
.newsDet-share .title{align-items: center;}
.newsDet-share .title i{display: block;font-size: max(18px,0.28rem);margin-right: max(10px,0.18rem);}
.newsDet-share #toShare a{display: flex;color: #fff;font-size: max(16px,0.24rem); width: max(36px,0.52rem);height: max(36px,0.52rem);margin-left: max(12px,0.36rem);background: #e3e9ef; border-radius: 50%;align-items: center;justify-content: center;transition: all .4s ease;}
.newsDet-share #toShare a>img{max-width: 22px;}
.newsDet-share #toShare a:first-child{margin-left: max(5px,0.2rem);}
.newsDet-share #toShare a:hover{background: #d50e1b;border-color: #d50e1b;color: #fff;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;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;}
.newsDet-hot-item{background: #fff;}
.newsDet-hot-img img{width: 100%;height: 2.7rem;}
.newsDet-hot-con{padding: 0.25rem 0.3rem 0.3rem;}
.newsDet-hot-item:hover{box-shadow: 0px max(8px,0.15rem) max(15px,0.3rem) 0px rgba(0, 0, 10, 0.2);}
.newsDet-hot-item:hover .newsItem-hot-img img{transform: scale(1.2);}
.newsDet-hot-item:hover .newsItem-hot-con .title{color: #d50e1b;}
/* 联系我们 */
.ctaAddress-item{height: 100%;background: #fff;}
.ctaAddress-img img{width: 100%;height: 3.2rem;}
.ctaAddress-con{padding: 0.26rem 0.35rem 0.32rem;}
.ctaAddress-con .item{align-items: center;}
.ctaAddress-con .item .ico{margin-right: max(8px,0.1rem);}
.ctaMsg-flex{justify-content: space-between;align-items: flex-start;}
.ctaMsg-left{width: 41%;}
.ctaMsg-icon li{align-items: center;}
.ctaMsg-icon .ico{width: max(30px,0.64rem);margin-right: max(8px,0.12rem);}
.ctaMsg-icon .desc{flex: 1;}
.ctaMsg-right{width: 49%;}
.ctaMsg-form{justify-content: space-between;}
.ctaMsg-form-item{width: 48%;}
.ctaMsg-form-item.w100{width: 100%;}
.ctaMsg-form-item input{width: 100%;border: 1px solid #e3e6e8;padding: 0 12px;height: max(44px,0.52rem);}
.ctaMsg-form-item input::-webkit-input-placeholder{color: inherit;}
.ctaMsg-form-item textarea{width: 100%;border: 1px solid #e3e6e8;padding: 12px;height: max(110px,1.4rem);}
.ctaMsg-form-item textarea::-webkit-input-placeholder{color: inherit;}
.ctaMsg-form-item .code img{position: absolute;right: 6px;top: 50%;transform: translateY(-50%);width: auto;height: calc(100% - 12px);user-select: none;cursor: pointer;}
.ctaMsg-form-item .customSelect-name{color: #777;font-size: max(12px,0.14rem); border: 1px solid #e3e6e8;padding: 0 12px;height: max(44px,0.52rem);background: #fff;}
.ctaMsg-form-item .customSelect-name::after{font-size: 10px;color: #282828;font-weight: 700;}
.ctaMsg-submit{user-select: none;cursor: pointer;height: max(44px,0.48rem);border-radius: 40px;} 
.ctaMsg-submit i{display: block;font-size: max(12px,0.14rem);margin-left: max(8px,0.12rem);font-weight: 400;}
.ctaMsg-submit:hover{background: #b30612;}
/* 解决方案-列表 */
.solution-view .pagesTitle{justify-content: space-between;}
.solution-view .pagesTitle .title{width: 3.8rem;}
.solution-view .pagesTitle .text{width: max(500px,6.6rem);max-width: 100%;}
.solNav{margin-left: -0.2rem;justify-content: center;padding: 0.2rem 1.2rem 0;}
.solNav .item{margin: 0.2rem 0 0 0.2rem;padding: max(6px,0.08rem) max(15px,0.3rem);border-radius: 40px;border: 1px solid #3b3b3b;}
.solNav .item.active,.solNav .item:hover{color: #fff;background: #d50e1b;border-color: #d50e1b;}
.solItem{height: 100%;padding-bottom: 0.6rem;}
.solItem-img img{width: 100%;height: 3.9rem;}
/* .solItem-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, .85);opacity: 0;transition: all .5s ease;transform: translateY(-100%);} */
.solItem-con{background: #fff;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.2rem 0.24rem;}
.solItem-con .btm{display: none;}
.solItem:hover .solItem-img::after{opacity: 1;transform: none;}
.solItem:hover .solItem-con .title{color: #d50e1b;}
/* 解决方案-详情 */
.solDet-nav{background: #fff;position: sticky;top: max(58px,0.64rem);z-index: 99;border-bottom: 1px solid #eee;}
.solDet-nav .item{user-select: none;cursor: pointer;margin-left: 0.1rem;padding: max(6px,0.08rem) max(15px,0.2rem);border: 1px solid transparent;color: #c4c4c4;}
.solDet-nav .item:first-child{margin-left: 0;}
.solDet-nav .item:hover,.solDet-nav .item.active{color: #282828;}
.solDet-nav .item.active{border-color: #d50e1b;}
.solDet-intro .pagesTitle{justify-content: space-between;}
.solDet-intro .pagesTitle .title{width: 5.1rem;}
.solDet-intro .pagesTitle .text{width: max(480px,6.2rem);max-width: 100%;}
.solDet-xl-nav .item{user-select: none;cursor: pointer; margin-left: max(10px,0.2rem);padding: 0 max(8px,0.16rem) max(7px,0.14rem);border-bottom: max(1px,0.02rem) solid #dde2e6;color: #bbbdc0;}
.solDet-xl-nav .item:first-child{margin-left: 0;}
.solDet-xl-nav .item:hover,.solDet-xl-nav .item.active{color: #282828;}
.solDet-xl-nav .item.active{border-color: #d50e1b;}
.solDet-xl-swp{width: calc(100% + 0.6rem);margin-left: -0.15rem;}
.solDet-xl-swp .swiper-slide{padding: 0.1rem 0.3rem 0.4rem;}
.solDet-xl-slide{box-shadow: 0px 0.06rem 0.3rem 0px rgba(0, 0, 10, 0.07);background: #fff;}
.solDet-xl-img{width: 66%;}
.solDet-xl-img img{width: 100%;height: max(380px,5.2rem);}
.solDet-xl-con{width: 34%;flex-direction: column;justify-content: center;padding: 0 0.45rem;}
.solDet-xl-con .ico{height: max(40px,0.58rem);}
.solDet-xl-con .ico img{max-height: 100%;}
.solDet-voc-swp{width: calc(100% + 0.36rem);margin-left: -0.18rem;}
.solDet-voc-swp .swiper-slide{padding: 0.04rem 0.18rem 0.24rem;}
.solDet-voc-slide{padding: 0.2rem;align-items: center; background: #fff;box-shadow: 0px 0.04rem 0.18rem 0px rgba(0, 0, 10, 0.07);}
.solDet-voc-img{width: 31%;}
.solDet-voc-img img{width: 100%;height: max(150px,2rem);}
.solDet-voc-con{width: 69%;padding: 0 0.26rem 0 0.35rem;}
.solDet-ys-list li{width: 25%;padding: 0 0.5rem;flex-direction: column;justify-content: flex-start;}
.solDet-ys-list .ico{height: max(40px,0.6rem);}
.solDet-ys-list .ico img{max-height: 100%;}
.solDet-gn-swp .swiper-container{overflow: visible;}
.solDet-gn-slide .img img{width: 100%;height: 2.9rem;}
.solDet-gn-slide .con{padding: 0.2rem 0.24rem; position: absolute;left: 0;bottom: 0;width: 100%;z-index: 2;background: #fff;}
.solDet-gn-slide .text{display: none;}
.solDet-gn-slide:hover .title{color: #d50e1b;}
.solDet-pro .indPro-item{box-shadow: unset;}
.solDet-pro .indPro-item:hover{box-shadow: 0px max(3px,0.06rem) max(15px,0.3rem) 0px rgba(0, 0, 10, 0.07);}
/* 产品-列表 */
.product-body .pagesBan-con .title{width: 5.4rem;}
.proFlex{justify-content: space-between;align-items: flex-start;}
.proLeft{width: 22%;}
.proNav-item{border-top: 1px solid #e2e7ea;}
.proNav-menu{align-items: center;}
.proNav-menu .title{flex: 1;padding-right: 10px;}
.proNav-menu .title:hover{color: #d50e1b;}
.proNav-menu .btn{user-select: none;cursor: pointer;transform: rotate(180deg);font-size: max(10px,0.12rem);position: relative;}
.proNav-menu .btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 200%;height: 100%;}
.proNav-menu.active .btn{transform: rotate(0);}
.proNav-drop{display: none;}
.proNav-drop .item{padding-left: max(12px,0.22rem);justify-content: space-between;}
.proNav-drop .item:first-child{margin-top: 0;}
.proNav-drop .item .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #d50e1b;opacity: 0;transition: all .4s ease;}
.proNav-drop .item:hover,.proNav-drop .item.active{color: #d50e1b;}
.proNav-drop .item.active .title::after{opacity: 1;}
.proLeft .comMore{width: 100%;}
.proRight{width: 72%;}
.proResult{padding-bottom: max(18px,0.3rem);border-bottom: 1px solid #e2e7ea;align-items: center;justify-content: space-between;}
.proResult-search{width: max(200px,3rem);}
.proResult-search input{width: 100%;height: max(42px,0.48rem);background: #fff;padding: 0 max(12px, 0.18rem);}
.proResult-search input::-webkit-input-placeholder{color: inherit;}
.proResult-search .btn{user-select: none;cursor: pointer;width: max(48px,0.56rem);height: 100%;position: absolute;right: 0;top: 0;}
.proResult-search .btn:hover{color: #d50e1b;}





.proResult .solNav-box{width: 80%;}
.proResult .solNav{padding: 0;justify-content: flex-start;margin-top: -0.2rem;}
.proItem{background: #fff;justify-content: space-between;padding: 0.38rem 0.6rem 0.1rem 0.2rem;}
.proItem-hot{position: absolute;left: 0;top: 0.18rem;border-radius: 0 40px 40px 0;width: max(46px,0.52rem);height: max(20px,0.24rem);}
.proItem-img{width: 26%;height: 1.7rem;}
.proItem-img img{max-width: 50%;max-height: 100%;}
.proItem-con{width: 74%;}
.proItem-con .line{width: max(24px,0.36rem);height: max(1px,0.02rem);background: #e5e5e5;}
.proItem:hover .proItem-img img{transform: scale(1.1);}
.proItem:hover .proItem-con .title{color: #d50e1b;}
/* 产品-详情 */
.proDet-show-flex{justify-content: space-between;align-items: center;}
.proDet-show-swp{width: 48%;justify-content: space-between;}
.proDet-thumbs{width: 16%;}
.proDet-thumbs .swiper-container{height: 5.8rem;}
.proDet-thumbs-click{height: 1.06rem;background: #fff;border: 1px solid transparent;}
.proDet-thumbs-click img{opacity: .3;max-width: 80%;max-height: 85%;}
.proDet-thumbs-click:hover img,.proDet-thumbs-click.active img{opacity: 1;}
.proDet-thumbs-click.active{border-color: #d50e1b;}
.proDet-gallery{width: calc(84% - 0.18rem);}
.proDet-gallery-more .img{height: 5.8rem;background: #fff;}
.proDet-gallery-more .img img{max-width: 80%;max-height: 80%;}
.proDet-gallery-more .btn{user-select: none;cursor: pointer;right: 12px;top: 12px;z-index: 2;position: absolute;color: #000;}
.proDet-gallery-more .btn:hover{color: #d50e1b;}
.proDet-show-con{width: 47%;}
.proDet-show-desc .title{border-bottom: max(1px,0.02rem) solid #e6e9eb;}
.proDet-show-desc .title::after{content: "";position: absolute;left: 0;bottom: 0;width: max(60px,1.5rem);height: max(1px,0.02rem);background: #d50e1b;}
.proDet-show-desc .list{padding-left: max(10px,0.14rem);}
.proDet-show-desc .text{border-top: max(1px,0.02rem) solid #e6e9eb;}
.proDet-show-share{align-items: center;}
.proDet-show-share #toShare a{display: flex;color: #fff;font-size: max(15px,0.18rem);margin-left: max(12px,0.16rem);color: #aaacae;align-items: center;justify-content: center;transition: all .4s ease;}
.proDet-show-share #toShare a>img{max-width: 22px;}
.proDet-show-share #toShare a:first-child{margin-left: max(6px,0.1rem);}
.proDet-show-share #toShare a:hover{color: #d50e1b;}
.proDet-show-btn .btn{border-radius: 40px;padding: max(8px,0.12rem) max(15px,0.36rem);}
.proDet-show-btn .btn:nth-child(2){margin-left: 18px;}
.proDet-show-btn .btn.apply:hover{background: #94020b;}
.proDet-show-btn .btn.cta{border: 1px solid #282828;}
.proDet-show-btn .btn.cta:hover{background: #282828;color: #fff;}
.proDet-info-con{background: #fff;padding: 0.36rem 0.75rem 0.75rem;}
.proDet-info-menu .item{flex: 1;border-bottom: max(1px,0.02rem) solid transparent;user-select: none;cursor: pointer;}
.proDet-info-menu .item:hover,.proDet-info-menu .item.active{color: #d50e1b;}
.proDet-info-menu .item.active{border-color: #d50e1b;}
.proDet-info-drop{display: none;}
.proDet-info-drop:first-child{display: block;}
.proDet-params{border: 1px solid #e3e6e8;}
.proDet-params-head .item,.proDet-params-con table td{padding: max(8px,0.12rem) max(8px,0.12rem) max(8px,0.12rem) max(20px,0.35rem);}
.proDet-params-head .item:nth-child(1),.proDet-params-con table td:nth-child(1){width: 38%;}
.proDet-params-head .item:nth-child(2),.proDet-params-con table td:nth-child(2){width: 32%;}
.proDet-params-head .item:nth-child(3),.proDet-params-con table td:nth-child(3){width: 30%;}
.proDet-params-con h1,.proDet-params-con h2,.proDet-params-con h3,.proDet-params-con h4,.proDet-params-con h5,.proDet-params-con h6{font-size: max(14px,0.16rem);position: relative;font-weight: 700;padding-left: max(20px,0.36rem);}
.proDet-params-con h1::after,.proDet-params-con h2::after,.proDet-params-con h3::after,.proDet-params-con h4::after,.proDet-params-con h5::after,.proDet-params-con h6::after{content: "";position: absolute;left: max(8px,0.16rem);top: max(7px,0.08rem);width: max(4px,0.06rem);height: max(4px,0.06rem);border-radius: 50%;background: #d50e1b;}
.proDet-params-con table{width: 100%;color: #666;}
.proDet-params-con table td.one{color: #282828;}
.proDet-params-con table tr{background: #f3f6f9;}
.proDet-params-con table tr.even{background: #fff;}
.proDet-down-head .item:nth-child(1),.proDet-down-row .name{width: calc(100% - 130px);padding-right: 10px;}
.proDet-down-head .item:nth-child(2),.proDet-down-row .btn{width: 130px;}
.proDet-down-head{padding: max(8px,0.12rem) 0 max(8px,0.12rem) max(12px,0.24rem);}
.proDet-down-row{padding: max(10px,0.2rem) 0 max(10px,0.2rem) max(12px,0.24rem); border-bottom: 1px solid #e3e6e8;align-items: center;}
.proDet-down-row .btn{align-items: center;}
.proDet-down-row .ico{background: #666;border-radius: 50%;width: max(26px,0.35rem);height: max(26px,0.35rem);margin-right: max(12px,0.18rem);}
.proDet-down-row .btn:hover .ico{background: #d50e1b;}
.proDet-down-row .btn:hover .text{color: #d50e1b;}
/* 合作伙伴 */
.abNav{background: #fff;border-bottom: 1px solid #eee;position: sticky;top: max(58px,0.64rem);z-index: 99;}
.abNav-list .item{border-radius: 40px;margin-left: 12px;border: 1px solid #e5e5e5;padding: max(7px,0.09rem) max(15px,0.3rem);}
.abNav-list .item:first-child{margin-left: 0;}
.abNav-list .item:hover{border-color: #d90f20;color: #d90f20;}
.abNav-list .item.active,.abNav-list .item.active:hover{background: #d90f20;border-color: #d90f20;color: #fff;}
.parItem{user-select: none;cursor: pointer;}
.parItem-show{background: #fff;height: 2.6rem;border: 1px solid #e5e5e5;}
.parItem-show img{max-width: 60%;max-height: 40%;}
.parItem-hide{z-index: 2;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .75);opacity: 0;}
.parItem-hide .title{opacity: 1;filter: blur(20px);transform: scale(3);}
.parItem:hover .parItem-hide{opacity: 1;}
.parItem:hover .parItem-hide .title{opacity: 1;filter: blur(0);transform: scale(1);}
/* 荣誉资质 */
.honor-view .parItem-show{height: 4rem;}
.honor-view .parItem-show img{max-width: 85%; max-height: 75%;}
.honorItem{background: #fff;border: 1px solid #e5e5e5;padding: 0.2rem 0.2rem 0.3rem;height: 100%;}
.honorItem .img{height: 2.5rem;}
.honorItem .img img{max-width: 85%;max-height: 90%;}
.honorItem .title{text-align: center;margin-top: 10px;}






/* 品质管控 */
.quaIntro-desc{justify-content: space-between;}
.quaIntro-desc .text{width: max(500px,6.6rem);max-width: 100%;}
.quaInfo-drop{display: none;background: #fff;padding: 0.5rem 0.8rem;}
.quaInfo-drop:first-child{display: block;}
.quaCenter-item .img img{width: 100%;height: 2.9rem;}
.quaCenter-item .title{background: #fff;padding: 0.2rem 0.24rem;}
/* 发展历程 */
.history-view{background: url('../images/pages/his-bg.png') no-repeat center bottom/100% auto;}
.hisMenu{background: #f3f6f9;height: max(54px,1rem);padding-left: max(14px,0.16rem);}
.hisMenu .ico{width: max(36px,0.6rem);height: max(36px,0.6rem);border-radius: 50%;margin: 0 max(20px,0.4rem);}
.hisMenu .ico img{max-width: 50%;max-height: 50%;}
.hisDrop{position: relative;}
.hisDrop::after{content: "";position: absolute;left: calc(50% - 1px);top: 0; width: 2px;height: 100%;background: #e6e8ed;}
.hisItem{justify-content: center;align-items: flex-start;position: relative;z-index: 2;}
.hisItem-line{position: absolute;right: 50%;top: max(12px,0.24rem);}
.hisItem-line i{border-radius: 50%; background: #fff; display: flex;align-items: center;justify-content: center; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border: max(1px,0.02rem) solid #dddee2;width: max(14px,0.2rem);height: max(14px,0.2rem);transition: all .4s ease;}
.hisItem-line i::after{content: "";display: block;width: max(6px,0.08rem);height: max(6px,0.08rem);border-radius: 50%;background: #dddee2;transition: all .4s ease;}
.hisItem-line span{display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: max(30px,0.5rem);height: max(1px,0.02rem);background: #dddee2;transition: all .4s ease;}
.hisItem-desc{width: 31%;text-align: right;}
.hisItem-img{width: 28.5%;margin-left: 1.8rem;}
.hisItem-img img{width: 100%;height: 2.25rem;}
.hisItem:nth-child(2n){flex-direction: row-reverse;}
.hisItem:nth-child(2n) .hisItem-line span{right: auto;left: 0;}
.hisItem:nth-child(2n) .hisItem-desc{text-align: left;}
.hisItem:nth-child(2n) .hisItem-img{margin: 0 1.8rem 0 0;}
.hisItem:hover .hisItem-line i{border-color: #d50e1b;}
.hisItem:hover .hisItem-line i::after{background: #d50e1b;}
.hisItem:hover .hisItem-line span{background: #d50e1b;}
.hisItem:hover .hisItem-desc .year{color: #d50e1b;}
.hisModule:last-child .hisDrop::after{background: linear-gradient(to bottom,#e6e8ed 95%,transparent 100%);}
/* 关于我们 */
.abIntro-video .img img{width: 100%;}
.abIntro-video .btn{padding-left: 0.05rem; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(44px,0.8rem);height: max(44px,0.8rem);border-radius: 50%;user-select: none;cursor: pointer;}
.abIntro-video .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.abIntro-video .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.abIntro-num{padding: 0 0.3rem;justify-content: space-between;}
.abIntro-num li{align-items: center;}
.abIntro-num .ico{height: max(34px,0.55rem);margin-right: max(12px,0.16rem);}
.abIntro-num .ico img{max-height: 100%;}
.abIntro-num .num{align-items: center;}
.abIntro-num .num span{line-height: 1;display: block;margin-right: max(3px,0.05rem);}
.abWH-list{padding: 0 0.7rem;justify-content: space-between;}
.abWH-list li{flex-direction: column;justify-content: flex-start;}
.abWH-list .ico{height: max(40px,0.72rem);}
.abWH-list .ico img{max-height: 100%;}
.abWH-list .line{width: max(16px,0.24rem);height: 2px;}
.abMap-con-box{justify-content: flex-end;}
.abMap-num{position: absolute;left: 0;top: 36%;background: #fff;z-index: 10;border-top: max(2px,0.03rem) solid #d50e1b;padding: 0 0.4rem;width: 3rem;}
.abMap-num li{border-top: 1px solid #e5e5e5;}
.abMap-num li:first-child{border-top: unset;}
.abMap-num .num{align-items: flex-end;}
.abMap-num .num span{line-height: .8;display: block;margin-right: max(4px,0.08rem);}
.abMap-con{width: 12.49rem;}
.abMap-bg img{width: 100%;}
.abMap-dot{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abMap-dot .dot{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.abMap-dot .dot i{display: block;position: relative;z-index: 2;width: max(4px,0.16rem);height: max(4px,0.16rem);border-radius: 50%;background: #d90f20;}
.abMap-dot .dot::before,.abMap-dot .dot::after{animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: rgba(217, 13, 33, .3);}
.abMap-dot .dot::after{animation-delay: -1s;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(2);}100%{opacity: 0;transform: scale(3);}}
.abMap-dot .title{ transition: all .4s ease;opacity: 0;transform: translateY(30%);z-index: 3;visibility: hidden; white-space: nowrap;position: absolute;left: min(-4px,-0.08rem);bottom: calc(100% + max(20px,0.24rem));border-radius: 40px;padding: 4px 14px;}
.abMap-dot .title::after{content: "";position: absolute;left: 20%;top: calc(100% - 1px);width: max(4px,0.08rem);height: max(4px,0.08rem);background: #d90f20;clip-path: polygon(100% 0, 0 0, 0 100%);}
.abMap-dot li:hover .title{opacity: 1;visibility: visible;transform: translateY(0);}
.abMap-dot li{position: absolute;user-select: none;cursor: pointer;}
.abMap-dot li.jnd{left: 13%;top: 26%;}
.abMap-dot li.meiguo{left: 21%;top: 41%;}
.abMap-dot li.chengdu{left: 72%;top: 43%;}
.abMap-dot li.qingdao{left: 79%;top: 40%;}
.abMap-dot li.wuhan{left: 75%;top: 46%;}
.abMap-dot li.suzhou{left: 80%;top: 46%;}
.abMap-dot li.jiangxi{left: 74%;top: 52%;}
.abMap-dot li.fujian{left: 79%;top: 51%;}
.abMap-dot li.shenzhen{left: 77%;top: 56%;}
.abMap-dot li.yindu{left: 68.5%;top: 58%;}
.abMap-dot li.yuenan{left: 75%;top: 62%;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .solDet-ys-list li{padding: 0 0.3rem;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesBread{display: none;}
    .newsNav{width: 100%;flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .newsNav .item{padding: 0 8px 10px;}
    .newsSearch{margin-top: 20px;width: 100%;}
    .newsSearch input{width: 100%;height: 38px;}
    .newsSearch .btn{width: 48px;}
    .newsItem{margin-top: 20px;}
    .newsItem-img{width: 100%;}
    .newsItem-con{padding: 20px 15px 35px;width: 100%;}
    .faqItem{margin-top: 15px;padding: 0 15px 10px;}
    .faqItem-menu{padding: 20px 0 10px;}
    .faqItem-drop{width: 100%;padding-bottom: 10px;}
    .newsDet-info-left{width: 100%;}
    .newsDet-info-menu{flex-direction: column;}
    .newsDet-info-back{order: 1;}
    .newsDet-info-page.prev{order: 2;margin-top: 10px;}
    .newsDet-info-page.next{order: 3;margin-top: 10px;}
    .newsDet-info-page{flex-direction: row-reverse;}
    .newsDet-info-page p{width: 200px;}
    .newsDet-info-page i{margin: 0 0 0 max(8px, 0.12rem);transform: rotate(180deg);}
    .newsDet-info-right{width: 100%;margin-top: 40px;}
    .newsDet-class, .newsDet-pro{padding: 20px 15px 30px;}
    .newsDet-class-list{margin: 0 0 0 -8px;}
    .newsDet-class-list .item{margin: 8px 0 0 8px;}
    .newsDet-pro-item .desc{padding-top: 11px;}
    .newsDet-pro-item .img{height: 60px;}
    .newsDet-class-title{padding-bottom: 12px;}
    .newsDet-hot-list .uli.ml30{margin: -20px 0 0;}
    .newsDet-hot-list .uli.ml30.uli3 li{margin: 20px 0 0;width: 100%;}
    .newsDet-hot-img img{height: 200px;}
    .newsDet-hot-con{padding: 20px 15px 30px;}
    .ctaAddress-list .uli.ml24{margin: -20px 0 0;}
    .ctaAddress-list .uli.ml24.uli2 li{margin: 20px 0 0;width: 100%;}
    .ctaAddress-img img{height: 160px;}
    .ctaAddress-con{padding: 20px 15px;}
    .ctaAddress-con .list{padding-top: 12px;}
    .ctaMsg-left{width: 100%;}
    .ctaMsg-icon .ico{width: 40px;margin-right: 10px;}
    .ctaMsg-icon li{margin-top: 30px;}
    .ctaMsg-right{width: 100%;margin-top: 40px;}
    .ctaMsg-form-item{width: 100%;margin-top: 15px;}
    .ctaMsg-form-item:first-child{margin-top: 0;}
    .solution-view .pagesTitle .title{width: 100%;}
    .solution-view .pagesTitle .text{width: 100%;margin-top: 10px;}
    .solNav-box{overflow-x: auto;}
    .solNav{padding: 10px 0 0;margin-left: -10px;justify-content: flex-start;;white-space: nowrap;flex-wrap: nowrap;}
    .solNav .item{margin: 10px 0 0 10px;}
    .solList .uli.ml36{margin: -20px 0 0;}
    .solList .uli.ml36.uli2 li{margin: 20px 0 0;width: 100%;}
    .solItem-img img{height: 190px;}
    .solItem-con{padding: 13px 15px;}
    .solItem{padding-bottom: 45px;}
    .solDet-nav .list{padding: 10px 0;flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;justify-content: flex-start;}
    .solDet-nav .item{overflow: visible;padding: 4px 12px;margin-left: 0;}
    .solDet-intro .pagesTitle .title{width: 100%;}
    .solDet-intro .pagesTitle .text{width: 100%;margin-top: 10px;}
    .solDet-xl-nav{justify-content: flex-start;overflow-x: auto;flex-wrap: nowrap;white-space: nowrap;}
    .solDet-xl-nav .item{white-space: nowrap;}
    .solDet-xl-img{width: 100%;}
    .solDet-xl-img img{height: 200px;}
    .solDet-xl-con{width: 100%;padding: 20px 15px 30px;}
    .solDet-xl-con .title{margin-top: 20px;}
    .solDet-voc-slide{padding: 10px;}
    .solDet-voc-img{width: 100%;}
    .solDet-voc-img img{height: 200px;}
    .solDet-voc-con{width: 100%;padding: 15px 0;}
    .solDet-ys-list li{width: 100%;padding: 0 35px;margin-top: 35px;}
    .solDet-gn-slide .img img{height: 220px;}
    .solDet-gn-slide .con{padding: 14px 15px;}
    .solDet-gn-slide{padding-bottom: 40px;}
    .product-body .pagesBan-con .title{width: 100%;}
    .proLeft{width: 100%;margin-top: 10px;}
    .proNav-menu .btn{padding: 18px 0;}
    .proNav-drop .item{margin-top: 12px;}
    .proNav-drop{padding-bottom: 20px;}
    .proRight{width: 100%;margin-top: 30px;}
    .proRight .solNav-box{width: 100%;margin-top: 15px;}
    .proResult{padding-bottom: 14px;}
    .proItem{padding: 30px 15px;margin-top: 20px;}
    .proItem-hot{top: 10px;}
    .proItem-img{width: 100%;height: 200px;}
    .proItem-con{width: 100%;padding-top: 10px;}
    .proDet-show-swp{width: 100%;}
    .proDet-thumbs .swiper-container,.proDet-gallery-more .img{height: 250px;}
    .proDet-thumbs-click{height: 55px;}
    .proDet-gallery {width: calc(84% - 10px);}
    .proDet-show-con{width: 100%;margin-top: 30px;}
    .proDet-info-con{padding: 10px 15px 30px;}
    .proDet-params{overflow-x: auto;}
    .proDet-params>div{width: 200%;}
    .abNav .contain{overflow-x: auto;}
    .abNav-list{flex-wrap: nowrap;white-space: nowrap;justify-content: flex-start;padding: 15px 0;}
    .parList .uli.ml24.uli4 li{width: calc(100%/2 - max(10px,0.24rem));}
    .parItem-show{height: 140px;}
    .honor-view .parItem-show{height: 220px;}
    .quaIntro-desc .text{width: 100%;margin-top: 10px;}
    .quaInfo-drop{padding: 15px;}
    .quaCenter-list .uli.ml24{margin: -20px 0 0;}
    .quaCenter-list .uli.ml24.uli3 li,.quaCenter-list .uli.ml24.uli4 li{margin: 20px 0 0;width: 100%;}
    .quaCenter-item .img img{height: 180px;}
    .quaCenter-item .title{padding: 13px 15px;}
    .hisItem{justify-content: space-between;margin-top: 40px;}
    .hisItem-desc{width: 45%;}
    .hisItem-img{width: 45%;margin: 7px 0 0 !important;}
    .hisItem-img img{height: 100px;}
    .hisItem-line span{display: none;}
    .hisDrop::after{width: 1px;}
    .abIntro-num{padding: 0;justify-content: flex-start;margin-top: 0;}
    .abIntro-num li{width: 50%;margin-top: 30px;}
    .abWH-list{padding: 0;margin-top: 0;}
    .abWH-list li{width: 100%;margin-top: 40px;}
    .abWH-list .title{margin-top: 15px;}
    .abMap-num{width: 100%;position: relative;left: auto;top: auto;margin-top: 25px;padding: 0 20px;}
    .abMap-num li{padding: 25px 0;}
    .abMap-con{width: 100%;}
    .abMap-dot .title{font-size: 10px;padding: 3px 10px;}
    .proDet-down-head .item:nth-child(1), .proDet-down-row .name{width: calc(100% - 40px);}
    .proDet-down-head .item:nth-child(2), .proDet-down-row .btn{width: 40px;}
    .proDet-down-row .ico{margin-right: 0;}
    .proDet-down-row .text{display: none;}
    .proNav{max-height: 280px;overflow: clip auto;padding-bottom: 50px;position: relative;}
    .proNav-box::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 70px;background: linear-gradient(to bottom,transparent 0%,#f3f6f9 70%);pointer-events: none;z-index: 2;}
    .honorItem{padding: 10px 10px 20px;}
    .honorItem .img{height: 120px;}
    .honorItem .title{font-size: 13px;}
    .newsDet-info-right.mb{width: 92%;margin: 40px auto;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}