@charset "utf-8";
/* =====================内页样式======================== */
/* 视频弹窗 */
.popVideo{display: none;opacity: 0;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{width: 1000px;position: relative;display: none;padding: 34px 34px 0;}
.popVideo-video{width: 100%;}
.popVideo-video video{width: 100%;}
.popVideo-video iframe{width: 100%;height: 500px;}
.popVideo-close{width: 30px;height: 30px;position: absolute;right: 0;top: 0;z-index: 3;background: url('/template/default/images/common/closeW.svg') no-repeat center/24px auto;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}

/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;margin-top: 50px;user-select: none;}
.paging a{width: 40px;height: 40px;line-height: 40px;margin: 2px 3px;font-weight: 500;font-size: 15px;color: #535c6d;transition: all .4s ease;background-color: #f6f6f6;display: inline-block;vertical-align: middle;}
.paging a.start, .paging a.end, .paging a.prev, .paging a.next{background-repeat: no-repeat;background-position: center;}
.paging a.start, .paging a.end{background-image: url('/template/default/images/pages/pagingD.png');background-size: 13px auto;}
.paging a.prev, .paging a.next{background-image: url('/template/default/images/pages/pagingS.png');background-size: 7px auto;}
.paging a.end, .paging a.next{transform: rotate(180deg);}
.paging a:hover{color: #0062b2;}
.paging a.start:hover, .paging a.end:hover{background-image: url('/template/default/images/pages/pagingDH.png');}
.paging a.prev:hover, .paging a.next:hover{background-image: url('/template/default/images/pages/pagingSH.png');}
.paging a.active, .paging a.on{color: #0062b2;}
@media all and (max-width:1599px) {.paging{margin-top: 44px;}}
@media all and (max-width:1279px) {.paging{margin-top: 36px;}}
@media all and (max-width:640px) {.paging{margin-top: 30px;}.paging a{width: 30px;height: 30px;line-height: 30px;margin: 1px;}}

.hint p, .text p, .cont p{line-height: inherit;}

.toPlace {position: relative;top: -88px;display: block;height: 0;overflow: hidden;}

/* 搜索页面 */
.search{width: 100%;padding: 80px 0;}
.search-info{width: 100%;font-size: 28px;color: #535c6d;font-weight: 700;line-height: 1.1;}
.search-info span{color: #0062b2;}
.search-list{width: 100%;margin-top: 40px;}
.search-link{display: block;width: 100%;padding: 36px 0;border-bottom: 2px solid #e3e7eb;}
.search-link:first-child{border-top: 2px solid #e3e7eb;}
.search-link h2{font-size: 20px;color: #535c6d;font-weight: 500;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.search-link p{width: 100%;font-size: 16px;margin-top: 16px;color: #666;line-height: 26px;max-height: 52px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #0062b2 !important;}
.search-link:hover h2{color: #0062b2;}
@media all and (max-width:1599px) {.search{padding: 70px 0;}.search-info{font-size: 26px;}.search-link{padding: 30px 0;}.search-list{margin-top: 36px;}}
@media all and (max-width:1279px) {.search{padding: 60px 0;}.search-info{font-size: 24px;}.search-link{padding: 24px 0;}.search-list{margin-top: 30px;}}
@media all and (max-width:640px) {.search{padding: 40px 0;}.search-info{font-size: 20px;}.search-link{padding: 20px 0;}.search-list{margin-top: 24px;}.search-link h2{font-size: 18px;}.search-link p{margin-top: 10px;}}

.sonBan{width: 100%;position: relative;overflow: hidden;}
.sonBan img{width: 100%;object-fit: cover;min-height: 260px;}
.sonBan-cont{position: absolute;z-index: 4;width: 100%;left: 0;height: 100%;display: flex;align-items: center;top: 0;padding-top: 4%;}
.sonBan-cont .title{font-size: 40px;color: #fff;line-height: 1;font-family:'Bahnschrift';font-weight: 700;}

.sonHead{width: 100%;position: relative;}
.sonHead::after{content: "";position: absolute;width: 100%;height: 1px;background: #ebeef1;left: 0;bottom: 0;}
.sonHead .contain{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sonHead-place{display: flex;position: relative;z-index: 2;}
.sonHead-place a{display: flex;margin-left: 25px;align-items: center;height: 60px;position: relative;font-size: 14px;color: #677077;font-weight: 500;transition: all .4s ease;}
.sonHead-place a:first-child{margin-left: 0;}
.sonHead-place a i{width: 14px;height: 16px;display: block;background: url('/template/default/images/pages/home.svg') no-repeat center/100% auto;transition: all .4s ease;}
.sonHead-place a:hover{color: #0062b2;}
.sonHead-place a:hover i{background-image: url('/template/default/images/pages/homeH.svg');}
.sonHead-place a::before{position: absolute;width: 11px;height: 100%;left: -17px;pointer-events: none;top: 0;content: "";background: url('/template/default/images/pages/arrow.svg') no-repeat center/100% auto;}
.sonHead-place a:first-child:before{display: none;}
.sonHead-menu{width: auto;position: relative;z-index: 2;font-size: 0;}
body.PAD .sonHead-menu-scroll, body.PC .sonHead-menu-scroll{width: 100% !important;}
.sonHead-menu a{display: inline-block;vertical-align: top;margin-left: 40px;height: 60px;line-height: 60px;position: relative;font-size: 14px;color: #677077;transition: all .4s ease;}
.sonHead-menu a:first-child{margin-left: 0;}
.sonHead-menu a::after{content: "";position: absolute;bottom: 0;right: 0;height: 3px;background: #0062b2;opacity: 0;width: 0;transition: width .4s ease,opacity .4s ease .2s;}
.sonHead-menu a:hover, .sonHead-menu a.active{color: #0062b2;}
.sonHead-menu a:hover::after, .sonHead-menu a.active::after{width: 100%;right: auto;left: 0;opacity: 1;transition: width .4s ease .2s,opacity .4s ease;}

.sonColu{width: 100%;position: relative;overflow: hidden;}
.sonColu .contain{display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: row-reverse;}
.sonColu-side{width: 402px;position: relative;padding: 60px 0;}
.sonColu-side::before{content: "";width: 1px;height: 100%;position: absolute;top: 0;right: 0;background: #ebeef1;z-index: 1;}
.sonColu-side-bg{width: 100vh;height: calc(100% - 360px);position: absolute;bottom: 0;right: 0;background: linear-gradient(to bottom,#f8f8f8,#fff);}
.sonColu-side-bg.change{height: calc(100% - 500px);}
.sonColu-side-title{position: relative;z-index: 4;width: 100%;margin-bottom: 32px;}
.sonColu-side-title .text{font-family:'Bahnschrift';font-size: 48px;color: #5dc3ab;line-height: 1;font-weight: 700;}
.sonColu-side-title .name{font-size: 24px;color: #101a2d;font-weight: 700;}
.sonColu-side-list{width: 100%;position: relative;z-index: 4;}
.sonColu-side-list a{width: 100%;position: relative;display: block;overflow: hidden;margin-top: 20px;}
.sonColu-side-list a:first-child{margin-top: 0;}
.sonColu-side-list a img{width: 100%;object-fit: cover;transition: all .6s ease;}
.sonColu-side-list a:hover img{transform: scale(1.06);}
.sonColu-side-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;display: flex;flex-direction: column;justify-content: center;padding: 0 38px;}
.sonColu-side-cont .title{font-size: 28px;color: #535c6d;font-weight: 300;}
.sonColu-side-cont .english{font-size: 18px;color: #afc3d0;text-transform: uppercase;font-weight: 300;margin-bottom: 30px;}
.sonColu-side-cont .text{font-size: 16px;color: #9ba5a7;font-weight: 300;line-height: 24px;max-width: 200px;}
.sonColu-side-cont .year{font-size: 34px;color: #e7863b;font-weight: 700;font-family:'Bahnschrift';line-height: 1;}
.sonColu-side-list a.catalogue .title{color: #13896d;}
.sonColu-side-list a.catalogue .text{font-size: 24px;color: #619c8e;margin-top: 12px;max-width: none;}
.sonColu-side-list a.develop .text{font-size: 16px;color: #638ec2;margin-top: 12px;max-width: none;font-weight: 400;}
.sonColu-side-list a.email .title{font-size: 18px;color: #fff;opacity: 0.5;}
.sonColu-side-list a.email .text{font-size: 24px;color: #fff;margin-top: 6px;max-width: none;font-family:'Bahnschrift';font-weight: 700;line-height: 1;}
.sonColu-side-list a.report .sonColu-side-cont{padding-bottom: 40px;}
.sonColu-side-list a.report .year{color: #015491;}
.sonColu-side-list a.report .text{font-size: 20px;margin: 6px 0 4px;max-width: none;font-weight: 400;color: #015491;}
.sonColu-side-list a.report .english{font-size: 22px;color: #66a2cb;font-weight: 700;margin-bottom: 0;font-family:'Bahnschrift';line-height: 1;}
.sonColu-side-list a.stock{cursor: default;}
.sonColu-side-list a.stock .title{color: #535c6d;font-size: 18px;font-weight: 400;}
.sonColu-side-list a.stock .text{font-size: 18px;color: #535c6d;font-weight: 400;line-height: normal;max-width: none;margin-top: 50px;}
.sonColu-side-list a.stock .text span{font-size: 36px;color: #101a2d;font-family:'Bahnschrift';line-height: 1;}
.sonColu-side-list a.stock .info{width: 100%;margin-top: 20px;position: relative;z-index: 2;}
.sonColu-side-list a.stock .info h6{font-size: 36px;color: #d53939;line-height: 1;font-family:'BRUTALTYPE';font-weight: 700;display: flex;align-items: flex-end;}
.sonColu-side-list a.stock .info h6 label, .sonColu-side-list a.stock .info h6 b{display: inline-block;font-size: 16px;padding-top: 12px;margin: 0 12px 0 8px;}
.sonColu-side-list a.stock .info h6 i{display: inline-block;width: 28px;height: 26px;background: url('/template/default/images/pages/invggArr.svg') no-repeat center/100% auto;}
.sonColu-side-list a.stock .info h6 b{margin: 0 0 0 12px;}
.sonColu-side-list a.stock .info p{font-size: 14px;color: #9ba5a7;margin-top: 12px;}
.sonColu-side-list a.stock .info.down h6{color: #2ea940;}
.sonColu-side-list a.stock .info.down h6 i{background-image: url('/template/default/images/pages/invggArrH.svg');}
.sonColu-side-list a.stock .info.none h6{color: #535c6d;}
.sonColu-side-list a.stock .info.none h6 b{display: none;}
.sonColu-side-list a.stock .info.none h6 i{display: none;}
.sonColu-side-list a.attention .title{font-size: 24px;color: #fff;}
.sonColu-side-list a.attention .english{font-size: 22px;color: #66a2cb;font-weight: 700;margin-bottom: 0;font-family:'Bahnschrift';line-height: 1;margin-bottom: 0;margin-top: 2px;}
.sonColu-side-cont .code{width: 100%;margin-top: 48px;display: flex;}
.sonColu-side-cont .code li{width: 100px;padding: 6px;background: #fff;margin-left: 20px;}
.sonColu-side-cont .code li:first-child{margin-left: 0;}
.sonColu-side-cont .code li img{width: 100%;object-fit: cover;}
.sonColu-side-query{width: 100%;margin-bottom: 40px;}
.sonColu-side-query .seek{width: 100%;position: relative;}
.sonColu-side-query .seek input{width: 100%;height: 60px;border: 2px solid #e3e7eb;padding: 0 80px 0 20px;font-size: 15px;color: #8d949a;}
.sonColu-side-query .seek button{position: absolute;width: 60px;height: 60px;top: 0;transition: all .4s ease;right: 0;z-index: 2;background: #e3e7eb url('../images/pages/newsSearch.svg') no-repeat center/26px auto;cursor: pointer;}
.sonColu-side-query .seek button:hover{background-image: url('/template/default/images/pages/newsSearchH.svg');background-color: #0062b2;}
/* 下拉 */
.customSelect{display: block;width: 100%;position: relative;user-select: none;margin-top: 10px;}
.customSelect-name{display: flex;align-items: center;height: 60px;position: relative;border: 2px solid #e3e7eb;padding: 0 80px 0 20px;font-size: 15px;color: #8d949a;cursor: pointer;}
.customSelect-name::after{content: "";position: absolute;width: 60px;height: 60px;right: -2px;top: -2px;background: #e3e7eb url('../images/pages/newsArr.svg') no-repeat center/20px auto;transition: all .4s ease;}
.customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 60px;max-height: 200px;border: 2px solid #e3e7eb;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #fff;cursor: pointer;}
.customSelect-drop li{padding: 0 20px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 15px;color: #8d949a;transition: all .4s ease;}
.customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #e3e7eb;}
.customSelect-drop li:last-child::after{display: none;}
.customSelect-drop li:hover, .customSelect-drop li.active{background: #dadfe5;color: #0062b2;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-name:hover::after, .customSelect-name.noRadius::after{background-image: url('/template/default/images/pages/newsArrH.svg');background-color: #0062b2;}
/* ---- */
.sonColu-wrap{width: calc(100% - 402px);position: relative;padding: 60px 0 80px 80px;}
.sonColu-line{width: 100%;height: 2px;background: #e3e7eb;}
.sonColu-line.margin40{margin: 40px 0;}
.sonColu-line.margin36{margin: 36px 0;}
.sonColu-line.margin34{margin: 34px 0;}
.sonColu-line.margin30{margin: 30px 0;}
.sonTitle{width: 100%;}
.sonTitle .title{font-size: 28px;color: #535c6d;font-weight: 700;}
.sonTitle.center{text-align: center;}
.sonTitle.white .title{color: #fff;}
p br{content: "";display: block;height: 20px;}

.scroll{overflow-y: auto;}
.scroll::-webkit-scrollbar {width: 4px;}
.scroll::-webkit-scrollbar-thumb {background: #0062b2;}
.scroll::-webkit-scrollbar-track {background: #f1f1f1;}
.scroll{scrollbar-color:#0062b2 #f1f1f1;scrollbar-width:thin;}
.scroll{scrollbar-face-color: #0062b2;scrollbar-shadow-color: #0062b2;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}

/* 关于-大事记 */
.abosj{width: 100%;position: relative;}
.abosj-img{width: 100%;margin-top: 36px;position: relative;}
.abosj-img img{width: 100%;object-fit: cover;min-height: 240px;}
.abosj-img p{position: absolute;font-size: 20px;color: #b3d6f5;font-weight: 300;max-width: 304px;line-height: 28px;top: 50px;left: 36px;}
.abosj-wrap{width: 100%;margin-top: 40px;position: relative;padding-bottom: 82px;}
.abosj-list{display: block;width: 100%;position: relative;}
.abosj-list li{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;padding-top: 20px;}
.abosj-year{width: 132px;display: flex;align-items: center;position: relative;z-index: 4;}
.abosj-year span{font-size: 28px;color: #acacb1;font-weight: 700;font-family:'Bahnschrift';line-height: 1;width: 70px;}
.abosj-year i{width: 34px;height: 34px;border-radius: 50%;background: #f9e0ce;display: block;position: relative;margin-top: -4px;}
.abosj-year i::before{content: "";position: absolute;width: 10px;height: 10px;border-radius: 50%;left: 50%;top: 50%;margin: -5px 0 0 -5px;background: #e7863b;transition: all .4s ease;}
.abosj-year i::after{content: "";position: absolute;width: 12px;height: 100%;right: -12px;top: 0;background: url('/template/default/images/pages/abosjArr.svg') no-repeat center/100% auto;}
.abosj-cont{width: calc(100% - 132px);transition: all .4s ease;background: #f6f6f6;padding: 24px 66px;min-height: 110px;display: flex;flex-direction: column;justify-content: center;font-size: 14px;color: #8d949a;line-height: 24px;position: relative;z-index: 3;}
.abosj-cont p{line-height: inherit;}
.abosj-list li:hover .abosj-year i::before{transform: scale(2);}
.abosj-list li:hover .abosj-cont{box-shadow: 0 2px 16px 2px rgba(0,0,0,.16);}
.abosj-line{width: 2px;position: absolute;height: 100%;background: #e3e7eb;top: 0;left: 86px;}
.abosj-line::before{content: "";position: absolute;width: 10px;height: 2px;background: #e3e7eb;top: 0;left: 50%;margin-left: -5px;}
.abosj-line::after{content: "";width: 50px;height: 50px;border-radius: 50%;position: absolute;background: #e7863b url('../images/common/arrDW.svg') no-repeat center/20px auto;bottom: 0;left: 50%;margin-left: -25px;}

/* 关于-壹定发先容 */
.abojs{width: 100%;position: relative;}
.abojs-img{width: 100%;margin-top: 36px;position: relative;}
.abojs-img img{width: 100%;object-fit: cover;min-height: 240px;}
.abojs-img p{position: absolute;font-size: 34px;color: #2e66a5;font-weight: 300;top: 60px;right: 90px;}
.abojs-cont{width: 100%;margin-top: 42px;font-size: 14px;color: #8d949a;line-height: 24px;}
.abojs-cont p{line-height: inherit;}
.abojs-cont h2, .abojs-cont h6{font-size: 16px;font-weight: 700;line-height: inherit;}
.abojs-cont img{max-width: 100%;}
.abojsry{width: 100%;padding: 60px 0 54px;overflow: hidden;background: linear-gradient(to bottom,#f6f8fa,#e7ebf0);position: relative;}
.abojsry::after{content: "";position: absolute;width: 100%;height: 274px;left: 0;bottom: 0;background: url('/template/default/images/pages/abojs2bg.png') repeat center center/auto 100%;animation: abojsryRun 60s linear infinite;}
@keyframes abojsryRun{0%{background-position:0px 0px;}100%{background-position:1920px 0;}}
.abojsry-loop{width: 100%;margin-top: 20px;position: relative;z-index: 4;}
.abojsry-loop .contain{position: relative;width: 1220px;}
.abojsry-loop .swiper-pagination{display: none;}
.abojsry-link{width: 100%;display: block;transition: all .6s ease;}
.abojsry-link-img{width: 100%;background: #fff;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;padding: 16px;height: 208px;box-shadow: 0 2px 8px 4px rgba(124,141,161,.3);}
.abojsry-link-img img{max-width: 100%;max-height: 100%;}
.abojsry-link-img .see{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;background: rgba(10,110,223,.8) url('/template/default/images/pages/see.svg') no-repeat center/40px auto;opacity: 0;transform: scale(0.9);transition: all .6s ease;}
.abojsry-link-cont{width: 100%;margin-top: 32px;font-size: 14px;color: #535c6d;line-height: 24px;padding: 0 16px;text-align: center;}
.abojsry-link-cont p{line-height: inherit;}
.abojsry-link:hover .abojsry-link-img .see{opacity: 1;transform: scale(1);}
.abojsry-link:hover{transform: translateY(-10px);}
.abojsry-loop .swiper-container{padding: 28px 10px 40px;}
.abojsry-prev, .abojsry-next{position: absolute;z-index: 6;width: 40px;height: 40px;background: url('/template/default/images/pages/abojsArr.svg') no-repeat center/30px auto;top: 110px;cursor: pointer;transition: all .4s ease;}
.abojsry-prev{left: -64px;}
.abojsry-next{right: -64px;transform: rotate(180deg);}
.abojsry-prev:hover, .abojsry-next:hover{background-image: url('/template/default/images/pages/abojsArrH.svg');}
.abojsry-loop::after{content: "";position: absolute;width: 100%;height: 1px;background: #dce4f0;left: 0;top: 130px;}

/* 关于-可一连生长 */
.abofz{width: 100%;position: relative;}
.abofz-img{width: 100%;margin-top: 36px;position: relative;}
.abofz-img img{width: 100%;object-fit: cover;min-height: 240px;}
.abofz-img p{position: absolute;font-size: 34px;color: #2e66a5;font-weight: 300;top: 60px;right: 90px;}
.abofz-hint{width: 100%;font-size: 14px;color: #8d949a;margin-top: 36px;line-height: 24px;}
.abofz-hint p{line-height: inherit;}
.abofz-hint img{max-width: 100%;}
.abofz-list{width: 100%;}
.abofz-list li{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;margin-top: 20px;transition: all .4s ease;}
.abofz-list li:first-child{margin-top: 0;}
.abofz-list li:nth-child(2n){flex-direction: row-reverse;}
.abofz-list-icon{width: 200px;min-height: 200px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.abofz-list-icon .icon{width: 80px;height: 80px;border-radius: 50%;display: flex;align-items: center;position: relative;justify-content: center;}
.abofz-list-icon .icon::after{content: "";width: 100%;height: 100%;border-radius: 50%;position: absolute;top: 0;left: 0;background: rgba(255,255,255,.2);transition: all .4s ease;}
.abofz-list-icon .icon img{max-width: 90%;height: 40px;position: relative;z-index: 2;}
.abofz-list-icon .text{font-size: 20px;font-weight: 500;color: #fff;margin-top: 16px;}
.abofz-list-cont{width: calc(100% - 200px);padding: 40px;background: #f6f6f6;font-size: 14px;color: #8d949a;line-height: 24px;}
.abofz-list-cont p{line-height: inherit;}
.abofz-list li:hover{box-shadow: 0 2px 16px 2px rgba(0,0,0,.16);}
.abofz-list li:hover .abofz-list-icon .icon::after{transform: scale(1.12);}

/* 关于-联系壹定发 */
.abolx{width: 100%;position: relative;}
.abolx-img{width: 100%;margin-top: 36px;position: relative;}
.abolx-img img{width: 100%;object-fit: cover;min-height: 240px;}
.abolx-img p{position: absolute;font-size: 30px;color: #fff;font-weight: 300;top: 0;left: 0;display:flex;height: 100%;width: 100%;align-items: center;padding: 0 40px;}
.abolx-cont{width: 100%;margin-top: 40px;}
.abolx-cont h6, .abolx-cont p{font-size: 14px;color: #8d949a;line-height: 24px;}
.abolx-cont h6{font-size: 16px;font-weight: 700;}
.abolx-cont p span{font-weight: 700;font-family:'Bahnschrift';line-height: 1;font-size: 20px;color: #e7863b;margin-top: 6px;display: inline-block;}
.abolx-cont p label{font-size: 20px;color: #e7863b}
.abolxmap{width: 100%;position: relative;height: 480px;}
#map{width: 100%;height: 100%;}
#map .amap-logo,#map .amap-copyright{display: none !important;}
#map .amap-info-close{right: 6px !important;top: 6px;}
#map .amap-info-content{padding: 18px;box-shadow: 0 2px 16px 2px rgba(0,0,0,.3) !important;}
.abolxmap-info{width: 100%;overflow: hidden;}
.abolxmap-info h6{font-size: 14px;color: #e7863b;font-weight: 500;margin-bottom: 10px;}
.abolxmap-info p{font-size: 14px;color: #666;line-height: 22px;}

/* 关于-清廉建设 */
.aboljtd{width: 100%;padding: 60px 0 80px;}
.aboljtd .sonTitle .title{position: relative;}
.aboljtd .sonTitle .title::after{content: "";position: absolute;width: calc(100% - 196px);height: 26px;top: 50%;margin-top: -13px;right: 0;background: url('/template/default/images/pages/aboljDot.png') no-repeat right center/cover;}
.aboljtd-list{width: 100%;margin-top: 48px;}
.aboljtd-list li{width: 50%;position: relative;float: left;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 120px;background: #d4e8f8;transition: all .4s ease;}
.aboljtd-list li:nth-child(4n+2), .aboljtd-list li:nth-child(4n+3){background: #eef3f9;}
.aboljtd-list li .title{font-size: 18px;color: #676b73;font-weight: 700;}
.aboljtd-list li .text{font-size: 16px;color: #676b73;}
.aboljtd-list li .text span{color: #0a6edf;font-family:'Bahnschrift';font-weight: 700;}
.aboljtd-online{width: 100%;margin-top: 40px;}
.aboljtd-online a{display: flex;align-items: center;justify-content: center;width: 175px;height: 45px;border-radius: 3px;background: #0a6edf;font-size: 16px;color: #fff;transition: all .4s ease;margin: 0 auto;}
.aboljtd-online a:hover{box-shadow: 0 2px 16px 4px rgba(10,110,223,.4);}
.aboljtd-list li:hover{box-shadow: 0 2px 16px 2px rgba(0,0,0,.1);z-index: 2;}
.aboljggzd{width: 100%;padding: 60px 0 80px;background: #f9f9f9;}
.aboljggzd .items{width: 100%;margin-top: 58px;}
.aboljggzd .items:first-child{margin-top: 0;}
.aboljgg{background: #fff;}
.aboljggzd-head{width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 16px 40px;}
.aboljggzd-head .title{font-size: 20px;color: #676b73;font-weight: 700;}
.aboljggzd-btn{display: flex;align-items: center;}
.aboljggzd-btn>div{cursor: pointer;width: 32px;height: 20px;background: url('/template/default/images/pages/aboljArr.svg') no-repeat left -5px center/20px auto;position: relative;transition: all .4s ease;}
.aboljggzd-btn>div.next{transform: rotate(180deg);}
.aboljggzd-btn>div.next::before{content: "";position: absolute;width: 2px;height: 16px;top: 50%;margin-top: -8px;background: #d8d8d8;right: -1px;}
.aboljggzd-btn>div:hover{background-image: url('/template/default/images/pages/abojsArrH.svg');}
.aboljgg-wrap{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: row-reverse;}
.aboljgg-img{width: 600px;overflow: hidden;}
.aboljgg-img a{display: block;width: 100%;position: relative;}
.aboljgg-img img{width: 100%;object-fit: cover;height: 360px;}
.aboljgg-img a .cont{position: absolute;z-index: 2;left: 0;bottom: 0;background: rgba(0,98,178,.8);padding: 8px 20px;font-size: 16px;color: #fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width: 100%;}
.aboljgg-img-prev, .aboljgg-img-next{position: absolute;width: 44px;height: 44px;background: rgba(0,0,0,.5) url('../images/common/arrLW.svg') no-repeat center/20px auto;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: background .4s ease;}
.aboljgg-img-prev{left: 0;}
.aboljgg-img-next{right: 0;transform: rotate(180deg);}
.aboljgg-img-prev:hover, .aboljgg-img-next:hover{background-color: rgba(0,98,178,.8);}
.aboljggzd-loop{width: calc(100% - 600px);padding: 0 40px;position: relative;}
.aboljggzd-loop a{display: block;width: 100%;align-items: center;height: 58px;line-height: 58px;position: relative;border-top: 1px dashed #aeaeae;font-size: 16px;color: #676b73;transition: all .4s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.aboljggzd-loop a:hover{color: #0062b2;}
.aboljzd{display: flex;flex-wrap: wrap;justify-content: space-between;}
.aboljzd-wrap{width: calc(100% - 500px);background: #fff;}
.aboljzd .aboljggzd-loop{width: 100%;padding-top: 16px;}
.aboljzd .aboljggzd-loop::before{content: "";position: absolute;width: calc(100% - 80px);left: 0;right: 0;margin: 0 auto;top: 0;height: 1px;background: #d8d8d8;}
.aboljzd .aboljggzd-loop a{width: calc(50% - 20px);}
.aboljzd .aboljggzd-loop a:nth-child(2n+1){float: left;}
.aboljzd .aboljggzd-loop a:nth-child(2n){float: right;}
.aboljzd .aboljggzd-loop a:nth-child(1), .aboljzd .aboljggzd-loop a:nth-child(2){border-top: none;}
.aboljzd-img{width: 460px;background: #fff;}
.aboljzd-img .video{width: 100%;position: relative;overflow: hidden;cursor: pointer;}
.aboljzd-img .video img{width: 100%;object-fit: cover;transition: all .6s ease;}
.aboljzd-img .video i{width: 58px;height: 58px;position: absolute;top: 50%;left: 50%;margin: -29px 0 0 -29px;border-radius: 50%;background: rgba(0,0,0,.6) url('../images/pages/aboljPlay.svg') no-repeat left 60% center/28px auto;transition: all .4s ease;}
.aboljzd-img .video:hover i{background-color: #0062b2;}
.aboljzd-img .video:hover img{transform: scale(1.06);}

/* 关于-清廉举报 */
.abojb{width: 100%;padding: 60px 0 100px;}
.abojb-cont{width: 100%;}
.abojb-cont .text{width: 100%;font-size: 14px;color: #8d949a;line-height: 28px;margin-top: 20px;}
.abojb-cont .text p{position: relative;padding-left: 16px;line-height: inherit;}
.abojb-cont .text p:before{width: 4px;height: 4px;content: "";position: absolute;border-radius: 50%;left: 0;top: 12px;background: #0062b2;}
.abojb-form{width: 100%;}
.abojb-form .form{width: 100%;margin-top: 30px;}
.abojb-form .form li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}
.abojb-form .form li:first-child{margin-top: 0;}
.abojb-form .form li input, .abojb-form .form li textarea{width: 100%;background: #f2f2f2;height: 38px;font-size: 15px;color: #535c6d;padding: 0 16px;border: none;}
.abojb-form .form li textarea{height: 150px;padding: 10px 16px;}
.abojb-form .form li.more input{width: calc(50% - 25px);}
.abojb-form .form li.file input{background: none;padding: 0;height: auto;width: auto;cursor: pointer;}
.abojb-form .form li .code{width: auto;display: flex;}
.abojb-form .form li .code input{width: 200px;}
.abojb-form .form li .code span{height: 38px;cursor: pointer;display: block;user-select: none;margin-left: 10px;}
.abojb-form .form li .code span img{height: 100%;}
.abojb-form .form li button.submit{display: flex;align-items: center;cursor: pointer;justify-content: center;width: 140px;height: 38px;background: #0a6edf;font-size: 15px;color: #fff;transition: all .4s ease;font-weight: 500;}
.abojb-form .form li button.submit:hover{box-shadow: 0 2px 16px 4px rgba(10,110,223,.4);}

/* 关于-向导团队 */
.abotd{width: 100%;position: relative;}
.abotd-menu{width: 100%;margin-top: 36px;display: flex;flex-wrap: wrap;}
.abotd-menu a{display: flex;flex: 1;height: 60px;align-items: center;justify-content: center;font-size: 16px;color: #5e727f;font-weight: 500;position: relative;background: #dde0e2;transition: all .4s ease;}
.abotd-menu a span{position: relative;z-index: 4;}
.abotd-menu a::before{content: "";width: 1px;height: 28px;background: #c7c5be;top: 50%;margin-top: -14px;right: 0;position: absolute;}
.abotd-menu a:last-child:before{display: none;}
.abotd-menu a::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #0a6edf;opacity: 0;transition: all .4s ease;}
.abotd-menu a:hover{color: #0062b2;}
.abotd-menu a.active{color: #fff !important;box-shadow: 0 4px 12px 2px rgba(0,0,0,.1);z-index: 2;}
.abotd-menu a.active::after{opacity: 1;}
.abotd-loop{width: 100%;margin-top: 60px;}
.abotd-loop-list{display: block;width: 100%;}
.abotd-loop-list li{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;transition: all .4s ease;}
.abotd-loop-list li:first-child{margin-top: 0;}
.abotd-loop-img{width: 170px;overflow: hidden;}
.abotd-loop-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.abotd-loop-cont{width: calc(100% - 170px);background: #f6f6f6;padding: 0 38px;display: flex;flex-direction: column;justify-content: center;transition: all .4s ease;}
.abotd-loop-cont .title{font-size: 20px;color: #535c6d;font-weight: 700;}
.abotd-loop-cont .hint{font-size: 14px;color: #8d949a;line-height: 24px;margin-top: 4px;}
.abotd-loop-cont .text{font-size: 14px;color: #8d949a;line-height: 24px;margin-top: 12px;min-height: 96px;}
.abotd-loop-list li:hover{box-shadow: 0 2px 16px 2px rgba(0,0,0,.16);}
.abotd-loop-list li:hover .abotd-loop-img img{transform: scale(1.04);}

/* 关于-企业文化 */
.abowh{width: 100%;position: relative;}
.abowh-img{width: 100%;margin-top: 36px;position: relative;}
.abowh-img img{width: 100%;object-fit: cover;min-height: 240px;}
.abowh-img p{position: absolute;font-size: 34px;color: #fff;font-weight: 300;top: 0;left: 0;display:flex;height: 100%;width: 100%;align-items: center;padding-left: 10%;}
.abowh-cont{width: 100%;font-size: 14px;color: #8d949a;line-height: 24px;margin-top: 36px;}
.abowh-cont p{line-height: inherit;}
.abowh-cont img{max-width: 100%;}
.abowh-pic{width: 100%;text-align: center;}
.abowh-pic img{max-width: 100%;}

/* 集团工业 */
.grotb{width: 100%;padding-top: 60px;position: relative;z-index: 4;}
.grotb-menu{width: 100%;margin-top: 36px;display: flex;flex-wrap: wrap;}
.grotb-menu a{width: auto;flex: 1;height: 100px;position: relative;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #525a6f;transition: all .4s ease;}
.grotb-menu a span {position: relative;z-index: 4;}
.grotb-menu a::after{content: "";position: absolute;width: 100%;height: 0;top: 0;left: 0;background: #0a6edf;opacity: 0;transition: height .4s ease,opacity .4s ease .2s;}
.grotb-menu a:hover{color: #0a6edf;}
.grotb-menu a.active{color: #fff !important;}
.grotb-menu a.active::after{height: calc(100% + 20px);opacity: 1;transition: height .4s ease .2s,opacity .4s ease;}
.grolb{width: 100%;padding: 80px 0 90px;background: linear-gradient(to right,#fafcfd,#d4e8f8);overflow: hidden;}
.grolb-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;flex-direction: row-reverse;}
.grolb-img{width: 720px;}
.grolb-img img{width: 100%;object-fit: cover;}
.grolb-cont{width: calc(100% - 720px);padding: 68px 40px 0 0;}
.grolb-cont .num{font-size: 40px;color: #0a6edf;font-family:'Bahnschrift';line-height: 1;}
.grolb-cont .title{font-size: 24px;color: #25262d;font-weight: 700;margin: 16px 0 8px;}
.grolb-cont .text{font-size: 14px;color: #666;line-height: 24px;}
.grolb-cont .text .link{display: flex;width: 100%;}
.grolb-cont .text .link a{display: flex;align-items: center;padding: 0 12px;height: 30px;border: 1px solid #999;transition: border .4s ease, color .4s ease;margin-right: 10px;}
.grolb-cont .text .link a span{padding-right: 24px;background: url('/template/default/images/pages/link.svg') no-repeat right center/20px auto;transition: background .4s ease;}
.grolb-cont .text .link a:last-child{margin-right: 0;}
.grolb-cont .text .link a:hover{border: 1px solid #0a6edf;color: #0a6edf;}
.grolb-cont .text .link a:hover span{background-image: url('/template/default/images/pages/linkH.svg');}
.grolb-control{width: 100%;}
.grolb-control-width{width: 720px;float: right;display: flex;justify-content: space-between;}
.grolb-control .swiper-pagination{position: relative;width: auto;text-align: left;padding: 14px 0 0 110px;height: 50px;}
.grolb-control .swiper-pagination-bullet {width: 2px;height: 14px;border-radius: 0%;background: #fff;opacity: 1;vertical-align: top;margin: 0 10px 0 0 !important;transition: all .4s ease;}
.grolb-control .swiper-pagination-bullet-active {opacity: 1;background: #0a6edf;height: 36px;}
.grolb-btn{width: auto;display: flex;}
.grolb-btn>div{width: 48px;height: 48px;background: #fff url('../images/pages/groArr.png') no-repeat center/18px auto;cursor: pointer;transition: all .4s ease;}
.grolb-btn>div.grolb-next{transform: rotate(180deg);margin-left: 1px;}
.grolb-btn>div:hover{background-color: #0a6edf;background-image: url('/template/default/images/pages/groArrH.png');}

/* 加入-加入壹定发 */
.joinwm{width: 100%;overflow: hidden;padding: 60px 0 120px;position: relative;}
.joinwm::after{content: "";position: absolute;width: 100%;height: 178px;z-index: 2;left: 0;bottom: 0;background: url('/template/default/images/pages/joinwmbg.png') repeat center center/auto 100%;animation: abojsryRun 60s linear infinite;}
.joinwm::before{content: "";position: absolute;width: 100%;height: 280px;bottom: 0;left: 0;background: linear-gradient(to right,#c7dadd,#b2c8d8);}
.joinwm .contain{position: relative;z-index: 4;}
.joinwm-list{width: 100%;margin-top: 36px;}
.joinwm-ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: -30px;}
.joinwm-link{display: block;width: calc(50% - 30px);margin-top: 30px;position: relative;overflow: hidden;}
.joinwm-link-img{width: 100%;object-fit: cover;transition: all .6s ease;}
.joinwm-link-cont{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.joinwm-link-cont .icon{width: 80px;transition: all .4s ease;}
.joinwm-link-cont .icon img{width: 100%;object-fit: cover;}
.joinwm-link-cont .title{font-size: 24px;color: #fff;font-weight: 500;margin-top: 16px;}
.joinwm-link:hover .joinwm-link-img{transform: scale(1.06);}
.joinwm-link:hover .joinwm-link-cont .icon{transform: translateY(-6px);}

/* 加入-人才作育 */
.joinrc{width: 100%;position: relative;}
.joinrc-img{width: 100%;margin-top: 36px;position: relative;}
.joinrc-img img{width: 100%;object-fit: cover;min-height: 240px;}
.joinrc-img p{position: absolute;font-size: 28px;color: #91755a;font-weight: 300;line-height: 28px;top: 60px;left: 50px;}
.joinrc-cont{width: 100%;font-size: 14px;color: #8d949a;line-height: 24px;margin-top: 30px;}
.joinrc-cont p{line-height: inherit;}
.joinrc-cont img{max-width: 100%;}
.joinrc-pic{width: 100%;text-align: center;}
.joinrc-pic img{max-width: 100%;}
.joinrc-title{width: 100%;display: flex;align-items: center;justify-content: center;height: 60px;margin: 42px 0;background: #c4d5da;font-size: 20px;color: #5f818b;font-weight: 500;}

/* 加入-薪酬福利 */
.joinfl{width: 100%;}
.joinfl-tags{width: 100%;margin-top: 36px;}
.joinfl-tags ul{display: flex;flex-wrap: wrap;margin: -10px 0 0 -10px;}
.joinfl-tags li{display: flex;background: #0a6edf;align-items: center;justify-content: center;margin: 10px 0 0 10px;width: calc(20% - 10px);height: 60px;font-size: 20px;font-weight: 500;color: #fff;}
.joinfl-list{width: 100%;}
.joinfl-list li{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 10px;align-items: center;background: #f6f6f6;transition: all .4s ease;}
.joinfl-list li:first-child{margin-top: 0;}
.joinfl-list-icon{width: 100px;height: 134px;display: flex;align-items: center;justify-content: center;}
.joinfl-list-icon i{display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;position: relative;}
.joinfl-list-icon i::after{content: "";position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #e3e5e6;transition: all .4s ease;}
.joinfl-list-icon i img{max-width: 90%;height: 28px;position: relative;z-index: 2;}
.joinfl-list-cont{width: calc(100% - 100px);padding-right: 20px;}
.joinfl-list-cont .title{font-size: 20px;color: #5b5a5a;font-weight: 500;}
.joinfl-list-cont .hint{font-size: 0;margin-top: 10px;}
.joinfl-list-cont .hint p{display: inline-block;vertical-align: middle;position: relative;font-size: 14px;color: #8e9296;line-height: 24px;margin-right: 33px;}
.joinfl-list-cont .hint p::after{content: "";position: absolute;width: 1px;height: 14px;background: #cccccc;top: 50%;margin-top: -7px;right: -17px;}
.joinfl-list-cont .hint p:last-child{margin-right: 0;}
.joinfl-list-cont .hint p:last-child::after{display: none;}
.joinfl-list li:hover{box-shadow: 0 2px 16px 2px rgba(0,0,0,.16);}
.joinfl-list li:hover .joinfl-list-icon i::after{transform: scale(1.2);}

/* 新闻-中心 */
.news{width: 100%;}
.news-main{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 40px;}
.news-main-img{width: 50%;overflow: hidden;display: block;}
.news-main-img img{width: 100%;object-fit: cover;transition: all .6s ease;min-height: 240px;}
.news-main-img:hover img{transform: scale(1.06);}
.news-main-cont{width: 50%;background: #f6f6f6;padding: 30px 36px;}
.news-main-cont .title{font-size: 20px;color: #535c6d;font-weight: 500;line-height: 24px;max-height: 48px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-main-cont .title a{transition: all .4s ease;}
.news-main-cont .time{margin: 16px 0 24px;font-size: 24px;color: #e7863b;font-family:'Bahnschrift';line-height: 1;}
.news-main-cont .text{font-size: 14px;color: #8d949a;line-height: 22px;max-height: 66px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-main-cont .title a:hover{color: #0062b2;}
.news-list{width: 100%;}
.news-list-link{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;padding: 36px 0;border-top: 2px solid #e3e7eb;}
.news-list-link:last-child{border-bottom: 2px solid #e3e7eb;}
.news-list-time{width: 156px;font-size: 24px;color: #e7863b;font-family:'Bahnschrift';line-height: 1;}
.news-list-cont{width: calc(100% - 156px);}
.news-list-cont .title{margin-top: -3px;font-size: 20px;color: #535c6d;font-weight: 500;transition: all .4s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news-list-cont .text{font-size: 14px;line-height: 22px;color: #8d949a;height: 44px;margin-top: 12px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-list-link:hover .news-list-cont .title{color: #0062b2;}

/* 新闻-详情 */
.newsxq{width: 100%;position: relative;}
.newsxq-head{width: 100%;padding-bottom: 32px;border-bottom: 2px solid #e3e7eb;}
.newsxq-head .title{font-size: 20px;color: #535c6d;font-weight: 500;}
.newsxq-head .time{font-size: 24px;color: #e7863b;font-family:'Bahnschrift';line-height: 1;margin-top: 16px;}
.newsxq-cont{width: 100%;padding: 32px 0 60px;font-size: 14px;color: #8d949a;line-height: 26px;}
.newsxq-cont p{line-height: inherit;}
.newsxq-cont img{display: block;max-width: 100%;height: auto !important;margin: 0 auto;}
.newsxq-cont video{display: block;max-width: 100%;height: auto !important;margin: 0 auto;}
.newsxq-cont em{color: #535c6d;text-align: center;display: block;width: 100%;font-style: normal;line-height: inherit;margin-top: 12px;}
.newsxq-btn{width: 100%;border-top: 1px solid #e3e7eb;border-bottom: 1px solid #e3e7eb;}
.newsxq-btn>div{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;position: relative;}
.newsxq-btn>div span{display: block;width: 130px;font-size: 14px;color: #535c6d;position: relative;padding-left: 20px;}
.newsxq-btn>div span::after{content: "";position: absolute;width: 20px;height: 10px;background: url('/template/default/images/pages/newsxqArr.svg') no-repeat center/100% auto;top: 50%;margin-top: -5px;right: 0;}
.newsxq-btn>div.next span::after{transform: rotate(180deg);}
.newsxq-btn>div.next::before{content: "";position: absolute;width: 100%;height: 1px;background: #f2f5f8;left: 0;top: 0;}
.newsxq-btn-link{display: flex;width: calc(100% - 130px);position: relative;padding: 0 130px 0 54px;align-items: center;height: 60px;}
.newsxq-btn-link h4{width: 100%;font-size: 14px;color: #8d949a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.newsxq-btn-link p{font-size: 14px;color: #535c6d;width: 104px;position: absolute;right: 0;transition: all .4s ease;}
.newsxq-btn-link:hover h4{color: #006fd7;}
.newsxq-btn-link:hover p{color: #006fd7;}
.newsxq-back{display: flex;align-items: center;width: 100%;height: 68px;background: #ebf2f4;font-size: 16px;color: #535c6d;justify-content: center;margin-top: 40px;transition: all .4s ease;}
.newsxq-back span{position: relative;}
.newsxq-back span::after{position: absolute;content: "";width: 0;height: 1px;background: #006fd7;left: 0;right: 0;margin: 0 auto;bottom: 0;opacity: 0;transition: width .4s ease, opacity .4s ease .2s;}
.newsxq-back:hover{color: #006fd7;}
.newsxq-back:hover span::after{opacity: 1;width: 100%;transition: width .4s ease .2s, opacity .4s ease;}

/* 投资-公司通告 */
.invgg{width: 100%;position: relative;}
.invgg-list{width: 100%;margin-top: 40px;}
.invgg-list-link{display: block;width: 100%;padding: 34px 80px 34px 0;border-top: 2px solid #e3e7eb;position: relative;}
.invgg-list-link:last-child{border-bottom: 2px solid #e3e7eb;}
.invgg-list-link h4{font-size: 20px;color: #535c6d;font-weight: 500;transition: all .4s ease;}
.invgg-list-link i{position: absolute;width: 70px;height: 100%;top: 0;right: 0;background: url('/template/default/images/pages/invggDown.png') no-repeat center/34px auto;transition: all .4s ease;}
.invgg-list-link:hover h4{color: #006fd7;}
.invgg-list-link:hover i{animation: invggRun .6s ease-in-out both;}
@keyframes invggRun{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}

/* 投资-公司推介 */
.invtj{width: 100%;position: relative;}

/* 投资-组织架构 */
.invjg{width: 100%;position: relative;}
.invjg-pic{width: 100%;position: relative;text-align: center;position: relative;}
.invjg-pic img{max-width: 100%;}
.invjg-pic .tobig{display: block;width: 60px;height: 60px;position: relative;margin: 40px auto 0;border-radius: 50%;background: #dee6f2 url('../images/pages/seeH.svg') no-repeat center/28px auto;transition: all .4s ease;}
.invjg-pic .tobig:hover{background-color: #006fd7;background-image: url('/template/default/images/pages/see.svg');}

/* 投资-投资答疑 */
.invdy{width: 100%;position: relative;}
.invdy-list{width: 100%;}
.invdy-list{width: 100%;}
.invdy-list li{width: 100%;margin-top: 10px;}
.invdy-list li:first-child{margin-top: 0;}
.invdy-list-question{width: 100%;cursor: pointer;user-select: none;display: flex;justify-content: space-between;}
.invdy-list-question .hint{width: 60px;display: flex;align-items: center;justify-content: center;background: #dde0e2;font-size: 20px;font-family:'RUBIK_BOLD';font-weight: 700;color: #006fd7;transition: all .4s ease;}
.invdy-list-question .title{width: calc(100% - 60px);background: #f6f6f6;font-size: 16px;color: #535c6d;font-weight: 500;padding: 20px 88px 20px 40px;position: relative;transition: all .4s ease;}
.invdy-list-question .title::after{content: "";position: absolute;width: 16px;height: 20px;background: url('/template/default/images/pages/invdyArr.svg') no-repeat center/100% auto;top: 50%;margin-top: -10px;right: 40px;}
.invdy-list-answer{width: 100%;display: none;padding: 28px 0 48px 60px;position: relative;}
.invdy-list-answer .hint{width: 60px;position: absolute;left: 0;display: flex;align-items: center;justify-content: center;font-size: 20px;font-family:'RUBIK_BOLD';font-weight: 700;color: #006fd7;transition: all .4s ease;}
.invdy-list-answer .text{width: 100%;font-size: 14px;color: #8e9397;line-height: 24px;font-weight: 500;padding: 2px 40px 0;}
.invdy-list-question.active .hint{background: #006fd7;color: #fff;}
.invdy-list-question.active .title::after{transform: rotate(180deg);}
.invdy-list-question:hover .title{color: #006fd7;}
.invdy-list-question.active .title{color: #006fd7 !important;}

/* 投资-投资者教育 */
.invjy{width: 100%;position: relative;}

/* 投资-利益分派 */
.invfp{width: 100%;position: relative;}
.invfp-head{width: 100%;display: flex;justify-content: space-between;padding: 14px 18px 0;background: #dce0e3;margin-top: 36px;}
.invfp-head .menu{display: flex;}
.invfp-head .menu a{display: flex;align-items: center;height: 48px;padding: 0 28px;font-size: 16px;color: #5e727f;font-weight: 500;transition: all .4s ease;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.invfp-head .menu a.active{background: #f6f6f6;color: #006fd7;}
.invfp-head .menu a:hover{color: #006fd7;}
.invfp-head .hint{display: flex;align-items: center;border-radius: 17px;height: 34px;padding: 0 26px;font-size: 14px;color: #5e727f;border: 1px solid #bcc3c9;background: #f6f6f6;user-select: none;}

/* 投资-公司股票 */
.invgp{width: 100%;position: relative;}
.invgp-time{width: 100%;font-size: 0;padding: 18px 0 20px;}
.invgp-time span{display: inline-block;vertical-align: middle;font-size: 14px;color: #535c6d;margin-right: 18px;}
.invgp-time span:last-child{margin-right: 0;}
.invgp-info{width: 100%;}
.invgp-info h6{font-size: 38px;color: #d53939;line-height: 1;font-family:'RUBIK_BOLD';font-weight: 700;display: flex;align-items: flex-end;}
.invgp-info h6 label, .invgp h6 b{display: inline-block;font-size: 16px;padding-top: 12px;margin: 0 12px 0 8px;}
.invgp-info h6 i{display: inline-block;width: 28px;height: 26px;background: url('/template/default/images/pages/invggArr.svg') no-repeat center/100% auto;}
.invgp-info h6 b{margin: 0 0 0 12px;}
.invgp-info.down h6{color: #2ea940;}
.invgp-info.down h6 i{background-image: url('/template/default/images/pages/invggArrH.svg');}
.invgp-info.none h6{color: #535c6d;}
.invgp-info.none h6 b{display: none;}
.invgp-info.none h6 i{display: none;}
.invgp-data{width: 100%;margin: 24px 0;}
.invgp-data ul{display: flex;justify-content: space-between;width: 100%;align-items: center;flex-wrap: wrap;}
.invgp-data li{display: flex;justify-content: space-between;width: calc(33.3333% - 70px);}
.invgp-data li .name{font-size: 14px;color: #8d949a;letter-spacing: 12px;line-height: 32px;}
.invgp-data li .hint{font-size: 14px;color: #535c6d;line-height: 32px;}
.invgp-data li.stockMake .name, .invgp-data li.stockCount .name{letter-spacing: normal;}
.invgp-data li.stockToday .hint, .invgp-data li.stockHigh .hint, .invgp-data li.stockLow .hint{color: #d53939;}
.invgp-wrap{width: 100%;padding: 10px 10px 30px;background: #f6f6f6;}
.invgp-menu{display: flex;user-select: none;}
.invgp-menu li{flex: 1;height: 48px;cursor: pointer;border-radius: 4px;background: #dce0e3;font-weight: 500;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #8d949a;margin-left: 10px;transition: all .4s ease;}
.invgp-menu li:first-child{margin-left: 0;}
.invgp-menu li.active, .invgp-menu li:hover{color: #006fd7;}
.invgp-form{width: 100%;margin-top: 28px;}
.invgp-form li{width: 100%;display: none;text-align: center;}
.invgp-form li img{max-width: 100%;object-fit: cover;}
.invgp-form li.active{display: block;}
.invgp-form-hint{width: 100%;margin-top: 16px;text-align: center;font-size: 14px;color: #acacb1;}
.invgp-more{width: 100%;text-align: center;font-size: 14px;color: #7a8896;}
.invgp-more a{color: #006fd7;font-weight: 500;position: relative;}
.invgp-more a::after{content: "";position: absolute;width: 100%;height: 1px;background: #006fd7;left: 0;bottom: -2px;}

/* 投资-公司推介详情 */
.invxq{width: 100%;position: relative;}
.invxq .newsxq-back{margin-top: 0;}

/* 投资-联系壹定发 */
.invlx{width: 100%;position: relative;margin-top: 40px;}
.invlx-img{width: 100%;position: relative;}
.invlx-img img{width: 100%;object-fit: cover;}
.invlx-list{width: 100%;margin-top: 8px;display: flex;flex-wrap: wrap;}
.invlx-list li{width: 50%;margin-top: 44px;display: flex;align-items: center;}
.invlx-list li:last-child{width: 100%;}
.invlx-list li img{width: 52px;}
.invlx-list li .cont{margin-left: 18px;font-size: 16px;}
.invlx-list li .cont h6{color: #333;font-weight: 700;}
.invlx-list li .cont p{color: #666;}

/* 站点-执法声明/隐私政策 */
.legal, .privacy, .webmap{width: 100%;position: relative;padding: 80px 0;}
.legal .newsxq-head, .privacy .newsxq-head, .webmap .newsxq-head {padding-bottom: 0;border-bottom: none;}
.legal .newsxq-head .title, .privacy .newsxq-head .title, .webmap .newsxq-head .title{text-align: center;font-size: 28px;color: #535c6d;font-weight: 700;}
.legal .newsxq-cont, .privacy .newsxq-cont{padding: 32px 0 0;font-size: 16px;color: #666;line-height: 28px;}

/* 站点-网站地图 */
.webmap-wrap{width: 100%;margin-top: 40px;box-shadow: 0 2px 16px 2px rgba(0,0,0,.1);padding: 30px 60px;}
.webmap-wrap li{width: 100%;padding: 20px 0;border-bottom: 1px solid #e3e7eb;}
.webmap-wrap li:last-child{border-bottom: none;}
.webmap-name{display: flex;width: 100%;font-size: 20px;color: #535c6d;font-weight: 500;}
.webmap-name a{transition: all .4s ease;}
.webmap-name a:hover{color: #006fd7;}
.webmap-menu{width: 100%;display: flex;flex-wrap: wrap;align-items: center;margin-top: 12px;}
.webmap-menu a{margin-right: 36px;font-size: 16px;color: #8d949a;line-height: 28px;padding-left: 12px;position: relative;transition: all .4s ease;}
.webmap-menu a:last-child{margin-right: 0;}
.webmap-menu a::before{content: "";position: absolute;width: 6px;height: 6px;border-radius: 50%;background: #8d949a;left: 0;top: 50%;margin-top: -3px;transition: all .4s ease;}
.webmap-menu a:hover{color: #006fd7;}
.webmap-menu a:hover::before{background: #006fd7;}

/* -------------------------4k端--------------------------- */
@media all and (min-width:3000px) and (max-width:5000px) {
    .popVideo-items{width: 2000px;padding: 68px 68px 0;}
    .popVideo-video iframe{height: 1000px;}
    .popVideo-close{width: 60px;height: 60px;background-size: 48px auto;}
    .paging{margin-top: 100px;}
    .paging a{width: 80px;height: 80px;line-height: 80px;margin: 4px 6px;font-size: 30px;}
    .paging a.start, .paging a.end{background-size: 26px auto;}
    .paging a.prev, .paging a.next{background-size: 14px auto;}
    .toPlace {top: -176px;}
    .search{padding: 160px 0;}
    .search-info{font-size: 56px;}
    .search-list{margin-top: 80px;}
    .search-link{padding: 72px 0;border-bottom: 4px solid #e3e7eb;}
    .search-link:first-child{border-top: 4px solid #e3e7eb;}
    .search-link h2{font-size: 40px;}
    .search-link p{font-size: 32px;margin-top: 32px;line-height: 52px;max-height: 104px;}
    .sonBan img{min-height: 520px;}
    .sonBan-cont .title{font-size: 80px;}
    .sonHead::after{height: 2px;background: #ebeef1;}
    .sonHead-place a{margin-left: 50px;height: 120px;font-size: 28px;}
    .sonHead-place a i{width: 28px;height: 32px;}
    .sonHead-place a::before{width: 22px;left: -34px;}
    .sonHead-menu a{margin-left: 80px;height: 120px;line-height: 120px;font-size: 28px;}
    .sonHead-menu a::after{height: 6px;}
    .sonColu-side{width: 804px;padding: 120px 0;}
    .sonColu-side::before{width: 2px;}
    .sonColu-side-bg{width: 200vh;height: calc(100% - 720px);}
    .sonColu-side-bg.change{height: calc(100% - 1000px);}
    .sonColu-side-title{margin-bottom: 64px;}
    .sonColu-side-title .text{font-size: 96px;}
    .sonColu-side-title .name{font-size: 48px;}
    .sonColu-side-list a{margin-top: 40px;}
    .sonColu-side-cont{padding: 0 76px;}
    .sonColu-side-cont .title{font-size: 56px;}
    .sonColu-side-cont .english{font-size: 36px;margin-bottom: 60px;}
    .sonColu-side-cont .text{font-size: 32px;line-height: 48px;max-width: 400px;}
    .sonColu-side-cont .year{font-size: 68px;}
    .sonColu-side-list a.catalogue .text{font-size: 48px;margin-top: 24px;}
    .sonColu-side-list a.develop .text{font-size: 32px;margin-top: 24px;}
    .sonColu-side-list a.email .title{font-size: 36px;}
    .sonColu-side-list a.email .text{font-size: 48px;margin-top: 12px;}
    .sonColu-side-list a.report .sonColu-side-cont{padding-bottom: 80px;}
    .sonColu-side-list a.report .text{font-size: 20px;margin: 12px 0 8px;}
    .sonColu-side-list a.report .english{font-size: 44px;}
    .sonColu-side-list a.stock .title{font-size: 36px;}
    .sonColu-side-list a.stock .text{font-size: 36px;margin-top: 100px;}
    .sonColu-side-list a.stock .text span{font-size: 72px;}
    .sonColu-side-list a.stock .info{margin-top: 40px;}
    .sonColu-side-list a.stock .info h6{font-size: 72px;}
    .sonColu-side-list a.stock .info h6 label, .sonColu-side-list a.stock .info h6 b{font-size: 32px;padding-top: 24px;margin: 0 24px 0 16px;}
    .sonColu-side-list a.stock .info h6 i{width: 56px;height: 52px;}
    .sonColu-side-list a.stock .info h6 b{margin: 0 0 0 24px;}
    .sonColu-side-list a.stock .info p{font-size: 28px;margin-top: 24px;}
    .sonColu-side-list a.attention .title{font-size: 48px;}
    .sonColu-side-list a.attention .english{font-size: 44px;margin-top: 4px;}
    .sonColu-side-cont .code{margin-top: 96px;}
    .sonColu-side-cont .code li{width: 200px;padding: 12px;margin-left: 40px;}
    .sonColu-side-query{margin-bottom: 80px;}
    .sonColu-side-query .seek input{height: 120px;border: 4px solid #e3e7eb;padding: 0 160px 0 40px;font-size: 30px;}
    .sonColu-side-query .seek button{width: 120px;height: 120px;background-size: 52px auto;}
    .customSelect{margin-top: 20px;}
    .customSelect-name{height: 120px;border: 4px solid #e3e7eb;padding: 0 160px 0 40px;font-size: 30px;}
    .customSelect-name::after{width: 120px;height: 120px;right: -4px;top: -4px;background-size: 40px auto;}
    .customSelect-drop{top: 120px;max-height: 400px;border: 2px solid #e3e7eb;}
    .customSelect-drop li{padding: 0 40px;height: 80px;font-size: 30px;}
    .customSelect-drop li::after{height: 4px;}
    .customSelect-drop::-webkit-scrollbar {width: 4px;height: 8px;}
    .sonColu-wrap{width: calc(100% - 804px);position: relative;padding: 120px 0 160px 160px;}
    .sonColu-line{height: 4px;}
    .sonColu-line.margin40{margin: 80px 0;}
    .sonColu-line.margin36{margin: 72px 0;}
    .sonColu-line.margin34{margin: 68px 0;}
    .sonColu-line.margin30{margin: 60px 0;}
    .sonTitle .title{font-size: 56px;}
    p br{height: 40px;}
    .scroll::-webkit-scrollbar {width: 8px;}
    .abosj-img{margin-top: 72px;}
    .abosj-img img{min-height: 480px;}
    .abosj-img p{font-size: 40px;max-width: 608px;line-height: 56px;top: 100px;left: 72px;}
    .abosj-wrap{margin-top: 80px;padding-bottom: 164px;}
    .abosj-list li{padding-top: 40px;}
    .abosj-year{width: 264px;}
    .abosj-year span{font-size: 56px;width: 140px;}
    .abosj-year i{width: 68px;height: 68px;margin-top: -8px;}
    .abosj-year i::before{width: 20px;height: 20px;margin: -10px 0 0 -10px;}
    .abosj-year i::after{width: 24px;right: -24px;}
    .abosj-cont{width: calc(100% - 264px);padding: 48px 132px;min-height: 220px;font-size: 28px;line-height: 48px;}
    .abosj-line{width: 4px;left: 172px;}
    .abosj-line::before{width: 20px;height: 4px;margin-left: -10px;}
    .abosj-line::after{width: 100px;height: 100px;background-size: 40px auto;margin-left: -50px;}
    .abojs-img{margin-top: 72px;}
    .abojs-img img{min-height: 480px;}
    .abojs-img p{font-size: 68px;top: 120px;right: 180px;}
    .abojs-cont{margin-top: 84px;font-size: 28px;line-height: 48px;}
    .abojs-cont h2, .abojs-cont h6{font-size: 32px;}
    .abojsry{padding: 120px 0 108px;}
    .abojsry::after{height: 548px;}
    @keyframes abojsryRun{0%{background-position:0px 0px;}100%{background-position:4096px 0;}}
    .abojsry-loop{margin-top: 40px;}
    .abojsry-loop .contain{width: 2440px;}
    .abojsry-link-img{padding: 32px;height: 416px;}
    .abojsry-link-img .see{background-size: 80px auto;}
    .abojsry-link-cont{margin-top: 64px;font-size: 28px;line-height: 48px;padding: 0 32px;}
    .abojsry-link:hover{transform: translateY(-20px);}
    .abojsry-loop .swiper-container{padding: 56px 20px 80px;}
    .abojsry-prev, .abojsry-next{width: 80px;height: 80px;background-size: 60px auto;top: 220px;}
    .abojsry-prev{left: -128px;}
    .abojsry-next{right: -128px;}
    .abojsry-loop::after{height: 2px;top: 260px;}
    .abofz-img{margin-top: 72px;}
    .abofz-img img{min-height: 480px;}
    .abofz-img p{font-size: 68px;top: 120px;right: 180px;}
    .abofz-hint{font-size: 28px;margin-top: 72px;line-height: 48px;}
    .abofz-list li{margin-top: 40px;}
    .abofz-list-icon{width: 400px;min-height: 400px;}
    .abofz-list-icon .icon{width: 160px;height: 160px;}
    .abofz-list-icon .text{font-size: 40px;margin-top: 32px;}
    .abofz-list-cont{width: calc(100% - 400px);padding: 80px;font-size: 28px;line-height: 48px;}
    .abofz-list-icon .icon img{height: 80px;}
    .abolx-img{margin-top: 72px;}
    .abolx-img img{min-height: 480px;}
    .abolx-img p{font-size: 60px;padding: 0 80px;}
    .abolx-cont{margin-top: 80px;}
    .abolx-cont h6, .abolx-cont p{font-size: 28px;line-height: 48px;}
    .abolx-cont h6{font-size: 32px;}
    .abolx-cont p span{font-size: 40px;margin-top: 12px;}
    .abolx-cont p label{font-size: 40px;}
    .abolxmap{height: 960px;}
    .abolxmap-info h6{font-size: 20px;margin-bottom: 20px;}
    .abolxmap-info p{font-size: 20px;line-height: 30px;}
    .aboljtd{padding: 120px 0 160px;}
    .aboljtd .sonTitle .title::after{width: calc(100% - 392px);height: 52px;margin-top: -26px;}
    .aboljtd-list{margin-top: 96px;}
    .aboljtd-list li{height: 240px;}
    .aboljtd-list li .title{font-size: 36px;}
    .aboljtd-list li .text{font-size: 32px;}
    .aboljtd-online{margin-top: 80px;}
    .aboljtd-online a{width: 350px;height: 90px;border-radius: 6px;font-size: 32px;}
    .aboljggzd{padding: 120px 0 160px;}
    .aboljggzd .items{margin-top: 116px;}
    .aboljggzd-head{padding: 32px 80px;}
    .aboljggzd-head .title{font-size: 40px;}
    .aboljggzd-btn>div{width: 64px;height: 40px;background-size: 40px auto;background-position: left -10px center;}
    .aboljggzd-btn>div.next::before{width: 4px;height: 32px;margin-top: -16px;right: -2px;}
    .aboljgg-img{width: 1200px;}
    .aboljgg-img img{height: 720px;}
    .aboljggzd-loop{width: calc(100% - 1200px);padding: 0 80px;}
    .aboljggzd-loop a{height: 116px;line-height: 116px;border-top: 2px dashed #aeaeae;font-size: 32px;}
    .aboljzd-wrap{width: calc(100% - 1000px);}
    .aboljzd .aboljggzd-loop{padding-top: 32px;}
    .aboljzd .aboljggzd-loop::before{width: calc(100% - 160px);height: 2px;background: #d8d8d8;}
    .aboljzd .aboljggzd-loop a{width: calc(50% - 40px);}
    .aboljzd-img{width: 920px;}
    .aboljzd-img .video i{width: 116px;height: 116px;margin: -58px 0 0 -58px;background-size: 56px auto;}
    .abojb{padding: 120px 0 200px;}
    .abojb-cont .text{font-size: 28px;line-height: 56px;margin-top: 40px;}
    .abojb-cont .text p{padding-left: 32px;}
    .abojb-cont .text p:before{width: 8px;height: 8px;top: 24px;}
    .abojb-form .form{margin-top: 60px;}
    .abojb-form .form li{margin-top: 40px;}
    .abojb-form .form li input, .abojb-form .form li textarea{height: 76px;font-size: 30px;padding: 0 32px;}
    .abojb-form .form li textarea{height: 300px;padding: 20px 32px;}
    .abojb-form .form li.more input{width: calc(50% - 50px);}
    .abojb-form .form li .code input{width: 400px;}
    .abojb-form .form li .code span{height: 76px;margin-left: 20px;}
    .abojb-form .form li button.submit{width: 280px;height: 76px;font-size: 30px;}
    .abotd-menu{margin-top: 72px;}
    .abotd-menu a{height: 120px;font-size: 32px;}
    .abotd-menu a::before{width: 2px;height: 56px;margin-top: -28px;}
    .abotd-loop{margin-top: 120px;}
    .abotd-loop-list li{margin-top: 40px;}
    .abotd-loop-img{width: 340px;}
    .abotd-loop-cont{width: calc(100% - 340px);padding: 0 76px;}
    .abotd-loop-cont .title{font-size: 40px;}
    .abotd-loop-cont .hint{font-size: 28px;line-height: 48px;margin-top: 8px;}
    .abotd-loop-cont .text{font-size: 28px;line-height: 48px;margin-top: 24px;min-height: 192px;}
    .abowh-img{margin-top: 72px;}
    .abowh-img img{min-height: 480px;}
    .abowh-img p{font-size: 68px;}
    .abowh-cont{font-size: 28px;line-height: 48px;margin-top: 72px;}
    .grotb{padding-top: 120px;}
    .grotb-menu{margin-top: 72px;}
    .grotb-menu a{height: 200px;font-size: 32px;}
    .grotb-menu a.active::after{height: calc(100% + 40px);}
    .grolb{padding: 160px 0 180px;}
    .grolb-img{width: 1440px;}
    .grolb-cont{width: calc(100% - 1440px);padding: 136px 80px 0 0;}
    .grolb-cont .num{font-size: 80px;}
    .grolb-cont .title{font-size: 48px;margin: 32px 0 16px;}
    .grolb-cont .text{font-size: 28px;line-height: 48px;}
    .grolb-control-width{width: 1440px;}
    .grolb-control .swiper-pagination{padding: 28px 0 0 220px;height: 100px;}
    .grolb-control .swiper-pagination-bullet {width: 4px;height: 28px;margin: 0 20px 0 0 !important;}
    .grolb-control .swiper-pagination-bullet-active {height: 72px;}
    .grolb-btn>div{width: 96px;height: 96px;background-size: 36px auto;}
    .grolb-btn>div.grolb-next{margin-left: 2px;}
    .joinwm{padding: 120px 0 240px;}
    .joinwm::after{height: 356px;}
    .joinwm::before{height: 560px;}
    .joinwm-list{margin-top: 72px;}
    .joinwm-ul{margin-top: -60px;}
    .joinwm-link{width: calc(50% - 60px);margin-top: 60px;}
    .joinwm-link-cont .icon{width: 160px;}
    .joinwm-link-cont .title{font-size: 48px;margin-top: 32px;}
    .joinwm-link:hover .joinwm-link-cont .icon{transform: translateY(-12px);}
    .joinrc-img{margin-top: 72px;}
    .joinrc-img img{min-height: 480px;}
    .joinrc-img p{font-size: 56px;line-height: 56px;top: 120px;left: 100px;}
    .joinrc-cont{font-size: 28px;line-height: 28px;margin-top: 60px;}
    .joinrc-title{height: 120px;margin: 84px 0;font-size: 40px;}
    .joinfl-tags{margin-top: 72px;}
    .joinfl-tags ul{margin: -20px 0 0 -20px;}
    .joinfl-tags li{margin: 20px 0 0 20px;width: calc(20% - 20px);height: 120px;font-size: 40px;}
    .joinfl-list li{margin-top: 20px;}
    .joinfl-list-icon{width: 200px;height: 268px;}
    .joinfl-list-icon i{width: 120px;height: 120px;}
    .joinfl-list-cont{width: calc(100% - 200px);padding-right: 40px;}
    .joinfl-list-cont .title{font-size: 40px;}
    .joinfl-list-cont .hint{margin-top: 20px;}
    .joinfl-list-cont .hint p{font-size: 28px;line-height: 48px;margin-right: 66px;}
    .joinfl-list-cont .hint p::after{width: 2px;height: 28px;margin-top: -14px;right: -34px;}
    .joinfl-list-icon i img{height: 56px;}
    .news-main-img img{min-height: 480px;}
    .news-main-cont{padding: 60px 72px;}
    .news-main-cont .title{font-size: 40px;line-height: 48px;max-height: 96px;}
    .news-main-cont .time{margin: 32px 0 48px;font-size: 48px;}
    .news-main-cont .text{font-size: 28px;line-height: 44px;max-height: 132px;}
    .news-main{margin-bottom: 80px;}
    .news-list-link{padding: 72px 0;border-top: 4px solid #e3e7eb;}
    .news-list-link:last-child{border-bottom: 4px solid #e3e7eb;}
    .news-list-time{width: 312px;font-size: 48px;}
    .news-list-cont{width: calc(100% - 312px);}
    .news-list-cont .title{margin-top: -6px;font-size: 40px;}
    .news-list-cont .text{font-size: 28px;line-height: 44px;height: 88px;margin-top: 24px;}
    .newsxq-head{padding-bottom: 64px;border-bottom: 4px solid #e3e7eb;}
    .newsxq-head .title{font-size: 40px;}
    .newsxq-head .time{font-size: 48px;margin-top: 32px;}
    .newsxq-cont{padding: 64px 0 120px;font-size: 28px;line-height: 52px;}
    .newsxq-cont em{margin-top: 24px;}
    .newsxq-btn{border-top: 2px solid #e3e7eb;border-bottom: 2px solid #e3e7eb;}
    .newsxq-btn>div span{width: 260px;font-size: 28px;padding-left: 40px;}
    .newsxq-btn>div span::after{width: 40px;height: 20px;margin-top: -10px;}
    .newsxq-btn>div.next::before{height: 2px;}
    .newsxq-btn-link{width: calc(100% - 260px);padding: 0 260px 0 108px;height: 120px;}
    .newsxq-btn-link h4{font-size: 28px;}
    .newsxq-btn-link p{font-size: 28px;width: 208px;}
    .newsxq-back{height: 136px;font-size: 32px;margin-top: 80px;}
    .newsxq-back span::after{height: 2px;}
    .invgg-list{margin-top: 80px;}
    .invgg-list-link{padding: 68px 160px 68px 0;border-top: 4px solid #e3e7eb;}
    .invgg-list-link:last-child{border-bottom: 4px solid #e3e7eb;}
    .invgg-list-link h4{font-size: 40px;}
    .invgg-list-link i{width: 140px;background-size: 68px auto;}
    .invjg-pic .tobig{width: 120px;height: 120px;margin: 80px auto 0;background-size: 56px auto;}
    .invdy-list li{margin-top: 20px;}
    .invdy-list-question .hint{width: 120px;font-size: 40px;}
    .invdy-list-question .title{width: calc(100% - 120px);font-size: 32px;padding: 40px 176px 40px 80px;}
    .invdy-list-question .title::after{width: 32px;height: 40px;margin-top: -20px;right: 80px;}
    .invdy-list-answer{padding: 56px 0 96px 120px;}
    .invdy-list-answer .hint{width: 120px;font-size: 40px;}
    .invdy-list-answer .text{font-size: 28px;line-height: 48px;padding: 4px 80px 0;}
    .invfp-head{padding: 28px 36px 0;margin-top: 72px;}
    .invfp-head .menu a{height: 96px;padding: 0 56px;font-size: 32px;border-top-left-radius: 20px;border-top-right-radius: 20px;}
    .invfp-head .hint{border-radius: 34px;height: 68px;padding: 0 52px;font-size: 28px;border: 2px solid #bcc3c9;}
    .invgp-time{padding: 36px 0 40px;}
    .invgp-time span{font-size: 28px;margin-right: 36px;}
    .invgp-info h6{font-size: 76px;}
    .invgp-info h6 label, .invgp h6 b{font-size: 32px;padding-top: 24px;margin: 0 24px 0 16px;}
    .invgp-info h6 i{width: 56px;height: 52px;}
    .invgp-info h6 b{margin: 0 0 0 24px;}
    .invgp-data{margin: 48px 0;}
    .invgp-data li{width: calc(33.3333% - 140px);}
    .invgp-data li .name{font-size: 28px;letter-spacing: 24px;line-height: 64px;}
    .invgp-data li .hint{font-size: 28px;line-height: 64px;}
    .invgp-wrap{padding: 20px 20px 60px;}
    .invgp-menu li{height: 96px;border-radius: 8px;font-size: 28px;margin-left: 20px;}
    .invgp-form{margin-top: 56px;}
    .invgp-form-hint{margin-top: 32px;font-size: 28px;}
    .invgp-more{font-size: 28px;}
    .invgp-more a::after{height: 2px;bottom: -4px;}
    .legal, .privacy, .webmap{padding: 160px 0;}
    .legal .newsxq-head .title, .privacy .newsxq-head .title, .webmap .newsxq-head .title{font-size: 56px;}
    .legal .newsxq-cont, .privacy .newsxq-cont{padding: 64px 0 0;font-size: 32px;line-height: 56px;}
    .webmap-wrap{margin-top: 80px;padding: 60px 120px;}
    .webmap-wrap li{padding: 40px 0;border-bottom: 2px solid #e3e7eb;}
    .webmap-name{font-size: 40px;}
    .webmap-menu{margin-top: 24px;}
    .webmap-menu a{margin-right: 72px;font-size: 32px;line-height: 56px;padding-left: 24px;}
    .webmap-menu a::before{width: 12px;height: 12px;margin-top: -6px;}
    .aboljgg-img a .cont{padding: 16px 40px;font-size: 32px;}
    .aboljgg-img-prev, .aboljgg-img-next{width: 88px;height: 88px;background-size: 40px auto;margin-top: -44px;}
    .grolb-cont .text .link a{padding: 0 24px;height: 60px;border: 2px solid #999;margin-right: 20px;}
    .grolb-cont .text .link a span{padding-right: 48px;background-size: 40px auto;}
    .invlx{margin-top: 80px;}
    .invlx-list{margin-top: 16px;}
    .invlx-list li{margin-top: 88px;}
    .invlx-list li img{width: 104px;}
    .invlx-list li .cont{margin-left: 36px;font-size: 32px;}
}

/* -------------------------2k端--------------------------- */
@media all and (min-width:2000px) and (max-width:3000px) {
    .popVideo-items{width: 1500px;padding: 51px 51px 0;}
    .popVideo-video iframe{height: 750px;}
    .popVideo-close{width: 45px;height: 45px;background-size: 36px auto;}
    .paging{margin-top: 75px;}
    .paging a{width: 60px;height: 60px;line-height: 60px;margin: 3px 5px;font-size: 23px;}
    .paging a.start, .paging a.end{background-size: 20px auto;}
    .paging a.prev, .paging a.next{background-size: 11px auto;}
    .toPlace {top: -132px;}
    .search{padding: 120px 0;}
    .search-info{font-size: 42px;}
    .search-list{margin-top: 60px;}
    .search-link{padding: 54px 0;border-bottom: 3px solid #e3e7eb;}
    .search-link:first-child{border-top: 3px solid #e3e7eb;}
    .search-link h2{font-size: 30px;}
    .search-link p{font-size: 24px;margin-top: 24px;line-height: 39px;max-height: 78px;}
    .sonBan img{min-height: 390px;}
    .sonBan-cont .title{font-size: 60px;}
    .sonHead::after{height: 2px;background: #ebeef1;}
    .sonHead-place a{margin-left: 38px;height: 90px;font-size: 21px;}
    .sonHead-place a i{width: 21px;height: 24px;}
    .sonHead-place a::before{width: 17px;left: -26px;}
    .sonHead-menu a{margin-left: 60px;height: 90px;line-height: 90px;font-size: 21px;}
    .sonHead-menu a::after{height: 5px;}
    .sonColu-side{width: 603px;padding: 90px 0;}
    .sonColu-side::before{width: 2px;}
    .sonColu-side-bg{width: 150vh;height: calc(100% - 540px);}
    .sonColu-side-bg.change{height: calc(100% - 750px);}
    .sonColu-side-title{margin-bottom: 48px;}
    .sonColu-side-title .text{font-size: 72px;}
    .sonColu-side-title .name{font-size: 36px;}
    .sonColu-side-list a{margin-top: 30px;}
    .sonColu-side-cont{padding: 0 57px;}
    .sonColu-side-cont .title{font-size: 42px;}
    .sonColu-side-cont .english{font-size: 27px;margin-bottom: 45px;}
    .sonColu-side-cont .text{font-size: 24px;line-height: 36px;max-width: 300px;}
    .sonColu-side-cont .year{font-size: 51px;}
    .sonColu-side-list a.catalogue .text{font-size: 36px;margin-top: 18px;}
    .sonColu-side-list a.develop .text{font-size: 24px;margin-top: 18px;}
    .sonColu-side-list a.email .title{font-size: 27px;}
    .sonColu-side-list a.email .text{font-size: 36px;margin-top: 9px;}
    .sonColu-side-list a.report .sonColu-side-cont{padding-bottom: 60px;}
    .sonColu-side-list a.report .text{font-size: 30px;margin: 9px 0 6px;}
    .sonColu-side-list a.report .english{font-size: 33px;}
    .sonColu-side-list a.stock .title{font-size: 27px;}
    .sonColu-side-list a.stock .text{font-size: 27px;margin-top: 75px;}
    .sonColu-side-list a.stock .text span{font-size: 54px;}
    .sonColu-side-list a.stock .info{margin-top: 30px;}
    .sonColu-side-list a.stock .info h6{font-size: 54px;}
    .sonColu-side-list a.stock .info h6 label, .sonColu-side-list a.stock .info h6 b{font-size: 24px;padding-top: 18px;margin: 0 18px 0 12px;}
    .sonColu-side-list a.stock .info h6 i{width: 42px;height: 39px;}
    .sonColu-side-list a.stock .info h6 b{margin: 0 0 0 18px;}
    .sonColu-side-list a.stock .info p{font-size: 21px;margin-top: 18px;}
    .sonColu-side-list a.attention .title{font-size: 36px;}
    .sonColu-side-list a.attention .english{font-size: 33px;margin-top: 3px;}
    .sonColu-side-cont .code{margin-top: 72px;}
    .sonColu-side-cont .code li{width: 150px;padding: 9px;margin-left: 30px;}
    .sonColu-side-query{margin-bottom: 60px;}
    .sonColu-side-query .seek input{height: 90px;border: 3px solid #e3e7eb;padding: 0 120px 0 30px;font-size: 23px;}
    .sonColu-side-query .seek button{width: 90px;height: 90px;background-size: 39px auto;}
    .customSelect{margin-top: 15px;}
    .customSelect-name{height: 90px;border: 3px solid #e3e7eb;padding: 0 120px 0 30px;font-size: 23px;}
    .customSelect-name::after{width: 90px;height: 90px;right: -3px;top: -3px;background-size: 30px auto;}
    .customSelect-drop{top: 90px;max-height: 300px;border: 3px solid #e3e7eb;}
    .customSelect-drop li{padding: 0 30px;height: 60px;font-size: 23px;}
    .customSelect-drop li::after{height: 3px;}
    .customSelect-drop::-webkit-scrollbar {width: 3px;height: 6px;}
    .sonColu-wrap{width: calc(100% - 603px);position: relative;padding: 90px 0 120px 120px;}
    .sonColu-line{height: 3px;}
    .sonColu-line.margin40{margin: 60px 0;}
    .sonColu-line.margin36{margin: 54px 0;}
    .sonColu-line.margin34{margin: 51px 0;}
    .sonColu-line.margin30{margin: 45px 0;}
    .sonTitle .title{font-size: 42px;}
    p br{height: 30px;}
    .scroll::-webkit-scrollbar {width: 6px;}
    .abosj-img{margin-top: 54px;}
    .abosj-img img{min-height: 360px;}
    .abosj-img p{font-size: 30px;max-width: 456px;line-height: 42px;top: 75px;left: 54px;}
    .abosj-wrap{margin-top: 60px;padding-bottom: 123px;}
    .abosj-list li{padding-top: 30px;}
    .abosj-year{width: 198px;}
    .abosj-year span{font-size: 42px;width: 105px;}
    .abosj-year i{width: 51px;height: 51px;margin-top: -6px;}
    .abosj-year i::before{width: 15px;height: 15px;margin: -8px 0 0 -8px;}
    .abosj-year i::after{width: 18px;right: -18px;}
    .abosj-cont{width: calc(100% - 198px);padding: 36px 99px;min-height: 165px;font-size: 21px;line-height: 36px;}
    .abosj-line{width: 3px;left: 129px;}
    .abosj-line::before{width: 15px;height: 3px;margin-left: -8px;}
    .abosj-line::after{width: 75px;height: 75px;background-size: 30px auto;margin-left: -38px;}
    .abojs-img{margin-top: 54px;}
    .abojs-img img{min-height: 360px;}
    .abojs-img p{font-size: 51px;top: 90px;right: 135px;}
    .abojs-cont{margin-top: 63px;font-size: 21px;line-height: 36px;}
    .abojs-cont h2, .abojs-cont h6{font-size: 24px;}
    .abojsry{padding: 90px 0 81px;}
    .abojsry::after{height: 411px;}
    @keyframes abojsryRun{0%{background-position:0px 0px;}100%{background-position:2560px 0;}}
    .abojsry-loop{margin-top: 30px;}
    .abojsry-loop .contain{width: 1830px;}
    .abojsry-link-img{padding: 24px;height: 312px;}
    .abojsry-link-img .see{background-size: 60px auto;}
    .abojsry-link-cont{margin-top: 48px;font-size: 21px;line-height: 36px;padding: 0 24px;}
    .abojsry-link:hover{transform: translateY(-15px);}
    .abojsry-loop .swiper-container{padding: 42px 15px 60px;}
    .abojsry-prev, .abojsry-next{width: 60px;height: 60px;background-size: 45px auto;top: 165px;}
    .abojsry-prev{left: -96px;}
    .abojsry-next{right: -96px;}
    .abojsry-loop::after{height: 2px;top: 195px;}
    .abofz-img{margin-top: 54px;}
    .abofz-img img{min-height: 360px;}
    .abofz-img p{font-size: 51px;top: 90px;right: 135px;}
    .abofz-hint{font-size: 21px;margin-top: 54px;line-height: 36px;}
    .abofz-list li{margin-top: 30px;}
    .abofz-list-icon{width: 300px;min-height: 300px;}
    .abofz-list-icon .icon{width: 120px;height: 120px;}
    .abofz-list-icon .text{font-size: 30px;margin-top: 24px;}
    .abofz-list-cont{width: calc(100% - 300px);padding: 60px;font-size: 21px;line-height: 36px;}
    .abofz-list-icon .icon img{height: 60px;}
    .abolx-img{margin-top: 54px;}
    .abolx-img img{min-height: 360px;}
    .abolx-img p{font-size: 45px;padding: 0 60px;}
    .abolx-cont{margin-top: 60px;}
    .abolx-cont h6, .abolx-cont p{font-size: 21px;line-height: 36px;}
    .abolx-cont h6{font-size: 24px;}
    .abolx-cont p span{font-size: 30px;margin-top: 9px;}
    .abolx-cont p label{font-size: 30px;}
    .abolxmap{height: 720px;}
    .abolxmap-info h6{font-size: 18px;margin-bottom: 15px;}
    .abolxmap-info p{font-size: 18px;line-height: 28px;}
    .aboljtd{padding: 90px 0 120px;}
    .aboljtd .sonTitle .title::after{width: calc(100% - 294px);height: 39px;margin-top: -20px;}
    .aboljtd-list{margin-top: 72px;}
    .aboljtd-list li{height: 180px;}
    .aboljtd-list li .title{font-size: 27px;}
    .aboljtd-list li .text{font-size: 24px;}
    .aboljtd-online{margin-top: 60px;}
    .aboljtd-online a{width: 263px;height: 68px;border-radius: 5px;font-size: 24px;}
    .aboljggzd{padding: 90px 0 120px;}
    .aboljggzd .items{margin-top: 87px;}
    .aboljggzd-head{padding: 24px 60px;}
    .aboljggzd-head .title{font-size: 30px;}
    .aboljggzd-btn>div{width: 48px;height: 30px;background-size: 30px auto;background-position: left -8px center;}
    .aboljggzd-btn>div.next::before{width: 3px;height: 24px;margin-top: -12px;right: -2px;}
    .aboljgg-img{width: 900px;}
    .aboljgg-img img{height: 540px;}
    .aboljggzd-loop{width: calc(100% - 900px);padding: 0 60px;}
    .aboljggzd-loop a{height: 87px;line-height: 87px;border-top: 2px dashed #aeaeae;font-size: 24px;}
    .aboljzd-wrap{width: calc(100% - 750px);}
    .aboljzd .aboljggzd-loop{padding-top: 24px;}
    .aboljzd .aboljggzd-loop::before{width: calc(100% - 120px);height: 2px;background: #d8d8d8;}
    .aboljzd .aboljggzd-loop a{width: calc(50% - 30px);}
    .aboljzd-img{width: 690px;}
    .aboljzd-img .video i{width: 87px;height: 87px;margin: -44px 0 0 -44px;background-size: 42px auto;}
    .abojb{padding: 90px 0 150px;}
    .abojb-cont .text{font-size: 21px;line-height: 42px;margin-top: 30px;}
    .abojb-cont .text p{padding-left: 24px;}
    .abojb-cont .text p:before{width: 6px;height: 6px;top: 18px;}
    .abojb-form .form{margin-top: 45px;}
    .abojb-form .form li{margin-top: 30px;}
    .abojb-form .form li input, .abojb-form .form li textarea{height: 57px;font-size: 23px;padding: 0 24px;}
    .abojb-form .form li textarea{height: 225px;padding: 15px 24px;}
    .abojb-form .form li.more input{width: calc(50% - 38px);}
    .abojb-form .form li .code input{width: 300px;}
    .abojb-form .form li .code span{height: 57px;margin-left: 15px;}
    .abojb-form .form li button.submit{width: 210px;height: 57px;font-size: 23px;}
    .abotd-menu{margin-top: 54px;}
    .abotd-menu a{height: 90px;font-size: 24px;}
    .abotd-menu a::before{width: 2px;height: 42px;margin-top: -21px;}
    .abotd-loop{margin-top: 90px;}
    .abotd-loop-list li{margin-top: 30px;}
    .abotd-loop-img{width: 255px;}
    .abotd-loop-cont{width: calc(100% - 255px);padding: 0 57px;;}
    .abotd-loop-cont .title{font-size: 30px;}
    .abotd-loop-cont .hint{font-size: 21px;line-height: 36px;margin-top: 6px;}
    .abotd-loop-cont .text{font-size: 21px;line-height: 36px;margin-top: 18px;min-height: 144px;}
    .abowh-img{margin-top: 54px;}
    .abowh-img img{min-height: 360px;}
    .abowh-img p{font-size: 51px;}
    .abowh-cont{font-size: 21px;line-height: 36px;margin-top: 54px;}
    .grotb{padding-top: 90px;}
    .grotb-menu{margin-top: 54px;}
    .grotb-menu a{height: 150px;font-size: 24px;}
    .grotb-menu a.active::after{height: calc(100% + 30px);}
    .grolb{padding: 120px 0 135px;}
    .grolb-img{width: 1080px;}
    .grolb-cont{width: calc(100% - 1080px);padding: 102px 60px 0 0;}
    .grolb-cont .num{font-size: 60px;}
    .grolb-cont .title{font-size: 36px;margin: 24px 0 12px;}
    .grolb-cont .text{font-size: 21px;line-height: 36px;}
    .grolb-control-width{width: 1080px;}
    .grolb-control .swiper-pagination{padding: 21px 0 0 165px;height: 75px;}
    .grolb-control .swiper-pagination-bullet {width: 3px;height: 21px;margin: 0 15px 0 0 !important;}
    .grolb-control .swiper-pagination-bullet-active {height: 54px;}
    .grolb-btn>div{width: 72px;height: 72px;background-size: 27px auto;}
    .grolb-btn>div.grolb-next{margin-left: 2px;}
    .joinwm{padding: 90px 0 180px;}
    .joinwm::after{height: 267px;}
    .joinwm::before{height: 420px;}
    .joinwm-list{margin-top: 54px;}
    .joinwm-ul{margin-top: -45px;}
    .joinwm-link{width: calc(50% - 45px);margin-top: 45px;}
    .joinwm-link-cont .icon{width: 120px;}
    .joinwm-link-cont .title{font-size: 36px;margin-top: 24px;}
    .joinwm-link:hover .joinwm-link-cont .icon{transform: translateY(-9px);}
    .joinrc-img{margin-top: 54px;}
    .joinrc-img img{min-height: 360px;}
    .joinrc-img p{font-size: 42px;line-height: 42px;top: 90px;left: 75px;}
    .joinrc-cont{font-size: 21px;line-height: 36px;margin-top: 45px;}
    .joinrc-title{height: 90px;margin: 63px 0;font-size: 30px;}
    .joinfl-tags{margin-top: 54px;}
    .joinfl-tags ul{margin: -15px 0 0 -15px;}
    .joinfl-tags li{margin: 15px 0 0 15px;width: calc(20% - 15px);height: 90px;font-size: 30px;}
    .joinfl-list li{margin-top: 15px;}
    .joinfl-list-icon{width: 150px;height: 201px;}
    .joinfl-list-icon i{width: 90px;height: 90px;}
    .joinfl-list-cont{width: calc(100% - 150px);padding-right: 30px;}
    .joinfl-list-cont .title{font-size: 30px;}
    .joinfl-list-cont .hint{margin-top: 15px;}
    .joinfl-list-cont .hint p{font-size: 21px;line-height: 36px;margin-right: 50px;}
    .joinfl-list-cont .hint p::after{width: 2px;height: 21px;margin-top: -11px;right: -26px;}
    .joinfl-list-icon i img{height: 42px;}
    .news-main-img img{min-height: 360px;}
    .news-main-cont{padding: 45px 54px;}
    .news-main-cont .title{font-size: 30px;line-height: 36px;max-height: 72px;}
    .news-main-cont .time{margin: 24px 0 36px;font-size: 36px;}
    .news-main-cont .text{font-size: 21px;line-height: 33px;max-height: 99px;}
    .news-main{margin-bottom: 60px;}
    .news-list-link{padding: 54px 0;border-top: 4px solid #e3e7eb;}
    .news-list-link:last-child{border-bottom: 4px solid #e3e7eb;}
    .news-list-time{width: 234px;font-size: 36px;}
    .news-list-cont{width: calc(100% - 234px);}
    .news-list-cont .title{margin-top: -5px;font-size: 30px;}
    .news-list-cont .text{font-size: 21px;line-height: 33px;height: 66px;margin-top: 18px;}
    .newsxq-head{padding-bottom: 48px;border-bottom: 3px solid #e3e7eb;}
    .newsxq-head .title{font-size: 30px;}
    .newsxq-head .time{font-size: 36px;margin-top: 24px;}
    .newsxq-cont{padding: 48px 0 90px;font-size: 21px;line-height: 39px;}
    .newsxq-cont em{margin-top: 18px;}
    .newsxq-btn{border-top: 2px solid #e3e7eb;border-bottom: 2px solid #e3e7eb;}
    .newsxq-btn>div span{width: 195px;font-size: 21px;padding-left: 30px;}
    .newsxq-btn>div span::after{width: 30px;height: 15px;margin-top: -8px;}
    .newsxq-btn>div.next::before{height: 2px;}
    .newsxq-btn-link{width: calc(100% - 195px);padding: 0 195px 0 81px;height: 30px;}
    .newsxq-btn-link h4{font-size: 21px;}
    .newsxq-btn-link p{font-size: 21px;width: 156px;}
    .newsxq-back{height: 102px;font-size: 24px;margin-top: 60px;}
    .newsxq-back span::after{height: 2px;}
    .invgg-list{margin-top: 60px;}
    .invgg-list-link{padding: 51px 120px 51px 0;border-top: 3px solid #e3e7eb;}
    .invgg-list-link:last-child{border-bottom: 3px solid #e3e7eb;}
    .invgg-list-link h4{font-size: 30px;}
    .invgg-list-link i{width: 105px;background-size: 51px auto;}
    .invjg-pic .tobig{width: 90px;height: 90px;margin: 60px auto 0;background-size: 42px auto;}
    .invdy-list li{margin-top: 15px;}
    .invdy-list-question .hint{width: 90px;font-size: 30px;}
    .invdy-list-question .title{width: calc(100% - 90px);font-size: 24px;padding: 30px 132px 30px 60px;}
    .invdy-list-question .title::after{width: 24px;height: 30px;margin-top: -15px;right: 60px;}
    .invdy-list-answer{padding: 42px 0 72px 90px;}
    .invdy-list-answer .hint{width: 90px;font-size: 30px;}
    .invdy-list-answer .text{font-size: 21px;line-height: 36px;padding: 3px 60px 0;}
    .invfp-head{padding: 21px 27px 0;margin-top: 54px;}
    .invfp-head .menu a{height: 72px;padding: 0 42px;font-size: 24px;border-top-left-radius: 15px;border-top-right-radius: 15px;}
    .invfp-head .hint{border-radius: 26px;height: 51px;padding: 0 39px;font-size: 21px;border: 2px solid #bcc3c9;}
    .invgp-time{padding: 27px 0 60px;}
    .invgp-time span{font-size: 21px;margin-right: 27px;}
    .invgp-info h6{font-size: 57px;}
    .invgp-info h6 label, .invgp h6 b{font-size: 24px;padding-top: 18px;margin: 0 18px 0 12px;}
    .invgp-info h6 i{width: 42px;height: 39px;}
    .invgp-info h6 b{margin: 0 0 0 18px;}
    .invgp-data{margin: 36px 0;}
    .invgp-data li{width: calc(33.3333% - 105px);}
    .invgp-data li .name{font-size: 21px;letter-spacing: 18px;line-height: 48px;}
    .invgp-data li .hint{font-size: 21px;line-height: 48px;}
    .invgp-wrap{padding: 15px 15px 45px;}
    .invgp-menu li{height: 72px;border-radius: 6px;font-size: 21px;margin-left: 15px;}
    .invgp-form{margin-top: 42px;}
    .invgp-form-hint{margin-top: 24px;font-size: 21px;}
    .invgp-more{font-size: 21px;}
    .invgp-more a::after{height: 2px;bottom: -3px;}
    .legal, .privacy, .webmap{padding: 120px 0;}
    .legal .newsxq-head .title, .privacy .newsxq-head .title, .webmap .newsxq-head .title{font-size: 42px;}
    .legal .newsxq-cont, .privacy .newsxq-cont{padding: 48px 0 0;font-size: 24px;line-height: 42px;}
    .webmap-wrap{margin-top: 60px;padding: 45px 90px;}
    .webmap-wrap li{padding: 30px 0;border-bottom: 2px solid #e3e7eb;}
    .webmap-name{font-size: 30px;}
    .webmap-menu{margin-top: 18px;}
    .webmap-menu a{margin-right: 54px;font-size: 24px;line-height: 42px;padding-left: 18px;}
    .webmap-menu a::before{width: 9px;height: 9px;margin-top: -5px;}
    .aboljgg-img a .cont{padding: 12px 30px;font-size: 24px;}
    .aboljgg-img-prev, .aboljgg-img-next{width: 66px;height: 66px;background-size: 30px auto;margin-top: -33px;}
    .grolb-cont .text .link a{padding: 0 18px;height: 45px;border: 1px solid #999;margin-right: 15px;}
    .grolb-cont .text .link a span{padding-right: 36px;background-size: 30px auto;}
    .invlx{margin-top: 60px;}
    .invlx-list{margin-top: 12px;}
    .invlx-list li{margin-top: 66px;}
    .invlx-list li img{width: 78px;}
    .invlx-list li .cont{margin-left: 27px;font-size: 24px;}
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .abojsry {padding: 60px 0 50px;}
    .abojsry-prev{left: -48px;}
    .abojsry-next{right: -48px;}
    .legal, .privacy, .webmap{padding: 70px 0;}
    .legal .newsxq-head .title, .privacy .newsxq-head .title, .webmap .newsxq-head .title{font-size: 26px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
    .abojsry-prev, .abojsry-next{display: none;}
    .abojsry-loop::after{display: none;}
    .abojsry-loop .swiper-pagination{display: block;bottom: 0;}
    .abojsry-loop .swiper-pagination-bullet-active {opacity: 1;background: #0062b2;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .sonHead-menu a {margin-left: 28px;}
    .sonBan-cont .title {font-size: 36px;}
    .sonColu-side-title .text {font-size: 40px;}
    .sonColu-side {padding: 50px 0;width: 360px;}
    .sonColu-wrap {width: calc(100% - 360px);padding: 50px 0 68px 40px;}
    .sonColu-side-title .name {font-size: 22px;}
    .sonColu-side-cont .title {font-size: 24px;}
    .sonColu-side-cont {padding: 0 30px;}
    .sonColu-side-cont .english {font-size: 16px;margin-bottom: 20px;}
    .sonColu-side-cont .year {font-size: 28px;}
    .sonColu-side-list a.catalogue .text {font-size: 20px;margin-top: 6px;}
    .sonColu-side-list a.develop .text {margin-top: 6px;}
    .sonColu-side-title {margin-bottom: 28px;}
    .sonColu-side-list a.email .title {font-size: 16px;}
    .sonColu-side-list a.email .text {font-size: 22px;}
    .sonColu-side-list a.report .text {font-size: 18px;margin: 4px 0;}
    .sonColu-side-list a.report .english {font-size: 20px;}
    .sonColu-side-list a.stock .text span {font-size: 30px;}
    .sonColu-side-list a.stock .info h6 {font-size: 32px;}
    .sonColu-side-list a.stock .info {margin-top: 12px;}
    .sonColu-side-list a.stock .text {margin-top: 40px;}
    .sonColu-side-query {margin-bottom: 30px;}
    .sonColu-side-query .seek input, .sonColu-side-query .seek button, .customSelect-name, .customSelect-name::after{height: 50px;}
    .customSelect-drop{top: 50px;}
    .sonColu-side-list a.attention .title {font-size: 22px;}
    .sonColu-side-list a.attention .english {font-size: 20px;}
    .sonColu-side-cont .code {margin-top: 36px;}
    .sonColu-side-bg{height: calc(100% - 280px);}
    .sonColu-side-bg.change{height: calc(100% - 420px);}
    .sonColu-line.margin40{margin: 36px 0;}
    .sonColu-line.margin36{margin: 30px 0;}
    .sonColu-line.margin34{margin: 28px 0;}
    .sonColu-line.margin30{margin: 24px 0;}
    p br{height: 15px;}
    /* **** */
    .abosj-cont {padding: 24px 40px;}
    .abojsry-loop .contain {width: calc(92% + 20px);}
    .abojsry-link-cont {margin-top: 28px;line-height: 22px;}
    .abojsry-loop {margin-top: 10px;}
    .abojsry::after {height: 260px;}
    .abojs-img p, .abofz-img p{font-size: 28px;top: 40px;right: 50px;}
    .abolxmap {height: 420px;}
    .abolx-img p {font-size: 26px;padding: 0 30px;}
    .aboljtd, .aboljggzd{padding: 60px 0 70px;}
    .aboljggzd-head {padding: 16px 30px;}
    .aboljgg-img {width: 520px;}
    .aboljgg-img img{height: 308px;}
    .aboljggzd-loop {width: calc(100% - 520px);padding: 0 30px;}
    .aboljggzd-loop a {height: 51px;line-height: 51px;}
    .aboljzd-img {width: 370px;}
    .aboljzd-wrap {width: calc(100% - 400px);}
    .aboljzd .aboljggzd-loop a {width: calc(50% - 15px);}
    .aboljggzd .items {margin-top: 48px;}
    .aboljzd .aboljggzd-loop::before {width: calc(100% - 60px);}
    .abojb {padding: 60px 0 80px;}
    .abojb-form .form li.more input {width: calc(50% - 20px);}
    .abotd-loop-cont {padding: 0 30px;}
    .abotd-loop {margin-top: 50px;}
    .abotd-loop-cont .text {line-height: 22px;margin-top: 8px;min-height: 88px;}
    .abowh-img p {font-size: 28px;}
    .grotb-menu a {height: 80px;}
    .grolb {padding: 68px 0 70px;}
    .grolb-img, .grolb-control-width{width: 620px;}
    .grolb-cont {width: calc(100% - 620px);padding: 40px 30px 0 0;}
    .grolb-control .swiper-pagination {padding: 14px 0 0 80px;}
    .joinwm {padding: 60px 0 90px;}
    .joinwm-ul {margin-top: -20px;}
    .joinwm-link {width: calc(50% - 14px);margin-top: 20px;}
    .joinwm::after{height: 150px;}
    .joinwm::before{height: 220px;}
    .joinrc-img p {font-size: 24px;top: 48px;left: 40px;}
    .joinrc-title {margin: 36px 0;}
    .joinfl-tags li {height: 50px;font-size: 18px;}
    .news-main-cont .time {margin: 12px 0 18px;font-size: 22px;}
    .news-main-cont {padding: 24px 26px;}
    .news-main-img img {min-height: 220px;}
    .news-list-link {padding: 28px 0;}
    .news-main{margin-bottom: 32px;}
    .newsxq-cont {padding: 32px 0 40px;}
    .newsxq-back {height: 54px;}
    .newsxq-btn-link{height: 54px;}
    .invgg-list-link {padding: 28px 80px 28px 0;}
    .invjg-pic .tobig {margin: 36px auto 0;}
    .invdy-list-question .title {padding: 20px 66px 20px 30px;}
    .invdy-list-question .title::after{right: 30px;}
    .invdy-list-answer .text {padding: 2px 30px 0;}
    .invdy-list-answer {padding: 28px 0 36px 60px;}
    .invfp-head .menu a {padding: 0 24px;}
    .legal, .privacy, .webmap{padding: 60px 0;}
    .legal .newsxq-head .title, .privacy .newsxq-head .title, .webmap .newsxq-head .title{font-size: 24px;}
    .legal .newsxq-cont, .privacy .newsxq-cont {padding: 28px 0 0;}
    .webmap-menu a{margin-right: 30px;}
    .webmap-wrap {margin-top: 36px;}
    .invlx{margin-top: 36px;}
    .invlx-list li {margin-top: 28px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板装备 720 适配 */
    .sonHead-menu a {margin-left: 12px;}
    .sonColu .contain {flex-direction: row;}
    .sonColu-wrap {width: 100%;padding: 50px 0;}
    .sonColu-side::before {width: 100%;height: 1px;}
    .sonColu-side{width: 100%;}
    .sonColu-side-bg{display: none;}
    /* **** */
    .abosj-cont {padding: 20px 40px;min-height: 100px;}
    .aboljgg-wrap {flex-direction: row;}
    .aboljggzd-loop{width: 100%;}
    .aboljgg-img{width: 100%;margin-top: 20px;}
    .aboljgg-img img{height: 424px;}
    .aboljzd-wrap{width: 100%;}
    .aboljzd-img{width: 100%;margin-top: 40px;}
    .aboljzd .aboljggzd-loop {padding-top: 16px;padding-bottom: 16px;}
    .aboljggzd .items {margin-top: 40px;}
    .grolb-wrap{flex-direction: row;}
    .grolb-img, .grolb-control-width{width: 100%;}
    .grolb-cont {width: 100%;padding: 40px 0;}
    .grolb-control .swiper-pagination {padding: 0;height: 40px;}
    .grotb-menu a::after{display: none;}
    .grotb-menu a{flex: none;height: 44px;width: 25%;}
    .grotb-menu a:hover{color: #525a6f;}
    .grotb-menu a.active {color: #0a6edf !important;}
    .grolb{margin-top: 16px;}
    .joinwm-link{width: 100%;}
    .webmap-wrap {padding: 24px 40px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .toPlace {top: -60px;}
    .sonBan img {min-height: 200px;}
    .sonBan-cont .title {font-size: 30px;}
    .sonBan-cont {padding-top: 0;text-align: center;}
    .sonHead .contain{display: block;width: 100%;}
    .sonHead-menu{width: 100%;overflow-x: auto;position: relative;}
    .sonHead-menu-scroll{min-width: 100%;white-space: nowrap;}
    .sonHead-place{width: 100%;}
    .sonHead-menu a{margin-left: 0;padding: 0 14px;height: 44px;line-height: 44px;}
    .sonHead-menu a::after{height: 2px;width: calc(100% - 30px) !important;left: 0 !important;right: 0 !important;margin: 0 auto;}
    .sonHead-place{padding: 0 15px;}
    .sonHead::before {content: "";position: absolute;width: 100%;height: 1px;background: #ebeef1;left: 0;top: 40px;}
    .sonHead-place a{height: 40px;}
    .sonColu-wrap {padding: 32px 0 36px;}
    .sonTitle .title {font-size: 22px;}
    .sonColu-side {padding: 32px 0;}
    .sonColu-side-title .text {font-size: 30px;}
    .sonColu-side-title .name {font-size: 20px;}
    .sonColu-side-title {margin-bottom: 24px;}
    .sonColu-side-cont {padding: 0 15px;}
    .sonColu-side-list a {margin-top: 15px;}
    .sonColu-side-cont .title {font-size: 22px;}
    .sonColu-side-cont .year {font-size: 24px;}
    .sonColu-side-list a.catalogue .text {font-size: 16px;margin-top: 4px;}
    .sonColu-side-list a.develop .text {margin-top: 4px;}
    .sonColu-side-list a.stock .text {margin-top: 30px;}
    .sonColu-side-list a.report .english {font-size: 18px;}
    .sonColu-side-list a.report .text {font-size: 16px;}
    .sonColu-side-query {margin-bottom: 24px;}
    .sonColu-side-query .seek input, .sonColu-side-query .seek button, .customSelect-name, .customSelect-name::after{height: 44px;}
    .customSelect-drop{top: 44px;}
    .sonColu-side-list a.attention .title {font-size: 20px;}
    .sonColu-side-list a.attention .english {font-size: 18px;}
    .sonColu-side-cont .code {margin-top: 28px;}
    .sonColu-side-query .seek button, .customSelect-name::after{width: 50px;}
    .sonColu-side-query .seek input, .customSelect-name{padding: 0 62px 0 12px;}
    .customSelect-drop li{padding: 0 12px;}
    .sonColu-line.margin40{margin: 28px 0;}
    .sonColu-line.margin36{margin: 24px 0;}
    .sonColu-line.margin34{margin: 20px 0;}
    .sonColu-line.margin30{margin: 18px 0;}
    p br{height: 10px;}
    /* **** */
    .abosj-img {margin-top: 24px;}
    .abosj-img img {min-height: 200px;}
    .abosj-img p {font-size: 16px;max-width: 240px;line-height: 24px;top: 20px;left: 15px;}
    .abosj-wrap {margin-top: 32px;padding-bottom: 58px;}
    .abosj-year span {font-size: 20px;width: 52px;}
    .abosj-year i {width: 28px;height: 28px;}
    .abosj-year {width: 92px;}
    .abosj-list li {padding-top: 15px;}
    .abosj-cont {width: calc(100% - 98px);padding: 15px;min-height: 80px;line-height: 20px;}
    .abosj-line{left: 65px;}
    .abosj-line::after {width: 40px;height: 40px;margin-left: -20px;background-size: 16px auto;}
    .abojsry {padding: 36px 0;}
    .abojsry-loop {margin-top: 0;}
    .abojsry-link-img{box-shadow: 0 2px 5px 4px rgba(124,141,161,.3);}
    .abojsry-loop .contain {width: calc(92% + 16px);}
    .abojsry-loop .swiper-container {padding: 28px 8px 32px;}
    .abojsry-link-cont {margin-top: 20px;line-height: 20px;}
    .abojsry::after {height: 240px;}
    .abojs-img p, .abofz-img p{font-size: 22px;top: 24px;right: 30px;}
    .abojs-img, .abofz-img{margin-top: 24px;}
    .abojs-img img, .abofz-img img{min-height: 200px;}
    .abojs-cont {margin-top: 28px;}
    .abofz-hint{margin-top: 20px;}
    .abofz-list li{flex-direction: row !important;}
    .abofz-list-icon{width: 100%;min-height: auto;padding: 20px 0;}
    .abofz-list-cont{width: 100%;padding: 20px 15px;}
    .abofz-list-icon .text {font-size: 18px;margin-top: 10px;}
    .abofz-list-icon .icon {width: 70px;height: 70px;}
    .abofz-list li {margin-top: 16px;}
    .abolx-img {margin-top: 24px;}
    .abolx-img img {min-height: 200px;}
    .abolx-img p {font-size: 18px;padding: 0 15px;}
    .abolx-cont {margin-top: 30px;}
    .abolx-cont p span, .abolx-cont p label{font-size: 18px;}
    .abolxmap {height: 280px;}
    .aboljtd .sonTitle .title::after {width: calc(100% - 146px);background-size: auto 20px;margin-top: -15px;}
    .aboljtd, .aboljggzd {padding: 36px 0 40px;}
    .aboljtd-list {margin-top: 24px;}
    .aboljtd-list li{width: 100%;background: #f2fafe !important;height: 108px;}
    .aboljtd-list li:nth-child(2n){background: #f1f4f7 !important;}
    .aboljtd-online {margin-top: 28px;}
    .aboljtd-online a {width: 120px;height: 40px;}
    .aboljggzd-head {padding: 12px 16px;}
    .aboljggzd-head .title {font-size: 18px;}
    .aboljggzd-loop {padding: 0 16px;}
    .aboljgg-img {margin-top: 12px;}
    .aboljggzd .items {margin-top: 28px;}
    .aboljzd-img {margin-top: 28px;}
    .aboljzd-img .video i {width: 48px;height: 48px;margin: -24px 0 0 -24px;}
    .aboljzd .aboljggzd-loop::before {width: calc(100% - 32px);}
    .aboljzd .aboljggzd-loop a{width: 100%;border-top: 1px dashed #aeaeae !important;}
    .aboljzd .aboljggzd-loop a:first-child{border-top: none !important;}
    .aboljzd .aboljggzd-loop {padding-top: 8px;padding-bottom: 8px;}
    .abojb {padding: 36px 0 40px;}
    .abojb-cont .text {line-height: 24px;margin-top: 12px;}
    .abojb-cont .text p:before {top: 10px;}
    .abojb-form .form li.more input{width: 100%;}
    .abojb-form .form li.more input:last-child{margin-top: 12px;}
    .abojb-form .form li {margin-top: 12px;}
    .abojb-form .form {margin-top: 16px;}
    .abojb-form .form li input{padding: 0 12px;}
    .abojb-form .form li textarea{padding: 8px 12px;height: 120px;}
    .abojb-form .form li button.submit{margin-top: 12px;}
    .abojb-form .form li .code input {width: 180px;}
    .abotd-menu {margin-top: 24px;}
    .abotd-menu a{height: 42px;font-size: 15px;}
    .abotd-menu a::before {height: 16px;margin-top: -8px;}
    .abotd-loop-list li {margin-top: 16px;background: #f6f6f6;padding: 20px 15px;}
    .abotd-loop-cont{width: 100%;padding: 16px 0 0;}
    .abotd-loop-cont .text{min-height: auto;}
    .abotd-loop-cont .hint {margin-top: 0;}
    .abotd-loop-cont .title {font-size: 18px;}
    .abotd-loop {margin-top: 30px;}
    .abowh-img {margin-top: 28px;}
    .abowh-img img {min-height: 200px;}
    .abowh-img p {font-size: 24px;}
    .abowh-cont {margin-top: 28px;}
    .grotb {padding-top: 36px;}
    .grotb-menu a {height: 28px;width: 33.3333%;font-size: 13px}
    .grotb-menu {margin-top: 18px;}
    .grolb {padding: 36px 0 40px;}
    .grolb-cont {padding: 30px 0;}
    .grolb-cont .num {font-size: 30px;}
    .grolb-cont .title {font-size: 20px;margin: 6px 0;}
    .grolb-btn>div {width: 40px;height: 40px;}
    .joinwm {padding: 36px 0 50px;}
    .joinwm-list {margin-top: 28px;}
    .joinwm-link-cont .icon {width: 54px;}
    .joinwm-link-cont .title {font-size: 18px;margin-top: 10px;}
    .joinwm::after{height: 100px;}
    .joinwm::before{height: 140px;}
    .joinwm-ul {margin-top: -16px;}
    .joinwm-link{margin-top: 16px;}
    .joinrc-img img {min-height: 200px;}
    .joinrc-img {margin-top: 28px;}
    .joinrc-img p {font-size: 20px;top: 30px;left: 24px;}
    .joinrc-cont {margin-top: 24px;}
    .joinrc-title {height: 44px;margin: 28px 0;font-size: 16px;}
    .joinfl-tags ul {margin: -6px 0 0 -6px;}
    .joinfl-tags {margin-top: 24px;}
    .joinfl-tags li {margin: 6px 0 0 6px;width: calc(20% - 6px);height: 38px;font-size: 15px;}
    .joinfl-list-icon{width: 100%;height: auto;padding: 24px 0 16px;}
    .joinfl-list-cont{width: 100%;padding: 0 16px 24px;text-align: center;}
    .joinfl-list-cont .title {font-size: 18px;}
    .joinfl-list-cont .hint {margin-top: 6px;}
    .joinfl-list-cont .hint p { margin-right: 15px;}
    .joinfl-list-cont .hint p::after {right: -8px;}
    .news-main-img{width: 100%;}
    .news-main-img img{min-height: auto;}
    .news-main-cont {width: 100%;padding: 24px 16px;}
    .news-main-cont .time {margin: 12px 0 16px;font-size: 20px;}
    .news-main-cont .title {font-size: 18px;}
    .news-main{margin-bottom: 28px;}
    .news-list-link {padding: 24px 0;}
    .news-list-time {width: 100%;font-size: 20px;}
    .news-list-cont {width: 100%;}
    .news-list-cont .title {margin-top: 4px;font-size: 18px;}
    .news-list-cont .text {margin-top: 6px;}
    .newsxq-head .time {font-size: 20px;margin-top: 12px;}
    .newsxq-head {padding-bottom: 24px;}
    .newsxq-cont {padding: 24px 0 32px;line-height: 24px;}
    .newsxq-btn>div span {width: 64px;font-size: 14px;padding-left: 0;}
    .newsxq-btn-link {width: calc(100% - 64px);padding: 0 90px 0 6px;height: 48px;}
    .newsxq-btn-link p{width: 80px;}
    .newsxq-back {height: 48px;margin-top: 32px;}
    .newsxq-head .title {font-size: 18px;}
    .invgg-list {margin-top: 32px;}
    .invgg-list-link {padding: 20px 50px 20px 0;}
    .invgg-list-link i {width: 40px;background-size: 24px auto;}
    .invgg-list-link h4 {font-size: 16px;}
    .invjg-pic .tobig {margin: 24px auto 0;width: 48px;height: 48px;background-size: 24px auto;}
    .invdy-list-question .hint, .invdy-list-answer .hint{width: 50px;font-size: 18px;}
    .invdy-list-question .title {width: calc(100% - 50px);padding: 14px 40px 14px 16px;font-size: 15px;}
    .invdy-list-question .title::after {right: 10px;}
    .invdy-list-answer .text {padding: 0 16px;}
    .invdy-list-answer {padding: 20px 0 20px 50px;}
    .invdy-list-question:hover .title{color: #535c6d;}
    .invfp-head {padding: 10px 10px 0;margin-top: 24px;}
    .invfp-head .menu a {padding: 0 12px;font-size: 15px;height: 40px;}
    .invfp-head .hint {height: 30px;padding: 0 18px;}
    .invfp .news-list-time{font-size: 18px;}
    .invfp .news-list-link {padding: 20px 0;}
    .invfp .news-list-cont .title{font-size: 16px;}
    .invgp-time {padding: 16px 0 12px;}
    .invgp-data {margin: 10px 0 16px;}
    .invgp-data li:nth-child(1){width: calc(30% - 16px);}
    .invgp-data li:nth-child(2){width: calc(30% - 16px);}
    .invgp-data li:nth-child(3){width: calc(40% - 16px);}
    .invgp-data li .name {letter-spacing: 8px;line-height: 26px;}
    .invgp-data li .hint{line-height: 26px;}
    .invgp-menu li {height: 32px;margin-left: 6px;}
    .invgp-form {margin-top: 18px;}
    .invgp-wrap {padding: 10px 10px 24px;}
    .invgp-info h6 {font-size: 32px;}
    .legal, .privacy, .webmap {padding: 40px 0;}
    .legal .newsxq-head .title, .privacy .newsxq-head .title, .webmap .newsxq-head .title {font-size: 20px;}
    .legal .newsxq-cont, .privacy .newsxq-cont {padding: 20px 0 0;font-size:15px;line-height: 25px;}
    .webmap-wrap {padding: 10px 20px;margin-top: 30px;}
    .webmap-name {font-size: 18px;}
    .webmap-menu a {margin-right: 20px;font-size: 14px;line-height: 22px;padding-left: 10px;}
    .webmap-menu a::before {width: 4px;height: 4px;margin-top: -2px;}
    .webmap-menu {margin-top: 6px;}
    .webmap-wrap li {padding: 18px 0;}
    .aboljgg-img img{height: 200px;}
    .aboljgg-img a .cont{padding: 6px 15px;font-size: 14px;}
    .aboljgg-img-prev, .aboljgg-img-next{width: 36px;height: 36px;background-size: 16px auto;margin-top: -18px;}
    .invlx{margin-top: 24px;}
    .invlx-list li {width: 100%;margin-top: 20px;}
    .invlx-list li img {width: 46px;}
    .invlx-list li .cont {font-size: 15px;}
}<!--耗时1753291484.1493秒-->