@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: 50px;height: 50px;border: 1px solid #f5f5f5;margin: 5px;font-size: 16px;color: #666;font-family: 'B'; transition: all .4s ease;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.paging-menu a.last{transform: rotate(180deg);}
.paging-menu a i{color: #b9b9b9;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #1d2088;background-color: #1d2088;color: #fff;}
.paging-menu a:hover i, .paging-menu a.active i, .paging a.on i{color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #1d2088;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #1d2088;color: #fff;border-color: #1d2088;}
.paging-hint span{color: #1d2088;}
@media all and (max-width:1000px){.paging-menu a i{font-size: 13px;}.paging-menu a{margin: 4px 3px;width: 36px;height: 36px;font-size: 13px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #1d2088;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #1d2088;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{align-items: center; width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;margin-top: 16px;}
.search-link .img{width: 140px;margin-right: 20px;display: flex;align-items: center;justify-content: center;}
.search-link .img img{max-height: 200px;}
.search-link .text-box{flex: 1;}
.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: #1d2088 !important;}
.search-link:hover h2{color: #1d2088;}
@media all and (max-width:1000px){.search-link{padding: 20px 15px;margin-top: 12px;}.search-link .img{margin-bottom: 10px;}}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #1d2088;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;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: #1d2088;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px){
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu{font-size: 18px;}
    .webmap-list>ul>li>.drop a{font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 720px){
    .webmap-title{padding-bottom: 16px;}
    .webmap-title::after{width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu{font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
/*  内页公共 */
.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: center;}
.pagesMenu{box-shadow: 0px 20px 32.2px 2.8px rgba(148, 148, 148, 0.12);background: #fff;}
.pagesNav .item{position: relative;height: 58px;width: 160px; border-right: 1px solid #f5f5f5;}
.pagesNav .item:first-child{border-left: 1px solid #f5f5f5;}
.pagesNav .item:hover{color: #1d2088;}
.pagesNav .item.active,.pagesNav .item.active:hover{background: #1d2088;color: #fff;border-color: #1d2088;}
.pagesBread{align-items: center;}
.pagesBread .item{display: block;transition: all .4s ease;margin-left: 25px;position: relative;}
.pagesBread .item::before{content: "/";color: #777;position: absolute;left: -15px;top: 0;}
.pagesBread .item:first-child::before{content: "\e60b";font-family: 'icon';font-size: inherit;position: absolute;left: -25px;top: 0;color: inherit;}
.pagesBread .item:hover{color: #1d2088;}
/* 新闻中心 */
.newsShow-slide{background: #fff;}
.newsShow-con{width: 42%;padding: 60px 100px 110px 50px;}
.newsShow-con .title:hover{color: #1d2088;}
.newsShow-con .more{align-items: center;}
.newsShow-con .more i{display: block;margin-left: 10px;transform: rotate(180deg);font-size: 10px;font-weight: 700;transition: all .4s ease;}
.newsShow-con .more:hover i{transform: translateX(5px) rotate(180deg);}
.newsShow-img{width: 58%;}
.newsShow-img img{width: 100%;height: 100%;transition: all 2s linear;}
.newsShow-img:hover img{transform: scale(1.08);}
.newsShow-pagination{position: absolute;z-index: 2;left: 50px;bottom: 50px;}
.newsShow-pagination .swiper-pagination-bullet{width: 12px;height: 12px;opacity: 1;background: transparent;border: 2px solid #dadada;margin-left: 10px;}
.newsShow-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.newsShow-pagination .swiper-pagination-bullet-active{border-color: #1d2088;}
.newsList{margin-left: -50px;}
.newsItem{padding: 70px 30px 50px; margin: 50px 0 0 50px;width: calc((100% / 3) - 50px);transition: all .4s ease;border-top: 1px solid #eaeaea;}
.newsItem-img img{width: 100%;height: 215px;}
.newsItem-con .more{align-items: center;}
.newsItem-con .more i{color: #1d2088;display: block;transform: rotate(180deg);margin-left: 10px;font-size: 10px;font-weight: 700;transition: all .4s ease;}
.newsItem:hover{box-shadow: 0px 0px 47.31px 9.69px rgba(98, 98, 98, 0.09);border-color: transparent;}
.newsItem:hover .newsItem-con .more i{transform: translateX(5px) rotate(180deg);}
/* 新闻-详情 */
.newsDet-ban{background: url('../images/pages/newsDet-ban.jpg') no-repeat center/cover;}
.newsDet-ban .date{align-items: center;}
.newsDet-ban .date i{display: block;font-size: 18px;margin-right: 10px;}
.newsDet .contain{align-items: flex-start;justify-content: space-between;}
.newsDet-left{width: 68%;padding-right: 100px;border-right: 1px solid #f1f1f1;}
.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-weight: 700;margin-bottom: 5px;}
.newsDet-back .btn{width: 142px;height: 42px;border-radius: 40px;border: 2px solid #1d2088;transition: all .4s ease;}
.newsDet-back .btn i{display: block;font-size: 14px;margin-right: 8px;transition: transform .4s ease;}
.newsDet-back .btn:hover{background: #1d2088;color: #fff;}
.newsDet-back .btn:hover i{transform: rotate(180deg);}
.newsDet-page .item{padding: 20px 15vw 20px 35px;background: #f5f5f5;}
.newsDet-page .item:nth-child(2){margin-top: 10px;}
.newsDet-page .item:hover{background: #1d2088;color: #fff;}
.newsDet-hot{width: 32%;position: sticky;top: 60px;padding-left: 80px;}
.newsDet-hot-item{border-bottom: 1px solid #ececec;}
.newsDet-hot-item .img{margin-top: 0;height: 0; transition: all .4s ease;}
.newsDet-hot-item .img img{width: 100%;height: 100%;}
.newsDet-hot-item:hover .img{margin-top: 10px;height: 210px;}
.newsDet-hot-item:hover .title{color: #1d2088;}
/* 联系我们 */
.ctaCode-list{margin-left: -30px;}
.ctaCode-list li{padding: 45px 20px 20px;min-height: 380px; transition: all .4s ease;display: flex;flex-wrap: wrap;flex-direction: column;align-items: center; margin: 30px 0 0 30px;width: calc(25% - 30px);box-shadow: 0px 12px 84px 0px rgba(34, 44, 84, 0.08);}
.ctaCode-list .line{width: 38px;height: 3px;background: #d7d8dd;}
.ctaCode-list .icon .h{position: absolute;left: 0;top: 0;opacity: 0;}
.ctaCode-list .text{display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;}
.ctaCode-list .text a{text-decoration: underline;}
.ctaCode-list li:hover{background: #1d2088;box-shadow: unset;}
.ctaCode-list li:hover .line{background: #fff;}
.ctaCode-list li:hover .icon .s{opacity: 0;}
.ctaCode-list li:hover .icon .h{opacity: 1;}
.ctaCode-list li:hover .title,.ctaCode-list li:hover .text{color: #fff;}
.ctaMap{height: 33vw;box-shadow: 0px 5px 28px 7px rgba(34, 44, 84, 0.15);}
.amap-logo,.amap-copyright{display: none !important;}
.amap-icon img{width: 2.8vw;}
.ctaAddress-list{margin-left: -30px;}
.ctaAddress-list li{margin-left: 30px; width: calc((100% / 3) - 30px);border-bottom: 1px solid #efefef;}
.ctaAddress-list li:nth-child(-n+3){border-top: 1px solid #efefef;}
.ctaAddress-img{width: 24%;height: 180px; display: flex;align-items: center;justify-content: center;}
.ctaAddress-img img{max-width: 70%;max-height: 100%;}
.ctaAddress-con{width: 76%;}
.ctaAddress-con .title span{flex: 1;padding-right: 10px;}
.ctaAddress-con .title i{display: block;font-size: 28px;font-weight: 400;}
/* 加入我们 */
.joinIntro-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.joinIntro-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
.joinIntro-bg img{width: 100%;height: 100%;}
.joinIntro-desc{position: relative;z-index: 2;padding: 80px 50px;}
.joinIntro-desc .text{width: 60%;}
.joinHead{background: #fff;padding: 50px 60px;}
.joinSum-item{margin-left: 7.3vw;}
.joinSum-item:first-child{margin-left: 0;}
.joinSum-item .num{margin-left: 25px;}
.joinScreen li{margin-top: 20px;}
.joinScreen .title{width: 120px;}
.joinScreen .list{margin: -10px  0 0 -22px;flex: 1;}
.joinScreen .item{margin: 10px 0 0 22px; transition: all .4s ease;position: relative;display: block;}
.joinScreen .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #1d2088;opacity: 0;transition: all .4s ease;}
.joinScreen .item:hover,.joinScreen .item.active{color: #1d2088;}
.joinScreen .item.active::after{opacity: 1;}
.joinList li{background: #fff;}
.joinMenu{border-bottom: 1px solid transparent; padding: 22px 60px;align-items: center;justify-content: space-between;user-select: none;cursor: pointer;}
.joinMenu .title{width: 32%;}
.joinMenu .text{text-align: center;width: 25%;}
.joinMenu .btn{flex: 1;justify-content: flex-end;}
.joinMenu .btn i{display: block;position: relative;background: #1d2088;width: 36px;height: 36px;border-radius: 50%;}
.joinMenu .btn i::after,.joinMenu .btn i::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;transition: all .4s ease;}
.joinMenu .btn i::after{width: 12px;height: 2px;}
.joinMenu .btn i::before{width: 2px;height: 12px;}
.joinMenu.active{border-color: #f7f7f7;}
.joinMenu.active .btn i::after{transform: translate(-50%,-50%) rotate(180deg);}
.joinMenu.active .btn i::before{transform: translate(-50%,-50%) rotate(180deg);opacity: 0;}
.joinDrop{display: none;padding: 75px 60px;}
.joinDrop-edit h1,.joinDrop-edit h2,.joinDrop-edit h3,.joinDrop-edit h4,.joinDrop-edit h5,.joinDrop-edit h6{font-size: 20px;font-weight: 700;color: #333;margin-bottom: 5px;}
.joinDrop-btm{align-items: center;}
.joinDrop-tips{margin-left: 30px;}
.joinDrop-btn{width: 150px;height: 48px;user-select: none;cursor: pointer;border-radius: 40px;}
.joinDrop-btn i{display: block;margin-right: 8px;}
.joinDrop-btn:hover{background: #050862;}
.joinPop-box{display: none; position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);z-index: 99999;}
.joinPop{max-width: 92%; width: 525px;padding: 35px 60px 60px; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;border-radius: 20px;overflow: hidden;}
.joinPop::after{content: "";position: absolute;left: -6px;top: -25px;width: 155px;height: 134px;background: url('../images/pages/joinPop-bg.png') no-repeat center/100% auto;}
.joinPop>div{position: relative;z-index: 2;}
.joinPop-title::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);background: #1d2088;width: 40px;height: 3px;}
.joinPop-form-item{margin-top: 20px;}
.joinPop-form-title{justify-content: space-between;align-items: center;}
.joinPop-form-input{position: relative;margin-top: 10px;}
.joinPop-form-input input{width: 100%;height: 54px;font-size: 15px;color: #333;padding-left: 18px;background: #f7f7fb;border: 1px solid #eeeef4;border-radius: 40px;}
.joinPop-form-input input[disabled]{cursor: no-drop;}
.joinPop-form-input input::-webkit-input-placeholder{color: #848484;}
.joinPop-form-input .upload{width: 66px;height: 100%;position: absolute;right: 0;top: 0;border-radius: 0 40px 40px 0;background: #ebebf2;user-select: none;cursor: pointer;}
.joinPop-form-input .upload:hover{background: #cfcfd3;}
.joinPop-submit{width: 206px;height: 54px;border-radius: 40px;margin-top: 35px;user-select: none;cursor: pointer;}
.joinPop-submit:hover{background: #17196b;}
/* 解决方案 */
.faNav{position: absolute;z-index: 5;left: 0;top: 0;width: 100%;background: rgba(0, 0, 0, .2);animation: indtbRun 1.5s ease both;}
@keyframes indtbRun {
    0% {transform: perspective(400px) rotateX(90deg);opacity: 0}
    40% {transform: perspective(400px) rotateX(-10deg)}
    70% {transform: perspective(400px) rotateX(10deg)}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1}
}
.faNav-item{flex-direction: column;justify-content: flex-start;margin-left: 8.5vw;}
.faNav-item:first-child{margin-left: 0;}
.faNav-item .img{height: 40px;}
.faNav-item .img img{max-height: 100%;}
.faNav-item .img .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.faNav-item:hover .img .s,.faNav-item.active .img .s{opacity: 0;}
.faNav-item:hover .img .h,.faNav-item.active .img .h{opacity: 1;}
.faNav-item:hover .title,.faNav-item.active .text{color: #0bb436;}
.faNav-item.active .text{font-weight: 700;}
.faBg img{width: 100%;}
.faCon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.faMenu{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.faMenu-item{position: absolute;user-select: none;cursor: pointer;}
.faMenu-item:nth-child(1){left: 40%;top: 62%;}
.faMenu-item:nth-child(2){left: 58%;top: 33%;}
.faMenu-item:nth-child(3){left: 64%;top: 66%;}
.faMenu-item:nth-child(4){left: 74%;top: 50%;}
.faMenu-item .dot{display: flex;align-items: center;justify-content: center;position: relative;width: 30px;height: 30px;}
.faMenu-item .dot i{display: block;width: 10px;height: 10px;border-radius: 50%;background: #0bb436;position: relative;z-index: 2;}
.faMenu-item .dot::after,.faMenu-item .dot::before{content: ""; animation: faAni 2s linear infinite both;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: rgba(11, 180, 54, .4);}
.faMenu-item .dot::after{animation-delay: -1s;}
@keyframes faAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(1.5);}100%{opacity: 0;transform: scale(2);}}
.faMenu-item .name{background: #fff;border-radius: 40px;padding: 10px 30px;transition: all .6s ease; position: absolute;left: 50%;bottom: calc(100% + 30px);transform: translate(-50%,50%);white-space: nowrap;opacity: 0;}
.faMenu-item:hover .name,.faMenu-item.active .name{opacity: 1;transform: translate(-50%,0);}
.faInfo-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 5;pointer-events: none;}
.faInfo-box .contain{position: relative;height: 100%;}
.faInfo{display: none; pointer-events: auto;position: absolute;right: 0;bottom: 6vw;background: #fff;width: 340px;padding: 20px;}
.faInfo.active{display: block;}
.faInfo:nth-child(3),.faInfo:nth-child(4){right: auto;left: 0;}
.faInfo-title{align-items: center;justify-content: space-between;}
.faInfo-title .close{user-select: none;cursor: pointer;transition: all .4s ease;}
.faInfo-title .close:hover{transform: rotate(180deg);}
.faInfo-con{max-height: 370px;overflow-y: auto;padding-right: 10px;}
.faInfo-ban{height: 180px;}
.faInfo-ban img{max-width: 80%;max-height: 85%;}
.faInfo-item{align-items: center;justify-content: space-between;border-top: 1px solid #f9f9f9;}
.faInfo-item:first-child{border: unset;}
.faInfo-item .img{width: 30%;height: 63px;background: #fbfaf8;}
.faInfo-item .img img{max-width: 60%;max-height: 65%;}
.faInfo-item .text-box{width: 60%;}
.faInfo-item .text{width: 80%;}
.faInfo-item:hover .title{color: #1d2088;}
/* 可持续发展 */
.devIntro-img img{max-width: 88%;}
.devItem{padding-right: calc((100vw - var(--wid))/2);}
.devItem-flex{padding-left: calc((100vw - var(--wid))/2);background: #fff;width: 100%;box-shadow: 0px 10px 25.92px 1.08px rgba(138, 138, 138, 0.18);}
.devItem-con{width: 45%;padding:60px 65px 0 0;}
.devItem-con .page{line-height: .8;color: transparent;text-align: right;text-stroke: 1px #f3f3f3;-webkit-text-stroke: 1px #f3f3f3;}
.devItem-con .item i{display: block;width: 14px;height: 14px;border-radius: 50%;position: relative;border: 1px solid #1d2088;margin:5px 10px 0 0;}
.devItem-con .item i::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 6px;height: 6px;border-radius: 50%;background: #1d2088;}
.devItem-con .item:hover{color: #1d2088;text-decoration: underline;}
.devItem:nth-child(2n){padding-right: 0;padding-left: calc((100vw - var(--wid))/2);}
.devItem:nth-child(2n) .devItem-flex{padding-left: 0;padding-right: calc((100vw - var(--wid))/2);flex-direction: row-reverse;}
.devItem:nth-child(2n) .devItem-con{padding-right: 0;padding-left: 65px;}
.devItem-img{width: 55%;}
.devItem-img img{height: 585px;width: 100%;transition: all 2s linear;}
.devItem-img:hover img{transform: scale(1.08);}
/* 制造能力 */
.capaRD-flex{background: #fff;}
.capaRD-swp{width: 68%;}
.capaRD-swp .img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.5) 100%);}
.capaRD-swp .img img{width: 100%;height: 560px;}
.capaRD-switch{z-index: 2;position: absolute;left: 40px;bottom: 30px;align-items: center;}
.capaRD-btn{font-weight: 700;user-select: none;cursor: pointer;}
.capaRD-btn.next{transform: rotate(180deg);}
.capaRD-btn:hover{color: #1d2088;}
.capaRD-page{margin: 0 25px;align-items: flex-start;}
.capaRD-page .start{line-height: 1;margin-right: 3px;}
.capaRD-con{width: 32%;flex-direction: column;padding: 40px 40px 0;}
.capaRD-num{margin-left: -65px;}
.capaRD-num li{margin-left: 65px;}
.capaRD-num .num{align-items: flex-end;}
.capaRD-num .num span{line-height: .8;display: block;margin-right: 5px;}
.capaTX-head .contain{justify-content: space-between;align-items: center;}
.capaTX-text{width: 46%;}
.capaTX-bg{background: #000;}
.capaTX-bg .img{position: relative;}
.capaTX-bg .img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.8) 100%);}
.capaTX-bg .img img{width: 100%;height: 36.5vw;}
.capaTX-list{z-index: 2;position: absolute;left: 0;bottom: 3vw;width: 100%;justify-content: center;}
.capaTX-list a{user-select: none;cursor: pointer;margin-left: 11vw;display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;text-align: center;}
.capaTX-list a:first-child{margin-left: 0;}
.capaTX-list .icon{height: 36px;}
.capaTX-list .icon img{max-height: 100%;}
.capaTX-list .icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.capaTX-list a.active .icon .s{opacity: 0;}
.capaTX-list a.active .icon .h{opacity: 1;}
.capaTX-list a.active .title{color: #0bb436;}
.capaLab-slide{cursor: grab;}
.capaLab-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 20%;background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,1) 90%);}
.capaLab-img img{width: 100%;height: 560px;}
.capaLab-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 40px 30px;}
.capaLab-switch{align-items: center;justify-content: space-between;}
.capaLab-pagination{flex: 1;position: relative !important;height: 1px;background: #e2e2e2;}
.capaLab-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #1d2088;}
.capaLab-btn .btn{width: 48px;height: 48px;border-radius: 50%;user-select: none;cursor: pointer;border: 2px solid #b9b9b9;color: #b9b9b9;margin-left: 20px;}
.capaLab-btn .btn.next{transform: rotate(180deg);}
.capaLab-btn .btn:hover{border-color: #1d2088;background: #1d2088;color: #fff;}
/* 关于我们 */
.abIntro{position: relative;z-index: 2;}
.abIntro img{margin-left: 30px;}
.abIntro-text h1,.abIntro-text h2,.abIntro-text h3,.abIntro-text h4,.abIntro-text h5,.abIntro-text h6{font-weight: 700;color: #333;margin-bottom: 6px;}
.abIntro-num{margin-left: -22px;}
.abIntro-num li{position: relative; margin-left: 22px;width: calc(25% - 22px);box-shadow: 0px 10px 43.61px 5.39px rgba(104, 104, 104, 0.16);}
.abIntro-num li::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/abIntro-num.jpg') no-repeat center/cover;}
.abIntro-item{transition: all .4s ease; padding: 35px 20px;position: relative;z-index: 2; background: #fff;flex-direction: column;justify-content: flex-start;}
.abIntro-num .num {align-items: flex-end;display: flex;flex-wrap: wrap;}
.abIntro-num .num span{display: block;line-height: .8;margin-right: 5px;}
.abIntro-num .icon{height: 36px;}
.abIntro-num .icon img{max-height: 100%;}
.abIntro-num .icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.abIntro-num li:hover .abIntro-item{background: transparent;}
.abIntro-num li:hover .icon .s{opacity: 0;}
.abIntro-num li:hover .icon .h{opacity: 1;}
.abIntro-num li:hover .title,.abIntro-num li:hover .num,.abIntro-num li:hover .text{color: #fff;}
.abWH-head::after{z-index: -1; content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 41vw;background: url('../images/pages/abIntro-bg.jpg') no-repeat center bottom/100% auto;}
.abWH-bg{background: #000;}
.abWH-bg .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);}
.abWH-bg .img img{height: 37.5vw;}
.abWH-list{z-index: 2; position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.abWH-list li{width: 25%;height: 100%;padding: 7.3vw 3vw 0;flex-direction: column;justify-content: flex-start;}
.abWH-icon{height: 60px;}
.abWH-icon img{max-height: 100%;}
.abWH-title{margin: 4.5vw 0;}
.abWH-page{position: absolute;left: 0;bottom: 2.5vw;width: 100%;}
.abWH-icon{opacity: 0;transform: translateX(-60px);transition: all .6s ease;height: 60px;}
.abWH-icon img{max-height: 100%;}
.abWH-text,.abWH-page{opacity: 0;transform: translateX(80px);transition: all .6s ease;}
.abWH-list li:hover{background: rgba(29, 32, 136, .4);}
.abWH-list li:hover .abWH-icon,.abWH-list li:hover .abWH-text,.abWH-list li:hover .abWH-page{opacity: 1;transform: translateX(0);}
.abFZ{position: relative;}
.abFZ::after{pointer-events: none; content: "";position: absolute;right: 0;bottom: 0;width: 100%;height: 100%;background: url('../images/pages/abFZ-bg.png') no-repeat right bottom/99% auto;}
.abFZ .contain{align-items: center;}
.abFZ-left{width: 28%;}
.abFZ-nav li{user-select: none;cursor: pointer;}
.abFZ-nav li.active{color: #000;}
.abFZ-right{width: 72%;}
.abFZ-list{display: none;}
.abFZ-list.active{display: block;}
.abFZ-list.active li{animation: fzAni .6s ease both;}
.abFZ-list.active li:nth-child(1){animation-delay: .2s;}
.abFZ-list.active li:nth-child(2){animation-delay: .4s;}
.abFZ-list.active li:nth-child(3){animation-delay: .6s;}
.abFZ-list.active li:nth-child(4){animation-delay: .8s;}
.abFZ-list ul{display: flex;}
.abFZ-list li{padding: 15vw 40px 0;transition: all .4s ease; width: 200px; height: 41vw;user-select: none;cursor: pointer;border-right: 1px solid #e2e2e2;}
.abFZ-list li:first-child{border-left: 1px solid #e2e2e2;}
.abFZ-list .text{opacity: 0;transform: translateY(30px);transition: all .2s ease;}
.abFZ-list li.active{width: calc(100% - 200px *3);}
.abFZ-list li.active .year{color: #000;}
.abFZ-list li.active .text{transition: all .3s .3s ease; opacity: 1;transform: translateY(0);}
@keyframes fzAni {0%{opacity: 0;transform: translateX(50px);}100%{opacity: 10;transform: translateX(0);}}
/* 产品一级 */
.proA{padding-top: 30px;}
.proA-screen{justify-content: space-between;}
.proA-select-box{width: calc(76.5% + 13px);margin-left: -26px;}
.proA-select{margin-left: 26px;width: calc((100% / 3) - 26px);user-select: none;cursor: pointer;}
.proA-menu{padding: 0 25px;position: relative; box-shadow: 0px 0px 47.31px 9.69px rgba(98, 98, 98, 0.09);background: #fff;height: 48px;border-radius: 24px;transition: all .4s .25s ease;align-items: center;justify-content: space-between;}
.proA-menu::after{content: "\e62e";font-family: 'icon';display: flex;align-items: center; position: absolute;right: 25px;top: 0;height: 100%; font-size: 10px;font-weight: 700;color: #1d2088;transition: all .4s ease;transform: rotate(180deg);}
.proA-menu.active{border-radius: 24px 24px 0 0;transition: none;}
.proA-menu.active::after{transform: rotate(0);}
.proA-drop{display: none;z-index: 5;position: absolute;left: 0;top: 100%;width: 100%;border-radius: 0 0 24px 24px;background: #fff;box-shadow: 0 10px 10px rgba(0, 0, 0, .1);}
.proA-drop-list{max-height: 240px;overflow-y: auto; }
.proA-drop .item{align-items: center;padding: 0 25px;height: 48px;border-top: 1px solid #eee;}
/* .proA-drop .item:first-child{border: unset;} */
.proA-drop .item:hover{background: #ddd;}
.proA-input{width: calc(23.5% - 13px);position: relative; background: #fff;height: 48px;border-radius: 24px;overflow: hidden;box-shadow: 0px 0px 47.31px 9.69px rgba(98, 98, 98, 0.09);}
.proA-input input{color: #777;flex: 1;height: 100%;padding-left: 25px;}
.proA-input input::-webkit-input-placeholder{color: inherit;}
.proA-input .btn{user-select: none;cursor: pointer;position: absolute;right: 0;top: 0;width: 27%;height: 100%;font-size: 18px;font-weight: 700;}
.proA-input .btn:hover{background: #1d2088;color: #fff;}
.proA-list{margin-left: -20px;}
.proA-item{justify-content: space-between;padding: 60px 50px;margin: 20px 0 0 20px;width: calc(50% - 20px);background: #fff;}
.proA-img{width: 38%;height: 180px;}
.proA-img img{max-height: 100%;}
.proA-con{width: 55%;}
.proA-con .title{border-bottom: 1px solid #f7f7f7;}
.proA-con .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 26%;height: 3px;background: #1d2088;}
/* 产品二级 */
.proB-list{margin-left: -25px;}
.proB-item{margin: 25px 0 0 25px;width: calc(25% - 25px);background: #fff;display: flex;flex-wrap: wrap;flex-direction: column;}
.proB-img{height: 215px;}
.proB-img img{max-width: 75%;max-height: 75%;}
.proB-con{flex: 1;background: url('../images/pages/proB-text-bg.jpg') no-repeat center/cover;}
.proB-con-desc{padding: 30px 35px;height: 100%;background: #fff;transition: all .4s ease;}
.proB-con .text{margin-top: 5px;}
.proB-item:hover .proB-con-desc{background: transparent;}
.proB-item:hover .proB-con .title,.proB-item:hover .proB-con .text{color: #fff;}
/* 产品详情 */
.proDet-bread{background: #b4b2bd;padding: 15px 0;}
.proDet-bread .pagesBread .item{color: #fff;}
.proDet-bread .pagesBread .item::before{color: #fff;}
.proDet-bread .pagesBread .item:first-child::before{color: inherit;}
.proDet-bread .pagesBread .item:hover{color: #1d2088;}
.proDet-show-flex{background: #fff;align-items: center;}  
.proDet-show-swp{width: 60%;padding:24px 0 24px 40px;align-items: center;border-right: 1px solid #f3f3f7;}
.proDet-thumbs{height: 430px;padding: 24px 0;width: 100px;}
.proDet-thumbs-btn{position: absolute;z-index: 2;left: 0;top: 0;width: 100%;user-select: none;cursor: pointer;height: 24px;display: flex;justify-content: center;color: #d2d2d2;}
.proDet-thumbs-btn.thumbs-next{top: auto;bottom: 0;transform: rotate(180deg);}
.proDet-thumbs-btn:hover{color: #1d2088;}
.proDet-thumbs .swiper-container{height: 100%;}
.proDet-thumbs-year{height: 100%;border: 1px solid #f3f3f7;}
.proDet-thumbs-year img{max-width: 80%;max-height: 80%;}
.proDet-thumbs-year.active{border-color: #1d2088;}
.proDet-gallery{flex: 1;}
.proDet-gallery .swiper-container{height: 430px;}
.proDet-gallery-more{height: 100%;}
.proDet-gallery-more img{max-width: 75%;max-height: 75%;}
.proDet-show-con{width: 40%;padding: 0 40px 0 75px;}
.proDet-show-title{padding-top: 16px;}
.proDet-show-title::after{content: "";position: absolute;left: 0;top: 0;width: 24px;height: 5px;background: #1d2088;}
.proDet-show-list .title{margin: 5px 15px 0 0;}
.proDet-show-list .list{flex: 1;margin: -8px 0 0 -8px;}
.proDet-show-list .item{width: 36px;height: 30px;border: 1px solid #d6d6df;background: #e8e8f1;margin: 8px 0 0 8px;user-select: none;cursor: pointer;}
.proDet-show-list .item::after{opacity: 0;transition: all .4s ease; content: "";width: 8px;height: 8px;position: absolute;right: 0;bottom: 0;border: 4px solid transparent;border-right-color: #1d2088;border-bottom-color: #1d2088;}
.proDet-show-list .item:hover,.proDet-show-list .item.active{border-color: #1d2088;}
.proDet-show-list .item.active::after{opacity: 1;}
.proDet-show-btn{width: 190px;height: 40px;border-radius: 40px;}
.proDet-show-btn i{display: block;margin-right: 8px;font-size: 18px;}
.proDet-show-btn:hover{box-shadow: 0px 10px 14.24px 1.76px rgba(29, 32, 136, 0.13);}
.proDet-nav{box-shadow: 0px 12px 46px 0px rgba(191, 191, 191, 0.08);}
.proDet-nav-list{justify-content: center;}
.proDet-nav .item{height: 64px;margin-left: 5.2vw;user-select: none;cursor: pointer;}
.proDet-nav .item:first-child{margin-left: 0;}
.proDet-nav .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #1d2088;opacity: 0;}
.proDet-nav .item:hover,.proDet-nav .item.active{color: #1d2088;}
.proDet-nav .item.active::after{opacity: 1;}
.linePop-box{display: none; position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0, 0, 0, .5);}
.linePop{display: flex;flex-direction: column; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;width: 42vw;height: 90vh;}
.linePop-head{padding: 15px 20px;align-items: center;justify-content: space-between;}
.linePop-head .close{user-select: none;cursor: pointer;font-size: 14px;}
.linePop-head .close:hover{color: #1d2088;transform: rotate(180deg);}
.linePop-nav{padding:6px 40px 20px 20px;border-top: 1px solid #f0f0f0;border-bottom: 1px solid #f0f0f0;}
.linePop-nav-list{margin-left: -14px;}
.linePop-nav .item{margin: 14px 0 0 14px;width: 46px;height: 34px;border: 1px solid #eee;user-select: none;cursor: pointer;}
.linePop-nav .item:hover,.linePop-nav .item.active{border-color: #1d2088;}
.linePop-nav .item.active{background: #1d2088;color: #fff;}
.linePop-img{flex: 1;}
.linePop-img .img{display: none;height: 100%;}
.linePop-img .img img{max-width: 75%;max-height: 65%;}
.linePop-img .img.active{display: flex;}
.proDet-con .contain{justify-content: space-between;align-items: flex-start;}
.proDet-hot{width: 21%;margin-right: 40px; position: sticky;top: 120px; padding:20px 30px 30px;box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);}
.proDet-hot-item .img{height: 170px;}
.proDet-hot-item .img img{max-width: 70%;max-height: 60%;transition: all .4s ease;}
.proDet-hot-item .text-box{flex-direction: column;align-items: center;}
.proDet-hot-item:hover .img img{transform: scale(1.08);}
.proDet-hot-item:hover .title{color: #1d2088;}
.proDet-hot-pagination{text-align: center;}
.proDet-hot-pagination .swiper-pagination-bullet{margin: 0 4px;}
.proDet-hot-pagination .swiper-pagination-bullet-active{background: #1d2088;}

.proDet-right{flex: 1; box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);padding: 40px;}
.proDet-module{display: none;}
.proDet-module:first-child{display: block;}
.proDet-module h4{font-size: 16px;font-weight: 700;margin-bottom: 10px;color:#1d2088;margin-top:30px;}
.proDet-module table{width: 100%;}
.proDet-module table td{border: 1px solid #e9e9e9;padding: 5px 8px 5px 8vw;width: 30%;}
.proDet-module table tr:nth-child(2n){background: #fbfbfb;}
.proDet-module .module-honor{width: 100%;margin:-30px 0 0 -30px;align-items: center;}
.proDet-module .module-honor img{max-width: 140px;max-height: 60px;margin: 30px 0 0 30px;}
.proDet-down-head .text,.proDet-down-item .text{padding: 15px 0;}
.proDet-down-head .text:nth-child(1),.proDet-down-item .text:nth-child(1){width: 40%;padding-left: 35px;}
.proDet-down-head .text:nth-child(2),.proDet-down-item .text:nth-child(2){width: 40%;}
.proDet-down-head .text:nth-child(3),.proDet-down-item .text:nth-child(3){width: 20%;}
.proDet-down-head .text:nth-child(4),.proDet-down-item .text:nth-child(4){width: 11%;}
.proDet-down-list{margin-top: 10px;}
.proDet-down-item{background: #f7f7fb;}
.proDet-down-item:nth-child(2n){background: #fff;}
.proDet-down-item .btn{align-items: center;}
.proDet-down-item .btn span{display: block;margin-right: 6px;}
.proDet-down-item .btn:hover{text-decoration: underline;}
  /* 资料下载 */
.downIntro{padding: 0 5.5vw;align-items: center; background: url('../images/pages/downIntro-bg.jpg') no-repeat center/cover;}
.downIntro-img{height: 22vw;width: 50%;}
.downIntro-img img{max-width: 75%;max-height: 80%;}
.downIntro-con{width: 50%;}
.downIntro-con .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 4.5vw;height: 4px;background: #1d2088;}
.downList{margin-left: -24px;}
.downItem{margin: 24px 0 0 24px;width: calc(25% - 24px);box-shadow: 0 0 3px rgba(0,0,0,.18);}
.downItem-img img{width: 100%;height: 450px;}
.downItem-con{padding: 30px;}
.downItem-con .more{align-items: center;}
.downItem-con .more i{display: block;margin-right: 5px;transform: rotate(180deg);font-size: 12px;}
.downItem:hover{box-shadow: 1px 2px 8px 1px rgba(0,0,0,.22);}
.downPop-box{display: none; position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);z-index: 99999;}
.downPop{padding: 35px 55px 55px; background: #fff;border-radius: 16px;overflow: hidden;width: 525px;max-width: 92%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.downPop::after{pointer-events: none; content: "";position: absolute;left: 0;top: 0;width: 145px;height: 110px;background: url('../images/pages/downPop-bg.png') no-repeat left top/100% auto;}
.downPop>div{position: relative;z-index: 2;}
.downPop-title{padding-bottom: 18px;}
.downPop-title::after{content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 38px;height: 3px;background: #1d2088;}
.downPop-form-item{margin-top: 20px;}
.downPop-form-item input{margin-top: 10px; width: 100%;height: 54px;border-radius: 40px;background: #f7f7fb;border: 1px solid #eeeef4;padding: 0 20px;color: #888;}
.downPop-submit{width: 204px;height: 54px;border-radius: 40px;margin-top: 20px;user-select: none;cursor: pointer;}
.downPop-submit:hover{background: #0d1076;}
/* 技术支持 */
.techProc-list{margin-left: -20px;}
.techProc-list li{margin-left: 20px;width: calc(25% - 20px);position: relative;overflow: hidden;}
.techProc-list li::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('../images/pages/techProc-bg.jpg') no-repeat center/cover;}
.techProc-item{padding: 90px 20px 0;flex-direction: column;justify-content: flex-start; width: 100%;height: 400px;z-index: 2;transition: all .4s ease;background: #f7f7fb;border: 1px solid #f2f2f6;}
.techProc-item .icon{height: 80px;}
.techProc-item .icon img{max-height: 100%;}
.techProc-item .icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.techProc-item .page{position: absolute;left: 0;bottom: -5px;width: 100%;line-height: 0.8;display: flex;justify-content: center;color: rgba(0, 0, 0, .1);}
.techProc-item .page span{display: block;transition: all .5s ease;}
.techProc-item:hover{border-color: transparent;background: transparent;}
.techProc-item:hover .icon .s{opacity: 0;}
.techProc-item:hover .icon .h{opacity: 1;}
.techProc-item:hover .title,.techProc-item:hover .text{color: #fff;}
.techProc-item:hover .page span{transform: translateY(-60px);font-size: 30px;color: rgba(255, 255, 255, .1);}
.techAfter-flex{justify-content: space-between;align-items: flex-start;}
.techAfter-left{width: 41%;}
.techAfter-con .list li{margin-top: 10px;width: 50%;align-items: center;}
.techAfter-con .list i{display: block;width: 38px;}
.techAfter-con .list span{flex: 1;padding: 0 10px 0 15px;}
.techAfter-img{width: 53%;}
.techAfter-img img{width: 100%;height: 550px;transition: all 2s linear;}
.techAfter-img:hover img{transform: scale(1.08);}
/* 样品申请 */
.applyCon{background: #fff;padding: 80px 45px;}
.applyHead{justify-content: space-between;align-items: center;}
.applyForm{background: #fbfbfd;padding: 30px 45px 80px;margin-left: -40px;}
.applyForm-item{width: calc((100% / 3) - 40px);margin: 35px 0 0 40px;}
.applyForm-item.w100{width: calc(100% - 40px);}
.applyForm-item.w70{width: calc(100% / 3 * 2 - 40px);}
/* .applyForm-item.w50{width: 48.5%;} */
.applyForm-item input{background: transparent; width: 100%;border: 1px solid #e1e1eb;height: 54px;padding: 0 18px;color: #777;margin-top: 15px;}
.applyForm-item textarea{background: transparent; width: 100%;height: 170px;padding: 18px 0 0 18px;border: 1px solid #e1e1eb;color: #777;margin-top: 15px;}
.applyForm-select{margin-top: 15px; user-select: none;cursor: pointer;}
.applyForm-item .applyForm-select input{margin-top: 0;}
.applyForm-item .applyForm-select input.active{border-bottom-color: transparent;}
.applyForm-menu{height: 54px;border: 1px solid #e1e1eb;align-items: center;padding: 0 18px;justify-content: space-between;}
.applyForm-menu::after{content: "\e727";font-family: 'icon';display: block;transform: rotate(180deg);font-size: 10px;color: #555;font-weight: 700;transition: all .4s ease;}
.applyForm-menu.active::after{transform: rotate(0);}
.applyForm-drop{display: none; z-index: 2;position: absolute;left: 0;top: 100%;width: 100%;max-height: 216px;overflow-y: auto;background: #eee;}
.applyForm-drop .item{height: 54px;align-items: center;padding: 0 18px;border-top: 1px solid #ddd;}
.applyForm-drop .item:hover{background: #ddd;}
.applyForm-code{width: 100%;justify-content: space-between;align-items: center;margin-top: 15px;}
.applyForm-code-input{width: 34%;position: relative;}
.applyForm-code-input input{padding-right: 170px;margin-top: 0;}
.applyForm-code-input img{user-select: none;cursor: pointer;position: absolute;right: 6px;top: 50%;width: 160px;height: calc(100% - 12px);transform: translateY(-50%);}
.applyForm-submit{width: 16.5%;height: 54px;user-select: none;cursor: pointer;}
.applyForm-submit:hover{background: #0a0c56;}
/* 投诉与建议 */
.applyHead-list li{align-items: center;margin-left: 35px;}
.applyHead-list li:first-child{margin-left: 0;}
.applyHead-list .icon{width: 38px;margin-right: 15px;}
.recommend-view .applyForm{background: transparent;padding: 0;margin-top: 20px;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .pagesNav .item{width: 144px;height: 54px;}
    .newsShow-con{padding: 40px 70px 70px 40px;}
    .newsShow-pagination{left: 40px;bottom: 40px;}
    .newsList{margin-left: -35px;}
    .newsItem{margin: 35px 0 0 35px;width: calc((100% / 3) - 35px);padding: 50px 25px 40px;}
    .newsItem-img img{height: 190px;}
    .newsDet-left{padding-right: 70px;}
    .newsDet-hot{padding-left: 50px;top: 70px;}
    .newsDet-page .item{padding: 15px 15vw 15px 25px;}
    .newsDet-hot-item:hover .img{height: 195px;}
    .ctaCode-list{margin-left: -25px;}
    .ctaCode-list li{margin: 25px 0 0 25px;width: calc(25% - 25px);padding: 35px 15px 20px;min-height: 320px;}
    .ctaAddress-img{height: 150px;}
    .ctaAddress-con .title i{font-size: 24px;}
    .joinScreen .title{width: 100px;}
    .joinMenu{padding: 15px 45px;}
    .joinDrop{padding: 60px 45px;}
    .joinDrop-edit h1, .joinDrop-edit h2, .joinDrop-edit h3, .joinDrop-edit h4, .joinDrop-edit h5, .joinDrop-edit h6{font-size: 18px;}
    .faNav-item .img{height: 32px;}
    .faMenu-item .dot{width: 28px;height: 28px;}
    .faInfo{bottom: 3vw;}
    .devItem-img img{height: 500px;}
    .devItem-con .item i{width: 12px;height: 12px;margin: 4px 7px 0 0;}
    .devItem-con{padding: 45px 50px 0 0;}
    .devItem:nth-child(2n) .devItem-con{padding-right: 50px;}
    .devItem-con .item i::after{width: 5px;height: 5px;}
    .capaRD-con{padding: 30px 30px 0;}
    .capaRD-swp .img img{height: 530px;}
    .capaTX-list .icon{height: 32px;}
    .capaLab-img img{height: 480px;}
    .capaLab-con{padding: 30px 25px;}
    .capaRD-num{margin-left: -50px;}
    .capaRD-num li{margin-left: 50px;}
    .abIntro-item{padding: 30px 15px;}
    .abIntro-num .icon{height: 32px;}
    .abWH-icon{height: 50px;}
    .abWH-list li{padding-top: 5vw;}
    .abWH-title{margin: 4vw 0;}
    .abWH-page{bottom: 2vw;}
    .abFZ-list li{padding: 15vw 30px 0;}
    .abFZ-list li{width: 150px;}
    .abFZ-list li.active{width: calc(100% - 150px*3);}
    .proA-item{padding: 45px 40px;}
    .proA-input .btn{font-size: 16px;}
    
    .proA-img{height: 160px;}
    .proB-img{height: 190px;}
    .proB-con-desc{padding: 20px 25px;}
    .linePop-nav-list{margin-left: -10px;}
    .linePop-nav-list .item{margin: 10px 0 0 10px;}
    .linePop-nav{padding-right: 20px;}
    .proDet-show-con{padding: 0 30px 0 50px;}
    .proDet-thumbs,.proDet-gallery .swiper-container{height: 380px;}
    .proDet-thumbs{width: 90px;}
    .proDet-hot-item .img{height: 150px;}
    .proDet-module .module-honor li{height: 70px;}
    .proDet-down-head .text:nth-child(1), .proDet-down-item .text:nth-child(1){padding-left: 25px;}
    .proDet-module h4{font-size: 15px;}
    .downItem-img img{height: 380px;}
    .downItem-con {padding: 25px;}
    .techProc-item{height: 330px;padding: 75px 20px 0;}
    .techProc-item .icon{height: 65px;}
    .techProc-item:hover .page span{transform: translateY(-40px);font-size: 26px;}
    .techAfter-con .list i{width: 32px;}
    .techAfter-con .list span{padding: 0 8px 0 12px;}
    .techAfter-img img{height: 470px;}
    .applyCon {padding: 60px 30px;}
    .applyForm{padding: 25px 35px 60px;margin-left: -30px;width: calc(100% - 30px);}
    .applyForm-item{margin: 30px 0 0 30px;width: calc((100% / 3) - 30px);}
    .applyForm-item.w100{width: calc(100% - 30px);}
    .applyForm-item.w70 {width: calc(100% / 3 * 2 - 30px);}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .pagesNav .item {width: 135px;height: 50px;}
    .newsShow-con {padding: 30px 50px 50px 30px;}
    .newsShow-pagination{left: 30px;bottom: 20px;}
    .newsList{margin-left: -25px;}
    .newsItem{margin: 25px 0 0 25px;width: calc((100% / 3) - 25px);padding: 35px 15px 30px;}
    .newsItem-img img{height: 160px;}
    .newsDet-left{padding-right: 50px;}
    .newsDet-hot{padding-left: 40px;}
    .newsDet-hot-item:hover .img{height: 155px;}
    .ctaCode-list{margin-left: -20px;}
    .ctaCode-list li{margin: 20px 0 0 20px;width: calc(25% - 20px);padding: 25px 20px 15px;min-height: 280px;}
    .ctaCode-list .icon{height: 24px;}
    .ctaCode-list .line{width: 30px;}
    .ctaCode-list .icon img{max-height: 100%;}
    .ctaAddress-con .title i{font-size: 18px;}
    .joinMenu{padding: 12px 30px;}
    .joinDrop{padding: 40px 30px;}
    .joinDrop-edit h1, .joinDrop-edit h2, .joinDrop-edit h3, .joinDrop-edit h4, .joinDrop-edit h5, .joinDrop-edit h6{font-size: 16px;}
    .faNav-item .img{height: 26px;}
    .faInfo{width: 300px;}
    .faInfo-ban{height: 130px;}
    .faInfo-item .img{height: 55px;}
    .faInfo-con{max-height: 300px;}
    .faInfo-item .text{width: 100%;white-space: inherit;}
    .devItem-img img{height: 410px;}
    .devItem-con {padding: 30px 35px 0 0;}
    .devItem:nth-child(2n) .devItem-con{padding-right: 35px;}
    .capaRD-con{padding:25px 15px 0;}
    .capaRD-num{margin-left: -40px;}
    .capaRD-num li{margin-left: 40px;}
    .capaRD-swp .img img{height: 500px;}
    .capaLab-img img{height: 380px;}
    .abIntro-item {padding: 20px 12px;}
    .abIntro-num .icon{height: 28px;}
    .abWH-list li{padding: 5vw 2vw 0;}
    .abWH-icon{height: 40px;}
    .abFZ-list li{padding: 12vw 18px 0;width: 120px;}
    .abFZ-list li.active{width: calc(100% - 120px * 3);}
    .proA-item {padding: 30px 25px;}
    .proA-img{height: 140px;}
    .proB-img{height: 160px;}
    .proDet-hot{padding: 15px;width: 25%;}
    .proDet-right{width: 72%;}
    .proDet-hot-item .img{height: 130px;}
    .proDet-module .module-honor li{height: 60px;}
    .proDet-module h4{font-size: 14px;margin-bottom: 5px;}
    .downItem-img img{height: 300px;}
    .downIntro-con .title::after{height: 3px;}
    .downItem-con {padding: 20px 15px 30px;}
    .techProc-list{margin-left: -15px;}
    .techProc-list li{margin-left: 15px;width: calc(25% - 15px);}
    .techProc-item {height: 280px;padding: 60px 20px 0;}
    .techProc-item .icon{height: 50px;}
    .techProc-item:hover .page span {transform: translateY(-30px);font-size: 22px;  }
    .techAfter-con .list span{font-size: 13px;}
    .techAfter-img img{height: 380px;}
    .applyCon {padding: 40px 20px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
@media all and (max-width:1000px){
    /* 720 竖屏 */
    .proA{padding-top: 0;}
    .pagesBread{display: none;}
    .pagesNav{overflow-x: auto;}
    .pagesNav-flex{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav .item{width: 110px;height: 42px;}
    .newsShow-slide{flex-direction: column-reverse;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 200px;}
    .newsShow-con{width: 100%;padding: 20px 15px 50px;}
    .newsShow-pagination{left: 0;bottom: 15px;width: 100%;text-align: center;}
    .newsShow-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin-left: 8px;border-width: 1px;}
    .newsList{margin-left: 0;}
    .newsItem{margin: 15px 0 0;width: 100%;padding: 25px 15px;}
    .newsItem-con .date{margin-top: 20px;}
    .newsDet-ban .title{line-height: 1.5;}
    .newsDet-ban .date i{font-size: 14px;margin-right: 5px;}
    .newsDet-left{width: 100%;padding: 30px 0;}
    .newsDet-edit h1, .newsDet-edit h2, .newsDet-edit h3, .newsDet-edit h4, .newsDet-edit h5, .newsDet-edit h6{margin-bottom: 3px;}
    .newsDet-back{margin-top: 30px;}
    .newsDet-back .btn{width: 120px;height: 38px;}
    .newsDet-back .btn i{font-size: 12px;margin-right: 5px;}
    .newsDet-page{margin-top: 40px;}
    .newsDet-page .item{padding: 15px 10px;}
    .newsDet-hot{padding: 0 0 40px;width: 100%;}
    .newsDet-hot-item{padding: 20px 0;}
    .newsDet-hot-item .img{margin-top: 5px !important;height: 200px !important;}
    .ctaCode-list{margin-left: 0;}
    .ctaCode-list li{padding: 35px 25px 15px; margin: 15px 0 0;width: 100%;box-shadow: 0px 4px 30px 0px rgba(34, 44, 84, 0.08);min-height: 220px;}
    .ctaCode-list .icon{height: 28px;}
    .ctaCode-list .title{font-size: 15px;margin-top: 25px;}
    .ctaMap{height: 200px;box-shadow: 0px 2px 12px 2px rgba(34, 44, 84, 0.15);}
    .amap-icon img{width: 30px;}
    .ctaAddress-list{margin-left: 0;}
    .ctaAddress-list li{margin-left: 0;width: 100%;padding: 30px 0 15px;}
    .joinHead{padding: 25px 15px;}
    .joinSum-item .num{margin-left: 10px;}
    .joinScreen .title{width: 80px;}
    .joinScreen .list{margin: -10px 0 0 -10px;}
    .joinScreen .item{margin: 10px 0 0 10px;padding-bottom: 2px;}
    .joinMenu{padding: 10px 15px;}
    .joinMenu .title{width: 35%;font-size: 14px;}
    .joinMenu .text{width: 30%;}
    .joinMenu .text:nth-child(3){width: 16%;}
    .joinMenu .btn i{width: 24px;height: 24px;}
    .joinMenu .btn i::after{width: 10px;height: 1px;}
    .joinMenu .btn i::before{width: 1px;height: 10px;}
    .joinDrop{padding: 25px 15px 40px;}
    .joinDrop-edit{font-size: 12px;}
    .joinDrop-edit h1, .joinDrop-edit h2, .joinDrop-edit h3, .joinDrop-edit h4, .joinDrop-edit h5, .joinDrop-edit h6{font-size: 13px;}
    .joinDrop-btn{width: 120px;height: 38px;}
    .joinDrop-btn i{width: 13px;}
    .joinIntro-desc{padding: 40px 15px;}
    .joinIntro-desc .text{width: 100%;}
    .joinDrop-tips{width: 100%;margin: 15px 0 0;}
    .joinPop{width: 86%;padding: 25px 15px 35px;border-radius: 10px;}
    .joinPop::after{width: 100px;height: 90px;left: -4px;top: -15px;}
    .joinPop-title{padding-bottom: 10px;}
    .joinPop-title::after{width: 24px;height: 2px;}
    .joinPop-form-input input{font-size: 13px;padding-left: 14px;height: 42px;}
    .joinPop-form-title .tips{margin-top: 5px;width: 100%;}
    .joinPop-form-input .upload{width: 56px;}
    .joinPop-submit{width: 120px;height: 42px;margin-top: 20px;}
    .faNav{padding: 0 4%;overflow-x: auto;position: relative;background: rgba(29, 32, 136, .9);}
    .faNav-list{flex-wrap: nowrap;white-space: nowrap;justify-content: flex-start;}
    .faNav-item{margin-left: 30px;}
    .faCon{position: static;}
    .faMenu{top: 87px;height: 171px;}
    .faMenu-item .dot{width: 16px;height: 16px;}
    .faMenu-item .dot i{width: 6px;height: 6px;}
    .faMenu-item:nth-child(1){left: 37%;top: 60%;}
    .faMenu-item:nth-child(2){left: 57%;top: 31%;}
    .faMenu-item:nth-child(3){left: 62%;top: 64%;}
    .faMenu-item:nth-child(4){left: 72%;top: 46%;}
    .faInfo-box{pointer-events: auto;position: relative;}
    .faInfo{width: 100%;position: relative;left: auto !important;right: auto !important;top: auto;bottom: auto;}
    .faMenu-item .name{display: none;}
    .faInfo{padding: 25px 0 50px;}
    .faInfo-con{margin-top: 30px;height: 310px;}
    .faInfo-ban{height: 160px;}
    .faInfo-item .img{height: 65px;}
    .faMenu-item.active .dot i{background: #1d2088;}
    .faMenu-item.active .dot::after,.faMenu-item.active .dot::before{background: rgba(29, 32, 136, .3);}
    .faInfo-title .title{font-size: 16px;}
    .faInfo-title .close{display: none;}
    .devItem{padding: 0 4% !important;}
    .devItem-flex{flex-direction: column-reverse !important;padding: 0 !important;}
    .devItem-con{width: 100%;padding: 15px 15px 40px !important;}
    .devItem-con .item{margin-top: 14px;}
    .devItem-con .item i{width: 10px;height: 10px;margin-right: 2px;}
    .devItem-con .item i::after{width: 4px;height: 4px;}
    .devItem-img{width: 100%;}
    .devItem-img img{height: 262px;}
    .capaRD-swp{width: 100%;}
    .capaRD-swp .img img{height: 205px;}
    .capaRD-con{width: 100%;padding: 20px 15px 40px;}
    .capaRD-num{margin-top: 30px;}
    .capaTX-text{width: 100%;margin-top: 10px;}
    .capaTX-bg .img img{height: 200px;}
    .capaTX-list{bottom: 25px;}
    .capaTX-list .icon{height: 20px;}
    .capaTX-list .title{font-size: 12px;}
    .capaLab-img img{height: 210px;}
    .capaLab-btn .btn{width: 30px;height: 30px;font-size: 12px;border-width: 1px;margin-left: 10px;font-weight: 400;}
    .abIntro-num{margin-left: -10px;}
    .abIntro-num li{margin: 10px 0 0 10px;width: calc(50% - 10px);box-shadow: 0px 2px 12px rgba(104, 104, 104, 0.16);}
    .abIntro-num .icon{height: 22px;}
    .abIntro-num .num{margin-top: 14px;}
    .abIntro-num .text{margin-top: 12px;}
    .abWH-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .abWH-bg .swiper-container{height: 100%;}
    .abWH-bg .img,.abWH-bg .img img{height: 100%;}
    .abWH-list{position: relative;z-index: 2;}
    .abWH-list li{width: 100%;padding: 30px 30px 50px 30px;border-top: 1px solid rgba(255, 255, 255, .3);}
    .abWH-list li:first-child{border: unset;}
    .abWH-icon{height: 32px;}
    .abWH-page{bottom: 15px;}
    .abFZ{padding-bottom: 40px;}
    .abFZ-left{width: 100%;padding: 40px 0;}
    .abFZ-nav{display: flex;overflow-x: auto;white-space: nowrap;margin-top: 0;}
    .abFZ-nav li{margin-left: 25px;font-size: 12px;}
    .abFZ-nav li:first-child{margin-left: 0;}
    .abFZ-right{width: 100%;}
    .abFZ-list ul{display: block;}
    .abFZ-list li{width: 100% !important;padding: 20px 0;border-right: unset;border-top: 1px solid #e2e2e2;height: auto;}
    .abFZ-list li:first-child{border: unset;border-top: 1px solid #e2e2e2;}
    .abFZ-list .year{color: #000;}
    .abFZ-list .text{opacity: 1;transform: none;}
    .proA-select-box{width: 100%;margin: 0;}
    .proA-select{width: 100%;margin: 0 0 15px;}
    .proA-input{width: 100%;}
    .proA-menu{box-shadow: 0px 0px 20px rgba(98, 98, 98, 0.09);}
    .proA-input .btn{width: 20%;}
    .proA-list{margin-left: 0;}
    .proA-item{width: 100%;margin: 15px 0 0;padding: 20px;}
    .proA-con .title{padding-bottom: 10px;border-width: 1px;}
    .proA-con .title::after{height: 1px;}
    .proA-img{width: 30%;height: 100px;}
    .proA-con{width: 65%;}
    .proA-con .comMore-box{margin-top: 20px;}
    .proB-list{margin-left: -10px;}
    .proB-item{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .proB-img{height: 120px;}
    .proB-con-desc{padding: 15px 10px;}
    .proB-con .text{font-size: 11px;}
    .linePop{width: 92%;height: 80vh;}
    .linePop-head{padding: 10px 15px;}
    .linePop-head .close{font-size: 12px;}
    .linePop-nav{padding: 8px 15px 15px;}
    .linePop-nav-list{margin-left: -6px;}
    .linePop-nav-list .item{margin: 6px 0 0 6px;width: 34px;height: 28px;}
    .proDet-show-swp{width: 100%;padding: 15px;flex-direction: column-reverse;}
    .proDet-gallery{flex: unset;width: 100%;}
    .proDet-gallery .swiper-container{height: auto;}
    .proDet-gallery-more{height: 200px;}
    .proDet-thumbs{width: 100%;height: auto;padding: 0;}
    .proDet-thumbs-btn{display: none;}
    .proDet-thumbs-year{height: 44px;}
    .proDet-show-con{padding: 15px 15px 40px;width: 100%;}
    .proDet-show-title::after{width: 20px;height: 2px;}
    .proDet-show-list .title{margin: 3px 10px 0 0;}
    .proDet-show-list .item{width: 32px;height: 29px;}
    .proDet-show-btn{margin-top: 20px;width: 160px;height: 38px;}
    .proDet-show-btn i{font-size: 14px;}
    .proDet-nav .item{margin-left: 30px;height: 48px;}
    .proDet-con .contain{flex-direction: column-reverse;}
    .proDet-right{width: 100%;box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);}
    .proDet-right{padding: 25px 15px;}
    .proDet-module h4{font-size: 13px;}
    .proDet-module table td{padding: 5px 5px 5px 30px;font-size: 10px;}
    .proDet-hot{position: relative;top: auto;width: 100%;margin: 30px 0 0;box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);}
    .proDet-hot-item .img{height: 160px;}
    .proDet-hot-title{font-size: 15px;}
    .proDet-hot-item .title{font-size: 15px;}
    .proDet-module .module-honor{width: 100%;}
    .proDet-module .module-honor li{width: 20%;}
    .proDet-down-head .text:nth-child(2), .proDet-down-item .text:nth-child(2),.proDet-down-head .text:nth-child(3), .proDet-down-item .text:nth-child(3){display: none;}
    .proDet-down-head .text:nth-child(1), .proDet-down-item .text:nth-child(1){padding-left: 15px;width: 80%;}
    .proDet-down-head .text:nth-child(4), .proDet-down-item .text:nth-child(4){width: 20%;}
    .proDet-down-head .text, .proDet-down-item .text{padding: 10px 0;}
    .proDet-down-item .btn i{width: 10px;display: block;}
    .proDet-down-list{margin-top: 0;}
    .downIntro{padding: 15px 15px 25px;}
    .downIntro-img{width: 100%;height: 150px;}
    .downIntro-con{width: 100%;margin-top: 20px;}
    .downIntro-con .title{line-height: 28px;}
    .downIntro-con .title::after{width: 40px;height: 2px;}
    .downList{margin-left: -10px;}
    .downItem{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .downItem-img img{height: 220px;}
    .downItem-con .more{margin-top: 25px;}
    .downItem-con{padding: 10px;}
    .downPop{border-radius: 8px;padding: 25px 15px;}
    .downPop-title{padding-bottom: 10px;}
    .downPop-title::after{width: 24px;height: 2px;}
    .downPop-form-item input{height: 40px;padding: 0 15px;}
    .downPop-submit{width: 150px;height: 40px;}
    .techProc-list{margin-left: -10px;}
    .techProc-list li{margin: 10px 0 0 10px;width: calc(50% - 10px);}
    .techProc-item {height: 180px;padding: 30px 10px 0;}
    .techProc-item .icon{height: 40px;}
    .techProc-item:hover .page span {transform: translateY(-25px);font-size: 16px;}
    .techAfter-left{width: 100%;}
    .techAfter-con .list i{width: 22px;}
    .techAfter-con .list span{font-size: 11px;padding: 0 4px 0 6px;}
    .techAfter-img{width: 100%;margin-top: 20px;}
    .techAfter-img img{height: 250px;}
    .techAfter-con{margin-top: 15px;}
    .applyHead-text{margin-top: 10px;}
    .applyCon{padding: 25px 15px;}
    .applyForm {padding: 10px 15px 30px;margin: 0;width: 100%;}
    .applyForm-item{width: 100% !important;margin: 15px 0 0;}
    .applyForm-item input{margin-top: 6px;height: 40px;padding: 0 12px;}
    .applyForm-menu{height: 40px;padding: 0 12px;}
    .applyForm-drop{max-height: 160px;}
    .applyForm-drop .item{height: 40px;padding: 0 12px;}
    .applyForm-item textarea{padding: 12px 0 0 12px;height: 120px;margin-top: 6px;}
    .applyForm-code{margin-top: 6px;}
    .applyForm-code-input{width: 100%;}
    .applyForm-code-input input{margin-top: 0;padding-right: 120px;}
    .applyForm-code-input img{width: 112px;}
    .applyForm-submit{width: 100px;height: 40px;margin: 20px auto 0;}
    .applyHead-list{margin-top: 10px;}
    .applyHead-list li{margin-left: 20px;}
    .applyHead-list .icon{width: 16px;margin-right: 4px;}
    .applyHead-list .text{font-size: 12px;line-height: 18px;}
    .abIntro img{width: 100%;height: auto;margin: 0 0 20px;display: block;}
    .abIntro blockquote{margin: 0 !important;}
    .proDet-module .module-honor{margin: -18px 0 0 -18px;}
    .proDet-module .module-honor img{max-width: 70px;max-height: 30px;margin: 18px 0 0 18px;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
}