@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{display: flex;flex-wrap: wrap;}
.paging-menu a{width: max(38px,0.6rem);height: max(38px,0.6rem);margin: 0 max(3px,0.05rem);font-size: max(15px,0.18rem);color: #999;transition: all .4s ease;background-color: #f8f8f8;display: flex;align-items: center;justify-content: center;line-height: 1;}
.paging-menu a.prev, .paging-menu a.next{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: #da251c;background-color: #da251c;color: #fff;}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #da251c;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #da251c;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: #da251c !important;}
.search-link:hover h2{color: #da251c;}

/* 隐私协议 */
.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: #da251c;}
.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: #da251c;}
.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;}
}

.sonBan{width: 100%;position: relative;z-index: 99;transform: translate3d(0,0,20px);}
.sonBan .img{width: 100%;overflow: hidden;}
.sonBan .img img{width: 100%;min-height: 260px;transform: matrix(1.1, 0, 0, 1.1, 0, 0);animation: sonBanImgRun 3s ease both .2s;}
.sonBan-cont{position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2);top: 0;left: 0;z-index: 4;transform: translate3d(0,0,0px);display: flex;align-items: center;}
.sonBan-cont .title{opacity: 0;line-height: 1.24;animation: sonBanDown 1.4s ease both .4s;}
.sonBan-cont .text{opacity: 0;animation: sonBanDown 1.4s ease both .6s;}
@keyframes sonBanDown{0%{opacity: 0;transform: translateY(max(30px,1rem));filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
@keyframes sonBanImgRun{0%{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}100%{transform: matrix(1, 0, 0, 1, 0, 0);}}

.sonMenu{position: relative;width: 100%;background: rgba(0, 0, 0, 0.2);backdrop-filter: blur(max(6px,0.12rem));border-top: 1px solid rgba(255,255,255,0.2);top: 0;left: 0;z-index: 99;transform: translate3d(0,0,99px);margin-top: min(-34px,-0.68rem);}
.sonMenu-scroll{display: flex;width: 100%;white-space: nowrap;}
.sonMenu a{height: max(34px,0.68rem);margin-right: max(20px,0.56rem);font-size: max(13px,0.15rem);color: #fff;display: flex;align-items: center;line-height: 1;position: relative;}
.sonMenu a:last-child{margin-right: 0;}
.sonMenu a::after{content: "";position: absolute;width: 100%;height: 2px;background: #da251c;bottom: 0;left: 0;transform: scaleX(0);transform-origin: bottom center;transition: transform .4s ease;}
.sonMenu a:hover::after{transform: scaleX(1);}
.sonMenu a.active::after{transform: scaleX(1);}
@media all and (max-width:720px) {
    .sonMenu .contain{width: 100%;overflow-x: auto;}
    .sonMenu a{margin: 0;padding: 0 16px;}
    .sonMenu a::after{width: calc(100% - 28px);right: 0;margin: 0 auto;}
    .sonMenu a::before{content: "";position: absolute;width: 1px;height: 40%;top: 30%;right: 0;background: rgba(255,255,255,0.2);}
    .sonMenu a:last-child::before{display: none;}
}

.sonPlace a{transition: color .4s ease;}
.sonPlace a::before{content: "/";margin: 0 max(4px,0.06rem);color: #999;}
.sonPlace a:first-child::before{display: none;}
.sonPlace a:last-child{color: #000;}
.sonPlace a:hover{color: #da251c;}

/* 产品服务 */
.ser{width: 100%;overflow: hidden;}
.serCp{background: #fff;}
.serCp-list{width: 100%;}
.serCp-list .img{width: 100%;}
.serCp-list .img img{width: 100%;height: 4rem;}
.serCp-list .cont .text p{position: relative;padding-left: max(12px,0.16rem);}
.serCp-list .cont .text p::before{content: "\e735";font-family: "icon";position: absolute;left: 0;top: 0;color: #da251c;font-size: max(5px,0.06rem);}
.serCp-list li:hover .img img{transform: scale(1.06);}
.serMj{background: #111725;}
.serMj-bg{width: 100%;height: max(360px,8rem);}
.serMj .contain{position: absolute;z-index: 4;transform: translate3d(0,0,4px);height: 100%;left: 0;right: 0;display: flex;align-items: center;top: 0;}
.serMj-cont{width: max(620px,7.2rem);}
.serGc{background: #fff;}
.serGc img.bg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.serGc .contain{position: relative;z-index: 4;transform: translate3d(0,0,4px);}
.serGc-list{width: 100%;}
.serGc-link{width: 100%;box-shadow: 0px 0px max(10px,0.2rem) 0px rgba(0, 0, 0, 0.1);text-align: center;height: 100%;background: #fff;}
.serGc-link .ico{display: flex;align-items: flex-end;justify-content: center;height: max(34px,0.56rem);transition: transform .4s ease;}
.serGc-link .ico img{max-height: 100%;}
.serGc-link:hover{box-shadow: 0px 0px max(10px,0.2rem) 0px rgba(0, 146, 63, 0.3);}
.serGc-link:hover .ico{transform: translateY(min(-5px,-0.1rem));}
.serFw.serGc .serGc-link{text-align: left;}
.serFw.serGc .serGc-link .ico{justify-content: flex-start;}
.serFw.serGc .serGc-link .text p{position: relative;padding-left: max(12px,0.16rem);}
.serFw.serGc .serGc-link .text p::before{content: "\e735";font-family: "icon";position: absolute;left: 0;top: 0;color: #da251c;font-size: max(5px,0.06rem);}

/* 关于我们 */
.abo{width: 100%;overflow: hidden;}
.aboJs{background: #fff url("../images/pages/abo1bg.jpg") no-repeat center bottom/cover;}
.aboJs .sonTitle{justify-content: space-between;align-items: flex-start;}
.aboJs .sonTitle .text{max-width: max(700px,9.96rem);}
.aboJs-wrap{width: 100%;}
.aboJs-wrap .items{width: 100%;border-top: 1px solid #ccc;align-items: center;justify-content: space-between;}
.aboJs-wrap .items:last-child{border-bottom: 1px solid #ccc;}
.aboJs-number{width: calc(100% - 2.94rem);}
.aboJs-number ul{justify-content: space-between;}
.aboJs-number li .num{line-height: 1;}
.aboWh{background: #fff;}
.aboWh-limit{width: 100%;position: relative;background: #162432;}
.aboWh-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.aboWh-bg img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.aboWh .contain{position: relative;z-index: 4;transform: translate3d(0,0,4px);}
.aboWh-main{width: 100%;display: flex;align-items: flex-end;height: 5.94rem;}
.aboWh-main ul{width: 100%;align-items: flex-end;user-select: none;}
.aboWh-main li{flex: 1;}
.aboWh-link{width: 100%;height: 100%;position: relative;background: rgba(255,255,255,0.24);backdrop-filter: blur(max(6px,0.12rem));position: relative;display: block;}
.aboWh-link::before,.aboWh-link::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;transition: opacity .6s ease;}
.aboWh-link::before{border-left: 1px solid rgba(255,255,255,0.4);}
.aboWh-main li:first-child .aboWh-link:before{opacity: 0;}
.aboWh-link::after{border: 1px solid rgba(255,255,255,0.4);opacity: 0;}
.aboWh-link .cont{width: 100%;position: relative;z-index: 4;transform: translate3d(0,0,4px);color: #fff;}
.aboWh-link .cont .text{max-height: 0;overflow: hidden;transition: all .6s ease;}
.aboWh-link .cont .ico{width: max(40px,1rem);height: max(40px,1rem);border: 1px solid transparent;position: absolute;left: calc(100% - max(36px,0.78rem));top: 50%;margin-top: min(-20px,-0.5rem);transition: border .6s ease;}
.aboWh-link .cont .ico img{max-width: max(30px,0.58rem);max-height: max(24px,0.42rem);}
@media all and (min-width:1000px){
    .aboWh-main li.active .aboWh-link .cont .text{max-height: max(76px,1.20rem);margin-top: max(8px,0.16rem);}
    .aboWh-main li.active .aboWh-link::before{opacity: 0;}
    .aboWh-main li.active .aboWh-link::after{opacity: 1;}
    .aboWh-main li.active .aboWh-link .cont .ico{border-color: rgba(255,255,255,0.6);}
    .aboWh-main li.active+li .aboWh-link::before{opacity: 0;}
}
.aboLc{background: #fff;}
.aboLc-loop{width: 100%;position: relative;}
.aboLc-loop .thumbs{width: 100%;user-select: none;}
.aboLc-loop .thumbs-click{border-top: 1px solid #ddd;display: flex;cursor: pointer;justify-content: center;padding: max(6px,0.12rem) 0;border-right: 1px solid #ddd;transition: background .4s ease;position: relative;}
.aboLc-loop .thumbs-click::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to bottom,#fcebeb,#fff);transform-origin: center top;transform: scaleY(0);opacity: 0;transition: transform .4s ease, opacity .1s ease .4s;}
.aboLc-loop .swiper-slide:first-child .thumbs-click{border-left: 1px solid #ddd;}
.aboLc-loop .thumbs-click .text{height: max(26px,0.4rem);border-radius: max(13px,0.2rem);padding: 0 max(12px,0.36rem);transition: all .4s ease;position: relative;z-index: 4;transform: translate3d(0,0,4px);}
.aboLc-loop .thumbs-click.active::before{opacity: 1;transform: scaleY(1);transition: transform .4s ease .1s, opacity .1s ease;}
.aboLc-loop .thumbs-click:hover .text, .aboLc-loop .thumbs-click.active .text{background: #da251c;color: #fff;}
.aboLc-loop .gallery{width: 100%;position: relative;z-index: 4;}
.aboLc-loop .gallery-more{display: flex;flex-wrap: wrap;width: 100%;align-items: flex-end;}
.aboLc-loop .gallery-more .img{width: 7.2rem;}
.aboLc-loop .gallery-more .img img{width: 100%;height: 4.6rem;}
.aboLc-loop .gallery-more .cont{width: calc(100% - 7.2rem);}
.aboLc-loop .gallery-more .cont .text p{position: relative;padding-left: max(16px,0.26rem);}
.aboLc-loop .gallery-more .cont .text p::before{content: "\e735";font-family: "icon";position: absolute;left: 0;top: 0;color: #da251c;font-size: max(6px,0.08rem);}
.aboLc-loop .history{color: #f8f8f8;font-size: 2rem;line-height: 0.76;right: 0;bottom: 0;position: absolute;}
.aboRy{background: #fff url("../images/pages/abo4bg.jpg") no-repeat center top/cover;}
.aboRy-head{width: 100%;align-items: center;justify-content: space-between;}
.aboRy-btn>div{width: max(32px,0.52rem);height: max(32px,0.52rem);border-radius: 50%;border: 1px solid #fff;overflow: hidden;cursor: pointer;position: relative;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #fff;line-height: 1;transition: background .4s ease, color .4s ease;font-weight: 700;}
.aboRy-btn>div.next{transform: rotateY(180deg);margin-left: max(10px,0.2rem);}
.aboRy-btn>div:hover{background: #fff;color: #000;}
.aboRy-loop{width: 100%;}
.aboRy-loop .swiper-slide{height:auto}
.aboRy-loop .swiper-container{overflow: visible;}
.aboRy-link{display: block;width: 100%;background: #fff;height: 100%;}
.aboRy-link .img{overflow: hidden;width: 100%;height: 4.1rem;background: #f2f2f2}
.aboRy-link .img img{width: 100%;height: 100%;}

/* 联系我们 */
.rel{width: 100%;overflow: hidden;}
.relLx{background: #fff;}
.relLx-main{width: 100%;}
.relLx-img{width: 8rem;}
.relLx-img img{width: 100%;height: 100%;}
.relLx-cont{width: calc(100% - 8rem);background: #f6f6f6;}
.relLx-cont .items{width: 100%;border-top: 1px solid #ddd;}
.relLx-cont .items:first-child{padding-top: 0;border-top: none;}
.relLx-cont .items:last-child{padding-bottom: 0;}
.relLx-cont .text{align-items: center;flex-wrap: nowrap;}
.relLx-cont .text i{margin-right: max(6px,0.12rem);font-size: 1.2em;}
.relLy{background: #fff;}
.relLy-form{width: 100%;}
.relLy-form ul{margin: min(-14px,-0.38rem) 0 0 -1rem;}
.relLy-form li{width: calc(100%/2 - 1rem);margin: max(14px,0.38rem) 0 0 1rem;}
.relLy-form li.long, .relLy-form li.btn{width: calc(100% - 1rem);}
.relLy-form li .hint{margin-bottom: max(6px,0.14rem);}
.relLy-form li .hint span{color: #da251c;}
.relLy-form li input, .relLy-form li textarea{width: 100%;height: max(40px,0.6rem);display: block;font-size: max(14px,0.18rem);color: #000;border-radius: max(3px,0.05rem);padding: 0 max(12px,0.2rem);border: 1px solid #f6f6f6;background: #f6f6f6;transition: border .4s ease;}
.relLy-form li textarea{height: max(100px,1.8rem);padding: max(10px,0.2rem) max(12px,0.2rem);}
.relLy-form li input:focus, .relLy-form li textarea:focus{border-color: rgba(0, 146, 63, 0.6);}
.relLy-form li.btn{display: flex;margin-top: max(16px,0.6rem);}
.relLy-form li button{padding: 0 max(28px,0.6rem);height: max(40px,0.6rem);border-radius: max(20px,0.3rem);background: #f6f6f6;color: #000;font-size: max(14px,0.18rem);line-height: 1;cursor: pointer;transition: box-shadow .4s ease;margin-left: max(12px,0.2rem);}
.relLy-form li button:first-child{margin-left: 0;background: #da251c;color: #fff;}
.relLy-form li button.relLy-submit:hover{box-shadow: 0 max(3px,0.06rem) max(10px,0.2rem) rgba(218, 37, 28, 0.3);}
.relLy-form li button.relLy-reset:hover{box-shadow: 0 max(3px,0.06rem) max(10px,0.2rem) rgba(0, 0, 0, 0.12);}

/* 人才招聘 */
.job{width: 100%;overflow: hidden;}
.jobHj{background: #fff url("../images/pages/job1bg.jpg") no-repeat center bottom/cover;}
.jobHj-loop{width: 100%;}
.jobHj-loop .swiper-container{overflow: visible;}
.jobHj-link{width: 100%;}
.jobHj-link .img{width: 100%;overflow: hidden;}
.jobHj-link .img img{width: 100%;height: 3.6rem;}
.jobHj-loop .swiper-pagination{position: relative;bottom: 0;font-size: 0;background: #fff;height: 2px;}
.jobHj-loop .swiper-pagination span{background: #da251c;}
.jobZw{background: #fff;}
.jobZw-head{width: 100%;justify-content: space-between;align-items: center;}
.jobZw-search{width: max(300px,4.5rem);position: relative;}
.jobZw-search input{width: 100%;height: max(36px,0.5rem);border: 1px solid #e7ebf1;font-size: max(13px,0.15rem);color: #000;padding: 0 max(46px,0.76rem) 0 max(12px,0.24rem);transition: border .4s ease;}
.jobZw-search input:focus{border-color: rgba(218, 37, 28, 0.4);}
.jobZw-search button{position: absolute;top: 0;right: 0;width: max(46px,0.76rem);height: max(36px,0.5rem);color: #000;font-size: max(16px,0.2rem);line-height: 1;cursor: pointer;transition: color .4s ease;}
.jobZw-search button:hover{color: #da251c;}
.jobZw-list{width: 100%;}
.jobZw-list li{width: 100%;background: #f5f5f5;margin-top: max(6px,0.1rem);}
.jobZw-list li:first-child{margin-top: 0;}
.jobZw-menu{width: 100%;user-select: none;cursor: pointer;padding: max(6px,0.16rem) max(20px,0.48rem);align-items: center;transition: color .4s ease,background .4s ease;}
.jobZw-menu .ico{width: max(30px,0.52rem);height: max(30px,0.52rem);bottom: 50%;background: #fff;border-radius: 50%;line-height: 1;font-size: 12px;font-weight: 700;color: #000;transform: rotate(180deg);transition: all .4s ease;}
.jobZw-menu .text{width: 3.1rem;}
.jobZw-menu .name{flex: 1;padding-right: max(30px,0.6rem);}
.jobZw-menu:hover .name{color: #00923f;}
.jobZw-menu:hover .ico{background: #00923f;color: #fff;}
.jobZw-menu.active{background: #00923f;}
.jobZw-menu.active .text{color: #fff;}
.jobZw-menu.active .name{color: #fff;}
.jobZw-menu.active .ico{transform: rotate(270deg);background: #fff;color: #000;}
.jobZw-cont{width: 100%;padding: max(24px,0.52rem) max(20px,0.48rem) max(28px,0.72rem);display: none;}
.jobZw-cont h6{font-size: 1.25em;color: #000;line-height: 2;}

/* 社会责任 */
.duty{width: 100%;overflow: hidden;}
.dutyFz{background: #fff url("../images/pages/duty1bg.jpg") no-repeat center bottom/cover;}
.dutyFz .sonTitle{justify-content: space-between;align-items: flex-start;}
.dutyFz .sonTitle .text{max-width: max(700px,9.96rem);}
.dutyFz-imgs{width: 100%;}
.dutyFz-imgs img{width: 100%;}
.dutyLb{background: #fff;}
.dutyLb-list{width: 100%;}
.dutyLb-link{width: 100%;align-items: center;}
.dutyLb-link:first-child{margin-top: 0;}
.dutyLb-link .img{width: 8.6rem;}
.dutyLb-link .img img{width: 100%;height: 4.8rem;}
.dutyLb-link .cont{width: calc(100% - 8.6rem);padding-left: 1.54rem;}
.dutyLb-link:nth-child(even){flex-direction: row-reverse;}
.dutyLb-link:nth-child(even) .cont{padding-left: 0;padding-right: 1.54rem;}

/* 新闻-列表 */
.news{width: 100%;overflow: hidden;}
.newsMa{width: 100%;background: #f6f6f6 url("../images/pages/news1sd.png") no-repeat right bottom/auto max(60px,2rem);}
.newsMa .img{width: 8rem;overflow: hidden;}
.newsMa .img img{width: 100%;height: 5.6rem;min-height: 100%;}
.newsMa .cont{width: calc(100% - 8rem);display: flex;flex-direction: column;justify-content: space-between;}
.newsMa:hover .img img{transform: scale(1.08);}
.newsMa:hover .cont .title{color: #00923f;}
.newsLb{width: 100%;}
.newsLb-link{width: 100%;position: relative;}
.newsLb-link::before, .newsLb-link::after{content: "";position: absolute;width: 100%;height: 1px;background: #f1f1f1;left: 0;bottom: 0;}
.newsLb-link::after{opacity: 0;background: #da251c;transition: opacity .4s ease;}
.newsLb-link .img{width: 3.8rem;}
.newsLb-link .img img{width: 100%;height: 2.66rem;min-height: 100%;}
.newsLb-link .cont{width: calc(100% - 3.8rem);padding: max(12px,0.2rem) 0 max(12px,0.2rem) max(24px,0.6rem);display: flex;flex-direction: column;justify-content: center;}
.newsLb-link:hover::after{opacity: 1;}
.newsLb-link:hover .cont .title{color: #00923f;}
.newsLb-link:hover .img img{transform: scale(1.08);}

/* 新闻-详情 */
.newsxq{width: 100%;background: #fff url("../images/pages/newsxqBg.jpg") no-repeat right top/100% auto;padding-top: max(70px,0.9rem);}
.newsxq .contain{max-width: 1200px;}
.newsxq-head{width: 100%;}
.newsxq-head .other p{margin-right: max(12px,0.3rem);}
.newsxq-head .other p:last-child{margin-right: 0;}
.newsxq-head .other p span{color: #000;}
.newsxq-main{width: 100%;border-top: 1px solid #ddd;position: relative;align-items: flex-start;}
.newsxq-share{width: max(80px,1.42rem);display: flex;flex-direction: column;align-items: flex-end;text-align: center;position: sticky;right: 0;top: max(90px,1.2rem);}
/* -- */
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #efeeee;position:absolute;z-index:9;top:50%;right:calc(100% + 10px);margin-top: -87px;width:124px;text-align:center;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);transition:all 300ms;}
#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:100px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help{display: none;}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
/* -- */
.newsxq-share .share{display: flex;flex-direction: column;}
.newsxq-share .share a{width: max(36px,0.6rem);height: max(36px,0.6rem);border-radius: 50%;border-radius: 50%;background: #ececec;display: flex;align-items: center;justify-content: center;font-size: max(14px,0.2rem);color: #000;margin-top: max(10px,0.2rem);transition: background .4s ease, color .4s ease;}
.newsxq-share .share a:first-child{margin-top: 0;}
.newsxq-share .share a:hover{background: #da251c;color: #fff;}
.newsxq-content{width: calc(100% - max(80px,1.42rem));}
.newsxq-content video, .newsxq-content img{height: auto !important;}
.newsxq-btn{width: 100%;justify-content: space-between;border-top: 1px solid #ddd;}
.newsxq-btn a{padding: max(12px,0.26rem) 0;transition: color .4s ease;display: flex;align-items: center;}
.newsxq-btn a.prev i, .newsxq-btn a.next i{font-size: 12px;font-weight: 700;}
.newsxq-btn a:hover{color: #00923f;}
.newsxq-btn a.prev i, .newsxq-btn a.back i{margin-right: max(6px,0.1rem);}
.newsxq-btn a.next i{transform: rotateY(180deg);margin-left: max(6px,0.1rem);}

/* 制造能力 */
.abi{width: 100%;overflow: hidden;}
.abi-link{width: 100%;}
.abi-items{width: 100%;}
.abi-link .limit{width: 100%;background: #fff;box-shadow: 0px 0px max(10px,0.2rem) 0px rgba(0, 0, 0, 0.1);}
.abi-link .img{width: 7.7rem;}
.abi-link .img .swiper-container{height: 100%;}
.abi-link .img .swiper-pagination{font-size: 0;bottom: max(16px,0.3rem);}
.abi-link .img .swiper-pagination-bullet {width: 8px;height: 8px;background: #fff;opacity: 0.8;margin: 0 max(6px,0.1rem) !important;}
.abi-link .img .swiper-pagination-bullet-active {opacity: 1;background: #dc3c36;}
.abi-link .img img{width: 100%;height: 5.4rem;min-height: 100%;}
.abi-link .cont{width: calc(100% - 7.7rem);padding: max(18px,0.4rem) max(24px,0.56rem);display: flex;flex-direction: column;justify-content: center;}
.abi-items:nth-child(even) .abi-link .limit{flex-direction: row-reverse;}
.abi-link .cont .text p{position: relative;padding-left: max(12px,0.16rem);}
.abi-link .cont .text p::before{content: "\e735";font-family: "icon";position: absolute;left: 0;top: 0;color: #da251c;font-size: max(5px,0.06rem);}

/* 质量管理 */
.qua{width: 100%;overflow: hidden;}
.quaFz{background: #fff;}
.quaFz .sonTitle .contain{justify-content: space-between;align-items: flex-start;}
.quaFz .sonTitle .contain .text{max-width: max(700px,9.96rem);}
.quaFz-main{width: 100%;position: relative;}
.quaFz-main img.bg{width: 100%;position: absolute;top: 0;left: 0;height: 100%;}
.quaFz-main-wrap{width: max(800px,10rem);margin: 0 auto;border: 2px solid #fff;color: #fff;position: relative;z-index: 4;transform: translate3d(0,0,4px);display: flex;justify-content: center;}
.quaFz-number{width: auto;}
.quaFz-number li{margin-right: 1rem;display: flex;align-items: baseline;}
.quaFz-number li:last-child{margin-right: 0;}
.quaFz-number li .num{position: relative;line-height: 0.8;}
.quaFz-number li .num .odometer{font-size: 3rem;}
.quaFz-number li .num .symbol{position: absolute;top: 14%;left: calc(100% + max(8px,0.16rem));}
.quaFz-number li .text{transform: translateY(0.14rem);margin-left: max(8px,0.16rem);}
.quaKz{background: #fff;}
.quaKz-list{width: 100%;}
.quaKz-link{width: 100%;height: 100%;box-shadow: 0px 0px max(10px,0.2rem) 0px rgba(0, 0, 0, 0.1);position: relative;overflow: hidden;}
.quaKz-link::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/pages/qua2sd.png") no-repeat center/auto 100%;opacity: 0;transition: opacity .4s ease;}
.quaKz-link .num{position: absolute;bottom: 0;right: max(16px,0.4rem);color: #f5f9f7;line-height: 0.8;z-index: 1;}
.quaKz-link .ico{position: relative;z-index: 4;width: max(60px,1rem);} 
.quaKz-link .ico span{width: max(60px,1rem);height: max(60px,1rem);border-radius: 50%;background: #da251c;color: #fff;transition: background .4s ease, color .4s ease;display: flex;align-items: center;justify-content: center;}
.quaKz-link .cont{position: relative;z-index: 4;width: calc(100% - max(60px,1rem));padding-left: max(18px,0.38rem);display: flex;flex-direction: column;justify-content: space-between;}
.quaKz-link:hover{background: #da251c;}
.quaKz-link:hover::before{opacity: 1;}
.quaKz-link:hover .ico span{background: #fff;color: #da251c;}
.quaKz-link:hover .cont .title{color: #fff;}
.quaKz-link:hover .cont .hint{color: #fff;}
.quaKz-link:hover .num{color: #dc3c36;}

/* 质量管理-实验室 */
.quasy{width: 100%;overflow: hidden;}
.quasy-list{width: 100%;}
.quasy-link{display: block;width: 100%;}
.quasy-link .img{width: 100%;height: 3.6rem;overflow: hidden;background: #efefef;text-align: center;}
.quasy-link .img img{height: 100%;}
.quasy-link:hover .img img{transform: scale(1.06);}






/* -------------------------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) */
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .serCp-list ul{margin: -16px 0 0 !important;}
    .serCp-list li{width: 100% !important;margin: 16px 0 0 !important;}
    .serCp-list .img img{height: auto;}
    .serMj{padding: 60px 0;}
    .serMj-bg{height: auto;position: absolute;top: 0;left: 0;}
    .serMj .contain{position: relative;}
    .serGc-list ul{margin: -16px 0 0 !important;}
    .serGc-list li{width: 100% !important;margin: 16px 0 0 !important;}
    .aboJs .sonTitle .text{width: 100%;margin-top: 10px;}
    .aboJs-name{width: 100%;}
    .aboJs-number{width: 100%;margin-top: 20px;}
    .aboJs-number ul{margin-top: -14px;}
    .aboJs-number li{margin-top: 14px;}
    .aboJs-number li:nth-child(2n+1){width: 64%;}
    .aboJs-number li:nth-child(2n){width: 36%;}
    .aboWh-limit{padding-bottom: 36px;}
    .aboWh-main ul{margin: -4px 0 0 -4px;}
    .aboWh-main li{width: calc(50% - 4px);margin: 4px 0 0 4px;flex: none;border: 1px solid rgba(255,255,255,0.4);}
    .aboWh-link::before, .indfw-link::after{display: none;}
    .aboWh-link{padding: 16px;}
    .aboWh-link .cont .text{min-height: 36px;font-size: 14px;line-height: 20px;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;margin-top: 14px;}
    .aboWh-link .cont .ico{top: -2px;height: auto;margin-top: 0;}
    .aboLc-loop .gallery-more .img {width: 100%;}
    .aboLc-loop .gallery-more .img img{height: 210px;}
    .aboLc-loop .gallery-more .cont{width: 100%;padding: 16px 0 44px;}
    .aboRy-link .img{height: 200px;}
    .aboRy-loop .swiper-container{overflow: hidden;border-radius: max(4px,0.06rem);}
    .relLx-cont{width: 100%;padding: 20px 16px;}
    .relLx-img{width: 100%;}
    .relLx-img img{height: auto;}
    .relLx-cont .text{font-size: 13px;}
    .relLy-form ul{margin: -14px 0 0 !important;}
    .relLy-form li{width: 100% !important;margin: 14px 0 0 !important;}
    .relLy-form li.btn {margin-top: 18px !important;}
    .jobHj-loop .swiper-container{overflow: hidden;}
    .jobHj-link .img img{height: 230px;}
    .jobZw-search{width: 100%;margin-top: 12px;}
    .jobZw-menu .name{flex: none;width: 100%;padding: 0 0 4px;}
    .jobZw-menu .text {width: auto;font-size: 12px;margin-right: 14px;}
    .jobZw-menu .text:last-of-type{margin-right: 0;}
    .jobZw-menu .ico{display: none;}
    .jobZw-menu{padding: 10px 14px;}
    .jobZw-cont{padding: 16px 14px 20px;font-size: 12px;line-height: 20px;}
    .dutyFz .sonTitle .text{width: 100%;margin-top: 10px;}
    .dutyLb-link{flex-direction: row !important;}
    .dutyLb-link .img{width: 100%;}
    .dutyLb-link .img img{height: auto;}
    .dutyLb-link .cont{width: 100%;padding: 16px 0 0 !important;}
    .newsMa .img{width: 100%;}
    .newsMa .img img{width: 100%;height: auto;}
    .newsMa .cont{width: 100%;padding: 16px 12px;}
    .newsLb-link .cont{padding: 10px 12px 12px;}
    .newsLb-link .cont .text{font-size: 12px;margin-top: 4px;line-height: 18px;max-height: 36px;}
    .newsLb-link .cont .time{margin-top: 6px;}
    .newsLb{margin-top: 16px;}
    .sonPlace{display: none;}
    .newsxq {padding-top: 0;overflow: hidden;}
    .newsxq-head{margin-top: 0;}
    .newsxq-share{display: none;}
    .newsxq-content{width: 100%;}
    .abi-link .img{width: 100%;}
    .abi-link .img img{height: auto;}
    .abi-link .cont{width: 100%;padding: 20px 14px;}
    .quaFz .sonTitle .contain .text{width: 100%;margin-top: 10px;}
    .quaFz-main-wrap{width: 92%;}
    .quaKz-list ul{margin: -8px 0 0 -8px !important;}
    .quaKz-list li{width: calc(50% - 8px) !important;margin: 8px 0 0 8px !important;}
    .quaKz-link .ico{margin: 0 auto;}
    .quaKz-link .cont{width: 100%;padding: 16px 0 0;}
    .quaKz-link{align-items: flex-start;padding: 20px 12px 30px;display: block;}
    .quaKz-link .cont{height: calc(100% - max(60px,1rem));}
    .quaKz-link .cont .title, .quaKz-link .cont .hint{font-size: 13px;}
    .quaKz-link .num{right: 12px;}
    .quaKz-link::before{background-size: 100% auto;background-image: url("../images/pages/qua2sd2.png");}
    .quasy-list ul{margin: -16px 0 0 !important;}
    .quasy-list li{width: 100% !important;margin: 16px 0 0 !important;}
    .quasy-link .img{height: 158px;}
}

/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){
    .aboLc-loop .gallery-more .img img{height: 452px;}
    .aboRy-link .img{height: 458px;}
    .newsLb-link .img{width: 240px;}
    .newsLb-link .cont{width: calc(100% - 240px);}
    .newsLb-link .img img{height: 140px;}
    .quasy-link .img{height: 338px;}
}