@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: 42px;height: 42px;margin: 6px;font-size: 20px;font-weight: 500; color: #002A64;transition: all .4s ease;border-radius: 6px;background-color: transparent;display: flex;align-items: center;justify-content: center;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background-color: #EDEDED;}
.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: #002A64;}
.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: #002A64;color: #fff;border-color: #002A64;}
.paging-hint span{color: #002A64;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;width: 38px;height: 38px;font-size: 16px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #002A64;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #002A64;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.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: #002A64 !important;}
.search-link:hover h2{color: #002A64;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {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: #002A64;}
.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: #002A64;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 720px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
/* 内页公共 */
.pagesBan-bg img{width: 100%;min-height: 200px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0 70px;align-items: center;}
.pagesBan-con .title{opacity: 0;animation: banText 1.5s ease forwards;}
@keyframes banText {0%{opacity: 0;transform: translateX(100px) skew(-10deg);}100%{opacity: 1;transform: translateX(0) skew(0);}}
.pagesBread{color: rgba(0, 42, 100, 0.36);}
.pagesBread-item::after{content: "/";color:rgba(0, 42, 100, 0.36);display: inline-block;margin: 0 2px;}
.pagesBread-item:last-child::after{display: none;}
.pagesBread-item:hover,.pagesBread-item:last-child{color: #002A64;}
.comHead{justify-content: space-between;align-items: flex-end;}
.comMore{padding: 0 15px; height: 40px;border-radius: 6px;border: 1px solid #002A64;}
.comMore i{display: block;font-size: 12px;transform: rotate(180deg);margin-left: 5px;font-weight: 700;}
.comMore:hover{background: #002A64;color: #fff;}
.pagesNav-box{border-bottom: 0.6px solid rgba(0, 0, 0, 0.10);}
.pagesNav-item{margin-left: 60px;}
.pagesNav-item:first-child{margin-left: 0;}
.pagesNav-item::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 3px;background: #002A64;opacity: 0;}
.pagesNav-item.active::after{opacity: 1;}
.comPD{padding: 65px;}
.comBtn{padding: 10px 25px;border-radius: 4px;user-select: none;cursor: pointer;transition: all .4s ease;}
.comBtn:hover{background: #044caf;}
.serNav{justify-content: center;padding: 0 8vw;}
.serNav-item{width: calc(100% / 3);padding: 30px 30px 40px;background: transparent;position: relative;}
.serNav-item::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #002A64;transition: all .4s ease;}
.serNav-item:nth-child(2)::after{background: #416DAB;}
.serNav-item:hover{position: relative;z-index: 2;}
.serNav-item:hover::after{transform: scale(1.05);}
.serNav-con{position: relative;z-index: 2;}
.serNav-item .img{height: 62px;}
.serNav-item .img img{max-height: 100%;}
.serNav-item .text{min-height: 60px;}
.serNav-item .more{transform: rotate(180deg);font-size: 22px;display: inline-block;font-weight: 700;}
.serOEM-com{background: #fff;border-radius: 16px;padding: 55px 70px 35px;}
.serOEM-title:hover{color: #002A64;}
.serOEM-more{align-items: center;color: #FC9700;}
.serOEM-more i{display: block;transform: rotate(180deg);font-size: 14px;}
.serOEM-more span{display: block;margin-left: 5px;transition: all .4s ease;}
.serOEM-more:hover span{transform: translateX(10px);}
.serOEM-top{align-items: center;}
.serOEM-top-con{width: 68%;}
.serOEM-top-con .serOEM-text{width: 80%;}
.serOEM-top-icon{margin-top: 40px;}
.serOEM-top-icon li{display: flex;flex-wrap: wrap;align-items: center;margin-top: 30px;}
.serOEM-top-icon .img{background: #F4F5F7;width: 72px;height: 72px;border-radius: 50%;}
.serOEM-top-icon .img img{max-width: 50%;max-height: 50%;}
.serOEM-top-icon .text{margin: 0 30px;}
.serOEM-top-img{width: 32%;}
.serOEM-top-img img{max-width: 80%;}
.serOEM-btm{margin-left: -30px;}
.serOEM-btm-item{margin: 30px 0 0 30px;width: calc(50% - 30px);}
.serOEM-btm-img{height: 240px;}
.serOEM-btm-img img{max-width: 60%;max-height: 100%;}
.serFAQ-list li{padding: 15px 0;border-bottom: 1px solid rgba(0, 0, 0, .2);}
.serFAQ-menu{align-items: center;user-select: none;cursor: pointer;}
.serFAQ-menu i{display: block;font-size: 14px;transform: rotate(180deg);transition: all .4s ease;font-weight: 700;}
.serFAQ-menu span{display: block;flex: 1;padding-left: 10px;}
.serFAQ-menu.active i{transform: rotate(270deg);}
.serFAQ-drop{width: 80%;margin-top: 10px;display: none;color:rgba(0, 42, 100, 0.80);padding-left: 26px;}
/* 产品列表 */
.proHead{border-bottom: 1px solid rgba(0, 0, 0, 0.10);justify-content: space-between;align-items: flex-start;}
.proTitle{padding-bottom: 20px;position: relative;}
.proTitle::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 3px;background: #002A64;}
.proForm input{width: 280px;height: 36px;padding: 0 20px; border-radius: 4px;background: #F5F5F5;color: #002A64;font-size: 16px;}
.proForm input::-webkit-input-placeholder{font-size: 16px;}
.proForm .btn{position: absolute;right: 0;top: 0;width: 42px;height: 100%;user-select: none;cursor: pointer;font-weight: 700;}
.proFlex{align-items: flex-start;}
.proSide{position: sticky;top: 86px; width: auto;padding:0 20px 50px 0;}
.proSide-menu{align-items: center;padding-right: 5px;justify-content: space-between;}
.proSide-menu span{flex: 1;padding-right: 25px;}
.proSide-menu i{font-size: 14px;transform: rotate(180deg);}
.proSide-menu.active i{transform: rotate(0);}
.proSide-drop{margin-top: 15px;display: none;}
.proSide-drop-item{padding: 4px 0;color: rgba(0, 42, 100, 0.80);margin-top: 5px;}
.proSide-drop-item:first-child{margin-top: 0;}
.proSide-drop-item span{position: relative;z-index: 2;}
.proSide-drop-item::after{transition: all .4s ease;opacity: 0; content: "";width: 100%;height: 100%; position: absolute;right: 0;top: 0;width: calc(100% + 6px);border-radius: 3px;background: #E9F6FF;}
.proSide-drop-item:hover::after,.proSide-drop-item.active::after{opacity: 1;}
.proCon{flex: 1; padding: 30px 30px 60px;border-left: 1px solid rgba(0, 0, 0, 0.10);}
.proOpen-menu{align-items: center;user-select: none;cursor: pointer;}
.proOpen-menu .btn{font-size: 14px;display: block;transform: rotate(180deg);margin-left: 10px;transition: all .4s ease;}
.proOpen-menu.active .btn{transform: rotate(0);}
.proVideo{justify-content: space-between;}
.proVideo-video{width: 33%;}
.proVideo-video video{width: 100%;}
.proVideo-con{width: 62%;}
.proVideo-con .title{line-height: 1;}
.proVideo-con .text{color: rgba(0, 42, 100, 0.50);}
.proScreen-result{align-items: flex-start;}
.proScreen-result .title{width: 80px;}
.proScreen-result .list{flex: 1;margin: -14px 0 0 -14px;}
.proScreen-result .list li{margin: 14px 0 0 14px;padding: 3px 34px 3px 12px;border-radius: 40px;background: #E9F6FF;position: relative;user-select: none;cursor: pointer;}
.proScreen-result .list li::after{content: "\e6b5";font-family: "icon";font-size: 12px;opacity: .4;color: #002A64;position: absolute;right: 10px;top: 50%;transform: translateY(-50%) scale(.8);}
.proScreen-item{align-items: flex-start;}
.proScreen-item .title{width: 130px;color: #53719A;}
.proScreen-item .list{flex: 1;margin: -10px 0 0 -20px;}
.proScreen-item .list li{margin: 10px 0 0 20px;display: flex;align-items: center;user-select: none;cursor: pointer;}
.proScreen-item .list i{padding-right: 2px; width: 16px;height: 16px; display: flex;align-items: center;justify-content: center; border-radius: 4px;border: 1px solid #eee;margin-right: 6px;}
.proScreen-item .list i::after{font-weight: 700; content: "\e63c";font-family: "icon";display: block;transform: scale(.7);font-size: 12px;color: #fff;opacity: 0;}
.proScreen-item .list li.active i{border-color: #002A64;background: #002A64;}
.proScreen-item .list li.active i::after{opacity: 1;}
.proItem{width: 25%;transition: all .4s ease;background: #FFF;margin-top: 10px;padding-bottom: 20px;position: relative;}
.proItem-img{overflow: hidden;}
.proItem-img img{width: 100%;}
.proItem-text .text{color: rgba(0, 42, 100, 0.80);padding: 0 15px;}
.proItem:hover{box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.25);z-index: 2;}
/* 产品详情 */
.proDet-head{justify-content: space-between;align-items: center;padding: 40px 150px 0;}
.proDet-link i{display: flex;align-items: center; transform:translateY(-1px) rotate(180deg);margin-right: 10px;font-size: 14px;}
.proDet-show{justify-content: space-between;}
.proDet-show-swp{width: 37.5%;}
.proDet-show-gallery .gallery-more img{width: 100%;height: 485px;}
.proDet-show-thumbs{margin-top: 10px;}
.proDet-show-thumbs .thumbs-year{border: 1px solid transparent;}
.proDet-show-thumbs .thumbs-year.active{border-color: #D4D4D4;;}
.proDet-show-thumbs .thumbs-year img{width: 100%;height: 95px;}
.proDet-show-con{width: 50%;}
.proDet-show-title .title{align-items: flex-end;line-height: .8;}
.proDet-show-title .title span{display: block; margin-left: 15px; padding: 6px  10px;border-radius: 6px; }
.proDet-show-title .title.active span{display: block;}
.proDet-show-text,.proDet-show-img,.proDet-show-file{border-top: 1px solid rgba(0, 0, 0, 0.10);}
.proDet-show-text .text p{margin-top: 20px;}
.proDet-show-img img{margin-right: 15px;height: 30px;}
.proDet-show-img img:last-child{margin-right: 0}
.proDet-show-file .list{margin-left: -60px;margin-top: 10px;}
.proDet-show-file .proDet-link{margin-left: 60px;margin-top: 5px;}
.proDet-nav{border-bottom: 1px solid rgba(0, 0, 0, 0.10);justify-content: center;}
.proDet-nav-item{width: calc(100% / 3);height: 48px;user-select: none;cursor: pointer;}
.proDet-nav-item::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);background: #002A64;width: 60%;height: 3px;opacity: 0;}
.proDet-nav-item.active::after{opacity: 1;}
.proDet-details-con{display: none;}
.proDet-details-con:first-child{display: block;}
.proDet-select{margin-top: 10px;text-align: left;}
.proDet-menu{padding: 12px 24px;background: #F4F4F4;justify-content: space-between;align-items: center;user-select: none;cursor: pointer;}
.proDet-menu span{flex: 1;}
.proDet-menu i{font-size: 14px;display: block;}
.proDet-menu.active i{transform: rotate(180deg);}
.proDet-drop{display: none;}
.proDet-drop li{padding: 12px 24px;border-top: 1px solid rgba(0, 0, 0, .1);display: flex;flex-wrap: wrap;}
.proDet-drop .title{width: 18%;}
.proDet-drop .text{width: 82%;}
.proDet-drop li:first-child{border: unset;}
/* 新闻-列表 */
.newsList{justify-content: space-between;}
.newsList::after{content: "";width: 29%;}
.newsItem{width: 29%;border-radius: 15px 15px 0 0;}
.newsItem-img{border-radius: 15px 15px 0 0;overflow: hidden;}
.newsItem-img .img img{height: 270px;width: 100%;}
.newsItem-img .label{position: absolute;left: 15px;top: 17px;display: none;border-radius: 16px;overflow: hidden;}
.newsItem.active .label{display: block;}
.newsItem-con{padding: 15px;}
.newsItem-con .title{color: #002A64;}
.newsItem-con .text{color: rgba(0, 42, 100, 0.70);margin-top: 5px;}
.newsItem:hover{box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.10);}
/* 解决方案-列表 */
.solution .contain{padding: 0 5vw;}
.solItem{display: flex;flex-wrap: wrap;}
.solItem:first-child{margin-top: 0;}
.solItem-img{width: 52%;}
.solItem-img img{width: 100%;height: 400px;}
.solItem-img:hover img{transform: scale(1.08);}
.solItem-con-box{border-radius: 16px; right: 0;top: 50%;transform: translateY(-50%);height: 75%; position: absolute;width: 56%;background: rgba(255, 255, 255, 0.44);backdrop-filter: blur(41px);}
.solItem-con{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;padding: 0 48px;}
.solItem-con .more{align-items: center;}
.solItem-con .more i{display: block;font-size: 12px;transform: rotate(180deg);margin-right: 10px;}
.solItem-con .more span{display: block;transition: all .4s ease;}
.solItem-con .more:hover span{transform: translateX(5px);}
.solItem:nth-child(2n){justify-content: flex-end;}
.solItem:nth-child(2n) .solItem-con-box{right: auto;left: 0;}
/* 解决方案详情 */
.solDet-head{padding: 40px 160px  0 75px;align-items: center;justify-content: space-between;}
.solDet-edit{padding-right: 100px; color: rgba(0, 42, 100, 0.80);}
.solDet-edit h1,.solDet-edit h2,.solDet-edit h3,.solDet-edit h4{color: #002A64;font-size: 30px;font-weight: 700;}
.solDet-edit h5,.solDet-edit h6{color: #002A64;font-size: 24px;font-weight: 500;}
.solDet-hot-slide{transition: all .4s ease;border: 1px solid rgba(0, 0, 0, .1);padding: 0 15px 20px;}
.solDet-hot-slide .img{height: 300px;}
.solDet-hot-slide .img img{max-height: 70%;max-width: 70%;}
.solDet-hot-slide .text{color: rgba(0, 42, 100, 0.80);}
.solDet-hot-slide:hover{box-shadow: 0 5px 20px rgba(0, 0, 0, .2);}
.solDet-hot-swp .swiper-slide{padding: 20px 0 30px;}
.solDet-hot-pagination .swiper-pagination-bullet{margin: 0 4px;}
.solDet-hot-pagination .swiper-pagination-bullet-active{background: #002A64;}
/* 资质荣誉 */
.honor-con:first-child{margin-top: 0;}
.honor-list{margin-left: -90px;}
.honor-item{margin-left: 90px;width: calc(25% - 90px);}
.honor-item .img{height: 310px;}
.honor-item .img img{max-height: 100%;transition: all .4s ease;}
.honor-item .text{color: rgba(0, 42, 100, 0.80);}
.honor-item:hover .img img{transform: scale(1.05);}
/* 关于我们 */
.abBan-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abBan-bg img{width: 100%;height: 100%;}
.abBan-con{position: relative;z-index: 2;}
.abBan-con .contain{flex-direction: column;}
.abBan-con .logo{animation: abBan-text1 1.5s ease forwards;opacity: 0;}
.abBan-con .title,.abBan-con .text{animation: abBan-text2 1.5s ease forwards;opacity: 0;}
@keyframes abBan-text1 {0%{opacity: 0;transform: translateX(-150px);filter: blur(10px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
@keyframes abBan-text2 {0%{opacity: 0;transform: translateX(150px);filter: blur(10px);}100%{opacity: 1;transform: translateX(0);filter: blur(0);}}
.abIntro .contain{align-items: flex-end;justify-content: space-between;}
.abIntro-con{width: 49%;}
.abIntro-text{color: rgba(0, 42, 100, 0.80);}
.abIntro-logo li{margin-right: 40px;display: flex;align-items: center;}
.abIntro-logo li:last-child{margin-right: 0;}
.abIntro-img{width: 45%;}
.abIntro-img img{width: 100%;}
/* .abFZ-thumbs .swiper-slide{width: auto !important;} */
.abFZ-thumbs .thumbs-year{display: flex;flex-wrap: wrap; color: rgba(0, 42, 100, 0.34);transition: all .4s ease;}
.abFZ-thumbs .thumbs-year span{padding:0 4px 15px;display: block;position: relative;}
.abFZ-thumbs .thumbs-year span::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background: #002A64;opacity: 0;}
.abFZ-thumbs .thumbs-year:hover,.abFZ-thumbs .thumbs-year.active{color: #002A64;}
.abFZ-thumbs .thumbs-year.active span::after{opacity: 1;}
.abFZ-gallery{width: 22.5%;}
.abFZ-gallery .swiper-container{overflow: visible;}
.abFZ-swp{overflow: hidden;}
.abFZ-gallery .gallery-img img{height: 390px;width: 100%;}
.abFZ-gallery .gallery-con .text{color: rgba(0, 42, 100, 0.80);;}
.abHonor-swp .swiper-container{overflow: visible;}
.abHonor-slide{border-radius: 16px;}
.abHonor-slide img{width: 100%;height: 600px;}
.abHonor-btn{z-index: 2;user-select: none;cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%); width: 63px;height: 63px;border-radius: 50%;font-size: 22px;font-weight: 700;background: rgba(195, 195, 195, 0.22);backdrop-filter: blur(13.5px);}
.abHonor-btn.prev{left: -100px;}
.abHonor-btn.next{right: -100px;transform:translateY(-50%) rotate(180deg);}
.abHonor-btn:hover{background: rgba(0, 42, 100, 0.80);}
.abMap-bg img{width: 100%;}
.abMap-con{position: absolute;left: 0;bottom: 0;width: 100%;}
.abHZ{background: url('../images/pages/abHZ-bg.jpg') no-repeat center/cover;}
.abHZ-list{margin-left: -60px;}
.abHZ-list li{display: flex;align-items: center;transition: all .4s ease; justify-content: center; margin: 44px 0 0 60px;width: calc(25% - 60px);height: 126px;border-radius: 10px;background: rgba(233, 233, 233, 0.22);backdrop-filter: blur(23px);}
.abHZ-list li img{max-width: 80%;max-height: 80%;}
.abHZ-list li:hover{transform: translateY(-10px);background: rgba(255, 255, 255, 0.6);}
/* catalog */
.cataList{margin-left: -110px;}
.cataItem{width: calc(20% - 110px);margin-left:110px;transition: all .4s ease;}
.cataItem-img{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.cataItem-img img{width: 100%;}
.cataItem:hover{transform: translateY(-10px);}
/* 产品规格书 */
.sheet-flex{align-items: flex-start;}
.sheet-right{flex: 1; border-left: 1px solid rgba(0, 0, 0, .1);padding: 30px 90px 80px 30px;}
.sheet-non{display: none;}
.sheet-non-text{color: #3F3D56;text-align: left;}
.sheet-non-text a{text-decoration: underline;}
.sheet-non-img{width: 21%;margin-right: 6vw;}
.sheet-right.active .sheet-non{display: block;}
.sheet-right.active .sheet-con{display: none;}
.sheet-item:first-child{margin-top: 0;}
.sheet-menu{justify-content: space-between;align-items: center;user-select: none;cursor: pointer;}
.sheet-menu .title{color: #002A64;}
.sheet-menu .text{color: rgba(0, 0, 0, .7);display: flex;align-items: center;}
.sheet-menu .text i{display: block;margin-left: 10px;font-size: 14px;transform: rotate(180deg);transition: all .4s ease;}
.sheet-menu.active .text i{transform: rotate(0deg);}
.sheet-drop{display: none;}
.sheet-drop-item{transition: all .4s ease; margin-top: 15px; padding: 14px 30px 14px 20px; align-items: center;justify-content: space-between;border-radius: 8px;border: 2px solid rgba(0, 42, 100, 0.15);}
.sheet-drop-item:first-child{margin-top: 0;}
.sheet-drop-item .title{align-items: center;color: rgba(0, 0, 0, .7);}
.sheet-drop-item .title i{display: block;width: 30px;margin-right: 13px;}
.sheet-drop-item:hover{box-shadow: 0 0 20px rgba(0, 0, 0, .15);border-color: transparent;}
.sheet-drop-item:hover .title{color: #002A64;}
/* 联系我们 */
.ctaLeft{width: 71%;padding: 50px 100px 50px 70px;}
.ctaLeft-table{padding-left: 90px;}
.ctaLeft-table .w100{width: 100% !important;}
.ctaRadio-list{flex: 1;}
.ctaRadio-list li{align-items: center;margin-left: 25px;color: rgba(0, 42, 100, 0.80);user-select: none;cursor: pointer;}
.ctaRadio-list i{width: 20px;height: 20px;border-radius: 50%;border: 1px solid #C5D0DB;display: block;position: relative;margin-right: 10px;}
.ctaRadio-list i::after{opacity: 0; content: "";position: absolute;left: 50%;top: 50%;background: #002A64;border-radius: 50%;transform: translate(-50%,-50%);width: 50%;height: 50%;}
.ctaRadio-list li:hover,.ctaRadio-list li.active{color: #002A64;}
.ctaRadio-list li.active i{border-color: #002A64;}
.ctaRadio-list li.active i::after{opacity: 1;}
.ctaPro-title{align-items: center;flex-wrap: nowrap;white-space: nowrap;}
.ctaPro-title .tips,.ctaTips .tips{display: none; margin-left: 5px;border-radius: 4px;background: #ffd2d2;color: #FF2F2F;font-size: 12px;position:relative;}
.ctaPro-title .tips .flex,.ctaTips .tips .flex{padding: 2px 10px;align-items: center;flex-wrap: nowrap;}
.ctaPro-title .tips img,.ctaTips .tips img{margin-right: 5px;display: block;}
.ctaLeft-table input,.ctaLeft-table textarea,.ctaData-menu{width: 100%;padding-left: 12px; border-radius: 4px;border: 1px solid rgba(0, 42, 100, 0.15);font-size: 16px;color: #272727;}
.ctaLeft-table input{height: 42px;}
.ctaLeft-table input::-webkit-input-placeholder{font-size: 18px;color: #9E9E9E;}
.ctaLeft-table textarea{height: 125px;padding-top: 15px;}
.ctaLeft-table textarea::-webkit-input-placeholder{font-size: 18px;color: #9E9E9E;}
.ctaLeft-table .input,.ctaData-select{margin-top: 5px;}
.ctaData-select{width: 100%;position: relative;user-select: none;cursor: pointer;font-size: 18px;}
.ctaData-menu{height: 42px; color: #9E9E9E;position: relative;transition: all .4s ease;display: flex;align-items: center;}
.ctaData-menu::after{content: "\e727";font-family: 'icon';font-size: 12px;color: #002A64;opacity: .5;transform:translateY(-50%) rotate(180deg);transition: all .4s ease;position: absolute;right: 15px;top: 50%;}
.ctaData-menu.focus{color: #272727;}
.ctaData-menu.active{border-radius: 4px 4px 0 0;}
.ctaData-menu.active::after{transform: translateY(-50%) rotate(0);}
.ctaData-drop{display: none; z-index: 10; position: absolute;left: 0;top: 100%;width: 100%;background: #f9f9f9;border-radius: 0 0 4px 4px;overflow-y: auto;max-height: 210px;}
.ctaData-drop::-webkit-scrollbar {width: 3px;}
.ctaData-drop::-webkit-scrollbar-thumb {background: #ddd;}
.ctaData-drop::-webkit-scrollbar-track {background: transparent;}
.ctaData-drop li{padding-left: 12px; height: 42px;border-top: 1px solid #eee;color: #272727;display: flex;align-items: center;transition: all .4s ease;}
.ctaData-drop li:first-child{border-top: unset;}
.ctaData-drop li:hover{background: #eee ;}
.ctaPro-input:nth-child(1){width: 31%;}
.ctaPro-input:nth-child(2){width: 47%;margin-left: 24px;}
.ctaLeft-table .input{position: relative;}
.ctaFAQ{position: absolute;right: 10px;top: 0;user-select: none;cursor: pointer;height: 100%;}
.ctaFAQ-menu{width: 42px;height: 100%;user-select: none;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.ctaFAQ-drop{ z-index: 10; opacity: 0;pointer-events: none;visibility: hidden;transition: all .4s ease; position: absolute;right: -10px;top: calc(100% + 15px);width: 680px;}
.ctaFAQ-drop::after{content: "";position: absolute;left: 0;bottom: 100%;width: 100%;height: 15px;}
.ctaFAQ-drop-flex{padding: 30px;align-items: center; width: 100%;height: 100%;border-radius: 16px;background: rgba(255, 255, 255, 0.37);box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);backdrop-filter: blur(52.5px);}
.ctaFAQ-img{width: 33%;}
.ctaFAQ-img img{width: 100%;}
.ctaFAQ-con{width: 67%;padding-left: 24px;}
.ctaFAQ-text li{margin-top: 15px;}
.ctaFAQ:hover .ctaFAQ-drop{opacity: 1;pointer-events: auto;visibility: visible;}
.ctaPDF{align-items: center;justify-content: flex-end;color: #FC9700;user-select: none;cursor: pointer;}
.ctaPDF span{text-decoration: underline;display: block;margin-right: 5px;}
.ctaData{justify-content: space-between;}
.ctaData-item{width: 39%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ctaData-item:nth-child(2n){width: 47%;}
.ctaData-item:nth-child(1) .ctaData-input{width: calc(50% - 12px);}
.ctaData-item:nth-child(2) .ctaData-input:nth-child(1){width: calc(50% - 12px);}
.ctaData-item:nth-child(2) .ctaData-input:nth-child(2){width: calc(50% - 12px);}
.ctaData-item:nth-child(3) .ctaData-input,.ctaData-item:nth-child(4) .ctaData-input{width: 100%;}
.ctaData-item.bottom{margin-left: -24px;width: calc(100% + 24px) !important;}
.ctaData-item.bottom .ctaData-input{margin-left: 24px;width: calc((100% / 3) - 24px);}
.ctaBtn{border-radius: 4px;background: #002A64;width: 108px;height: 42px;transition: all .4s ease;user-select: none;cursor: pointer;}
.ctaBtn:hover{background: #044caf;}


.ctaRight{width: 29%;flex-direction: column;justify-content: space-between;padding: 50px 45px 45px;}
.ctaRight-list li{align-items: center;}
.ctaRight-list li:first-child{margin-top: 0;}
.ctaRight-list li .img{width: 28px;margin-right: 22px;display: flex;align-items: center;}
.ctaRight-list li:nth-child(1) .img{transform: translateY(-1px);}
.ctaRight-list li:nth-child(3) .img{transform: translateY(-2px);}

.ctaRight-list li .text{flex: 1;}
.ctaRight-list li .text a:nth-child(2),.ctaRight-list li i{display: inline-block;margin-left: 10px;}

.ctaTips{align-items: center;}
.ctaTips i{margin-right: 10px; display: block;position: relative;width: 16px;height: 16px;border-radius: 3px;border: 1px solid #ddd;user-select: none;cursor: pointer;}
.ctaTips i::before{opacity: 0; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 12px;color: #fff;}
.ctaTips i.active{border-color: #002A64;background: #002A64;}
.ctaTips i.active::before{opacity: 1;}
.ctaTips a{color: #002A64;}



/* 售后服务 */
.after-text{line-height: 3.3;}
/* 申请表公共 */
.apply-head{padding: 40px 72px 0;}
.applyNav-box{justify-content: center;}
.applyNav{width: 760px; justify-content: space-between;border-bottom: 1px solid rgba(0, 0, 0, .1);}
.applyNav-item{color: #c4c4c4;user-select: none;cursor: pointer;}
.applyNav-item .page{margin-right: 14px; position: relative;background: #C4C4C4;border-radius: 50%;width: 32px;height: 32px;}
.applyNav-item .page::after{opacity: 0; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: calc(100% + 8px);height: calc(100% + 8px);border-radius: 50%;border: 1px solid #002A64;}
.applyNav-item.active{color: #002A64;}
.applyNav-item.active .page{background: #002A64;}
.applyNav-item.active .page::after{opacity: 1;}
.applyCus-box{justify-content: center;}
.applyCus{width: 760px;}
.applyCus .short{width: 50%;}
.applyCus-tips{position: absolute;left: calc(100% + 15px);top: 50%;transform: translateY(-50%); width: 500px; color: #FF2F2F;}
.applyCus .ctaLeft-table,.applyPro .ctaLeft-table{padding-left: 0;}
.applyPDF-box{justify-content: center;}
.applyPDF{width: 800px;max-width: 100%;}
.applyPDF .sheet-drop{display: block;}
.applyPro-box{justify-content: center;}
.applyPro{width: 1300px;max-width: 100%;}
.applyPro-list{justify-content: space-between;margin-left: -15px;}
.applyPro-list>li{margin: 15px 0 0 15px;width: calc(50% - 15px);}
.applyPro-add{border-radius: 4px;border: 1px solid #FC9700;color: #FC9700; padding: 10px 22px;user-select: none;cursor: pointer;}
.applyPro-add:hover{background: #FC9700;color: #fff;}
.applyPro-btn .comBtn-box{margin-left: 48px;}
.applyPro .ctaFAQ-drop{top: auto;bottom: calc(100% + 15px);}
.applyPro .ctaFAQ-drop::after{bottom: auto;top: 100%;}
/* 新增 */
.oemShow-img img{width: 100%;}
.oemShow-text .text{color: rgba(0, 42, 100, 0.60);}
.oemLogo{justify-content: center;margin: 0 0 0 -40px;}
.oemLogo li{display: flex;align-items: center;justify-content: center;margin: 40px 0 0 40px;height: 55px;}
.oemLogo li img{max-height: 100%;}
.oemList{justify-content: space-between;}
.oemList::after{content: "";width: 31%;}
.oemList li{width: 31%;}
.oemList .text{color: rgba(0, 42, 100, 0.60);}
.oemList .img img{width: 100%;height: 280px;}
.oemList .img:hover img{transform: scale(1.08);}
.oemCta{background: url('../images/pages/oemCta-bg.jpg') no-repeat center/cover;}
.oemCta .contain{justify-content: space-between;align-items: center;padding-right: 8vw;}
.oemCta-btn{width: 170px;height: 54px;border-radius: 4px;}
.oemCta-btn:hover{background: #044caf;}
.weChat-form{padding: 50px 50px 0;height: 100vh;}
.weChat-form-logo img{width: 120px;}
.weChat-form .ctaLeft-table .applyCus-input{width: 100%;margin-top: 25px;}
.weChat-form .ctaLeft-table .applyCus-input input{font-size: 14px;}
.weChat-form .ctaLeft-table .applyCus-input input::-webkit-input-placeholder{font-size: 14px;}
/* .ctaPro-title{font-size: 12px;} */
.weChat-form .comBtn{width: 108px;height: 36px;}
.weChat-form-success .img{margin-top: 50px;}
.weChat-form-success .img img{width: 84px;}
.weChat-form-success .title{font-size: 17px;margin-top: 50px;}
.weChat-form-success .text{font-size: 12px;color: rgba(0, 0, 0, 0.50);}
.contact-success .ctaLeft{display: flex;flex-direction: column}
.contact-success-con{flex: 1;flex-direction: column;}
.applyPDF-btn .btn{user-select: none;cursor: pointer;border-radius: 4px;padding: 0 20px; height: 46px;}
.applyPDF-btn .btn:hover{background: #044caf;}

/* clip出场效果 */
.imgScale{animation: imgScale 5s linear forwards;}
@keyframes imgScale {0%{transform: scale(1);}100%{transform: scale(1.08);}}
.clipLeft{animation: clipLeft 2.5s cubic-bezier(0.23,1,0.32,1) forwards;clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
.clipRight{animation: clipRight 2.5s cubic-bezier(0.23,1,0.32,1) forwards;clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
.clipTop{animation: clipTop 1.5s cubic-bezier(0.23,1,0.32,1) forwards;clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);}
.clipBottom{animation: clipBottom 2.5s cubic-bezier(0.23,1,0.32,1) forwards;clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);}
 @keyframes clipLeft {0%{clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}100%{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}
 @keyframes clipRight {0%{clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}100%{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}
 @keyframes clipTop {0%{clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}100%{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}
 @keyframes clipBottom {0%{clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);}100%{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .proDet-show-gallery .gallery-more img{height:425px;}
    .proDet-show-thumbs .thumbs-year img{height:80px;}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .serNav-item{padding: 25px 25px 30px;}
    .serNav-item .img{height: 50px;}
    .serNav-item .more{font-size: 18px;}
    .serOEM-com{padding: 40px 50px 25px;border-radius: 10px;}
    .serOEM-top-icon .img{width: 60px;height: 60px;}
    .serOEM-top-icon{margin-top: 30px;}
    .serOEM-top-icon li{margin-top: 15px;}
    .serOEM-top-icon .text{margin: 0 15px;}
    .serOEM-btm-img{height: 210px;}
    .comPD{padding: 55px;}
    .proCon{padding: 25px 25px 40px;}
    .proDet-show-gallery .gallery-more img{height: 365px;}
    .proDet-show-thumbs .thumbs-year img{height: 65px;}
    .proDet-show-title .title.active span{margin-left: 10px;padding: 5px  10px;}
    .proDet-show-text .text p{margin-top: 15px;}
    .proDet-show-img img{height: 25px;margin-right: 12px;}
    .proDet-head{padding: 30px 120px 0;}
    .proDet-show-file .list{margin-left: -40px;}
    .proDet-show-file .proDet-link{margin-left: 40px;font-size: 15px;}
    .proDet-show-file .proDet-link i{margin-right: 6px;}
    .newsItem-img .img img{height: 200px;}
    .solItem-img img{height: 300px;}
    .solItem-con{padding: 0 35px;}
    .honor-list{margin-left: -60px;}
    .honor-item{margin-left: 60px;width: calc(25% - 60px);}
    .honor-item .img{height: 250px;}
    .abIntro-text{font-size: 16px;}
    .abIntro-logo li{margin-right: 20px;}
    .abIntro-logo li img{max-width: 100px;max-height: 70px;}
    .abFZ-thumbs .thumbs-year span{padding-bottom: 10px;}
    .abFZ-gallery .gallery-img img{height: 310px;}
    .abHonor-slide img{height: 470px;}
    .abHonor-btn{width: 50px;height: 50px;font-size: 20px;}
    .abHonor-btn.prev{left: -80px;}
    .abHonor-btn.next{right: -80px;}
    .abHZ-list{margin-left: -40px;}
    .abHZ-list li{margin: 25px 0 0 40px;height: 110px;border-radius: 6px;width: calc(25% - 40px);}
    .abMap-con{padding-bottom: 40px;}
    .cataList{margin-left: -80px;}
    .cataItem{width: calc(20% - 80px);margin-left: 80px;}
    .pagesNav-item{margin-left: 40px;}
    .sheet-right{padding: 22px 70px 70px 22px;}
    .sheet-drop-item{padding: 10px 25px 10px 15px;}
    .ctaLeft{padding: 30px 100px 30px 50px;}
    .ctaLeft-table{padding-left: 50px;}
    .ctaLeft-table input, .ctaLeft-table textarea, .ctaData-menu,.ctaData-drop li{font-size: 15px;}
    .ctaLeft-table input::-webkit-input-placeholder{font-size: 15px;}
    .ctaLeft-table textarea::-webkit-input-placeholder{font-size: 15px;}
    .ctaRight{padding: 30px;}
    .ctaRight-list li .img{width: 25px;margin-right: 15px;}
    .ctaRight-list li i{width: 25px;margin-left: 5px;}
    .ctaData-item{width: 42%;margin-top: 10px;}
    .solDet-hot-slide .img{height: 250px;}
    .solDet-head{padding: 30px 150px 0 60px;}
    .solDet-edit h1, .solDet-edit h2, .solDet-edit h3, .solDet-edit h4{font-size: 25px;}
    .solDet-edit h5, .solDet-edit h6{font-size: 20px;}
    /* 新增 */
    .oemList .img img{height: 210px;}
    .contact-success-con .img img{width: 100px;}
    .oemLogo{margin-left: -30px;}
    .oemLogo li{margin: 30px 0 0 30px;height: 50px;}
    .ctaRight-list li:nth-child(1) .img,.ctaRight-list li:nth-child(3) .img{transform: translateY(0);}
    .ctaLeft-table input{height: 38px;}
    .ctaLeft-table textarea{height: 110px;}
    .ctaPro-title{font-size: 15px;}
    .ctaRadio-list{font-size: 15px;}
    .ctaRadio-list li{margin-top: 10px;}
    .ctaRadio-list{margin-top: -10px;}
    .applyCus-tips{width: 300px;}
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
    .ctaRadio-list{font-size: 14px;}
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .serNav{padding: 0 5vw;}
    .serNav-item .img{height: 40px;}
    .serNav-item .more{font-size: 16px;}
    .serOEM-com {padding: 25px 30px 20px;border-radius: 5px;}
    .serOEM-top-icon .img{width: 50px;height: 50px;}
    .serOEM-top-icon .text{margin: 0 15px;font-size: 14px;}
    .serOEM-top-con{width: 73%;}
    .serOEM-top-img{width: 27%;}
    .serOEM-btm-img{height: 190px;}
    .serFAQ-drop{width: 90%;}
    .proDet-show-thumbs .thumbs-year img{height: 46px;}
    .newsItem-img .img img{height: 180px;}
    .newsItem-con{padding: 12px;}
    .solItem-img img{height: 240px;}
    .solItem-con{padding: 0 20px;}
    .honor-list{margin-left: -30px;}
    .honor-item{margin-left: 30px;width: calc(25% - 30px);}
    .honor-item .img{height: 210px;}
    .abIntro .contain{align-items: flex-start;}
    .abIntro-con{padding-top: 40px;}
    .abFZ-gallery .gallery-img img{height: 240px;}
    .abHonor-slide img{height: 370px;}
    .abHZ-list{margin-left: -20px;}
    .abHZ-list li {margin: 15px 0 0 20px;height: 90px;border-radius: 6px;width: calc(25% - 20px);}
    .abMap-con{padding-bottom: 20px;}
    .cataList{margin-left: -40px;}
    .cataItem{width: calc(20% - 40px);margin-left: 40px;}
    .pagesNav-item{margin-left: 20px;}
    .sheet-right{padding: 18px;}
    .sheet-drop-item{padding: 10px;}
    .ctaLeft{padding: 20px;}
    .ctaLeft-table{padding-left: 0;}
    .ctaRadio-list i{width: 16px;height: 16px;margin-right: 5px;}
    .ctaRadio-list li{margin-left: 15px;}
    .ctaFAQ-drop{width: 500px;}
    .ctaFAQ-drop-flex{padding: 15px;}
    .ctaRight{padding: 20px;}
    .ctaRight-list li .img{margin-right: 5px;width: 20px;}
    .ctaRight-list li i{width: 15px;}
    .solDet-hot-slide .img{height: 210px;}
    .solDet-edit h1, .solDet-edit h2, .solDet-edit h3, .solDet-edit h4{font-size: 20px;}
    .solDet-edit h5, .solDet-edit h6{font-size: 15px;}
    /* 新增 */
    .oemList .img img{height: 170px;}
    .contact-success-con .img img{width: 80px;}
    .proItem{padding-bottom: 10px;}
    .oemShow-text .text br{display: none;}
    .proDet-show-file .list{margin-left: -20px;}
    .proDet-show-file .proDet-link{margin-left: 20px;font-size: 13px;}
    .proDet-show-file .proDet-link i{margin-right: 4px;font-size: 12px;}
    .applyNav,.applyCus{width: 600px;}
    .applyCus-tips{width: 250px;}
    .proDet-show-gallery .gallery-more img{height:290px;}
    .proDet-show-con{width:55%;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .pagesBread{display: none;}
}
@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .ctaTips .tips{margin:3px 0 0 26px;}
    .comBtn{padding: 5px 12px;}
    .pagesBan-con{padding: 0 4%;}
    .serNav{padding: 0;}
    .serNav-item{width: 100%;border-left: unset;border-top: 1px solid rgba(255, 255, 255, .2);}
    .serNav-item:first-child{border: unset;}
    .serNav-item .title{margin-top: 15px;}
    .serNav-item .text{min-height: auto;}
    .serNav-item .more{font-size: 14px;margin-top: 30px;}
    .serOEM-com {padding: 25px 15px;border-radius: 5px;}
    .serOEM-top-con{width: 100%;}
    .serOEM-top-con .serOEM-text{width: 100%;}
    .serOEM-more i{font-size: 12px;}
    .serOEM-top-icon{margin-top: 10px;}
    .serOEM-top-icon li{width: 50%;margin-top: 20px;}
    .serOEM-top-icon .text{flex: 1;margin: 0;padding:0 10px;font-size: 12px;}
    .serOEM-top-icon .img{width: 30px;height: 30px;}
    .serOEM-top-img{width: 100%;margin-top: 40px;}
    .serOEM-btm{margin-left: 0;}
    .serOEM-btm-item{width: 100%;margin: 20px 0 0;}
    .serFAQ-menu i{font-size: 12px;}
    .serFAQ-menu span{padding-left: 5px;}
    .serFAQ-drop{width: 100%;padding-left: 18px;}
    .serFAQ-list li{padding: 10px 0;}
    .serFAQ-drop{margin-top: 5px;}
    .comPD{padding: 40px 4%;}
    .proForm input{width: 200px;height: 32px;}
    .proForm .btn{font-size: 14px;width: 36px;}
    .proTitle::after{height: 2px;}
    .proSide{position: relative;top: auto;width: 100%;padding: 0;}
    .proSide-drop-item{margin-top: 0;}
    .proCon{width: 100%;flex: unset; padding: 10px 0;margin-top: 20px; border-left: unset;border-top: 1px solid rgba(0, 0, 0, 0.10);}
    .proSide-drop{margin-top: 5px;}
    .proOpen-menu .btn{font-size: 12px;margin-left: 5px;}
    .proVideo{width: 100%;}
    .proVideo-video{width: 100%;}
    .proVideo-con{width: 100%;margin-top: 15px;}
    .proOpen.screen{margin-top: 30px;}
    .proScreen-item .title,.proScreen-result .title{width: 100%;text-align: center;font-size: 16px;margin-bottom: 10px;}
    .proScreen-item{margin-top: 30px;}
    .proScreen-item .list{margin: -10px 0 0 -10px;}
    .proScreen-item .list li{font-size: 12px;margin: 10px 0 0 10px;}
    .proScreen-item .list i{margin-right: 3px;border-radius: 2px;width: 10px;height: 10px;}
    .proScreen-item .list i::after{transform: scale(.5);}
    .proScreen-result .list{margin: -10px 0 0 -10px;}
    .proScreen-result .list li{margin: 10px 0 0 10px;padding: 2px 20px 2px 8px;}
    .proScreen-result .list li::after{right: 4px;transform: translateY(-50%) scale(.5);}
    .proItem{width: 50%;}
    .proDet-head{padding: 20px 4% 0;}
    .proDet-link i{font-size: 12px;margin-right: 5px;}
    .proDet-show-swp{width: 100%;}
    .proDet-show-gallery .gallery-more img{height: 280px;}
    .proDet-show-thumbs .thumbs-year img{height: 42px;}
    .proDet-show-con{width: 100%;margin-top: 30px;}
    .proDet-show-title .title{flex-wrap:nowrap;align-items:flex-start;line-height: 1.5;}
    .proDet-show-title .title.active span{font-size: 9px;margin:5px 0 0 5px;padding: 3px 6px;white-space:nowrap;}
    .proDet-show-title .title span{border-radius: 2px;}
    .proDet-show-text .text p{margin-top: 8px;}
    .proDet-show-file .proDet-link{margin:10px 0 0 20px !important;}
    .proDet-show-file .list{margin-left: -20px;}
    .proDet-nav-item::after{width: 100%;height: 2px;}
    .proDet-menu,.proDet-drop li{padding: 8px 12px;}
    .proDet-menu i{font-size: 12px;}
    .proDet-nav-item{height: 40px;}
    .proDet-drop{font-size: 12px;}
    .proDet-drop .title{width: 100%;}
    .proDet-drop .title::after{content: "：";}
    .proDet-drop .text{width: 100%;margin-top: 5px;}
    .newsItem{width: 100%;}
    .newsItem-img .label{left: 10px;top: 10px;}
    .newsItem-img .label img{width: 40px;}
    .newsItem-img,.newsItem{border-radius: 10px 10px 0 0;}
    .solItem-img{width: 100%;}
    .solution .contain{padding: 0;}
    .solItem-con-box{border-radius: 8px; margin: -40px auto 0; background: #fff;backdrop-filter: unset; position: relative;width: 90%;z-index: 2;height: auto;top: auto;transform: unset;}
    .solItem-con{padding: 25px 15px;}
    .solItem-con .more i{margin-right: 5px;}
    .honor-list{margin-left: -15px;}
    .honor-item{margin-left: 15px;width: calc(50% - 15px);}
    .honor-item .img{height: 150px;}
    .honor-item .text{font-size: 12px;}
    .abIntro-con{width: 100%;padding-top: 30px;}
    .abIntro-img{width: 100%;margin-top: 20px;}
    .abIntro-logo li{margin: 10px 10px 0 0;}
    .abFZ-thumbs .swiper-slide{width: unset;}
    .abFZ-thumbs .thumbs-year span{padding-bottom: 5px;}
    .abFZ-thumbs .thumbs-year span::after{height: 2px;}
    .abFZ-gallery .gallery-img img{height: 380px;}
    .comHead{align-items: flex-start;}
    .comMore{padding: 0 10px; border-radius: 3px;height: 34px;}
    .abHonor-slide{border-radius: 10px;}
    .abHonor-slide img{height: 440px;}
    .abHonor-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 4px;}
    .abHonor-pagination .swiper-pagination-bullet-active{background: #002A64;}
    .abHZ-list{margin-left: -15px;}
    .abHZ-list li{width: calc(50% - 15px);margin: 15px 0 0 15px;}
    .abBan-con .logo{width: 150px;}
    .abBan-con .title{font-size: 18px;}
    .abMap-con{position: relative;left: auto;bottom: auto;padding-bottom: 10px;}
    .abMap-con .comTitle .title{color: #002A64;}
    .abMap-con .comTitle .text{color: rgba(0, 42, 100, 0.80) !important;}
    .pagesNav-box{overflow-x: auto;}
    .pagesNav{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav-item{margin: 0 10px !important;}
    .pagesNav-item::after{height: 2px;}
    .cataList{margin-left: -10px;}
    .cataItem{width: calc(50% - 10px);margin-left: 10px;}
    .cataItem-con{padding-top: 12px;}
    .cataItem-img {box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);}
    .sheet-right{width: 100%;flex: unset; border-top: 1px solid rgba(0, 0, 0, .1);border-left: unset;margin-top: 20px;padding: 20px 0;}
    .sheet-menu .text i{font-size: 12px;margin-left: 5px;}
    .sheet-drop-item{border-radius: 3px;margin-top: 8px;border-width: 1px;}
    .sheet-drop-item .title{flex: 1;padding-right: 15px;}
    .sheet-drop-item .title i{width: 20px;margin-right: 8px;}
    .sheet-drop-item .title span{flex: 1;}
    .sheet-drop-item .btn{width: 20px;}
    .ctaLeft{width: 100%;padding: 40px 4%;}
    .ctaRadio-list{margin-top: -10px;}
    .ctaRadio-list li{font-size: 13px;margin-top: 10px;}
    .ctaRadio-list i{width: 10px;height: 10px;}
    .ctaPro-input{width: 100% !important;}
    .ctaPro-input:nth-child(2){margin-left: 0;}
    .ctaLeft-table input, .ctaLeft-table textarea, .ctaData-menu, .ctaData-drop li{font-size: 13px;padding-left: 10px;}
    .ctaLeft-table input::-webkit-input-placeholder{font-size: 12px;}
    .ctaLeft-table textarea::-webkit-input-placeholder{font-size: 12px;}
    .ctaLeft-table input,.ctaData-menu,.ctaData-drop li{height: 36px;}
    .ctaFAQ-menu{width: 36px;}
    .ctaFAQ-menu img{width: 20px;}
    .ctaLeft-table textarea{padding-top: 12px;}
    .ctaData-item{width: 100%;}
    .ctaData-item:nth-child(2n){width: 100%;}
    .ctaData-menu::after{right: 10px;}
    .ctaData-item.bottom{margin: 0;width: 100% !important;}
    .ctaData-item.bottom .ctaData-input{width: 100%;margin: 12px 0 0;}
    .ctaData-drop{max-height: 180px;}
    .ctaBtn{width: 80px;height: 36px;}
    .ctaRight{width: 100%;padding: 40px 4%;}
    .ctaRight-list{margin-top: 30px;}
    .ctaRight-text{margin-top: 30px;}
    .ctaRight-list li .img{margin-right: 10px;}
    .after-tips br{display: none;}
    .applyNav,.applyCus{width: 100%;}
    .applyNav{overflow-x: auto;flex-wrap: nowrap;white-space: nowrap;font-size: 12px;padding: 12px 4px;}
    .applyNav-box{margin-top: 10px;}
    .applyCus-tips{font-size: 12px;display: none;}
    .applyNav-item{margin-right: 20px;flex-wrap: nowrap;}
    .applyNav-item .page{width: 20px;height: 20px;font-size: 12px;margin-right: 10px;}
    .applyNav-item .page::after{width: calc(100% + 4px);height: calc(100% + 4px);}
    .applyPro-list{margin-left: 0;}
    .applyPro-list>li{margin: 15px 0 0;width: 100%;}
    .ctaFAQ-drop{width: 300px;}
    .ctaFAQ-img{display: none;}
    .ctaFAQ-con{width: 100%;padding: 0;}

    
    
    .applyPro-btn{flex-wrap: wrap;flex-direction: column-reverse;}
    .applyPro-add{padding: 10px 14px;width: 100%;margin-top: 20px;}
    .applyPro-btn .comBtn-box{margin-left: 0;}
    .ctaData-item:nth-child(1) .ctaData-input,.ctaData-item:nth-child(2) .ctaData-input:nth-child(1){width: calc(50% - 6px);}
    .solDet-head{padding: 20px 4% 0;}
    .solDet-edit{padding-right: 0;}
    .solDet-edit h1, .solDet-edit h2, .solDet-edit h3, .solDet-edit h4{font-size: 15px;}
    .solDet-edit h5, .solDet-edit h6{font-size: 14px;}
    .solDet-hot-slide .img{height: 300px;}
    .solDet{padding-bottom: 30px;}
    /* 新增 */
    .oemShow-text .text{text-align: left;}
    .oemList li{width: 100%;}
    .oemList .img img{height: 195px;}
    .oemCta .contain{flex-direction: column; text-align: center;padding-right: 0;}
    .oemCta-btn{margin-top: 20px;width: 110px;height: 40px;}
    .contact-success-con .img img{width: 60px;}
    .oemLogo{margin:10px 0 0  -10px;justify-content: flex-start;}
    .oemLogo li{margin: 10px 0 0 10px;width: calc((100% / 3) - 10px);height: 40px;}
    .applyPDF-btn .btn{padding: 0 15px; height: 36px;border-radius: 2px;}
    .abFZ-gallery{width: 100%;}
    .ctaPro-title{font-size: 13px;flex-wrap: wrap;white-space: inherit;}
    .ctaTips{font-size: 12px;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
}