@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: 44px;height: 44px;border: 1px solid #eeeff0;margin: 4px;font-size: 14px;color: #888;transition: all .4s ease;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.paging-menu a:last-child{transform: rotateY(180deg);}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #f08200;background-color: #f08200;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #888;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 64px;padding: 0 8px;text-align: center;height: 44px;border: 1px solid #eeeff0;font-size: 14px;color: #888;transition: all .4s ease;}
.paging-skip input:focus{border-color: #f08200;}
.paging-skip button{color: #666;font-size: 14px;padding: 0 18px;border: 1px solid #eeeff0;transition: all .4s ease;height: 44px;background: #fff;cursor: pointer;}
.paging-skip button:hover{background-color: #f08200;color: #fff;border-color: #f08200;}
.paging-hint span{color: #f08200;}
/* @media all and (max-width:1590px){.paging-menu a{width: 38px;height: 38px;}.paging-skip input{width: 50px;height: 38px;}.paging-skip button{height: 38px;}} */
@media all and (max-width:1000px){.paging-skip button{padding: 0 10px;font-size: 11px;}.paging-menu a{margin: 4px 2px;width: 30px;height: 30px;font-size: 12px;}.paging-skip input{width: 50px;font-size: 10px;}.paging-skip{margin-left: 3px;justify-content: center;}.paging-skip input,.paging-skip button{height: 30px;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #f08200;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #f08200;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #f08200 !important;}
.search-link:hover h2{color: #f08200;}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap .contain{max-width: 1000px;}
.webmap-back a{text-decoration: underline;transition: color .4s ease;}
.webmap-back a:hover{color: #f08200;}
.webmap-title{width: 100%;}
.webmap-list{width: 100%;}
.webmap-name{border-bottom: 1px solid #bebebe;width: 100%;display: block;}
.webmap-link{width: 100%;}
.webmap-link .more h6{margin-top: max(4px,0.08rem);display: block;}
.webmap-link .more h6 a:hover{text-decoration: underline;}
@media all and (max-width: 1000px){
    .webmap-list ul{margin: -20px 0 0 !important;}
    .webmap-list li{width: 100% !important;margin: 20px 0 0 !important;}
    .webmap-link .more{display: flex;flex-wrap: wrap;}
    .webmap-link .more h6{width: 33.3333%;}
}
/* 联系我们 */
.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;}
.pagesBan-con .title{animation: banText1 1s ease both;}
.pagesBan-con .text{color: rgba(255, 255, 255, .6);animation: banText2 1s ease both;}
@keyframes banText1 {0%{opacity: 0;transform: translateY(-0.8rem);filter: blur(20px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
@keyframes banText2 {0%{opacity: 0;transform: translateY(0.8rem);filter: blur(20px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.pagesMenu{border-bottom: 1px solid #ddd;}
.pagesMenu .contain{justify-content: space-between;align-items: center;display: flex;}
.pagesNav{max-width: 55%;}
.pagesNav-list{white-space: nowrap;flex-wrap: nowrap;overflow-x: auto;}
.pagesNav-list::-webkit-scrollbar{width: 6px;height: 8px}
.pagesNav-list::-webkit-scrollbar-thumb{background: #ddd}
.pagesNav-list::-webkit-scrollbar-track{background: #f1f1f1}
@-moz-document url-prefix(){
    .pagesNav-list{scrollbar-color: #ddd #f1f1f1;scrollbar-width:thin}
    .pagesNav-list{scrollbar-face-color: #f08200;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .pagesNav-list{scrollbar-color:#ddd #f1f1f1;scrollbar-width:thin}
    .pagesNav-list{scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1}
}




.pagesNav .item{height: max(50px,0.9rem);padding: 0 0.26rem;color: #666;}
.pagesNav .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #f08200;opacity: 0;transition: all .4s ease;}
.pagesNav .item:hover,.pagesNav .item.active{color: #f08200;}
.pagesNav .item.active::after{opacity: 1;}
/* .pagesMenu .pagesBread{float: right;} */
.pagesBread{height: max(50px,0.9rem);align-items: center;}
.pagesBread .item{padding-left: 0.4rem;color: #a0a0a0;max-width:2rem;white-space: nowrap;display: block;-webkit-box-orient: inherit;overflow: hidden;text-overflow: ellipsis;}
.pagesBread .item::after{content: "/";position: absolute;left: 0.15rem;top: 0;color: #a0a0a0;}
.pagesBread .item:first-child{padding-left: 0;}
.pagesBread .item:first-child::after{display: none;}
.pagesBread .item:hover,.pagesBread .item:last-child{color: #666;}
.line-pagination{position: relative;height: 3px;background: #eeeff0;}
.line-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #f08200;}
.pages-pagination .swiper-pagination-bullet{margin: 0 4px;}
.pages-pagination .swiper-pagination-bullet-active{background: #f08200;}
/* 联系我们 */
.ctaIntro{background: #eeeff0;padding: 0.9rem 0;}
.ctaIntro-list li{width: 27%;position: relative;display: flex;flex-direction: column;align-items: center;text-align: center;}
.ctaIntro-list li:nth-child(2){width: 46%;}
.ctaIntro-list li::after{content: "";position: absolute;left: 0;top: 0;width: 2px;height: max(40px,0.62rem);background: #dadadb;}
.ctaIntro-list li:first-child::after{display: none;}
.ctaIntro-list .icon{font-size: 0.3rem;}
.ctaSon-item{height: 100%;background: #eeeff0;}
.ctaSon-img{overflow: hidden;}
.ctaSon-img img{width: 100%;height: 2.4rem;transition: all .6s ease;}
.ctaSon-img:hover img{transform: scale(1.1);}
.ctaSon-con{padding: 0.4rem 0.5rem 0.5rem;}
.ctaSon-con .title{align-items: center;}
.ctaSon-con .title i{display: block;margin-right: max(8px,0.1rem);font-size: 0.3rem;}
.ctaSon-con .title span{flex: 1;}
.ctaMsg{background: linear-gradient(to bottom,#eeeff0 10%,#fff 100%);}
.ctaMsg-con{background: #fff;padding: 0.6rem;color: #4b4b4d;}
.ctaMsg-list{border-top: 1px solid #eeeff0;justify-content: space-between;}
.ctaMsg-item{width: 47%;}
.ctaMsg-item.w100{width: 100%;}
.ctaMsg-item .title p{display: inline;}
.ctaMsg-item input{width: 100%;background: #eeeff0;height: max(40px,0.5rem);padding: 0 max(12px,0.2rem);}
.ctaMsg-item input::-webkit-input-placeholder{color: #b8b8b8;}
.ctaMsg-item textarea{width: 100%;background: #eeeff0;height: max(100px,1.2rem);padding: max(10px,0.15rem) max(12px,0.2rem);}
.ctaMsg-item textarea::-webkit-input-placeholder{color: #b8b8b8;}
.ctaMsg-item .code-input{position: relative;}
.ctaMsg-item .code-input input{margin-top: 0;}
.ctaMsg-item .code-input img{position: absolute;width: 74px;height: 28px;right: 10px;top: 50%;transform: translateY(-50%);user-select: none;cursor: pointer;}
.ctaMsg-select{user-select: none;cursor: pointer;}
.ctaMsg-menu{color: #b8b8b8; justify-content: space-between; background: #eeeff0;height: max(40px,0.5rem);padding: 0 max(12px,0.2rem);align-items: center;}
.ctaMsg-menu::after{content: "\e727";font-family: 'icon';font-weight: 700; font-size: max(10px,0.12rem);display: block;color: #4b4b4d;transform: rotate(180deg);transition: all .4s ease;}
.ctaMsg-menu.active::after{transform: rotate(0);}
.ctaMsg-menu.click{color: #4b4b4d;}
.ctaMsg-drop{display: none; position: absolute;z-index: 9;left: 0;top: 100%;width: 100%;background: #e2e2e2;max-height: max(160px,2rem);overflow-y: auto;}
.ctaMsg-drop .item{height: max(40px,0.5rem);padding: 0 max(12px,0.2rem);align-items: center;border-top: 1px solid #ccc;}
.ctaMsg-drop .item:first-child{border-top: unset;}
.ctaMsg-drop .item:hover{background: #ccc;}
.ctaMsg-btn .btn{width: max(100px,1.9rem);height: max(40px,0.6rem);user-select: none;cursor: pointer;}
.ctaMsg-btn .btn.reset{margin-left: max(10px,0.25rem);background: #eeeff0;}
.ctaMsg-btn .btn.submit:hover{background: #c26a03;}
.ctaMsg-btn .btn.reset:hover{background: #d0d1d2;}
/* 新闻-列表 */
.newsShow{background: url('../images/pages/newsShow-bg.jpg') no-repeat center/cover;}
.newsShow-flex{justify-content: space-between;}
.newsShow-left{width: calc(67% - 0.16rem);justify-content: space-between;}
.newsShow-left-item{width: calc(50% - 0.16rem);background: #fff;height: 100%;}
.newsShow-left-img img{width: 100%;height: 2.7rem;}
.newsShow-left-con{padding: 0.35rem;}
.newsShow-left-item:hover{background: #f08200;}
.newsShow-left-item:hover .newsShow-left-img img{transform: scale(1.08);}
.newsShow-left-item:hover .newsShow-left-con .date,.newsShow-left-item:hover .newsShow-left-con .title,.newsShow-left-item:hover .newsShow-left-con .text{color: #fff;}
.newsShow-right{width: calc(33% - 0.16rem);display: flex;flex-direction: column;justify-content: space-between;}
.newsShow-right-item{background: #fff;padding: 0.35rem 0.35rem 0.5rem;}
.newsShow-right-item:nth-child(2){margin-top: 0.2rem;}
.newsShow-right-item:hover{background: #f08200;}
.newsShow-right-item:hover .date,.newsShow-right-item:hover .title,.newsShow-right-item:hover .text{color: #fff;}
.newsFilter{justify-content: center;align-items: center;padding: 0.3rem 0; box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);}
.newsFilter-con{margin-left: 0.5rem;}
.newsFilter-list li{width: 2.6rem;margin-right: 0.26rem;}
.newsFilter-select{user-select: none;cursor: pointer;}
.newsFilter-menu{background: #f8f8f8; align-items: center;height: max(34px,0.48rem); justify-content: space-between;padding: 0 10px 0 max(12px,0.2rem);}
.newsFilter-menu::after{content: "";display: block;transition: all .4s ease;width: 10px;height: 10px;border: 5px solid transparent;border-top-color: #b5b5b5;}
.newsFilter-menu.active::after{transform: rotate(180deg);}
.newsFilter-drop{display: none;z-index: 10;background: #eee;position: absolute;left: 0;top: 100%;width: 100%;max-height: max(136px,1.96rem);overflow-y: auto;}
.newsFilter-drop .item{align-items: center;height: max(34px,0.48rem);padding: 0  max(12px,0.2rem);border-top: 1px solid #ddd;}
.newsFilter-drop .item:first-child{border-top: unset;}
.newsFilter-drop .item:hover{background: #ddd}
.newsFilter-list input{width: 100%;background: #f8f8f8;height: max(34px,0.48rem);padding: 0 max(12px,0.2rem);}
.newsFilter-list input::-webkit-input-placeholder{color: inherit;}
.newsFilter-submit{user-select: none;cursor: pointer;width: max(34px,0.48rem);height: max(34px,0.48rem);font-size: max(14px,0.18rem);}
.newsFilter-submit:hover{background: #b65909;}
.newsItem-img{width: 32%;}
.newsItem-img img{width: 100%;height: 2.7rem;}
.newsItem-con{width: 68%;background: #eeeff0;padding: 0.6rem 0.8rem 0 0.6rem;}
.newsItem-con .desc{flex: 1;padding-right: 0.4rem;}
.newsItem-con .day,.newsItem-con .year{text-align: center;transition: all .4s ease;}
.newsItem:hover{box-shadow:  0 0.2rem 0.5rem rgba(0, 0, 0, .15);}
.newsItem:hover .newsItem-con .day,.newsItem:hover .newsItem-con .year{color: #f08200;}
/* 新闻-详情 */
.newsDet-flex{justify-content: space-between;align-items: flex-start;}
.newsDet-left{width: 69%;}
.newsDet-title{border-bottom: 2px solid #1a1a1a;}
.newsDet-data span{display: block;padding: 0.12rem 0.2rem;border: 1px solid #e5e5e5;border-radius: 40px;margin-left: 10px;}
.newsDet-data span:first-child{margin-left: 0;}
.newsDet-menu{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;align-items: center;justify-content: space-between;}
.newsDet-page{width: calc(100% - 2.4rem);}
.newsDet-page-item{padding: 0.25rem 0.8rem 0.25rem 0.4rem;}
.newsDet-page-item .title{width: 1.5rem;}
.newsDet-page-item .text{width: calc(100% - 1.5rem);}
.newsDet-page-item:nth-child(2n){border-top: 1px solid #e5e5e5;}
.newsDet-page-item:hover .text{color: #f08200;}
.newsDet-back{width: max(110px,2rem);height: max(40px,0.56rem);border-radius: 40px;}
.newsDet-back i{display: flex;align-items: center; width: max(18px,0.25rem);margin-right: max(10px,0.18rem);transition: transform .4s ease;}
.newsDet-back:hover{background: #c96005;}
.newsDet-back:hover i{transform: translateX(-6px);}
.newsDet-right{width: 25%;}
.newsDet-hot-item{border-bottom: 1px solid #f2f2f2;}
.newsDet-hot-item .img{height: 0;transition: all .6s ease;overflow: hidden;}
.newsDet-hot-item .img img{width: 100%;height: 100%;}
.newsDet-hot-item .title{margin-top: 0;}
.newsDet-hot-item.active .img{height: 2.1rem;margin-bottom: max(8px,0.2rem);}
.newsDet-hot-item:hover .title{color: #f08200;}
.newsDet-btm .newsShow-left{width: calc(100% + 0.32rem);margin-left: -0.32rem;justify-content: flex-start;}
.newsDet-btm .newsShow-left-item{margin-left: 0.32rem;width: calc(100% / 3 - 0.32rem);box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.1);}
.newsDet-btm .newsShow-left-con{padding-bottom: 0.7rem;}
/* 企业治理 */
.governIntro-item{transition: all .4s ease;height: 100%; padding: 0.6rem 0.5rem 0.5rem;overflow: hidden; border-bottom: max(2px,0.08rem) solid #f08200;background: #fff;box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);}
.governIntro-item .desc{position: relative;z-index: 2;}
.governIntro-item .img{position: absolute;right: 0.35rem;bottom: -0.3rem;width: 2.05rem;}
.governIntro-item:hover{transform: translateY(-0.2rem);}
.governDown-item{padding: 0.26rem 0.42rem; background: #fff;box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);justify-content: space-between;align-items: center;}
.governDown-item .title{flex: 1;padding-left: 30px;position: relative;}
.governDown-item .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 10px;height: 10px;border-radius: 50%;background: #ddd;transition: all .4s ease;}
.governDown-item .date{width: 3.2rem;}
.governDown-item .btn{align-items: center;}
.governDown-item .btn span{transition: all .4s ease;}
.governDown-item .btn i{width: 20px;height: 20px;border-radius: 50%;font-size: 10px;transform: rotate(180deg);font-weight: 700; margin-left: 10px; display: flex;align-items: center;justify-content: center;background: #f08200;color: #fff;transition: all .4s ease;}
.governDown-item:hover{background: #f08200;box-shadow: unset;}
.governDown-item:hover .title,.governDown-item:hover .date,.governDown-item:hover .btn span{color: #fff;}
.governDown-item:hover .title::after{background: #fff;}
.governDown-item:hover .btn i{color: #f08200;background: #fff;}
.governCta-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.governCta-bg img{width: 100%;height: 100%;}
.governCta-con{position: relative;z-index: 2;}
.governCta-con .contain{justify-content: flex-end;}
.governCta-desc{background: #fff;padding: 0.7rem 0.85rem 0.5rem;width: 7.1rem;}
.governCta-list i{display: block;width: max(14px,0.22rem);}
.governCta-list p{flex: 1;padding-left: 0.24rem;}
.governCta-link{justify-content: flex-end;}
.governCta-link .btn{align-items: center;}
.governCta-link .btn i{display: block;font-size: max(12px,0.14rem);margin-left: max(8px,0.12rem);transform: rotate(180deg);transition: all .4s ease;}
.governCta-link .btn:hover i{transform: translateX(5px) rotate(180deg);}
/* 财务报告 */
.finance-swp{width: calc(100% + 0.66rem);margin-left: -0.33rem;}
.finance-swp .swiper-slide{padding: 0.33rem;}
.finance-swp .line-pagination{width: calc(100% - 0.66rem);margin: 0.3rem auto 0;}
.finance-img{position: relative;padding: 0 0.3rem;}
.finance-img::after{content: "";background-image: linear-gradient( 0deg, rgb(240,130,0) 0%, rgb(255,202,139) 100%);position: absolute;left: 50%;transform: translateX(-50%); bottom: 0;width: calc(100% - 2px);height: calc(100% - 0.3rem);border-radius: 0.25rem;}
.finance-img img{width: 100%;height: 4.5rem;transition: all .6s ease;position: relative;z-index: 2;}
.finance-con{box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);padding: 0.5rem 0.3rem 0.3rem;border-radius: 0.2rem 0.8rem 0.2rem 0.2rem; position: absolute;z-index: 4;left: 0;bottom: 0;width: 100%;background: #fff;}
.finance-con .icon{font-size: 0.32rem;color: #e9e9e9;transition: all .4s ease;}
.finance-slide:hover .finance-img img{transform: translateY(-0.3rem);}
.finance-slide:hover .finance-con .title,.finance-slide:hover .finance-con .icon{color: #f08200;}
/* 公司简介 */
.abVideo-bg img{width: 100%;}
.abVideo-btn{z-index: 10; padding-left: 0.07rem; user-select: none;cursor: pointer; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.8rem;height: 0.8rem;border-radius: 50%;border: max(2px,0.04rem) solid #fff;font-size: 0.26rem;}
.abVideo-btn:hover{transform: translate(-50%,-50%) scale(.95);background: #fff;color: #f08200;}
.abVideo-btn:active{transform: translate(-50%,calc(-50% + 5px)) scale(.95);}
.abNum-up{position: relative;z-index: 4;margin-top: -1.4rem;background: #fff;box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);}
.abNum-list li {padding: 0.6rem 0 0.3rem; width: 25%;display: flex;flex-direction: column;align-items: center;text-align: center;}
.abNum-list .text{width: max(220px,2.5rem);margin: 0.1rem auto 0;}
.abMap{overflow: hidden;}
.abMap-flex{justify-content: space-between;align-items: flex-start;}
.abMap-left{width: 72.5%;}
.abMap-left-bg img{width: 100%;}
.abMap-left-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abMap-left-list li{position: absolute;user-select: none;cursor: pointer;}
.abMap-left-list .dot{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 6px;height: 6px;}
.abMap-left-list .dot i{display: block;position: relative;z-index: 2;width: 100%;height: 100%;border-radius: 50%;background: #f08200;}
.abMap-left-list .dot::after,.abMap-left-list .dot::before{background: rgba(240, 130, 0, .5);opacity: 0; animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;}
.abMap-left-list .dot::after{animation-delay: -1s;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(2);}100%{opacity: 0;transform: scale(3);}}
.abMap-left-list .text{z-index: 2;position: absolute;left: 16px;top: 50%;transform: translateY(-50%);white-space: nowrap;font-size: 14px;color: #4b4b4d;}
.abMap-left-list li.active .dot i{background: #f00d00;}
.abMap-left-list li.active .dot::after,.abMap-left-list li.active .dot::before{background: rgba(240, 13, 0, .5);}
.abMap-left-list li.active .text{color: #f00d00;}
.abMap-left-list li.suzhou{left: 82%;top: 36%;}
.abMap-left-list li.huizhou{left: 81%;top: 42%;}
.abMap-left-list li.shenzhen{left: 80.5%;top: 43.5%;}
.abMap-left-list li.yuenan{left: 78%;top: 46%;}
.abMap-left-list li.yuenan .text{left: 50%;top: 12px;transform: translateX(-50%);}
.abMap-left-list li.shenzhen .text{left: auto;right: 16px;transform: translateY(-80%);}
.abMap-right{width: 22.5%;}
.abMap-right-list{position: relative;height: 5rem;}
.abMap-right-list li{position: absolute;left: 0;top: 0;visibility: hidden;transform: translateX(8rem);transition: transform 1.017s cubic-bezier(.25,.74,.22,.99),visibility 0s 1.017s,-webkit-transform 1.017s cubic-bezier(.25,.74,.22,.99);}
.abMap-right-list li.active{transform: none;transition: none;visibility: inherit;}
.abMap-right-list li.active .abMap-right-item{animation: pop-in 1.6s cubic-bezier(.25,.74,.22,.99) backwards;}
@keyframes pop-in {0%{opacity: 0;transform: translateY(40vw);}}
.abMap-right-item{box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);}
.abMap-right-img img{width: 100%;height: 2.1rem;}
.abMap-right-con{padding: 0.3rem 0.2rem 0.5rem;border-bottom: max(2px,0.06rem) solid #f08200;}
.abMap-right-con .text p{margin-top: max(6px,0.1rem);display: flex;align-items: flex-start;}
.abMap-right-con .text p i{display: block;color: #f08200;font-size: max(12px,0.16rem);margin-right: 10px;}
.abMap-right-con .text p span{flex: 1;}
/* 发展历程 */
.history-view .contain{width: 12rem;max-width: 92%;}
.hisNav-list{border-bottom: 3px solid #f3f3f3;}
.hisNav-list .item{flex: 1;user-select: none;cursor: pointer;}
/* .hisNav-list .item br{display: none;} */
.hisNav-list .item::after{content: "";position: absolute;left: 0;bottom: -3px;width: 100%;height: 3px;background: #f08200;opacity: 0;}
.hisNav-list .item:hover,.hisNav-list .item.active{color: #f08200;}
.hisNav-list .item.active::after{opacity: 1;}
.hisShow-bg{position: absolute;left: 0;top: 0;width: 100%;height: calc(100% - 0.2rem);}
.hisShow-bg img{width: 100%;height: 100%;}
.hisShow-con{position: relative;z-index: 2;flex-direction: column;}
.hisShow-con .line{width: 2px;height: 1.3rem;background: rgba(255, 255, 255, .5);}
.hisShow-con .text{line-height: .8;font-size: 1.4rem;}
.hisList ul{padding-bottom: 1.7rem; display: flex;flex-wrap: wrap; justify-content: space-between;position: relative;align-items: flex-start;}
/* .hisList ul::before{content: "";display: block;width: 50%;} */
.hisList ul::after{content: "";position: absolute;left: 50%;top: -0.2rem;width: 1px;height: calc(100% + 0.2rem);border-left: 2px solid rgba(0, 0, 0, .2);}
.hisList li{width: 50%;position: relative;z-index: 2;}
.hisItem{padding-right: 0.6rem;text-align: right;}
.hisItem .year{position: relative;}
.hisItem .year::after{content: "";position: absolute;left: calc(100% + 0.61rem);top: 0.15rem;transform: translate(-50%,-50%);width: max(10px,0.16rem);height: max(10px,0.16rem);border-radius: 50%;border: max(2px,0.03rem) solid #f08200;background: #fff;}
.hisItem .img img{width: 100%;height: 2.8rem;}
.hisList li:nth-child(2n){transform: translateY(1.7rem);}
.hisList li:nth-child(2n) .hisItem{padding-right: 0;padding-left: 0.6rem;text-align: left;}
.hisList li:nth-child(2n) .hisItem .year::after{left: -0.59rem;}
/* 资质荣誉 */
.honorList ul{display: flex;}
.honorList li{width: 3.65%;padding-left: 0.05rem; border-left: 1px solid #e0e0e0;user-select: none;cursor: pointer;}
.honorList li:last-child{border-right: 1px solid #e0e0e0;}
.honorItem-year {color: #dedede;transition: all .4s ease;}
.honorItem-year .long,.honorItem-drop{display: none;opacity: 0;}
.honorItem-text{color: #666;min-height: 3rem;}
.honorItem-text p{position: relative;padding-left: 12px;}
.honorItem-text p::after{content: "";position: absolute;left: 0;top: 9px;width: 4px;height: 4px;border-radius: 50%;background: #666;}
.honorItem-btn{justify-content: flex-end;}
.honorItem-btn .btn{width: 0.36rem;height: 0.36rem;border-radius: 50%;user-select: none;cursor: pointer;background: rgba(0, 0, 0, .2);font-size: 9px;}
.honorItem-btn .btn.next{transform: rotate(180deg);margin-left: 0.18rem;}
.honorItem-btn .btn:hover{background: #000;}
.honorItem-swp .img{height: 3rem;}
.honorItem-swp .img img{max-width: 80%;max-height: 100%;}
.honorList li:hover .honorItem-year,.honorList li.active .honorItem-year{color: #000;}
.honorList li.active{width: 37.95%;padding: 0 0.5rem 0 0.15rem;background: linear-gradient(to bottom,#f5f5f5,transparent);background: -webkit-linear-gradient(top,#f5f5f5,transparent);}
.honorList li.active .honorItem-year .short{display: none;}
.honorList li.active .honorItem-year .long,.honorList li.active .honorItem-drop{display: block;animation: honorAni .8s ease both;}
@keyframes honorAni {0%{opacity: 0;transform: translateY(0.5rem);}100%{opacity: 1;transform: translateY(0);}}
/* 社会责任 */
.respond-view .pagesTitle .text{width: 14.4rem;margin: 0.4rem auto 0;max-width: 100%;}
.resNext .btn{width: 0.6rem;height: 0.6rem;border-radius: 50%;user-select: none;cursor: pointer;background: rgba(0, 0, 0, .2);font-size: 0.19rem;}
.resNext .btn.next{transform: rotate(180deg);margin-left: 0.4rem;}
.resNext .btn:hover{background: #000;}
.resPDF{background: #fff url('../images/pages/resPDF-bg.jpg') no-repeat center bottom/100% auto;padding-bottom: 3rem;}
.resPDF-nav .item{width: max(130px,1.8rem);height: max(40px,0.6rem);border-radius: 40px;border: 2px solid rgba(240, 130, 0, .2);user-select: none;cursor: pointer;margin-left: 16px;}
.resPDF-nav .item:first-child{margin-left: 0;}
.resPDF-nav .item:hover{color: #f08200;}
.resPDF-nav .item.active,.resPDF-nav .item.active:hover{color: #fff;border-color: #f08200;background: #f08200;}
.resPDF-swp{display: none;}
.resPDF-swp:first-child{display: block;}
.resPDF-swp .resNext{position: absolute;left: 0;top: calc(100% + 0.3rem);width: 100%;}
.resPDF-swp .swiper-slide{height: auto;}
.resPDF-slide{border: 1px solid #d9d9d9;padding: 0.3rem 0.4rem 1rem;background: rgba(255, 255, 255, .8);height: 100%;}
.resPDF-slide .img{height: max(28px,0.38rem);}
.resPDF-slide .img img{max-height: 100%;}
.resPDF-slide .more{align-items: center;position: absolute;left: 0;bottom: 0.35rem;width: 100%;padding: 0 0.4rem;}
.resPDF-slide .more i{display: block;margin-right: 6px;font-size: max(16px,0.2rem);}
.resPDF-slide:hover{border-color: #f08200;}
.resPDF-slide:hover .more{color: #f08200;}
.resFund-swp{width: 4rem;margin: 0.6rem auto 0;}
.resFund-swp .swiper-container{perspective: 1200px;overflow: visible;}
.resFund-swp .swiper-wrapper,.resFund-swp .swiper-slide{transform-style: preserve-3d;}
.resFund-slide .img img{width: 100%;height: 2.45rem;}
.resHJ-slide .img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.6));}
.resHJ-slide .img img{width: 100%;height: 5rem;}
.resHJ-slide .title{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;}
.resHJ .resNext .btn{position: absolute;left: 0.3rem;top: 50%;transform: translateY(-50%);z-index: 5;}
.resHJ .resNext .btn.next{transform: translateY(-50%) rotate(180deg);left: auto;right: 0.3rem;}
.resSQ-swp .swiper-slide{height: auto;}
.resSQ-slide{height: 100%;background: #eeeff0;}
.resSQ-slide .img img{width: 100%;height: 2.85rem;}
.resSQ-slide .title{padding: 0.4rem 0.9rem 0.7rem;}
/* 企业文化 */
.culNext .btn{user-select: none;cursor: pointer;width: 0.7rem;height: 0.7rem;border-radius: 50%;background: #fff;font-size: 0.19rem;box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);}
.culNext .btn.next{transform: rotate(180deg);margin-left: 10px;}
.culNext .btn:hover{background: #f08200;color: #fff;}
.culLN-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.culLN-bg img{width: 100%;height: 100%;}
.culLN-con{justify-content: flex-end;position: relative;z-index: 2;}
.culLN-con .desc{width: 50%;padding: 0.5rem 0.2rem 0.5rem 0.9rem;}
.culLN-con .text{color: rgba(255, 255, 255, .9);}
.culJoin{background: url('../images/pages/culJoin-bg.jpg') no-repeat center bottom/cover;overflow: hidden;}
.culJoin .pagesTitle .text{width: 11.5rem;margin: 0.25rem auto 0;}
.culJoin .pagesTitle,.culJoin-slogan{position: relative;z-index: 5;}
.culJoin-more{width: 0.9rem;height: 0.9rem;margin: 0.9rem auto 0;}
.culJoin-more .btn{position: relative;width: 100%;height: 100%; z-index: 2;border-radius: 50%;transition: all .5s ease;border: 1px solid rgba(255, 255, 255, .2);}
.culJoin-more .btn i{width: 100%;height: 100%;transition: all .5s ease;}
.culJoin-more .btn i img{width: 0.25rem;transform: rotate(180deg);}
.culJoin-more .btn i:nth-child(2){position: absolute;right: 100%;top: 0;}
.culJoin-more .btn:hover{border-color: #fff;background: #fff;}
.culJoin-more .btn:hover i{transform: translateX(100%);}
.culJoin-more .line{ position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;}
.culJoin-more .line span{animation: culJoinAni 4s linear infinite; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;border-radius: 50%;border: 1px solid #fff;opacity: 0;}
.culJoin-more .line span:nth-child(2){animation-delay: -1.3s;}
.culJoin-more .line span:nth-child(3){animation-delay: -2.6s;}
@keyframes culJoinAni {0%{opacity: 0;width: 100%;height: 100%;}50%{opacity: .4;width: 500%;height: 500%;}100%{opacity: 0;width: 1000%;height:1000%;}}
.culHJ-swp{width: 11.2rem;margin: 0.4rem auto 0;}
.culHJ-swp .swiper-container{overflow: visible;}
.culHJ-slide img{width: 100%;height: 6.3rem;}
.culHJ-swp .culNext .btn{position: absolute;z-index: 4;left: -90px;top: 50%;transform: translate(-50%,-50%);}
.culHJ-swp .culNext .btn.next{left: calc(100% + 90px); transform: translate(-50%,-50%) rotate(180deg);margin-left: 0;}
.culHD-head{justify-content: space-between;align-items: center;}
.culHD-swp .swiper-container{overflow: visible;}
.culHD-swp .swiper-slide:nth-child(2n) .culHD-slide{margin-top: 0.8rem;}
.culHD-slide .img img{width: 100%;height: 2.4rem;}
/* 人才发展 */
.joinIntro-flex{justify-content: space-between;align-items: center;}
.joinIntro-con{width: 44%;}
.joinIntro-img{width: 50%;}
.joinIntro-img img{width: 100%;height: 4.8rem;transition: all 2s linear;}
.joinIntro-img:hover img{transform: scale(1.08);}
.joinProj{background: url('../images/pages/joinProj-bg.jpg') no-repeat center/cover;}
.joinProj-swp{margin: 0.6rem auto 0;width: 11.3rem;}
.joinProj-swp .swiper-container{overflow: visible;}
.joinProj-slide{background: #fff;}
.joinProj-con{width: 32%;padding: 0.55rem 0.35rem 0 0.4rem;}
.joinProj-con .dot{position: absolute;left: 0.6rem;bottom: 0.6rem;width: 9px;height: 9px;background: #f08200;}
.joinProj-img{width: 68%;}
.joinProj-img img{width: 100%;height: max(700px,8rem);transition: all 2s linear;}
.joinProj-img:hover img{transform: scale(1.08);}
.joinProj-swp .culNext .btn{position: absolute;left: -50px;top: 50%;z-index: 4;transform: translate(-50%,-50%);}
.joinProj-swp .culNext .btn.next{left: auto;right: -50px;margin-left: 0; transform: translate(50%,-50%) rotate(180deg);}
.joinJS .resPDF-nav .item{width: max(100px,1.5rem);height: max(40px,0.6rem);}
.joinJS-flex{display: none; background: #fff;justify-content: space-between;align-items: center;}
.joinJS-flex.active{display: flex;}
.joinJS-swp{width: 50%;}
.joinJS-gallery-more img{width: 100%;cursor: grab;height: 5.5rem;min-height: 450px;}
.joinJS-thumbs{padding: 0.2rem 1.5rem; position: absolute;z-index: 2;left: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, .5);}
.joinJS-thumbs-click{overflow: hidden;}
.joinJS-thumbs-click::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 2px solid #f08200;opacity: 0;transition: all .4s ease;}
.joinJS-thumbs-click img{width: 100%;height: 1rem;transition: all .6s ease;}
.joinJS-thumbs-click.active::after{opacity: 1;}
.joinJS-thumbs-click:hover img{transform: scale(1.08);}
.joinJS-thumbs-btn{position: absolute;left: 0.5rem;top: 50%;transform: translateY(-50%); width: max(30px,0.4rem);height: max(30px,0.4rem);font-size: max(14px,0.19rem);user-select: none;cursor: pointer;}
.joinJS-thumbs-btn.next{left: auto;right: 0.5rem;transform: translateY(-50%) rotate(180deg);}
.joinJS-thumbs-btn:hover{color: #f08200;}
.joinJS-con{padding: 0 0.9rem;width: 50%;}
/* 模具方案-列表 */
.banner-cont{background: 0;}
.solNum-list li{width: 25%;}
.solCon{background: url('../images/pages/solBg.jpg') no-repeat center top/cover;}
.solNav-slide{background: #fff;border-radius: 40px;height: 0.7rem;padding:0 10px}
.solNav .solNav-slide{border: 1px solid #e5e5e5;}
.solNav-slide:hover{color: #f08200;}
.solNav-slide.active,.solNav-slide.active:hover{color: #fff;background: #f08200;}
.solNav-btn{font-size: 18px; position: absolute;left: -40px;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;user-select: none;cursor: pointer;z-index: 2;}
.solNav-btn.next{left: auto;right: -40px;transform: translateY(-50%) rotate(180deg);}
.solNav-btn:hover{color: #f08200;}
.solNav-btn.swiper-button-disabled{opacity: 0;pointer-events: none;}
.solFlex{padding: 0.3rem 1rem; background: #fff;justify-content: space-between;align-items: center;}
.solDesc{width: 38%;}
.solDesc .box{display: none;}
.solDesc .box.active{display: block;}
.solDesc .box.active .title{animation: upAni 1s ease both;}
.solDesc .box.active .text{animation: upAni 1s .15s ease both;}
@keyframes upAni{0%{opacity: 0;transform: translateY(0.8rem);}100%{opacity: 1;transform: translateY(0);}}
@keyframes fadeAni{0%{opacity: 0;}100%{opacity: 1;}}
.solPro{width: 57%;align-items: center;}
.solPro-img{width: 5.1rem;}
/* .solPro-img-slide{opacity: 0;}
.swiper-slide-active .solPro-img-slide{animation: fadeAni 1s cubic-bezier(.4, 0, .2, 1) both;} */
.solPro-img-slide .img{height: 5.1rem;border-radius: 50%;border: 1px solid #e6e6e6;overflow: hidden;}
.solPro-img-slide .img img{max-width: 85%;max-height: 70%;pointer-events: none;}
.solPro-img-slide .img img:nth-child(2){position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.solPro-img-slide .more{width: max(32px,0.46rem);height: max(30px,0.46rem);border-radius: 50%;font-size: 10px;position: absolute;left: 50%;bottom: 0.35rem; transform: translateX(-50%) rotate(180deg);}
.solPro-nav{flex: 1;}
.solPro-nav-list{display: flex;flex-direction: column;align-items: flex-end;position: relative;}
.solPro-nav-list::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 2px;height: calc(100% - 0.15rem);background: #e2e2e2;}
.solPro-nav-list li{user-select: none;cursor: pointer;position: relative;z-index: 2;margin-top: 0.5rem;transition: all .4s ease;padding-right: 0.24rem;text-align: right;}
.solPro-nav-list li:first-child{margin-top: 0;}
.solPro-nav-list li::after{content: "";position: absolute;right: 1px;top: 50%;transform: translate(50%,-50%);width: 0.1rem;height: 0.1rem;border-radius: 50%;background: #ccc;transition: all .4s ease;}
.solPro-nav-list li:hover,.solPro-nav-list li.active{color: #f08200;}
.solPro-nav-list li.active::after{background: #f08200;}
/* 方案-详情 */
.solDet-show-left{background: #f4f4f4;width: 75%;padding: 0.4rem 0.9rem 0;}
.solDet-show-swp{padding: 0 0.6rem;}
.solDet-show-next{box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.1);user-select: none;cursor: pointer;width: max(26px,0.32rem);height: max(26px,0.32rem);border-radius: 50%;background: #fff;color: #afafaf;font-size: max(12px,0.14rem);z-index: 2;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.solDet-show-next.next{left: auto;right: 0;transform: translateY(-50%) rotate(180deg);}
.solDet-show-next:hover{background: #f08200;color: #fff;}
.solDet-show-swp .swiper-slide{width: auto;}
.solDet-show-slide{padding: max(4px,0.08rem) max(10px,0.18rem);border-radius: 40px;border: 1px solid #d4d4d4;}
.solDet-show-slide:hover{color: #f08200;}
.solDet-show-slide.active{border-color: #f08200;background: #f08200;color: #fff;}
.solDet-show-img{height: 7.8rem;}
.solDet-show-img img{max-width: 60%;max-height: 80%;}
.solDet-show-right{width: 25%;border-bottom: 1px solid #f4f4f4;padding: 1.2rem var(--widDb) 0.3rem 0.5rem;flex-direction: column;justify-content: space-between;}
.solDet-show-desc .text p{padding-left: 0.15rem;position: relative;}
.solDet-show-desc .text p::after{content: "";position: absolute;left: 0;top: 0.12rem;width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #f08200;}
.solDet-show-contact .list li{display: flex;margin-top: 10px;}
.solDet-show-contact .list i{display: block;font-size: max(12px,0.14rem);margin-right: max(8px,0.12rem);}
.solDet-show-contact .list span{flex: 1;}
.solDet-show-contact .btn{height: max(40px,0.56rem);}
.solDet-show-contact .btn:hover{background: #c66c01;}
.solDet-hot-slide{border: 1px solid #cfcfcf;}
.solDet-hot-img{height: 3.8rem;}
.solDet-hot-img img{max-width: 80%;max-height: 70%;transition: all .5s ease;}
.solDet-hot-con{flex-direction: column;justify-content: center; padding: 0 0.5rem 0.5rem 0.5rem;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(240, 130, 0, .9);opacity: 0;transition: all .5s ease;}
.solDet-hot-con .title{opacity: 0;transform: translateY(20px);transition: all .6s .1s ease;}
.solDet-hot-con .text{width: 80%;opacity: 0;transform: translateY(20px);transition: all .6s ease;}
.solDet-hot-more{position: absolute;right: 0;bottom: 0;z-index: 2;width: max(16px,0.24rem);height: max(16px,0.24rem);}
.solDet-hot-more img{transition: all .4s ease;width: max(15px,0.25rem);opacity: 0;transform: translateX(15px);}
.solDet-hot-slide:hover .solDet-hot-con{opacity: 1;}
.solDet-hot-slide:hover .solDet-hot-con .title{opacity: 1;transform: none;transition-delay: 0s;}
.solDet-hot-slide:hover .solDet-hot-con .text{opacity: 1;transform: none;transition-delay: .1s;}
.solDet-hot-slide:hover .solDet-hot-more{width: max(30px,0.5rem);height: max(30px,0.5rem);background: #fff;}
.solDet-hot-slide:hover .solDet-hot-more img{opacity: 1;transform: translateX(0);transition-delay: .2s;}
/* 设计与工程 */
.designNL{background: url('../images/pages/desNL-bg.jpg') no-repeat center/cover;}
.designNL-swp .swiper-slide{padding-top: 0.2rem;height: auto;}
.designNL-slide{height: 100%;background: #fff;transition: all .6s ease;padding: 0.8rem 0.6rem;}
.designNL-slide .icon{height: max(30px,0.55rem);}
.designNL-slide .icon img{max-height: 100%;}
.designNL-slide:hover{transform: translateY(-0.2rem);}
/* 生产与制造 */
.rdIntro .img img,.rdIntro .img video{width: 100%;}
.rdSystem-con{width: 6rem;height: 6rem; margin: 0 auto;}
.rdSystem-con .line-center{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.rdSystem-con img{width: 100%;}
.rdSystem-line1{width: 11.2rem;}
.rdSystem-line2{width: 8.7rem;}
.rdSystem-line3{animation: rotateAni1 50s linear infinite;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 2px dotted #ee8b16;}
.rdSystem-line4{width: 5.5rem;height: 5.5rem;border-radius: 50%;border: 0.45rem solid #fce6cc;}
.rdSystem-logo{padding: 0 0.1rem; z-index: 4; width: 2.9rem;height: 2.9rem;border-radius: 50%;box-shadow: 0px 0px 0.57rem 0px rgba(240, 130, 0, 0.52);}
.rdSystem-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 5;}
.rdSystem-list li{position: absolute;width: 1.5rem;height: 1.5rem;padding: 0.12rem;}
.rdSystem-list .line{background: #fff;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 2px dotted #ee8b16;}
.rdSystem-list .title{z-index: 2;position: relative; width: 100%;height: 100%;border-radius: 50%;display: flex;align-items: center;justify-content: center;text-align: center;background: #f08200;color: #fff;}
.rdSystem-list li:nth-child(1){left: 36%;top: -8%;}
.rdSystem-list li:nth-child(2){left: 78%;top: 16%;}
.rdSystem-list li:nth-child(3){left: 78%;top: 63%;}
.rdSystem-list li:nth-child(4){left: 36%;top: 84%;}
.rdSystem-list li:nth-child(5){left: -3%;top: 63%;}
.rdSystem-list li:nth-child(6){left: -3%;top: 16%;}
.rdSystem-line1 img{animation: rotateAni1 40s linear infinite;}
.rdSystem-line2 img{animation: rotateAni2 50s linear infinite;}
@keyframes rotateAni1 {0%{transform: rotate(0);}100%{transform: rotate(360deg);}}
@keyframes rotateAni2 {0%{transform: rotate(0);}100%{transform: rotate(-360deg);}}
/* 全球布局 */
.global-view .contain{width: 17.6rem;}
.global-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;}
.global-list li{pointer-events: auto;position: absolute;}
.global-list .dot{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: max(4px,0.08rem);height: max(4px,0.08rem);}
.global-list .dot i{width: 100%;height: 100%;display: block; border-radius: 50%;position: relative;z-index: 2;}
.global-list .dot::after,.global-list .dot::before{animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;}
.global-list .dot::after{animation-delay: -1s;}
.global-list .title{font-size: 0.16rem; z-index: 2; position: absolute;right: max(15px,0.25rem);top: 50%;transform: translateY(-50%); white-space: nowrap;border-radius: 40px;padding: max(5px,0.11rem) max(10px,0.2rem) max(3px,0.08rem) max(10px,0.2rem);}
.global-list.blue .dot i,.global-list.blue .title{background: #00b0f0;}
.global-list.blue .dot::after,.global-list.blue .dot::before{background: rgba(0, 176, 240, .5);}
.global-list.orange .dot i,.global-list.orange .title{background: #f08200;}
.global-list.orange .dot::after,.global-list.orange .dot::before{background: rgba(240, 130, 0, .5);}
.global-list.purple .dot i,.global-list.purple .title{background: #7030a0;}
.global-list.purple .dot::after,.global-list.purple .dot::before{background: rgba(112, 48, 160, .5);}
.global-list.green .dot i,.global-list.green .title{background: #00b050;}
.global-list.green .dot::after,.global-list.green .dot::before{background: rgba(0, 176, 80, .5);}
.global-list.black .title{background: #00b050;}
.global-list.black .dot{width: max(14px,0.2rem);height: max(15px,0.21rem);background: url('../images/pages/global-icon.png') no-repeat center/100% auto;}
.global-list.black .dot i,.global-list.black .dot::after,.global-list.black .dot::before{display: none;}
.global-list.black .title{background: #000;}
.global-list li{left: 0%;top: 2%;}
.global-list.blue li:nth-child(1){left: 46%;top: 39%;}
.global-list.blue li:nth-child(2){left: 50%;top: 31%;}
.global-list.orange li:nth-child(1){left: 16%;top: 41%;}
.global-list.orange li:nth-child(2){left: 18.5%;top: 51%;}
.global-list.orange li:nth-child(3){left: 24%;top: 42%;}
.global-list.orange li:nth-child(4){left: 46%;top: 42%;}
.global-list.orange li:nth-child(5){left: 54.5%;top: 40.5%;}
.global-list.orange li:nth-child(6){left: 78%;top: 52%;}
.global-list.purple li:nth-child(1){left: 15.5%;top: 41%;}
.global-list.purple li:nth-child(2){left: 18%;top: 50%;}
.global-list.purple li:nth-child(3){left: 21%;top: 40%;}
.global-list.purple li:nth-child(4){left: 21%;top: 45%;}
.global-list.purple li:nth-child(5){left: 24.5%;top: 42%;}
.global-list.purple li:nth-child(6){left: 28%;top: 65%;}
.global-list.purple li:nth-child(7){left: 33%;top: 74%;}
.global-list.purple li:nth-child(8){left: 46%;top: 45%;}
.global-list.purple li:nth-child(9){left: 47%;top: 35%;}
.global-list.purple li:nth-child(10){left: 52%;top: 35%;}
.global-list.purple li:nth-child(11){left: 57.5%;top: 43.5%;}
.global-list.purple li:nth-child(12){left: 80.2%;top: 55%;}
.global-list.purple li:nth-child(13){left: 79%;top: 61.5%;}
.global-list.purple li:nth-child(14){left: 78%;top: 68%;}
.global-list.green li:nth-child(1){left: 79.5%;top: 45%;}
.global-list.green li:nth-child(2){left: 78.5%;top: 49%;}
.global-list.green li:nth-child(3){left: 77%;top: 57%;}
.global-list.black li:nth-child(1){left: 78%;top: 50%;}
.global-list.blue li:nth-child(1) .title{top: -0.25rem;right: 0.1rem;}
.global-list.blue li:nth-child(2) .title,.global-list.orange li:nth-child(5) .title,.global-list.green li:nth-child(1) .title{right: 50%;transform: translateX(50%);top: auto;bottom: max(15px,0.25rem);}
.global-list.orange li:nth-child(2) .title{right: 50%;transform: translateX(50%);top:  max(15px,0.25rem);}
.global-list.orange li:nth-child(3) .title,.global-list.orange li:nth-child(6) .title{right: auto;left: max(15px,0.25rem);}
.global-list.green li:nth-child(2) .title{top: -0.3rem;right: 0.2rem;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(2);}100%{opacity: 0;transform: scale(3);}}
.global-tips{position: absolute;left: 0.65rem;bottom: 0.7rem;z-index: 4;}
.global-tips li{position: relative;padding-left: 0.25rem;}
.global-tips li::after{content: "";position: absolute;left: 0;top: 0.09rem;width: max(4px,0.08rem);height: max(4px,0.08rem);border-radius: 50%;}
.global-tips li.blue{color: #00b0f0;}
.global-tips li.blue::after{background: #00b0f0;}
.global-tips li.orange{color: #f08200;}
.global-tips li.orange::after{background: #f08200;}
.global-tips li.green{color: #00b050;}
.global-tips li.green::after{background: #00b050;}
.global-tips li.purple{color: #7030a0;}
.global-tips li.purple::after{background: #7030a0;}
.global-tips li.black{color: #000;}
.global-tips li.black::after{background: url('../images/pages/global-icon.png') no-repeat center/100% auto;width: max(14px,0.2rem);height: max(15px,0.21rem);left: -0.06rem;top: 0.03rem;}
/* 产品 */
.proShow-swp .swiper-slide{height: auto;}
.proShow-slide{background: #fff;padding: 0.7rem 0.6rem 0.9rem;height: 100%;position: relative;}
.proShow-img img{max-height: 90vh;}
.proShow-desc{position: absolute;left: 0;top: 0;width: 100%;padding: 0.7rem 0.6rem 0;pointer-events: none;z-index: 10;}
.proShow-con-box{margin-top: 0;height: 90vh;}
.proShow-con{margin-top: 0;}
.proShow-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proShow-list li{position: absolute;}
.proShow-list .dot{user-select: none;cursor: pointer; width: 0.34rem;height: 0.34rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.proShow-list .dot i{display: block;width: 100%;height: 100%;border-radius: 50%;background: #f08200;position: relative;z-index: 2;transition: all .4s ease;}
.proShow-list .dot i::after,.proShow-list .dot i::before{width: 0.14rem;height: 1px; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #fff;}
.proShow-list .dot i::before{width: 1px;height: 0.14rem;}
.proShow-list .dot::after,.proShow-list .dot::before{animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: rgba(240, 130, 0, .3);}
.proShow-list .dot::after{animation-delay: -1s;}
.proShow-list .con{z-index: 10; text-align: left; position: absolute;left: .8rem;top: 50%;opacity: 0;visibility: hidden;transform: translate(1rem,-50%);transition: all .4s ease; box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.16);width: 4.5rem;background: #fff;padding: 0.4rem 0.5rem;}

.proShow-list .text{max-height:unset;display:block;overflow:visibility;}
.proShow-list .con::after{content: "";position: absolute;right: 100%;top: 50%;transform: translateY(-50%);width: 10px;height: 12px;border: 6px solid transparent;border-right-color: #f08200;}
.proShow-list .close{position: absolute;right: 0.2rem;top: 0.15rem;font-size: 0.18rem;user-select: none;cursor: pointer;}
.proShow-list .close:hover{transform: rotate(180deg);}
.proShow-list .more{align-items: center;}
.proShow-list .more span{display: block;position: relative;}
.proShow-list .more span::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 1px;background: #f08200;transition: all .4s ease;}
.proShow-list .more i{display: block;font-size: max(14px,0.16rem);margin-left: 8px;transform: rotate(180deg);transition: all .4s ease;}
.proShow-list .more:hover i{transform: translateX(5px) rotate(180deg);}
.proShow-list li.active .con{opacity: 1;visibility: visible;transform: translate(0,-50%);}
/* .proShow-list li:nth-child(1){left: 49%;top: 2%;}
.proShow-list li:nth-child(2){left: 8%;top: 11%;}
.proShow-list li:nth-child(3){left: 35%;top: 26%;}
.proShow-list li:nth-child(4){left: 17%;top: 54%;}
.proShow-list li:nth-child(5){left: 25%;top: 66%;}
.proShow-list li:nth-child(6){left: 29%;top: 78%;}
.proShow-list li:nth-child(7){left: 39%;top: 96%;} */
.proShow-slide#dot120 .proShow-list li:nth-child(1){left: 12%;top: 72%;}
.proShow-slide#dot120 .proShow-list li:nth-child(2){left: 46%;top: 86%;}
.proShow-slide#dot120 .proShow-list li:nth-child(3){left: 29%;top: 50%;}
.proShow-slide#dot120 .proShow-list li:nth-child(4){left: 89%;top: 42%;}
.proShow-slide#dot120 .proShow-list li:nth-child(5){left: 99%;top: 32%;}
.proShow-slide#dot120 .proShow-list li:nth-child(4) .con,.proShow-slide#dot120 .proShow-list li:nth-child(5) .con,.proShow-slide#dot139 .proShow-list li:nth-child(4) .con,.proShow-slide#dot129 .proShow-list li:nth-child(4) .con,.proShow-slide#dot129 .proShow-list li:nth-child(3) .con,.proShow-slide#dot128 .proShow-list li:nth-child(6) .con,.proShow-slide#dot130 .proShow-list li:nth-child(1) .con,.proShow-slide#dot126 .proShow-list li:nth-child(2) .con{left: auto;right: 0.8rem;transform: translate(-1rem,-50%);}
.proShow-slide#dot120 .proShow-list li:nth-child(4).active .con,.proShow-slide#dot120 .proShow-list li:nth-child(5).active .con,.proShow-slide#dot139 .proShow-list li:nth-child(4).active .con,.proShow-slide#dot129 .proShow-list li:nth-child(4).active .con,.proShow-slide#dot129 .proShow-list li:nth-child(3).active .con,.proShow-slide#dot128 .proShow-list li:nth-child(6).active .con,.proShow-slide#dot130 .proShow-list li:nth-child(1).active .con,.proShow-slide#dot126 .proShow-list li:nth-child(2).active .con{transform: translate(0,-50%);}
.proShow-slide#dot120 .proShow-list li:nth-child(4) .con::after,.proShow-slide#dot120 .proShow-list li:nth-child(5) .con::after,.proShow-slide#dot139 .proShow-list li:nth-child(4) .con::after,.proShow-slide#dot129 .proShow-list li:nth-child(4) .con::after,.proShow-slide#dot129 .proShow-list li:nth-child(3) .con::after,.proShow-slide#dot128 .proShow-list li:nth-child(6) .con::after,.proShow-slide#dot130 .proShow-list li:nth-child(1) .con::after,.proShow-slide#dot126 .proShow-list li:nth-child(2) .con:after{right: auto;left: 100%;border-right-color: transparent;border-left-color: #f08200;}

/*.proShow-slide#dot129 .proShow-list li:nth-child(1){left: 17%;top: 8%;}*/
/*.proShow-slide#dot129 .proShow-list li:nth-child(2){left: 61%;top: 29%;}*/
/*.proShow-slide#dot129 .proShow-list li:nth-child(3){left: 89%;top: 49%;}*/
/*.proShow-slide#dot129 .proShow-list li:nth-child(4){left: 77%;top: 64%;}*/

/*.proShow-slide#dot128 .proShow-list li:nth-child(1){left: 44%;top: 37%;}*/
/*.proShow-slide#dot128 .proShow-list li:nth-child(2){left: 10%;top: 92%;}*/
/*.proShow-slide#dot128 .proShow-list li:nth-child(3){left: 94%;top: 82%;}*/

/*.proShow-slide#dot130 .proShow-list li:nth-child(1){left: 89%;top: 28%;}*/
/*.proShow-slide#dot130 .proShow-list li:nth-child(2){left: 55%;top: 57%;}*/

/*.proShow-slide#dot121 .proShow-list li:nth-child(1){left: 64%;top: 18%;}*/

/*.proShow-slide#dot132 .proShow-list li:nth-child(1){left: 57%;top: 55%;}*/

/*.proShow-slide#dot133 .proShow-list li:nth-child(1){left: 28%;top: 24%;}*/
/*.proShow-slide#dot133 .proShow-list li:nth-child(2){left: 74%;top: 41%;}*/

/*.proShow-slide#dot123 .proShow-list li:nth-child(1){left: 18%;top: 55%;}*/
/*.proShow-slide#dot123 .proShow-list li:nth-child(2){left: 39%;top: 76%;}*/
/*.proShow-slide#dot123 .proShow-list li:nth-child(3){left: 63%;top: 46%;}*/

/*.proShow-slide#dot131 .proShow-list li:nth-child(1){left: 29%;top: 19%;}*/
/*.proShow-slide#dot131 .proShow-list li:nth-child(2){left: 42%;top: 21%;}*/
/*.proShow-slide#dot131 .proShow-list li:nth-child(3){left: 35%;top: 40%;}*/
/*.proShow-slide#dot131 .proShow-list li:nth-child(4){left: 52%;top: 74%;}*/

/*.proShow-slide#dot124 .proShow-list li:nth-child(1){left: 70%;top: 68%;}*/

/*.proShow-slide#dot125 .proShow-list li:nth-child(1){left: 18%;top: 51%;}*/

/*.proShow-slide#dot122 .proShow-list li:nth-child(1){left: 27%;top: 72%;}*/
/*.proShow-slide#dot122 .proShow-list li:nth-child(2){left: 89%;top: 59%;}*/

/*.proShow-slide#dot126 .proShow-list li:nth-child(1){left: 27%;top: 72%;}*/
/*.proShow-slide#dot126 .proShow-list li:nth-child(2){left: 89%;top: 59%;}*/

/*.proShow-slide#dot138 .proShow-list li:nth-child(1){left: 12%;top: 63%;}*/
/*.proShow-slide#dot138 .proShow-list li:nth-child(2){left: 54%;top: 5%;}*/
/*.proShow-slide#dot138 .proShow-list li:nth-child(3){left: 80%;top: 23%;}*/

/*.proShow-slide#dot211 .proShow-list li:nth-child(1){left: 12%;top: 63%;}*/
/*.proShow-slide#dot211 .proShow-list li:nth-child(2){left: 54%;top: 5%;}*/
/*.proShow-slide#dot211 .proShow-list li:nth-child(3){left: 80%;top: 23%;}*/

/*.proShow-slide#dot213 .proShow-list li:nth-child(1){left: 40%;top: 36%;}*/

/*.proShow-slide#dot215 .proShow-list li:nth-child(1){left: 60%;top: 29%;}*/
/*.proShow-slide#dot215 .proShow-list li:nth-child(2){left: 16%;top: 74%;}*/
/*.proShow-slide#dot215 .proShow-list li:nth-child(3){left: 28%;top: 55%;}*/
/*.proShow-slide#dot215 .proShow-list li:nth-child(4){left: 78%;top: 33%;}*/

/*.proShow-slide#dot139 .proShow-list li:nth-child(1){left: 59%;top: 54%;}*/

.proShow-slide#dot129 .proShow-list li:nth-child(1){left: 3%;top: 14%;}
.proShow-slide#dot129 .proShow-list li:nth-child(2){left: 17%;top: 8%;}
.proShow-slide#dot129 .proShow-list li:nth-child(3){left: 61%;top: 29%;}
.proShow-slide#dot129 .proShow-list li:nth-child(4){left: 91%;top: 53%;}
.proShow-slide#dot129 .proShow-list li:nth-child(5){left: 10%;top: 25%;}
.proShow-slide#dot129 .proShow-list li:nth-child(6){left: 77%;top: 64%;}
.proShow-slide#dot129 .proShow-list li:nth-child(7){left: 88%;top: 59%;}

.proShow-slide#dot128 .proShow-list li:nth-child(1){left: 44%;top: 37%;}
.proShow-slide#dot128 .proShow-list li:nth-child(2){left: 69%;top: 24%;}
.proShow-slide#dot128 .proShow-list li:nth-child(3){left: 3%;top: 79%;}
.proShow-slide#dot128 .proShow-list li:nth-child(4){left: 10%;top: 92%;}
.proShow-slide#dot128 .proShow-list li:nth-child(5){left: 23%;top: 81%;}
.proShow-slide#dot128 .proShow-list li:nth-child(6){left: 94%;top: 82%;}

.proShow-slide#dot130 .proShow-list li:nth-child(2){left: 89%;top: 28%;}
.proShow-slide#dot130 .proShow-list li:nth-child(3){left: 55%;top: 57%;}
.proShow-slide#dot130 .proShow-list li:nth-child(1){left: 42%;top: 19%;}
.proShow-slide#dot130 .proShow-list li:nth-child(4){left: 17%;top: 59%;}
.proShow-slide#dot130 .proShow-list li:nth-child(5){left: 58%;top: 95%;}

.proShow-slide#dot121 .proShow-list li:nth-child(2){left: 55%;top: 5%;}
.proShow-slide#dot121 .proShow-list li:nth-child(1){left: 64%;top: 18%;}
.proShow-slide#dot121 .proShow-list li:nth-child(3){left: 34%;top: 30%;}
.proShow-slide#dot121 .proShow-list li:nth-child(5){left: 76%;top: 56%;}
.proShow-slide#dot121 .proShow-list li:nth-child(4){left: 19%;top: 60%;}
.proShow-slide#dot121 .proShow-list li:nth-child(6){left: 32%;top: 88%;}

.proShow-slide#dot132 .proShow-list li:nth-child(1){left: 57%;top: 55%;}

.proShow-slide#dot133 .proShow-list li:nth-child(1){left: 28%;top: 24%;}
.proShow-slide#dot133 .proShow-list li:nth-child(2){left: 74%;top: 41%;}
.proShow-slide#dot133 .proShow-list li:nth-child(3){left: 72%;top: 6%;}
.proShow-slide#dot133 .proShow-list li:nth-child(4){left: 75%;top: 66%;}
.proShow-slide#dot133 .proShow-list li:nth-child(5){left: 45%;top: 88%;}

.proShow-slide#dot123 .proShow-list li:nth-child(4){left: 10%;top: 28%;}
.proShow-slide#dot123 .proShow-list li:nth-child(1){left: 17%;top: 53%;}
.proShow-slide#dot123 .proShow-list li:nth-child(2){left: 39%;top: 76%;}
.proShow-slide#dot123 .proShow-list li:nth-child(3){left: 63%;top: 46%;}

.proShow-slide#dot131 .proShow-list li:nth-child(1){left: 29%;top: 19%;}
.proShow-slide#dot131 .proShow-list li:nth-child(2){left: 42%;top: 21%;}
.proShow-slide#dot131 .proShow-list li:nth-child(3){left: 35%;top: 40%;}
.proShow-slide#dot131 .proShow-list li:nth-child(4){left: 52%;top: 74%;}
.proShow-slide#dot131 .proShow-list li:nth-child(5){left: 4%;top: 9%;}
.proShow-slide#dot131 .proShow-list li:nth-child(6){left: 46%;top: 8%;}
.proShow-slide#dot131 .proShow-list li:nth-child(7){left: 50%;top: 50%;}
.proShow-slide#dot131 .proShow-list li:nth-child(8){left: 39%;top: 70%;}
.proShow-slide#dot131 .proShow-list li:nth-child(9){left: 76%;top: 39%;}

.proShow-slide#dot124 .proShow-list li:nth-child(1){left: 70%;top: 68%;}
.proShow-slide#dot124 .proShow-list li:nth-child(2){left: 10%;top: 23%;}
.proShow-slide#dot124 .proShow-list li:nth-child(3){left: 61%;top: 24%;}
.proShow-slide#dot124 .proShow-list li:nth-child(4){left: 24%;top: 58%;}

.proShow-slide#dot125 .proShow-list li:nth-child(1){left: 52%;top: 19%;}
.proShow-slide#dot125 .proShow-list li:nth-child(2){left: 34%;top: 48%;}
.proShow-slide#dot125 .proShow-list li:nth-child(3){left: 43%;top: 45%;}
.proShow-slide#dot125 .proShow-list li:nth-child(4){left: 34%;top: 69%;}
.proShow-slide#dot125 .proShow-list li:nth-child(5){left: 68%;top: 44%;}
.proShow-slide#dot125 .proShow-list li:nth-child(6){left: 67%;top: 62%;}

.proShow-slide#dot122 .proShow-list li:nth-child(1){left: 27%;top: 72%;}
.proShow-slide#dot122 .proShow-list li:nth-child(2){left: 89%;top: 59%;}

.proShow-slide#dot126 .proShow-list li:nth-child(1){left: 27%;top: 72%;}
.proShow-slide#dot126 .proShow-list li:nth-child(2){left: 89%;top: 59%;}
.proShow-slide#dot126 .proShow-list li:nth-child(3){left: 9%;top: 46%;}
.proShow-slide#dot126 .proShow-list li:nth-child(4){left: 46%;top: 62%;}
.proShow-slide#dot126 .proShow-list li:nth-child(5){left: 69%;top: 83%;}

.proShow-slide#dot138 .proShow-list li:nth-child(1){left: 12%;top: 63%;}
.proShow-slide#dot138 .proShow-list li:nth-child(2){left: 54%;top: 5%;}
.proShow-slide#dot138 .proShow-list li:nth-child(3){left: 80%;top: 23%;}

.proShow-slide#dot211 .proShow-list li:nth-child(1){left: 12%;top: 63%;}
.proShow-slide#dot211 .proShow-list li:nth-child(2){left: 54%;top: 5%;}
.proShow-slide#dot211 .proShow-list li:nth-child(3){left: 80%;top: 23%;}
.proShow-slide#dot211 .proShow-list li:nth-child(4){left: 20%;top: 18%;}
.proShow-slide#dot211 .proShow-list li:nth-child(5){left: 82%;top: 80%;}

.proShow-slide#dot213 .proShow-list li:nth-child(1){left: 65%;top: 36%;}
.proShow-slide#dot213 .proShow-list li:nth-child(2){left: 18%;top: 25%;}
.proShow-slide#dot213 .proShow-list li:nth-child(3){left: 40%;top: 56%;}
.proShow-slide#dot213 .proShow-list li:nth-child(4){left: 58%;top: 69%;}

.proShow-slide#dot215 .proShow-list li:nth-child(4){left: 54%;top: 18%;}
.proShow-slide#dot215 .proShow-list li:nth-child(1){left: 60%;top: 79%;}
.proShow-slide#dot215 .proShow-list li:nth-child(2){left: 16%;top: 74%;}
.proShow-slide#dot215 .proShow-list li:nth-child(3){left: 28%;top: 55%;}
.proShow-slide#dot215 .proShow-list li:nth-child(5){left: 78%;top: 33%;}

.proShow-slide#dot139 .proShow-list li:nth-child(1){left: 59%;top: 54%;}
.proShow-slide#dot139 .proShow-list li:nth-child(2){left: 32%;top: 29%;}
.proShow-slide#dot139 .proShow-list li:nth-child(3){left: 41%;top: 68%;}
.proShow-slide#dot139 .proShow-list li:nth-child(4){left: 85%;top: 57%;}


.proShow-btn{z-index: 2;position: absolute;right: 0.6rem;bottom: 0.5rem;}
.proShow-btn .btn{user-select: none;cursor: pointer;width: 0.6rem;height: 0.6rem;border-radius: 50%;background: rgba(0, 0, 0, .2);font-size: 0.19rem;}
.proShow-btn .btn.next{transform: rotate(180deg);margin-left: 0.2rem;}
.proShow-btn .btn:hover{background: #000;}
.proHot-swp .swiper-slide{height: auto;}
.proHot-slide{background: #f5f5f5;padding: 0 0.45rem 0.3rem;height: 100%;}
.proHot-slide .img{height: 3rem;}
.proHot-slide .img img{max-height: 60%;}
.proHot-slide:hover .img img{transform: scale(1.1);}
.proHot-slide:hover .title{color: #f08200;}
/* 嵌件 */
.proHot-swp.noTitle .proHot-slide{padding-bottom: 0;}
.proHot-swp.noTitle .proHot-slide .img{height: 2.6rem;}
.embedBan-bg img{width: 100%;}
.embedBan-bg video{display: none;width: 100%;}
.embedBan-bg.hasVideo img{display: none;}
.embedBan-bg.hasVideo video{display: block;}
.embedBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.embedBan-con .contain{height: 100%;flex-direction: column;justify-content: center;}
.embedBan-con .text{width: max(400px,6.8rem);}
.embedGY-swp{width: 9.3rem;}
.embedGY-swp .swiper-container{overflow: visible;}
.embedGY-bg::after{transition: all .6s ease;z-index: 3; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.embedGY-bg img{width: 100%;height: 5.2rem;}
.embedGY-bg video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all .6s ease;opacity: 0;}
.swiper-slide-active .embedGY-bg video{opacity: 1;}
.embedGY-con{z-index: 4; opacity: 0;transition: all .6s ease;transform: translateY(20px); position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0.4rem;height: 1.2rem;display: flex;flex-direction: column;justify-content: center;}
.swiper-slide-active .embedGY-bg::after{opacity: 0;}
.swiper-slide-active .embedGY-con{opacity: 1;transform: translateY(0);transition: transform .6s .8s ease,height .6s ease,opacity .6s .8s ease;}
.swiper-slide-active:hover .embedGY-bg::after{opacity: 1;background: rgba(0, 0, 0, .6);}
.swiper-slide-active:hover .embedGY-con{height: 100%;}
.embedGY-btn{z-index: 2; width: 30px;height: 30px;position: absolute;left: 0.4rem;top: 50%;transform: translateY(-50%);font-size: max(14px,0.19rem);user-select: none;cursor: pointer;}
.embedGY-btn.next{left: auto;right: 0.4rem;transform: translateY(-50%) rotate(180deg);}
.embedGY-btn:hover{color: #f08200;}
.embedGY-pagination{z-index: 4;position: absolute;left: 0;bottom: 0.2rem;width: 100%;text-align: center;user-select: none;}
.embedGY-pagination .swiper-pagination-bullet{margin: 0 4px; width: max(14px,0.2rem);height: max(2px,0.04rem);transform: skewX(30deg);background: rgba(255, 255, 255, .3);opacity: 1;border-radius: 0;}
.embedGY-pagination .swiper-pagination-bullet-active{background: #fff;}
.embedNews-item{background: #fff;transition: all .4s ease;}
.embedNews-img img{width: 100%;height: 2.7rem;}
.embedNews-con{padding: 0.35rem 0.35rem 0.5rem;}
.embedNews-con .date{transition: all .4s ease;}
.embedNews-con .more{align-items: center;transition: all .4s ease;}
.embedNews-con .more i{display: block;width: max(20px,0.25rem);height: max(10px,0.12rem); margin-right: max(8px,0.18rem);transition: all .4s ease;background: url('../images/common/arr.svg') no-repeat center/100% auto;}
.embedNews-item:hover{background: #f08200;}
.embedNews-item:hover .embedNews-img img{transform: scale(1.1);}
.embedNews-item:hover .embedNews-con .date,.embedNews-item:hover .embedNews-con .title,.embedNews-item:hover .embedNews-con .more{color: #fff;}
.embedNews-item:hover .embedNews-con .more i{background-image: url('../images/common/arrW.svg');}
/* 天线 */
.lineGY-img img{max-width: 84%;}
.lineTech .proHot-slide{padding: 0 0 0.5rem;}
.lineTech .proHot-slide .img{height: auto;overflow: hidden;}
.lineTech .proHot-slide .img img{width: 100%;height: 3.8rem;max-height: unset;}
.lineTech .proHot-slide .title{margin-top: 0.4rem;}
/* 二次加工 */
.procLine-flex{align-items: center;justify-content: space-between;padding-left: var(--widDb);}
.procLine-con{width: 22%;}
.procLine-con .list p{padding-left: 0.18rem;position: relative;}
.procLine-con .list p::after{content: "";position: absolute;left: 0;top: max(8px,0.1rem);width: 5px;height: 5px;border-radius: 50%;background: #f08200;}
.procLine-swp{width: 76%;}
.procLine-slide-img img{width: 100%;height: 5rem;}
.procLine-slide-title{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.32rem 0.5rem;}
/* 品质管控 */
.quaSB-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #666;}
.quaSB-bg .swiper-container{width: 100%;height: 100%;}
.quaSB-bg-slide{height: 100%;position: relative;overflow: hidden;}
.quaSB-bg-slide::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);}
.quaSB-bg-slide img{width: 100%;height: 100%;transform: scale(1.2);transition: all 1s 1s linear;}
.swiper-slide-active .quaSB-bg-slide img{transform: scale(1);transition-delay: 0s;}
.quaSB-con{position: relative;z-index: 2;}
.quaSB-con-swp .swiper-slide{height: auto;}
.quaSB-con-slide{height: 100%; padding: 2.4rem 0.2rem 0.4rem 0.55rem; border-left: 1px solid rgba(255, 255, 255, .2);user-select: none;cursor: pointer;}
.quaSB-con-slide>div{position: relative;z-index: 2;}
.quaSB-con-slide::after{transition: all 1s ease;opacity: 0;height: 0; content: "";position: absolute;left: 0;bottom: 0;width: 100%;background: linear-gradient(to top,rgba(240,130,0,.9) 0%,transparent 100%);}
.swiper-slide:last-child .quaSB-con-slide{border-right: 1px solid rgba(255, 255, 255, .2);}
.quaSB-con-slide .text p{position: relative;padding-left: 15px;}
.quaSB-con-slide .text p::after{content: "";position: absolute;left: 0;top: max(10px,0.14rem);width: 5px;height: 5px;border-radius: 50%;background: #fff;}
.quaSB-con-slide:hover::after{height: 100%;opacity: 1;}
.quaSB-btn{z-index: 3;position: absolute;left: -0.9rem;top: 50%;transform: translateY(-50%);width: 0.6rem;height: 0.6rem;border-radius: 50%;font-size: 0.19rem;background: rgba(0, 0, 0, .2);color: #fff;user-select: none;cursor: pointer;}
.quaSB-btn.next{left: auto;right: -0.9rem;}
.quaSB-btn:hover{background: #000;}
.quaHonor-swiper .swiper-slide{height: auto;}
.quaHonor-slide{background: #eeeff0;height: 100%;}
.quaHonor-img img{width: 100%;height: 3rem;}
.quaHonor-con{padding: 0.55rem 0.45rem 1.1rem;}
.quaHonor .embedGY-pagination{position: relative;left: auto;bottom: auto;}
.quaHonor .embedGY-pagination .swiper-pagination-bullet{background: #eeeff1;}
.quaHonor .embedGY-pagination .swiper-pagination-bullet-active{background: #f08200;}
/* 注塑-设计与工程 */
.engiNL{background: url('../images/pages/engiNL-bg.jpg') no-repeat center/cover;}
.engiNL-head{padding-right: 1.8rem;align-items: center;justify-content: space-between;}
.engiNL-btn .btn{user-select: none;cursor: pointer;width: 0.6rem;height: 0.6rem;border-radius: 50%;border: 1px solid rgba(255, 255, 255, .5);color: #fff;font-size: 0.19rem;}
.engiNL-btn .btn.next{margin-left: 0.4rem;transform: rotate(180deg);}
.engiNL-btn .btn:hover{background: #fff;color: #f08200;}
.engiNL-swp .swiper-container{overflow: visible;}
.engiNL-swp .swiper-slide{height: auto;}
.engiNL-slide{background: #fff;height: 100%;padding: 0.8rem 0.6rem 0.4rem;min-height: 5.1rem;}
.engiNL-slide .icon{height: 0.66rem;}
.engiNL-slide .icon img{max-height: 100%;}
.engiCase-head{justify-content: space-between;align-items: center;}
.engiCase-btn .btn{user-select: none;cursor: pointer;width: 0.6rem;height: 0.6rem;border-radius: 50%;border: 1px solid #ebebeb;font-size: 0.19rem;}
.engiCase-btn .btn.next{margin-left: 0.4rem;transform: rotate(180deg);}
.engiCase-btn .btn:hover{background: #f08200;color: #fff;}
.engiCase-swp{border-top: 1px solid #d1d1d1;}
.engiCase-slide .img{border: 1px solid #eee;}
.engiCase-slide .img img{width: 100%;height: 4.5rem;}
.engiCase-slide .indBtn{border-radius: 40px;}
.engiTKP-flex{border-top: 1px solid #d1d1d1;justify-content: space-between;align-items: flex-start;}
.engiTKP-con{width: 50%;}
.engiTKP-list{width: 48%;}
.engiTKP-list ul{position: relative;}
.engiTKP-list ul::after{content: "";z-index: 2;position: absolute;left: 0;top: 0;width: 100%;height: calc(100% + 0.8rem);background: linear-gradient(to bottom,transparent 50%,rgba(255,255,255,1) 100%);}
.engiTKP-list li{background: #fff;box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);}
.engiTKP-list li img{width: 100%;}
.engiTKP-list li:nth-child(2n){transform: translateY(0.8rem);}
.engiTKP-list li:nth-child(4){box-shadow: 0px -0.2rem 0.25rem 0px rgba(0, 0, 0, 0.02);}

.engiTKP-right{width: 48%;}
.engiTKP-swp-box{width: calc(100% + 0.3rem);margin-left: -0.15rem;position: relative;}
.engiTKP-swp{width: 50%;position: relative;}
.engiTKP-swp .swiper-container{height: 6.4rem;}
.engiTKP-swp .swiper-wrapper {transition-timing-function: linear;}
.engiTKP-swp .swiper-slide{padding: 0.15rem 0.15rem;}
.engiTKP-slide{background: #fff;box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.05);height: 100%;}
.engiTKP-slide img{width: 100%;height: 100%;}
.engiTKP-swp:nth-child(2){transform: translateY(0.8rem);}
.engiTKP-swp::before,.engiTKP-swp::after{background: linear-gradient(to bottom,transparent 90%,rgba(255,255,255,1) 100%);pointer-events: none; content: "";z-index: 2;position: absolute;left: 0;top: 0;width: 100%;height: calc(100% + 0rem);}
.engiTKP-swp::after{background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,transparent 10%);}


.banner-cont .title,.banner-cont .text,.banner-cont .title-en,.pagesBan-con .title{text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);}
/* .pagesBan-con .text{text-shadow: 2px 2px 5px rgba(255, 255, 255, .5);} */

.hisTitle{width: 14rem;margin: 0 auto;max-width: 100%;}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .abMap-right-con{padding: 0.3rem 0.3rem 0.5rem;}
    .culHJ-swp .culNext .btn{left: -70px;}
    .culHJ-swp .culNext .btn.next{left: calc(100% + 70px);}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .culHJ-swp .culNext .btn{left: -50px;}
    .culHJ-swp .culNext .btn.next{left: calc(100% + 50px);}
    .abMap{padding-bottom: 150px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    .pagesBan-bg img{height: 200px;}
    .pagesNav{width: 100%;overflow-x: auto;float: unset;max-width:unset;}
    .pagesNav-list{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav .item::after{bottom: 0;}
    .pagesBread{display: none;}
    .pagesMenu .contain{height: auto;}
    .pagesNav .item{height: 46px;margin-left: 20px !important;}
    .pagesNav .item:first-child{margin-left: 0;}
    .line-pagination{height: 2px;}
    .ctaIntro-list li{width: 100% !important;padding: 30px;}
    .ctaIntro-list li::after{left: 50%;top: 0;width: 70%;height: 1px;transform: translateX(-50%);}
    .ctaIntro-list .icon{font-size: 22px;}
    .ctaIntro-list .text{margin-top: 10px;}
    .ctaSon-list .uli.ml30{margin: 0;width: 100%;}
    .ctaSon-list .uli.ml30.uli3 li{margin: 15px 0 0;width: 100%;}
    .ctaSon-img img{height: 150px;}
    .ctaSon-con{padding: 15px 15px 25px;}
    .ctaSon-con .title{font-size: 15px;}
    .ctaSon-con .title i{font-size: 16px;margin-right: 6px;}
    .ctaSon-con .text{font-size: 13px;line-height: 1.7;}
    .ctaMsg-con{padding: 25px 15px;}
    .ctaMsg-item{width: 100%;}
    .ctaMsg-item{margin-top: 18px;}
    .newsShow-left{width: 100%;}
    .newsShow-left-item{width: 100%;height: auto;}
    .newsShow-left-item:nth-child(2){margin-top: 15px;}
    .newsShow-left-img img{height: 180px;}
    .newsShow-left-con{padding: 15px 15px 25px;}
    .newsShow-left-con .date,.newsShow-right-item .date{font-size: 12px;}
    .newsShow-right{width: 100%;}
    .newsShow-right-item{margin-top: 15px !important;padding: 25px 15px;}
    .newsFilter{padding: 20px 15px; flex-direction: column;justify-content: flex-start;align-items: flex-start;}
    .newsFilter-con{width: 100%;margin: 5px 0 0;position: relative;}
    .newsFilter-list{width: calc(100% + 10px);margin-left: -10px;}
    .newsFilter-list li{width: calc(50% - 10px);margin: 10px 0 0 10px;}
    .newsFilter-menu::after{width: 8px;height: 8px;border-width: 4px;}
    .newsFilter-submit{position: absolute;right: 0;bottom: calc(100% + 0px);width: 30px;height: 30px;}
    .newsItem-img{width: 100%;}
    .newsItem-img img{height: 180px;}
    .newsItem-con{padding: 15px 15px 30px;width: 100%;flex-direction: column-reverse;}
    .newsItem-con .day, .newsItem-con .year{text-align: left;color: #f08200;}
    .newsItem-con .day{font-size: 34px;}
    .newsItem-con .desc{flex: unset;padding: 15px 0 0;}
    .newsDet-left{width: 100%;}
    .newsDet-title{line-height: 1.5;padding-bottom: 12px;border-width: 1px;}
    .newsDet-data span{font-size: 12px;padding: 6px 15px;}
    .newsDet-menu{border: unset;margin-top: 20px;}
    .newsDet-page{width: 100%;}
    .newsDet-page-item{padding: 12px 10px;}
    .newsDet-page-item .text{width: auto;flex: 1;padding-left: 10px;}
    .newsDet-back{width: 120px;margin: 15px auto 0;}
    .newsDet-right{width: 100%;margin-top: 30px;}
    .newsDet-hot-item.active .img{height: 175px;}
    .newsDet-hot-item{padding: 15px 0;}
    .governIntro-list .uli.ml50{margin: 0;}
    .governIntro-list .uli.ml50.uli3 li{width: 100%;margin: 20px 0 0;}
    .governIntro-list .uli.ml50.uli3 li:first-child{margin-top: 0;}
    .governIntro-item{padding: 25px 15px 35px;}
    .governIntro-item .img{right: 10px;bottom: -10px;width: 100px;}
    .governDown-item{padding: 15px;}
    .governDown-item .title{padding-left: 12px;}
    .governDown-item .title::after{width: 5px;height: 5px;}
    .governDown-item .date{display: none;}
    .governDown-item .btn span{display: none;}
    .governCta-desc{width: 100%;padding: 25px 15px;}
    .governCta-list p{padding-left: 12px;}
    .governCta-link{margin-top: 18px;}
    .finance-img img{height: 195px;}
    .finance-con .icon{font-size: 18px;}
    .finance-img::after{height: calc(100% - 16px);}
    .abVideo-bg img{height: 200px;}
    .abVideo-btn{width: 40px;height: 40px;font-size: 15px;border-width: 3px;padding-left: 4px;}
    .abNum-list{padding-bottom: 30px;}
    .abNum-list li{width: 50%;padding: 20px 12px 0;}
    .abNum-list .title{font-size: 12px;}
    .abNum-list .num{font-size: 24px;}
    .abNum-list .text{width: 100%;font-size: 11px;line-height: 1.5;}
    .abMap-left{width: 100%;}
    .abMap-left-list .text{display: none;}
    .abMap-left-list .dot{width: 4px;height: 4px;}
    .abMap-right{width: 100%;margin-top: 30px;}
    .abMap-right-list{height: 400px;}
    .abMap-right-img img{height: 200px;}
    .abMap-right-con{padding: 15px 15px 25px;}
    .abMap-right-con .title{font-size: 18px;}
    .abMap-right-con .text{margin-top: 15px;}
    .abMap-right-list li{transform: translateX(120%);}
    @keyframes pop-in {0%{opacity: 0;transform: translateY(120%);}}
    .hisTitle{padding: 0 4%;font-size: 17px;}
    .hisTitle br{display: none;}
    .hisNav-list .item{font-size: 11px;line-height: 1.5;}
    .hisNav-list .item br{display: block;}
    .hisNav-list{border-width: 2px;}
    .hisNav-list .item::after{bottom: -2px;height: 2px;}
    .hisShow-bg{height: calc(100% - 10px);}
    .hisItem{padding-right: 20px;}
    .hisItem .year::after{left: calc(100% + 20px);}
    .hisList li:nth-child(2n) .hisItem .year::after{left: -19px;}
    .hisList ul::after{top: -10px;height: calc(100% + 10px);}
    .hisList li:nth-child(2n) .hisItem{padding-left: 20px;}
    .hisItem::after{width: 8px;height: 8px;border-width: 1px;}
    .hisItem .text{font-size: 10px;line-height: 1.5;}
    .honor-view{padding: 40px 0;}
    .honorList ul{display: block;}
    .honorList li{width: 100% !important;border: unset;}
    .honorItem{padding: 0;}
    .honorItem-year{color: #000;padding: 18px 0 15px;border-bottom: 1px solid #e0e0e0;}
    .honorItem-year .short{display: none;}
    .honorItem-year .long{display: flex;animation: none;opacity: 1;justify-content: space-between;align-items: center;}
    .honorItem-year .long::after{content: "\e727";font-family: 'icon';display: block;transition: all .4s ease;font-size: 14px;transform: rotate(180deg);}
    .honorItem-year.active .long::after{transform: rotate(0);}
    .honorList li:first-child .honorItem-year{border-top: 1px solid #e0e0e0;}
    .honorItem-drop{display: none;opacity: 1;padding-bottom: 30px;}
    .honorItem-text p{padding-left: 10px;}
    .honorItem-text p::after{width: 3px;height: 3px;}
    .honorItem-swp .img{height: 200px;}
    .honorItem-btn .btn{width: 28px;height: 28px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 4;}
    .honorItem-btn .btn.next{margin-left: 0;transform: translateY(-50%) rotate(180deg);left: auto;right: 0;}
    .respond-view .pagesTitle .text{width: 92vw;margin-top: 5px;}
    .resNext .btn{width: 26px;height: 26px;font-size: 8px;}
    .resPDF-nav .item{margin-left: 10px;}
    .resPDF-slide{padding: 15px 10px 40px;}
    .resPDF-slide .img{height: 20px;}
    .resPDF-slide .title{font-size: 14px;}
    .resPDF-slide .more{font-size: 12px;}
    .resFund-swp{width: 250px;}
    .resFund-slide .img img{height: 150px;}
    .resHJ .resNext{display: none;}
    .resHJ-slide .img img{height: 215px;}
    .resHJ-slide .title{padding-bottom: 20px;}
    .resSQ-slide .img img{height: 185px;}
    .resSQ-slide .title{padding: 15px 15px 30px;}
    .culLN-bg{position: relative;}
    .culLN-bg img{height: 170px;}
    .culLN-con{padding: 0;}
    .culLN-con .desc{width: 100%;padding: 15px 15px 25px;}
    .culLN-con .text{font-size: 13px;}
    .culJoin .pagesTitle .text{width: 100%;margin-top: 5px;}
    .culJoin-more{width: 50px;height: 50px;}
    .culJoin-more .btn i img{width: 16px;}
    .culJoin{padding-bottom: 50px;}
    .culHJ-swp{width: 80%;}
    .culHJ-slide img{height: 150px;}
    .culHJ-swp .culNext{display: none;}
    .culHD-head .culNext{display: none;}
    .culHD-swp{margin-top: 15px;}
    .culHD-swp .swiper-slide:nth-child(2n) .culHD-slide{margin-top: 0;}
    .culHD-slide .img img{height: 185px;}
    .joinIntro-flex{flex-direction: column-reverse;}
    .joinIntro-img{width: 100%;}
    .joinIntro-con{width: 100%;margin-top: 15px;}
    .joinProj-slide{flex-direction: column-reverse;}
    .joinProj-img{width: 100%;}
    .joinProj-con{width: 100%;padding: 15px 15px 30px;}
    .joinProj-con .dot{position: relative;left: auto;bottom: auto;margin-top: 30px;width: 6px;height: 6px;}
    .joinJS-swp{width: 100%;}
    .joinJS-gallery-more img{height: 230px;min-height: unset;}
    .joinJS-thumbs{padding: 12px 40px;}
    .joinJS-thumbs-btn{left: 5px;}
    .joinJS-thumbs-btn.next{right: 5px;}
    .joinJS-thumbs-click img{height: 50px;}
    .joinJS-thumbs-click::after{border-width: 1px;}
    .joinJS-con{width: 100%;padding: 15px 15px 30px;}
    .banner-image img{height: 400px;}
    .banner-cont{text-align: left;}
    .banner-cont .text br{display: none;}
    .banner-cont .abVideo-btn{position: relative;left: auto;top: auto;transform: none;margin-bottom: 15px;}
    .swiper-slide-active .banner-cont .abVideo-btn {
        animation: bannerRun 1.2s ease both .3s;
    }
    .solNum-list li{width: 50%;padding: 0 20px;}
    .solNum-list .num{align-items: center;}
    .solNum-list .text{font-size: 12px;}
    .solNav-slide{height: 40px;padding:0 5px;font-size:12px;}
    .solNav-btn{display: none;}
    .solNum{padding-top: 15px;}
    .solNum-list{width: 100%;}
    .solNum-list li{margin-top: 25px;}
    .solFlex{padding: 25px 15px 40px;flex-direction: column-reverse;}
    .solDesc{width: 100%;margin-top: 20px;}
    .solPro{width: 100%;flex-direction: column-reverse;}
    .solPro-nav{flex: unset;width: 100%;overflow-x: auto;}
    .solPro-nav-list{flex-wrap: nowrap;white-space: nowrap;flex-direction: row;}
    .solPro-nav-list li{margin-top: 0;padding: 0 0 10px 10px;margin-left: 15px;}
    .solPro-nav-list li:first-child{margin-left: 0;}
    .solPro-nav-list li::after{right: auto;left: 0;width: 4px;height: 4px;transform: none;top: 8px;}
    .solPro-nav-list::after{top: auto;transform: none;bottom: 0;width: 100%;height: 2px;}
    .solPro-img{width: 260px;margin-top: 30px;}
    .solPro-img-slide .img{height: 260px;padding-bottom: 30px;}
    .solPro-img-slide .more{bottom: 20px;}
    .solDet-show-left{width: 100%;padding: 30px 4% 0;}
    .solDet-show-swp{padding: 0;}
    .solDet-show-next{display: none;}
    .solDet-show-right{width: 100%;padding: 20px 4% 30px;}
    .solDet-show-desc .text p{padding-left: 12px;}
    .solDet-show-desc .text p::after{top: 10px;width: 4px;height: 4px;}
    .solDet-show-contact{margin-top: 30px;}
    .solDet-show-contact .list li{margin-top: 5px;}
    .solDet-show-contact .btn{height: 46px;}
    .solDet-hot-img{height: 250px;}
    .designNL-slide{padding: 30px 15px 40px;}
    .rdSystem-con{width: 250px;height: 250px;}
    .rdSystem-line1{width: 450px;}
    .rdSystem-line2{width: 350px;}
    .rdSystem-line3{border-width: 1px;}
    .rdSystem-line4{width: 220px;height: 220px;border-width: 20px;}
    .rdSystem-list li{width: 60px;height: 60px;padding: 4px;}
    .rdSystem-list .title{font-size: 10px;}
    .rdSystem-list .line{border-width: 1px;}
    .rdSystem-logo{width: 120px;height: 120px;font-size: 12px;padding: 0 8px;}
    .global-view .contain{width: 92%;}
    .global-tips{position: relative;left: auto;bottom: auto;margin-top: 30px;}
    .global-tips li{padding-left: 14px;}
    .global-tips li::after{top: 8px;}
    .global-tips li.black::after,.global-list.black .dot{width: 10px;height: 11px;top: 4px;}
    .global-list .title{padding: 3px 6px;display: none;}
    .global-list li:hover .title{display: block;}
    .proShow-desc .text{font-size: 12px;}
    .proShow-con-box{margin-top: 40px;}
    .proShow-slide{padding: 20px 15px 60px;}
    .proShow-btn{display: none;}
    .proShow .pages-pagination{position: absolute;left: 0;bottom: 15px;width: 100%;text-align: center;z-index: 2;}
    .proShow-img img{max-width: 220px;max-height: 250px;}
    .proShow-list .dot i::after{width: 5px;}
    .proShow-list .dot i::before{height: 5px;}
    .proShow-list .con{right:auto !important; left: 50%;top: 20px;transform: translate(-50%,15px) !important;width: 200px;padding: 15px 10px;max-width: unset;}
    .proShow-list li.active .con{transform: translate(-50%,0) !important;}
    .proShow-list .con::after{right: 50% !important;left:auto !important; bottom: 100%;top: auto;transform: translateX(50%);width: 8px;height: 8px;border: 4px solid transparent !important;border-bottom-color: #f08200 !important;}
    .proShow-list .close{font-size: 10px;right: 5px;top: 8px;}
    .proShow-list .more{margin-top: 12px;}
    .proHot-slide{padding: 0 15px 15px;}
    .proHot-slide .img{height: 120px;}
    .proHot-swp.noTitle .proHot-slide .img{height: 100px;}
    .embedBan-bg img{height: 250px;}
    .embedBan-con .text{width: 100%;font-size: 13px;}
    .embedGY-btn{display: none;}
    .embedGY-swp{width: 300px;}
    .embedGY-con{height: 60px;}
    .embedGY-con .title{font-size: 12px;}
    .embedGY-bg video{display: none;}
    .embedNews-list .uli.ml30{margin: 0;}
    .embedNews-list .uli.ml30.uli3 li{margin: 20px 0 0;width: 100%;}
    .embedNews-list .uli.ml30.uli3 li:first-child{margin-top: 0;}
    .embedNews-img img{height: 175px;}
    .embedNews-con{padding: 15px 15px 25px;}
    .embedNews-con .more{margin-top: 30px;font-size: 12px;}
    .embedNews-con .more i{width: 16px;height: 8px;}
    .proHead .text br{display: none;}
    .lineGY-img img{max-width: 100%;}
    .procLine-con{width: 100%;}
    .procLine-con .list p{padding-left: 12px;}
    .procLine-con .list p::after{width: 4px;height: 4px;}
    .procLine-swp{width: 100%;margin-top: 20px;}
    .procLine-slide-img img{height: 185px;}
    .procLine-slide-title{padding: 15px;}
    .quaSB-con-slide{padding: 50px 15px;}
    .quaSB .embedGY-pagination{bottom: 15px;}
    .quaSB-con-slide .text p{padding-left: 12px;}
    .quaSB-con-slide .text p::after{width: 4px;height: 4px;}
    .engiNL-head{padding-right: 0;}
    .engiNL-btn{display: none;}
    .engiNL-swp{margin-top: 20px;}
    .engiNL-slide{padding: 25px 15px 40px;min-height: 250px;}
    .engiNL-slide .icon{height: 36px;}
    .engiCase-btn{display: none;}
    .engiCase-slide .img img{height: 200px;}
    .engiCase-slide .indBtn-box{margin-top: 30px;}
    .engiTKP-con{width: 100%;}
    .engiTKP-con .text br{display: none;}
    .engiTKP-list{width: 100%;margin-top: 30px;}
    .engiTKP-right{width: 100%;margin-top: 30px;}
    .rdIntro .text{padding: 0 4%;}
    .rdIntro .text p{display: inline;}
    .quaHonor-img img{height: 200px;}
    .quaHonor-con{padding: 15px 15px 40px;}
    .quaHonor-con .date{margin-top: 50px;}
    .engiTKP-swp .swiper-container{height: 270px;}
    .engiTKP-flex{padding-bottom: 80px;}
    .engiTKP-swp-box{width: calc(100% + 16px);margin-left: -8px;}
    .engiTKP-swp .swiper-slide{padding: 8px 8px;}
    .engiTKP-slide{box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);}
    .embedBan-bg img{display: block !important;}
    .embedBan-bg video{display: none !important;}
    .lineTech .proHot-slide .img img{height: 120px;}
    .proShow-con-box{height: 250px;}
    .proShow-desc{position: relative;padding: 0;}

    .abMap{padding-bottom: 80px;}
    .joinProj-img img{height: 220px;}
    .joinProj-swp .swiper-slide{height: auto;}
    .joinProj-slide{height: 100%;}
    .joinProj-con{flex: 1;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}