@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.4rem);height: max(36px,0.4rem);margin: 0 max(3px,0.06rem);font-size: max(14px,0.16rem);color: #222;transition: all .4s ease;background-color: #fff;display: flex;align-items: center;justify-content: center;line-height: 1;}
.paging-menu a i{font-size: max(10px,0.12rem);font-weight: 700;}
.paging-menu a.next{transform: rotateY(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #c00413;background-color: #c00413;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: max(14px,0.16rem);color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: max(48px,0.54rem);text-align: center;height: max(38px,0.46rem);border: 1px solid #e1e1e1;font-size: max(14px,0.16rem);color: #666;border-radius: 3px;transition: all .4s ease;padding: 0 max(6px,0.12rem);}
.paging-skip input:focus{border-color: #c00413;}
.paging-skip button{color: #555;font-size: max(14px,0.16rem);padding: 0 max(14px,0.18rem);border: 1px solid #e1e1e1;transition: all .4s ease;height: max(38px,0.46rem);background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #c00413;color: #fff;border-color: #c00413;}
.paging-hint span{color: #c00413;}
@media all and (max-width:1000px){.paging-skip{width: 100%;margin-left: 0;justify-content: center;margin-top: 8px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #c00413;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #c00413;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: #c00413 !important;}
.search-link:hover h2{color: #c00413;}
/* 隐私协议 */
.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: #c00413;}
.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: #c00413;}
.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%;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;justify-content: flex-end;animation: banText 1s ease both;}
.pagesBan-con .dot{display: flex;}
.pagesBan-con .dot i{display: block;width: 6px;height: 12px;background: #fff;margin-left: 5px;transform: skew(-30deg);}
.pagesBan-con .dot i:first-child{margin-left: 0;}
.pagesBan-con .text a{text-decoration: underline;}
@keyframes banText {
    0%{opacity: 0;transform: translateY(0.4rem);}
    100%{opacity: 1;transform: translateY(0);}
}
/* 新闻-列表 */
.newsShow-img{width: 47%;}
.newsShow-img img{width: 100%;height: max(350px,5.2rem);transition: all .6s ease;}
.newsShow-img:hover img{transform: scale(1.1);}
.newsShow-con{width: 53%;background: #fff;display: flex;flex-direction: column;justify-content: center;padding: 0 0.7rem;}
.newsShow .com-pagination{z-index: 2;position: absolute;right: 0;bottom: 0.5rem;width: 53%;text-align: center;}
.newsSelect{width: max(180px,2.7rem);margin-right: 16px;}
.newsSelect .customSelect-name{height: max(46px,0.65rem);border: 1px solid #e7eaf0;background: #fff;font-size: max(14px,0.16rem);padding: 0 max(12px,0.22rem);color: #777;}
.newsSelect .customSelect-name::after{font-size: 10px;font-weight: 700;right: max(12px,0.18rem);}
.newsSelect .customSelect-drop .select{height: 44px;}
.newsSelect .customSelect-drop .scroll{max-height: 176px;}
.newsForm{flex: 1;}
.newsForm input{height: max(46px,0.65rem);border: 1px solid #e7eaf0;background: #fff;padding: 0 max(12px,0.3rem);width: 100%;}
.newsForm input::-webkit-input-placeholder{color: inherit;}
.newsForm .btn{user-select: none;cursor: pointer;position: absolute;right: 0;top: 0;width: max(60px,0.8rem);height: 100%;}
.newsForm .btn:hover{color: #c00413;}
.newsItem{height: 100%;}
.newsItem-top{background: #fff;padding: 0.35rem;}
.newsItem-img .img img{width: 100%;height: 3.1rem;}
.newsItem-img .comNext{background: #fff;z-index: 2;position: absolute;right: 0.2rem;bottom: 0.2rem;}
.newsItem-btm{background: #000;}
.newsItem-btm .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/newsList-bg.jpg') no-repeat center/cover;opacity: 0;transition: all .4s ease;}
.newsItem-con{position: relative;z-index: 2;padding: 0.25rem 0.35rem;}
.newsItem-con .indNews-data .label{background: #181818;}
.newsItem:hover{box-shadow: 0px max(6px,0.12rem) max(20px,0.4rem) max(5px,0.1rem) rgba(230, 0, 18, 0.06);}
.newsItem:hover .newsItem-img .img img{transform: scale(1.1);}
.newsItem:hover .newsItem-img .comNext{background: #c00413;color: #fff;}
.newsItem:hover .newsItem-btm .bg{opacity: 1;}
/* 新闻-详情 */
.newsDet-view .contain{width: 12rem;}
.newsDet-head{justify-content: space-between;align-items: center;}
.newsDet-back{align-items: center;}
.newsDet-back i{display: block;font-size: max(10px,0.12rem);margin-right: max(10px,0.12rem);}
.newsDet-back span{display: block;transition: transform .4s ease;}
.newsDet-back:hover{color: #c00413;}
.newsDet-back:hover span{transform: translateX(-5px);}
.newsDet-title{border-bottom: max(2px,0.03rem) solid #000;padding-right: 1rem;}
.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-size:max(16px,0.26rem);color: #000;font-family: 'B';}
.newsDet-page{justify-content: space-between;}
.newsDet-page-item{width: 49%;background: #f9f9f9;padding: 0.26rem 0.4rem;}
.newsDet-page-item:hover{background: #000;}
.newsDet-page-item:hover .label,.newsDet-page-item:hover .title{color: #fff;}
.newsDet-hot-head{justify-content: space-between;align-items: center;}
.newsDet-hot-btn .btn{user-select: none;cursor: pointer;}
.newsDet-hot-btn .btn.next{transform: rotate(180deg);margin-left: 0.28rem;}
.newsDet-hot-btn .btn:hover{color: #c00413;}
.newsDet-hot-swp{width: calc(100% + 0.28rem);margin-left: -0.14rem;}
.newsDet-hot-swp .swiper-slide{padding: 0.1rem 0.14rem 0.18rem;}
.newsDet-hot-swp .newsItem{box-shadow: 0 0.04rem 0.14rem rgba(227, 227, 227, 0.8);}
.newsDet-hot-swp .newsItem-top{padding: 0.25rem;}
.newsDet-hot-swp .newsItem-img .img img{height: 2.3rem;}
.newsDet-hot-swp .newsItem-con{padding: 0.15rem 0.25rem;}
.newsDet-hot-swp .comNext{opacity: 0;background: #c00413;color: #fff;}
.newsDet-hot-swp .newsItem:hover{box-shadow: 0 0.04rem 0.14rem rgba(230, 0, 18, 0.1);}
.newsDet-hot-swp .newsItem:hover .comNext{opacity: 1;}
/* 联系我们 */
.ctaIntro-flex{justify-content: space-between;}
.ctaIntro-left{width: 41%;}
.ctaIntro-left .Footer-code{margin-top: max(20px,0.4rem);}
.ctaIntro-left .Footer-code a{margin-left: 12px;width: max(40px,0.64rem);height: max(40px,0.64rem);border: 1px solid #000;transition: background .4s ease;}
.ctaIntro-left .Footer-code a:first-child{margin-left: 0;}
.ctaIntro-left .Footer-code a span{font-size: max(18px,0.28rem);color: #000;}
.ctaIntro-left .Footer-code a:hover{background: #000;}
.ctaIntro-left .Footer-code a:hover span{color: #fff;}
.ctaIntro-right{width: 45%;}
.ctaIntro-more{width: max(140px,1.84rem);height: max(40px,0.5rem);border: 1px solid #000;}
.ctaIntro-more i{display: block;font-size: max(16px,0.25rem);margin-right: 10px;}
.ctaIntro-data li{width: 50%;display: flex;flex-direction: column;align-items: flex-start;margin-top: 10px;}
.ctaIntro-data .num{border-bottom: max(2px,0.03rem) solid #000;}
.ctaMap iframe{width: 100%;height: 7rem;}
.ctaMsg-flex{justify-content: space-between;}
.ctaMsg-left{width: 37%;font-size: 2.5rem;}
.ctaMsg-left .title{position: absolute;left: 0;top: 45%;transform: translate(8vw,-40%);color: #da0f20;}
.ctaMsg-left .title:nth-child(1){transform: translate(-8vw,-74%);color: #c0c0c0;}
.ctaMsg-right{width: 63%;position: relative;z-index: 2;}
.ctaMsg-list{justify-content: space-between;}
.ctaMsg-item{width: 49%;}
.ctaMsg-item.w100{width: 100%;}
.ctaMsg-item input{background: #fafafa;border: 1px solid #eee;width: 100%;height: max(44px,0.58rem);padding: 0 max(12px,0.22rem);}
.ctaMsg-item textarea{background: #fafafa;border: 1px solid #eee;width: 100%;height: max(100px,1.2rem);padding: max(12px,0.22rem);}
.ctaMsg-btm{justify-content: space-between;align-items: center;}
.ctaMsg-btn{user-select: none;cursor: pointer;width: max(150px,2.8rem);height: max(46px,0.58rem);background: #000;}
.ctaMsg-btn span{position: relative;z-index: 2;}
.ctaMsg-btn::after{content: "";position: absolute;right: 0;top: 0;width: 0;height: 100%;background: #c00413;transition: all .6s ease;}
.ctaMsg-btn:hover::after{right: auto;left: 0;width: 100%;}
/* 服务支持 */
.downInfo-nav{background: #f7f7f7;border: 1px solid #f4f4f4;padding: 0.5rem 0.3rem 0.7rem 0.5rem;}
.downInfo-nav-row:first-child{margin-top: 0;}
.downInfo-nav-row .title{width: max(90px,1.2rem);}
.downInfo-nav-row .list{margin: -0.2rem 0 0 0;flex: 1;}
.downInfo-nav-row .item{margin: 0.2rem 0 0 0;width: calc(100% / 8);align-items: center;user-select: none;cursor: pointer;}
.downInfo-nav-row .item i{display: block;border-radius: 50%;width: max(10px,0.14rem);height: max(10px,0.14rem);border-radius: 50%;border: 1px solid #d9dce4;position: relative;margin-left: max(10px,0.14rem);}
.downInfo-nav-row .item i::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(6px,0.08rem);height: max(6px,0.08rem);border-radius: 50%;background: #c00413;opacity: 0;}
.downInfo-nav-row .item:hover{color: #c00413;}
.downInfo-nav-row .item.active i{border-color: #c00413;}
.downInfo-nav-row .item.active i::after{opacity: 1;}
.downInfo-head{background: #f7f7f7;padding: max(10px,0.2rem) max(20px,1.1rem) max(10px,0.2rem) max(15px,0.3rem);border-radius: max(5px,0.1rem) max(5px,0.1rem) 0 0;border: 1px solid #f4f4f4;}
.downInfo-head .item:nth-child(1),.downInfo-row .item:nth-child(1){flex: 1;justify-content: flex-start;}
.downInfo-head .item:nth-child(2),.downInfo-row .item:nth-child(2){width: 29%;}
.downInfo-head .item:nth-child(3),.downInfo-row .item:nth-child(3){width: max(108px,1.3rem);}
.downInfo-row{padding: max(14px,0.28rem) max(20px,1.1rem) max(14px,0.28rem) max(15px,0.3rem);border-bottom: 1px solid #f1f3f7;}
.downInfo-row .title{align-items: center;}
.downInfo-row .title i{width: max(16px,0.23rem);margin-right: max(15px,0.32rem);}
.downInfo-row .title i img{transition: all .4s ease;}
.downInfo-row .title i .h{position: absolute;left: 0;top: 0;opacity: 0;}
.downInfo-row .title span{flex: 1;}
.downInfo-btn{height: max(36px,0.4rem);width: 100%;border: 1px solid #000;}
.downInfo-btn i{display: block;font-size: max(15px,0.18rem);margin-right: 6px;}
.serSale-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.serSale-bg .item{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all 1s linear;opacity: 0;}
.serSale-bg .item img{width: 100%;height: 100%;transform: scale(1.1);transition: all 2s linear 1s;}
.serSale-bg .item.active{opacity: 1;z-index: 2;}
.serSale-bg .item.active img{transform: scale(1);transition-delay: 0s;}
.serSale-con{position: relative;z-index: 10;background: rgba(0, 0, 0, .3);}
.serSale-desc{width: max(300px,4.5rem);display: none;min-height: 2.8rem;overflow-y: auto;}
.serSale-desc:first-child{display: block;}
.serSale-desc .text{width: 90%;}
.serSale-nav .item{width: max(100px,1.36rem);height: max(34px,0.4rem);border: 1px solid #fff;margin-left: max(10px,0.2rem);user-select: none;cursor: pointer;}
.serSale-nav .item:first-child{margin-left: 0;}
.serSale-nav .item span{position: relative;z-index: 2;}
.serSale-nav .item::after{content: "";position: absolute;right: 0;top: 0;width: 0;height: 100%;background: #c00413;transition: all .6s ease;}
.serSale-nav .item.active{border-color: #c00413;}
.serSale-nav .item.active::after{right: auto;left: 0;width: 100%;}
.serFAQ-flex{justify-content: space-between;align-items: flex-start;}
.serFAQ-left{width: 30%;}
.serFAQ-left-bg img{width: 100%;}
.serFAQ-left-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0.5rem 0.7rem;}
.serFAQ-left-con .text{color: #f4f4f4;}
.serFAQ-right{width: 63%;}
.serFAQ-list li{user-select: none;cursor: pointer;border-top: 1px solid #f4f4f4;}
.serFAQ-list .left{flex: 1;}
.serFAQ-list .page{color: #d7d8da;margin-right: 0.5rem;line-height: 1;}
.serFAQ-list .desc{flex: 1;padding-right: 10px;}
.serFAQ-list .text{display: none;width: 70%;}
.serFAQ-list .btn{width: max(30px,0.46rem);height: max(30px,0.46rem);border-radius: 50%;background: #000;}
.serFAQ-list .btn::before,.serFAQ-list .btn::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;width: max(10px,0.12rem);height: 2px;transition: all .4s ease;}
.serFAQ-list .btn::after{width: 2px;height: max(10px,0.12rem);}
.serFAQ-list li.active .page{color: #000;}
.serFAQ-list li.active .btn{background: #c00413;transform: rotate(180deg);}
.serFAQ-list li.active .btn::after{opacity: 0;}
.serPop-box{display: none; position: fixed;z-index: 9999;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.serPop{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(400px,6.2rem);background: #fff;padding: 0.65rem 0.7rem 0.8rem;}
.serPop .close{user-select: none;cursor: pointer;position: absolute;right: 0.35rem;top: 0.25rem;}
.serPop .close:hover{color: #c00413;transform: rotate(180deg);}
.serPop input{width: 100%;height: max(44px,0.58rem);background: #fafafa;border: 1px solid #eee;padding: 0 max(12px,0.22rem);}
.serPop .btn{user-select: none;cursor: pointer;height: max(44px,0.58rem);}
.serPop .btn::after{background: #000;}
.warNav-list{justify-content: space-between;}
.warNav-item{flex-direction: column;flex: 1;}
.warNav-item .img{width: 1.6rem;height: 1rem;}
.warNav-item .img img{max-height: 100%;}
.warNav-item .title::after{content: "";position: absolute;left: 50%;bottom: -1px;width: 0;height: 2px;background: #c00413;transform: translateX(-50%);transition: all .4s ease;}
.warNav-item:hover .img img{transform: scale(1.1);}
.warNav-item.active .title{color: #c00413;}
.warNav-item.active .title::after{width: 100%;}
.warFlex{justify-content: space-between;}
.warLeft{width: 23%;}
.warLeft{background: #fff;border: 1px solid #ededed;padding: 0.16rem 0.4rem;}
.warLeft .item{align-items: center;border-bottom: 1px solid #ededed;transition: border .4s ease;justify-content: space-between;}
.warLeft .item span{flex: 1;padding-right: 10px;}
.warLeft .item i{font-size: max(10px,0.12rem);color: #7e7e7e;display: block;transform: rotate(180deg);}
.warLeft .item.active{border-color: #c00413;}
.warLeft .item:hover span,.warLeft .item.active span{color: #c00413;}
.warLeft .item.active i{color: #c00413;}
.warRight{width: 100%;}
.warList li{display: none;}
.warList li:nth-child(-n+6){display: block;}
.warItem{border: 1px solid #e9e9e9;background: #fff;user-select: none;cursor: pointer;padding-bottom: 0.3rem;}
.warItem .img{height: 3rem;}
.warItem .img img{max-width: 80%;max-height: 70%;}
.warItem:hover{border-color: #e97d86;}
.warItem:hover .img img{transform: scale(1.1);}
.warMore .btn{width: max(110px,1.6rem);height: max(34px,0.4rem);border: 1px solid #000;user-select: none;cursor: pointer;}
.warMore .btn i{display: block;font-size: 10px;margin-left: 8px;transform: scale(.8) rotate(180deg);font-weight: 700;}
.warPop-box{display: none; position: fixed;z-index: 9999;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.warPop{display: none; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 10.2rem;background: #fff;padding: 0.9rem 0.65rem 0.8rem;}
.warPop-close{user-select: none;cursor: pointer;position: absolute;right: 0.35rem;top: 0.25rem;}
.warPop-close:hover{color: #c00413;transform: rotate(180deg);}
.warPop-flex{justify-content: space-between;align-items: center;}
.warPop-flex .img{width: 42%;height: 2.4rem;}
.warPop-flex .img img{max-height: 80%;}
.warPop-flex .desc{width: 52%;}
.warPop-flex .text{height: max(170px,2.2rem);overflow-y: auto;}
/* 关于我们 */
.abIntro-menu .item{user-select: none;cursor: pointer;margin-left: 10px;width: max(100px,1.55rem);height: max(36px,0.45rem);border: 1px solid #e5e5e5;}
.abIntro-menu .item:first-child{margin-left: 0;}
.abIntro-menu .item::after{background: #dc0012;}
.abIntro-menu .item.active{border-color: #c00413;color: #fff;}
.abIntro-menu .item.active::after{right: auto;left: 0;width: 100%;}
.abIntro-drop{display: none;}
.abIntro-drop:first-child{display: block;}
.abIntro-flex{justify-content: space-between;}
.abIntro-desc,.abIntro-img .img img{height: max(300px,4.1rem);}
.abIntro-desc{width: 49%;overflow-y: auto;padding-right: 0.3rem;}
.abIntro-video{width: 46%;}
.abIntro-video .img img{width: 100%;}
.abIntro-video .btn{width: max(40px,0.6rem);height: max(40px,0.6rem); user-select: none;cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.abIntro-video .btn i{position: relative;z-index: 2;}
.abIntro-video .btn::after{animation: rotateAni 6s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/abIntro-icon.png') no-repeat center/100% auto;}
.abIntro-video .btn:hover{transform: translate(-50%,-50%) scale(.95);}
@keyframes rotateAni {0%{transform: rotate(0);}100%{transform: rotate(360deg);}}
.abIntro-num{justify-content: space-between;}
.abIntro-num .num{align-items: center;}
.abIntro-num .num span{line-height: .8;}
.abIntro-num .num p{margin-left: 5px;}
.abFZ{background: url('../images/pages/abFZ-bg.jpg') no-repeat center/cover;}
.abFZ-flex{padding-left: var(--widDb);}
.abFZ-nav{width: 17%;display: flex;flex-direction: column;align-items: flex-start;}
.abFZ-nav .item{height: max(40px,0.54rem);position: relative;user-select: none;cursor: pointer;color: #9b9b9b;align-items: center;}
.abFZ-nav .item i{transition: all .4s ease;display: block;position: absolute;left: 0;top: 50%;transform: translate(-100%,-50%) rotate(180deg);opacity: 0;font-size: max(10px,0.12rem);font-weight: 700;}
.abFZ-nav .item span{display: block;transition: all .4s ease;}
.abFZ-nav .item.active i,.abFZ-nav .item.active span{color: #c00413;}
.abFZ-nav .item.active i{transform: translate(0,-50%) rotate(180deg);opacity: 1;transition-delay: .1s;}
.abFZ-nav .item.active span{transform: translateX(max(20px,0.3rem));}
.abFZ-swp-box{width: 83%;}
.abFZ-swp{width: 60%;}
.abFZ-swp .swiper-container{overflow: visible;}
.abFZ-swp .swiper-slide{height: auto;}
.abFZ-slide{flex-direction: column;justify-content: space-between;height: 100%;}
.abFZ-slide .title{width: 70%;}
.abFZ-slide .text{width: 55%;}
.abFZ-slide .year{font-size: 2.2rem;line-height: .8;transition: all .6s ease;}
.swiper-slide-active .abFZ-slide .year{color: #c00413;}
.abWH-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abWH-bg .item{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition: all 1s linear;}
.abWH-bg .item img{width: 100%;height: 100%;transform: scale(1.1);transition: all 2s linear 1s;}
.abWH-bg .item.active{opacity: 1;z-index: 2;}
.abWH-bg .item.active img{transform: scale(1);transition-delay: 0s;}
.abWH-list{position: relative;z-index: 2;background: rgba(0, 0, 0, .3);}
.abWH-list li{width: 25%;border-left: 1px solid rgba(255, 255, 255, .1);position: relative;padding: 1.4rem 0.3rem 0.7rem;overflow: hidden;user-select: none;cursor: pointer;}
.abWH-list li:first-child{border: unset;}
.abWH-list li::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(192, 4, 19, .8);opacity: 0;transition: all .6s ease;}
.abWH-list li>div{position: relative;z-index: 2;}
.abWH-list .desc::after{content: "";top: 2px;left: -0.3rem;width: max(2px,0.03rem);height: 0;background: #fff;transition: all .4s ease;}
.abWH-list .text{height: 3.3rem; width: 80%;opacity: 0;transform: translateY(0.3rem);transition: all .6s ease;}
.abWH-list .ico{height: max(30px,0.44rem);align-items: flex-end;opacity: 0;transform: translateY(0.3rem);transition: all .6s ease;}
.abWH-list .ico img{max-height: 100%;}
.abWH-list li.active::after{opacity: 1;}
.abWH-list li.active .desc::after{height: max(40px,0.92rem);}
.abWH-list li.active .text{opacity: 1;transform: translateY(0);transition-delay: .1s;}
.abWH-list li.active .ico{opacity: 1;transform: translateY(0);transition-delay: .3s;}
.abMap .indTitle{position: relative;z-index: 2;}
.abMap-bg{position: absolute;left: -0.9rem;top: 0.4rem;pointer-events: none;}
.abMap-flex{position: relative;z-index: 2;justify-content: space-between;align-items: center;}
.abMap-desc{width: 37%;}
.abMap-list{padding: 0 0.6rem;}
.abMap-list li:first-child{margin-top: 0;}
.abMap-list li{align-items: center;}
.abMap-list .title{flex: 1;text-align: right;margin-right: 0.2rem}
.abMap-list .label{width: max(300px,4.8rem);margin-top: -8px;}
.abMap-list .label span{display: flex;align-items: center;justify-content: center;text-align: center;border: 1px solid #000;margin: 8px 0 0 8px;width: calc(100% / 5 - 8px);height: max(30px,0.4rem);}
.abMap-list li:nth-child(2) .label span:nth-child(2){width: calc(100% / 5 * 2 - 8px);}
.abBrand-item{height: 100%;background: #f6f6f6;position: relative;}
.abBrand-item::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/abBrand-item-bg.jpg') no-repeat center/cover;opacity: 0;transition: all .6s ease;}
.abBrand-item>div{position: relative;z-index: 2;}
.abBrand-show{padding: 0.7rem 0 1.25rem;flex-direction: column;align-items: center;text-align: center;transition: all .6s ease;}
.abBrand-item .logo{width: 100%;height: max(40px,0.96rem);}
.abBrand-item .logo img{max-width: 80%;max-height: 100%;}
.abBrand-hide{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;opacity: 0;transition: all .6s ease;z-index: 2;}
.abBrand-hide .text{padding: 0 0.3rem;color: #fff;}
.abBrand-hide .more{width: max(90px,1.2rem);height: max(30px,0.4rem);border: 1px solid #fff;}
.abBrand-btm{height: max(50px,0.9rem);transition: all .4s ease;position: relative;}
.abBrand-btm::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 1px;background: #e9e9e9;transition: all .6s ease;}
.abBrand-item:hover::after{opacity: 1;}
.abBrand-item:hover .abBrand-show{opacity: 0;}
.abBrand-item:hover .abBrand-hide{opacity: 1;}
.abBrand-item:hover .abBrand-btm::after{background: #181818;}
.abBrand-item:hover .abBrand-btm .title{color: #fff;}
.abRD-flex{justify-content: space-between;align-items: center;}
.abRD-swp{width: 57%;}
.abRD-slide img{width: 100%;height: 6.8rem;}
.abRD-menu{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.4rem 0.6rem;justify-content: space-between;align-items: center;}
.abRD-page{align-items: flex-start;}
.abRD-page .start{line-height: .8;}
.abRD-page .line{margin: 0 5px;}
.abRD-btn .btn{user-select: none;cursor: pointer;}
.abRD-btn .btn.next{transform: rotate(180deg);margin-left: 0.26rem;}
.abRD-btn .btn:hover{color: #c00413;}
.abRD-con{width: 38%;}
.abRD-logo{align-items: center;}
.abRD-logo .img{width: max(60px,1.3rem);margin-right: 0.3rem;}
.abRD-logo .desc{flex: 1;}
.abRD-more{width: max(100px,1.6rem);height: max(36px,0.46rem);background: #000;}
.abHonor-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abHonor-bg img{width: 100%;height: 100%;}
.abHonor-con{position: relative;z-index: 2;}
.abHonor-flex{justify-content: space-between;align-items: center;}
.abHonor-left{width: 30%;}
.abHonor-list li{align-items: center;flex-wrap: nowrap;white-space: nowrap;}
.abHonor-list .title{margin-right: 0.35rem;}
.abHonor-list .text{flex: 1;}
.abHonor-right{width: 65%;}
.abHonor-book img{width: 100%;}
.abHonor-swp-box{position: absolute;left: 0;top: 40%;width: 100%;justify-content: center;}
.abHonor-swp{width: 3.8rem;}
.abHonor-swp .swiper-container{overflow: visible;}
.abHonor-slide{opacity: 0;transition: all .6s ease;}
.abHonor-slide .img{height: 3.2rem;align-items: flex-end;position: relative;z-index: 2;}
.abHonor-slide .img img{max-height: 100%;max-width: 80%;}
.abHonor-slide .bg{margin-top: -0.1rem;}
.abHonor-slide .bg img{width: 100%;}
.swiper-slide-prev .abHonor-slide,.swiper-slide-next .abHonor-slide,.swiper-slide-active .abHonor-slide{opacity: 1;}
.swiper-slide-prev .abHonor-slide,.swiper-slide-next .abHonor-slide{transform: scale(.8);}
.abQua .indTitle .text{padding: 0 3.6rem;}
.abQua-flex{justify-content: space-between;}
.abQua-show{width: calc(33% - max(4px,0.1rem));}
.abQua-list{width: calc(67% - max(4px,0.1rem));}
.abQua-img img{width: 100%;height: 2.9rem;}
.abQua-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.2rem 0.3rem;}
.abQua-show .abQua-img img{height: calc(5.8rem + max(8px,0.2rem));}
/* 产品-列表 */
.proLeft{background: #fff;padding: 1.2rem 0 1.2rem var(--widDb);width: 23%;}
.proNav-menu{align-items: center;}
.proNav-menu .title{width: max(180px,2.2rem);padding: 5px 0.1rem 5px 0.2rem;border-left: max(2px,0.03rem) solid transparent;}
.proNav-menu .btn{user-select: none;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.proNav-menu .btn i{display: block;border: max(4px,0.05rem) solid transparent;border-left-color: #000;transition: all .4s ease;}
.proNav-menu:hover .title,.proNav-menu.active .title{color: #da0f20;}
.proNav-menu.active .title{border-color: #da0f20;}
.proNav-menu.active .btn i{border-left-color: #da0f20;transform: rotate(90deg);}
.proNav-drop{display: none;}
.proNav-drop .item{align-items: center;padding-left: 0.25rem;}
.proNav-drop .item:hover,.proNav-drop .item.active{color: #da0f20;}
.proRight{padding: 1.2rem var(--widDb) 1.3rem 0.7rem; width: 77%;background: linear-gradient(to right,#fcf9f9,#f8f9fa);}
.proDesc{background: url('../images/pages/proDesc-bg.jpg') no-repeat center/cover;  padding: 0.45rem 2.2rem 0.45rem 0.45rem;}
.proDesc .text{flex: 1;padding-left: 0.5rem;}
.proList li{display: none;}
.proList li:nth-child(-n+6){display: block;}
.proItem{background: #fff;}
.proItem-top{padding: 0.4rem 0.4rem 0;}
.proItem-top .label{position: absolute;left: 15px;top: 12px;}
.proItem-top .img{height: 2.5rem;}
.proItem-top .img img{max-height: 75%;}
.proItem-btm{border-top: 1px solid #f2f2f2;padding: 0.24rem 0.4rem 0.36rem;}
.proItem-btm::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/proList-bg.jpg') no-repeat center/cover;opacity: 0;transition: all .4s ease;}
.proItem-btm>div{position: relative;z-index: 2;}
.proItem-btm .list{justify-content: space-between;}
.proItem-btm .btn-box{justify-content: space-between;}
.proItem-btm .btn{width: 49%;height: max(35px,0.45rem);border: 1px solid #e5e5e5;}
.proItem-top:hover .img img{transform: scale(1.1);}
.proItem:hover .proItem-btm::after{opacity: 1;}
.proItem:hover .proItem-btm .title,.proItem:hover .proItem-btm .text{color: #fff;}
.proItem:hover .proItem-btm .btn{border-color: #fff;color: #fff;}
.proCta-bg img{width: 100%;}
.proCta-con{padding: 0 0.8rem; position: absolute;left: 0;top: 0;width: 100%;height: 100%;justify-content: space-between;align-items: center;background: rgba(0, 0, 0, .4);}
.proCta-con .more{width: max(110px,1.6rem);height: max(34px,0.42rem);border: 1px solid #fff;}
.proCta-con .more i{display: block;font-size: max(16px,0.2rem);margin-right: max(8px,0.15rem);}
/* 产品-详情 */
.proDet-show{background: url('../images/pages/proDet-show-bg.jpg') no-repeat center/cover;}
.proDet-show-flex{justify-content: space-between;align-items: center;}
.proDet-show-img{width: 60%;height: 5.7rem;}
.proDet-show-img img{max-width: 80%;max-height: 100%;}
.proDet-show-con{width: 38%;}
.proDet-show-desc .text{color: rgba(255, 255, 255, .8);}
.proDet-show-list li{margin-left: 0.6rem;}
.proDet-show-list li:first-child{margin-left: 0;}
.proDet-show-btn .btn{width: max(120px,1.5rem);height: max(40px,0.45rem); border: 1px solid #fff;margin-left: max(6px,0.1rem);}
.proDet-show-btn .btn:first-child{margin-left: 0;}
.proDet-show-btn .btn i{display: block;margin-left: max(8px,0.1rem);font-size: max(15px,0.18rem);}
.proDet-con{background: url('../images/pages/proDet-bg.png') no-repeat center top/100% auto;}
.proDet-title{align-items: center;justify-content: space-between;}
.proDet-title .dot{display: flex;}
.proDet-title .dot i{display: block;width: 6px;height: 12px;background: #c00413;margin-left: 5px;transform: skew(-30deg);}
.proDet-title .dot.white i{background: #fff;} 
.proDet-title .dot i:first-child{margin-left: 0;}
.proDet-params-flex{justify-content: space-between;align-items: flex-start;}
.proDet-params-con{width: 38%;}
.proDet-params-menu .item{user-select: none;cursor: pointer;border: 1px solid #e5e5e5;margin-left: max(8px,0.1rem);padding: max(8px,0.12rem) max(15px,0.3rem);}
.proDet-params-menu .item:first-child{margin-left: 0;}
.proDet-params-menu .item::after{background: #dc0012;}
.proDet-params-menu .item.active{border-color: #dc0012;color: #fff;}
.proDet-params-menu .item.active::after{width: 100%;}
.proDet-params-drop{display: none;}
.proDet-params-drop:first-child{display: block;}
.proDet-params-table table{width: 100%;}
.proDet-params-table table td{padding: max(6px,0.1rem) max(6px,0.1rem) max(6px,0.1rem) 0;width: calc(100% / 3);text-align: center;}
.proDet-params-table table td.one{color: #666;text-align: left;}
.proDet-params-tips span{text-decoration: underline;color: #dc0012;}
.proDet-params-tips a:hover{color: #000;}
.proDet-params-img{width: 52%;position: sticky;top: max(110px,1.4rem);}
.proDet-feat-swp .swiper-slide{height: auto;}
.swiper-slide:nth-child(2n) .proDet-feat-slide{margin-top: 0.7rem;}
.proDet-feat-slide{display: flex;flex-direction: column;transition: all .4s ease;}
.proDet-feat-img img{width: 100%;height: 3.5rem;}
.proDet-feat-con{padding: 0.45rem 0.45rem 0.7rem;flex: 1; background: url('../images/pages/proDet-feat-bg.jpg') no-repeat center/cover;border-bottom: max(2px,0.03rem) solid #dc0012;}
.proDet-feat-con .page,.proDet-feat-con .text{color: rgba(255, 255, 255, .8);}
.proDet-app{background: url('../images/pages/proDet-app-bg.jpg') no-repeat center/cover;}
.proDet-app-swp{width: 11.5rem;}
.proDet-app-swp .swiper-container{overflow: visible;}
.proDet-app-slide img{width: 100%;height: 6.2rem;}
.proDet-app-btn{user-select: none;cursor: pointer;z-index: 2;position: absolute;left: 0.3rem;top: 50%;transform: translateY(-50%);width: max(40px,0.54rem);height: max(40px,0.54rem);background: #000;}
.proDet-app-btn.next{transform: translateY(-50%) rotate(180deg);left: auto;right: 0.3rem;}
.proDet-app-btn:hover{background: #dc0012;}
.proDet-hot-swp{width: calc(100% + var(--widDb));}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
}
/* --------------------平板(横屏1024)---------------------- */
@media all and (max-width:1100px){}
/* --------------------平板(竖屏768)----------------------- */
@media all and (max-width:1000px){}
/* --------------------手机端(360)------------------------- */
@media all and (max-width:720px){
    .pagesBan-bg img{height: 300px;}
    .pagesBan-con .title{font-size: 48px;}
    .pagesBan-con .dot i{width: 4px;height: 8px;margin-left: 4px;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 240px;}
    .newsShow-con{width: 100%;padding: 20px 15px 50px;}
    .newsShow .com-pagination{width: 100%;}
    .newsForm{flex: unset;width: 100%;margin-top: 10px;}
    .newsItem-top{padding: 18px;}
    .newsItem-img .img img{height: 220px;}
    .newsItem-img .comNext{right: 15px;bottom: 15px;}
    .newsItem-con{padding: 20px 15px;}
    .newsDet-view .contain{width: 92%;}
    .newsDet-page-item{width: 100%;padding: 20px 15px;}
    .newsDet-page-item:nth-child(2){margin-top: 10px;}
    .newsDet-hot-btn{display: none;}
    .newsDet-hot-swp .newsItem-top{padding: 18px;}
    .newsDet-hot-swp .newsItem-img .img img{height: 220px;}
    .newsDet-hot-swp .newsItem-con{padding: 10px 15px;}
    .ctaIntro-left{width: 100%;}
    .ctaIntro-right{width: 100%;margin-top: 20px;}
    .ctaMsg-flex{margin-top: 10px;}
    .ctaMsg-left{display: none;}
    .ctaMsg-right{width: 100%;}
    .ctaMsg-item{width: 100%;margin-top: 20px;}
    .ctaMsg-btn{margin-top: 20px;}
    .downInfo-nav{padding: 25px 15px;}
    .downInfo-nav-row{margin-top: 25px;}
    .downInfo-nav-row .title{font-size: 15px;}
    .downInfo-nav-row .title::after{content: ":";display: inline-block;}
    .downInfo-nav-row .list{margin: 0 0 0 -10px;width: 100%;flex: unset;}
    .downInfo-nav-row .item{margin: 10px 0 0 10px;width: calc(50% - 10px) !important;flex-direction: row-reverse;justify-content: flex-end;}
    .downInfo-nav-row .item i{margin: 0 8px 0 0;}
    .downInfo-head{display: none;}
    .downInfo-row{padding: 15px 0;}
    .downInfo-row .item:nth-child(1){flex: 1;}
    .downInfo-row .item:nth-child(2){display: none;}
    .downInfo-row .item:nth-child(3){width: auto;align-items: flex-start;padding-top: 4px;}
    .downInfo-row .title i{width: 18px;}
    .downInfo-btn{height: auto;border: unset;}
    .downInfo-btn span{display: none;}
    .downInfo-btn i{margin-right: 0;font-size: 20px;}
    .downInfo-btn::after{display: none;}
    .downInfo-btn:hover{color: #c00413 !important;}
    .downInfo-row .title span{text-align: left;padding-right: 25px;}
    .serSale-desc{min-height: 180px;width: 100%;}
    .serFAQ-left{display: none;}
    .serFAQ-right{width: 100%;}
    .serFAQ-list li{padding: 20px 0;}
    .serFAQ-list .page{line-height: 1.3;}
    .serFAQ-list .text{width: 100%;}
    .serPop{width: 92%;padding: 30px 20px;}
    .serPop .close{right: 10px;top: 10px;}
    .serPop .text{margin-top: 20px;}
    .warNav{overflow-x: auto;}
    .warNav-list{flex-wrap: nowrap;white-space: nowrap;}
    .warNav-item{flex: unset;margin-left: 40px;}
    .warNav-item:first-child{margin-left: 0;}
    .warNav-item .title::after{bottom: 0;}
    .warNav-item .img{width: 80px;height: 50px;}
    .warLeft{width: 100%;padding: 10px 15px;}
    .warLeft .item{padding: 12px 0;}
    .warRight{width: 100%;margin-top: 30px;}
    .warItem{padding-bottom: 20px;}
    .warItem .img{height: 200px;}
    .warPop{width: 92%;padding: 30px 15px;}
    .warPop-flex .img{width: 100%;height: 150px;}
    .warPop-close{right: 10px;top: 10px;}
    .warPop-flex .desc{width: 100%;margin-top: 20px;}
    .warPop-flex .text{height: 200px;}
    .abIntro-desc{width: 100%;}
    .abIntro-video{width: 100%;margin-top: 20px;}
    .abIntro-num{margin-top: 0;}
    .abIntro-num li{width: 48%;margin-top: 25px;}
    .abIntro-num .num span{font-size: 32px;}
    .abFZ-nav{flex-direction: row;width: 96%;white-space: nowrap;justify-content: space-between;}
    .abFZ-nav .item{margin: 0 0 0 20px;}
    .abFZ-nav .item:first-child{margin-left: 0;}
    .abFZ-nav .item i{display: none;}
    .abFZ-nav .item span{transform: none !important;}
    .abFZ-swp-box{width: 100%;margin-top: 20px;}
    .abFZ-swp{width: 90%;}
    .abFZ-slide .year{margin-top: 30px;font-size: 80px;}
    .abFZ-slide .text{width: 80%;}
    .abWH-list li{width: 100%;border-left: unset;border-top: 1px solid rgba(255, 255, 255, .1);padding: 30px 15px;}
    .abWH-list .text{width: 100%;height: 120px;}
    .abMap-desc{width: 100%;}
    .abMap-list{padding: 20px 0 0;width: 100%;}
    .abMap-list li{margin-top: 18px;}
    .abMap-list .title{flex: unset;width: 100%;text-align: left;}
    .abMap-list .label{width: 100%;margin: 0 0 0 -6px;}
    .abMap-list .label span{margin: 6px 0 0 6px;width: calc(100% / 4 - 6px);}
    .abMap-list li:nth-child(2) .label span:nth-child(2) {width: calc(100% / 4 * 2 - 6px);}
    .abMap-bg{top: 40px;}
    .abBrand-show{padding: 40px 0 80px;}
    .abBrand-show .logo{margin-top: 40px;}
    .abBrand-hide .text{padding: 0 20px;margin-top: 15px;}
    .abBrand-item .logo img{max-width: 40%;}
    .abRD-swp{width: 100%;}
    .abRD-slide img{height: 250px;}
    .abRD-menu{padding: 20px 15px;}
    .abRD-btn{display: none;}
    .abRD-page .start{font-size: 30px;}
    .abRD-con{width: 100%;margin-top: 20px;}
    .abHonor-left{width: 100%;}
    .abHonor-list li{white-space: inherit;align-items: flex-start;margin-top: 12px;}
    .abHonor-right{width: 100%;margin-top: 60px;}
    .abQua .indTitle .text{padding: 0;}
    .abQua-show{width: 100%;}
    .abQua-list{width: 100%;margin-top: 20px;}
    .abQua-img img{height: 200px !important;}
    .abQua-con{padding: 15px;}
    .proLeft{padding: 30px 4%;width: 100%;}
    .proNav-menu .title{width: auto;padding: 2px 12px;flex: 1;font-size: 17px;}
    .proNav-drop .item{padding: 0 20px;}
    .proRight{width: 100%;padding: 30px 4%;}
    .proDesc{padding: 25px 15px;}
    .proDesc .text{flex: unset;width: 100%;padding: 8px 0 0;}
    .proItem-top{padding: 30px 30px 0;}
    .proItem-top .img{height: 200px;}
    .proItem-btm{padding: 20px 20px 30px;}
    .proItem-btm .btn{height: 40px;}
    .proCta-bg img{height: 200px;}
    .proCta-con{flex-direction: column;justify-content: center;align-items: flex-start;padding: 0 15px;}
    .proCta-con .more{margin-top: 15px;}
    .proDet-show{padding: 30px 0 40px;}
    .proDet-show-img{width: 100%;height: 250px;}
    .proDet-show-con{width: 100%;margin-top: 20px;}
    .proDet-show-btn{justify-content: space-between;margin-top: 30px;}
    .proDet-show-btn .btn{width: 32%;}
    .proDet-title .dot i{width: 4px;height: 8px;}
    .proDet-params-flex{margin-top: 30px;flex-direction: column-reverse;}
    .proDet-params-con{width: 100%;margin-top: 30px;}
    .proDet-params-table td{width: 60%;}
    .proDet-params-table td.one{width: 40%;}
    .proDet-params-img{width: 100%;position: relative;top: auto;}
    .proDet-feat-img img{height: 200px;}
    .swiper-slide:nth-child(2n) .proDet-feat-slide{margin-top: 30px;}
    .proDet-feat-con{padding: 20px 15px;}
    .proDet-app-btn{display: none;}
    .proDet-app-swp{width: 90%;}
    .abHonor-swp{width: 35%;}
}