@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{box-shadow: 0px 0px 19.6px 0.4px rgba(85, 98, 151, 0.1);width: 50px;height: 50px;line-height: 50px;margin: 0px 5px;font-size: 16px;color: #59545d;font-family: "SB";transition: all .4s ease;border-radius: 100px;background-color: #fff;}
.paging-menu a.not{transform: rotate(180deg);}
.paging-menu a:first-child,.paging-menu a:last-child{margin: 0px 35px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #012fa7;background-color: #012fa7;color: #fff;}
.paging-skip{margin-left: 8px;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #012fa7;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #012fa7;color: #fff;border-color: #012fa7;}
.paging-hint span{color: #012fa7;}

/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #012fa7;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #012fa7;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #012fa7 !important;}
.search-link:hover h2{color: #012fa7;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}

/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}

/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #012fa7;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #012fa7;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 680px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}

/*  */
.CommonBanner {position: relative;}
.CommonBanner > img{width: 100%;}
.CommonBanner .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;}
.CommonBanner .content .name{opacity: .5;text-transform: uppercase;}

.CommonNav{position: absolute;bottom: -25px;left: 0px;width: 100%;z-index: 3;}
.CommonNav-list {box-shadow: 5.785px 6.894px 29.75px 5.25px rgba(49, 90, 161, 0.16);}
.CommonNav-list a{background-color: #fff;display: flex;justify-content: center;align-items: center;height: 72px;flex: 1;border-right: 1px solid #f6f6f6;transition: all .4s ease;}
.CommonNav-list a:last-child{border-right: 0px;}
.CommonNav-list a.active,.CommonNav-list a:hover{background-color: #012fa7;color: #fff;}

.Pross-form {display: flex;justify-content: center;}
.Pross-form .cont{width: 620px;height: 44px;position: relative;border: 2px solid #012fa7;border-radius: 35px;}
.Pross-form .cont .img{width: 30px;display: flex;justify-content: flex-end;align-items: center;}
.Pross-form .cont .img i{font-size: 16px;color: #012fa7;font-weight: 700;}
.Pross-form .cont input{width: calc(100% - 140px);padding: 0px 15px;background-color: rgba(0, 0, 0, 0);font-size: 16px;}
.Pross-form .cont .btn{width: 110px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 35px;position: absolute;top: -2px;right: -1px;transition: all .4s ease;}
.Pross-form .cont .btn:hover{background-color: #003fe4;}

.Profl-list{border-top: 1px solid #f0f0f0;}
.Profl-list .list-muen{border-bottom: 1px dashed #dddddd;padding: 20px 0px;}
.Profl-list .list-muen:last-child{border-bottom: 0px;}
.Profl-list .list-muen .title{width: 90px;color: #3a3a3a;height: 100%;display: flex;align-items: center;}
.Profl-list .list-muen .cont{width: calc(100% - 90px);height: 100%;display: flex;flex-wrap: wrap;align-items: center;margin-bottom: -10px;}
.Profl-list .list-muen .cont a{align-items: center;margin-right: 30px;margin-bottom: 10px;}
.Profl-list .list-muen .cont a .img{}
.Profl-list .list-muen .cont a .text{padding-left: 8px;}
.Profl-list .list-muen .cont .img.XinZ_z{width: 14px;height: 14px;border-radius: 100px;border: 1px solid #767676;position: relative;}
.Profl-list .list-muen .cont a.active .img.XinZ_z{border: 1px solid #012fa7;}
.Profl-list .list-muen .cont a.active .img.XinZ_z::before{position: absolute;content: "";top: calc(50% - 4px);width: 8px;height: 8px;left: calc(50% - 4px);position: absolute;background-color: #012fa7;border-radius: 100px;}
.Profl-list .list-muen .cont .img.XinZ_y{width: 14px;height: 14px;border-radius: 2px;border: 1px solid #767676;position: relative;}
.Profl-list .list-muen .cont a.active .img.XinZ_y{border: 1px solid #012fa7;background-color: #012fa7;}
.Profl-list .list-muen .cont a.active .img.XinZ_y::before{position: absolute;content: "";width: 100%;height: 100%;position: absolute;background: url(/template/default/images/pages/img.XinZ_y.png)center no-repeat;background-size:8px;top: 0px;left: 0px;}

.Prolb{background-color: #f6f6f6;}
.Prolb-list {margin-right: -25px;margin-bottom: -30px;}
.Prolb-list .list{width: calc(100%/3 - 25px);margin-right: 25px;margin-bottom: 30px;border-radius: 6px;transition: all .4s ease;background-color: #fff;}
.Prolb-list .list:hover{box-shadow: 0px 15px 35px 0px rgba(1, 47, 167, 0.14);}
.Prolb-list .list .img{height: 250px;display: flex;justify-content: center;align-items: center;overflow: hidden;padding: 20px;}
.Prolb-list .list .img img{transition: all .4s ease;max-height: 100%;}
.Prolb-list .list:hover .img img{transform: scale(1.04);}
.Prolb-list .list .hit{padding: 30px;}
.Prolb-list .list .hit .cont{width: calc(100% - 37px);padding-right: 10px;}
.Prolb-list .list .hit .cont .title{transition: all .4s ease;}
.Prolb-list .list .hit .cont .text{color: #64676e;}
.Prolb-list .list .hit .btn{width: 37px;display: flex;align-items: center;}
.Prolb-list .list .hit .btn > div{width: 37px;height: 37px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 100px;transition: all .4s ease;color: #fff;transform: rotate(180deg);opacity: 0;}
.Prolb-list .list:hover .hit .btn > div{opacity: 1;}

.swiper-btn a{width: 42px;height: 42px;display: flex;justify-content: center;align-items: center;border-radius: 100px;background-color: #012fa7;color: #fff;transition: all .4s ease;}
.swiper-btn a:hover{background-color: #003fe4;}
.swiper-btn.next a{transform: rotate(180deg);}

.swiper-pagination-bullet {width: 10px;height: 10px;background: #c2c2c2;opacity: 1;margin: 0px 7px;}
.swiper-pagination-bullet-active {opacity: 1;background: #012fa7;}

.ProBan2-cont .cont{width: 36%}
.ProBan2-cont .img{width: 64%}
.ProBan2-cont .cont li{color: #60666c;margin-bottom: 6px;}
.ProBan2-cont .cont li:last-child{margin-bottom: 0px;}
.ProBan2-cont .cont .btn{width: 150px;height: 50px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 4px;transition: all .4s ease;}
.ProBan2-cont .cont .btn i{font-size: 24px;margin-right: 10px;}
.ProBan2-cont .cont .btn:hover{background-color: #003fe4;}
.ProBan2-svp {position: relative;}
.ProBan2-lun {display: flex;justify-content: center;align-items: center;}
.ProBan2-svp .swiper-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
.ProBan2-svp .swiper-btn.prev{left: 0%;}
.ProBan2-svp .swiper-btn.next{right: 0%;}
.ProBan2-pages{display: flex;justify-content: center;}

.Proxq-cont{}
.Proxq-cont .cont-l{width: calc(100% - 290px);border-right: 1px solid #f0f0f0;padding: 85px 70px 80px 0px;}
.Proxq-cont .cont-r{width: 290px;padding: 85px 0px 80px 70px;position: relative;}
.Proxq-title {align-items: center;}
.Proxq-title span{width: 47px;height: 47px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 100px;margin-right: 17px;box-shadow: 0px 9px 16.56px 1.44px rgba(29, 32, 136, 0.23);}
.Proxq-muen .list{margin-bottom: 30px;}
.Proxq-muen .list:last-child{margin-bottom: 0px;}
.Proxq-svp {position: relative;padding: 0px 70px;}
.Proxq-lun {display: block;}
.Proxq-lun .img{height: 310px;border-radius: 6px;overflow: hidden;display: flex;justify-content: center;align-items: center;padding: 20px;border: 1px solid #f5f5f5;position: relative;transition: all .4s ease;}
.Proxq-lun .img .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.Proxq-lun .img .show > div{width: 36px;height: 36px;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;color: #fff;transition: all .4s ease;transform: scale(0);}
.Proxq-lun .img .show i{font-size: 18px;}
.Proxq-lun:hover .img .show > div {transform: scale(1);}
.Proxq-lun:hover .img{box-shadow: 0px 20px 32.2px 2.8px rgba(29, 32, 136, 0.12);}
.Proxq-pages {display: flex;justify-content: center;align-items: center;}
.Proxq-svp .swiper-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;}
.Proxq-svp .swiper-btn a{text-decoration: none;}
.Proxq-lun{text-decoration: none !important;}
.Proxq-svp .swiper-btn.prev{left: 0%;}
.Proxq-svp .swiper-btn.next{right: 0%;}
.Proxq-svp .swiper-container{padding: 30px;}
.Proxq-svp > .muen{margin: -30px;}
.Proxq-muen .list .content table th{background-color: #f5f5f5;}
.Proxq-muen .list .content table tr:nth-child(even){background-color: #f5f5f5;}
.Proxq-muen .list .content table td{font-size: 14px;color: #555;text-align: center;}
.Proxq-list {position: sticky;top: 90px;}
.Proxq-list a{width: 100%;height: 47px;display: flex;align-items: center;padding-left: 40px;transition: all .4s ease;border-radius: 22px;margin-bottom: 14px;}
.Proxq-list a:last-child{margin-bottom: 0px;}
.Proxq-list a img{margin-left: 38px;opacity: 0;transition: all .4s ease;}
.Proxq-list a.active{box-shadow: 0px 4px 64.4px 5.6px rgba(8, 17, 29, 0.08);color: #012fa7;}
.Proxq-list a.active img{opacity: 1;}
  
.Proxg{background: url(/template/default/images/pages/Proxg_bg.jpg) center no-repeat;background-size: cover;}
.Proxg-lun{display: block;background-color: #fff;border-radius: 6px;transition: all .4s ease;position: relative;}
.Proxg-lun .img{height: 290px;display: flex;justify-content: center;align-items: center;padding: 20px;overflow: hidden;}
.Proxg-lun .img img{max-height: 100%;transition: all .4s ease;}
.Proxg-lun:hover .img img{transform: scale(1.04);}
.Proxg-lun .title{padding: 0px 20px 40px 20px;text-align: center;}
.Proxg-lun:hover{box-shadow: 0px 15px 35px 0px rgba(1, 47, 167, 0.14);}
.Proxg-svp .swiper-container{padding: 20px;}
.Proxg-svp > .muen{margin: -20px;}
.Proxg-lun .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;opacity: 0;transition: all .4s ease;}
.Proxg-lun .show > div{width: 37px;height: 37px;display: flex;justify-content: center;align-items: center;border-radius: 100px;background-color: #012fa7;transform: rotate(180deg);color: #fff;}
.Proxg-lun .show > div i{font-size: 14px;}
.Proxg-lun:hover .show{opacity: 1;}
.Proxg-page {align-items: center;}
.Proxg-page .cont-l{width: 170px;}
.Proxg-page .cont-r{width: calc(100% - 170px);position: relative;}
.Proxg-page .cont-l .swiper-btn.prev{margin-right: 30px;}

.swiper-pagination-progressbar {background: #e2e2e2;height: 2px;width: 100%;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #012fa7;}

.CommonMessage-cont .cont-l{width: 45%;}
.CommonMessage-cont .cont-r{width: 55%;padding-left: 32px;}
.CommonMessage-cont .li-border{border-radius: 3px;border: 1px solid #e9e9e9;}
.CommonMessage-cont .cont-l input{height: 46px;width: 100%;margin-bottom: 19px;padding: 0px 18px;}
.CommonMessage-cont .cont-l input:last-child{margin-bottom: 0px;}
.CommonMessage-cont .cont-l input::-webkit-input-placeholder{color: #888;font-size: 15px;}
.CommonMessage-cont .cont-l input:-moz-placeholder{color: #888;font-size: 15px;}
.CommonMessage-cont .cont-l input::-moz-placeholder{color: #888;font-size: 15px;}
.CommonMessage-cont .cont-l input:-ms-input-placeholder{color: #888;font-size: 15px;}
.CommonMessage-cont .cont-r textarea{width: 100%;height: 240px;padding: 10px 18px;}
.CommonMessage-ensi{display: flex;flex-direction: column;align-items: center;}
.CommonMessage-ensi .cont {display: flex;align-items: center;}
.CommonMessage-ensi .cont span{border: 1px solid rgb(118, 118, 118);border-radius: 3px;width: 18px;height: 18px;display: block;margin-right: 12px;cursor: pointer;transition: all .4s ease;}
.CommonMessage-ensi .cont span.active{background-color: #012fa7;border: 1px solid #012fa7;}
.CommonMessage-ensi .cont a{color: #012fa7;transition: all .4s ease;}
.CommonMessage-ensi .cont a:hover{color: #003fe4;}
.CommonMessage-ensi .btn{width: 165px;height: 42px;display: flex;justify-content: center;align-items: center;border-radius: 6px;background-color: #012fa7;transition: all .4s ease;}
.CommonMessage-ensi .btn:hover{background-color: #003fe4;}
/* 下拉 */
.customSelect{display: block;width: 100%;position: relative;user-select: none;margin-bottom: 19px;}
.customSelect-name{display: flex;align-items: center;height: 44px;position: relative;padding: 0 18px;font-size: 15px;color: #888;cursor: pointer;}
.customSelect-name::after{content: "";position: absolute;width: 16px;height: 16px;right: 14px;top: 50%;margin-top: -8px;background: url('https://js.szmynet.net/file/arrD.svg') no-repeat;}
.customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 44px;max-height: 200px;border: 1px solid #e9e9e9;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #f2f2f2;cursor: pointer;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.customSelect-drop li{padding: 0 14px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 14px;color: #000;transition: all .4s ease;}
.customSelect-drop li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #fff;}
.customSelect-drop li:last-child::after{display: none;}
.customSelect-drop li:hover, .customSelect-drop li.active{background: #dadfe5;color: #000;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-name.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.customSelect-name.noRadius::after{transform: rotate(180deg);}

.Prohc-muen > div{justify-content: center;}
.Prohc-muen a{width: 116px;height: 42px;display: flex;justify-content: center;align-items: center;border-radius: 3px;box-shadow: 0px 5px 22.2px 2.8px rgb(29 32 136 / 12%);background-color: #fff;margin: 0px 10px;}
.Prohc-muen a.active{background-color: #012fa7;color: #fff;}
.Prohc-list{}
.Prohc-list .list{border-bottom: 1px solid #ecf1f5;}
.Prohc-list .list .show{display: flex;padding: 20px 40px;align-items: center;transition: all .4s ease;}
.Prohc-list .list.active .show{background-color: #012fa7;}
.Prohc-list .list .show .title{width: calc(100% - 43px);padding-right: 20px;transition: all .4s ease;}
.Prohc-list .list.active .show .title{color: #fff;}
.Prohc-list .list .show .btn{width: 43px;display: flex;align-items: center;}
.Prohc-list .list .show .btn > div{width: 100%;height: 43px;display: flex;justify-content: center;align-items: center;border-radius: 100px;border: 1px solid #abbded;color: #012fa7;transform: rotate(45deg);transition: all .4s ease;}
.Prohc-list .list .show .btn i{font-size: 14px;}
.Prohc-list .list.active .show .btn > div{transform: rotate(0deg);border: 1px solid #fff;background-color: #fff;}
.Prohc-list .list .hide{padding: 20px 40px;background-color: #f1f3f9;display: none;}

.Proxz{background-color: #f1f1f8;position: relative;}
.Proxz > img.bg{position: absolute;bottom: 0px;left: 0px;pointer-events: none;}
.Proxz-list {margin-right: -30px;margin-bottom: -30px;}
.Proxz-list .list{width: calc(100%/4 - 30px);margin-right: 30px;margin-bottom: 30px;position: relative;padding: 45px;display: block;}
.Proxz-list .list .bg1{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;object-fit: fill;opacity: 1;transition: all .4s ease;}
.Proxz-list .list .bg2{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;object-fit: fill;opacity: 0;transition: all .4s ease;}
.Proxz-list .list:hover .bg1{opacity: 0;}
.Proxz-list .list:hover .bg2{opacity: 1;}
.Proxz-list .list .cont{position: relative;z-index: 2;}
.Proxz-list .list .cont .title{transition: all .4s ease;}
.Proxz-list .list:hover .cont .title{color: #fff;}
.Proxz-list .list .cont .hit{align-items: center;}
.Proxz-list .list .cont .hit .number{width: calc(100% - 35px);padding-right: 10px;color: #d6d6d6;}
.Proxz-list .list .cont .hit .btn{width: 35px;height: 35px;border-radius: 100px;display: flex;justify-content: center;align-items: center;transition: all .4s ease;background-color: #eceff7;transform: rotate(-90deg);color: #012fa7;}
.Proxz-list .list .cont .hit .btn i{width: 1px;display: flex;height: 1px;justify-content: center;align-items: center;}
.Proxz-list .list:hover .cont .hit .btn{background-color: #fff;}

.Proxzly{background-color: #f1f1f8;position: relative;}
.Proxzly-cont{background-color: #fff;border-radius: 6px;padding: 60px 55px;}
.Proxzly > img.bg{position: absolute;top: -350px;right: 0px;pointer-events: none;}

.Fanss-list{display: flex;justify-content: center;}
.Fanss-list a{margin: 0px 14px;display: block;transition: all .4s ease;border-bottom: 1px solid #fff;}
.Fanss-list a.active{border-bottom: 1px solid #012fa7;color: #012fa7;}

.Fanlb-muen {margin-right: -18px;}
.Fanlb-muen .list{width: calc(100%/2 - 18px);margin-right: 18px;margin-bottom: 18px;position: relative;border-radius: 6px;overflow: hidden;height: 340px;display: block;}
.Fanlb-muen .list > img{width: 100%;height: 100%;transition: all .4s ease;}
.Fanlb-muen .list:hover > img{transform: scale(1.04);}
.Fanlb-muen .list .cont{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;padding: 0px 45px;padding-right: 260px;}
.Fanlb-muen .list .cont .btn{align-items: center;}
.Fanlb-muen .list .cont .btn i{display: block;transform: rotate(180deg);margin-left: 12px;transition: all .4s ease;}
.Fanlb-muen .list .cont .btn:hover i{transform: rotate(180deg) translateX(-10px);}
.Fanlb-list{margin-right: -18px;margin-bottom: -18px;}
.Fanlb-list .list{width: calc(100%/4 - 18px);margin-right: 18px;margin-bottom: 18px;position: relative;border-radius: 6px;overflow: hidden;height: 295px;display: block;}
.Fanlb-list .list > img{width: 100%;height: 100%;transition: all .4s ease;}
.Fanlb-list .list:hover > img{transform: scale(1.04);}
.Fanlb-list .list .cont{position: absolute;bottom: 0px;left: 0px;height: 50%;width: 100%;padding: 0px 30px;padding-bottom: 25px;display: flex;flex-direction: column;
    justify-content: flex-end;background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}
.Fanlb-list .list .cont .title {align-items: center;}
.Fanlb-list .list .cont .title i{font-size: 12px;display: block;transform: rotate(180deg);margin-left: 10px;}

.Fanxq{background-color: #fafafc;}
.Fanxq-cont .cont-l{width: 76%;}
.Fanxq-cont .cont-r{width: 24%;padding-left: 30px;position: relative;}
.Fanxq-cont .cont{background-color: #fff;border-radius: 6px;}
.Fanxq-title {padding: 70px 40px 40px 40px;}
.Fanxq-title .line{width: 40px;height: 4px;background-color: #012fa7;}
.Fanxq-content{padding: 40px;}
.Fanxq-content .list{margin-bottom: 35px;}
.Fanxq-content .list .content li::marker{color: #d2d8e6;}
.Fanxq-gd{padding: 35px 30px;position: sticky;top: 90px;}
.Fanxq-gd > .title{position: relative;}
.Fanxq-gd > .title::before{content: "";position: absolute;width: 3px;height: 28px;background-color: #012fa7;top: 50%;transform: translateY(-50%);left: -30px;}
.Fanxq-gd-list .list{border-top: 1px solid #f5f6fa;display: block;padding: 20px 0px;}
.Fanxq-gd-list .list .title{transition: all .4s ease;}
.Fanxq-gd-list .list:hover .title{color: #012fa7;}
.Fanxq-gd .btn{width: 127px;height: 42px;border-radius: 4px;display: flex;justify-content: center;align-items: center;border: 1px solid #012fa7;transition: all .4s ease;}
.Fanxq-gd .btn:hover{color: #fff;background-color: #012fa7;}

.Fanxz-title {display: flex;align-items: center;justify-content: space-between;}
.Fanxz-title .btn{transition: all .4s ease;}
.Fanxz-title .btn:hover{color: #012fa7;}
.Fanxz-list .list{height: 70px;display: flex;align-items: center;border-radius: 3px;background-color: #eceff5;padding: 0px 25px;justify-content: space-between;}
.Fanxz-list .list .li:nth-child(1){width: 50px;}
.Fanxz-list .list .li:nth-child(2){width: 50%;padding-right: 10px;transition: all .4s ease;}
.Fanxz-list .list .li:nth-child(3){width: 20%;padding-right: 10px;}
.Fanxz-list .list .li:nth-child(4){width: 20%;padding-right: 10px;}
.Fanxz-list .list .li:nth-child(5){width: 50px;display: flex;justify-content: flex-end;}
.Fanxz-list .list:hover .li:nth-child(2){color: #012fa7;}

.Newrm-cont{}
.Newrm-cont .cont-l{width: 43%;position: relative;border-radius: 6px;overflow: hidden;}
.Newrm-cont .cont-l .swiper-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;display: none;}
.Newrm-cont .cont-l .swiper-btn.prev{left: 10px;}
.Newrm-cont .cont-l .swiper-btn.next{right: 10px;}
.Newrm-cont .cont-l .swiper-container{height: 100%;}
.Newrm-lun{height: 100%;}
.Newrm-lun img{width: 100%;height: 100%;}
.Newrm-pages{position: absolute;bottom: 30px;right: 0px;z-index: 3;width: 100%;height: 10px;display: flex;justify-content: flex-end;padding-right: 18px;}
.Newrm-pages .swiper-pagination-bullet {width: 10px;height: 10px;background: transparent;opacity: 1;margin: 0px 6px;border: 1px solid #fff;}
.Newrm-pages .swiper-pagination-bullet-active {opacity: 1;background: #fff;}
.Newrm-cont .cont-r{width: 57%;padding-left: 50px;}
.Newrm-list {margin-right: -40px;}
.Newrm-list .list{width: calc(100%/2 - 40px);margin-right: 40px;display: flex;align-items: center;border-bottom: 1px solid #f3f3f3;padding: 35px 0px;transition: all .4s ease;}
.Newrm-list .list .number{width: 90px;transition: all .4s ease;color: #363a43;}
.Newrm-list .list .number> div{display: flex;justify-content: flex-start;flex-direction: column;align-items: center;width: fit-content;}
.Newrm-list .list .cont{width: calc(100% - 90px);transition: all .4s ease;color: #363a43;}
.Newrm-list .list:hover .number{color: #012fa7;}
.Newrm-list .list:hover .cont{color: #012fa7;}
.Newrm-list .list:hover {border-bottom: 1px solid #012fa7;}
.Newrm-lun{position: relative;display: block;height: 100%;}
.Newrm-lun .cont{position: absolute;bottom: 0px;left: 0px;width: 100%;height: 30%;display: flex;align-items: flex-end;padding: 0px 25px;padding-bottom: 22px;padding-right: 90px;background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));}

.Newlb-list{border-top: 1px solid #f3f3f3;}
.Newlb-list .list{border-bottom: 1px solid #f3f3f3;padding: 40px 0px;}
.Newlb-list .list .img{width: 285px;border-radius: 6px;overflow: hidden;}
.Newlb-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Newlb-list .list .img:hover img{transform: scale(1.04);}
.Newlb-list .list .btn{width: 115px;display: flex;align-items: center;}
.Newlb-list .list .hit{width: calc(100% - 400px);padding: 0px 85px 0px 58px;align-items: center;}
.Newlb-list .list .hit .data{width: 100px;}
.Newlb-list .list .hit .data > div{line-height: 1;color: #363a43;transition: all .4s ease;}
.Newlb-list .list:hover .hit .data > div{color: #012fa7;}
.Newlb-list .list .hit .cont{width: calc(100% - 100px);}
.Newlb-list .list .hit .cont .title{color: #363a43;transition: all .4s ease;}
.Newlb-list .list .hit .cont .text{color: #636467;}
.Newlb-list .list:hover .hit .cont .title{color: #012fa7;}
.Newlb-list .list .btn a{color: #363a43;border: 1px solid #f5f5f5;border-radius: 3px;display: flex;justify-content: center;align-items: center;width: 115px;height: 42px;transition: all .4s ease;}
.Newlb-list .list:hover .btn a{color: #fff;background-color: #012fa7;box-shadow: 0px 20px 32.2px 2.8px rgba(29, 32, 136, 0.12);}

.newsxq{background-image: linear-gradient(to top,rgba(251,251,251,1),rgba(243,247,250,1));}
.newsxq-cont{width: 100%;}
.newsxq-cont .cont-l{width: 72%;position: relative;padding: 64px 0px 116px;padding-right: 110px;}
.newsxq-cont .cont-l::before{content: "";position: absolute;right: 0px;height: 100%;width: 1px;background-color: #eeeeee;top: 0px;}
.newsxq-cont .cont-r{width: 28%;padding: 64px 0px 116px;padding-left: 90px;}
.newsxq-data{display: flex;align-items: center;}
.newsxq-data img{margin-right: 7px;}
.newsxq-content img{height:auto !important}
.newsxq-btn{display: flex;justify-content: center;}
.newsxq-btn a{height: 42px;width: 142px;display: flex;justify-content: center;align-items: center;border-radius: 3px;border: 1px solid #012fa7;}
.newsxq-btn a .img{margin-right: 9px;transition: all .4s ease;}
.newsxq-btn a:hover .img{transform: rotate(90deg);}
.newsxq-youqin {display: flex;flex-wrap: wrap;}
.newsxq-youqin a{height: 41px;display: flex;justify-content: center;align-items: center;border: 1px solid #e4e4e4;padding: 0px 35px;width: fit-content;border-radius: 30px;
    margin-right: 15px;transition: all .4s ease;}
.newsxq-youqin a:hover{color: #012fa7;}
.newsxq-fy a{height: 60px;padding: 0px 30px;background-color: #f4f4f4;border-radius: 6px;display: flex;align-items: center;margin-bottom: 10px;transition: all .4s ease;color: #63666c;}
.newsxq-fy a:last-child{margin-bottom: 0px;}
.newsxq-fy a:hover{color: #012fa7;}
.newsxq-img{border-radius: 6px;height: 135px;}
.newsxq-img img{width: 100%;height: 100%;}
.newsxq-muen{flex-direction: column;}
.newsxq-muen .title{transition: all .4s ease;}
.newsxq-muen:hover .title{color: #012fa7;}
.newsxq-list .muen{margin-bottom: 40px;display: block;}
.newsxq-list .muen .title{transition: all .4s ease;}
.newsxq-list .muen:hover .title{color: #012fa7;}

.Newspfl{background-color: #f9f9f9;}
.Newspfl-cont {display: flex;justify-content: flex-end;}
.Newspfl-cont .customSelect{width: 185px;height: 45px;margin-bottom: 0px;}
.Newspfl-cont .customSelect-name{border: 1px solid #e9e9e9;border-radius: 3px;font-size: 15px;color: #444444;}

.Newsplb{background-color: #f9f9f9;}
.Newsplb-list {margin-right: -30px;margin-bottom: -40px;}
.Newsplb-list .list{width: calc(100%/3 - 30px);margin-right: 30px;margin-bottom: 40px;display: block;}
.Newsplb-list .list .img{height: 360px;position: relative;overflow: hidden;border-radius: 6px 6px 0px 0px;}
.Newsplb-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Newsplb-list .list .img .btn{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.Newsplb-list .list .img .btn > div{border: 4px solid #fff;border-radius: 100px;width: 54px;height: 54px;display: flex;justify-content: center;align-items: center;color: #fff;transition: all .4s ease;}
.Newsplb-list .list .img .btn i{font-size: 20px;}
.Newsplb-list .list .cont{box-shadow: 0px 3px 9px 1px rgba(0, 51, 153, 0.06);padding: 30px;border-radius: 0px 0px 6px 6px;}
.Newsplb-list .list:hover .img img{transform: scale(1.04);}

.ConTitle .name{text-transform: uppercase;}
.ConTitle .title{color: #16161b;}

.Confs-cont .cont-l{width: 45%;}
.Confs-cont .cont-r{width: 55%;}
.Confs-cont .cont-l .list-li {align-items: center;margin-bottom: 28px;}
.Confs-cont .cont-l .list-li:last-child {margin-bottom: 0px;}
.Confs-cont .cont-l .list-li .img{width: 60px;}
.Confs-cont .cont-l .list-li .cont{width: calc(100% - 60px);}
.Confs-cont .cont-l .list-li .cont li{margin-bottom: 8px;}
.Confs-cont .cont-l .list-li .cont li:last-child{margin-bottom: 0px;}
.Confs-list .list{margin-bottom: 4px;padding: 30px 35px;background-color: #fff;display: block;user-select:none;cursor:pointer}
.Confs-list .list:last-child{margin-bottom: 0px;}
.Confs-list .list a{transition:color .4 ease}
.Confs-list .list a:hover{color:#012fa7}
.Confs-list .list .hide{padding-top: 10px;display: none;}
.Confs-list .list .show .title {width: calc(100% - 20px);padding-right: 10px;font-weight: 700;}
.Confs-list .list .show .btn {width: 20px;}
.Confs-list .list .show .btn > div{width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;border-radius: 100px;background-color: #74777f;transition: all .4s ease;}
.Confs-list .list.active .show .btn > div{transform: rotate(90deg);background-color: #012fa7;}

.Congz-title {align-items: center;}
.Congz-title span{width: 76px;height: 76px;display: flex;justify-content: center;align-items: center;border-radius: 6px;margin-right: 25px;}
.Congz-title span div{width: 43px;height: 43px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 100px;}
.Congz-list {margin-left: 75px;}
.Congz-list .list{width: 118px;margin-right: 75px;text-align: center;}
.Congz-list .list:last-child{margin-right: 0px;}
.Congz-cont{align-items: center;}

.Abozj{background: url(/template/default/images/pages/Abozj_bg.jpg) center no-repeat;background-size: cover;}
.Abozj-cont .cont-l{width: 40%;}
.Abozj-cont .cont-r{width: 60%;}
.Abozj-list .list{width: calc(100%/6);display: flex;flex-direction: column;align-items: center;}
.Abozj-list .list .number{line-height: 1;}
.Abozj-list .list .number span{margin-right: 12px;}

.Abomb-list {position: absolute;bottom: 0px;left: 0px;width: 100%;height: 100%;}
.Abomb-list .list{width: calc(100%/5);border-right: 1px solid rgba(255, 255, 255, .3);position: relative;}
.Abomb-list .list .show{position: absolute;bottom: 45px;left: 0px;width: 100%;padding: 0px 40px;opacity: 1;transition: all .4s ease;}
.Abomb-list .list .hide {position: absolute;bottom: -235px;left: 0px;width: 100%;height: 235px;background-color: #203ebc;border-radius: 6px 6px 0px 0px;padding: 0px 50px;padding-top: 34px;transition: all .4s ease;}
.Abomb-list .list .hide .title {display: flex;align-items: center;}
.Abomb-list .list .hide .title .hit{width: calc(100% - 30px);}
.Abomb-list .list .hide .title .img{width: 30px;}
.Abomb-list .list:hover .show,.Abomb-list .list.active .show{opacity: 0;}
.Abomb-list .list:hover .hide,.Abomb-list .list.active .hide{bottom: 0px;} 
.Abomb-bg {position: relative;height: 635px;background-color: #d3d3d3;}
.Abomb-bg img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;transition: all .4s ease;}
.Abomb-bg img.active{opacity: 1;}

.aboulc{background-color: #fafdff;}
.aboulc .aboulc_svp{position: relative;}
.aboulc .yuan {position: absolute;left: 0px;width: 100%;display: flex;justify-content: center;}
.aboulc .yuan img{transition: All 1s ease-in-out;-webkit-transition: All 1s ease-in-out;}
.aboulc .gallery {padding: 0px 360px;position: absolute;left: 0px;top: 200px;width: 100%;height: 310px;}
.aboulc .gallery .swiper-container{height: 100%;}
.aboulc .gallery-more{width: 100%;height: 100%;align-items: center;}
.aboulc .gallery-more .num{width: 30%;font-size: 70px;line-height:1;font-family: "SK";color: #34393b;display: flex;align-items: center;justify-content: center;}
.aboulc .gallery-more .cont{width: 70%;padding-right: 10px;display: flex;flex-direction: column;justify-content: center;}
.aboulc .gallery-more .cont .cont-scroll::-webkit-scrollbar {width: 2px;}
.aboulc .gallery-more .cont .cont-scroll::-webkit-scrollbar-thumb {background: #012fa7;}
.aboulc .gallery-more .cont .cont-scroll::-webkit-scrollbar-track {background: #f1f1f1;}
.aboulc .gallery-more .cont li{font-size: 16px;color: #777;padding-left: 20px;position: relative;margin-bottom: 20px;}
.aboulc .gallery-more .cont li::before{content: "";position: absolute;left: 0px;top: 8px;width: 8px;height: 8px;background-color: #0054a7;border-radius: 100px;}
.aboulc .gallery-more .cont li:last-child{margin-bottom: 0px;}
.aboulc .gallery-more .cont .cont-scroll{margin:auto 0;overflow-y: auto;max-height: 250px;padding-right:10px;}
.aboulc .thumbs{position: relative;padding-top: 500px;padding-left: 50px;padding-right: 50px;}
.aboulc .thumbs::before{position: absolute;top: 588px;left: 0px;width: 100%;height: 2px;background-color: #c0e0ff;content: "";}
.aboulc .thumbs-year{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.aboulc .thumbs-year .dian{width: 18px;height: 18px;background-color: #c2dbf3;position: relative;border-radius: 100px;}
.aboulc .thumbs-year .dian::before{width: 8px;height: 8px;background-color: #012fa7;position: absolute;top: calc(50% - 4px);left: calc(50% - 4px);border-radius: 100%;content: "";}
.aboulc .thumbs-year .data{margin-top: 12px;}
.aboulc .thumbs-year.active .dian{background-color: rgba(0, 72, 157, 0);border: 2px solid #012fa7;}
.aboulc .thumbs .swiper-container{padding-top: 80px;}
.aboulc .thumbs-year::before{content: "";background: url(/template/default/images/pages/img2.png)center no-repeat;position: absolute;top: -80px;left: 0px;width: 100%;height: 80px;opacity: 0;transition: all .4s ease;}
.aboulc .thumbs-year::after{content: "";background: url(/template/default/images/pages/thumbs-year_af.png)center no-repeat;position: absolute;top: 100%;left: 0px;width: 100%;height: 10px;transition: all .4s ease;}
@keyframes about_anim {0% {opacity: 0; top: -30%}10% {opacity: 1;}70% {opacity: 1;}100% {opacity: 0; top: -120%;}}
.aboulc .thumbs-year.active::after{animation: about_anim 1.2s infinite linear;}
.aboulc .thumbs-year.active::before{opacity: 1;}

.aboulc_svp .thumbs-prev{position: absolute;left: 0px;bottom: 126px;z-index: 1;}
.aboulc_svp .thumbs-next{position: absolute;right: 0px;bottom: 126px;z-index: 1;}

.aboulc{height: 780px;}
.aboulc-yuan {position: absolute;top: 0px;left: 0px;width: 100%;display: flex;justify-content: center;align-items: center;}
.aboulc .ConTitle{position: absolute;top: 170px;}

.Abofb > img{width: 100%;}
.Abofb .content{position: absolute;top: 0px;left: 0px;height: 100%;width: 100%;}
.Abofb-title {width: 655px;}
.Abofb-btn {display: flex;align-items: center;justify-content: center;width: 160px;height: 44px;background-color: #012fa7;border-radius: 3px;}
.Abofb-btn i {display: block;transform: rotate(180deg);margin-left: 15px;transition: all .4s ease;}
.Abofb-btn:hover i{transform: rotate(180deg) translateX(-10px);}

.Abosl img.bg {position: absolute;top: -340px;right: 80px;}
.Abosl-cont .cont-l{width: 27%;}
.Abosl-cont .cont-r{width: 73%;position: relative;}
.Abosl-cont {border-radius: 6px;box-shadow: 0px 20px 32.2px 2.8px rgba(29, 32, 136, 0.07);overflow: hidden;}
.Abosl-img {width: 100%;height: 615px;position: relative;background-color: #262b35;}
.Abosl-img img{width: 100%;height: 100%;transition: all .4s ease;position: absolute;top: 0px;left: 0px;opacity: 0;}
.Abosl-img img.active{opacity: 1;}
.Abosl-cont .cont-l .muen{padding: 130px 55px; position: relative;width: 100%;height: 100%;display: none;}
.Abosl-cont .cont-l .muen.active{display: block;animation: DispShow .4s ease;}
.Abosl-cont .cont-l .muen .title{color: #1b1b1b;}
.Abosl-cont .cont-l .muen .text{overflow-y: auto;height: 300px;}
.Abosl-cont .cont-l .muen .text::-webkit-scrollbar {width: 2px;}
.Abosl-cont .cont-l .muen .text::-webkit-scrollbar-thumb {background: #012fa7;}
.Abosl-cont .cont-l .muen .text::-webkit-scrollbar-track {background: #f1f1f1;}
.Abosl-cont .cont-l .muen .number{color: #84a4f6;opacity: .5;font-family: "SK";line-height: 1;position: absolute;bottom: 36px;right: 60px;}
.Abosl-list {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.Abosl-list .list{width: calc(100%/5);display: flex;flex-direction: column;justify-content: center;align-items: center;cursor: pointer;}
.Abosl-list .list:not(:last-child) {border-right: 1px solid rgba(255, 255, 255, .3);}
.Abosl-list .list .deco {display: block;width: 6rem;height: 6rem;opacity: 1;transition: .1s;transform: translateZ(0);margin: 0 auto;}
.Abosl-list .list .deco i,.Abosl-list .list .deco em {background: hsla(0, 0%, 100%, .8);border: 1px solid #fff;border-radius: 100%;height: 36px;left: 50%;position: absolute;top: 50%;transform: translate3d(-50%, -50%, 0) scale(.5);transition: .4s;width: 36px;}
.Abosl-list .list .deco:before {content: "";left: 50%;position: absolute;top: 50%;transform: translate3d(-50%, -50%, 0) scale(.75);transition: .4s;border: 1px solid hsla(0, 0%, 100%, .3);border-radius: 100%;height: 4rem;width: 4rem;}
.Abosl-list .list .deco:after {content: "";left: 50%;position: absolute;top: 50%;transform: translate3d(-50%, -50%, 0) scale(.75);transition: .4s;border: 1px solid hsla(0, 0%, 100%, .1);border-radius: 100%;height: 6rem;width: 6rem;}
.Abosl-list .list:hover .deco:before {animation: scalepulse 1.3s linear .3s infinite both;transform: translate3d(-50%, -50%, 0) scale(1);}
.Abosl-list .list:hover .deco:after {animation: scalepulse 1.3s linear .15s infinite both;transform: translate3d(-50%, -50%, 0) scale(1);}
.Abosl-list .list:hover .deco i,.Abosl-list .list:hover .deco em {background: #fff;animation: scalepulse 1.3s linear 0s infinite both;transform: translate3d(-50%, -50%, 0) scale(1);}
@keyframes scalepulse {20% {-webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);transform: translate3d(-50%, -50%, 0) scale(1.15);-webkit-animation-timing-function: ease;animation-timing-function: ease}50% {-webkit-transform: translate3d(-50%, -50%, 0) scale(1);transform: translate3d(-50%, -50%, 0) scale(1);-webkit-animation-timing-function: ease;animation-timing-function: ease}}

.Abory-list .list:nth-child(1){margin-left: 0px;}
.Abory-list .list{margin-left: 75px;}
.Abory-list .list .number{line-height: 1;}
.Abory-list .list .number span{margin-right: 7px;}
.Abory .ConTitle{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #f5f5f5;padding-bottom: 30px;}
.Abory-cont .btn{width: 161px;height: 44px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 3px;transition: all .4s ease;}
.Abory-cont .btn:hover{background-color: #003fe4;}
.Abory-cont {padding-bottom: 430px;}
.Abory > img.bg{position: absolute;bottom: 0px;left: 0px;width: 100%;}
.Abory .contain{position: relative;z-index: 2;}

.Abojr-list .list{width: calc(100%/2);position: relative;height: 415px;background-color: #000;transition: all .4s ease;}
.Abojr-list .list > img{width: 100%;height: 100%;opacity: .2;}
.Abojr-list .list .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;z-index: 3;}
.Abojr-list .list .btn{display: flex;align-items: center;}
.Abojr-list .list .btn i{display: block;transform: rotate(180deg);margin-left: 15px;transition: all .4s ease;}
.Abojr-list .list .btn:hover i{transform: rotate(180deg) translateX(-10px);}
.Abojr-list .list:hover{background-color: #012fa7;}
  
.Abozs{background-color: #f9f9f9;}
.Abozs-list {margin-right: -38px;margin-bottom: -55px;}
.Abozs-list .list{width: calc(100%/4 - 38px);margin-right: 38px;margin-bottom: 55px;}
.Abozs-list .list .img{width: 100%;height: 355px;border-radius: 6px;display: flex;justify-content: center;align-items: center;padding: 20px;overflow: hidden;position: relative;background-color: #fff;transition: all .4s ease;}
.Abozs-list .list .img img{max-height: 100%;}
.Abozs-list .list:hover .img{box-shadow: 0px 20px 32.2px 2.8px rgba(29, 32, 136, 0.12);}
.Abozs-list .list .img .btn{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.Abozs-list .list .img .btn > div{width: 36px;height: 36px;display: flex;justify-content: center;align-items: center;border-radius: 100px;background-color: #012fa7;color: #fff;opacity: 0;transition: all .4s ease;}
.Abozs-list .list:hover .img .btn > div{opacity: 1;}
.Abozs-muen .muen{margin-bottom: 100px;}
.Abozs-muen .muen:last-child{margin-bottom: 0px;}

.Tozbg-cont{align-items: center;justify-content: space-between;}
.Tozbg-muen {align-items: center;}
.Tozbg-muen a{margin-left: 40px;display: block;transition: all .4s ease;}
.Tozbg-muen a.active{color: #012fa7;}
.Tozbg-list {margin-right: -30px;margin-bottom: -30px;}
.Tozbg-list .list{width: calc(100%/4 - 30px);margin-right: 30px;margin-bottom: 30px;background-color: #f9fbff;position: relative;border-radius: 6px;overflow: hidden;}
.Tozbg-list .list img.bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;transition: all .4s ease;}
.Tozbg-list .list .hit{display: flex;align-items: center;justify-content: space-between;}
.Tozbg-list .list .hit .img{position: relative;display: flex;justify-content: center;align-items: center;width: 20px;}
.Tozbg-list .list .hit .img img {position: absolute;width: 20px;height: 20px;transition: all .4s ease;}
.Tozbg-list .list .hit .img img:nth-child(1){opacity: 1;}
.Tozbg-list .list .hit .img img:nth-child(2){opacity: 0;}
.Tozbg-list .list:hover .hit .img img:nth-child(1){opacity: 0;}
.Tozbg-list .list:hover .hit .img img:nth-child(2){opacity: 1;}
.Tozbg-list .list .hit .btn{display: flex;align-items: center;width: calc(100% - 20px);transition: all .4s ease;}
.Tozbg-list .list .hit .btn i{display: block;transform: rotate(180deg);margin-left: 10px;transition: transform .4s ease;}
.Tozbg-list .list .hit .btn:hover i{transform: rotate(180deg) translateX(-10px);}
.Tozbg-list .list .cont{position: relative;z-index: 2;padding: 50px 40px;}
.Tozbg-list .list .cont .data{color: #bdc6dd;transition: all .4s ease;}
.Tozbg-list .list .cont .title{transition: all .4s ease;}
.Tozbg-list .list:hover img.bg{opacity: 1;}
.Tozbg-list .list:hover .hit .btn{color: #fff;}
.Tozbg-list .list:hover .cont .title{color: #fff;}
.Tozbg-list .list:hover .cont .data{color: #fff;}

.Tozlx {background: url(/template/default/images/pages/Tozlx_bg.jpg) center no-repeat;}
.Tozlx-cont .cont-l{width: 42%;padding-top: 115px;}
.Tozlx-cont .cont-r{width: 58%;padding-left: 115px;padding-bottom: 25px;position: relative;}
.Tozlx-title {line-height: 1;}
.Tozlx-cont .cont-r::before{content: "";position: absolute;width: 570px;height: 220px;background-color: #d9e0f3;left: 0px;bottom: -25px;}
.Tozlx-cont .cont-r img{position: relative;z-index: 2;}
.Tozlx-cont .cont-l .cont{position: relative;padding: 50px 0px;padding-left: 50px;display: flex;flex-direction: column;justify-content: center;}
.Tozlx-cont .cont-l .cont::before{content: "";position: absolute;width: 6px;height: 100%;background-color: #012fa7;left: 0px;}
.Tozlx-list .list{align-items: center;margin-bottom: 10px;}
.Tozlx-list .list .img{width: 40px;height: 40px;border-radius: 100px;display: flex;justify-content: center;align-items: center;border: 2px solid #012fa7;}
.Tozlx-list .list .text{width: calc(100% - 40px);padding-left: 20px;}
.Tozlx-list .list:last-child{margin-bottom: 0px;}

.Conzp-list .list{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);margin-bottom: 10px;}
.Conzp-list .list:last-child{margin-bottom: 0px;}
.Conzp-list .list .show{padding: 0px 40px;height: 84px;align-items: center;}
.Conzp-list .list .show .li:nth-child(1){width: calc(25% - 50px/5);padding-right: 10px;}
.Conzp-list .list .show .li:nth-child(2){width: calc(25% - 50px/5);padding-right: 10px;}
.Conzp-list .list .show .li:nth-child(3){width: calc(20% - 50px/5);padding-right: 10px;}
.Conzp-list .list .show .li:nth-child(4){width: calc(15% - 50px/5);padding-right: 10px;}
.Conzp-list .list .show .li:nth-child(5){width: calc(15% - 50px/5);padding-right: 10px;}
.Conzp-list .list .show .li:nth-child(6){width: 50px;}
.Conzp-list .list .show .li .btn{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background-color: #012fa7;border-radius: 100px;position: relative;}
.Conzp-list .list .show .li .btn img{position: absolute;transition: all .4s ease;}
.Conzp-list .list .show .li .btn img:nth-child(1){opacity: 1;}
.Conzp-list .list .show .li .btn img:nth-child(2){opacity: 0;}
.Conzp-list .list.active .show .li .btn img:nth-child(1){opacity: 0;}
.Conzp-list .list.active .show .li .btn img:nth-child(2){opacity: 1;}
.Conzp-list .list .hide{padding: 50px 40px;border-top: 1px solid #ededed;display: none;}
.Conzp-list .list .hide .content h3{color: #666666;font-size: 16px;font-weight: 700;}
.Conzp-list .list .hide .btn {width: 165px;height: 45px;display: flex;justify-content: center;align-items: center;border-radius: 6px;background-color: #012fa7;transition: all .4s ease;}
.Conzp-list .list .hide .btn:hover{background-color: #003fe4;}

.Consh-cont .cont-l{width: 52%;padding-left: calc((100% - 1400px) / 2);padding-right: 85px;display: flex;flex-direction: column;justify-content: center;}
.Consh-cont .cont-r{width: 48%;}
.Consh-cont .cont-r img{width: 100%;height: 100%;}
.Consh-title {position: relative;padding-left: 30px;}
.Consh-title::before{content: "";position: absolute;width: 7px;height: 41px;background-color: #012fa7;left: 0px;top: 50%;transform: translateY(-50%);}
.Consh-cont .cont-l .content br {content: "";display: block;height: 10px;}
.Consh-cont {background: url(/template/default/images/pages/Consh-cont_bg.jpg) center no-repeat;background-size: cover;}

.joinwh-list {margin: -10px 0 0 -10px;}
.joinwh-list li{position: relative;margin: 10px 0 0 10px;overflow: hidden;}
.joinwh-list li:nth-child(1){width: 804px;}
.joinwh-list li:nth-child(2), .joinwh-list li:nth-child(5){width: 586px;}
.joinwh-list li:nth-child(3){width: 514px;}
.joinwh-list li:nth-child(4){width: 280px;}
.joinwh-bg{width: 100%;transition: all .6s ease;height: 380px;}
.joinwh-color{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;opacity: 0;transition: all .4s ease;}
.joinwh-cont{position: absolute;width: 100%;padding: 38px;z-index: 2;top: 0;left: 0;}
.joinwh-cont .text{opacity: 0;transition: all .4s ease;max-width: 580px;}
.joinwh-list li:hover .joinwh-color{opacity: 0.8;}
.joinwh-list li:hover .joinwh-cont .text{opacity: 1;}
.joinwh-list li:hover .joinwh-bg{transform: scale(1.06);}
.Conwh-pages {display: flex;justify-content: center;}

.Aboyw{background: url(/template/default/images/pages/Aboyw_bg.jpg) center no-repeat;background-size: cover;}
.Aboyw-cont .cont-l{width: 23%;display: flex;align-items: center;padding-right: 20px;}
.Aboyw-cont .cont-r{width: 77%;}
.Aboyw-list {width: 100%;}
.Aboyw-list .list{display: flex;align-items: center;border-bottom: 1px solid #f2f2f1;padding: 35px 0px;}
.Aboyw-list .list .hit{width: calc(100% - 50px);}
.Aboyw-list .list .img{width: 50px;display: flex;align-items: center;justify-content: flex-end;}
.Aboyw-list .list .hit .number{line-height: 1;}
.Aboyw-list .list .hit .number span{margin-right: 7px;}
.Aboyw-map{width: 720px;display: flex;justify-content: center;align-items: center;position: relative;}
.Aboyw-line{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.Aboyw-line .li{width: 1px;height: 1px;position: absolute;}
.Aboyw-line .li .ico{position: absolute;width: 12px;height: 12px;top: 50%;left: 50%;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;z-index: 2;}
.Aboyw-line .li .title{position: absolute;width: max-content;bottom: -25px;left: 50%;transform: translateX(-50%);transition: all .4s ease;z-index: 3;}
.Aboyw-line .li .title img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;object-fit: fill;}
.Aboyw-line .li .title span{position: relative;z-index: 2;}
.Aboyw-line .li:hover .title{display: block;}

.Aboyw-muen{width: calc(100% - 720px);display: flex;align-items: center;}
.Aboyw-muen .muen{border-radius: 3px;box-shadow: 0px 20px 32.2px 2.8px rgba(29, 32, 136, 0.12);padding: 60px 25px;display: none;}
.Aboyw-muen .muen .img{border-radius: 6px;overflow: hidden;width: 100%;}
.Aboyw-muen .muen .img img{width: 100%;}
.Aboyw-muen .muen .line{background-color: #ebebeb;width: 100%;height: 1px;position: relative;}
.Aboyw-muen .muen .line::before{content: "";position: absolute;top: 0px;left: 0px;width: 71px;height: 1px;background-color: #012fa7;}
.Aboyw-muen .muen.active{display: block;animation: DispShow .4s ease;}

.Newrm-cont .cont-l .swiper-pagination{position: absolute;bottom: 10px;right: 10px;}

.Abozs-pages{display: flex;justify-content: center;}

.Aboyw-map {padding: 20px;}
.Aboyw-map > img{object-fit: contain;}
.Aboyw-line .li .ico {background: #012fa7;border-radius: 100px;transition: all .4s ease;z-index: 2;}
.Aboyw-line .li .ico::before,.Aboyw-line .li .ico::after {content: "";display: block;width: 48px;height: 48px;background: rgba(1, 47, 167, .5);border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -24px 0 0 -24px;animation: shineRing 1.5s linear infinite;opacity: 0;}
.Aboyw-line .li .ico::before {animation-delay: .6s;}
.Aboyw-line .li .ico::after {animation-delay: 0s;}
@keyframes shineRing{0%{opacity:0;transform:scale(.1)}5%{opacity:1}to{opacity:0;transform:scale(1)}}
.Aboyw-line .li.active .ico{background-color: red;}

.Aboyw-line .li.beijing {top: 38%;left: 62%;}
.Aboyw-line .li.tianjin {top: 41%;left: 65%;}
.Aboyw-line .li.liaoning {top: 34%;left: 71%;}
.Aboyw-line .li.jilin {top: 29%;left: 76%;}
.Aboyw-line .li.heilongjiang {top: 19%;left: 78%;}
.Aboyw-line .li.neimenggu {top: 37%;left: 51%;}
.Aboyw-line .li.xinjiang {top: 32%;left: 19%;}
.Aboyw-line .li.xizang {top: 58%;left: 22%;}
.Aboyw-line .li.yunnan {top: 78%;left: 39%;}
.Aboyw-line .li.guangxi {top: 81%;left: 52%;}
.Aboyw-line .li.guichuan {top: 72%;left: 49%;}
.Aboyw-line .li.sichuan {top: 62%;left: 42%;}
.Aboyw-line .li.qinghai {top: 48%;left: 33%;}
.Aboyw-line .li.gansu {top: 51%;left: 45%;}
.Aboyw-line .li.ningxia {top: 47%;left: 48%;}
.Aboyw-line .li.shanxi {top: 55%;left: 52%;}
.Aboyw-line .li.shanxi2 {top: 46%;left: 57%;}
.Aboyw-line .li.hebei {top: 44%;left: 60%;}
.Aboyw-line .li.shandong {top: 48%;left: 66%;}
.Aboyw-line .li.jangsu {top: 57%;left: 69%;}
.Aboyw-line .li.shanghai {top: 61%;left: 71%;}
.Aboyw-line .li.zhejiang {top: 67%;left: 69%;}
.Aboyw-line .li.fujian {top: 75%;left: 67%;}
.Aboyw-line .li.hainan {top: 92%;left: 53%;}
.Aboyw-line .li.hunan {top: 71%;left: 57%;}
.Aboyw-line .li.jiangfxi {top: 69%;left: 63%;}
.Aboyw-line .li.hubei {top: 62%;left: 57%;}
.Aboyw-line .li.chonqing {top: 66%;left: 50%;}
.Aboyw-line .li.taiwan {top: 80%;left: 72%;}
.Aboyw-line .li.henan {top: 55%;left: 57.5%;}
.Aboyw-line .li.zhengzhou {top: 54%;left: 61%;}
.Aboyw-line .li.anhui {top: 60%;left: 65%;}
.Aboyw-line .li.guangdong {top: 82%;left: 59%;}

.Aboyw-handoff {position: absolute;left: 0px;bottom: 0px;z-index: 5;}
.Aboyw-handoff a{width: 100px;padding: 5px 0px;display: flex;justify-content: center;align-items: center;border: 1px solid #000;transition: all .4s ease;}
.Aboyw-handoff a:last-child{border-left: 0px;}
.Aboyw-handoff a:hover{color: #012fa7;}
















/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .Prolb-list .list .img {height: 220px;padding: 30px;}
    .ProBan2-cont .cont{width: 30%;}
    .ProBan2-cont .img{width: 60%;}
    .Fanlb-muen .list{height: 315px;}
    .Fanlb-list .list{height: 268px;}
    .Newsplb-list .list .img{height: 325px;}
    .aboulc .gallery{padding: 0px 200px;}
    .aboulc_svp .thumbs-next {bottom: 98px;}
    .aboulc_svp .thumbs-prev {bottom: 98px;}
    .Abomb-bg {height: 545px;}
    .Abosl-img {height: 570px;}
    .Abosl-cont .cont-l .muen {padding: 70px 55px;}
    .Abojr-list .list {height: 340px;}
    .Abozs-list .list .img{height: 330px;}
    .Consh-cont .cont-l {width: 52%;padding: 20px 0px;padding-left: calc((100% - 1280px) / 2);padding-right: 85px;}
    .joinwh-bg {height: 324px;}
    .joinwh-list li:nth-child(1){width: 688px;}
    .joinwh-list li:nth-child(2), .joinwh-list li:nth-child(5){width: 502px;}
    .joinwh-list li:nth-child(3){width: 438px;}
    .joinwh-list li:nth-child(4){width: 240px;}
    .Aboyw-map{width: 660px;}
    .Aboyw-muen {width: calc(100% - 660px);}
    .Abozs-muen .muen{margin-bottom: 80px;}
    .ProBan2-lun > img{max-width: 80%;}
    .Abosl-cont .cont-l .muen .text {height: 385px;}
}

@media all and (max-width:1430px) {
    /* 1360 */
}

@media all and (max-width:1350px) {
    /* 1280 */
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .Fanlb-muen .list{height: 235px;}
    .Fanlb-list .list{height: 200px;}
    .Newsplb-list .list .img{height: 240px;}
    .aboulc .gallery {padding: 0px 150px;}
    .aboulc_svp .thumbs-next {bottom: 76px;}
    .aboulc_svp .thumbs-prev {bottom: 76px;}
    .Consh-cont .cont-l{width: 100%;padding: 20px 4%;}
    .Consh-cont .cont-r{width: 100%;}
    .joinwh-bg {height: 258px;}
    .joinwh-list li:nth-child(1){width: 549px;}
    .joinwh-list li:nth-child(2), .joinwh-list li:nth-child(5){width: 401px;}
    .joinwh-list li:nth-child(3){width: 350px;}
    .joinwh-list li:nth-child(4){width: 189px;}
    .joinwh-cont {padding: 20px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .CommonBanner > img{min-height: 200px;}
    .ProBan2-cont .cont{width: 100%;}
    .ProBan2-cont .img{width: 100%; margin-top: 25px;}
    .CommonBanner.ProBan2 .content{position: relative;padding: 50px 0px;}
    .CommonBanner.ProBan2 > img{position: absolute;top: 0px;left: 0px;height: 100%;}
    .ProBan2-svp .swiper-btn{display: none;}
    .Proxq-cont .cont-l{width: 100%;padding: 0px;border-right: 0px;}
    .Proxq-cont .cont-r{display: none;}
    .Proxq-cont{padding: 26px 0px;}
    .Newsplb-list .list .img{height: 173px;}
    .aboulc .thumbs {padding-top: 265px;}
    .aboulc .gallery {padding: 0px 20px;}
    .aboulc .thumbs::before {top: 355px;}
    .joinwh-bg {height: 240px;}
    .joinwh-list li:nth-child(1){width: calc(100% - 10px);order: 1;}
    .joinwh-list li:nth-child(2), .joinwh-list li:nth-child(5){order: 2;width: calc(50% - 10px);}
    .joinwh-list li:nth-child(3){width: auto;order: 3;flex: 1;}
    .joinwh-list li:nth-child(4){width: 280px;order: 3;}
    .Aboyw-cont .cont-l{width: 100%;padding-right: 0px;}
    .Aboyw-cont .cont-r{width: 100%;}
    .Aboyw-map{width: 100%;}
    .Aboyw-muen{width: 100%;}
    .Aboyw-muen .muen{width: 100%;}
    .Prohc-list .list .show .btn i {font-size: 12px;}
    .Prohc-list .list .show .btn {width: 30px;}
    .Prohc-list .list .show .btn > div {height: 30px;}
    .Prolb-list .list .img {height: 170px;padding: 10px 25px;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .Profl-list .list-muen .title{width: 100%;margin-bottom: 10px;}
    .Profl-list .list-muen{display: flex;flex-wrap: wrap;height: auto;padding: 10px 0px;}
    .Profl-list .list-muen .cont{width: 100%;display: flex;flex-wrap: wrap;margin-bottom: -10px;}
    .Profl-list .list-muen .cont a{width: calc(100%/3);margin-right: 0px;margin-bottom: 10px;}
    .Pross-form .cont{width: 100%;}
    .CommonNav{bottom: 0px;}
    .CommonNav-list a{height: 40px;}
    .Prolb-list {margin-right: 0px;margin-bottom: -10px;}
    .Prolb-list .list{width: 100%;margin-right: 0px;margin-bottom: 10px;}
    .Prolb-list .list .hit{padding: 20px;}
    .paging-menu a{width: 35px;height: 35px;line-height: 35px;margin: 0px 5px !important;}
    .Proxq-svp{padding: 0px;}
    .Proxq-svp .swiper-btn{display: none;}
    .Proxg-lun .img {height: 200px;}
    .Proxg-lun .title {padding: 0px 20px 20px 20px;}
    .Proxg-page .cont-l .swiper-btn.prev {margin-right: 15px;}
    .Proxg-page .cont-l {width: 110px;}
    .Proxg-page .cont-r {width: calc(100% - 110px);}
    .CommonMessage-cont .cont-l {width: 100%;}
    .CommonMessage-cont .cont-l input{margin-bottom: 10px;}
    .CommonMessage-cont .cont-r{width: 100%;padding-left: 0px;margin-top: 10px;}
    .CommonMessage-cont .li-border{margin-bottom: 10px;}
    .CommonMessage-cont .cont-r textarea {height: 170px;}
    .CommonMessage-ensi{margin-top: 12px;}
    .ProBan2-cont .cont .btn i {font-size: 18px;}
    .ProBan2-cont .cont .btn {width: 130px;height: 40px;}
    .Prohc-muen {margin-right: -10px;}
    .Prohc-muen a{width: calc(100%/3 - 10px);margin: 0px;margin-right: 10px;}
    .Prohc-list .list .show{padding: 10px 20px;}
    .Prohc-list .list .hide {padding: 10px 20px;}
    .paging-menu a{font-size: 12px;}
    .paging-menu a i{font-size: 12px;}
    .Proxz-list {margin-right: -10px;margin-bottom: -10px;}
    .Proxz-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;padding: 15px;}
    .Proxz > img.bg{display: none;}
    .Proxzly-cont{padding: 20px;}
    .Proxzly > img.bg{display: none;}
    .CommonNav .contain{width: 100%;}
    .Fanlb-muen{margin-right: 0px;}
    .Fanlb-muen .list {width: 100%;margin-right: 0px;margin-bottom: 10px;}
    .Fanlb-muen .list .cont{padding: 15px;}
    .Fanlb-muen .list{height: 165px;}
    .Fanlb-list {margin-right: -10px;margin-bottom: -10px;}
    .Fanlb-list .list{width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;height: 140px;}
    .Fanlb-list .list .cont {padding: 0px 15px;padding-bottom: 10px;}
    .Fanss-list {flex-wrap: wrap;justify-content: flex-start;}
    .Fanss-list span{display: block;width: 100%;}
    .Fanss-list a{margin: 0px;margin-right: 10px;margin-top: 10px;}
    .Fanxq-cont .cont-l{width: 100%;}
    .Fanxq-title{padding: 20px;}
    .Fanxq-content{padding: 20px;}
    .Fanxq-cont .cont-r{width: 100%;margin-top: 25px;padding-left: 0px;}
    .Fanxq-gd{padding: 20px;}
    .Fanxq-gd > .title::before{left: -20px;}
    .Fanxq-gd .btn {width: 110px;height: 40px;}
    .Proxq-title span{width: 40px;height: 40px;padding: 10px;}
    .Proxq-title span img{max-height: 100%;}
    .Fanxz-list .list{padding: 0px 15px;height: 60px;}
    .Fanxz-list .list .li:nth-child(4){display: none;}
    .Fanxz-list .list .li:nth-child(3){display: none;}
    .Fanxz-list .list .li:nth-child(2){width: 80%;}
    .CommonMessage-ensi .btn {width: 100px;height: 40px;}
    .Newrm-cont .cont-l{width: 100%;}
    .Newrm-lun{width: 100%;height: 100%;}
    .Newrm-lun .cont {padding: 0px 10px;padding-bottom: 20px;}
    .Newrm-cont .cont-r{padding-left: 0px;width: 100%;margin-top: 15px;}
    .Newrm-list .list {width: 100%;margin-right: 0px;padding: 15px 0px;}
    .Newrm-pages{display: none;}
    .Newlb-list .list{padding: 20px 0px;}
    .Newlb-list .list .img{width: 100%;}
    .Newlb-list .list .hit{width: 100%;padding: 0px;margin-top: 10px;}
    .Newlb-list .list .btn{margin-top: 10px;}
    .Newlb-list .list .hit .data{width: 100%;}
    .Newlb-list .list .hit .cont{width: 100%;margin-top: 10px;}
    .newsxq-cont .cont-l{width: 100%;padding-right: 0px;border-right: 0px;padding: 36px 0px;}
    .newsxq-fy a{padding: 0px 10px;}
    .newsxq-cont .cont-l::before{display: none;}
    .newsxq-cont .cont-r{width: 100%;padding: 0px;padding-bottom: 36px;}
    .newsxq-list .muen{margin-bottom: 20px;}
    .Newsplb-list {margin-right: 0px;margin-bottom: -20px;}
    .Newsplb-list .list {width: 100%;margin-right: 0px;margin-bottom: 20px;}
    .Newsplb-list .list .img{height: 265px;}
    .Newsplb-list .list .cont{padding: 15px;}
    .Newsplb-list .list .img .btn > div{transform: scale(1);}
    .Confs-cont .cont-l{width: 100%;}
    .Confs-cont .cont-r{width: 100%;}
    .ConTitle .title{font-size: 26px;}
    .Confs-cont .cont-l .list-li{margin-bottom: 10px;}
    .Confs-cont .cont-l .list-li .cont li {margin-bottom: 5px;}
    .Confs-list .list{padding: 15px;margin-top: 10px;}
    .Congz-title span {width: 60px;height: 60px;margin-right: 15px;}
    .Congz-list {margin-left: 0px;margin-right: -10px;margin-top: 15px;}
    .Congz-list .list{width: calc(100%/4 - 10px);margin-right: 10px;}
    .aboulc .gallery-more .num {font-size: 30px;width: 100%;height: 30px;margin-bottom: 15px;}
    .aboulc .gallery-more .cont li {font-size: 12px;margin-bottom: 5px;}
    .aboulc .gallery-more .cont{width: 100%;}
    .aboulc .gallery {height: 310px;}
    .aboulc .gallery-more{display: block;}
    .aboulc_svp .thumbs-prev {bottom: 53px;}
    .aboulc_svp .thumbs-next {bottom: 53px;}
    .Abozj-cont .cont-l{width: 100%;}
    .Abozj-cont .cont-r{width: 100%;margin-top: 16px;}
    .Abozj-list {margin-bottom: -15px;}
    .Abozj-list .list {width: calc(100%/3);align-items: flex-start;margin-bottom: 15px;}
    .aboulc .thumbs {padding-top: 160px;}
    .aboulc .gallery {top: 50px;height: 210px;}
    .aboulc .thumbs {padding-top: 240px;}
    .aboulc .thumbs::before {top: 328px;}
    .aboulc_svp .thumbs-next {bottom: 58px;}
    .aboulc_svp .thumbs-prev {bottom: 58px;}
    .aboulc .gallery-more .cont{display: block;}
    .aboulc .gallery-more .cont .cont-scroll{height: 135px;}
    .aboulc {height: 410px;}
    .aboulc .ConTitle {top: 12px;}
    .aboulc-yuan {top: 40px;}
    .Abofb > img{min-height: 400px;}
    .Abofb-title{width: 100%;}
    .Abofb .content{background-color: rgba(0, 0, 0, .3);}
    .Abosl-cont .cont-l{width: 100%;}
    .Abosl-cont .cont-r{width: 100%;}
    .Abosl-cont .cont-l .muen{padding: 20px;}
    .Abosl-cont .cont-l .muen .number{display: none;}
    .Abosl-img img.active{position: relative;}
    .Abosl-list .list{width: 100%;flex-direction: row-reverse;padding: 0px 12px;justify-content:space-between;height: calc(100%/5);}
    .Abosl-list .list .title {float: left;width: calc(100% - 40px);}
    .Abosl-list .list .deco {float: right;width: 40px;height: 40px;margin: 0px;}
    .Abosl-list .list .deco:before{width: 30px;height: 30px;}
    .Abosl-list .list .deco:after{width: 35px;height: 35px;}
    .Abosl-list .list .deco i, .Abosl-list .list .deco em{width: 20px;height: 20px;}
    .Abosl-list .list:not(:last-child) {border-right: 0px solid rgba(255, 255, 255, .3);border-bottom: 1px solid rgba(255, 255, 255, .3);}
    .Abosl-img {height: 465px;}
    .Abory .ConTitle{flex-wrap: wrap;padding-bottom: 10px;}
    .Abory-list {margin-top: 15px;justify-content: space-between;width: 100%;}
    .Abory-list .list{margin-left: 10px;}
    .Abory-cont .btn {width: 120px;height: 40px;}
    .Abory-cont {padding-bottom: 180px;}
    .Abory > img.bg {min-height: 275px;}
    .Abomb-list .list .show{display: none;}
    .Abomb-list .list .hide{height: 100%;border-radius: 0px;bottom: 0px;background-color: transparent;padding: 20px;}
    .Abomb-list .list:not(:last-child) .hide{border-bottom: 1px solid rgba(255, 255, 255, .3);}
    .Abomb-list .list{width: 100%;height: calc(100%/5);}
    .Abomb-bg > img.active {opacity: .8;}
    .Abojr-list .list {height: 100px;}
    .Abojr-list .list .show .title{font-size: 16px;}
    .Abojr-list .list .btn{font-size: 14px;margin-top: 0px;}
    .Abojr-list .list .btn i{font-size: 12px;}
    .Abozs-list {margin-right: -15px;margin-bottom: -15px;}
    .Abozs-list .list {width: calc(100%/2 - 15px);margin-right: 15px;margin-bottom: 15px;}
    .Abozs-list .list .img{height: 180px;}
    .Tozbg-cont .Newspfl-cont{margin-top: 15px;}
    .Tozbg-muen span{display: block;width: 100%;margin-bottom: 10px;}
    .Tozbg-muen {margin-bottom: -10px;}
    .Tozbg-muen a{margin-left: 0px;padding: 0px 10px;width: calc(100%/5);margin-bottom: 10px;}
    .Tozbg-list {margin-right: 0px;margin-bottom: -15px;}
    .Tozbg-list .list {width: 100%;margin-right: 0px;margin-bottom: 15px;}
    .Tozbg-list .list .cont{padding: 20px;}
    .Tozlx-cont .cont-l{width: 100%;padding-top: 0px;}
    .Tozlx-cont .cont-r{padding: 0px;width: 100%;margin-top: 28px;}
    .Tozlx-cont .cont-r::before{display: none;}
    .Tozlx-cont .cont-l .cont{padding: 0px;}
    .Tozlx-cont .cont-l .cont::before{display: none;}
    .Conzp-list .list .show{padding: 0px 10px;height: 60px;}
    .Conzp-list .list .show .li .btn {width: 35px;height: 35px;}
    .Conzp-list .list .show .li:nth-child(6){width: 35px;}
    .Conzp-list .list .show .li:nth-child(1) {width: calc(60% - 10px);}
    .Conzp-list .list .show .li:nth-child(2) {width: calc(40% - 25px);}
    .Conzp-list .list .show .li:nth-child(3) {display: none;}
    .Conzp-list .list .show .li:nth-child(4) {display: none;}
    .Conzp-list .list .show .li:nth-child(5) {display: none;}
    .Conzp-list .list .hide{padding: 15px;}
    .Conzp-list .list .hide .btn {width: 110px;height: 40px;}
    .Consh-title {padding-left: 20px;}
    .Consh-title::before{width: 3px;height: 20px;}
    .joinwh-bg {height: 108px;}
    .joinwh-list ul {margin: -4px 0 0 -4px;}
    .joinwh-list li {margin: 4px 0 0 4px;}
    .joinwh-list li:nth-child(1){width: calc(100% - 4px);order: 1;}
    .joinwh-list li:nth-child(2), .joinwh-list li:nth-child(5){order: 2;width: calc(50% - 4px);}
    .joinwh-list li:nth-child(3){width: auto;order: 3;flex: 1;}
    .joinwh-list li:nth-child(4){width: 120px;order: 3;}
    .joinwh-cont {height: 100%;padding: 12px;display: flex;flex-direction: column;align-items: center;justify-content: center;background-color: rgba(0, 0, 0, .3);}
    .joinwh-cont .text{display: none;}
    .Consh-cont {flex-direction: column-reverse;}
    .Aboyw-list .list {padding: 15px 0px;}
    .Aboyw-cont {margin-top: 15px;}
    .Aboyw-cont .cont-r{margin-top: 15px;}
    .Aboyw-muen .muen{padding: 20px;}
    .Aboyw-map > img{display: none;}
    .Aboyw-line{position: relative;display: flex;flex-wrap: wrap;}
    .Aboyw-line .li{position: static;width: calc(100%/5);height: auto;}
    .Aboyw-line .li .ico{display: none;}
    .Aboyw-line .li .title{position: static;padding: 0px 10px;height: 30px;display: flex !important;align-items: center;transition: all .4s ease;}
    .Aboyw-line .li .title img{display: none;}
    .Aboyw-muen{margin-top: 15px;}
    .Aboyw-line .li.active .title{background-color: #012fa7;color: #fff;}
    .Aboyw-line .li.active .title span{color: #fff;}
    .CommonNav-list a{font-size: 12px;}
    .aboulc {height: 450px;}
    .aboulc .ConTitle {top: 35px;}
    .aboulc .gallery {top: 75px;}
    .aboulc .thumbs {padding-top: 265px;}
    .aboulc .thumbs::before {top: 353px;}
    .Abozs-muen .muen{margin-bottom: 20px;}
    .Abosl-cont .cont-l .muen .text{height: 160px;}

    .CommonBanner .content .title{font-size: 18px;}
    .CommonBanner .content .name{font-size: 12px;}
    .CommonBanner .content .text{font-size: 14px;}
    .CommonNav-list a {height: 35px;}
    .Pross-form .cont {width: 88%;height: 35px;}
    .Pross-form .cont .btn {width: 85px;height: 35px;font-size: 12px;}
    .Profl-list .list-muen .cont a .text{width: calc(100% - 14px);font-size: 12px;}
    .Prolb-list .list .hit .cont .text {font-size: 12px;}
    .Prolb-list .list .hit .btn > div i{font-size: 12px;}
    .ProBan2-cont .cont li{font-size: 12px;margin-bottom: 4px;}
    .ProBan2-cont .cont .btn i{display: none;}
    .ProBan2-cont .cont .btn {width: 80px;height: 35px;font-size: 12px;}
    .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0px 4px;}
    .Proxq-title {font-size: 16px;}
    .Proxq-title span {width: 30px;height: 30px;padding: 8px;margin-right: 8px;}
    .Proxq-muen .content p{font-size: 12px;line-height: 20px;}
    .Proxq-muen .list .content table th{font-size: 12px;}
    .Proxq-muen .list .content table td {font-size: 12px;padding: 0px;}
    .swiper-btn i{font-size: 12px;}
    .swiper-btn a {width: 35px;height: 35px;}
    .Proxg-page .cont-l .swiper-btn.prev {margin-right: 8px;}
    .Proxg-page .cont-l {width: 90px;}
    .Proxg-page .cont-r {width: calc(100% - 90px);}
    .Procj-title .title{font-size: 18px;}
    .Procj-title .text{font-size: 12px;line-height: 20px;}
    .CommonMessage-cont .cont-l input {height: 35px;width: 100%;margin-bottom: 15px;padding: 0px 10px;}
    .CommonMessage-cont .cont-r textarea {height: 140px;padding: 5px 10px;}
    .customSelect-name {height: 35px;padding: 0 10px;font-size: 12px;color: #888;}
    .customSelect-drop {top: 35px;}
    .customSelect-drop li {padding: 0 15px;height: 30px;font-size: 12px;}
    .CommonMessage-cont .cont-l input::-webkit-input-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-l input:-moz-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-l input::-moz-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-l input:-ms-input-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-r textarea::-webkit-input-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-r textarea:-moz-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-r textarea::-moz-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-cont .cont-r textarea:-ms-input-placeholder{color: #888;font-size: 12px;}
    .CommonMessage-ensi .cont{font-size: 12px;}
    .CommonMessage-ensi .btn {width: 80px;height: 35px;font-size: 12px;}
    .Fanss-list a{font-size: 12px;}
    .Fanss-list span{font-size: 14px;}
    .Fanlb-muen .list .cont .title{font-size: 16px;}
    .Fanlb-muen .list .cont .text{font-size: 12px;line-height: 20px;height: 40px;}
    .Fanlb-muen .list .cont .btn{font-size: 12px;}
    .Fanlb-muen .list .cont .btn i{font-size: 12px;}
    .Fanlb-muen .list .cont {justify-content: space-between;}
    .Fanxq-cont .cont{padding: 0px;background-color: transparent;}
    .Fanxq-cont .cont .content p{font-size: 12px;line-height: 20px;}
    .Fanxq-cont .cont .content h3 {font-size: 16px;}
    .Fanxq-content .list:last-child{margin-bottom: 0px;}
    .Fanxq-gd .btn {width: 80px;height: 35px;font-size: 12px;}
    .Proxg-lun .title{font-size: 14px;}
    .Fanxz-title .btn{font-size: 12px;}
    .Fanxz-list .list .li:nth-child(5) img {max-height: 18px;}

    .ConTitle .name{font-size: 12px;}
    .ConTitle .title {font-size: 18px;line-height: 1;}
    .Abozj-cont .cont-r .title{font-size: 16px;}
    .Abozj-cont .cont-r .content p{font-size: 12px;line-height: 20px;}
    .Abozj-list .list .number {font-size: 12px;}
    .Abozj-list .list .number span {margin-right: 8px;}
    .Abozj-list .list .text{font-size: 12px;}
    .Abomb-list .list .hide .title .hit{font-size: 16px;}
    .Abomb-list .list .hide .text {font-size: 12px;}
    .aboulc_svp .thumbs-next {bottom: 63px;}
    .aboulc_svp .thumbs-prev {bottom: 63px;}
    .Abofb-title {font-size: 12px;line-height: 20px;}
    .Abofb-btn {font-size: 12px;}
    .Abofb-btn i{font-size: 12px;}
    .Abofb-btn {width: 130px;height: 40px;}
    .Abosl-cont .cont-l .muen .text {font-size: 12px;line-height: 20px;}
    .Abosl-cont .cont-l .muen .title {font-size: 16px;}
    .Abory-list .list .number {font-size: 12px;}
    .Abory-list .list .text {font-size: 12px;}
    .Abory-cont .text{font-size: 12px;line-height: 20px;}
    .Abory-cont .btn {width: 80px;height: 35px;font-size: 12px;}
    .Abojr-list .list .btn i{display: none;}
    .Abojr-list .list .btn {font-size: 12px;margin-top: 8px;}
    .Newspfl-cont .customSelect-name {font-size: 12px;}
    .Tozbg-muen {width: 100%;}
    .Tozbg-muen a {text-align: center;font-size: 12px;}
    .Tozbg-list .list .cont .data {font-size: 12px;}
    .Tozbg-list .list .cont .title {font-size: 14px;}
    .Tozbg-list .list .hit .btn i {font-size: 12px;}
    .Tozbg-list .list .hit .btn {font-size: 12px;}
    .Tozlx-title {font-size: 18px;}
    .Tozlx-cont .cont-l .cont .hit{font-size: 12px;line-height: 20px;}
    .Tozlx-list .list .img {padding: 5px;width: 30px;height: 30px;}
    .Tozlx-list .list .img img{max-height: 100%;}
    .Tozlx-list .list .text > div:nth-child(1){font-size: 12px;}
    .Tozlx-list .list .text > div:nth-child(2){font-size: 14px;line-height: 22px; margin-top: 5px;}
    .Aboyw-list .list .hit .number{font-size: 12px;}
    .Aboyw-list .list .hit .text{font-size: 12px;}
    .Aboyw-muen .muen .title{font-size: 14px;}
    .Aboyw-muen .muen .content p{font-size: 12px;line-height: 20px;}
    .Aboyw-line .li .title span{font-size: 12px;font-weight: 400;}
    .Newrm-lun .cont {padding: 0px 10px;padding-bottom: 10px;padding-right: 60px;background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));font-size: 14px;}
    .Newrm-cont .cont-l .swiper-btn{display: none;}
    .Newrm-list .list .number> div div:nth-child(1){font-size: 16px;}
    .Newrm-list .list .number> div div:nth-child(2){font-size: 12px;}
    .Newrm-list {margin-right: 0px;margin-bottom: -15px;}
    .Newrm-list .list .cont .title{font-size: 14px;line-height: 22px;height: 44px;}
    .Newlb-list .list .hit .data > div div:nth-child(1){font-size: 16px;}
    .Newlb-list .list .hit .data > div div:nth-child(2){font-size: 12px;}
    .Newlb-list .list .hit .cont .title {font-size: 14px;}
    .Newlb-list .list .hit .cont .text {font-size: 12px;height: 44px;}
    .Newlb-list .list .btn a {width: 80px;height: 35px;font-size: 12px;}
    .newsxq-title {font-size: 18px;}
    .newsxq-data {font-size: 12px;}
    .newsxq-content p{font-size: 12px;line-height: 20px;}
    .newsxq-btn a .img {display: none;}
    .newsxq-btn a {width: 80px;height: 35px;font-size: 12px;}
    .newsxq-fy a {height: 35px;}
    .newsxq-fy a span{font-size: 12px;}
    .newsxq-cont .cont-r .name {font-size: 16px;}
    .newsxq-list .muen .title {font-size: 12px;line-height: 20px;}
    .Newsplb-list .list .img .btn > div {border: 2px solid #fff;width: 45px;height: 45px;}
    .Newsplb-list .list .img .btn i {font-size: 16px;margin-left: 4px;}
    .Newsplb{padding: 22px 0px;}
    .Confs-cont .cont-l .title{font-size: 14px;}
    .Confs-cont .cont-l .hit{font-size: 12px;margin-top: 2px;}
    .Confs-cont .cont-l .iphone {font-size: 18px;line-height: 20px;}
    .Confs-cont .cont-l .list-li .img {width: 45px;}
    .Confs-cont .cont-l .list-li .cont {width: calc(100% - 45px);}
    .Confs-cont .cont-l .list-li .cont li:nth-child(1){font-size: 14px;}
    .Confs-cont .cont-l .list-li .cont li:nth-child(2){font-size: 12px;line-height: 16px;}
    .Confs-cont .cont-l .list-li .cont li:nth-child(3){font-size: 12px;line-height: 16px;}
    .Confs-list .list .show .title {font-size: 14px;}
    .Confs-list .list .hide p{font-size: 12px;}
    .Congz-title span {width: 30px;height: 30px;margin-right: 8px;}
    .Congz-title span div {width: 30px;height: 30px;padding: 6px;}
    .Congz-title span div img{max-height: 100%;}
    .Congz-list .list .title{font-size: 12px;margin-top: 4px;}
    .Aboyw-line .li .title{transform: translateX(0px);}

    .Fanxq-content .list li{font-size: 12px;line-height: 20px;}
    .Fanxq-cont .cont .content h3 {font-size: 14px;}
    .Abomb-list .list{transition: all .4s ease;}
    .Abomb-list .list:hover{background-color: rgba(1, 47, 167, 1);}

    .Aboyw-handoff {position: relative;margin-top: 20px;}
    .Aboyw-map {flex-direction: column-reverse;}

}