@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: 40px;height: 40px;margin: 4px 7px;font-family: 'M'; font-size: 15px;color: #222;transition: all .4s ease;border-radius: 4px;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.paging-menu a.next{transform: rotate(180deg);}
.paging-menu a i{display: block;font-size: 10px;font-weight: 700;color: #818181;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #044f9f;background-color: #044f9f;color: #fff;}
.paging-menu a:hover i, .paging-menu a.active i, .paging a.on i{color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #044f9f;}
.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: #044f9f;color: #fff;border-color: #044f9f;}
.paging-hint span{color: #044f9f;}
@media all and (max-width:1000px){.paging-menu a{margin: 4px 2px;width: 34px;height: 34px;font-size: 13px;}.paging-skip{width: 100%;margin-left: 0;justify-content: center;}}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #044f9f;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #044f9f;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: max(20px,0.4rem) max(15px,0.26rem);margin-top: max(12px,0.18rem);}
.search-link:first-child{margin-top: 0;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #044f9f !important;}
.search-link:hover h2{color: #044f9f;}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
.privacy-content h6{color: #333;line-height: inherit;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: max(14px,0.24rem);}
.webmap-title::after{content: "";position: absolute;width: max(36px,0.6rem);left: 0;right: 0;margin: 0 auto;bottom: 0;height: max(2px,0.04rem);background: #044f9f;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -0.4rem 0 0 -0.4rem;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 0.4rem);margin: 0.4rem 0 0 0.4rem;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: #044f9f;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: max(16px,0.2rem);width: 100%;padding-bottom: max(12px,0.2rem);line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: max(10px,0.2rem);}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: max(4px,0.06rem) 0;font-size: max(15px,0.18rem);}
.webmap-list>ul>li>.drop .drop a{padding-left: max(12px,0.18rem);font-size: max(14px,0.16rem);}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 0.14rem;}
@media all and (max-width: 1000px){
    .webmap-list>ul>li>.drop .drop a::before{top: 0.2rem;}
    .webmap-list>ul{margin: -14px 0 0;}.webmap-list>ul>li{width: 100%;margin: 14px 0 0;}.webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
/* 内页公共 */
.pagesBan-bg img{width: 100%;}
.pagesBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.pagesBan-con .contain{height: 100%;flex-direction: column;justify-content: center;}
.pagesBan-con .title{padding-left: max(20px,0.25rem);}
.pagesBan-con .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: max(15px,0.19rem);height: max(10px,0.13rem);background: url('../images/index/indTitle-icon1.png') no-repeat center/100% auto;}
.pagesBan-con .title,.pagesBan-con .text{animation: banText 1s ease both;}
@keyframes banText {0%{opacity: 0;transform: translateY(0.4rem);}100%{opacity: 1;transform: translateY(0);}}
.pagesNav{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;}
.pagesNav-list .item{margin-left: 0.55rem;position: relative;}
.pagesNav-list .item:first-child{margin-left: 0;}
.pagesNav-list .item::after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 2px;transform: translateX(-50%);background: #2cad42;transition: all .4s ease;}
.pagesNav-list .item:hover,.pagesNav-list .item.active{color: #2cad42;}
.pagesNav-list .item.active::after{width: 100%;}
.pagesBread .item{color: #a9a9a9;margin-left: 30px;}
.pagesBread .item::after{content: "\e80b";font-family: 'icon'; position: absolute;left: -19px;top: 50%;transform: translateY(-50%) rotate(180deg);color: #a9a9a9;font-size: 10px;}
.pagesBread .item:first-child{margin-left: 0;}
.pagesBread .item:first-child::after{display: none;}
.pagesBread .item:hover,.pagesBread .item:last-child{color: #222;}
/* 新闻-列表 */
.news-view{background: #fbfcff url('../images/pages/news-bg3.png') no-repeat center bottom/100% auto;}
.newsShow-flex{background: #fff;box-shadow: 0 15px 40px rgba(0, 0, 0, .08);}
.newsShow-img{width: 50%;}
.newsShow-img img{width: 100%;height: 4.4rem;transition: all 3s linear;}
.newsShow-img:hover img{transform: scale(1.1);}
.newsShow-con{width: 50%;flex-direction: column;justify-content: center;padding: 0 0.5rem 0 0.65rem;}
.newsShow-con .title:hover{color: #044f9f;}
.newsList .indNews-con .title i{opacity: 1;transform: scale(1) rotate(45deg);border-color: #7f7f7f;color: #7f7f7f;}
.newsList .indNews-slide:hover{box-shadow: 0px 0.18rem 0.28rem 1px rgba(4, 79, 159, 0.07);}
.newsList .indNews-slide:hover .indNews-con .title i{color: #044f9f;border-color: #044f9f;}
/* 新闻-详情 */
.newsDet-view{background: #f8fafd url('../images/pages/newsDet-bg.jpg') no-repeat center bottom/100% auto;}
.newsDet-flex{border-top: 1px solid #044f9f;justify-content: space-between;align-items: flex-start;}
.newsDet-info{width: 65%;}
.newsDet-share{align-items: center;}
#toShare{margin-left: max(12px,0.26rem);display: flex;}
#toShare a{display: flex;color: #fff;background: #b9b9b9; font-size: max(13px,0.16rem);width: max(30px,0.38rem);height: max(30px,0.38rem);margin-left: 10px;border-radius: max(8px,0.15rem);align-items: center;justify-content: center;transition: all .4s ease;}
#toShare a>img{max-width: 22px;}
#toShare a:first-child{margin: 0;}
#toShare a:hover{background: #044f9f;border-color: #044f9f;color: #fff;}
#toShare .icon-wechat{position: relative;}
#toShare .icon-wechat .wechat-qrcode{display: none;border: 1px solid #eee;position:absolute;z-index:999999;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px rgba(0, 0, 0, .1);transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms; }
#toShare .icon-wechat .wechat-qrcode.bottom {top:40px;left:-84px;}
#toShare .icon-wechat .wechat-qrcode.bottom:after {display:none;}
#toShare .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px; background-color:#f3f3f3; margin:0;padding:0;color: #777; }
#toShare .icon-wechat .wechat-qrcode .qrcode{width:105px; margin:10px auto;}
#toShare .icon-wechat .wechat-qrcode .qrcode table{margin:0!important;}
#toShare .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0;}
#toShare .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
#toShare .icon-wechat:hover .wechat-qrcode{display: block;}
.newsDet-edit strong,.newsDet-edit b,.newsDet-edit h1,.newsDet-edit h2,.newsDet-edit h3,.newsDet-edit h4,.newsDet-edit h5,.newsDet-edit h6{font-family:'B';color: #111;}
.newsDet-page{border-top: 1px solid #dee3ea;}
.newsDet-page .text{margin-left: 0.35rem;width: 5.2rem;}
.newsDet-page .item:hover .text{color: #044f9f;}
.newsDet-back .btn{width: max(100px,1.3rem);height: max(32px,0.42rem);border-radius: 40px;border: 2px solid #044f9f;}
.newsDet-back .btn i{display: block;transition: transform .4s ease;font-size: max(12px,0.14rem);margin-right: max(6px,0.08rem);}
.newsDet-back .btn:hover{background: #044f9f;color: #fff;}
.newsDet-back .btn:hover i{transform: rotate(180deg);}
.newsDet-hot{width: 26%;background: #fff;padding: 0.54rem 0.28rem 0.32rem;}
.newsDet-hot-title::after{content: "";position: absolute;left: 0;bottom: 0;width: max(30px,0.44rem);height: max(2px,0.03rem);background: #0067b6;}
.newsDet-hot-item{border-top: 1px solid #e8edf0;}
.newsDet-hot-item .img{height: 0;transition: all .4s ease;margin-top: 0;}
.newsDet-hot-item .img img{width: 100%;height: 100%;}
.newsDet-hot-item.active .img{height: 1.6rem;margin-top: 8px;}
/* 产品-列表 */
.product-view{background: url('../images/pages/pro-bg.png') no-repeat center top/100% auto;}
.proIntro-bg img{width: 100%;height: 5.2rem;}
.proIntro-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,rgba(4,79,159,.9) 30%,rgba(4,79,159,.1) 60%);}
.proIntro-con{z-index: 2;position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: center;padding: 0 1rem;}
.proIntro-con .text{width: max(350px,4.8rem);max-width: 100%;}
.proItem{height: 100%;background: #f7f8fb;padding: 0.5rem 0.5rem 0.7rem;}
.proItem .img{height: 3.1rem;display: flex;justify-content: flex-end;align-items: center;}
.proItem .img img{max-width: 90%;transition: all .6s ease;max-height: 100%;}
.proItem:hover .title{color: #044f9f;}
.proItem:hover .img img{transform: scale(1.08);}
.proItem:hover .comMore{background: #044f9f;color: #fff;}
.proItem:hover .comMore .ibox i{transform: translateY(-100%);}
.proItem:hover .comMore .ibox i:nth-child(2){transition-delay: .2s;opacity: 1;}
/* 产品-详情 */
.proDet-show{background: url('../images/pages/proDet-show-bg.jpg') no-repeat center/cover;}
.proDet-show-flex{justify-content: space-between;align-items: center;}
.proDet-show-con{width: 37%;}
.proDet-show-btn .btn{user-select: none;cursor: pointer;width: max(120px,1.5rem);height: max(40px,0.48rem);border-radius: 40px;}
.proDet-show-btn .btn i{font-size: 12px;display: block;margin-left: max(10px,0.16rem);}
.proDet-show-btn .btn:hover{box-shadow: 0 10px 25px rgba(4, 79, 159, .5);}
.proDet-show-btn .btn:nth-child(2){margin-left: 16px;}
.proDet-show-btn .btn.bgr i{font-size: max(14px,0.16rem);}
.proDet-show-btn .btn.bgr:hover{box-shadow: 0 10px 25px rgba(44, 173, 66, .5);}
.proDet-show-img{width: 52%;height: 3.1rem;}
.proDet-show-img img{max-width: 100%;max-height: 100%;}
.proDet-head{justify-content: space-between;align-items: center;border-bottom: 1px solid #f0f2f5;}
.proDet-head .title-en{color: #93adc8;opacity: 0.5;}
.proDet-tx-item{height: 100%;min-height: max(150px,1.9rem);background: #f5f6f8;padding: 0.3rem 0.9rem 0.2rem 0.3rem;}
.proDet-tx-item .page{position: absolute;right: 0.24rem;bottom: -5px;line-height: .8;}
.proDet-tx-item .page span{transition: all .4s ease;display: block;background: -webkit-linear-gradient(top, #e0e5ee 0%, #eef0f4 80%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.proDet-tx-item .page span:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 50%, rgba(255,255,255,.1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.proDet-tx-item:hover{background: #044f9f;}
.proDet-tx-item:hover .title{color: #fff;}
.proDet-tx-item:hover .text{color: rgba(255, 255, 255, .5);}
.proDet-tx-item:hover .page span:nth-child(1){opacity: 0;}
.proDet-tx-item:hover .page span:nth-child(2){opacity: 1;}
.proDet-params-table table{width: 100%;}
.proDet-params-table table td{border: 1px solid #e9edf5;padding: max(8px,0.12rem);}
.proDet-params-table table td.one{background: #f5f6f8;padding: max(8px,0.12rem) 0.55rem;width: 2.9rem;text-align: left;}
.proDet-params-table table tr:first-child td{font-size: max(14px,0.16rem);color: #044f9f;font-family: 'B';}
.proDet-hj-swp{padding: 0.48rem; box-shadow: 0.209px 2.993px max(14px,0.22rem) 0px rgba(11, 48, 86, 0.07);}
.proDet-hj-slide .img{height: 4.8rem;}
.proDet-hj-slide .img img{max-height: 100%;}
.proDet-hj-pagination{user-select: none;}
.proDet-hj-pagination .swiper-pagination-bullet{width: max(8px,0.12rem);height: max(8px,0.12rem);border-radius: 50%;opacity: 1;background: transparent;border: 1px solid #d6d6d6;margin: 0 max(4px,0.09rem);}
.proDet-hj-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #044f9f;border-color: #044f9f;}
.proDet-mems-list li{flex: 1;display: flex;flex-direction: column;align-items: center;text-align: center;position: relative;}
.proDet-mems-list .ico{width: max(38px,0.6rem);}
.proDet-mems-list .line{width: 100%;display: flex;justify-content: center;position: relative;}
.proDet-mems-list .line::after{content: "";position: absolute;left: 0;top: calc(50% - 1px);width: 100%;height: 1px;background: #cddcec;}
.proDet-mems-list .line::before{content: "\e80b";font-family: 'icon';font-size: 10px;display: block;font-weight: 700;transform: translateY(-50%) rotate(180deg);color: #044f9f;position: absolute;left: 0;top: calc(50% - 1px);z-index: 2;}
.proDet-mems-list li:first-child .line::before{display: none;}
.proDet-mems-list .line i{position: relative;z-index: 3;display: flex;align-items: center;justify-content: center; width: max(12px,0.16rem);height: max(12px,0.16rem);border-radius: 50%;border: 1px solid #044f9f;}
.proDet-mems-list .line i::after{content: "";display: block;width: max(6px,0.08rem);height: max(6px,0.08rem);border-radius: 50%;background: #044f9f;}
.proDet-mems-list .text{opacity: .9;}
.proDet-fz-list{border: 1px solid #e9edf5;}
.proDet-fz-list li{width: 25%; display: flex;justify-content: flex-end;padding: 0.45rem 0.2rem;border-left: 1px solid #e9edf5;}
.proDet-fz-list li:nth-child(2n+1){background: #f5f6f8;}
.proDet-fz-list li:nth-child(4n+1){border: unset;}
.proDet-fz-list .ico{width: max(26px,0.36rem);height: max(26px,0.36rem);margin: 0.42rem 0.42rem 0 0;}
.proDet-fz-list .ico img{max-height: 100%;}
.proDet-fz-list .desc{width: 1.9rem;}
.proDet-fz-list .title{position: relative;}
.proDet-fz-list .title::after{content: "";position: absolute;left: 0;bottom: 0;width: max(28px,0.36rem);height: 2px;background: #044f9f;}
/* 研发创新 */
.rdTech{background: url('../images/pages/rdTech-bg.jpg') no-repeat center/cover;}
.rdTech .contain{width: 100%;padding: 0 22px 0 var(--widDb);}
.rdTech-flex{align-items: center;justify-content: space-between;}
.rdTech-con{width: 21%;}
.rdTech-list{width: 77%;margin-left: -12px;}
.rdTech-item{margin-left: 12px;width: calc(100% / 3 - 12px);position: relative;}
.rdTech-item-img img{width: 100%;height: 5.7rem;}
.rdTech-item-img::before,.rdTech-item-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.5) 100%);transition: all .4s ease;}
.rdTech-item-img::after{background: linear-gradient(to bottom,transparent 60%,rgba(4,79,159,.9) 100%);opacity: 0;}
.rdTech-item-show{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.3rem;z-index: 2;transition: all .2s ease .2s;}
.rdTech-item-hide{z-index: 3;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.4rem;transition: all .6s ease;transform: translateY(50%);opacity: 0;}
.rdTech-item-hide .text{opacity: 0;transform: translateY(0.3rem);transition: all .6s ease;}
.rdTech-item:hover .rdTech-item-img::before{opacity: 0;}
.rdTech-item:hover .rdTech-item-img::after{opacity: 1;}
.rdTech-item:hover .rdTech-item-show{opacity: 0;transition-delay: 0s;}
.rdTech-item:hover .rdTech-item-hide{opacity: 1;transition-delay: .1s;transform: translateY(0);}
.rdTech-item:hover .rdTech-item-hide .text{opacity: 1;transition-delay: .3s;transform: translateY(0);}
.rdData{background: url('../images/pages/rdData-bg.jpg') no-repeat center/cover fixed;}
.rdData-list li{width: 25%;display: flex;align-items: center;justify-content: center;}
.rdData-list .ico{margin-right: max(15px,0.3rem);}
.rdData-list .ico img{max-width: max(28px,0.58rem);max-height: max(24px,0.5rem);}
.rdData-list .num{line-height: .8;position: relative;}
.rdData-list .num::after{content: "";position: absolute;left: 0;bottom: 0;width: max(60px,1.13rem);height: 2px;background: #fff;}
.rdData-list .text{color: rgba(255, 255, 255, .7);}
.rdAll-head{justify-content: space-between;align-items: flex-end;}
.rdAll-btn{user-select: none;cursor: pointer;border-radius: 40px;width: max(120px,1.58rem);height: max(34px,0.44rem);}
.rdAll-btn i{font-size: max(12px,0.14rem);margin-right: max(8px,0.1rem);}
.rdAll-btn:hover{background: #035ec0;}
/* 关于我们 */

.abIntro-video{align-items: center;}
.abIntro-video .btn{user-select: none;cursor: pointer;width: 24px;height: 24px;border-radius: 50%;font-size: 10px;margin-left: 10px;}
.abIntro-video .btn i{display: block;font-size: 10px;transform: scale(.8);}
.abIntro-video .btn:hover{background: #0067b6;}
.abIntro-video .btn:active{transform: translateY(5px) scale(.95);}
.abIntro-desc{width: 62%;}
.abIntro-num{margin-left: -0.2rem;}
.abIntro-num li{margin-left: 0.2rem;width: calc(25% - 0.2rem);}
.abIntro-num-item{height: 2.5rem;flex-direction: column;justify-content: space-between;padding: 0.35rem 0.4rem 0.3rem; background: url('../images/pages/abIntro-item-bg.png') no-repeat center/cover;}
.abIntro-num-item .ico{height: max(28px,0.44rem);}
.abIntro-num-item .ico img{max-height: 100%;}
.abIntro-num-item .num{justify-content: flex-end;align-items: flex-end;}
.abIntro-num-item .num span{line-height: .8;display: block;margin-right: max(3px,0.05rem);}
.abIntro-num-item .text{text-align: right;}
.abFZ{background: url('../images/pages/abFZ-bg.jpg') no-repeat center/cover fixed;}
.abFZ-gallery-box{justify-content: center;}
.abFZ-gallery{width: 5rem;}
.abFZ-gallery .swiper-container{overflow: visible;}
.abFZ-gallery-more .year{color: rgba(255, 255, 255, .2);height: max(60px,1.2rem);justify-content: center;align-items: flex-end;text-align: center;line-height: .8;}
.abFZ-gallery-more .text{transition: all .6s ease;opacity: 0;transform: translateY(15px);}
.abFZ-gallery-more .text{min-height: max(140px,1.7rem);padding: 0 0.3rem 0 0.8rem;}
.abFZ-gallery-more .text p{position: relative;margin-top: max(6px,0.1rem);padding-left: max(12px,0.2rem);}
.abFZ-gallery-more .text p:first-child{margin-top: 0;}
.abFZ-gallery-more .text p::after{content: "";position: absolute;left: 0;top: max(8px,0.1rem);width: max(5px,0.08rem);height: max(5px,0.08rem);border-radius: 50%;background: #fff;}
.swiper-slide-active .abFZ-gallery-more .year{color: #fff;font-size: max(70px,1.5rem);}
.swiper-slide-active .abFZ-gallery-more .text{opacity: 1;transform: translateY(0);}
.abFZ-btn{z-index: 2; width: max(40px,0.54rem);height: max(40px,0.54rem);border-radius: 50%; border: 1px solid #fff;user-select: none;cursor: pointer;position: absolute;left: 0;top: 0.68rem;font-size: max(14px,0.16rem);}
.abFZ-btn.next{left: auto;right: 0;transform: rotate(180deg);}
.abFZ-btn:hover{border-color: transparent;background: rgba(255, 255, 255, 1);color: #044f9f;}
.abFZ-thumbs::after{content: "";position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: max(20px,0.38rem);background: url('../images/pages/abFZ-line.png') no-repeat center top/100% auto;}
.abFZ-thumbs-click{padding-top: 0.03rem; justify-content: center;align-items: flex-start;text-align: center;line-height: .8;height: 28px;font-family: 'B';}
.abFZ-thumbs-click.active{color: #2cad42;font-size: max(20px,0.3rem);padding-top: 0;}
.abWH{background: url('../images/pages/abWH-bg.jpg') no-repeat center/cover;}
.abWH-center .top,.abWH-center .btm{padding-left: max(12px,0.22rem);}
.abWH-center .top{border-bottom: 1px solid #e4ebec;}
.abWH-center .top::before{content: "";position: absolute;left: 0;top: max(3px,0.05rem);width: 3px;height: max(40px,0.52rem);background: #044f9f;opacity: 0;transition: all .4s ease;}
.abWH-center .top::after{content: "";position: absolute;right: 0;bottom: -1px;width: 0;height: 1px;background: #044f9f;transition: all .4s ease;}
.abWH-center .btm{opacity: 0;}
.abWH-center li:hover .top::before{opacity: 1;}
.abWH-center li:hover .top::after{width: 100%;right: auto;left: 0;}
.abWH-center li:hover .btm{opacity: 1;}
.abWH-btm-bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;background: rgba(0, 0, 0, .15);}
.abWH-btm-bg .img{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;transition: all 1s linear;}
.abWH-btm-bg .img:first-child{position: relative;}
.abWH-btm-bg .img img{transform: scale(1.2);transition: all 3s linear 1s;width: 100%;height: max(400px,5.3rem);}
.abWH-btm-bg .img.active{z-index: 2;opacity: 1;}
.abWH-btm-bg .img.active img{transform: scale(1);transition-delay: 0s;}
.abWH-btm-list{z-index: 5;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abWH-btm-item{user-select: none;cursor: pointer; width: 25%; height: 100%;padding: 1.4rem 0.6rem 0 0.35rem;border-left: 1px solid rgba(255, 255, 255, .1);transition: all .5s ease;}
.abWH-btm-item:first-child{border: unset;}
.abWH-btm-item .desc::after{content: "";position: absolute;left: -0.36rem;top: 2px;width: max(2px,0.03rem);height: 0;background: #fff;transition: all .4s ease;}
.abWH-btm-item .text,.abWH-btm-item .ico{opacity: 0;transform: translateY(0.3rem);transition: all .5s ease;}
.abWH-btm-item .text{min-height: max(120px,1.7rem);}
.abWH-btm-item .ico{height: max(26px,0.43rem);}
.abWH-btm-item .ico img{max-height: 100%;}
.abWH-btm-item.active{background: rgba(4, 79, 159, .9);}
.abWH-btm-item.active .desc::after{height: max(50px,0.92rem);}
.abWH-btm-item.active .text{opacity: 1;transform: translateY(0);transition-delay: .1s;}
.abWH-btm-item.active .ico{opacity: 1;transform: translateY(0);transition-delay: .3s;}
.abArea{background: #044f9f;}
.abArea-head{justify-content: space-between;align-items: flex-end;}
.abArea-flex{justify-content: space-between;align-items: flex-start;}
.abArea-left{width: 24%;}
.abArea-num li{background: #fff;height: max(80px,1rem);align-items: center;padding-left: 0.5rem;}
.abArea-num .ico{width: max(20px,0.28rem);margin-right: 0.35rem;}
.abArea-num .desc{flex: 1;align-items: center;}
.abArea-num .num{width: max(60px,1rem);align-items: flex-end;}
.abArea-num .num span{display: block;line-height: 1;}
.abArea-num .num span.mr{margin-right: max(3px,0.05rem);}
.abArea-num .text{flex: 1;}
.abArea-left-desc{color: rgba(255, 255, 255, .5);}
.abArea-right{width: 72%;}
.abArea-map-bg img{width: 100%;}
.abArea-map-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abArea-map-list li{position: absolute;}
.abArea-map-list .dot{position: absolute;left: 50%;bottom: 2px;transform: translateX(-50%);}
.abArea-map-list .dot i{display: block;width: max(14px,0.18rem);height: max(20px,0.26rem);background: url('../images/pages/abArea-dot1.png') no-repeat center bottom/100% auto;}
.abArea-map-list .title{position: absolute;left: 50%;top: 2px;transform: translateX(-50%);white-space: nowrap;font-size: max(10px,0.12rem);}
.abArea-map-list li.yindu .title,.abArea-map-list li.hangzhou .title,.abArea-map-list li.shenzhen .title,.abArea-map-list li.taiguo .title{left: auto;right: max(12px,0.14rem);top: min(-20px,-0.24rem);transform: none;}
.abArea-map-list li.hangzhou,.abArea-map-list li.shenzhen,.abArea-map-list li.taiguo,.abArea-map-list li.yuenan,.abArea-map-list li.xinjiapo{user-select: none;cursor: pointer;}
.abArea-map-list li.hangzhou i,.abArea-map-list li.shenzhen i,.abArea-map-list li.taiguo i,.abArea-map-list li.yuenan i,.abArea-map-list li.xinjiapo i{animation: mapDot .6s ease infinite alternate;background-image: url('../images/pages/abArea-dot2.png');}
.abArea-map-list li.shenzhen i{animation-delay: -0.5s;}
.abArea-map-list li.taiguo i{animation-delay: -1s;}
.abArea-map-list li.yuenan i{animation-delay: -1.5s;}
.abArea-map-list li.xinjiapo i{animation-delay: -1s;}
@keyframes mapDot {0%{transform: translateY(-2px);}100%{transform: translateY(2px);}}
.abArea-map-list li.meiguo{left: 12%;top: 36%;}
.abArea-map-list li.moxige{left: 19%;top: 54%;}
.abArea-map-list li.baxi{left: 31%;top: 76%;}
.abArea-map-list li.yindu{left: 73%;top: 51%;}
.abArea-map-list li.hangzhou{left: 80%;top: 46%;}
.abArea-map-list li.shenzhen{left: 79%;top: 52%;}
.abArea-map-list li.hanguo{left: 83%;top: 45%;}
.abArea-map-list li.riben{left: 86.5%;top: 43%;}
.abArea-map-list li.taiguo{left: 75%;top: 58%;}
.abArea-map-list li.yuenan{left: 77%;top: 60%;}
.abArea-map-list li.taiwan{left: 81.5%;top: 54%;}
.abArea-map-list li.xinjiapo{left: 77%;top: 70%;}
.abArea-con{position: absolute;left: 27%;top: -0.3rem;width: max(250px,3.4rem);z-index: 10;}
.abArea-con li{position: absolute;left: 0;top: 0;width: 100%;transform: translateX(120%);transition: all 1.017s cubic-bezier(.25,.74,.22,.99);visibility: hidden;opacity: 0;}
.abArea-con-item{background: #fff;padding: 0.4rem 0.28rem 0.28rem;}
.abArea-con-item .img img{width: 100%;height: max(100px,1.52rem);}
.abArea-con li.active{transform: translateX(0);visibility: visible;transition: none;opacity: 1;}
.abArea-con li.active .abArea-con-item{animation: pop-in 1.6s cubic-bezier(.25,.74,.22,.99) backwards;}
@keyframes pop-in {0% {opacity: 0;transform: translateY(20vw)}}
.abHZ{background: url('../images/pages/abHZ-bg.jpg') no-repeat center/cover;}
.abHZ-swp .swiper-container{overflow: visible;}
.abHZ-swp .swiper-wrapper{transition-timing-function: linear;}
.abHZ-slide{background: #fff;height: 1rem;}
.abHZ-slide img{max-width: 80%;max-height: 50%;}
.abHZ-swp:nth-child(2n){transform: rotate(180deg);}
.abHZ-swp:nth-child(2n) .abHZ-slide{transform: rotate(-180deg);}
.abHonor-head{justify-content: space-between;align-items: flex-end;}

.abHonor-swp{width: calc(100% + 0.3rem);margin-left: -0.15rem;}
.abHonor-swp .swiper-slide{padding: 0.12rem 0.15rem 0.19rem;height: auto;}
.abHonor-slide{padding: 0.1rem 0.1rem 0.4rem; height: 100%; box-shadow: 0 0.035rem 0.15rem 0.02rem rgba(4, 79, 159, 0.15);background: #fff url('../images/pages/abHonor-item-bg.jpg') no-repeat center/cover;}
.abHonor-slide .img{width: 100%;height: 2.9rem;}
.abHonor-slide .img img{max-height: 85%;max-width: 80%;}
.abHonor-slide .btn{transition: all .5s ease; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(.5);opacity: 0;width: max(40px,0.48rem);height: max(40px,0.48rem);border-radius: 50%;background: #044f9f;}
.abHonor-slide:hover .btn{transform: translate(-50%,-50%);opacity: 1;}
/* 联系我们 */
.ctaTop{background: url('../images/pages/cta-bg_02.jpg') no-repeat center/cover;}
.ctaData-list{margin-left: -0.3rem;}
.ctaData-item{padding: 0.54rem 0.4rem 0.5rem; width: calc(66.5% - 0.3rem);margin: 0.3rem 0 0 0.3rem;background: url('../images/pages/ctaData-item-bg1.jpg') no-repeat center/cover;}
.ctaData-item .ico{height: max(22px,0.36rem);}
.ctaData-item .ico img{max-height: 100%;}
.ctaData-item .text{width: 75%;justify-content: space-between;}
.ctaData-item .text p{width: 48%;}
.ctaData-item:nth-child(2n){width: calc(33.5% - 0.3rem);background-image: url('../images/pages/ctaData-item-bg2.jpg');}
.ctaData-item:nth-child(2n) .text{display: block;width: 100%;}
.ctaData-item:nth-child(2n) .text p{width: 100%;}
.ctaBranch-list .img img{width: 100%;height: 2rem;}
.ctaBranch-list .text p{display: flex;}
.ctaBranch-list .text i{display: block;margin-right: max(8px,0.12rem);}
.ctaBranch-list .text span{flex: 1;}
.ctaMsg{background: url('../images/pages/ctaMsg-bg.jpg') no-repeat center/cover;}
.ctaMsg-con{padding: 0.7rem 0.5rem 1rem;background: rgba(255, 255, 255, .22);}
.ctaMsg-list{margin: -0.2rem 0 0 -0.2rem;}
.ctaMsg-item{margin: 0.2rem 0 0 0.2rem;width: calc(25% - 0.2rem);position: relative;}
.ctaMsg-item.w100{width: calc(100% - 0.2rem);}
.ctaMsg-item input{width: 100%;height: max(42px,0.55rem);background: rgba(255, 255, 255, .5);padding: 0 max(12px,0.18rem);font-family: 'R';}
.ctaMsg-item input::-webkit-input-placeholder{color: inherit;}
.ctaMsg-item textarea{width: 100%;height: max(120px,1.76rem);background: rgba(255, 255, 255, .5);padding: max(12px,0.18rem);font-family: 'R';}
.ctaMsg-item textarea::-webkit-input-placeholder{color: inherit;}
.ctaMsg-item img{user-select: none;cursor: pointer;position: absolute;right: max(max(4px,0.08rem));top: 50%;transform: translateY(-50%);height: 80%;}
.ctaMsg-submit{user-select: none;cursor: pointer;width: max(110px,1.5rem);height: max(42px,0.55rem);}
.ctaMsg-submit:hover{background: #025ec1;}
/* 投资者联系 */
.investor-view{background: url('../images/pages/inve-bg.jpg') no-repeat center/cover;}
.inveMsg .ctaMsg-con{background: #f5f6f8;}
.inveMsg .ctaMsg-list input,.inveMsg .ctaMsg-list textarea{color: #555  ;}
.inveData-img{width: 50%;}
.inveData-img img{width: 100%;height: 4.14rem;}
.inveData-con{width: 50%;flex-direction: column;justify-content: center;padding: 0 0.2rem 0 0.9rem;background: #fff;}
.inveData-con .list i{color: #044f9f;font-size: max(16px,0.22rem);margin-right: max(12px,0.2rem);}
.inveData-con .list p{flex: 1;margin-top: 0.03rem;}
.inveData-con .link{position: absolute;right: 1.2rem;bottom: 0.5rem;align-items: center;transition: all .2s ease;}
.inveData-con .link i{display: block;transform: rotate(45deg);margin-left: max(8px,0.12rem);}
.inveData-con .link:hover{color: #2cad42;}
.inveData-con .link:hover span{text-decoration: underline;}
/* 股票信息 */
.stock-view{background: url('../images/pages/stock-bg.jpg') no-repeat center bottom/100% auto;}
.stockHead{justify-content: space-between;align-items: center;}
.stockHead::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 100vw;height: 1px;background: #e5e5e5;}
.stockHead-left-num{align-items: flex-end;color: #c7000b;}
.stockHead-left-num .rmb{align-items: flex-end;margin-right: 10px;}
.stockHead-left-num .rmb span{line-height: .8;display: block;margin-right: 5px;}
.stockHead-left-num .up{align-items: flex-start;}
.stockHead-left-num .up i{margin-right: 4px; display: block;width: max(8px,0.1rem);height: max(16px,0.17rem);background: url('../images/pages/stock-up1.png') no-repeat center/100% auto;}
.stockHead-left-num.active{color: #2cad42;}
.stockHead-left-num.active .up i{background-image: url('../images/pages/stock-up2.png');transform: rotate(180deg);}
.stockHead-right-more{justify-content: flex-end;padding-right: max(2px,0.04rem);}
.stockHead-right-more .btn i{display: block;transform: rotate(180deg);margin-left: max(6px,0.1rem);transition: transform .4s ease;font-size: max(10px,0.12rem);}
.stockHead-right-more .btn:hover{color: #c7000b;}
.stockHead-right-more .btn:hover i{transform: translateX(5px) rotate(180deg);}
.stockHead-right-list li{margin-left: 0.8rem;}
.stockHead-right-list li:first-child{margin-left: 0;}
.stockHead-right-list .text{align-items: flex-end;}
.stockHead-right-list .text span{line-height: .8;display: block;margin-right: 5px;}
.stockLink .item{margin-left: 0.55rem;}
.stockLink .item:first-child{margin-left: 0;}
.stockLink .item::after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 2px;transform: translateX(-50%);transition: all .4s ease;background: #044f9f;}
.stockLink .item:hover,.stockLink .item.active{color: #044f9f;}
.stockLink .item.active::after{width: 100%;}
.stockYear .item{margin-left: 12px;width: max(80px,1.2rem);height: max(34px,0.5rem);border-radius: 40px;background: #f8f8f8;}
.stockYear .item:first-child{margin-left: 0;}
.stockYear .item:hover{color: #044f9f;}
.stockYear .item.active,.stockYear .item.active:hover{color: #fff;background: #044f9f;}
.stockItem{border-bottom: 1px solid #f1f1f1;align-items: center;padding: 0.4rem ;}
.stockItem:first-child{border-top: 1px solid #f1f1f1;}
.stockItem-left{flex: 1;align-items: center;}
.stockItem-left .ico{width: max(24px,0.38rem);margin-right: max(12px,0.3rem);}
.stockItem-left .ico img{transition: all .4s ease;}
.stockItem-left .ico .h{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;}
.stockItem-left .desc{flex: 1;padding-right: 20px;}
.stockItem-btn{width: max(36px,0.5rem);height: max(36px,0.5rem);border-radius: 50%;background: #e5e5e5;font-size: max(10px,0.13rem);transform: rotate(180deg);}
.stockItem:hover{border-color: transparent;box-shadow: 0px max(10px,0.2rem) max(15px,0.3rem) 0px rgba(0, 0, 0, 0.08);}
.stockItem:hover .stockItem-left .ico .s{opacity: 0;}
.stockItem:hover .stockItem-left .ico .h{opacity: 1;}
.stockItem:hover .stockItem-btn{background: #044f9f;color: #fff;}
/* 加入我们 */
.joinIntro-item{user-select: none;cursor: pointer;}
.joinIntro-bg img{width: 100%;height: max(400px,5.8rem);}
.joinIntro-bg::before,.joinIntro-bg::after{z-index: 1; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.7) 100%);transition: all .5s ease;}
.joinIntro-bg::after{z-index: 2;opacity: 0;background: rgba(0, 0, 0, .3);backdrop-filter: blur(7px);}
.joinIntro-con{transform: translateY(calc(100% - max(140px,2rem)));transition: all .7s ease; z-index: 3;position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: space-between;padding: 0.7rem 0.5rem 0.8rem;}
.joinIntro-link-item{justify-content: space-between; align-items: center;position: relative;transition: all .6s ease;opacity: 0;transform: translateY(max(20px,0.4rem));}
.joinIntro-link-item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: rgba(255, 255, 255, .2);transition: all .4s ease;}
.joinIntro-link-item .img img{max-width: max(40px,0.88rem);max-height: max(18px,0.28rem);}
.joinIntro-link-item .btn{transform: rotate(135deg);}
.joinIntro-link-item:hover::after{background: #fff;}
.joinIntro-item:hover .joinIntro-bg::after{opacity: 1;}
.joinIntro-item:hover .joinIntro-con{transform: translateY(0);}
.joinIntro-item:hover .joinIntro-link-item{opacity: 1;transform: translateY(0);}
.joinIntro-item:hover .joinIntro-link-item:nth-child(1){transition-delay: .2s;}
.joinIntro-item:hover .joinIntro-link-item:nth-child(2){transition-delay: .32s;}
.joinIntro-item:hover .joinIntro-link-item:nth-child(3){transition-delay: .44s;}
.joinIntro-item:hover .joinIntro-link-item:nth-child(4){transition-delay: .56s;}
.joinFL{background: url('../images/pages/joinFL-bg.jpg') no-repeat center/cover;}
.joinFL-swp-box{justify-content: center;}
.joinFL-swp{width: 10rem;}
.joinFL-swp .swiper-container{overflow: visible;}
.joinFL-slide{transform: scale(.8);transition: all .8s ease-in-out;}
.joinFL-img img{width: 100%;height: 5.5rem;}
.joinFL-img::after{opacity: 0; content: "";position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,transparent 26%,#1d60a8 80%);transition: all .6s ease;}
.joinFL-con{opacity: 0; position: absolute;right: 0.4rem;top: 50%;transform: translateY(-50%);width: max(300px,4.5rem);height: calc(100% - 0.8rem);background: #fff;flex-direction: column;justify-content: center;padding: 0 0.7rem 0 0.35rem;}
.joinFL-con .list{padding-top: 6px;}
.joinFL-con .list li{width: calc(100% / 3);margin-top: max(10px,0.2rem);position: relative;padding-left: max(12px,0.15rem);}
.joinFL-con .list.w100 li{width: 100%;}
.joinFL-con .list li::after{content: "";position: absolute;left: 0;top: max(5px,0.06rem);width: max(6px,0.08rem);height: max(7px,0.09rem);background: url('../images/pages/joinFL-icon.png') no-repeat center/100% auto;}
.swiper-slide-active .joinFL-slide{transform: scale(1);}
.swiper-slide-active .joinFL-img::after{opacity: 1;}
.swiper-slide-active .joinFL-con{opacity: 1;}
.joinFL-pagination{user-select: none;}
.joinFL-pagination .swiper-pagination-bullet{width: max(8px,0.13rem);height: max(8px,0.13rem);border-radius: 50%;border: 1px solid #044f9f;margin: 0 max(4px,0.1rem);opacity: 1;background: transparent;}
.joinFL-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #044f9f;}
.joinStyle .indTitle .text{color: rgba(255, 255, 255, .7);}
.joinStyle-swp-box{justify-content: center;}
.joinStyle-swp{width: 5.6rem;}
.joinStyle-swp .swiper-container{overflow: visible;}
.joinStyle-swp .swiper-wrapper{perspective: 500px;}
.joinStyle-swp .swiper-slide{transform: translateY(1.9rem);transition: all .5s;}
.joinStyle-swp .swiper-slide.swiper-slide-next{z-index: 2;transform: rotate(5deg) translateY(0.82rem);}
.joinStyle-swp .swiper-slide.swiper-slide-prev{z-index: 2;transform: rotate(-5deg) translateY(0.82rem);}
.joinStyle-swp .swiper-slide.swiper-slide-active{z-index: 3;transform: translateY(0);}
.joinStyle-img img{width: 100%;height: 6.7rem;}
.joinStyle-img::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.7) 100%);}
.joinStyle-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 0.75rem 0.2rem;}
.joinStyle-con .title{transform: scale3d(0.68,0.68,0.68);transition: all .5s ease-in-out;}
.joinStyle-con .text{min-height: max(80px,1.2rem); opacity: 0;transform: translateY(0.3rem);transition: all .5s ease-in-out;}
.swiper-slide-active .joinStyle-con .title{transform: scale(1);}
.swiper-slide-active .joinStyle-con .text{opacity: 1;transform: translateY(0);transition-delay: .2s;}
.joinStyle-btn{width: 42px;height: 42px;user-select: none;cursor: pointer;border-radius: 50%;z-index: 10;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.joinStyle-btn.next{left: auto;right: 0;transform: translateY(-50%) rotate(180deg);}
.joinStyle-btn:hover{background: #fff;color: #044f9f;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
    .proDet-tx-item{padding-right: 0.6rem;}
    .joinFL-con{padding-right: 0.5rem;}
    .abArea-left{width: 25%;}
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .abArea-num li{padding-left: 0.3rem;}
    .abArea-num .ico{margin-right: 0.2rem;}
    .ctaMsg-item img{height: 65%;}
    .joinFL-con{padding-right: 0.35rem;}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .pagesBan-bg img{height: 300px;}
    .pagesBan-con .contain{padding-bottom: 40px;}
    .pagesNav .contain{overflow-x: auto;}
    .pagesNav-list{flex-wrap: nowrap;white-space: nowrap;}
    .pagesNav-list .item{margin-left: 25px;padding-bottom: 6px;}
    .pagesBread{display: none;}
    .newsShow-img{width: 100%;}
    .newsShow-img img{height: 220px;}
    .newsShow-con{width: 100%;padding: 15px 15px 35px;}
    .newsShow-con .comMore-box{margin-top: 20px;}
    .newsList .uli.ml30{margin: -15px 0 0;width: 100%;}
    .newsList .uli.ml30.uli3 li{margin: 15px 0 0;width: 100%;}
    .newsDet-info{width: 100%;}
    .newsDet-page .text{margin-left: 20px;width: 250px;}
    .newsDet-back{margin-top: 30px;}
    .newsDet-hot{width: 100%;margin-top: 25px;padding: 25px 15px;}
    .newsDet-hot-item{padding: 12px 0 22px;}
    .newsDet-hot-item.active .img{height: 160px;}
    .proIntro-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .proIntro-bg img{height: 100%;}
    .proIntro-con{position: relative;z-index: 2;padding: 25px 15px 60px;}
    .proIntro-con .text{width: 100%;}
    .proIntro-bg::after{background: linear-gradient(to right,rgba(4,79,159,.9) 50%,rgba(4,79,159,.1) 100%);}
    .proList .uli.ml30{margin: -15px 0 0;}
    .proList .uli.ml30.uli2 li{margin: 15px 0 0;width: 100%;}
    .proItem{padding: 25px 15px;}
    .proItem .img{height: 150px;}
    .proDet-show-flex{flex-direction: column-reverse;}
    .proDet-show-img{width: 100%;height: 200px;}
    .proDet-show-con{width: 100%;margin-top: 30px;}
    .proDet-show-btn .btn i{font-size: 10px;}
    .proDet-tx-list .uli.ml28{margin: -15px 0 0;}
    .proDet-tx-list .uli.ml28.uli4 li{margin: 15px 0 0;width: 100%;}
    .proDet-tx-item{padding: 15px;}
    .proDet-tx-item .page{right: 25px;font-size: 46px;}
    .proDet-params-table{overflow-x: auto;}
    .proDet-params-table table{width: 200%;}
    .proDet-params-table table td.one{width: 150px;}
    .proDet-hj-slide .img{height: 250px;}
    .proDet-head{padding-bottom: 16px;}
    .proDet-mems-list{justify-content: space-between;margin-top: 0;}
    .proDet-mems-list li{flex: unset;width: 50%;margin-top: 25px;}
    .proDet-mems-list li:nth-child(2n+1) .line::before{display: none;}
    .proDet-fz-list li{width: 100%;padding: 25px 15px;border-left: unset;border-top: 1px solid #e9edf5 !important;}
    .proDet-fz-list li:first-child{border-top: unset !important;}
    .proDet-fz-list .box{width: 100%;}
    .proDet-fz-list .desc{width: auto;flex: 1;}
    .proDet-fz-list .ico{margin: 20px 25px 0 0;}
    .rdTech .contain{padding: 0 4%;}
    .rdTech-con{width: 100%;}
    .rdTech-list{width: 100%;margin: 10px 0 0;}
    .rdTech-item{margin: 15px 0 0;width: 100%;}
    .rdTech-item-img img{height: 300px;}
    .rdTech-item-show,.rdTech-item-hide{padding: 30px 20px;}
    .rdTech-item .title{font-size: 18px;}
    .rdData-list{justify-content: space-between;}
    .rdData-list li{width: 48%;justify-content: flex-start;}
    .rdData-list li:nth-child(n+3){margin-top: 20px;}
    .rdData-list .ico{width: 28px;height: 24px;}
    .rdData-list .ico img{max-width: 100%;max-height: 100%;}
    .rdData-list .desc{flex: 1;}
    .rdData-list .num{padding-bottom: 14px;}
    .rdData-list .num::after{width: 50px;height: 2px;}
    .rdData-list .text{margin-top: 10px;font-size: 12px;}
    .rdAll-btn{width: 32px;height: 32px;}
    .rdAll-btn span{display: none;}
    .rdAll-btn i{margin-right: 0;}
    .abIntro-desc{width: 100%;}
    
    .abIntro-num{margin-left: -15px;}
    .abIntro-num li{margin: 15px 0 0 15px;width: calc(50% - 15px);}
    .abIntro-num-item{height: 120px;padding: 15px 10px;}
    .abIntro-num-item .text{font-size: 12px;}
    .abIntro-num-item .num span{font-size: 28px;}
    .abFZ-btn{display: none;}
    .abFZ-gallery{width: 100%;}
    .abFZ-thumbs{padding-top: 25px;}
    .abFZ-thumbs::after{height: 10px;background-size: auto 100%;}
    .abWH-center .uli.ml38{margin: -25px 0 0;}
    .abWH-center .uli.ml38.uli4 li{margin: 25px 0 0;width: 100%;}
    .abWH-center .btm{opacity: 1;}
    .abWH-center .top{padding-bottom: 10px;}
    .abWH-center .top::before{opacity: 1;height: 32px;top: 5px;}
    .abWH-center .btm{margin-top: 10px;}
    .abWH-btm-list{flex-direction: column;}
    .abWH-btm-item{height: auto;width: 100%;flex: 1;border-left: unset;border-top: 1px solid rgba(255, 255, 255, .1);padding: 30px 15px 0;}
    .abWH-btm-bg .img img{height: 700px;}
    .abWH-btm-item .text{min-height: 90px;}
    .abWH-btm-item .desc::after{left: -15px;}
    .abArea-left{width: 100%;}
    .abArea-num{width: 80%;margin: 0 auto;}
    .abArea-num li{padding-left: 40px;margin-top: 14px;}
    .abArea-left-desc{margin-top: 20px;}
    .abArea-num .ico{width: 24px;margin-right: 20px;}
    .abArea-num .num{width: 74px;}
    .abArea-num .num span{font-size: 28px;}
    .abArea-num .text{font-size: 13px;}
    .abArea-right{width: 100%;margin-top: 30px;}
    .abArea-con{position: relative;left: auto;top: auto;width: 90%;height: 250px;margin: 20px auto 0;}
    .abArea-con-item{padding: 20px 15px 15px;}
    .abArea-con-item .img img{height: 150px;}
    .abArea-map-list .title{display: none;}
    .abArea-map-list .dot i{width: 12px;height: 18px;}
    .abHZ-slide{height: 40px;border-radius: 8px;}
    
    .abHonor-slide .img{height: 250px;}
    .abHonor-slide{padding: 10px 10px 30px;}
    .ctaData-list{margin-left: 0;}
    .ctaData-item{margin: 15px 0 0;width: 100% !important;padding: 30px 15px;background-image: url('../images/pages/ctaData-item-bg2.jpg');}
    .ctaData-item .title{margin-top: 20px;font-size: 15px;}
    .ctaData-item .text{width: 100%;display: block;}
    .ctaData-item .text p{width: 100%;}
    .ctaBranch-list .uli.ml30{margin: -20px 0 0;}
    .ctaBranch-list .uli.ml30.uli3 li{margin: 20px 0 0;width: 100%;}
    .ctaBranch-list .img img{height: 150px;}
    .ctaBranch-list .title{font-size: 15px;}
    .ctaMsg-con{padding: 25px 15px 40px;}
    .ctaMsg-list{margin: -10px 0 0;justify-content: space-between;}
    .ctaMsg-item{width: 100%;margin: 10px 0 0;}
    .ctaMsg-item.w100{width: 100%;}
    .ctaMsg-item.code{width: 65%;}
    .ctaMsg-item img{height: 60%;right: 8px;}
    .ctaMsg-item.btn{width: 30%;}
    .ctaMsg-submit{width: 100%;}
    .inveData-img{width: 100%;}
    .inveData-img img{height: 200px;}
    .inveData-con{width: 100%;padding: 20px 15px 60px;}
    .inveData-con .link{bottom: 30px;}
    .stock-view .contain{position: relative;}
    .stockHead-right{width: 100%;margin-top: 20px;display: flex;flex-direction: column-reverse;}
    .stockHead-right-list{justify-content: space-between;margin-top: 0;}
    .stockHead-right-list li{margin-left: 0;}
    .stockHead-right-more{position: absolute;right: 0;top: 38px;}
    .stockHead-left-num{margin-top: 14px;}
    .stockHead-left-num .rmb span{font-size: 36px;}
    .stockHead-right-list .text span{line-height: 1;margin-right: 4px;font-size: 18px;}
    .stockHead-right-list .text{font-size: 12px;}
    .stockLink .item{padding-bottom: 6px;margin-left: 25px;}
    .stockYear{flex-wrap: nowrap;overflow-x: auto;white-space: nowrap;}
    .stockYear .item{width: auto;height: 32px;padding: 0 20px;margin-left: 10px;}
    .stockItem{padding: 18px 0;}
    .stockItem-btn{display: none;}
    .stockItem-left .title{padding-right: 0;}
    .stockItem-left{align-items: flex-start;}
    .joinIntro-list .uli.ml52{margin: -15px 0 0;}
    .joinIntro-list .uli.ml52.uli3 li{margin: 15px 0 0;width: 100%;}
    .joinIntro-bg img{height: 350px;}
    .joinIntro-con{padding: 40px 20px;transition: all .6s ease;}
    .joinIntro-link-item .img img{max-width: 60px;max-height: 20px;}
    .joinIntro-link-item{padding: 14px 0;}
    .joinFL-swp{width: 100%;}
    .joinFL-img img{height: 200px;}
    .joinFL-img::after{display: none;}
    .joinFL-con{position: relative;right: auto;top: auto;transform: none;height: auto;padding: 20px 15px 30px;width: 100%;}
    .joinStyle-swp{width: 80%;}
    .joinStyle-img img{height: 330px;}
    .joinStyle-swp .swiper-slide{transform: translateY(100px);}
    .joinStyle-swp .swiper-slide.swiper-slide-next{z-index: 2;transform: rotate(5deg) translateY(50px);}
    .joinStyle-swp .swiper-slide.swiper-slide-prev{z-index: 2;transform: rotate(-5deg) translateY(50px);}
    .joinStyle-swp .swiper-slide.swiper-slide-active{z-index: 3;transform: translateY(0);}
    .joinStyle-con .text{transform: translateY(20px);min-height: 100px;}
    .joinStyle-btn{width: 34px;height: 34px;font-size: 10px;}
    .joinStyle-con{padding: 0 15px 10px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}