.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 48px;height: 48px;font-size: 16px;margin: 4px; color: #8a8e93;transition: all .4s ease;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.paging-menu a i{font-size: 12px;}
.paging-menu a.last{transform: rotate(180deg);}
.paging-menu a:hover, .paging-menu a.active, a.page-num-current, .paging a.on{border-color: #fc6e1c;background-color: #fc6e1c;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #fc6e1c;}
.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: #fc6e1c;color: #fff;border-color: #fc6e1c;}
.paging-hint span{color: #fc6e1c;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;width: 38px;height: 38px;font-size: 13px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #fc6e1c;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #fc6e1c;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: flex;justify-content: space-between;align-items: center; width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link .img{width: 150px;}
.search-link .text{width: calc(100% - 180px);}
.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: #fc6e1c !important;}
.search-link:hover h2{color: #fc6e1c;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}.search-link .img{width: 80px;}.search-link .text{width: calc(100% - 90px);}}
/* 隐私协议 */
.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: #fc6e1c;}
.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: #fc6e1c;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 720px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
/* 内页公共 */
.pagesBread-item{margin-right: 24px;color: rgba(37, 40, 45, .6);font-family: 'fmM';}
.pagesBread-item::after{content: "/";position: absolute;right: -14px;top: 0;color: rgba(37, 40, 45, .6);}
.pagesBread-item:hover,.pagesBread-item:last-child{}
.pagesBread-item:last-child{margin-right: 0;}
.pagesBread-item:last-child::after{display: none;}
.pagesBan-box .pagesBread{position: absolute;left: 0;top: 0;width: 100%;z-index: 3;}
.pagesBan-box .pagesBread-item{color: rgba(255, 255, 255, .25);}
.pagesBan-box .pagesBread-item::after{color: rgba(255, 255, 255, .25)}
.pagesBan-box .pagesBread-item:hover,.pagesBan-box .pagesBread-item:last-child{color: #fff;}
.pagesBan-box .pagesBread-item a{color:#fff;}
.pagesBan-bg img{width: 100%;min-height: 250px;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;padding-top: 40px;}
.pagesBan-con .title{opacity: 0;animation: banText 1s ease forwards;}
.pagesBan-con .text{opacity: 0;animation: banText 1s .1s ease forwards;}
@keyframes banText {0%{opacity: 0;transform: translateY(100px);}100%{opacity: 1;transform: translateY(0);}}
.com-pagination .swiper-pagination-bullet{margin: 0 6px;}
.com-pagination .swiper-pagination-bullet-active{background: #fc6e1c;}
.comNext{transition: all .4s ease; width: 64px;height: 44px;border-radius: 40px;background: #f6f8fb;user-select: none;cursor: pointer;font-size: 18px;}
.comNext.next::before{display: block;transform: rotate(180deg);}
.comNext:hover{background: #fc6e1c;color: #fff;}
.com-page{font-size: 16px;}
.com-page .current{font-size: 30px;font-family: 'fmSB';color: #fc6e1c;}
/* 新闻-列表 */
.newsNav{justify-content: center;}
.newsNav-item{margin-left: 30px;width: 216px;height: 50px;border-radius: 40px;background: #ccd1d9;}
.newsNav-item:first-child{margin-left: 0;}
.newsNav-item:hover,.newsNav-item.active{background: #fc6e1c;}
.newsShow,.newsShow-slide{overflow: hidden;border-radius: 12px;}
.newsShow-img{width: 50%;}
.newsShow-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent,rgba(19,29,44,.8));}
.newsShow-img img{width: 100%;height: 510px;}
.newsShow-img:hover img{transform: scale(1.08);}
.newsShow-con{width: 50%;background: #fff;padding: 70px;}
.newsShow-con .title:hover{color: #fc6e1c;}
.newsShow-pagination{z-index: 2;position: absolute;right: calc(50% + 30px);bottom: 30px;}
.newsShow-pagination .swiper-pagination-bullet{opacity: 1;width: 8px;height: 8px;border-radius: 50%;margin: 0 6px;background: rgba(255, 255, 255, .25);}
.newsShow-pagination .swiper-pagination-bullet-active{background: #fff;}
.newsShow-btn{position: absolute;z-index: 2;left: calc(50% + 70px);bottom: 70px;}
.newsShow-btn .btn{width: 66px;height: 44px;background: #f6f8fb;user-select: none;cursor: pointer;font-size: 18px;border-radius: 22px;}
.newsShow-btn .btn.next{transform: rotate(180deg);margin-left: 18px;}
.newsShow-btn .btn:hover{background: #fc6e1c;color: #fff;}
.newsItem{border-bottom: 1px solid #e0e1e4;align-items: center;}
.newsItem::after{content: "";position: absolute;right: 0;bottom: 0; width: 0;height: 1px;background: #fc6e1c;transition: all .6s ease;}
.newsItem-img{width: 23%;border-radius: 12px;}
.newsItem-img img{width: 100%;height: 195px;}
.newsItem-con{width: 77%;padding-left: 60px;}
.newsItem:hover::after{right: auto;left: 0;width: 100%;}
.newsItem:hover .newsItem-img img{transform: scale(1.08);}
.newsItem:hover .newsItem-con .title{color: #fc6e1c;}
/* 新闻详情 */
.newsDet-con .contain{width: 1120px;}
.newsDet-data{align-items: center;}
#toShare a{font-size: 14px; position: relative; display: flex;width: 36px;color: #b4bccc; height: 36px;background: #e6ebf2;border-radius: 50%;margin-left: 8px; align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a:first-child{margin-left: 0;}
#toShare a>img{max-width: 22px;}
#toShare a:first-child{margin-top: 0;}
#toShare a:hover{background: #0056b8;color: #fff;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsDet-date{margin-left: 35px;}
.newsDet-file{border-bottom: 1px solid #e0e1e4;}
.newsDet-file strong{font-family: 'B';}
.newsDet-file h1,.newsDet-file h2,.newsDet-file h3,.newsDet-file h4,.newsDet-file h5,.newsDet-file h6{font-size: 20px;color: #25282d;font-family: 'fmB';}
.newsDet-switch .contain{justify-content: space-between;align-items: center;}
.newsDet-btn{padding: 8px 25px;}
.newsDet-btn i{font-size: 18px;position: relative;z-index: 2;}
.newsDet-btn span{display: block;margin-left: 40px;position: relative;z-index: 2;}
.newsDet-btn::after{border-radius: 40px; content: "";position: absolute;left: 0;top: 0;width: 62px;height: 100%;background: #e6ebf2;transition: all .4s ease;}
.newsDet-btn:hover{color: #fff;}
.newsDet-btn:hover::after{width: 100%;background: #25282d;}
.newsDet-btn.next::after{left: auto;right: 0;}
.newsDet-btn.next i{transform: rotate(180deg);}
.newsDet-btn.next span{margin-left: auto;margin-right: 40px;}
.newsDet-back{padding: 12px 45px;border-radius: 40px;}
.newsDet-back i{display: block;margin-right: 12px;transition: transform .4s ease}
.newsDet-back:hover{background: #25282d;}
.newsDet-back:hover i{transform: rotate(180deg);}
.newsDet-hot-img{border-radius: 12px;}
.newsDet-hot-img img{width: 100%;height: 265px;}    
.newsDet-hot-con{padding: 0 20px;}
.newsDet-hot-slide:hover .newsDet-hot-img img{transform: scale(1.08);}
.newsDet-hot-slide:hover .newsDet-hot-con .title{color: #fc6e1c;}
.newsDet-hot-swp .swiper-pagination-bullet{margin: 0 4px;}
.newsDet-hot-swp .swiper-pagination-bullet-active{background: #fc6e1c;}
/* 联系我们 */
.ctaTop .contain{background: #f6f8fb;border-radius: 12px;overflow: hidden;}
.ctaData{width: 39%;background: #edf1f7;padding:60px;}
.ctaList-img{width: 25px;margin-right: 30px;}
.ctaList-text{flex: 1;}
.ctaMsg{width: 61%; padding:60px;}
.ctaMsg .comMsg-input input,.ctaMsg .comMsg-input textarea,.ctaMsg .comMsg-menu,.ctaMsg .comMsg-drop{background: #fff;}
.ctaMsg .comBtn-box{margin-top: 0;justify-content: flex-start;}
.ctaMsg .comMsg-input{width: 48%;margin-top: 15px;}
.ctaMsg .comMsg-input textarea{height: 140px;   }
.comMsg-input input,.comMsg-input textarea,.comMsg-select{font-size: 14px;}
.comMsg-input input::-webkit-input-placeholder{font-size: 14px;}
.comMsg-input textarea::-webkit-input-placeholder{font-size: 14px;}
.ctaOffice-swp .swiper-container{overflow: visible;}
.ctaOffice-swp .swiper-slide{padding: 15px;}
.ctaOffice-slide{border-radius: 12px;}
.ctaOffice-slide::after{z-index: 3; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 12px;background: rgba(255, 255, 255, .7);transition: all .6s ease;}
.ctaOffice-img{border-radius: 12px;overflow: hidden;}
.ctaOffice-img img{width: 100%;height: 370px;}
.ctaOffice-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 35px 45px;}
.swiper-slide-active .ctaOffice-slide::after,.swiper-slide-next .ctaOffice-slide::after{opacity: 0;}
.ctaOffice-slide.hover{box-shadow: 0px 8px 20px 0px rgba(3, 13, 28, 0.34);}
.ctaOffice-con .text{display: none;}
.ctaOffice-pagination .swiper-pagination-bullet{margin: 0 6px;}
.ctaOffice-pagination .swiper-pagination-bullet-active{background: #fc6e1c;}
/* 关于我们 */
.abIntro{background: url('../image/abIntro-bg.jpg') no-repeat center/cover;}
.abIntro .contain{justify-content: space-between;align-items: center;}
.abIntro-con{width: 48.5%;}
.abIntro-img{width: 41%;border-radius: 12px;}
.abIntro-img .img img{width: 100%;}
.abIntro-img .btn{position: absolute;left: 50%;top: 60%;transform: translate(-50%,-50%);transition: all .4s ease;user-select: none;cursor: pointer;}
.abIntro-img .btn:hover{transform: translate(-50%,-50%) scale(.95);}
.abIntro-img .btn:active{transform: translate(-50%,calc(-50% + 3px)) scale(.95);}
.abQua-flex{justify-content: space-between;}
.abQua-img{width: 47%;border-radius: 12px;}
.abQua-img img{width: 100%;height: 630px;display: none;}
.abQua-img img:first-child{display: block;}
.abQua-list{width: 47%;}
.abQua-list li{padding: 35px;transition: all .4s ease;position: relative;user-select: none;cursor: pointer;}
.abQua-list li::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 1px;background: #e4e5e6;transition: all .4s ease;}
.abQua-list li:last-child{border-bottom: 1px solid #e4e5e6;}
.abQua-menu{align-items: center;}
.abQua-menu .title{flex: 1;padding-right: 20px;}
.abQua-menu .btn{font-size: 18px;transform: rotate(180deg);}
.abQua-drop{display: none;}
.abQua-list li.active{background: #f6f8fb;}
.abQua-list li.active::after{height: 2px;background: #fc6e1c;}
.abQua-list li.active .abQua-menu .title{color: #fc6e1c;}
.abQua-list li.active .abQua-menu .btn{color: #fc6e1c;transform: rotate(0);}
.abHonor-swp .swiper-container{overflow: visible;}
.abHonor-swp .swiper-slide{height: auto;}
.abHonor-slide{border-radius: 12px;background: #edf1f7;padding-bottom: 40px;height: 100%;}
.abHonor-img{height: 340px;}
.abHonor-img .img{max-height: 70%;max-width: 70%;transition: all .4s ease;}
.abHonor-img .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all .4s ease;}
.abHonor-title{padding: 0 15px;}
.abHonor-slide:hover .abHonor-img .img{opacity: .3;}
.abHonor-slide:hover .abHonor-img .btn{transform: translate(-50%,-50%) scale(1);}
.abHonor-pagination .swiper-pagination-bullet{margin: 0 6px;}
.abHonor-pagination .swiper-pagination-bullet-active{background: #fc6e1c;}
.abFac-swp img{border-radius: 12px;}
.abFac-slide{justify-content: space-between;}
.abFac-show{width: calc(50% - 4px);}
.abFac-show img{height: 500px;}
.abFac-list{width: calc(50% - 4px);justify-content: space-between;}
.abFac-list img{width: calc(50% - 4px);height: calc(500px / 2 - 4px);}
.abFac-list img:nth-child(n+3){margin-top: 8px;}
.abFZ{background: #f6f8fb url('../image/abFZ-bg.jpg') no-repeat center top/100% 83%;}
.abFZ-btn{position: absolute;left: 0;top: 0;z-index: 5;user-select: none;cursor: pointer;opacity: .25;transition: all .4s ease;}
.abFZ-btn.thumbs-next{left: auto;right: 0;transform: rotate(180deg);}
.abFZ-btn:hover{opacity: 1;}
.abFZ-swp{padding: 0 8.5vw;}
.abFZ-thumbs{position: relative;}
.abFZ-thumbs::after{content: "";position: absolute;left: 0;bottom: 16px;width: 100%;height: 2px;background: rgba(255, 255, 255, .1);z-index: 2;}
.abFZ-thumbs-line{transition: all .2s ease; position: absolute;left: 0;bottom: 16px;width: 0;height: 2px;background: #fff;z-index: 3;}
.abFZ-thumbs-year{padding-bottom: 10px;flex-direction: column;opacity: .5;color: #fff;}
.abFZ-thumbs-year i{display: block;position: relative;margin-top: 10px;width: 14px;height: 14px;border-radius: 50%;background: #fff;}
.abFZ-thumbs-year i::after,.abFZ-thumbs-year i::before{animation: fzDot 3s linear infinite; content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,50%);width: 230%;height: 230%;background: #fff;border-radius: 50%;}
.abFZ-thumbs-year i::after{animation-delay: 1.5s;}
@keyframes fzDot {
    0%{opacity: 0;transform: translate(-50%,-50%) scale(.3);}
    50%{opacity: 1;transform: translate(-50%,-50%) scale(.6);}
    100%{opacity: 0;transform: translate(-50%,-50%) scale(1);}
}
.abFZ-thumbs-year.active{opacity: 1;}
.abFZ-gallery{width: calc(100% + 60px);margin-left: -30px;}
.abFZ-gallery .swiper-slide{padding: 40px 30px;}
.abFZ-gallery-more{padding: 30px 70px;justify-content: space-between;align-items: center; min-height: 240px; border-radius: 12px;box-shadow: 0px 4px 30px 4.4px rgba(9, 35, 77, 0.1);background: #fff;}
.abFZ-gallery-year .big{font-size: 160px;color: #f5f8fa;}
.abFZ-gallery-year .small{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.abFZ-gallery-text{flex: 1;padding-left: 90px;}
/* 展会 */
.expoCPSE-menu{transition: all .4s ease;align-items: center;padding: 30px 50px 30px 35px;border-radius: 12px;background: #edf1f7;user-select: none;cursor: pointer;}
.expoCPSE-menu-list{flex: 1;align-items: center;padding-right: 100px;}
.expoCPSE-menu-list li{display: flex;flex-wrap: wrap; align-items: center;width: 24%;padding-right: 10px;transition: all .4s ease;}
.expoCPSE-menu-list li:first-child{font-family: 'fmSB';width: 52%;}
.expoCPSE-menu-list i{display: block;position: relative;margin-right: 20px;}
.expoCPSE-menu-list i img{transition: all .4s ease;}
.expoCPSE-menu-list i .h{position: absolute;left: 0;top: 0;opacity: 0;}
.expoCPSE-menu-btn{width: 14px;height: 14px;position: relative;transition: all .4s ease;}
.expoCPSE-menu-btn::after,.expoCPSE-menu-btn::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #25282d;transition: all .4s ease;}
.expoCPSE-menu-btn::after{width: 100%;height: 2px;}
.expoCPSE-menu-btn::before{width: 2px;height: 100%;}
.expoCPSE-menu.active{background: #fc6e1c;}
.expoCPSE-menu.active .expoCPSE-menu-list li{color:#fff;}
.expoCPSE-menu.active .expoCPSE-menu-list i .s{opacity: 0;}
.expoCPSE-menu.active .expoCPSE-menu-list i .h{opacity: 1;}
.expoCPSE-menu.active .expoCPSE-menu-btn{transform: rotate(180deg);}
.expoCPSE-menu.active .expoCPSE-menu-btn::after,.expoCPSE-menu.active .expoCPSE-menu-btn::before{background: #fff;}
.expoCPSE-menu.active .expoCPSE-menu-btn::before{opacity: 0;}
.expoCPSE-drop{display: none;padding: 40px 260px 40px 35px;position: relative;}
.expoCPSE-logo{position: absolute;right: 0;top: 0;width: 250px;padding: 40px 25px 25px 0;}
.expoCPSE-logo-img img{width: 100%;border-radius: 12px;}
.expoCPSE-logo-text{display: none;}
.expoCPSE-title,.expoCPSE-text li{align-items: center;}
.expoCPSE-title .title,.expoCPSE-text .title{width: 55%;}
.expoCPSE-title .text,.expoCPSE-text .text{width: 45%;}
.expoCPSE-text .title{align-items: center;}
.expoCPSE-text .title i{display: flex;align-items: center;justify-content: center;background: #fc6e1c;border-radius: 50%;margin-right: 25px;width: 42px;height: 42px;}
.expoCPSE-text .title i img{max-width: 55%;max-height: 55%;}
.expoCPSE-text .title span{flex: 1;}
.expoCPSE-item:first-child .expoCPSE-menu{display: none;}
.expoCPSE-item:first-child .expoCPSE-drop{display: block;}
.expoCPSE-item:first-child .expoCPSE-logo{background: #fc6e1c;border-radius: 0 0 36px 36px;padding: 30px 25px 25px;top: -65px;}
.expoCPSE-item:first-child .expoCPSE-logo-text{display: block;}
.expoPast-list{justify-content: space-between;}
.expoPast-list li{width: 45.7%;position: relative;}
.expoPast-list li:nth-child(-n+2){padding-top: 0;}
.expoPast-list li::after{content: "";position: absolute;left: 6px;top: 0;width: 1px;height: 100%;border-left: 1px dashed rgba(8, 80, 198, .15);}
.expoPast-list .text{align-items: center;width: 50%;padding-right: 15px;}
.expoPast-list .text i{display: block;position: relative;width: 12px;height: 12px;border-radius: 50%;background: #fc6e1c;margin-right: 20px;}
.expoPast-list .text i::after,.expoPast-list .text i::before{transform: translate(-50%,-50%) scale(.3);animation: expoPast 2s linear infinite;background: rgba(8, 80, 198, .3); content: "";opacity: 0; position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;border-radius: 50%;border-radius: 50%;}
.expoPast-list .text i::after{transition-delay: 1s;}
@keyframes expoPast {
    0%{transform: translate(-50%,-50%) scale(1);opacity: 0;}
    50%{transform: translate(-50%,-50%) scale(1.5);opacity: 1;}
    100%{transform: translate(-50%,-50%) scale(2);opacity: 0;}
}
.expoPast-list .img{width: 50%;border-radius: 12px;}
.expoPast-list .img img{height: 175px;width: 100%;}
/* 经销商伙伴 */
.dealWhy-swp{border-radius: 12px;box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);}
.dealWhy-slide{border-radius: 12px;overflow: hidden;}
.dealWhy-img{border-radius: 12px 0 0 12px;width: 50%;}
.dealWhy-img img{height: 510px;}
.dealWhy-con{width: 50%;padding: 90px 70px;}
.dealWhy-btn{position: absolute;z-index: 2;left: calc(50% + 70px);bottom: 70px;}
.dealWhy-btn .next{margin-left: 18px;}
.dealWhy-pagination{position: absolute;z-index: 2;right: 70px;bottom: 70px;}
.dealMap-flex{justify-content: space-between;align-items: center;}
.dealMap-text{width: 49%;}
.dealMap-img{width: 50%;position: relative;}
.dealMap-img .bg{width: 100%;}
.dealMap-dot{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.dealMap-dot li{position: absolute;transition: all .4s ease;}
.dealMap-dot i{transition: all .4s ease; position: relative;display: block;width: 10px;height: 10px;border-radius: 50%;background: #fc6e1c;}
.dealMap-dot i::after,.dealMap-dot i::before{transition: all .4s ease;border-radius: 50%; animation: dealMap 2s linear infinite; content: "";background: rgba(8, 80, 198, .3); position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;width: 100%;height: 100%;}
.dealMap-dot i::after{animation-delay: 1s;}
@keyframes dealMap {
    0%{transform: translate(-50%,-50%) scale(1);opacity: 0;}
    50%{transform: translate(-50%,-50%) scale(2);opacity: 1;}
    100%{transform: translate(-50%,-50%) scale(4);opacity: 0;}
}
.dealMap-dot span{white-space: nowrap;display: block;position: absolute;left: 50%;transform: translateX(-50%);top: 30px;}
.dealMap-dot li.America{left: 14%;top: 37%;}
.dealMap-dot li.Europe{left: 54%;top: 28%;}
.dealMap-dot li.Africa{left: 51%;top: 58%;}
.dealMap-dot li.China{left: 74%;top: 38%;}
.dealMap-dot li.Southeast{left: 80%;top: 65%;}
.dealMap-dot li:hover{color: #e40012;}
.dealMap-dot li:hover i{background: #e40012;}
.dealMap-dot li:hover i::after,.dealMap-dot li:hover i::before{background: rgba(228, 0, 18, .3);}
.dealYS-list{margin-left: -30px;}
.dealYS-list li{transition: all .4s ease; padding: 45px 60px;display: flex;flex-wrap: wrap; margin: 30px 0 0 30px;width: calc(50% - 30px);border-radius: 12px;box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);}
.dealYS-list li:hover{transform: translateY(-12px);}
.dealYS-icon{width: 60px;margin-right: 30px;}
.dealYS-text{flex: 1;}
/* OEM */
.oemIntro-list{margin-left: -25px;}
.oemIntro-list li{transition: all .4s ease; margin: 25px 0 0 25px;width: calc(100% / 3 - 25px);background: #fff;border-radius: 12px;padding: 60px 40px;flex-direction: column;justify-content: flex-start;}
.oemIntro-list li:hover{transform: translateY(-10px);}
.oemIntro-list .img{height: 60px;}
.oemIntro-list .img img{max-height: 100%;}
/* 解决方案-列表 */
.solList{margin-left: -30px;}
.solItem{margin: 30px 0 0 30px;width: calc(50% - 30px);border-radius: 12px;background: #fff;}
.solItem-img{border-radius: 12px 12px 0 0;}
.solItem-img img{height: 420px;width: 100%;}
.solItem-img:hover img{transform: scale(1.08);}
.solItem-con{padding: 35px 50px;}
.solItem-con .title:hover{color: #fc6e1c;}
.solItem-con .comBtn{height: 42px;}
/* 解决方案-详情 */
.solDet-cust-swp{width: calc(100% + 30px);margin-left: -15px;}
.solDet-cust-swp .swiper-slide{padding: 10px 13px 25px;}
.solDet-cust-slide{box-shadow: 0px 8px 20px 0px rgba(3, 13, 28, 0.07);border-radius: 12px;background: #fff;}
.solDet-cust-img{border-radius: 12px 12px 0 0;}
.solDet-cust-img img{width: 100%;height: 240px;}
.solDet-cust-con{padding: 25px 30px;}
.solDet-cust-con .title,.solDet-cust-con .text{width: 100%;}
.solDet-cust-con .more{align-items: center;}
.solDet-cust-con .more i{margin-left: 10px;display: block;transition: all .4s ease;font-size: 12px;transform: rotate(180deg);}
.solDet-cust-slide:hover .solDet-cust-img img{transform: scale(1.08);}
.solDet-cust-slide:hover .solDet-cust-con .title{color: #fc6e1c;}
.solDet-cust-slide:hover .solDet-cust-con .more i{transform: translateX(10px) rotate(180deg);}
.solDet-coop-swp .swiper-wrapper {transition-timing-function: linear;}
.solDet-coop-slide{border-radius: 12px;background: #fff;height: 120px;position: relative;overflow: hidden;}
.solDet-coop-slide img{max-width: 70%;max-height: 70%;transition: all .4s ease;}
.solDet-coop-slide .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.solDet-coop-slide:hover .s{opacity: 0;}
.solDet-coop-slide:hover .h{opacity: 1;}
.solDet-coop-swp:nth-child(2){margin-top: 3px;transform: rotate(180deg);}
.solDet-coop-swp:nth-child(2) .solDet-coop-slide{transform: rotate(-180deg);}
/* 产品-列表 */
.proResult{font-weight: 700;}
.proResult span{display: inline-block;margin-right: 5px;}
.proFlex{justify-content: space-between;}
.proLeft{width: 300px;}
.proSide-menu{ border-top: 1px solid #c6c6d0;font-weight: 700;user-select: none;cursor: pointer;align-items: flex-start;}
.proSide-menu a{transition: all .4s ease;display: block;flex: 1;padding-right: 10px;}
.proSide-menu i{transition: all .4s ease;display: block;transform: rotate(90deg);}
.proSide-menu.active a,.proSide-menu a:hover{color: #fc6e1c;}
.proSide-menu.active i{transform: rotate(180deg);}
.proSide-drop{padding-left: 15px;display: none;}
.proSide-drop-menu{padding: 0 0 10px;user-select: none;cursor: pointer;align-items: flex-start;}
.proSide-drop-menu a{display: block;flex: 1;padding-right: 10px;}
.proSide-drop-menu i{transition: all .4s ease;display: block;transform: rotate(180deg);font-size: 14px;}
.proSide-drop-menu.active i{transform: rotate(0);}
.proSide-drop-menu.active a,.proSide-drop-menu a:hover{color: #fc6e1c;}
.proSide-drop-drop{padding-left: 15px;display: none;padding-bottom: 10px;}
.proSide-drop-link{padding: 6px 0;position: relative;font-family: 'fmM';color: #666;}
.proSide-drop-link i{display: block;position: absolute;left: -20px;top: 50%;transform: translate(-15px, -50%) rotate(180deg);font-size: 12px;transition: all .4s ease;opacity: 0;}
.proSide-drop-link:hover,.proSide-drop-link.active{color: #fc6e1c;}
.proSide-drop-link:hover i,.proSide-drop-link.active i{opacity: 1;transform: translate(0,-50%) rotate(180deg);}
.proRight{width: calc(100% - 360px);}
.proList{justify-content: space-between;}
.proList::after{content: "";width: 32%;}
.proItem:nth-child(-n+3){margin-top: 0;}
.proItem{width: 32%;transition: all .4s ease;background:#fff;border-radius:10px;overflow:hidden;}
.proItem-img{overflow: hidden;}
.proItem-img img{max-width: 100%;max-height: 100%;}
.proItem-img span.videoico{position: absolute;}
.proItem-img span.videoico img{width:80%;}
.proItem-con{padding:10px 20px;}
.proItem:hover{transform: translateY(-10px);box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.proItem:active{transform: translateY(-5px);}
.proItem:hover .proItem-img img{transform: scale(1.08);}
.proItem:hover .proItem-con .title{color: #fc6e1c;}
.proTop-btn{width: 94px;height: 94px;border-radius: 50%;font-size: 22px;user-select: none;cursor: pointer;position: relative;}
.proTop-btn::before{position: relative;z-index: 2;}
.proTop-btn::after{content: "";position: absolute;background: #006cff; left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;transition: all .4s ease;transform: scale(0);}
.proTop-btn:hover::after{transform: scale(1);}
.proTips{border-top: 1px solid #d2d3db;}
/* 产品详情 */
.video-container{ position: relative;}
.video-container .play-pause {width:50px; height:50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(to right, #fc6e1c, #f00); border: none; border-radius: 50%; cursor: pointer; font-size: 16px; display: block;}
.video-container .play-pause i{margin:0;display:block;width:50px;height:50px;background: url("../image/playico.svg") center center / 60% no-repeat;}
.video-container video {width: 100%;  border-radius: 10px;  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);position: relative;}
.video-container video::-webkit-media-controls-play-button,video::-webkit-media-controls-pause-button {background-color: #fc6e1c;border-radius: 50%; display: none;}
.video-container video::-webkit-media-controls-timeline {background: linear-gradient(to right, #fc6e1c, #f00); }
		
.proDet-show .contain{justify-content: space-between;}
.proDet-show-swp{width: 47%;position: relative;}
.proDet-gallery-more{width: 100%;height: 500px;}
.proDet-gallery-more img{max-width: 95%;max-height: 95%;pointer-events: auto;}
.magnifier {background: #fff;}
.proDet-thumbs{padding: 0 40px;}
.proDet-thumbs-year{height: 84px;border-radius: 5px;border: 2px solid #eceff3;position: relative;}
.proDet-thumbs-year img{opacity: .36;max-width: 55%;max-height: 55%;}
.proDet-thumbs-year:hover img,.proDet-thumbs-year.active img{opacity: 1;}
.proDet-thumbs-year.active{border-color: #fc6e1c;}
.proDet-thumbs-year .videoico{width: 100%;height:100%;position: absolute;background: url("../image/videoico.svg") center center / 60% no-repeat;}
.proDet-thumbs-btn{position: absolute;top: 0;z-index: 2;user-select: none;cursor: pointer;align-items: center;height: 100%;font-size: 22px;}
.proDet-thumbs-btn.thumbs-prev{left: 0;}
.proDet-thumbs-btn.thumbs-next{right: 0;transform: rotate(180deg);}
.proDet-thumbs-btn:hover{color: #fc6e1c;}
.proDet-show-con{width: 47%;}
.proDet-show-text{border-top: 1px solid #e0e4e9;color: #5c6069;}
.proDet-show-text p,.proDet-show-text li{padding-left: 10px;position: relative;}
.proDet-show-text p::after,.proDet-show-text li::after{content: "";position: absolute;left: 0;top: 14px;width: 2px;height: 2px;border-radius: 50%;background: #5c6069;}
.proDet-show-kivgU{overflow:hidden;}
.proDet-show-kivgU ul{overflow:hidden;border:1px solid #dfdfe7;border-radius:10px;}
.proDet-show-kivgU ul li{height:48px;line-height:48px;border-bottom:1px solid #dfdfe7;}
.proDet-show-kivgU ul li:nth-child(4){border-bottom:0 none;}
.proDet-show-kivgU ul li i{margin:0 10px;}
.proDet-show-icon img{height: 52px;margin-right: 15px;}
.proDet-show-btn .comBtn-box:nth-child(2) .comBtn{background: #fff;border:1px solid #333;color:#333;}
.proDet-show-btn .comBtn-box:nth-child(2) .comBtn::after{background:#f0f0f0;}
.proDet-show-btn .comBtn-box:nth-child(2){margin-left: 24px;}

.proform{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,0.4);z-index:99999;display:none;}
.proform.on{display:flex;display:-webkit-flex;justify-content:center;align-items:center;}
.proform .formbox{width:630px;max-width:90%;padding:30px 20px;background-color:#fff;border-radius:10px;position:relative;}
.proform .close{position:absolute;top:20px;right:20px;width:26px;height:26px;cursor:pointer;}
.proform .close:before{content:"";display:block;width:100%;height:1px;background-color:#333;position:absolute;top:13px;transform:rotateZ(-45deg);}
.proform .close:after{content:"";display:block;width:100%;height:1px;background-color:#333;position:absolute;top:13px;transform:rotateZ(45deg);}
.proform .formbox .title{}
.proform .formbox .proname{height:60px;width:100%;background-color:#f7f7f7;border:1px solid #d2d2d2;border-radius:10px;overflow:hidden;line-height:60px;font-size:16px;color:#333;margin-bottom:10px;padding-left:20px;box-sizing:border-box;}


.proDet-switch-nav-box{border-radius: 12px;box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06);}
.proDet-switch-nav{border-radius: 12px;background: #fff;overflow: hidden;}
.proDet-switch-nav .item{flex: 1;position: relative;height: 80px;user-select: none;cursor: pointer;}
.proDet-switch-nav .item::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 2px;height: 62%;background: #eceff3;}
.proDet-switch-nav .item:first-child:after{display: none;}
.proDet-switch-nav .item:hover{color: #fc6e1c;}
.proDet-switch-nav .item.active::after{opacity: 0;}
.proDet-switch-nav .item.active,.proDet-switch-nav .item.active:hover{background: #fc6e1c;color: #fff;}
.proDet-switch-con{display: none;}
.proDet-switch-con iframe{width: 100%;height: 787px;}
.proDet-switch-con table{margin: 0 auto;width: 100%;color: #5c6069;}
.proDet-switch-con table td{border: 1px solid #5c6069;padding: 5px 10px;}
/* .proDet-switch-con table td:first-child{background: #f6f8fb;} */
.proDet-switch-con:first-child{display: block;}
.proDet-switch-con .img{border-radius: 12px;overflow: hidden;}
.proDet-how .contain{justify-content: space-between;align-items: center;}
.proDet-how-con{width: 47%;}
.proDet-how-img{border-radius: 12px;width: 46%;}
.proDet-how-img img{width: 100%;}
.proDet-camera-list{justify-content: space-between;}
.proDet-camera-list::after{content: "";width: 28%;}
.proDet-camera-list li{width: 26%;}
.proDet-camera-list .img{display: flex;align-items: center;justify-content: center;}
.proDet-camera-list .img img{max-width: 50%;}
.proDet .indHot,.proDet .indHot-slide{background: #fff !important;}
/* 软件下载 */
.app-view .contain{justify-content: space-between;}
.appSide,.appCon{background: #fff;border-radius: 12px;box-shadow: 0px 8px 20px 0px rgba(3, 13, 28, 0.07);}
.appSide{width: 23%;padding: 35px;}
.appSide-form{border-radius: 8px;background: #f6f8fb;height: 42px;border: 1px solid #d9dfe8;}
.appSide-form input{width: 80%;height: 100%;background: transparent;color: #25282d;font-size: 14px;padding-left: 20px;}
.appSide-form input::-webkit-input-placeholder{font-size: 14px;color: #bec3cc;}
.appSide-form .btn{width: 20%;height: 100%;font-size: 14px;color: #bec3cc;transition: all .4s ease;user-select: none;cursor: pointer;}
.appSide-form .btn:hover{color: #25282d;}
.appSide-item{height: 62px;align-items: center;justify-content: space-between;border-bottom: 1px solid #eceff3;}
.appSide-item span{flex: 1;padding-right: 10px;}
.appSide-item i{display: block;transform: rotate(180deg);font-size: 12px;transition: transform .3s ease;}
.appSide-item:hover,.appSide-item.active{color: #fc6e1c;}
.appSide-item:hover i{transform: translateX(10px) rotate(180deg);}
.appCon{width: 100%;padding: 45px 20px 65px 70px;}
.appCon-list{padding-right: 55px;overflow-y: auto;max-height: 630px;}
.appCon-list::-webkit-scrollbar {width: 3px;}
.appCon-list::-webkit-scrollbar-thumb {background: #d3dae3;border-radius: 3px;}
.appCon-list::-webkit-scrollbar-track {background: #f6f8fb;}
.appCon-item{border-bottom: 1px solid #eceff3;}
.appCon-item .text{justify-content: flex-end;}
.appCon-item .text i{display: block;font-size: 13px;margin-right: 12px;}
.appCon-item:hover .title{color: #fc6e1c;}
/* 文档下载 */
.docSelect{width: 19vw;user-select: none;cursor: pointer;}
.docMenu{height: 50px;transition: all .3s .2s ease; border-radius: 25px;align-items: center;padding-left: 30px;background: #f6f8fb;}
.docMenu::after{content: "";transition: all .4s ease; position: absolute;right: 30px;top: 50%;transform: translateY(-50%);width: 8px;height: 6px;border: 4px solid transparent;border-top-color: #25282d;}
.docMenu.active{border-radius: 25px 25px 0 0;transition-delay: 0s;}
.docMenu.active::after{transform: translateY(-50%) rotate(180deg);}
.docDrop{border-radius: 0 0 25px 25px; display: none;background: #f6f8fb;max-height: 200px;overflow-y: auto;z-index: 2;position: absolute;left: 0;top: 100%;width: 100%;}
.docDrop::-webkit-scrollbar {width: 3px;}
.docDrop::-webkit-scrollbar-thumb {background: #ddd;}
.docDrop::-webkit-scrollbar-track {background: transparent;}
.docDrop-item{height: 50px;align-items: center;padding-left: 30px;border-top: 1px solid #ecf1f7;}
.docDrop-item:hover{background: #ecf1f7;}
.docList{margin-left: -40px;}
.docItem{background: #fff; margin: 40px 0 0 40px;width: calc(50% - 40px);box-shadow: 0px 8px 20px 0px rgba(3, 13, 28, 0.07);border-radius: 12px;}
.docItem-img{border-radius: 12px 0 0 12px;overflow: hidden;width: 31%;}
.docItem-img img{width: 100%;height: 240px;}
.docItem-con{width: 69%;padding: 35px 45px;position: relative;}
.docItem-con .title{word-break: break-all;}
.docItem-con .comBtn-box{position: absolute;left: 45px;bottom: 15%;}
.docItem-con .comBtn{padding: 0 36px;height: 42px;}
/* 视频中心 */
.videoNav-item{width: 200px;height: 50px;border-radius: 40px;margin-left: 35px;background: #ccd1d9;}
.videoNav-item:first-child{margin-left: 0;}
.videoNav-item:hover,.videoNav-item.active{background: #fc6e1c;}
.videoDemo-list{margin-left: -40px;}
.videoDemo-item{padding:40px 40px 40px 0;border-radius: 12px; margin: 40px 0 0 40px;width: calc(50% - 40px);background: #fff;box-shadow: 0px 8px 20px 0px rgba(3, 13, 28, 0.07);}
.videoDemo-img{width: 43%;height: 150px;}
.videoDemo-img img{max-width: 55%;max-height: 90%;transition: all .6s ease;}
.videoDemo-con{width: 57%;}
.videoDemo-con .btn{align-items: center;}
.videoDemo-con .btn i{margin-right: 12px;}
.videoDemo-item:hover{box-shadow: 0px 8px 20px 0px rgba(8, 80, 198, 0.3);}
.videoDemo-item:hover .videoDemo-img img{transform: scale(1.08);}
.videoDemo-item:hover .videoDemo-con .title{color: #fc6e1c;}
/* .videoDemo-item:hover .videoDemo-con .btn span{text-decoration: underline;} */
/* 技术支持 */
.techFlex{justify-content: space-between;align-items: flex-start;}
.techSide-box{width: 168px;position: sticky;top: 100px;}
.techSide-item:first-child{margin-top: 0;}
.techSide-item{height: 50px;background: #ccd1d9;border-radius: 40px;}
.techSide-item:hover,.techSide-item.active{background: #fc6e1c;}
.techList{width: calc(100% - 265px);}
.techList li{border-bottom: 1px solid #dee0e5;padding-right: 30px;}
.techList li:first-child{border-top: 1px solid #dee0e5;}
.techMenu{align-items: center;user-select: none;cursor: pointer;}
.techMenu span{flex: 1;padding-right: 20px;}
.techMenu i{position: relative;transition: all .4s ease;width: 14px;height: 14px;}
.techMenu i::after,.techMenu i::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #25282d;transition: all .4s ease;}
.techMenu i::after{width: 100%;height: 2px;}
.techMenu i::before{width: 2px;height: 100%;}
.techMenu.active,.techMenu:hover{color: #fc6e1c;}
.techMenu.active i::after,.techMenu.active i::before{transform: translate(-50%,-50%) rotate(180deg);}
.techMenu.active i::before{opacity: 0;}
.techDrop{display: none;padding: 0 0 40px 32px;}
.techDrop-down{align-items: center;transition: all .4s ease;}
.techDrop-down i{width: 32px;transition: border .4s ease; height: 32px;border-radius: 50%;border: 1px solid #fc6e1c;font-size: 13px;margin-right: 15px;}
.techDrop-down:hover{color: #e50012;}
.techDrop-down:hover i{border-color: #e50012;}
/* 常见问题 */
.faqList li{border: 2px solid transparent;border-radius: 12px;overflow: hidden;transition: all .4s ease;}
.faqMenu{background: #f6f8fb;padding: 30px 60px;align-items: center;user-select: none;cursor: pointer;}
.faqList li:nth-child(2n) .faqMenu{background: #fff;}
.faqMenu .title{align-items: center;flex: 1;padding-right: 20px;transition: all .4s ease;}
.faqMenu .title i{position: relative;display: block;margin-right: 35px;}
.faqMenu .title i img{transition: all .4s ease;}
.faqMenu .title i .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.faqMenu .title span{flex: 1;}
.faqMenu .btn{width: 14px;height: 14px;}
.faqMenu .btn::after,.faqMenu .btn::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #25282d;transition: all .4s ease;}
.faqMenu .btn::after{width: 100%;height: 2px;}
.faqMenu .btn::before{width: 2px;height: 100%;}
.faqList li.active{border-color: #fc6e1c;}
.faqList li.active .faqMenu{background: #fc6e1c !important;}
.faqList li.active .faqMenu .title{color: #fff;}
.faqList li.active .faqMenu .title i .s{opacity: 0;}
.faqList li.active .faqMenu .title i .h{opacity: 1;}
.faqList li.active .faqMenu .btn::after,.faqList li.active .faqMenu .btn::before{transform: translate(-50%,-50%) rotate(180deg);background: #fff;}
.faqList li.active .faqMenu .btn::before{opacity: 0;}
.faqDrop{display: none;padding: 30px 60px;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .abFZ-gallery-year .big{font-size: 140px;}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .newsShow-img img{height: 440px;}
    .newsShow-con{padding: 50px;}
    .newsShow-pagination{right: calc(50% + 20px);bottom: 20px;}
    .newsShow-btn{left: calc(50% + 50px);bottom: 50px;}
    .newsItem-img img{height: 165px;}
    .newsItem-con{padding-left: 45px;}
    .newsDet-con .contain{width: 1050px;}
    .newsDet-hot-img img{height: 225px;}
    .newsDet-file h1, .newsDet-file h2, .newsDet-file h3, .newsDet-file h4, .newsDet-file h5, .newsDet-file h6{font-size: 18px;}
    .ctaData,.ctaMsg{padding: 40px;}
    .ctaList-img{width: 22px;margin-right: 20px;}
    .ctaOffice-img img{height: 310px;}
    .ctaOffice-con{padding: 25px 35px;}
    .abIntro-img .btn{width: 60px;}
    .abQua-list li{padding: 25px;}
    .abQua-drop{font-size: 15px;line-height: 22px;}
    .abQua-img img{height: 515px;}
    .abFZ-btn{width: 30px;}
    .abFZ-gallery-more{padding: 25px 50px;}
    .abFZ-gallery-year .big{font-size: 130px;}
    .abHonor-img{height: 280px;}
    .abHonor-slide{padding-bottom: 20px;}
    .abHonor-img .btn{width: 60px;}
    .abFac-show img{height: 430px;}
    .abFac-list img{height: calc(430px / 2 - 4px);}
    .abFZ-gallery-more{min-height: 220px;}
    .expoCPSE-logo{width: 200px;padding: 30px 20px 20px 0;}
    .expoCPSE-item:first-child .expoCPSE-logo {border-radius: 0 0 25px 25px;padding: 20px 20px 20px;top: -53px;}
    .expoCPSE-text .title i{width: 38px;height: 38px;margin-right: 15px;}
    .expoCPSE-drop{padding: 30px 220px 30px 30px;}
    .expoCPSE-menu{padding: 25px 40px 25px 30px;}
    .expoCPSE-menu-list i{margin-right: 15px;}
    .expoCPSE-menu-list li{width: 27%;}
    .expoCPSE-menu-list li:first-child{width: 46%;}
    .expoPast-list .img img{height: 160px;}
    .expoCPSE-menu-list{padding-right: 60px;}
    .dealWhy-img img{height: 440px;}
    .dealWhy-con{padding: 70px 50px;}
    .dealWhy-btn{left: calc(50% + 50px);bottom: 50px;}
    .dealWhy-pagination{right: 50px;bottom: 50px;}
    .dealYS-list{margin-left: -25px;}
    .dealYS-list li{margin: 25px 0 0 25px;width: calc(50% - 25px);padding: 30px 40px;}
    .dealYS-icon{width: 50px;margin-right: 20px;}
    .com-page .current{font-size: 24px;}
    .oemIntro-list li{padding: 40px 25px;}
    .oemIntro-list .img{height: 50px;}
    .solItem-img img{height: 370px;}
    .solItem-con{padding: 25px 30px;}
    .solDet-cust-img img{height: 200px;}
    .solDet-cust-con{padding: 20px 25px;}
    .solDet-coop-slide{height: 105px;}
    .proItem-img{}
    .proTop-btn{width: 80px;height: 80px;font-size: 20px;}
    .proDet-gallery-more{height: 430px;}
    .proDet-show-icon img{height: 44px;}
    .proDet-switch-nav .item{height: 70px;}
    .proDet-thumbs-year{height: 59px;}
    .proDet-show-swp{width: 45%;}
    .proDet-show-con{width: 50%;}
    .proDet-gallery-more{height: 420px;}
    .proDet-switch-nav .item{height: 60px;}
    .appSide{padding: 25px;}
    .appSide-item{height: 54px;font-size: 15px;}
    .appCon{padding: 30px 15px 45px 50px;}
    .appCon-list{padding-right: 40px;max-height: 530px;}
    .docList{margin-left: -30px;}
    .docItem{margin: 30px 0 0 30px;width: calc(50% - 30px);}
    .docItem-img img{height: 205px;}
    .docItem-con{padding: 30px 40px;}
    .docItem-con .comBtn-box{left: 40px;}
    .videoDemo-list{margin-left: -30px;}
    .videoDemo-item{margin: 30px 0 0 30px;width: calc(50% - 30px);padding: 30px 30px 30px 0;}
    .videoDemo-img{height: 140px;}
    .techList{width: calc(100% - 245px);}
    .techDrop{padding: 0 0 30px 28px;}
    .faqMenu,.faqDrop{padding: 25px 40px;}
    .faqMenu .title i{margin-right: 25px;}
    .proDet-switch-con iframe{height: 675px;}
    .dealMap-text{width: 43%;}

}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .newsShow-img img{height: 350px;}
    .newsShow-con{padding: 30px;}
    .newsShow-pagination{right: calc(50% + 10px);bottom: 10px;}
    .newsShow-btn{left: calc(50% + 30px);bottom: 30px;}
    .newsItem-img img{height: 135px;}
    .newsItem-con{padding-left: 30px;}
    .newsDet-hot-img img{height: 180px;}
    .newsDet-con .contain{width: 900px;}
    .newsDet-file h1, .newsDet-file h2, .newsDet-file h3, .newsDet-file h4, .newsDet-file h5, .newsDet-file h6{font-size: 16px;}
    .ctaData, .ctaMsg{padding: 20px;}
    .ctaOffice-img img{height: 250px;}
    .abQua-drop {font-size: 14px;line-height: 20px;}
    .abQua-img img{height: 560px;}
    .abFZ-gallery-more{min-height: 200px;}
    .abFZ-gallery-year .big{font-size: 110px;}
    .abHonor-img{height: 240px;}
    .abFac-show img{height: 340px;}
    .abFac-list img {height: calc(340px / 2 - 4px);}
    .expoCPSE-logo{width: 160px;padding: 20px 15px 15px 0;}
    .expoCPSE-item:first-child .expoCPSE-logo {border-radius: 0 0 15px 15px;padding: 15px;top: -50px;}
    .expoCPSE-text .title i{width: 32px;height: 32px;margin-right: 15px;}
    .expoCPSE-drop{padding: 20px 180px 20px 20px;}
    .expoCPSE-menu{padding: 20px 30px 20px 20px;}
    .expoCPSE-menu-list i{margin-right: 15px;}
    .expoCPSE-menu-list li{width: 27%;}
    .expoCPSE-menu-list li:first-child{width: 46%;}
    .expoPast-list .img img{height: 130px;}
    .expoCPSE-menu-list{padding-right: 30px;}
    .dealWhy-img img{height: 350px;}
    .dealWhy-con{padding: 50px 35px;}
    .dealWhy-btn {left: calc(50% + 35px);bottom: 35px;}
    .dealWhy-pagination {right: 35px;bottom: 35px;}
    .dealYS-list{margin-left: -15px;}
    .dealYS-list li{margin: 15px 0 0 15px;width: calc(50% - 15px);padding: 20px 30px;}
    .dealYS-icon{width: 44px;margin-right: 15px;}
    .com-page .current{font-size: 20px;}
    .solItem-img img{height: 300px;}
    .solItem-con{padding: 20px 25px;}
    .solDet-cust-img img{height: 160px;}
    .solDet-cust-con{padding: 25px 15px;}
    .solDet-coop-slide{height: 90px;}
    .proItem-img{}
    .proTop-btn{width: 60px;height: 60px;font-size: 18px;}
    .appSide{padding: 20px;}
    .appSide-item{height: 50px;font-size: 14px;}
    .appCon{padding: 30px 15px 45px 50px;}
    .appCon-list{padding-right: 40px;max-height: 530px;}
    .docItem-con{padding: 20px 30px;}
    .docItem-con .comBtn-box{left: 30px;bottom: 12%;}
    .docItem-img img{height: 190px;}
    .techDrop {padding: 0 0 30px 23px;}
    .faqMenu,.faqDrop{padding: 20px 30px;}
    .faqMenu .title i{margin-right: 20px;}
    .proDet-switch-con iframe{height: 540px;}
    .dealMap-text{width: 48%;}
    .docItem-con .comBtn{padding: 0 25px;height: 38px;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
}
@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .newsNav-box{overflow-x: auto;}
    .newsNav{flex-wrap: nowrap;white-space: nowrap;}
    .newsNav-item{margin:0 8px !important;width: auto;height: auto;padding: 8px 20px;}
    .newsShow, .newsShow-slide{border-radius: 5px;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 250px;}
    .newsShow-con{width: 100%;padding: 30px 15px;}
    .newsShow-btn{display: none;}
    .newsShow-pagination{left: auto;bottom: auto;right: 10px;top: 220px;}
    .newsItem-img{width: 35%;border-radius: 5px;}
    .newsItem-con{width: 65%;padding-left: 15px;}
    .newsItem-img img{height: 90px;}
    .newsDet-con .contain{width: 92%;}
    .newsDet-top{padding-top: 40px;}
    .newsDet-con{margin-top: 0;}
    #toShare a{font-size: 12px;width: 30px;height: 30px;}
    .newsDet-date{margin-left: 15px;}
    .newsDet-file h1, .newsDet-file h2, .newsDet-file h3, .newsDet-file h4, .newsDet-file h5, .newsDet-file h6{font-size: 14px;}
    .newsDet-btn{padding: 5px 15px;}
    .newsDet-btn i{font-size: 12px;}
    .newsDet-btn span{margin-left: 20px;}
    .newsDet-btn::after{width: 40px;}
    .newsDet-back{padding: 7px 15px;font-size: 13px;}
    .newsDet-back i{font-size: 12px;margin-right: 8px;}
    .newsDet-btn.next span{margin-right: 20px;}
    .newsDet-hot-img{border-radius: 8px;}
    .newsDet-hot-img img{height: 215px;}
    .ctaData{width: 100%;}
    .ctaData, .ctaMsg{padding: 30px 15px;}
    .ctaTop .contain{border-radius: 5px;}
    .ctaList-img{width: 20px;margin-right: 15px;}
    .ctaMsg{width: 100%;}
    .ctaMsg .comMsg-input{width: 100%;}
    .comMsg-input input, .comMsg-input textarea, .comMsg-select{font-size: 13px;}
    .comMsg-input input::-webkit-input-placeholder{font-size: 13px;}
    .comMsg-input textarea::-webkit-input-placeholder{font-size: 13px;}
    .ctaOffice-swp .swiper-slide{padding: 0;}
    .ctaOffice-swp .swiper-container{overflow: hidden;}
    .ctaOffice-slide,.ctaOffice-img,.ctaOffice-slide::after{border-radius: 5px;}
    .ctaOffice-img img{height: 190px;}
    .ctaOffice-con{padding:15px;}
    .abIntro-con{width: 100%;}
    .abIntro-img{width: 100%;margin-top: 20px;border-radius: 5px;}
    .abIntro-img .btn{width: 46px;}
    .abQua-img{width: 100%;border-radius: 5px;}
    .abQua-img img{height: 300px;}
    .abQua-list{width: 100%;margin-top: 10px;}
    .abQua-list li{padding: 25px 15px;}
    .abQua-drop {font-size: 13px;line-height: 18px;}
    .abQua-menu .btn{font-size: 14px;}
    .abFZ-btn{display: none;}
    .abFZ-swp{padding: 0;}
    .abFZ-thumbs-year i{width: 10px;height: 10px;}
    .abFZ-gallery .swiper-slide{padding: 20px 15px;}
    .abFZ-gallery {width: calc(100% + 30px);margin-left: -15px;}
    .abFZ-gallery-more{border-radius: 5px;min-height: unset;padding: 25px 15px;flex-direction: column;align-items: center;box-shadow: 0px 2px 15px 2px rgba(9, 35, 77, 0.1);}
    .abFZ-gallery-text{padding-left: 0;}
    .abFZ-gallery-year .big{font-size: 70px;}
    .abHonor-slide{border-radius: 5px;}
    .abHonor-img{height: 180px;}
    .abFac-show{width: 100%;}
    .abFac-swp img {border-radius: 5px;}
    .abFac-show img{height: 250px;width:100%;}
    .abFac-list{width: 100%;margin-top: 8px;}
    .abFac-list img{height: calc(250px / 2 - 4px);}
    .expoCPSE-item:first-child .expoCPSE-logo{border-radius: 0 0 8px 8px;padding: 10px;top: 0;}
    .expoCPSE-item:first-child .expoCPSE-text{margin-top: 30px;}
    .expoCPSE-logo{width: 100px;padding: 10px 10px 10px 0;}
    .expoCPSE-logo-text .title{font-size: 12px;}
    .expoCPSE-logo-text .text{font-size: 12px;}
    .expoCPSE-drop{padding: 25px 15px;}
    .expoCPSE-title .title{width: 100%;font-size: 16px;}
    .expoCPSE-text .title{width: 100%;}
    .expoCPSE-title .text, .expoCPSE-text .text{width: 100%;}
    .expoCPSE-text .title i{width: 22px;height: 22px;margin-right: 10px;}
    .expoCPSE-text .text{padding-left: 32px;font-size: 12px;}
    .expoCPSE-menu{border-radius: 5px;padding: 20px 15px;}
    .expoCPSE-menu-list li{width: 100% !important;font-size: 12px;margin-top: 15px;}
    .expoCPSE-menu-list li:first-child{margin-top: 0;}
    .expoCPSE-menu-list i{margin-right: 10px;width: 20px;height: 20px;}
    .expoCPSE-menu-list i img{max-width: 100%;max-height: 100%;}
    .expoPast-list li{width: 100%;}
    .expoPast-list li:nth-child(2){padding-top: 12px;}
    .expoPast-list .img{border-radius: 5px;}
    .expoPast-list .img img{height: 100px;}
    .expoPast-list .text i{width: 6px;height: 6px;margin-right: 10px;}
    .expoPast-list li::after{left: 3px;}
    .dealWhy-swp {border-radius: 5px;box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);}
    .dealWhy-slide{border-radius: 5px;}
    .dealWhy-img{width: 100%;border-radius: 5px 5px 0 0;}
    .dealWhy-img img{height: 250px;}
    .dealWhy-con{width: 100%;padding: 25px 15px 90px;}
    .dealWhy-btn{left: 15px;bottom: 15px;}
    .com-page{font-size: 13px;}
    .com-page .current{font-size: 15px;}
    .dealWhy-pagination{right: 15px;bottom: 15px;}
    .dealWhy-btn .next{margin-left: 10px;}
    .comNext{font-size: 12px;width: 46px;height: 30px;border-radius: 20px;}
    .dealMap-text{width: 100%;}
    .dealMap-img{width: 100%;margin-top: 30px;}
    .dealMap-dot i{width: 6px;height: 6px;}
    .dealMap-dot span{top: 10px;font-size: 12px;}
    .dealYS-list{margin-left: 0;}
    .dealYS-list li{margin: 15px 0 0;width: 100%;padding: 20px 15px;border-radius: 5px;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);}
    .dealYS-icon{width: 34px;}
    .oemIntro-list{margin-left: 0;}
    .oemIntro-list li{margin: 15px 0 0;width: 100%;border-radius: 5px;padding: 25px 15px;}
    .solList{margin-left: 0;}
    .solItem{margin: 15px 0 0;border-radius: 5px;width: 100%;}
    .solItem-img{border-radius: 5px 5px 0 0;}
    .solItem-img img{height: 200px;}
    .solItem-con{padding: 25px 15px;}
    .solItem-con .comBtn{height: 34px;}
    .solDet-cust-img img{height: 185px;}
    .solDet-cust-slide{box-shadow: 0px 4px 10px 0px rgba(3, 13, 28, 0.07);}
    .solDet-cust-swp .swiper-slide{padding: 5px 6px 12px;}
    .solDet-cust-swp {width: calc(100% + 12px);margin-left: -6px;}
    .solDet-coop-slide{height: 70px;}
    .proLeft{width: 100%;}
    .proSide-drop-item{padding: 5px 0;}
    .proSide-drop{padding-left: 20px;}
    .proSide-menu i{font-size: 14px;}
    .proRight{width: 100%;margin-top: 20px;}
    .proItem{width: 48%;margin-top: 15px !important;}
    .proItem-img{}
    .proTop-btn{width: 40px;height: 40px;font-size: 14px;}
    .product{padding-top: 20px;}
    .proDet-show-swp{width: 100%;}
    .proDet-gallery-more{height: 300px;}
    .proDet-thumbs{padding: 0 25px;}
    .proDet-thumbs-btn{font-size: 14px;}
    .proDet-thumbs-year{height: 66px;}
    .proDet-show-con{width: 100%;margin-top: 30px;}
    .proDet-show-icon img{height: 30px;margin-right: 5px;}
    .proDet-show-btn .comBtn-box:nth-child(2){margin-left: 5px;}
    .comBtn i{margin-right: 8px;}
    .comBtn i img{max-height: 100%;height: 12px;}
    .proDet-switch-nav-box {border-radius: 5px;box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.06);}
    .proDet-switch-nav{border-radius: 5px;flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .proDet-switch-nav .item{height: 42px;flex: 1;padding: 0 10px;}
    .proDet-switch-con .img{border-radius: 5px;}
    .proDet-how-con{width: 100%;}
    .proDet-how-img{width: 100%;border-radius: 5px;margin-top: 20px;}
    .appSide, .appCon {border-radius: 5px;box-shadow: 0px 4px 10px 0px rgba(3, 13, 28, 0.07);}
    .appSide{width: 100%;padding: 25px 15px;}
    .appSide-form input{padding-left: 15px;font-size: 13px;width: 85%;}
    .appSide-form input::-webkit-input-placeholder{font-size: 13px;}
    .appSide-form .btn{width: 15%;}
    .appCon{width: 100%;margin-top: 20px;}
    .appCon{padding: 25px 15px;}
    .appCon-list{padding-right: 0;max-height: unset;overflow-y: visible;}
    .appCon-item{padding: 15px 0;}
    .appCon-item .text{margin-top: 20px;}
    .appCon-item .text i{font-size: 12px;margin-right: 5px;}
    .docSelect{width: 220px;}
    .docMenu,.docDrop-item{height: 42px;padding-left: 20px;}
    .docMenu::after{right: 20px;}
    .docList{margin-left: 0;}
    .docItem{margin: 15px 0 0;width: 100%;border-radius: 5px;}
    .docItem-con{padding: 15px;width: 65%;}
    .docItem-con .comBtn-box{left: auto;bottom: auto;position: relative;margin-top: 20px;}
    .docItem-img{width: 35%;border-radius: 5px 0 0 5px;}
    .docItem-img img{height: 100%;}
    .docItem-con .comBtn{height: 36px;padding: 0 25px;}
    .videoNav-box{overflow-x: auto;}
    .videoNav{flex-wrap: nowrap;white-space: nowrap;justify-content: flex-start;}
    .videoNav-item{margin: 0 7px;height: 38px;width: auto;padding: 0 20px;}
    .videoDemo-list{margin-left: 0;}
    .videoDemo-item{width: 100%;border-radius: 5px;padding: 15px 15px 15px 0;margin: 15px 0 0;box-shadow: 0px 4px 10px 0px rgba(3, 13, 28, 0.07);}
    .videoDemo-con .btn i{width: 20px;margin-right: 5px;}
    .videoDemo-img{height: 110px;}
    .videoDemo-img img{max-width: 70%;}
    .techSide-box{width: 100%;overflow-x: auto;position: relative;top: 0;}
    .techSide{display: flex;flex-wrap: nowrap;white-space: nowrap;}
    .techSide-item{height: 36px;padding: 0 22px;margin: 0 7px;}
    .techList{width: 100%;margin-top: 30px;}
    .techList li{padding-right: 10px;}
    .techDrop{padding-left: 10px;}
    .techDrop-down i{width: 28px;height: 28px;font-size: 12px;margin-right: 10px;}
    .faqMenu, .faqDrop{padding: 20px 15px;}
    .faqList li{border-radius: 5px;}
    .faqMenu .title{font-size: 13px;}
    .faqMenu .title i{width: 20px;margin-right: 10px;}
    .proSide-drop-menu,.proSide-drop-drop{padding-bottom: 0;}
    .proSide-drop{padding-bottom: 0;}
    .proDet-switch-con{overflow-x: auto;}
    .proDet-camera-list li{width: 48%;margin-top: 40px;}
    .proDet-camera-list li:nth-child(-n+2){margin-top: 20px;}
    .proDet-camera-list .text{font-size: 12px;line-height: 20px;}
    .proDet-switch-con iframe{height: 194px;}
    .proDet-show-text p::after,.proDet-show-text li::after{top: 12px;}
    .proDet-show-text p,.proDet-show-text li{padding-left: 8px;}
} 
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
}