

/* 内页banner */
.nyBanner{width: 100%;height: 20rem;background-repeat: no-repeat;background-position: center;background-size: cover;color: #fff;position: relative;}
.nyBanner::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #000;opacity: 0.4;}
.nyBanner .text{height: 100%;position: relative;z-index: 2;}
.nyBanner .text > div{width: 100%;}
.nyBanner .text .tit{line-height: 1.38;margin-bottom: 0.4rem;font-weight:500;}
.nyBanner .text .desc{max-width: 566px;line-height: 0.93rem;max-height: 1.86rem;overflow: hidden;}
.nyBanner .path{position: absolute;left: 50%;bottom: 0.66rem;transform: translateX(-50%);box-sizing: border-box;padding-left: 0.86rem;line-height: 0.93rem;background: url(../images/icon_add1.svg) no-repeat left center;background-size: 0.6rem auto;z-index: 3;}
.nyBanner .path span{margin: 0 8px;}
.nyBanner .path a:hover{text-decoration: underline;opacity: 0.8;}

/* 内页导航 */
.nyNav{border-bottom: 1px solid #D8D8D8;background: #fff;}
.nyNav .container{flex: 1;overflow: hidden;}
.nyNav .swiper-slide{width: auto;}
.nyNav .container a{display: block;position: relative;color: #222222;line-height: 2rem;}
.nyNav .container a::before{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #D81F37;transform: scale(0,1);opacity: 0;}
.nyNav .container .on a::before,
.nyNav .container a:hover:before{transform: scale(1);opacity: 1;}
.nyNav .select{position: relative;width: 10.33rem;z-index: 5;flex-shrink: 0;}
.nyNav .select dt{padding: 0 0.67rem;line-height: 2rem;color: #fff;cursor: pointer;background: #D81F37;}
.nyNav .select dd{position: absolute;left: 0;top: 100%;z-index: 2;width: 100%;box-sizing: border-box;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);border: 1px solid DFDFDF;border-top: none;display: none;background: #fff;}
.nyNav .select dd a{padding: 0 0.67rem;height: 2rem;color: #7D7D7D;border-top: 1px solid #DFDFDF;}
.nyNav .select dd li:first-child a{border: none;}
.nyNav .select dd a:hover{background: #D81F37;color: #fff;}
.nyNav .select dd a:hover img{filter: brightness(0) invert(1);}

/* nyTitle */
.nyTitle{color: #222222;line-height: 1.38;margin-bottom: 2rem;}
.nyTitle.center{text-align: center;}
.nyTitle.white{color: #FFFFFF;}
.nyTitle .desc{color: #222222;line-height: 0.93rem;margin-top: 8px;}
.nyTitle.white .desc{color: #fff;}
.nyTitle.noMrgBtm{margin-bottom: 0;}


/* 产品详情页 */
.contProd .item1 .container{padding: 0 20px 1.5rem;position: relative;overflow: hidden;width: 100%;margin-left: -20px;}
.contProd .item1 .container .wrap{height: 10rem;box-sizing: border-box;padding: 1.33rem 0.66rem;background: #FFFFFF;border: 1px solid #DDDDDD;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);color: #999999;line-height: 0.93rem;text-align: center;}
.contProd .item1 .container .icon{height: 1.6rem;}
.contProd .item1 .container .tit{color: #222222;margin: 1rem 0 0.4rem;}
.contProd .item1 .container .desc{text-align: left;}
.contProd .item1 .container .wrap:hover{box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.contProd .item1 .container .wrap:hover .tit{color: #D81F37;}
.contProd .item1 .container .wrap:hover .icon{transform: scale(0.9);}
.contProd .item2{background: #F6F6F6;}
.contProd .item2 .nyTitle{margin-bottom: 1rem;}
.contProd .item2 .tabs{position: relative;z-index: 2;}
.contProd .item2 .tabs li{margin: 0 0.66rem;}
.contProd .item2 .tabs li a{display: block;position: relative;color: #999999;font-weight: bold;line-height: 0.93rem;}
.contProd .item2 .tabs li a:before{content: "";width: 100%;height: 6px;position: absolute;left: 0;bottom: 4px;background-image: linear-gradient(to right, #D81F37 , rgba(229,0,17,0));transform: scale(0,1);opacity: 0;}
.contProd .item2 .tabs li.active a::before{transform: scale(1);opacity: 1;}
.contProd .item2 .wapTabs{position: relative;overflow: hidden;display: none;}
.contProd .item2 .wapTabs .swiper-slide{width: auto;position: relative;color: #999999;font-weight: bold;line-height: 0.93rem;}
.contProd .item2 .wapTabs .swiper-slide:before{content: "";width: 100%;height: 6px;position: absolute;left: 0;bottom: 4px;background-image: linear-gradient(to right, #D81F37 , rgba(229,0,17,0));transform: scale(0,1);opacity: 0;}
.contProd .item2 .wapTabs .swiper-slide.active::before{transform: scale(1);opacity: 1;}

.contProd .item2 .container{position: relative;padding: 2rem 20px 20px;margin: -20px 0 0 0;overflow: hidden;}
.contProd .item2 .container .wrap{background: url(../images/cProdBg1.png) no-repeat left center;background-size: cover;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);}
.contProd .item2 .container .pic{width: 50%;padding-bottom: 13.33rem;position: relative;overflow: hidden;}
.contProd .item2 .container .text{width: 50%;height: 13.33rem;box-sizing: border-box;padding: 2rem;}
.contProd .item2 .container .text .tit{margin-bottom: 1.33rem;color: #222222;line-height: 1.33rem;display: flex;align-items: center;}
.contProd .item2 .container .text .tit img{margin-right: 0.4rem;height: 1.1rem;}
.contProd .item2 .container .text .desc{color: #666666;max-height: 4.65rem;width: 100%;padding-right: 2rem;overflow-y: auto;}
.contProd .item2 .container .btnStyle1{position: absolute;left: calc(2rem + 20px);bottom: calc(2rem + 20px);z-index: 3;}
.contProd .item2 .container .btnStyle1 .btnStyle{margin-right: 0.5rem;}
.contProd .item2 .container .btnStyle1 .btnStyle:last-child{margin-right: 0;}
.contProd .item2 .container .wrap:hover .pic em{transform: scale(1.1);}
.contProd .item2 .container .wrap:hover .text .tit{color: #D81F37;}
.contProd .item4{background: #F6F6F6;}
.contProd .item4 li{width: 48.92%;box-sizing: border-box;margin-top: 1rem;height: 6rem;padding: 1rem;overflow: auto;background: #FFFFFF;border-radius: 1rem 0 1rem 0;display: flex;}
.contProd .item4 li:first-child,
.contProd .item4 li:nth-child(2){margin-top: 0;}
.contProd .item4 li:nth-child(2n){float: right;}
.contProd .item4 li .icon{flex-shrink: 0;width: 4rem;height: 4rem;box-sizing: border-box;border: 1px solid #D8D8D8;border-radius: 0.66rem 0 0.66rem 0;margin-right: 0.66rem;}
.contProd .item4 li .icon img{height: 1.4rem;}
.contProd .item4 li .text{flex: 1;overflow: hidden;line-height: 0.93rem;}
.contProd .item4 li .tit{color: #222222;}
.contProd .item4 li .desc{color: #999999;margin-top: 8px;}
.contProd .item4 li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.contProd .item4 li:hover .tit{color: #D81F37;}
.contProd .item5{background: url(../images/cProdBg2.jpg) no-repeat center;background-size: cover;}
.contProd .item6{background: url(../images/cProdBg3.jpg) no-repeat center;background-size: cover;}
.contProd .item6 ul{background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.2);backdrop-filter: blur(10px);color: #fff;line-height: 20px;}
.contProd .item6 ul li{flex: 1;position: relative;padding: 0.8rem 0 0.8rem 1.3rem;}
.contProd .item6 ul li::before{content: "";width: 1px;height: 2.66rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #FFFFFF;opacity: 0.2;}
.contProd .item6 ul li:first-child::before{display: none;}
.contProd .item6 ul li .data{display: flex;align-items: center;line-height: 1.6rem;margin-bottom: 6px;font-family: "DINBold";}
.contProd .item6 ul li .data em{margin-left: 4px;color: #D81F37;font-weight: bold;}
.recomCase{background: #F6F6F6;padding-bottom: 2rem;}
.recomCase .container{padding: 0 20px 20px;position: relative;overflow: hidden;}
.caseWrap{display: block;background: #FFFFFF;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);}
.caseWrap .pic{height: 0;padding-bottom: 58.29%;position: relative;overflow: hidden;}
.caseWrap .pic .logo{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing: border-box;padding: 0 0.66rem;background: rgba(0, 0, 0, 0.2);backdrop-filter: blur(10px);line-height: 2rem;}
.caseWrap .pic .logo img{height: 0.8rem;}
.caseWrap .text{padding: 0.66rem;}
.caseWrap .tit{color: #222222;line-height: 0.93rem;height: 1.86rem;overflow: hidden;margin-bottom: 0.4rem;}
.caseWrap .label{padding: 0.4rem 0 0.66rem;display: flex;align-items: center;height: 0.93rem;overflow: hidden;}
.caseWrap .label span{display: block;padding: 0 0.4rem;margin-right: 8px;line-height: 1.06rem;}
.caseWrap .label span:last-child{margin-right: 0;}
.caseWrap .label .blue{background: rgba(0, 132, 229, 0.06);color: #0084E5;}
.caseWrap .label .red{background: rgba(216, 31, 55, 0.06);color: #D81F37;}
.caseWrap .more{display: flex;align-items: center;color: #999999;line-height: 0.93rem;}
.caseWrap .more img{filter: brightness(0) invert(0.5);opacity: 0.4;margin-left: 5px;}
.caseWrap:hover{box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.caseWrap:hover .pic em{transform: scale(1.1);}
.caseWrap:hover .more{color: #D81F37;}
.caseWrap:hover .more img{filter: brightness(1) invert(0);opacity: 1;}

/* paginationStyle */
.paginationStyle{display: flex;align-items: center;z-index: 2;bottom: 0 !important;}
.paginationStyle .swiper-pagination-bullet{display: block;width: 0.66rem;height: 4px;background: #D8D8D8;border-radius: 0;opacity: 1;margin: 0 8px 0 0;transition:all 0.3s linear;}
.paginationStyle .swiper-pagination-bullet:last-child{margin-right: 0;}
.paginationStyle .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 1.33rem;background: #D81F37;}
.paginationStyle.white .swiper-pagination-bullet{background: #FFFFFF;opacity: 0.5;}
.paginationStyle.white .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;opacity: 1;}
.paginationStyle.center{justify-content: center;}

.znsb_hyal .abouttit,.znsb_sbgz .abouttit,.znsb_sbys .abouttit{text-align: center;}
.znsb_hyal .abouttit::after,.znsb_sbgz .abouttit::after,.znsb_sbys .abouttit::after{left: 50%;transform: translateX(-50%);}
.znsb_sbgz .abouttit::after{background-color: #fff;}
.znsb_sbgz .abouttit{color: #fff;}
.znsb_sbgz{background: url(../images/znsbbg1.jpg) no-repeat center;background-size: cover;}
.znsb_sbgz .wrap{padding-right:0.33rem;display: flex;flex-wrap: wrap;}
.znsb_sbgz .wrap dl{width: calc((100% - 1.33rem) / 2);box-sizing: border-box;border: 1px solid #DDE9ED;display: flex;align-items: center;padding: 1.33rem 0 1.33rem 1.33rem;margin-top: 1.33rem;background: rgba(255, 255, 255, 0.6);}
.znsb_sbgz .wrap dl:nth-child(odd),.znsb_sbys .wrap li:nth-child(odd){margin-right: 1.33rem;}
.znsb_sbgz .wrap dl:nth-child(-n+2),.znsb_sbys .wrap li:nth-child(-n+2){margin-top: 0;}
.znsb_sbgz .wrap dl dt{width: 4.67rem;margin-right: 1.17rem;}
.znsb_sbgz .wrap dl dt img{max-width: 100%;max-height: 6rem;}
.znsb_sbgz .wrap dl dd{width: calc(100% - 5.84rem);color: #767676;}
.znsb_sbgz .wrap dl dd h6{font-weight: 500;color: #1A1F35;}
.znsb_sbgz .wrap dl dd .textAll{color: #767676; font-weight: normal;margin-top: 0.67rem;padding-right: 1.33rem;font-weight: 300;}
.znsb_sbgz .wrap dl .overscroll::-webkit-scrollbar,.znsb_sbys .wrap .overscroll::-webkit-scrollbar{width: 6px;  background-color:rgba(255,255,255,0.2); border-radius: 0; }   
.znsb_sbgz .wrap dl .overscroll::-webkit-scrollbar-track{background-color: rgba(255,255,255,0.2);  }  
.znsb_sbgz .wrap dl .overscroll::-webkit-scrollbar-thumb,.znsb_sbys .wrap .overscroll::-webkit-scrollbar-thumb{background-color: #E4E4E4;  }  
.znsb_sbgz .wrap dl .textAll p{margin: 0;}

.pro_intel_one{display: flex;justify-content: space-between;align-items: center;}
.pro_intel_one dt{width: 43.4%;}
.pro_intel_one dd{width:47.4%  ;}
.pro_intel_one dd img,
.pro_intel_one dd video{width: 100%;}
.znsb_pro .wrap dl{align-items: inherit;}
.znsb_pro .wrap dl dt{width: 100px;}


.znsb_sbys .wrap{display: flex;flex-wrap: wrap;}
.znsb_sbys .wrap li{width: calc((100% - 1.33rem) / 2);box-sizing: border-box;border: 1px solid #EFF1FF;margin-top: 1.33rem;background-color: #F7FBFD;padding: 1rem 0 1rem 1.33rem;}
.znsb_sbys .wrap li .subtitle{line-height: 1.07rem;color: #565656;padding-right: 1.33rem;font-weight: 300;}
.znsb_sbys .wrap li .title{display: flex;align-items: center;margin-bottom: 0.67rem;}
.znsb_sbys .wrap li .title img{margin-right: 0.67rem;height:1.2rem ;}
.znsb_sbys .wrap li:hover{box-shadow: 0 4px 0.53rem rgba(226,236,241,0.8);}

.scrollCase .wrap{display: block;}
.scrollCase .pic{padding-bottom: 66%;}
.scrollCase .tit{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;box-sizing: border-box;padding: 0 0.5rem;background: rgba(0, 0, 0, 0.5);color: #fff;line-height: 2rem;font-weight: bold;}
.scrollCase .wrap:hover .pic em{transform: scale(1.1);}

.hyal{padding-top: 0 !important;}
.hyal .scrollCase{padding-bottom: 1rem;}

/* 分页 */
.page{display: flex;align-items: center;color: #222222;line-height: 1.3rem;}
.page a{display: block;padding: 0 0.4rem;margin-right: 0.5rem;border: 1px solid #CCCCCC;}
.page a.num{padding: 0 0.53rem;}
.page .form{border: 1px solid #CCCCCC;padding: 0 0.4rem;}
.page .form .text{width: 1.6rem;height: 1.3rem;border: none;background: none;text-align: center;line-height: 1.3rem;color: #222;}
.page a.on,.page a:hover{border-color: #D81F37;background: #D81F37;color: #fff;}

/* 案例 */
.list_pro{padding-bottom: 2.67rem;}
.gszlone{background: url(../images/gszlonebg.jpg) no-repeat center;background-size: cover;}
.gszlone .nyTitle{margin-bottom: 1rem;}
.gszlone .textAll{text-align: center;}
.pro_ul{display: flex;flex-wrap: wrap;padding: 1.67rem 0;}
.pro_ul li{width:calc((100% - 2.67rem) / 3);margin-top: 1.33rem;}
.pro_ul li:nth-child(3n+2){margin: 0 1.33rem;margin-top: 1.33rem;}
.pro_ul li a{position: relative;}
.pro_ul li a .img{padding-bottom: 60%;}
.pro_ul li a .img video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.pro_ul li a .name{position: absolute;bottom: 0;background: linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));color: #fff;width: 100%;line-height: 1.4;padding: 0.57rem 1.07rem;box-sizing: border-box;}

/* 服务中心 */
.service-page .part2{background-color: #F5F5F5;}
/*营销网络*/
.marketing-network .title{line-height: 1rem;}
.marketing-network .title span{color: #3B1CB2;}
.marketing-network .content{text-align: center;}
/*客户服务*/
.client-service-box{display: flex;justify-content: space-between;}
.client-service-box .item{position: relative;display: block;width: 48%;}
.client-service-box .item .pic{position: relative;overflow: hidden;}
.client-service-box .item .pic:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.8));}
.client-service-box .item .pic em{display: block;width: 105%;padding-top: 78%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.client-service-box .item .info{position: absolute;left: 25%;right: 25%;top: 50%;text-align: center;color: #fff;transform: translateY(-50%);}
.client-service-box .item .info .icon{width: 2.67rem;height: 2.67rem;}
.client-service-box .item .info .tit{margin: 1.33rem 0 1rem;line-height: 0.67rem;}
.client-service-box .item .info .txt{line-height: 0.93rem;}

/* nyPage */
.nyPage{min-height: 300px;}

/* 资料下载 */
.downloadList{display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 0.5rem;}
.downloadList li{width: 49%;border: 1px solid rgba(0,0,0,0.1);margin-bottom: 2%;}
.downloadList .wrap{padding: 0.67rem;color: #999999;}
.downloadList .icon{flex-shrink: 0;width: 1rem;margin-left: 1rem;}
.downloadList .text{flex: 1;overflow: hidden;}
.downloadList .tit{color: #333333;line-height: 2;margin-bottom: .2rem;}
.downloadList li:hover{box-shadow: 0 0 0.67rem rgba(0, 0, 0, 0.2);}
.downloadList li:hover .tit{color: #D81F37;}

.grayBg{background: #f7f7f7;}


/* 新闻中心 */
.p5_1_one a .img{padding-bottom: 65%;transition: 0.3s;}
.p5_1_one a .text{background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position: absolute;width: 100%;bottom: 0;left: 0;padding: 0.67rem 0 0.33rem;}
.p5_1_one a .text i{color: #fff;margin: 0 5%;}
.p5_1_two{background: #E4E4E4;padding: 0 3%;height: 3rem;align-items: center;justify-content: inherit;margin-top: 1rem;margin-bottom: 1rem;box-sizing: border-box;}
.p5_1_two form{height: 100%;align-items: center;}
.p5_1_two .item1{width: 100px;}
.p5_1_two .item3{width: 1.33rem;margin: 0 0.33rem;text-align: center;}
.p5_1_two .item2,.p5_1_two .item4{width: 18.4%;}
.p5_1_two .item5{width: 19.8%;margin: 0 2.6%;}
.p5_1_two .laydate-icon{height: 1.6rem;background: #fff;color: #555;text-indent: 0.67rem; border: none;line-height: 1.6rem;position: relative;}
.p5_1_two .laydate-icon:after{width: 1.6rem;height: 1.6rem;background: #D81F37;content: '';position: absolute;right: 0;top: 0;}
.p5_1_two .laydate-icon::before{border-top: 7px solid #fff;border-left: 7px solid transparent;border-right: 7px solid transparent;content: '';position: absolute;right: 0.5rem;top: 50%;z-index: 2;margin-top: -2px;}
.p5_1_two div input{width: 100%;height: 100%;height: 1.6rem;line-height: 1.6rem;font-size: 0.6rem;}
.p5_1_two div input[type=text]{text-indent: 0.67rem;border: none;}
.p5_1_two .item6{width: 18.7%;}
.p5_1_two .item6 input{background: #D81F37;color: #fff;border: none;}
.p5_1_three{background: #fff;}
.p5_1_three dl{margin: 0 1.6rem;border-bottom: 1px solid #E4E4E4;padding: 0.67rem 0;}
.p5_1_three dl dt.item1{width: 7.83rem;}
.p5_1_three dl dt.item1 a{padding-bottom: 5.07rem;}
.p5_1_three dl dt.item2{margin-right: 1.33rem;margin-top: 1rem;width: 2.97rem;height: 3.27rem;background: #F7F7F7;text-align: center;color: #D81F37;padding-top: 0.4rem;box-sizing: border-box;}
.p5_1_three dl dd{width: calc(100% - 7.83rem - 6.67rem);margin-top: 1rem;}
.p5_1_three dl dd .textAll{margin-top: 6px;height: 2.13rem;}
.p5_1_three dl dd .textAll p{margin: 0;}
.p5_1_three dl dt.item2 span{ font-family: "DINPro-Medium";}
.p5_1_three dl dt.item2 em{font-family: "DIN-Light";}
.p5_1_three dl:hover dd .title,.conpage .conLeft:hover *,.conpage .conLeft:hover *{color: #D81F37;}
.p5_1_three dl:hover dt.item1{box-shadow: 0 0 0.33rem rgba(0,0,0,0.3);}
.p5_1_three .page{padding: 1.33rem 0;}
.p5_1_one a:hover .img{transform: scale(1.05);}

/* polygon */
.polygon{position: relative;}
.polygon::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #D81F37;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);}

/* aboutWrap */
.aboutWrap .item1{padding: 3rem 0;}
.aboutWrap .item1 .top{margin-bottom: 1.33rem;align-items: flex-start;}
.aboutWrap .item1 .top .pic{width: 50%;height: 0;padding-bottom: 13.66rem;position: relative;overflow: hidden;}
.aboutWrap .item1 .top .text{width: 46.42%;}
.aboutWrap .item1 .dataList li{padding-top: 2.2rem;width: 46.22%;color: #333333;line-height: 1;}
.aboutWrap .item1 .dataList li:nth-child(2n){float: right;}
.aboutWrap .item1 .dataList li .data{color: #D81F37;padding-top: 8px;}
.aboutWrap .item1 .dataList li .data span{font-family: "DINProMed";}
.aboutWrap .item1 .dataList li .icon{height: 2.4rem;}
.aboutWrap .item2{padding: 1.8rem 0 0;background: #FAFAFB;}
.aboutWrap .item2 .top{display: flex;align-items: flex-start;}
.aboutWrap .item2 .top .logo{flex-shrink: 0;width: 9.4rem;margin-right: 3.3rem;}
.aboutWrap .item2 .top .text{flex: 1;overflow: hidden;}
.aboutWrap .item2 .top .tit{line-height: 1;color: #D81F37;margin-bottom: 0.86rem;}
.aboutWrap .item2 .top .text .wap{display: none;}
.aboutWrap .item2 .btm li{width: 22.71%;margin: 4.6rem 0 0 -3.4%;position: relative;}
.aboutWrap .item2 .btm li:first-child{margin-left: 0;}
.aboutWrap .item2 .btm li:nth-child(2n){margin-top: 0;}
.aboutWrap .item2 .btm li .wrap{position: relative;z-index: 2;height: 0;padding-bottom: 86.47%;text-align: center;line-height: 1.2rem;color: #fff;}
.aboutWrap .item2 .btm li .wrap > div{position: absolute;left: 0;top: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 0 10px;}
.aboutWrap .item2 .btm li .wrap h5{margin-bottom: 1rem;line-height: 1;}
.aboutWrap .item3{padding: 2.66rem 0 3rem;background: url(../images/aboutBg.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .tabScroll{margin: 0.87rem 0 3rem;padding: 0 2rem;position: relative;overflow: hidden;}
.aboutWrap .tabScroll .btn{width: 2rem;height: 2rem;position: absolute;top: 50%;transform: translateY(-50%);background: rgba(255, 255, 255, 0.9);border-radius: 50%;cursor: pointer;z-index: 2;}
.aboutWrap .tabScroll .btn.prev{left: 0;}
.aboutWrap .tabScroll .btn.next{right: 0;}
.aboutWrap .tabScroll .btn img{filter: brightness(0) invert(0.5);opacity: 0.6;}
.aboutWrap .tabScroll .btn:hover{background: #D81F37;}
.aboutWrap .tabScroll .btn:hover img{filter: brightness(0) invert(1);opacity: 1;}
.aboutWrap .tabScroll .btn.swiper-button-disabled{opacity: 0.5;pointer-events: none;}
.aboutWrap .tabScroll .container{position: relative;overflow: hidden;padding: 0 2.66rem;}
.aboutWrap .tabScroll .swiper-slide{position: relative;}
.aboutWrap .tabScroll .swiper-slide::before{content: "";width: 80px;height: 1px;background: #D9D9D9;position: absolute;right: 100%;top: 50%;}
.aboutWrap .tabScroll .swiper-slide > div{width: 100%;height: 0;padding-bottom: 100%;box-sizing: border-box;border: 1px solid #D9D9D9;color: #666666;font-family: "DINProReg";text-align: center;border-radius: 50%;cursor: pointer;position: relative;}
.aboutWrap .tabScroll .swiper-slide span{position: absolute;left: 0;top: 50%;width: 100%;transform: translateY(-50%);}
.aboutWrap .tabScroll .swiper-slide.active > div{border-color: #D81F37;color: #D81F37;font-weight: bold;}
.aboutWrap .contScroll{padding: 1.5rem 1.66rem 2.13rem;background: #fff url(../images/aboutBg1.jpg) no-repeat left top;background-size: cover;box-shadow: 0 2px 24px rgba(224, 224, 224, 0.42);}
.aboutWrap .contScroll .container{position: relative;overflow: hidden;}
.aboutWrap .contScroll .tit{color: #333333;line-height: 1;margin-bottom: 0.8rem;}
.aboutWrap .contScroll .cont{color: #666666;}

/* listStyle */
.listStyle{padding-bottom: 10px;}
.listStyle li{width: 31.4%;margin: 0 2.9% 1.66rem 0;background: #FAFAFB;}
.listStyle li:nth-child(3n){margin-right: 0;}

/* 三级栏目 */
.thirdNav{margin-bottom: 1.5rem;flex-wrap: wrap;}
.thirdNav li{margin: 0 0.2rem 0.2rem;}
.thirdNav li a{display: block;border: 1px solid #D8D8D8;color: #222222;line-height: 1.4rem;padding: 0 1rem;}
.thirdNav li.on a,
.thirdNav li a:hover{border-color: #D81F37;background: #D81F37;color: #fff;}


/* honorList */
.honorList .pic{height: 0;padding-bottom: 72.72%;position: relative;overflow: hidden;cursor: pointer;background: #F4F4F8;}
.honorList .pic span,
.honorList .pic::before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.honorList .pic::before{content: "";z-index: 2;background: #D81F37;opacity: 0;pointer-events: none;}
.honorList .pic .icon{width: 1rem;height: 1rem;background: url(../images/icon_scale.svg) no-repeat center;background-size: 100%;
position: absolute;left: 50%;top: 50%;z-index: 3;transform: translate(-50%, -50%) scale(0);opacity: 0;pointer-events: none;}
.honorList .pic img{max-width: 100%;max-height: 100%;}
.honorList .tit{padding: 0 10px;line-height: 2.2rem;color: #373737;font-weight: normal;text-align: center;}
.honorList li:hover .pic::before{opacity: 0.5;}
.honorList li:hover .pic .icon{transform: translate(-50%, -50%) scale(1);opacity: 1;}
.honorList li:hover .tit{color: #D81F37;font-weight: bold;}
.honorList li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}

/* 产品列表 */
.prodList.listStyle li{width: 24%;margin-right: 1.33%;}
.prodList.listStyle li:nth-child(3n){margin-right: 1.33%;}
.prodList.listStyle li:nth-child(4n){margin-right: 0;}
.prodList .pic .icon{display: none;}

/* 在线招聘 */
.jobList{margin-bottom: 1.5rem;}
.jobList table{width: 100%;border-collapse: collapse;border-spacing: 0;}
.jobList table th{background: #D81F37;color: #fff;text-align: left;font-weight: bold;line-height: 2rem;box-sizing: border-box;padding: 0 0.5rem;}
.jobList table td{color: #333;line-height: 1rem;padding: 0.6rem 0.5rem;margin-bottom: 0.5rem;}
.jobList table a:hover{color: #D81F37;text-decoration: underline;}
.jobList table tr:nth-child(2n+1) td{background: rgba(250, 250, 250, 1);}

/* 联系我们 */
.contactItem1{padding-bottom: 0;}
.contactOne .item{border-bottom: 1px solid #E4E4E4;line-height:1.875 ;color: #6A6B6C;}
.contactOne .item ul{padding: 1.67rem 0;}
.contactOne .item h6{color: #313131;}
.contactOne .item:last-child{border-bottom: none;padding-bottom: 0.67rem;}
.contactTwo .wrap{justify-content: space-between;}
.contactTwo .wrap .img{padding-bottom: 65%;}
.contactTwo .wrap .item{width: 47.5%;margin-top: 1rem;position: relative;margin-right: 0;}
.contactTwo .wrap .item .bg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.contactTwo .wrap .item h6{line-height: 2;position: relative;z-index: 2;}
.contactTwo .wrap .item ul{padding: 10px 0;position: relative;z-index: 2;}
.contactTwo .wrap .item li{line-height: 2;display: flex;}
.contactTwo .wrap .item li span{display: flex;margin-right: 0.5rem;width: 0.5rem;}
.contactTwo .wrap .item li span img{width: 0.5rem;height: 1rem;margin-top: 2px;}
.contactTwo .wrap .item li em{width: calc(100% - 1rem);}

.contactTwo .wrap{justify-content: flex-start;}
.contactTwo .wrap .item{background: url(../images/tjsbg2.jpg) center no-repeat;background-size: cover;padding: 30px;box-sizing: border-box;transition: 0.4s;width: 32%;margin-right: 2%;}
.contactTwo .wrap .item:nth-child(3n){margin-right: 0;}
.contactTwo .wrap .item:hover{background: url(../images/tjsbg.jpg) center no-repeat;background-size: cover;}
.contactTwo .wrap .item:hover h6,.contactTwo .wrap .item:hover li{filter: brightness(0) invert(1);}
.contactTwo .wrap .item .bg{background-size: cover;background-position: center;opacity: 0;transition: 0.3s;}
.contactTwo .wrap .item .bg::after{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.5);left: 0;top: 0;content: '';}
.contactTwo .wrap .item:hover .bg{opacity: 1;}

.contactThree{background: #EEF6F9;}
.contactThree form .item .text{width: 31.3%;background: #fff;position: relative;margin-bottom: 1rem;}
.contactThree form .item .text input,.contactThree form .code input{width: 100%;line-height: 1.33rem;height: 1.33rem;border: 1px solid #fff;text-indent: 4rem;font-size: 0.53rem;}
.contactThree form .item .text label,.contactThree form .code label{width: 3.33rem;position: absolute;left: 0;top: 0;text-align: center;line-height: 1.33rem;}
.contactThree form .item .text label:after,.contactThree form .code label:after{width: 1px;height: 0.67rem;content: '';position: absolute;right: 0;background: #e8e8e8;top: 50%;margin-top: -0.33rem;}
.contactThree form  textarea{width: 100%;height: 7.17rem;margin-bottom: 1rem;padding:0.33rem 1rem;line-height: 2;font-size: 0.53rem;box-sizing: border-box;border: none;}
.contactThree form .code{width: 31.3%;position: relative;display: flex;}
.contactThree form .code input{width: calc(100% - 5.17rem);}
.contactThree form .code img{width: 4.73rem;height: 1.4rem;}
.contactThree form .btn input{width: 3.83rem;height: 1.33rem;color: #fff;border-radius: 5px;background: #D81F37;border: none;cursor: pointer;}
.contactThree form .btn input[type=reset]{background: #ECECEC;color: #313131;margin-left: 0.67rem;}

/* 新闻详情 */
.passage{line-height: 0.93rem;}
.passage .psgTitle{padding-bottom: 1rem;border-bottom: 1px solid #D8D8D8;margin-bottom: 0.9rem;}
.passage .psgTitle .tit{color: #222222;line-height: 1.1;margin-bottom: 0.4rem;}
.passage .psgTitle .info{color: #999999;}
.passage .psgTitle .info span{margin-right: 1.3rem;}
.passage .psgCont{min-height: 300px;color: #666666;line-height: 1.06rem;}
.passage .psgLink{padding-top: 1rem;border-top: 1px solid #D8D8D8;margin-top: 1rem;color: #666666;}
.passage .psgLink li{margin-bottom: 8px;}
.passage .psgLink li:last-child{margin-bottom: 0;}
.passage .psgLink li a:hover{color: #D81F37;text-decoration: underline;}


/*网站地图*/
.sitemap-box .item{margin-bottom: 1.5em;}
.sitemap-box .item .tit{padding-bottom: .8em;border-bottom: 1px dashed #ddd;font-weight: bold;}
.sitemap-box .item .tit a{display: inline-block;vertical-align: top;color: #D81F37;}
.sitemap-box .item .txt,
.sitemap-box .item .itxt{display: flex;flex-wrap: wrap;margin-top: .8em;}
.sitemap-box .item .txt .link{position: relative;display: inline-block;vertical-align: top;padding-left: 1.2em;margin: 0 1em .8em;transition: 0.3s;}
.sitemap-box .item .txt .link:before{content: "";position: absolute;left: 0;top: 50%;width: .8em;height: .8em;margin-top: -.4em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuNjM4IDIyLjIzbDIuMDk2LTIuMTIxYy0xLjkwNy0uMTYtMy4xOS0uNzQ2LTQuMTYtMS43MTItMi41ODUtMi41ODMtMi41ODUtNi4yNTYgMC04LjgyM2w0LjkyMi00LjkxMmMyLjYwMi0yLjU4MiA2LjI1My0yLjU5OCA4LjgzOC0uMDE2IDIuNjAyIDIuNjE1IDIuNTg2IDYuMjYuMDE2IDguODI2bC0yLjgxIDIuODAzYTUuODU1IDUuODU1IDAgMCAxIC4zNjYgMy4yNDhsNC4zNjQtNC4zNThjMy42MzYtMy42MSAzLjY0OC04Ljc1OS0uMDE2LTEyLjQxNi0zLjY4LTMuNjgtOC44MjItMy42NDgtMTIuNDQxLS4wMmwtNS4xNzUgNS4xNjVjLTMuNjE2IDMuNjEzLTMuNjQ4IDguNzYyLjAxNiAxMi40Mi45MzguOTIxIDIuMTI4IDEuNTg0IDMuOTg0IDEuOTJ2LS4wMDR6bS0uNDQ0IDcuMDVsNS4xNTgtNS4xNjJjMy42MzUtMy42MjggMy42NDgtOC43NjEtLjAxNi0xMi40MzgtLjkyMi0uOTE4LTIuMTEyLTEuNTg0LTMuOTY4LTEuOWwtMi4xMTIgMi4xMDhjMS45Mi4xNzMgMy4yMDYuNzU4IDQuMTYgMS43MDkgMi42MDIgMi41ODIgMi41ODYgNi4yNTkuMDE2IDguODI1bC00LjkzOCA0LjkwNmMtMi41ODUgMi41ODItNi4yMzYgMi41OTgtOC44MjIuMDE2LTIuNjE4LTIuNTk1LTIuNTg2LTYuMjU2LS4wMTYtOC44MjJsMi44MS0yLjgwNGE1LjgxNCA1LjgxNCAwIDAgMS0uMzY1LTMuMjMyTDIuNzM2IDE2LjgzYy0zLjYzNSAzLjYyOS0zLjY2NyA4Ljc2MS4wMTYgMTIuNDM1IDMuNjY0IDMuNjYgOC44MDYgMy42MjkgMTIuNDQyLjAxNnoiIGZpbGw9IiNDRjIwMjAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');background-size: 100% 100%;filter: brightness(0) invert(.5);}
.sitemap-box .item .txt .link:hover{text-decoration: underline wavy;text-underline-offset: .3em;color: #D81F37;}
.sitemap-box .item .txt .link:hover:before{filter: none;}
.sitemap-box .item .txt .itit{width: 100%;box-sizing: border-box;padding-left: 0.8em;color: #D81F37;font-weight: bold;}
.sitemap-box .item .itxt{margin-bottom: 0.8rem;}

.nyWrap{min-height: 300px;}

.partnerList{margin-bottom: 1.5rem;}
.partnerList ul{display: flex;flex-wrap: wrap;}
.partnerList ul li{width: 20%;}
.partnerList ul li a{display: block;border: 1px solid #DDE9ED;margin: -1px 0 0 -1px;position: relative;height: 0;padding-bottom: 46.66%;}
.partnerList ul li a::before{content: "";width: 100%;height: 3px;background: #D81F37;position: absolute;left: 0;top: 0;transform: scale(0,1);transform-origin: left center;}
.partnerList ul li a span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.partnerList ul li a span img{max-width: 80%;max-height: 80%;}
.partnerList ul li a:hover{box-shadow: 0px 0px 0.67rem 0px rgba(0, 0, 0, 0.15);}
.partnerList ul li a:hover::before{transform: scale(1);}


@media screen and (max-width: 1620px){
.znsb_sbgz .wrap dl dt{width: 120px;}
.znsb_sbgz .wrap dl dt img{max-width: 100%;max-height: 4.67rem;}
.znsb_sbgz .wrap dl{padding:0.67rem}
.znsb_sbys .wrap li{padding:0.67rem 0 0.67rem 0.67rem}
}
@media screen and (max-width: 1480px){
.nyTitle{margin-bottom: 1rem;}

.aboutWrap .item1 .dataList li .icon{height: 2rem;}
.aboutWrap .tabScroll{padding: 0 2.1rem;}
.aboutWrap .tabScroll .container{padding: 0 60px;}
.aboutWrap .tabScroll .swiper-slide::before{width: 60px;}
.aboutWrap .item2 .btm li .wrap{line-height: 1.4;}
.aboutWrap .item2 .btm li .wrap h5{margin-bottom: 0.5rem;}

.listStyle li{margin-bottom: 1rem;}
}

@media screen and (max-width: 1300px){
}
@media screen and (max-width: 1200px){
.znsb_sbgz .wrap dl,.znsb_sbys .wrap li{padding: 0.67rem 0 0.67rem 0.67rem;width: calc((100% - 0.67rem) / 2);margin-top: 0.67rem;}
.znsb_sbgz .wrap dl:nth-child(odd), .znsb_sbys .wrap li:nth-child(odd){margin-right: 0.67rem;}
.znsb_sbys .wrap li .subtitle,.znsb_sbgz .wrap dl dd .textAll{padding-right: 0.67rem;}

.znsb_sbgz .wrap dl,.znsb_sbys .wrap li{padding: 20px 0 20px 20px;width: calc((100% - 20px) / 2);margin-top: 20px;}
.znsb_sbgz .wrap dl:nth-child(odd), .znsb_sbys .wrap li:nth-child(odd){margin-right: 20px;}
.znsb_sbys .wrap li .subtitle,.znsb_sbgz .wrap dl dd .textAll{padding-right: 20px;}

.p5_1_two{flex-wrap: wrap;}
.p5_1_two .item1{display: none;}

.aboutWrap .item2 .top .logo{margin-right: 2.4rem;width: 8rem;}

.contactOne .item ul{padding: 0.83rem 0;width: 33%;box-sizing: border-box;}
.contactOne .item{justify-content: inherit;}	
}

@media screen and (max-width: 1024px){
.contProd .item1 .container .wrap{padding: 0.8rem 0.6rem;}
.contProd .item1 .container .icon{height: 1.2rem;}
.contProd .item1 .container .tit{margin: 0.6rem 0 0.3rem;}
.contProd .item2 .tabs li{margin: 0 0.5rem;}
.contProd .item4 li{align-items: center;}
.contProd .item4 li .icon{width: 3rem;height: 3rem;}

.pro_ul li{width: calc((100% - 0.67rem) / 2);margin-top: 0.67rem;}
.pro_ul li:nth-child(3n+2){margin-left: 0;margin-right: 0;margin-top: 0.67rem;}
.pro_ul li:nth-child(even){margin-left: 0.67rem;}
.pro_ul{padding: 0.67rem 0;}
.pro_ul li a .name{padding: 0.5rem;}

.p5_1_two{height: auto;padding: 0.73rem 4.3%;}
.p5_1_two .laydate-icon{width: calc((100% - 2.3rem) / 2);}
.p5_1_two .item5,.p5_1_two .item6{margin: 0;width: calc((100% - 2rem) / 2);margin-top: 0.67rem;}
.p5_1_two .item6{margin-left: 2rem;}
.p5_1_three dl{margin: 0 0.67rem;}
.p5_1_three dl dd{width: calc(100% - 12.6rem);}
.p5_1_three dl dt.item2{margin-right: 0.67rem;}
.p5_2 dl dd{width: calc(100% - 4.3rem);}

.aboutWrap .item1,.aboutWrap .item3{padding: 1.5rem 0;}
.aboutWrap .item1 .top{display: block;}
.aboutWrap .item1 .top .pic,
.aboutWrap .item1 .top .text{width: 100%;}
.aboutWrap .item1 .top .text{padding-top: 0.5rem;}
.aboutWrap .item1 .dataList li{padding-top: 1.5rem;}
.aboutWrap .item2{padding: 1.5rem 0 0;}
.aboutWrap .item2 .btm li{width: 25%;margin-left: -7%;}
.aboutWrap .item2 .btm li p{font-size: 12px;}
.aboutWrap .tabScroll .swiper-slide::before{width: 40px;}
.aboutWrap .tabScroll .container{padding: 0 30px;}

.contactTwo .wrap .item{margin-top: 0.33rem;}

.partnerList ul li{width: 33.33%;}

.prodList.listStyle li{width: 49%;margin-right: 0;}
.prodList.listStyle li:nth-child(2n){float: right;}
}

@media screen and (max-width: 760px){
.nyTitle{margin-bottom: 0.6rem;}
.nyBanner{height: auto;padding: 4rem 0 3rem;}
.nyBanner .path{display: none;}

.nyNav > .w1500{flex-wrap: wrap;}
.nyNav .container{width: 100%;}
.nyNav .select{width: 100%;margin-top: 5px;}
.nyNav .select dt{line-height: 1.5rem;}
.nyNav .select dd a{height: 1.5rem;}
.nyNav .select dd a img{transform: scale(0.6);transform-origin: left center;}



.contProd .item2 .nyTitle{margin-bottom: 0.6rem;}
.contProd .item2 .tabs{align-items: flex-start;justify-content: space-between;display: none;}
.contProd .item2 .tabs li{margin: 0;}
.contProd .item2 .tabs li a{max-width: 80px;text-align: center;}
.contProd .item2 .wapTabs{display: block;}
.contProd .item2 .container{padding: 0.5rem 0 0;margin-top: 0;}
.contProd .item2 .container .wrap{display: block;box-shadow: none;}
.contProd .item2 .container .text{height: auto;padding: 1rem;width: 100%;}
.contProd .item2 .container .text .tit{margin-bottom: 0.5rem;}
.contProd .item2 .container .text .desc{padding-right: 0;max-height: none;}
.contProd .item2 .container .pic{width: 100%;padding-bottom: 57.14%;}
.contProd .item2 .container .btnStyle1{display: none;}
.contProd .item4 li{width: 100%;align-items: flex-start;margin-top: 0.5rem !important;height: auto;padding: 0.5rem;}
.contProd .item4 li .icon{width: 2.5rem;height: 2.5rem;}
.contProd .item6 ul{display: block;overflow: hidden;}
.contProd .item6 ul li{width: 33.33%;box-sizing: border-box;float: left;padding: 0.5rem 0 0.5rem 0.6rem;}
.contProd .item6 ul li:nth-child(4):before{display: none;}
.contProd .item6 ul li .data{font-size: 0.8rem;line-height: 1.2;}
.recomCase .container{padding: 0;}
.recomProduct .container{margin-top: 0;padding: 0 0 1rem;}
.caseWrap{box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);}

.pro_intel_one dt,.pro_intel_one dd{width: 100%;}
.pro_intel_one dt{margin-bottom: 0.5rem;}
.pro_intel_one{flex-wrap: wrap;}

.znsb_sbgz .wrap dl, .znsb_sbys .wrap li{width: 100%;margin-top: 0.33rem;}
.znsb_sbgz .wrap dl:nth-child(odd), .znsb_sbys .wrap li:nth-child(odd){margin-right: 0;}
.znsb_sbgz .wrap dl dt{width: 2.67rem;}
.znsb_sbgz .wrap dl dt img{max-height: 3.33rem;}
.znsb_sbgz .wrap dl dd{width: calc(100% - 3.33rem);}
.znsb_sbgz .wrap dl dd .textAll{margin-top: 0.33rem;}
.znsb_sbgz .wrap dl dd .textAll{line-height: 1.5;}
.znsb_sbgz .wrap dl:nth-child(2), .znsb_sbys .wrap li:nth-child(2){margin-top: 0.33rem;}
.znsb_sbgz .wrap dl dd .textAll{height: auto;line-height: 0.7rem;}
.znsb_sbys .wrap li .subtitle{height: auto;line-height: 2;}


.page{line-height: 1rem;}
.page a.num{display: none;}
.page a.num.on{display: block;}

/*营销网络*/
.marketing-network .nyTitle{text-align: center;}
/*客户服务*/
.client-service-box{display: block;}
.client-service-box .item{width: 100%;margin-bottom: 0.67rem;}
.client-service-box .item .pic em{padding-top: 70%;}
.client-service-box .item .info{left: 10%;right: 10%;}
.client-service-box .item .info .icon{width: 1.67rem;height: 1.67rem;}
.client-service-box .item .info .tit{margin: 0.5rem 0;font-size: 0.53rem;}
.client-service-box .item .info .txt{font-size: 0.47rem;line-height: 1.8;}

.downloadList li{width: 100%;}
.downloadList .wrap{padding: 0.4rem;}
.downloadList .tit{margin-bottom: 0;}

.p5_1_two .item5, .p5_1_two .item6,.p5_1_three dl dt.item1{width: 100%;}
.p5_1_three dl dt.item1 a{padding-bottom: 65%;}
.p5_1_two .item6{margin-top: 10px;margin-left: 0;}
.p5_1_two div input{font-size: 16px;}
.p5_1_three dl dt.item2{width: 70px;}
.p5_1_three dl dt.item2,.p5_1_three dl dd,.contactThree form .btn,.listvideobg .nAllMore a{margin-top: 20px;}
.p5_1_three dl dd{width: calc(100% - 90px);margin-top: 10px !important;}
.p5_1_three dl dt.item1{display: none;}
.p5_1_two div input{height: 38px;line-height: 38px;font-size: 13px;}
.contem{padding-bottom: 10px;}
.p5_1_three dl dt.item2 span{font-size: 28px;}
.p5_1_three dl dt.item2{height: 78px;margin-top: 10px;}
.p5_1_two .item3,.p5_1_two .item2,.p5_1_two .item4{display: none;}
.p5_1_two .item5{margin-top: 0;}

.aboutWrap .item1 .top .pic{padding-bottom: 58.57%;}
.aboutWrap .item2 .top{display: block;}
.aboutWrap .item2 .top .logo{display: block;margin: 0 auto 1rem;}
.aboutWrap .item2 .top .tit{text-align: center;}
.aboutWrap .item2 .top .text .wap{display: block;}
.aboutWrap .item2 .top .text .pc{display: none;}
.aboutWrap .item2 .btm li{width: 33.33%;margin: 0 0 10px;}
.aboutWrap .tabScroll .swiper-slide::before{width: 30px;}
.aboutWrap .tabScroll .container{padding: 0 20px;}
.aboutWrap .tabScroll{margin: 0.4rem 0 1rem;}
.aboutWrap .contScroll{padding: 1rem;}
.aboutWrap .contScroll .tit{margin-bottom: 0.4rem;}


.listStyle li{width: 49%;margin: 0 0 2%;}
.listStyle li:nth-child(2n){float: right;}
.honorList .tit{line-height: 1.5rem;}

.jobList{overflow: auto;margin-bottom: 1rem;}
.jobList table{min-width: 1000px;}
.jobList table td{padding: 0.4rem 0.5rem;}

.contactTwo .wrap .item,.contactThree form .item .text,.contactThree form .code{width: 100%;}
.contactThree form .btn{margin-top: 0.67rem;}
.contactOne .item ul{width: 50%;padding: 0.5rem 0;}
.contactThree form .item .text input, .contactThree form .code input,.contactThree form textarea{font-size: 14px;}
.contactThree form .btn{display: flex;justify-content: center;}
.contactThree form .code img{width: 3.33rem;}
.contactThree form .code input{width: calc(100% - 3.33rem);}
.contactOne .item ul li p{font-size: 12px;}
.contactTwo .wrap .item{padding: 0.67rem;}


.passage .psgTitle{padding-bottom: 0.6rem;margin-bottom: 0.6rem;}
.passage .psgTitle .info span{margin-right: 0.5rem;}
.passage .psgTitle .info span:last-child{margin-right: 0;}
.passage .psgLink{padding-top: 0.6rem;margin-top: 0.6rem;}

.thirdNav{margin-bottom: 0.5rem;}
.thirdNav li{margin: 0 3px;}
.thirdNav li a{padding: 0 0.3rem;line-height: 1rem;}

.partnerList ul li{width: 50%;}
}

@media screen and (max-width: 468px){
.contProd .item1 .container{padding-bottom: 1rem;}

.aboutWrap .item1 .dataList li{width: 100%;}
.aboutWrap .item2 .btm li{width: 50%;}
.aboutWrap .item1 .dataList li{padding-top: 1rem;}
.aboutWrap .item1 .dataList li .data span{font-size: 1.2rem;}
.aboutWrap .item1 .dataList li .icon{height: 1.6rem;}
}