@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: 48px;height: 48px;border: 1px solid transparent;margin: 4px;font-size: 18px;color: #666;transition: all .4s ease;border-radius: 10px;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.paging-menu a i{font-size: 12px;color: #b4b4b4;}
.paging-menu a.last{transform: rotate(180deg);}
.paging-menu a.active, .paging a.on{border-color: #666;}
.paging-menu a:hover i{color: #666;}
.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: #cf2b4d;}
.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: #cf2b4d;color: #fff;border-color: #cf2b4d;}
.paging-hint span{color: #cf2b4d;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;width: 36px;height: 36px;font-size: 13px;border-radius: 4px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}.paging-menu a:first-child, .paging-menu a:last-child{width: 54px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #cf2b4d;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #cf2b4d;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;margin-top: 16px;}
.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: #cf2b4d !important;}
.search-link:hover h2{color: #cf2b4d;}
@media all and (max-width:1000px){.search-link{padding: 20px 15px;margin-top: 12px;}}
/* 隐私协议 */
.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: #cf2b4d;}
.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: #cf2b4d;}
.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;}
}
/* 内页公共 */
.pagesBread{background: #f5f5f5;}
.pagesBread .item{margin-left: 34px;}
.pagesBread .item::after{content: "\e80b";font-family: 'icon';font-size: 10px;position: absolute;left: -20px;top: 50%;color: #333;display: block;transform: translateY(-50%) rotate(180deg);}
.pagesBread .item:first-child{margin-left: 0;}
.pagesBread .item:first-child::after{display: none;}
.pagesBread .item:hover{color: #000;}
.pagesBan-bg img{width: 100%;height: calc(100vh - 250px);}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;padding-bottom: 100px;flex-direction: column;}
.pagesBan-con .title-en{animation: banText1 1.2s ease both;}
.pagesBan-con .title{animation: banText2 1.2s ease both;}
.pagesBan-con .contain-1400{padding-bottom: 100px;align-items: center;height: 100%;}
.proBan-desc{width: 56%;padding: 40px 35px;background: rgba(255, 255, 255, .8);animation: banDesc 1.2s ease both;}
@keyframes banText1 {
    0%{opacity: 0;transform: translateX(-120px);filter: blur(20px);}
    100%{opacity: 1;transform: translateX(0);filter: blur(0);}
}
@keyframes banText2 {
    0%{opacity: 0;transform: translateX(120px);filter: blur(20px);}
    100%{opacity: 1;transform: translateX(0);filter: blur(0);}
}
@keyframes banDesc {
    0%{opacity: 0;transform: translateY(120px);}
    100%{opacity: 1;transform: translateX(0);}
}
.pagesNav{position: absolute;left: 0;bottom: 0;width: 100%;border-top: 1px solid rgba(255, 255, 255, .2);}
.pagesNav-list .item{height: 100px;margin-left: 55px;}
.pagesNav-list .item:first-child{margin-left: 0;}
.pagesNav-list .item::after{content: "";position: absolute;left: 0;top: -1px;width: 100%;height: 3px;background: #fff;opacity: 0;}
.pagesNav-list .item.active::after{opacity: 1;}
.pages-pagination .swiper-pagination-bullet{width: 8px;height: 8px;opacity: 1;background: #fff;margin-left: 20px;border-radius: 4px;}
.pages-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.pages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 32px;background: linear-gradient(to right,#cf2b4d,#2011b3);}
/* 人力资源 */
.joinSchool-swp{width: 53%;}
.joinSchool-slide img{width: 100%;height: 520px;}
.joinSchool-swp .pages-pagination{position: absolute;right: 30px;bottom: 20px;z-index: 2;}
.joinSchool-con{padding: 75px 75px 0 75px; width: 47%;background: url('../images/pages/joinNews-bg1.jpg') no-repeat center/cover;}
.joinSchool-con .text p{display: flex;margin-top: 14px;}
.joinSchool-con .text i{font-size: 15px;margin-right: 12px;}
.joinSchool-con .text span{flex: 1;}
.joinSchool-con .list{margin-left: -35px;}
.joinSchool-con .list span{display: block;margin: 14px 0 0 35px;}
.joinSchool:nth-child(2n) .joinSchool-flex{flex-direction: row-reverse;}
.joinSchool:nth-child(2n) .joinSchool-swp .pages-pagination{right: auto;left: 30px;}
.joinSchool:nth-child(2n) .joinSchool-con{background-image: url('../images/pages/joinNews-bg2.jpg');}
.joinSH-head{padding: 22px 80px;align-items: center;border-radius: 40px;}
.joinSH-menu{padding: 26px 80px;align-items: center;user-select: none;cursor: pointer;transition: all .4s ease;}
.joinSH-head .item:nth-child(1),.joinSH-menu .item:nth-child(1){width: 30%;align-items: center; display: flex;}
.joinSH-head .item:nth-child(2),.joinSH-menu .item:nth-child(2){width: calc(18% - 30px);}
.joinSH-head .item:nth-child(3),.joinSH-menu .item:nth-child(3){width: 18%;}
.joinSH-head .item:nth-child(4),.joinSH-menu .item:nth-child(4){width: 20%;}
.joinSH-head .item:nth-child(5),.joinSH-menu .item:nth-child(5){width: 14%;}
.joinSH-head .item:nth-child(6),.joinSH-menu .item:nth-child(6){width: 30px;}
.joinSH-row{background: #f5f5f5;transition: all .4s ease;border-radius: 40px;}
.joinSH-menu .icon{margin-right: 50px;}
.joinSH-menu .btn{width: 100%;height: 30px;}
.joinSH-menu .btn::after,.joinSH-menu .btn::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #666;transition: all .4s ease;}
.joinSH-menu .btn::after{width: 1px;height: 100%;}
.joinSH-menu .btn::before{width: 100%;height: 1px;}
.joinSH-row.active{border-radius: 20px;}
.joinSH-row.active .joinSH-menu .btn{transform: rotate(180deg);}
.joinSH-row.active .joinSH-menu .btn::after{opacity: 0;}
.joinSH-row:hover{box-shadow: 0 5px 16px rgba(0, 0, 0, .1);}
.joinSH-drop{display: none;padding: 25px 80px;position: relative;z-index: 2;}
.joinSH-edit h1,.joinSH-edit h2,.joinSH-edit h3,.joinSH-edit h4,.joinSH-edit h5,.joinSH-edit h6{font-size: 20px;color: #333;margin-bottom: 6px;}
.joinSH-btn .btn{width: 170px;height: 48px;border-radius: 40px;user-select: none;cursor: pointer;}
.joinSH-btn .btn i{display: block;font-size: 18px;margin-right: 20px;}
.joinFL{background: url('../images/pages/joinFL-bg.jpg') no-repeat center/cover;}
.joinFL-flex{justify-content: space-between;align-items: center;}
.joinFL-con{width: 41%;}
.joinFL-con::after{content: "";position: absolute;left: 0;top: 0;width: 80px;height: 4px;background: linear-gradient(to right,#cf2b4d,#1b10b6);}
.joinFL-list{width: 44%;}
.joinFL-list-flex{margin-left: -20px; padding-right: 41%;}
.joinFL-item{width: calc(50% - 20px);margin: 20px 0 0 20px;padding: 24px 20px;height: 150px;background: #fff;transition: all .4s ease;}
.joinFL-item:nth-child(-n+2){margin-top: 0;}
.joinFL-item:nth-child(7){margin-top: 0; position: absolute;right: 0;top: 0;width: calc(41% - 30px);height: calc(50% - 10px);background:#fff url('../images/pages/joinFL-img1.jpg') no-repeat center bottom/100% auto;}
.joinFL-item:nth-child(8){margin-top: 0; position: absolute;right: 0;bottom: 0;width: calc(41% - 30px);height: calc(50% - 10px);background:#fff url('../images/pages/joinFL-img2.jpg') no-repeat center bottom/100% auto;}
.joinFL-item .icon{position: absolute;right: 20px;bottom: 20px;}
.joinFL-item:hover{box-shadow: 0 5px 15px rgba(0, 0, 0, .3);}
.joinAct-item{width: calc(100% / 3);overflow: hidden;}
.joinAct-item:nth-child(1){width: calc(100% / 3 * 2);}
.joinAct-img img{width: 100%;height: 260px;}
.joinAct-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);transition: all .4s ease;}
.joinAct-show{position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px 30px;transition: all .5s .2s ease;}
.joinAct-hide{padding: 0 20px; position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;opacity: 0;transform: translateY(50%);transition: all .5s ease;}
.joinAct-item:hover .joinAct-img::after{background: rgba(0, 0, 0, .5);}
.joinAct-item:hover .joinAct-show{transition-delay: 0s;transform: translateY(100%);}
.joinAct-item:hover .joinAct-hide{transition-delay: .1s;transform: translateY(0);opacity: 1;}
/* 新闻中心 */
.newsShow-nav .item{padding: 0 25px;user-select: none;cursor: pointer;transition: all .4s ease;position: relative;}
.newsShow-nav .item::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 90%;background: linear-gradient(to bottom,#cf2b4d,#1910b6);}
.newsShow-nav .item:first-child{padding-left: 0;}
.newsShow-nav .item:first-child::after{display: none;}
.newsShow-nav .item:hover,.newsShow-nav .item.active{color: #333;}
.newsShow-con{display: none;}
.newsShow-con:first-child{display: block;}
.newsShow-img{width: 56%;position: relative;z-index: 2;}
.newsShow-img a{height: 100%;display: none;}
.newsShow-img img{width: 100%;height: 100%;transition: all 2s linear;}
.newsShow-img a:first-child{display: block;}
.newsShow-img:hover img{transform: scale(1.08);}
.newsShow-list{width: 44%;padding: 85px 60px; background: #fff;box-shadow: 15px 25.981px 50px 0px rgba(0, 0, 0, 0.1);}
.newsShow-list .list{height: 380px;overflow-y: auto;padding-right: 70px;}
.newsShow-list .list::-webkit-scrollbar{width: 2px;}
.newsShow-list .item:first-child{margin-top: 0;}
.newsShow-list .item{padding-left: 20px;}
.newsShow-list .item::after{content: "";transition: all .4s ease; position: absolute;left: 0;top: 8px;width: 10px;height: 10px;border-radius: 50%;background: #666;}
.newsShow-list .item:hover{color: #000;}
.newsShow-list .item:hover::after{background: #000;}
.newsSelect:nth-child(2),.newsInput{margin-left: 100px;}
.newsSelect{user-select: none;cursor: pointer;}
.newsMenu{height: 80px; align-items: center;padding-right: 10px;border-bottom: 1px solid #ccc;}
.newsMenu i{display: block;font-size: 12px;margin-left: 10px;transition: transform .4s ease;transform: rotate(180deg);}
.newsDrop{display: none; position: absolute;left: 0;top: calc(100% - 1px);z-index: 10;background: #f5f5f5;padding-right: 5px;width: 145%;max-height: 166px;overflow-y: auto;}
.newsDrop::-webkit-scrollbar{width: 5px;}
.newsDrop::-webkit-scrollbar-thumb{background: #333;}
.newsDrop::-webkit-scrollbar-track{background: #dcdcdc;}
@-moz-document url-prefix(){
    .newsDrop{scrollbar-color:#333 #dcdcdc;scrollbar-width:thin;}
    .newsDrop{scrollbar-face-color: #333;scrollbar-shadow-color: #333;scrollbar-arrow-color: #000;scrollbar-track-color: #dcdcdc;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .newsDrop{scrollbar-color:#333 #dcdcdc;scrollbar-width:thin;}
    .newsDrop{scrollbar-face-color: #333;scrollbar-shadow-color: #333;scrollbar-arrow-color: #000;scrollbar-track-color: #dcdcdc;}
}
.newsDrop .item{padding: 7px 10px 7px 18px;}
.newsDrop .item:hover{background: #dcdcdc;}
.newsSelect:hover .newsMenu{color: #333;}
.newsSelect:hover .newsMenu i{transform: rotate(0);}
.newsInput{border-bottom: 1px solid #ccc;}
.newsInput .btn{height: 100%;font-size: 18px;user-select: none;cursor: pointer;}
.newsInput .btn:hover{color: #000;}
.newsInput input{width: 240px;padding-left: 12px;height: 79px;}
.newsInput input::-webkit-input-placeholder{color: inherit;}
.newsItem{border-bottom: 1px solid #e5e5e5;}
.newsItem-flex{transition: all .4s ease;width: 100%;}
.newsItem-img{width: 38%;position: relative;z-index: 2;}
.newsItem-img img{width: 100%;height: 100%;}
.newsItem-con{width: 62%;border-top-left-radius: 0;border-bottom-left-radius: 0;padding: 40px 190px 40px 50px;}
.newsItem:hover .newsItem-img{border-top-right-radius: 0;border-bottom-right-radius: 0;}
.newsItem:hover .newsItem-img img{transform: scale(1.08);}
.newsItem:hover .newsItem-con{box-shadow: 15px 25.981px 50px 0px rgba(0, 0, 0, 0.1);}
/* 新闻-技术（一级） */
.techNew-head{justify-content: space-between;align-items: flex-end;}
.techNew-desc{width: 47.5%;}
.techNew-swp{width: calc(100% + 40px);margin-left: -20px;}
.techNew-swp .swiper-slide{padding: 0 20px 20px 20px;}
.techNew-img{position: relative;z-index: 2;}
.techNew-img img{width: 100%;height: 380px;}
.techNew-con{padding: 25px 120px 50px 40px;box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);}
.techNew-slide:hover .techNew-img img{transform: scale(1.08);}
.techNew-slide:hover .techNew-con .title{color: #000;}
.techNew-btn{z-index: 5; position: absolute;left: -78px;top: 50%;transform: translateY(-50%);width: 60px;height: 60px;border-radius: 50%;user-select: none;cursor: pointer;border: 1px solid #666;font-size: 17px;}
.techNew-btn::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: linear-gradient(to right,#1910b6,#cf2b4d);}
.techNew-btn::before{position: relative;z-index: 2;}
.techNew-btn.next{left: auto;right: -78px;transform: rotate(180deg);}
.techNew-btn:hover{border-color: transparent;color: #fff;}
.techNew-btn:hover::after{opacity: 1;}
.techList-list{margin-left: -50px;}
.techList-item{margin: 50px 0 0 50px;width: calc((100% / 3) - 50px);}
.techList-img{position: relative;z-index: 2;}
.techList-img img{width: 100%;height: 260px;}
.techList-con{border-bottom: 1px solid #e5e5e5;padding: 30px 20px;}
.techList-item:hover .techList-img img{transform: scale(1.08);}
.techList-item:hover .techList-con{box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);border-color: transparent;}
.techList .comMore-box .line{width: 84px;height: 1px;background: #e5e5e5;}
.techList .comMore{margin: 0 20px;}
.techRD{padding-left: calc((100vw - var(--wid))/2); background: url('../images/pages/techRD-bg.jpg') no-repeat left bottom/65% auto;}
.techRD-flex{justify-content: space-between;}
.techRD-desc{width: 17%;flex-direction: column;justify-content: space-between;}
.techRD-btn .btn{user-select: none;cursor: pointer; width: 62px;height: 38px;border-radius: 40px;font-size: 17px;border: 1px solid #666;}
.techRD-btn .btn::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,#1910b6,#cf2b4d);transition: all .4s ease;opacity: 0;border-radius: 40px;}
.techRD-btn .btn::before{position: relative;z-index: 2;}
.techRD-btn .btn.next{transform: rotate(180deg);margin-left: 12px;}
.techRD-btn .btn:hover{border-color: transparent;color: #fff;}
.techRD-btn .btn:hover::after{opacity: 1;}
.techRD-swp{margin-right: 11px;width: calc(79% + 22px);margin-left: -11px;}
.techRD-swp .swiper-slide{padding: 0 11px 20px;}
.techRD-img img{width: 100%;height: 260px;}
.techRD-con{padding: 35px 30px 60px; box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.1);background: #fff;}
.techRD-slide:hover .techRD-img img{transform: scale(1.08);}
.techRD-slide:hover .techRD-con .title{color: #000;}
.techRD-pagination{position: relative;height: 3px;background: #e1e2e2;width: calc(100% - 11px);margin-left: 11px;}
.techRD-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: linear-gradient(to right,#cf2b4d,#1910b6);}
.techB-head{justify-content: space-between;align-items: flex-end;}
/* 新闻-视频库 */
.videoList{margin-left: -40px;}
.videoItem{margin-left: 40px;width: calc((100% / 3) - 40px);}
.videoItem-img .img img{width: 100%;height: 340px;}
.videoItem-img .btn{width: 60px;height: 60px; user-select: none;cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;background: #fff;}
.videoItem-img .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.videoItem-img .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.videoItem-con .date{align-items: center;}
.videoItem-con .date i{display: block;margin-right: 10px;font-size: 16px;font-weight: 700;}
/* 新闻-详情 */
.newsDet-view .contain{box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);justify-content: center;}
.newsDet-con{width: 1000px;max-width: 90%;}
.newsDet-head{flex-direction: column;}
.newsDet-head .date i{display: block;font-size: 14px;margin-right: 10px;}
.newsDet-share{align-items: center;}
#toShare{display: flex;align-items: center;}
#toShare a{display: flex;color: #333;font-size: 16px; width: 42px;height: 42px;margin-left: 10px;background: #f5f5f5; border-radius: 50%;align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a>img{max-width: 22px;}
#toShare a:hover{background: linear-gradient(to right,#cf2b4d,#1910b6);color: #fff;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-size: 24px;font-weight: 700;color: #333;}
.newsDet-menu{padding: 25px 50px;background: #f5f5f5;border-radius: 40px;justify-content: space-between;align-items: center;}
.newsDet-menu .page{max-width: 43%;}
.newsDet-menu .page:hover{color: #000;}
.newsDet-menu .back{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 26px;font-weight: 300;}
.newsDet-menu .back:hover{color: #000;}
/* 联系我们-供应链伙伴 */
.ctaHZ-list{margin-left: -40px;}
.ctaHZ-list li{transition: all .4s ease; align-items: flex-start; padding: 70px 80px 60px 60px; margin: 40px 0 0 40px;width: calc(50% - 40px);display: flex;flex-wrap: wrap;border-radius: 20px;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);}
.ctaHZ-list li:hover{transform: translateY(-10px);}
.ctaHZ-list .icon{width: 60px;margin-right: 20px;}
.ctaHZ-list .text-box{flex: 1;border-bottom: 1px solid #e5e5e5;}
.ctaTZ-bg img{width: 100%;}
.ctaTZ-list{position: absolute;padding: 45px 60px; left: 0;bottom: 0;width: 100%;}
.ctaTZ-list ul{margin-left: -50px;}
.ctaTZ-list li{transition: all .4s ease; padding: 25px 15px; margin: 50px 0 0 50px;width: calc((100% / 3) - 50px);border-radius: 20px;background: rgba(255, 255, 255, .2);}
.ctaTZ-list li:hover{transform: translateY(-10px);}
.ctaMsg-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ctaMsg-bg img{width: 100%;height: 100%;}
.ctaMsg-con{position: relative;z-index: 5;}
.ctaMsg-con .contain-1400{background: rgba(255, 255, 255, .95);padding: 70px 150px;}
.ctaMsg-form{justify-content: space-between;}
.ctaMsg-form-item{width: 32%;}
.ctaMsg-form-item.w100{width: 100%;}
.ctaMsg-form-item.w50{width: 48.5%;}
.ctaMsg-form-item input{width: 100%;background: transparent;height: 46px;border-radius: 25px;padding-left: 25px;border: 1px solid #e4e3e3;color: #666;}
.ctaMsg-form-item input::-webkit-input-placeholder{color: inherit;}
.ctaMsg-form-select{user-select: none;cursor: pointer;}
.ctaMsg-form-menu{transition: all .2s .2s ease;border-radius: 25px;height: 46px;padding: 0 25px;border: 1px solid #e4e3e3;justify-content: space-between;align-items: center;}
.ctaMsg-form-menu::after{content: "\e727";font-family: 'icon';display: block;font-size: 12px;transform: rotate(180deg);transition: all .4s ease;}
.ctaMsg-form-menu.active{border-radius: 25px 25px 0 0;transition-delay: 0s;}
.ctaMsg-form-menu.active::after{transform: rotate(0);}
.ctaMsg-form-drop{display: none; max-height: 184px;overflow-y: auto; position: absolute;left: 0;top: 100%;width: 100%;border-radius: 0 0 25px 25px;z-index: 5;background: #fcfcfc;}
.ctaMsg-form-drop .item{height: 46px;align-items: center;padding: 0 25px;border-top: 1px solid #e4e3e3;}
.ctaMsg-form-drop .item:first-child{border: unset;}
.ctaMsg-form-drop .item:hover{background: #ddd;}
.ctaMsg-form-item .code input{padding-right: 150px;}
.ctaMsg-form-item .code img{user-select: none;cursor: pointer;position: absolute;right: 18px;top: 50%;transform: translateY(-50%);width: 130px;height: 32px;}
.ctaMsg-form-item textarea{width: 100%;background: transparent;border: 1px solid #e4e3e3;padding: 15px 25px;height: 200px;color: #666;}
.ctaMsg-form-item textarea::-webkit-input-placeholder{color: inherit;}
/* 联系我们-营销中心 */
.marInfo-flex{justify-content: space-between;}
.marInfo-flex .title{width: 32%;}
.marInfo-flex .text{width: 68%;}
.ctaMsg-nav{margin-left: -80px;}
.ctaMsg-nav .item{margin: 15px 0 0 80px;align-items: center;user-select: none;cursor: pointer;}
.ctaMsg-nav .item i{display: block;margin-right: 9px;border-radius: 50%;border: 1px solid #383838;width: 16px;height: 16px;}
.ctaMsg-nav .item.active i{border-color: transparent;background: linear-gradient(to bottom,#d03152,#2717b4);}
/* 关于我们-事业部 */
.addrShow{background: url('../images/pages/addrShow-bg.jpg') no-repeat center/cover;}
.addrShow-nav{align-items: center;}
.addrShow-nav .icon{margin-right: 8px;}
.addrShow-nav .item{padding: 0 25px;border-left: 1px solid #999;transition: all .4s ease;user-select: none;cursor: pointer;}
.addrShow-nav .item:first-child{padding-left: 0;border: unset;}
.addrShow-nav .item:last-child{padding-right: 0;}
.addrShow-nav .item:hover,.addrShow-nav .item.active{color: #333;}
.addrShow-swp{display: none;}
.addrShow-swp:first-child{display: block;}
.addrShow-img img{width: 100%;height: 380px;transition: all 2s linear;}
.addrShow-slide:hover .addrShow-img img{transform: scale(1.08);}
.addrShow-btn{user-select: none;cursor: pointer; z-index: 5;position: absolute;left: -80px;top: 50%;transform: translateY(-50%);width: 60px;height: 60px;font-size: 17px;border-radius: 50%;background: rgba(0, 0, 0, .2);}
.addrShow-btn::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: linear-gradient(to right,#cf2b4d,#1910b6);}
.addrShow-btn::before{position: relative;z-index: 2;}
.addrShow-btn:hover::after{opacity: 1;}
.addrShow-btn.next{left: auto;right: -80px;transform: rotate(180deg);}
.addrList-head{padding: 22px 36px;background: url('../images/pages/addrList-head.jpg') no-repeat center/cover;}
.addrList-block-item{border-bottom: 1px solid #ccc;}
.addrList-block-item .text p span{display: inline-block;}
.addrList-block-item .text p span:nth-child(1){min-width: 350px;padding-right: 10px;}
/* 关于我们 */
.abIntro{background: url('../images/pages/abIntro-bg.jpg') no-repeat center/cover;}
.abIntro-video .img img{width: 100%;}
.abIntro-video .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); user-select: none;cursor: pointer; width: 42px;height: 42px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;}
.abIntro-video .btn img{position: relative;z-index: 2;}
.abIntro-video .btn::after,.abIntro-video .btn::before{border-radius: 50%; content: "";animation: dotAni 2s linear infinite; position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 1px solid rgba(255, 255, 255, .5);}
.abIntro-video .btn::after{animation-delay: -1s;}
.abIntro-video .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.abIntro-video .btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(1.5);}100%{opacity: 0;transform: scale(2);}}
.abIntro-num{justify-content: space-between;}
.abIntro-num li{display: flex;flex-direction: column;align-items: center;}
.abIntro-num .text{margin-top: 5px;}
.abIntro-num li:hover .num{background: -webkit-linear-gradient(left, #1910b6 0%, #cf2b4d 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.abMap-flex{align-items: center;justify-content: space-between;}
.abMap-con{width: 21%;}
.abMap-con-item{border-bottom: 1px solid #e5e5e5;user-select: none;cursor: pointer;}
.abMap-con-item:first-child{border-top: 1px solid #e5e5e5;}
.abMap-con-item .text{display: none;}
.abMap-con-item:first-child .text{display: block;}
.abMap-con-item .text span.active{background: -webkit-linear-gradient(left, #1910b6 0%, #cf2b4d 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.abMap-img{width: 75%;}
.abMap-img-bg img{width: 100%;}
.abMap-img-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abMap-img-list li{position: absolute;pointer-events: auto;}
.abMap-img-list .dot{position: relative;z-index: 5;pointer-events: auto; width: 20px;height: 20px;border-radius: 50%;background: rgba(102, 102, 102, .5);display: flex;align-items: center;justify-content: center;}
.abMap-img-list .dot i{display: block;width: 8px;height: 8px;border-radius: 50%;background: #666;}
.abMap-img-list .dot::after,.abMap-img-list .dot::before{border-radius: 50%; content: "";animation: dotAni 2s linear infinite; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(102, 102, 102, .5);}
.abMap-img-list .dot::after{animation-delay: -1s;}
.abMap-img-list .line-box{position: absolute;left: 50%;bottom: 100%;}
.abMap-img-list .line1{width: 1px;height: 150px;position: relative;}
.abMap-img-list .line1::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0;transition: all .4s .7s linear;border-left: 1px dashed #666;}
.abMap-img-list .line2{width: 80px;height: 1px;position: absolute;right: 0;top: 0;}
.abMap-img-list .line2::after{content: "";position: absolute;right: 0;top: 0;width: 0;height: 100%;transition: all .2s .5s linear;border-top: 1px dashed #666;}
.abMap-img-list .name{min-width: 110px; opacity: 0;transition: all .6s ease; white-space: nowrap;padding: 5px 10px;border-radius: 40px;position: absolute;right: 100%;top: 0;transform: translateY(-50%);}
.abMap-img-list li:hover .dot,.abMap-img-list li.active .dot{background: linear-gradient(to right,rgba(207,43,77,.5),rgba(25,16,182,.5));}
.abMap-img-list li:hover .dot::after,.abMap-img-list li:hover .dot::before,.abMap-img-list li.active .dot::after,.abMap-img-list li.active .dot::before{background: linear-gradient(to right,rgba(207,43,77,.5),rgba(25,16,182,.5));}
.abMap-img-list li:hover .dot i,.abMap-img-list li.active .dot i{background: linear-gradient(to right,#cf2b4d,#1910b6);}
.abMap-img-list li:hover .line1::after{height: 100%;transition-delay: 0s;}
.abMap-img-list li:hover .line2::after{width: 100%;transition-delay: .4s;}
.abMap-img-list li:hover .name{opacity: 1;transition-delay: .5s;}
.abMap-img-list li.baxi{left: 30%;top: 69%;}
.abMap-img-list li.aejly{left: 49%;top: 46%;}
.abMap-img-list li.nrly{left: 49%;top: 58%;}
.abMap-img-list li.tuerqi{left: 57%;top: 39%;}
.abMap-img-list li.xuliya{left: 59%;top: 45%;}
.abMap-img-list li.shate{left: 61%;top: 50%;}
.abMap-img-list li.yilang{left: 63%;top: 44%;}
.abMap-img-list li.bjst{left: 66.5%;top: 45%;}
.abMap-img-list li.els{left: 72%;top: 23%;}
.abMap-img-list li.china{left: 77%;top: 40%;}
.abMap-img-list li.yindu{left: 71%;top: 52%;}
.abMap-img-list li.taiguo{left: 78%;top: 53%;}
.abMap-img-list li.yuenan{left: 80%;top: 56%;}
.abMap-img-list li.mlxy{left: 79%;top: 61%;}
.abMap-img-list li.ydnxy{left: 85%;top: 63%;}
.abMap-img-list li.hanguo{left: 85%;top: 42%;}
.abWH-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abWH-bg img{width: 100%;height: 100%;}
.abWH-con{position: relative;z-index: 2;}
.abWH-con .pagesTitle{position: absolute;left: 0;top: 4.5vw;width: 100%;z-index: 2;pointer-events: none;}
.abWH-list li{height: 42vw; width: calc(100% / 6);flex-direction: column;border-left: 1px solid rgba(255, 255, 255, .4);position: relative;}
.abWH-list li:first-child{border: unset;}
.abWH-list li::after{transition: all 1s ease; opacity: 0;z-index: -1; content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0;background: url('../images/pages/abWH-iten-bg.png') no-repeat center/cover;}
.abWH-list .icon{width: 70px;height: 56px;display: flex;align-items: center;justify-content: center;}
.abWH-list .icon img{max-height: 100%;}
.abWH-list .text{display: none;padding: 0 15px;}
.abWH-list li.active::after{height: 60%;opacity: 1;}
.abFZ-bg img{width: 100%;}
.abFZ-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abFZ-swp{width: 800px;max-width: 92%;margin: 0 auto;text-align: center;}
.abFZ-slide .year::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 60px;height: 4px;background: #fff;}
.abFZ-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 5;pointer-events: none;}
.abFZ-list li{display: none; position: absolute;pointer-events: auto;user-select: none;cursor: pointer;}
.abFZ-list .year{position: absolute;left: 50%;bottom: 100%;transform: translateX(-50%);white-space: nowrap;padding-bottom: 8px;}
.abFZ-list .dot{width: 0.73vw;height: 0.73vw;border-radius: 50%;background: #fff;}
.abFZ-list .dot::after{content: "";display: block;width: 100%;height: 100%;border-radius: 50%;opacity: 0;transition: all .4s ease;background: linear-gradient(to right,#cf2b4d,#1910b6);}
.abFZ-list li.active .dot::after{opacity: 1;}
.abFZ-btn{z-index: 10;position: absolute;left: 30px;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;user-select: none;cursor: pointer;font-size: 30px;}
.abFZ-btn.next{left: auto;right: 30px;transform: translateY(-50%) rotate(180deg);}
.abFZ-btn::before{display: block;transition: all .4s ease;}
.abFZ-list li:nth-child(1),.abFZ-list li:nth-child(7),.abFZ-list li:nth-child(13){left: 18.5%;top: 89.3%;}
.abFZ-list li:nth-child(2),.abFZ-list li:nth-child(8),.abFZ-list li:nth-child(14){left: 36.9%;top: 78.2%;}
.abFZ-list li:nth-child(3),.abFZ-list li:nth-child(9),.abFZ-list li:nth-child(15){left: 47%;top: 64.5%;}
.abFZ-list li:nth-child(4),.abFZ-list li:nth-child(10),.abFZ-list li:nth-child(16){left: 65%;top: 59.8%;}
.abFZ-list li:nth-child(5),.abFZ-list li:nth-child(11),.abFZ-list li:nth-child(17){left: 79.2%;top: 55%;}
.abFZ-list li:nth-child(6),.abFZ-list li:nth-child(12),.abFZ-list li:nth-child(18){left: 91.5%;top: 41.5%;}
.abHonor-flex{background: #f5f5f5;}
.abHonor-swp{width: 42%;}
.abHonor-slide img{width: 100%;height: 620px;}
.abHonor-btn{position: absolute;z-index: 2;left: 46px;top: 50%;transform: translateY(-50%); width: 60px;height: 60px;border-radius: 50%;background: rgba(0, 0, 0, .2);user-select: none;cursor: pointer;font-size: 17px;}
.abHonor-btn.next{left: auto;right: 46px;transform: translateY(-50%) rotate(180deg);}
.abHonor-btn::before{position: relative;z-index: 2;}
.abHonor-btn::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: linear-gradient(to right,#cf2b4d,#1910b6);opacity: 0;transition: all .4s ease;}
.abHonor-btn:hover::after{opacity: 1;}
.abHonor-con{width: 58%;padding: 90px 90px 0 70px;}
/* 持续发展-总览 */
.hisIntro:nth-child(1){border-bottom: 2px solid #e5e5e5;}
.hisIntro-desc .title{width: 37%;}
.hisIntro-desc .text{width: 63%;}
.hisIntro-img img{width: 100%;}
.hisGZ-bg img{width: 100%;}
.hisGZ-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;}
.hisGZ-desc{width: 49%;}
.hisSDG{background: url('../images/pages/hisSDG-bg.jpg') no-repeat center/cover;}
.hisSDG-flex{justify-content: space-between;align-items: center;}
.hisSDG-con{width: 38%;}
.hisSDG-con .line,.hisSH-con .line{width: 70px;height: 3px;}
.hisSDG-img{width: 54%;}
.hisSDG-img img{width: 100%;height: 470px;transition: all 2s linear;}
.hisSDG-img:hover img{transform: scale(1.08);}
.hisSH-img{width: 54%;}
.hisSH-img img{width: 100%;height: 470px;transition: all 2s linear;}
.hisSH-img:hover img{transform: scale(1.08);}
.hisSH-con{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 50%;height: 83%;}
.hisSH-desc{padding: 80px 170px 0 80px; width: 100%;height: 100%;background: #f5f5f5;box-shadow: 15px 25.981px 50px 0px rgba(0, 0, 0, 0.1);}
/* 持续发展-策略重点 */
.focusYRWB{background: url('../images/pages/focusIntro-bg.jpg') no-repeat center/cover;}
.focusFZ{background: url('../images/pages/focusFZ-bg.jpg') no-repeat center/cover;}
.focusFZ-list{margin-left: -80px;}
.focusFZ-list li{text-align: center; flex-direction: column;width: calc((100% / 4) - 80px); justify-content: flex-start;padding: 60px; margin: 40px 0 0 80px;border-radius: 10px;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);}
.focusFZ-list .icon{height: 52px;}
.focusFZ-list .icon img{max-height: 100%;}
.focusFZ-list li:hover{transform: translateY(-10px);}
.focusMB-flex{align-items: center; box-shadow: -22.294px 20.074px 50px 0px rgba(0, 0, 0, 0.1);border-top-left-radius: 0;border-bottom-left-radius: 0;}
.focusMB-con{width: 44%;padding: 0 30px 0 80px;}
.focusMB-list li:first-child{margin-top: 0;}
.focusMB-list li{position: relative;padding-left: 40px;margin-top: 30px;}
.focusMB-list li::after{content: "";position: absolute;left: 0;top: 10px;width: 10px;height: 10px;border-radius: 50%;background: #666;}
.focusMB-img{width: 56%;}
.focusMB-img img{width: 100%;height: 470px;transition: all 2s linear;}
.focusMB-img:hover img{transform: scale(1.08);}
/* 持续发展-ESG报告 */
.esgBan-bg img{width: 100%;}
.esgBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.esgBan-list{margin-left: -50px;}
.esgBan-list li{padding: 70px 40px 50px; margin-left: 50px;width: calc(25% - 50px);background: url('../images/pages/esgBG-bg2.jpg') no-repeat center/cover;}
.esgBan-list .btn{width: 140px;height: 40px;border-radius: 40px;border: 1px solid #fff;}
.esgBan-list .btn i{display: block;margin-left: 10px;font-size: 14px;}
.esgBan-list .btn:hover{background: #fff;color: #000;}
.esgDown-list{margin-left: -40px;}
.esgDown-item{padding: 35px 120px 25px 55px; margin: 40px 0 0 40px;width: calc(50% - 40px);border: 1px solid #ccc;}
.esgDown-title{align-items: center;position: relative;z-index: 2;}
.esgDown-title .icon{width: 64px;height: 64px;border-radius: 10px;background: #f5f5f5;margin-right: 16px;}
.esgDown-title .icon img{max-width: 50%;}
.esgDown-title .icon .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.esgDown-title .title{flex: 1;}
.esgDown-btm{border-top: 1px solid #e5e5e5;align-items: center;justify-content: space-between;position: relative;z-index: 2;}
.esgDown-btm .btn .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.esgDown-bg{position: absolute;right: 50px;bottom: 0;width: 20%;}
.esgDown-item:hover{box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);border-color: transparent;}
.esgDown-item:hover .esgDown-title .icon .s,.esgDown-item:hover .esgDown-btm .btn .s{opacity: 0;}
.esgDown-item:hover .esgDown-title .icon .h,.esgDown-item:hover .esgDown-btm .btn .h{opacity: 1;}
.esgHonor{background: url('../images/pages/esgHonor-bg.jpg') no-repeat center/cover;}
.esgHonor-list{margin-left: -40px;}
.esgHonor-item{padding: 0 35px 25px; margin: 40px 0 0 40px;width: calc(25% - 40px);background: #fff;}
.esgHonor-item .img{height: 340px;}
.esgHonor-item .img img{max-height: 77%;transition: all .4s ease;}
.esgHonor-item .title{border-top: 1px solid #e5e5e5;}
.esgHonor-item:hover .img img{transform: scale(1.05);}
/* 产品-列表 */
.proItem-img{width: 50%;}
.proItem-img img{width: 100%;height: 30vw;transition: all 2s linear;}
.proItem-img:hover img{transform: scale(1.08);}
.proItem-con{width: 50%; background: url('../images/pages/pro-bg.jpg') no-repeat center/cover;display: flex;flex-direction: column;justify-content: center;padding-left: 110px;padding-right: calc((100vw - var(--wid)) / 2);}
.proItem:nth-child(2n){flex-direction: row-reverse;}
.proItem:nth-child(2n) .proItem-con{padding-right: 110px;padding-left: calc((100vw - var(--wid)) / 2);}
/* 产品-系列 */
.proXL-intro{box-shadow: 5px 8.66px 57px 0px rgba(0, 0, 0, 0.05);}
.proXL-intro .title::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 60px;height: 3px;background: linear-gradient(to right,#cf2b4d,#1910b6);}
.proXL-module{justify-content: space-between;align-items: flex-start;}
.proXL-module:first-child{margin-top: 0;}
.proXL-left{width: 43%;}
.proXL-item{border-bottom: 2px solid #e5e5e5;}
.proXL-item:first-child{border-top: 2px solid #e5e5e5;}
.proXL-menu{user-select: none;cursor: pointer;align-items: center;justify-content: space-between;}
.proXL-menu i{display: block;position: relative;width: 30px;height: 30px;transition: all .4s ease;}
.proXL-menu i::after,.proXL-menu i::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;}
.proXL-menu i::after{width: 100%;height: 2px;}
.proXL-menu i::before{width: 2px;height: 100%;}
.proXL-menu.active i{transform: rotate(180deg);}
.proXL-menu.active i::after{background: linear-gradient(to right,#cf2b4d,#1910b6);}
.proXL-menu.active i::before{background: linear-gradient(to bottom,#cf2b4d,#1910b6);opacity: 0;}
.proXL-drop{display: none;}
.proXL-drop .item{align-items: center;}
.proXL-drop .item i{display: block;margin-left: 18px;font-size: 14px;font-weight: 300;opacity: 0; transform:translateX(-5px) rotate(180deg);transition: all .4s ease;}
.proXL-drop .item:hover i{transform: rotate(180deg);opacity: 1;}
.proXL-right{width: 46%;}
.proXL-img img{width: 100%;height: 810px;transition: all 2s linear;}
.proXL-img:hover img{transform: scale(1.08);}
.proXL-nav{position: absolute;left: 100%;top: 0;padding-left: 10px;height: 810px;z-index: 999;}
.proXL-nav.fixed{position: fixed;left: calc(1400px + (100% - 1400px) / 2);top: 100px;}
.proXL-nav-line{position: absolute;left: 0;top: 0;width: 4px;height: 100%;}
.proXL-nav-line i{position: absolute;left: 0;top: 0;width: 100%;height: 0;transition: all .2s linear;background: linear-gradient(to bottom,#cf2b4d,#1910b6);}
.proXL-nav-list{height: 100%;flex-direction: column;white-space: nowrap;}
.proXL-nav-list .item{flex: 1;opacity: .5;user-select: none;cursor: pointer;display: flex;align-items: center;}
.proXL-nav-list .item:hover,.proXL-nav-list .item.active{opacity: 1;}
/* 产品详情 */
.proDet-left{width: 21%;border-right: 1px solid #e5e5e5;}
.proDet-side .menu>a{display: block;}
.proDet-side .menu>i{user-select: none;cursor: pointer;}
.proDet-menu1{padding: 22px 60px;background: #e0e0e0;justify-content: space-between;}
.proDet-menu1 i{display: block;position: relative;width: 20px;height: 20px;transition: all .4s ease;}
.proDet-menu1 i::after,.proDet-menu1 i::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #111;transition: all .4s ease;}
.proDet-menu1 i::after{width: 100%;height: 2px;}
.proDet-menu1 i::before{width: 2px;height: 100%;}
.proDet-menu1.active i{transform: rotate(180deg);}
.proDet-menu1.active i::before{opacity: 0;}
.proDet-drop1-item,.proDet-drop2-item{border-bottom: 1px solid #e5e5e5;}
.proDet-menu2{padding: 17px 65px 17px 60px;justify-content: space-between;align-items: flex-start;}
.proDet-menu2 a{flex: 1;}
.proDet-menu2 i{margin-top: 3px;}
.proDet-menu2.active{background: #e8e8e8;}
.proDet-menu2.active i{transform: rotate(270deg);}
.proDet-menu2 i,.proDet-menu3 i,.proDet-menu4 i{display: block;transform: rotate(180deg);font-size: 13px;}
.proDet-menu3{padding: 13px 65px 13px 78px;justify-content: space-between;align-items: center;}
.proDet-menu3.active{background: #f2f2f2;}
.proDet-menu3.active i{transform: rotate(270deg);}
.proDet-menu4{padding: 19px 65px 19px 90px;justify-content: space-between;align-items: center;}
.proDet-menu4.active{color: #111;}
.proDet-menu4.active i{transform: rotate(270deg);}
.proDet-drop4 .menu{padding: 0 105px;margin-top: 15px;}
.proDet-drop4 .menu:first-child{margin-top: 0;}
.proDet-drop4 .menu:hover,.proDet-drop4 .menu.active{color: #111;}
.proDet-side .drop{display: none;}
.proDet-side .menu:hover{color: #111;}
.proDet-right{width: 79%;}
.proDet-back{background: #efefef;padding: 22px 80px;}
.proDet-back .btn{align-items: center;}
.proDet-back .btn span{margin-left: 15px;}
.proDet-back .btn:hover span{color: #000;transform: translateX(-8px);}
.proDet-show{padding: 40px 18vw 40px 80px; justify-content: space-between;align-items: center;background: url('../images/pages/proDet-intro-bg.png') no-repeat center/cover;}
.proDet-show-con{width: 46%;}
.proDet-show-con .line{width: 74px;height: 3px;}
.proDet-show-img{width: 39%;box-shadow: 10px 17.321px 30px 0px rgba(0, 0, 0, 0.1);}
.proDet-show-img img{width: 100%;height: 12.5vw;}
.proDet-show-img .pages-pagination{position: absolute;z-index: 2;right: 22px;bottom: 14px;}
.proDet-show-img .pages-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin-left: 12px;background:#ccc;}
.proDet-show-img .pages-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.proDet-show-img .pages-pagination .swiper-pagination-bullet-active{width: 24px;background: linear-gradient(to right,#cf2b4d,#2011b3);}
.proDet-con{padding: 0 110px 110px 80px;}
.proDet-intro-list{margin:20px 0 0 -95px;}
.proDet-intro-list li{padding: 26px 40px 30px;position: relative; margin-left: 95px;width: calc((100% / 3) - 95px);box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);border-radius: 20px 20px 0 0;}
.proDet-intro-list li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background: linear-gradient(to right,#cf2b4d,#1910b6);}
.proDet-intro-list .title-box{justify-content: space-between;align-items: center;border-bottom: 1px solid #e5e5e5;}
.proDet-intro-list .text{border-bottom: 1px solid #e5e5e5;}
.proDet-intro-table .title{padding: 12px;background: #e0e0e0;}
.proDet-intro-table .table table{width: 100%;text-align: center;}
.proDet-intro-table .table tr{background: #e8e8e8;}
/* .proDet-intro-table .table tr:first-child{font-size: 24px;} */
.proDet-intro-table .table tr.even{background: #f2f2f2;}
.proDet-intro-table .table td{border: 2px solid #fff;padding: 14px;}
.proDet-down-swp{width: calc(100% + 50px);margin-left: -25px;}
.proDet-down-swp .swiper-slide{padding: 0 25px 30px;}
.proDet-down-list{margin-left: -22px;}
.proDet-down-item{margin: 22px 0 0 22px;width: calc(50% - 22px);padding: 24px 32px 24px 20px;border: 1px solid #e5e5e5;justify-content: space-between;align-items: center;}
.proDet-down-item .title{flex: 1;align-items: center;}
.proDet-down-item .title i{display: block;font-size: 24px;margin-right: 20px;}
.proDet-down-item .title span{flex: 1;}
.proDet-down-item .btn{width: 36px;height: 36px;border-radius: 50%;background: #f5f5f5;}
.proDet-down-item .btn::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: linear-gradient(to right,#cf2b4d,#1910b6);}
.proDet-down-item .btn i{position: relative;z-index: 2;font-size: 15px;}
.proDet-down-item:hover{border-color: transparent;box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);}
.proDet-down-item:hover .btn{color: #fff;}
.proDet-down-item:hover .btn::after{opacity: 1;}
.proDet-down-pagination .swiper-pagination-bullet{width: 24px;height: 4px;background: #e5e5e5;border-radius: 0;opacity: 1;margin: 0 8px;}
.proDet-down-pagination .swiper-pagination-bullet-active{background: linear-gradient(to right,#cf2b4d,#1910b6);}
.proDet-link-item{padding: 17px; background: url('../images/pages/proDet-link-bg.jpg') no-repeat center/cover;}
.proDet-link-item .btn{width: 36px;height: 36px;border-radius: 50%;background: #aaa;margin-left: 50px;}
.proDet-link-item .btn i{display: block;font-size: 16px;transform: rotate(45deg);position: relative;z-index: 2;}
.proDet-link-item .btn::after{opacity: 0;transition: all .4s ease; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: linear-gradient(to right,#cf2b4d,#1910b6);}
.proDet-link-item:hover{box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.1);}
.proDet-link-item:hover .btn::after{opacity: 1;}
.proDet-nav{padding: 40px 0 80px 50px;}
.proDet-nav-bg{position: absolute;left: 0;top: 0;width: calc(100% + 110px);height: 100%;background: #f5f5f5;}
.proDet-nav-bg .bg{position: absolute;left: 0;bottom: 0;width: 100%;height: 90px;}
.proDet-nav-list{position: relative;z-index: 2;margin-top: -40px;}
.proDet-nav-item{width: 25%;margin-top: 40px;}
.proDet-nav-menu{padding: 0 14px;}
.proDet-nav-menu::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;border-radius: 50%;background: #333;}
.proDet-nav-drop{display: none;max-height: 300px;overflow-y: auto; position: absolute;left: 0;top: 100%;z-index: 10;width: 230px;padding: 5px 20px 25px;background: #fff;}
.proDet-nav-drop .item{margin-top: 15px;}
.proDet-nav-drop .item:hover{color: #000;}
.proDet-nav-item:hover .proDet-nav-drop{display: block;}
.proDet-intro2{border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;}
.proDet-intro2-list{justify-content: space-between;}
.proDet-intro2-list li{width: 43%;}
.proDet-intro2-list li:nth-child(-n+2){margin-top: 0;}
.proDet-intro2-list .title{align-items: center;}
.proDet-intro2-list .title i{font-size: 14px; width: 26px;height: 26px;border-radius: 50%;border: 2px solid #333;margin-right: 12px;transform: rotate(180deg);}
.proDet-xn-img{width: 54%;}
/* 产品列表-涂料 */
.proB-list{margin-left: -2.1vw;}
.proB-item{margin: 2.1vw 0 0 2.1vw;width: calc(50% - 2.1vw);overflow: hidden;}
.proB-show .img img{width: 100%;height: 23.5vw;}
.proB-show .title{position: absolute;left: 0;bottom: 0;width: 100%;padding: 22px 0;background: rgba(0, 0, 0, .7);}
.proB-hide{transition: all .6s ease; position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transform: scale(.5);}
.proB-hide::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,#cf2b4d,#1910b6);opacity: .6;}
.proB-hide .desc{width: 380px;max-width: 60%;position: relative;position: relative;z-index: 2;}
.proB-item:hover .proB-show .img img{transform: scale(1.2);}
.proB-item:hover .proB-show .title{transform: translateY(100%);opacity: 0;}
.proB-item:hover .proB-hide{transform: scale(1);opacity: 1;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .pagesNav-list .item{height: 80px;margin-left: 45px;}
    .joinSchool-con{padding: 55px 55px 0 55px;}
    .joinSchool-slide img{height: 400px;}
    .joinSchool-con .list{margin-left: -20px;font-size: 15px;}
    .joinSchool-con .list span{margin-left: 20px;}
    .joinSchool-con .text p{margin-top: 10px;}
    .joinSchool-con .text i{font-size: 13px;margin-right: 8px;}
    .joinSH-head{padding: 15px 55px;}
    .joinSH-menu{padding: 18px 55px;}
    .joinSH-menu .icon{width: 40px;margin-right: 30px;}
    .joinSH-drop{padding: 25px 55px;}
    .joinSH-edit h1, .joinSH-edit h2, .joinSH-edit h3, .joinSH-edit h4, .joinSH-edit h5, .joinSH-edit h6{font-size: 18px;}
    .joinFL-list-flex{margin-left: -15px;}
    .joinFL-item{width: calc(50% - 15px);margin: 15px 0 0 15px;height: 130px;padding: 20px 16px;}
    .joinFL-item:nth-child(7),.joinFL-item:nth-child(8){width: calc(41% - 25px);height: calc(50% - 7px);}
    .joinAct-img img{height: 195px;}
    .joinAct-show{padding: 15px 20px;}
    .newsShow-list{padding: 60px 45px;}
    .newsShow-list .list{height: 320px;padding-right: 50px;}
    .newsItem-con{padding: 30px 150px 30px 40px;}
    .techNew-img img{height: 290px;}
    .techNew-btn{left: -55px;width: 50px;height: 50px;font-size: 14px;}
    .techNew-btn.next{right: -55px;}
    .techNew-con{padding: 20px 90px 40px 30px;}
    .techList-list{margin-left: -35px;}
    .techList-item{margin: 35px 0 0 35px;width: calc((100% / 3) - 35px);}
    .techList-con{padding: 20px 15px;}
    .techList-img img{height: 200px;}
    .techRD-img img{height: 200px;}
    .techRD-con {padding: 25px 20px 40px;}
    .newsSelect:nth-child(2), .newsInput{margin-left: 80px;}
    .videoItem-img .img img{height: 250px;}
    .newsDet-edit h1, .newsDet-edit h2, .newsDet-edit h3, .newsDet-edit h4, .newsDet-edit h5, .newsDet-edit h6{font-size: 20px;}
    .ctaHZ-list{margin-left: -30px;}
    .ctaHZ-list li{margin: 30px 0 0 30px;width: calc(50% - 30px);padding: 50px 55px 45px 45px;border-radius: 16px;}
    .ctaHZ-list .icon{width: 55px;margin-right: 15px;}
    .ctaTZ-list{padding: 35px 45px;}
    .ctaTZ-list ul{margin-left: -35px;}
    .ctaTZ-list ul li{margin: 35px 0 0 35px;width: calc((100% / 3) - 35px);border-radius: 16px;padding: 20px 12px;}
    .ctaMsg-con .contain-1400{padding: 50px 150px;}
    .ctaMsg-form-item .code img{right: 14px;width: 110px;height: 27px;}
    .ctaMsg-nav{margin-left: -50px;}
    .ctaMsg-nav .item{margin: 12px 0 0 50px;}
    .ctaMsg-nav .item i{width: 14px;height: 14px;}
    .addrShow-img img{height: 280px;}
    .addrShow-con .text{font-size: 16px;}
    .addrList-head{padding: 18px 30px;}
    .addrList-block-item .text p span:nth-child(1){min-width: 330px;}
    .addrShow-nav .icon{width: 30px;}
    .addrShow-btn{left: -66px;width: 50px;height: 50px;font-size: 15px;}
    .addrShow-btn.next{right: -66px;}
    .abWH-list .icon{width: 60px;height: 50px;}
    .abFZ-slide .year::after{width: 50px;height: 3px;}
    .abHonor-con{padding: 60px 60px 0 50px;}
    .abHonor-btn{width: 50px;height: 50px;left: 30px;font-size: 16px;}
    .abHonor-btn.next{left: auto;right: 30px;}
    .hisSDG-img img,.hisSH-img img{height: 360px;}
    .hisSDG-con .line, .hisSH-con .line{width: 50px;}
    .hisSH-desc{padding: 60px 90px 0 60px;}
    .focusFZ-list{margin-left: -60px;}
    .focusFZ-list li{margin: 30px 0 0 60px;width: calc((100% / 4) - 60px);padding: 45px;}
    .focusFZ-list .icon{height: 45px;}
    .focusMB-img img{height: 360px;}
    .focusMB-con{padding: 0 20px 0 50px;}
    .focusMB-list li{padding-left: 30px;margin-top: 20px;}
    .focusMB-list li::after{width: 8px;height: 8px;}
    .esgBan-list{margin-left: -35px;}
    .esgBan-list li {padding: 50px 25px 35px;margin-left: 35px;width: calc(25% - 35px);}
    .esgDown-list{margin-left: -30px;}
    .esgDown-item{margin: 30px 0 0 30px;width: calc(50% - 30px);padding: 25px 90px 20px 40px;}
    .esgDown-title .icon{width: 54px;height: 54px;margin-right: 14px;}
    .esgHonor-list{margin-left: -30px;}
    .esgHonor-item{margin: 30px 0 0 30px;width: calc(25% - 30px);padding: 0 25px 20px;}
    .esgHonor-item .img{height: 300px;}
    .proItem-con{padding-left: 80px;}
    .proItem:nth-child(2n) .proItem-con{padding-right: 80px;}
    .proItem-con .icon{width: 36px;}
    .proXL-view .contain-1400{width: 1050px;}
    .proXL-img img,.proXL-nav{height: 580px;}
    .proXL-nav.fixed{left: calc(1050px + (100% - 1050px) / 2);}
    .proXL-nav-list .item{font-size: 14px;}
    .proXL-menu i{width: 25px;height: 25px;}
    .proDet-menu1{padding: 16px 40px;}
    .proDet-menu2{padding: 13px 45px 13px 40px;}
    .proDet-menu3{padding: 10px 45px 10px 50px;}
    .proDet-menu4{padding: 14px 45px 14px 60px;font-size: 13px;}
    .proDet-drop4 .menu{padding: 0 70px;font-size: 13px;margin-top: 12px;}
    .proDet-show{padding: 30px 18vw 30px 60px;}
    .proDet-show-con .line{width: 60px;}
    .proDet-intro-list{margin: 15px 0 0 -70px;}
    .proDet-intro-list li {padding: 20px 30px 25px;margin-left: 70px;width: calc((100% / 3) - 70px);border-radius: 16px 16px 0 0;}
    /* .proDet-intro-table .table tr:first-child{font-size: 20px;} */
    .proDet-intro-table .title{padding: 10px 0;}
    .proDet-intro-table .table td{padding: 12px;}
    .proDet-down-item{padding: 20px 26px 20px 16px;}
    .proDet-nav-list{margin-top: -30px;}
    .proDet-nav-item{margin-top: 30px;}
    .proDet-nav{padding: 30px 0 80px 35px;}
    .proDet-link-item{padding: 14px;}
    .proDet-link-item .btn{margin-left: 40px;}
    .proDet-con{padding: 0 80px 80px 60px;}
    .proDet-intro2-list li{width: 46%;}
    .proB-show .title{padding: 18px 0;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .joinSchool-slide img{height: 310px;}
    .joinSchool-con {padding: 35px 35px 0 35px;}
    .joinSchool-con .list {margin:40px 0 0 -10px;font-size: 13px;}
    .joinSchool-con .list span{margin: 10px 0 0 10px;}
    .joinSH-menu .icon{width: 30px;margin-right: 20px;}
    .joinFL-item{height: 100px;padding: 15px 12px;}
    .joinFL-item .icon{right: 10px;bottom: 10px;}
    .joinFL-item .icon img{max-width: 22px;max-height: 22px;}
    .joinAct-img img{height: 155px;}
    .newsShow-list {padding: 40px 30px;}
    .newsShow-list .list {height: 260px;padding-right: 30px;}
    .newsItem-con {padding: 20px 100px 20px 30px;}
    .techNew-btn{left: -40px;width: 40px;height: 40px;font-size: 13px;}
    .techNew-btn.next{right: -40px;}
    .techNew-img img{height: 230px;}
    .techNew-con {padding: 15px 60px 30px 20px;}
    .techList-list {margin-left: -20px;}
    .techList-item{margin: 25px 0 0 25px;width: calc((100% / 3) - 25px);}
    .techList-img img{height: 160px;}
    .techRD-img img{height: 160px;}
    .techRD-con {padding: 20px 15px 30px;}
    .newsSelect:nth-child(2), .newsInput {margin-left: 40px;}
    .newsInput input{width: 210px;}
    .videoList{margin-left: -25px;}
    .videoItem{margin-left: 25px;width: calc((100% / 3) - 25px);}
    .videoItem-img .img img{height: 200px;}
    .videoItem-img .btn{width: 50px;height: 50px;}
    .newsDet-edit h1, .newsDet-edit h2, .newsDet-edit h3, .newsDet-edit h4, .newsDet-edit h5, .newsDet-edit h6{font-size: 18px;}
    .ctaHZ-list {margin-left: -20px;}
    .ctaHZ-list li{margin: 20px 0 0 20px;width: calc(50% - 20px);padding: 35px 40px 35px 35px;border-radius: 12px;}
    .ctaHZ-list .icon {width: 45px;}
    .ctaTZ-list ul {margin-left: -25px;}
    .ctaTZ-list ul li {margin: 25px 0 0 25px;width: calc((100% / 3) - 25px);border-radius: 12px;padding: 15px;}
    .ctaMsg-con .contain-1400{padding: 35px 80px;}
    .ctaMsg-form-item .code img {right: 10px;width: 100px;height: 24px;}
    .ctaMsg-form-item .code input{padding-right: 110px;}
    .ctaMsg-nav{margin-left: -40px;}
    .ctaMsg-nav .item{margin: 12px 0 0 40px;}
    .ctaMsg-nav .item i{width: 12px;height: 12px;}
    .addrShow-nav .icon{width: 26px;}
    .addrShow-nav .item{padding: 0 15px;}
    .addrShow-img img{height: 225px;}
    .addrShow-con .text{font-size: 14px;}
    .abWH-list .icon {width: 50px;height: 44px;}
    .abFZ-slide .year::after{width: 40px;}
    .abHonor-slide img{height: 700px;}
    .abHonor-con {padding: 50px 50px 0 40px;}
    .hisSDG-img img, .hisSH-img img{height: 300px;}
    .hisSDG-con .line, .hisSH-con .line{width: 40px;height: 2px;}
    .hisSH-desc {padding: 40px 40px 0 40px;}
    .focusFZ-list{margin-left: -40px;}
    .focusFZ-list li {margin: 20px 0 0 40px;width: calc((100% / 4) - 40px);padding: 30px;}
    .focusFZ-list .icon{height: 42px;}
    .focusMB-con {padding: 0 20px;}
    .focusMB-list li {padding-left: 20px;margin-top: 15px;}
    .focusMB-list li::after{width: 6px;height: 6px;top: 8px;}
    .focusMB-img img{height: 320px;}
    .esgBan-list{margin-left: -25px;}
    .esgBan-list li {padding: 35px 20px 25px;margin-left: 25px;width: calc(25% - 25px);}
    .esgDown-list{margin-left: -20px;}
    .esgDown-item{margin: 20px 0 0 20px;width: calc(50% - 20px);padding: 20px 60px 20px 30px;}
    .esgDown-title .icon{width: 48px;height: 48px;}
    .esgHonor-list{margin-left: -20px;}
    .esgHonor-item{margin: 20px 0 0 20px;width: calc(25% - 20px);padding: 0 20px 15px;}
    .esgHonor-item .img{height: 250px;}
    .proItem-con{padding-left: 40px;}
    .proItem:nth-child(2n) .proItem-con{padding-right: 40px;}
    .proItem-con .icon{width: 30px;}
    .proXL-view .contain-1400{width: 800px;}
    .proXL-img img,.proXL-nav{height: 470px;}
    .proXL-nav.fixed{left: calc(800px + (100% - 800px) / 2);}
    .proXL-nav-list .item{font-size: 13px;}
    .proXL-menu i{width: 20px;height: 20px;}
    .proDet-left{width: 26%;}
    .proDet-right{width: 74%;}
    /* .proDet-intro-table .table tr:first-child{font-size: 18px;} */
    .proB-show .title {padding: 15px 0;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
@media all and (max-width:1000px){
    /* 720 竖屏 */
    .pro-box .pagesBan-bg img{height: 450px;}
    .proBan-desc{width: 100%;padding: 20px 15px;}
    .pagesBan-bg img{height: 280px;}
    .pagesBan-con .contain,.pagesBan-con .contain-1400{padding-bottom: 44px;}
    .pagesNav .contain{width: 100%;overflow-x: auto;}
    .pagesNav-list{flex-wrap: nowrap;white-space: nowrap;justify-content: flex-start;}
    .pagesNav-list .item{margin-left: 30px;height: 44px;font-size: 13px;}
    .pagesNav-list .item:first-child{margin-left: 4vw;}
    .pagesNav-list .item::after{height: 2px;}
    .joinSchool-swp{width: 100%;}
    .joinSchool-con{width: 100%;padding: 20px 15px 30px;}
    .joinSchool-slide img{height: 210px;}
    .joinSchool-swp .pages-pagination{right: 10px;bottom: 10px;}
    .pages-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin-left: 10px;}
    .pages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 25px;}
    .joinSchool-con .text i{font-size: 12px;}
    .joinSchool-con .list{font-size: 12px;}
    .joinSH-head{display: none;}
    .joinSH-menu{padding: 10px 30px;border-radius: 20px;position: relative;}
    .joinSH-menu .item:nth-child(1){width: 100% !important;font-weight: 700;margin-bottom: 5px;font-size: 13px;}
    .joinSH-menu .icon{display: none;}
    .joinSH-menu .item{width: auto !important;margin-right: 10px;font-size: 12px;}
    .joinSH-menu .item:nth-child(6){position: absolute;right: 10px;top: 50%;transform: translateY(-50%); width: 20px !important;}
    .joinSH-menu .btn{height: 20px;}
    .joinSH-drop{padding: 15px 30px;}
    .joinSH-edit h1, .joinSH-edit h2, .joinSH-edit h3, .joinSH-edit h4, .joinSH-edit h5, .joinSH-edit h6{font-size: 14px;}
    .joinSH-btn .btn{width: 120px;height: 40px;}
    .joinSH-btn .btn i{font-size: 14px;margin-right: 8px;}
    .joinFL-con{width: 100%;}
    .joinFL-con::after{width: 40px;height: 2px;}
    .joinFL-list{width: 100%;margin-top: 20px;}
    .joinFL-list-flex{margin-left: -8px;}
    .joinFL-item{height: 80px;margin: 8px 0 0 8px;padding: 10px;}
    .joinFL-item:nth-child(7), .joinFL-item:nth-child(8) {width: calc(41% - 0px);height: calc(50% - 4px);}
    .joinFL-item .icon img {max-width: 16px;max-height: 16px;}
    .joinAct-item{width: 50%;}
    .joinAct-item:nth-child(1){width: 50%;}
    .joinAct-show{padding: 10px;}
    .joinAct-item .title{font-size: 13px;}
    .joinAct-item .text{font-size: 12px;}
    .joinAct-hide{padding: 0 10px;}
    .newsShow-nav .item{padding: 0 15px;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 205px;}
    .newsShow-list{padding: 20px 15px 30px;width: 100%;}
    .newsShow-list .list{padding-right: 15px;height: 180px;}
    .newsShow-list .item{padding-left: 15px;}
    .newsShow-list .item::after{width: 5px;height: 5px;}
    .newsSelect:nth-child(2){margin-left: 40px;}
    .newsInput{margin: 5px 0 0;}
    .newsMenu{height: 46px;}
    .newsDrop .item {padding: 7px 5px 7px 10px;}
    .newsInput input{width: 260px;height: 46px;}
    .newsInput .btn{font-size: 14px;}
    .newsItem-img{width: 100%;}
    .newsItem-con{width: 100%;padding: 20px 15px;}
    .newsItem-con .title{width: 100%;}
    .techNew-desc{width: 100%;margin-top: 5px;}
    .techNew-img img{height: 175px;}
    .techNew-con{padding: 20px 15px 30px;}
    .techNew-btn{display: none;}
    .techNew-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 4px;}
    .techNew-pagination .swiper-pagination-bullet-active{background: linear-gradient(to right,#cf2b4d,#1910b6);}
    .techList-list{margin-left: 0;}
    .techList-item{margin: 25px 0 0;width: 100%;}
    /* .techList-img img{height: 160px;} */
    .techList-con {box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);}
    .techList .comMore-box .line{width: 50px;}
    .techRD{padding: 50px 4%;}
    .techRD-desc{width: 100%;}
    .techRD-desc .comMore-box{margin-top: 20px;}
    .techRD-btn{display: none;}
    .techRD-swp{width: calc(100% + 22px);margin-top: 30px;margin-right: 0;}
    .techRD-pagination{width: calc(100% - 22px);}
    .techB-head .newsScreen{margin-top: 10px;}
    .videoList{margin-left: 0;}
    .videoItem{margin: 25px 0 0;width: 100%;}
    .videoItem-img .img img{height: 230px;}
    .videoItem-con .date i{font-size: 13px;margin-right: 5px;}
    .newsDet-head .date i{font-size: 12px;margin-right: 8px;}
    #toShare a{width: 30px;height: 30px;font-size: 12px;}
    .newsDet-edit h1, .newsDet-edit h2, .newsDet-edit h3, .newsDet-edit h4, .newsDet-edit h5, .newsDet-edit h6{font-size: 14px;}
    .newsDet-menu{border-radius: 10px;margin-top: 70px;background: transparent;padding: 0;}
    .newsDet-menu .page{max-width: unset;width: 100%;}
    .newsDet-menu .page:nth-child(2){margin-top: 12px;}
    .newsDet-menu .back{position: absolute;top: -35px;font-size: 22px;}
    .ctaHZ-list{margin: 0;}
    .ctaHZ-list li{margin: 20px 0 0;width: 100%;border-radius: 8px;padding: 30px 15px 40px;}
    .ctaHZ-list .icon{width: 35px;}
    .ctaTZ-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .ctaTZ-bg img{width: 100%;height: 100%;}
    .ctaTZ-list{position: relative;z-index: 2;padding: 40px 15px 50px;}
    .ctaTZ-list ul{margin-left: 0;}
    .ctaTZ-list ul li{margin: 15px 0 0;width: 100%;border-radius: 8px;}
    .ctaMsg-con .contain-1400{padding: 30px 15px 40px;}
    .ctaMsg-form-item{width: 100% !important;}
    .ctaMsg-form-item input{height: 40px;padding-left: 16px;}
    .ctaMsg-form-menu{height: 40px;padding: 0 16px;}
    .ctaMsg-form-drop{max-height: 160px;}
    .ctaMsg-form-drop .item{height: 40px;padding: 0 16px;}
    .ctaMsg-form-item textarea{padding: 12px 16px;height: 140px;}
    .ctaMsg-nav{margin-left: -25px;}
    .ctaMsg-nav .item{margin: 10px 0 0 25px;width: calc(50% - 25px);}
    .ctaMsg-nav .item i{width: 10px;height: 10px;margin-right: 6px;}
    .marInfo-flex .title{width: 100%;}
    .marInfo-flex .text{width: 100%;margin-top: 8px;}
    .addrShow-nav .icon{width: 20px;margin-right: 6px;}
    .addrShow-img img{height: 250px;}
    .addrShow-btn{display: none;}
    .addrShow-pagination{margin-top: 30px;}
    .addrShow-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 4px;}
    .addrShow-pagination .swiper-pagination-bullet-active{background: linear-gradient(to right,#cf2b4d,#1910b6);}
    .addrList-head{padding: 12px 15px;}
    .abIntro-video .btn{width: 30px;height: 30px;}
    .abIntro-video .btn img{width: 8px;}
    .abIntro-num{margin-top: 0;padding-bottom: 20px;}
    .abIntro-num li{width: 50%;margin-top: 30px;}
    .abMap-con{width: 100%;}
    .abMap-con-item{padding: 20px 0;}
    .abMap-img{width: 100%;margin-top: 40px;}
    .abMap-img-list .dot{width: 10px;height: 10px;}
    .abMap-img-list .dot i{width: 4px;height: 4px;}
    .abMap-img-list .line1{height: 50px;}
    .abMap-img-list .line2{width: 20px;}
    .abMap-img-list .name{font-size: 10px;min-width: 60px;padding: 3px 5px;}
    .abWH{margin-top: 100px;}
    .abWH-con .pagesTitle{top: -50px;}
    .abWH-con .pagesTitle .title{color: #333;}
    .abWH-list li{width: calc(100% / 3);height: 250px;border-top: 1px solid rgba(255, 255, 255, .2);}
    .abWH-list li:nth-child(4){border-left: unset;}
    .abWH-list .text{font-size: 11px;padding: 0 10px;line-height: 22px;}
    .abWH-list .icon{width: 36px;height: 30px;}
    .abFZ-slide .year{padding-bottom: 5px;}
    .abFZ-slide .text{font-weight: 400;font-size: 13px;padding: 0 20px;}
    .abFZ-btn{left: 3%;top: 40%;width: auto;height: auto;font-size: 20px;}
    .abFZ-btn.next{right: 3%;}
    .abFZ-bg{padding-top: 200px;background: #015492;}
    .abFZ-slide .year::after{width: 20px;height: 1px;}
    .abFZ-list{top: auto;bottom: 0;height: calc(100% - 200px);}
    .abFZ-list .dot{width: 5px;height: 5px;}
    .abFZ-list .year{font-size: 12px;padding-bottom: 4px;}
    .abHonor-swp{width: 100%;}
    .abHonor-slide img{height: 340px;}
    .abHonor-btn{display: none;}
    .abHonor-swp .swiper-container{height: auto;}
    .abHonor-pagination{position: absolute;left: 0;bottom: 15px;width: 100%;z-index: 2;}
    .abHonor-pagination .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 4px;background: #fff;opacity: .5;}
    .abHonor-pagination .swiper-pagination-bullet-active{background: linear-gradient(to right,#cf2b4d,#1910b6);opacity: 1;}
    .abHonor-con{width: 100%;padding: 20px 15px 30px;}
    .hisIntro-desc .title{width: 100%;}
    .hisIntro-desc .text{width: 100%;margin-top: 8px;}
    .hisGZ-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .hisGZ-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
    .hisGZ-bg img{height: 100%;}
    .hisGZ-con{position: relative;z-index: 2;padding: 40px 0;}
    .hisGZ-desc{width: 100%;}
    .hisSDG-flex{flex-direction: column-reverse;}
    .hisSDG-con{width: 100%;margin-top: 20px;}
    .hisSDG-img{width: 100%;}
    .hisSDG-img img, .hisSH-img img{height: 190px;}
    .hisSDG-con .line, .hisSH-con .line{width: 30px;}
    .hisSH-img{width: 100%;}
    .hisSH-con{position: relative;right: auto;top: auto;transform: none;width: 100%;}
    .hisSH-desc{padding: 20px 15px;box-shadow: 5px 8px 18px 0px rgba(0, 0, 0, 0.1);}
    .focusFZ-list {margin-left: -15px;}
    .focusFZ-list li{box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);margin: 15px 0 0 15px;width: calc((100% / 2) - 15px);padding: 30px 15px;min-height: 150px;border-radius: 4px;}
    .focusFZ-list .icon{height: 34px;}
    .focusFZ-list .text{margin-top: 15px;}
    .focusMB-flex{flex-direction: column-reverse;border-radius: 10px 10px 0 0;}
    .focusMB-img{width: 100%;}
    .focusMB-img img{height: 180px;}
    .focusMB-con{width: 100%;padding: 20px 15px 30px;}
    .focusMB-list li {padding-left: 12px;margin-top: 10px;}
    .focusMB-list li::after {width: 4px;height: 4px;top: 8px;}
    .esgBan-bg img{height: 250px;}
    .esgBan-list{margin-left: -10px;}
    .esgBan-list li{margin-left: 10px;width: calc(50% - 10px);padding: 20px 10px;}
    .esgBan-list .btn{width: 100px;height: 32px;font-size: 12px;}
    .esgBan-list .btn i{font-size: 10px;margin-left: 6px;}
    .esgDown-list{margin-left: 0;}
    .esgDown-item{margin: 20px 0 0;width: 100%;padding: 20px 15px;}
    .esgDown-title .icon{width: 38px;height: 38px;margin-right: 12px;border-radius: 5px;}
    .esgDown-btm .btn img{width: 14px;}
    .esgHonor-list{margin-left: 0;}
    .esgHonor-item{margin: 30px 0 0;width: 100%;}
    .esgHonor-item .title{font-size: 14px;}
    .proItem{flex-direction: column !important;}
    .proItem-img{width: 100%;}
    .proItem-img img{height: 220px;}
    .proItem-con{width: 100%;padding: 20px 4% 30px;}
    .proXL-view .contain-1400{width: 92%;}
    .proXL-intro .title::after{width: 30px;height: 2px;}
    .proXL-nav{display: none;}
    .proXL-module{flex-direction: column-reverse;}
    .proXL-right{width: 60%;margin: 0 auto;box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .3);}
    .proXL-img img{height: 260px;}
    .proXL-left{width: 100%;}
    .proXL-menu i{width: 15px;height: 15px;}
    .proXL-drop .item i{font-size: 12px;}
    .proDet-left{width: 100%;display: none;}
    .proDet-right{width: 100%;}
    .proDet-back{padding: 16px 4%;}
    .proDet-show{padding: 25px 4%;flex-direction: column-reverse;}
    .proDet-show-img{width: 100%;}
    .proDet-show-img img{height: 195px;}
    .proDet-show-con{width: 100%;margin-top: 20px;}
    .proDet-show-con .line{width: 30px;height: 2px;}
    .proDet-con{padding: 0 4% 40px 4%;}
    .proDet-intro-list{margin: 0;}
    .proDet-intro-list li{margin: 15px 0 0;width: 100%;border-radius: 8px 8px 0 0;padding: 30px 20px 40px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);}
    .proDet-intro-table .table{font-size: 12px;}
    /* .proDet-intro-table .table tr:first-child{font-size: 13px;} */
    .proDet-intro-table .table td{padding: 8px 5px;}
    .proDet-down-list{margin: 0;}
    .proDet-down-item{margin: 15px 0 0;width: 100%;padding: 10px 15px;}
    .proDet-down-item .title i{font-size: 18px;margin-right: 12px;}
    .proDet-down-item .btn{width: 30px;height: 30px;}
    .proDet-down-item .btn i{font-size: 12px;}
    .proDet-link-item .btn{width: 26px;height: 26px;margin-left: 20px;}
    .proDet-link-item .btn i{font-size: 10px;}
    .proDet-link-item{padding: 10px;}
    .proDet-nav{padding: 20px 15px 60px;}
    .proDet-nav-list{margin-top: -20px;}
    .proDet-nav-item{margin-top: 20px;width: 50%;}
    .proDet-nav-menu::after{width: 6px;height: 6px;}
    .proDet-nav-drop{max-height: 200px;width: 100%;padding: 5px 10px 15px;}
    .proDet-nav-drop .item{font-size: 10px;margin-top: 10px;}
    .proDet-intro2-list .title i{width: 18px;height: 18px;font-size: 10px;margin-right: 6px;border-width: 1px;}
    .proDet-xn-img{width: 100%;}
    .proB-list{padding: 0 4%;margin: 0;}
    .proB-item{margin: 20px 0 0;width: 100%;}
    .proB-show .img img{height: 200px;}
    .proB-show .title{padding: 10px 0;}
    .proB-hide .desc{width: 90%;max-width: unset;}
    .proDet-intro2-list li{width: 100%;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
}