﻿@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 50px;height: 50px;margin: 4px 5px;font-size: 16px;font-family: "HB";color: #59545d;transition: all .4s ease;border-radius: 50%;box-shadow: 0px 0px 19.6px 0.4px rgba(85, 98, 151, 0.1);background-color: #fff;display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;}
.paging-menu a.first span,.paging-menu a.last span,.paging-menu a.prev span,.paging-menu a.next span{display: none;}
.paging-menu a span{position: relative;z-index: 4;}
.paging-menu a::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #0079ff;transition: all .4s ease;opacity: 0;}
.paging-menu a.first::after, .paging-menu a.last::after, .paging-menu a.prev::after, .paging-menu a.next::after{font-family: "icon";font-size: 12px;font-weight: 700;}
.paging-menu a.first::after, .paging-menu a.last::after{content: "\ee30";}
.paging-menu a.prev::after, .paging-menu a.next::after{content: "\e62e";}
.paging-menu a.first::after, .paging-menu a.prev::after{transform: rotate(-90deg);}
.paging-menu a.last::after, .paging-menu a.next::after{transform: rotate(90deg);}
.paging-menu a.first{margin-right: 28px;}
.paging-menu a.last{margin-left: 28px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{color: #fff;background-color: #0079ff;}
/* .paging-menu a:hover::before, .paging-menu a.active::before, .paging a.on::before{opacity: 1;} */
@media all and (max-width:1590px) {
    .paging-menu a{width: 46px;height: 46px;margin: 4px;font-size: 15px;}
    .paging-menu a.first{margin-right: 18px;}
    .paging-menu a.last{margin-left: 18px;}
}
@media all and (max-width:1000px) {
    .paging-menu a{display: none;}
    .paging-menu a.first,.paging-menu a.last,.paging-menu a.prev,.paging-menu a.next{display: flex;}
    .paging-menu a{width: 42px;height: 42px;font-size: 14px;}
    .paging-menu a.first{margin-right: 12px;}
    .paging-menu a.last{margin-left: 12px;}
}
.page-num {display: flex;align-items: center;}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #0079ff;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #0079ff;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: #0079ff !important;}
.search-link:hover h2{color: #0079ff;}
@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: 20px;}
.webmap-title::after{content: "";position: absolute;width: 50px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 3px;background: #0079ff;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(25% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li:nth-child(3){width: calc(50% - 40px);}
.webmap-list>ul>li:nth-child(3)>.drop>ul{display:flex;flex-wrap:wrap}
.webmap-list>ul>li:nth-child(3)>.drop>ul>li{width:25%;margin-bottom:6px;}
.webmap-list>ul>li:nth-child(n+4){width: calc(33.3333% - 40px);}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #0079ff;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 16px;width: 100%;padding-bottom: 16px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 12px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 4px 0;font-size: 15px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 13px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 12px;}
@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;}
}
@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% !important;margin: 14px 0 0;}
.webmap-list>ul>li:nth-child(3)>.drop>ul>li{width:50%;margin-bottom:6px;}
}

/*  */
.CommonBanner > img{width: 100%;}
.CommonBanner .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;}
.CommonBanner .btn a{width: 110px;height: 40px;}
.CommonBanner .btn a:nth-child(1){margin-right: 10px;}

.CommonNav {background-color: #f4f8ff;}
.CommonNav-list a{display: flex;justify-content: center;align-items: center;height: 60px;flex: 1;color: #4f5a6a;transition: all .4s ease;}
.CommonNav-list a.active{background-color: #0079ff;color: #fff;}
.CommonNav-list a:hover{background-color: #0079ff;color: #fff;}
.CommonNav-list a.active:hover{background-color: #001eff;color: #fff;}

.YunWegs {background-size: cover !important;}
.YunWegs-btn {display: flex;justify-content: center;}
.YunWegs-btn a{width: 158px;height: 40px;}
.YunWegs .CommonTitle.center {display: flex;flex-direction: column;align-items: center;}
.YunWegs .CommonTitle .text{max-width: 1100px;}
.YunWegs .CommonTitle .text table{width: 1100px;}
.YunWegs .CommonTitle .text table td{padding: 15px;}

.YunWenr {background-size: cover !important;}
.YunWenr-cont .cont-l{width: 47%;border-radius: 6px;overflow: hidden;height: 345px;box-shadow: 0px 7px 8.91px 0.09px rgba(35, 37, 39, 0.09);}
.YunWenr-cont .cont-l img{width: 100%;height: 100%;transition: all .4s ease;}
.YunWenr-cont .cont-l img:hover{transform: scale(1.04);}
.YunWenr-cont .cont-r{width: 53%;padding-left: 60px;display: flex;flex-direction: column;justify-content: center;}
.YunWenr-cont .cont-r .title{color: #4f5a6a;}
.YunWenr-cont .cont-r li{padding-left: 15px;position: relative;color: #4f5a6a;margin-bottom: 13px;}
.YunWenr-cont .cont-r li::before{content: "";position: absolute;width: 6px;height: 6px;border-radius: 100px;background-color: #0079ff;left: 0px;top: 8px;}
.YunWenr-cont .cont-r li:last-child{margin-bottom: 0px;}

.YunWesy {background-color: rgb(244, 248, 255);}
/* .YunWesy {background-image: linear-gradient(to bottom,rgba(253,254,254,1),rgba(253,254,254,1),rgba(244,248,255,1));} */
.YunWesy-list {margin-right: -17px;margin-bottom: -17px;}
.YunWesy-list .list{width: calc(100%/5 - 17px);margin-right: 17px;margin-bottom: 17px;box-shadow: 0px 12px 16.66px 0.34px rgba(85, 98, 151, 0.11);position: relative;
border-radius: 6px;overflow: hidden;background-color: #fff;border: 1px solid rgb(241, 245, 250);padding: 55px 25px 10px 25px;min-height: 238px;transition: all .4s ease;display: flex;flex-direction: column;align-items: center;}
.YunWesy-list .list .number{width: 35px;height: 35px;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #0079ff;transition: all .4s ease;position: relative;z-index: 3;}
.YunWesy-list .list img{position: absolute;bottom: 0px;left: 0px;opacity: 0;transition: all .4s ease;}
.YunWesy-list .list:hover img{opacity: 1;} 
.YunWesy-list .list:hover {background-color: #0079ff;}
.YunWesy-list .list:hover .number {color: #0079ff;background-color: #fff;}
.YunWesy-list .list .title{transition: all .4s ease;color: #636974;position: relative;z-index: 3;}
.YunWesy-list .list:hover .title{color: #fff;}
.YunWesy-btn {display: flex;justify-content: center;}
.YunWesy-btn a{width: 38px;height: 38px;display: flex;justify-content: center;align-items: center;background-color: #0079ff;border-radius: 100px;transform: rotate(-90deg);transition: all .4s ease;}
.YunWesy-btn a i{font-size: 12px;color: #fff;}
.YunWesy-btn a:hover{background-color: #001eff;}
.YunWesy-muen {margin-right: -20px;margin-bottom: -20px;justify-content: center;}
.YunWesy-muen .list{width: calc(100%/6 - 20px);margin-right: 20px;margin-bottom: 20px;border-radius: 6px;overflow: hidden;background-color: #fff;height: 70px;padding: 5px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 0px 20px 0px rgba(0, 82, 217, 0.1);}
.YunWesy-muen .list img{max-height: 100%;transition: all .4s ease;}
.YunWesy-muen .list:hover img{opacity: .5;}

.YunWefw {background-size: cover !important;}
.YunWefw-lun {background-color: #fff;border-radius: 6px;overflow: hidden;padding: 45px 40px;position: relative;height: 100%;}
.YunWefw-lun > div{position: relative;z-index: 2;transition: color .4s ease;}
.YunWefw-lun:hover > div{color: #fff;}
.YunWefw-lun .img img{transition: all .4s ease;}
.YunWefw-lun .img img:nth-child(1){position: absolute;opacity: 1;}
.YunWefw-lun .img img:nth-child(2){opacity: 0;}
.YunWefw-lun .text{color: #636974;}
.YunWefw-lun:hover .img img:nth-child(1){opacity: 0;}
.YunWefw-lun:hover .img img:nth-child(2){opacity: 1;}
.YunWefw-lun img.bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;transition: all .4s ease;opacity: 0;}
.YunWefw-svp > .muen{margin: -10px;}
.YunWefw-svp .swiper-container {padding: 10px;}
.YunWefw-lun:hover{box-shadow: 0px 3px 10px 0px rgba(0, 121, 255, 0.35);}
.YunWefw-lun:hover img.bg{opacity: 1;}
.YunWefw-pages {display: flex;justify-content: center;position: relative;height: 20px;}
.YunWefw-svp .swiper-slide{height: auto;}

.swiper-pagination-bullet {width: 11px;height: 11px;border:1px solid #0079ff;background: #fff;opacity: 1;margin: 0px 7px;}
.swiper-pagination-bullet-active {opacity: 1;background: #0079ff;}

.YunWesy2-list .list{border-radius: 6px;box-shadow: 0px 3px 10px 0px rgba(195, 207, 232, 0.35);background-color: #fff;overflow: hidden;transition: all .4s ease;}
.YunWesy2-list .list .img{height: 105px;position: relative;overflow: hidden;border-radius: 6px;overflow: hidden;}
.YunWesy2-list .list .img img{width: 100%;height: 100%;transition: all .4s ease;}
.YunWesy2-list .list .img .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;padding: 0px 30px;justify-content: center;text-align: center;}
.YunWesy2-list .list .cont{padding: 25px 30px;}
.YunWesy2-list .list .cont .title{hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.YunWesy2-swiper > .muen{margin: -10px;}
.YunWesy2-swiper .swiper-container {padding: 10px;}
.YunWesy2-swiper .swiper-slide{height: auto;}
.YunWesy2-list {height: 100%;}


.YunWexq-cont .cont-l{width: 78%;padding-right: 60px;}
.YunWexq-cont .cont-r{width: 22%;}
.YunWexq-hit {display: flex;flex-wrap: wrap;}
.YunWexq-hit > div{display: flex;align-items: center;}
.YunWexq-hit span{font-size: 14px;color: #0079ff;background-color: #e7efff;padding: 0px 17px;height: 30px;border-radius: 3px;display: flex;align-items: center;margin-left: 15px;transition: all .4s ease;font-weight: 400;}
/* .YunWexq-hit span:nth-child(1){} */
.YunWexq-hit span:hover{background-color: #001eff;color: #fff;}
.YunWexq-content h3{font-size: 26px;font-weight: 700;color: #1a2233;}
.YunWexq-content p{color: #4f5a6a;}
/*.YunWexq-content br{content: "";height: 10px;display: block;}*/
.YunWexq-content table{border: 1px solid #e5eaee;width: 100%;word-break: break-all;}
.YunWexq-content table td{border: 1px solid #e5eaee;height: 60px;}
.YunWexq-content table td.one{font-size: 15px;font-weight: 700;color: #1a2233;width: 190px;text-align: center;}
.YunWexq-content table td{padding: 0px 30px;}
.YunWexq-content li{display: flex;margin-bottom: 20px;}
.YunWexq-content li:last-child{margin-bottom: 0px;}
.YunWexq-content li span{width: 25px;position: relative;display: block;}
.YunWexq-content li span::before{content: "";position: absolute;width: 7px;height: 7px;border-radius: 100px;background-color: #0079ff;left: 0px;top: 10px;}
.YunWexq-content li .cont{width: calc(100% - 25px);}
.YunWexq-seek {border-radius: 6px;box-shadow: 5.785px 6.894px 34.85px 6.15px rgba(62, 65, 71, 0.08);background-color: #fff;overflow: hidden;}
.YunWexq-seek .cont{height: 135px;position: relative;padding: 20px 30px;}
.YunWexq-seek .cont img{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;}
.YunWexq-seek .cont .title,.YunWexq-seek .cont li{position: relative;z-index: 2;}
.YunWexq-seek .cont li{color: #4f5a6a;padding-left: 15px;position: relative;margin-bottom: 4px;}
.YunWexq-seek .cont li:last-child{margin-bottom: 0px;}
.YunWexq-seek .cont li::before{content: "";position: absolute;left: 0px;top: 8px;width: 6px;height: 6px;background-color: #4f5a6a;border-radius: 100px;}
.YunWexq-seek .btn{padding: 15px 20px;}
.YunWexq-seek .btn a{height: 35px;width: 100%;}
.YunWexq-sticky {position: sticky;top: 85px;left: 0px;}
.YunWexq-list .list{border-radius: 3px;border: 1px solid #f0f0f0;display: block;padding: 20px;margin-bottom: 15px;transition: all .4s ease;}
.YunWexq-list .list .title{color: #4f5a6a;transition: all .4s ease;}
.YunWexq-list .list .text{transition: all .4s ease;}
.YunWexq-list .list:last-child{margin-bottom: 0px;}
.YunWexq-list .list:hover .title{color: #0079ff;}
.YunWexq-list .list:hover {background-color: #edf1f8;border: 1px solid #edf1f8;}

.ITFuwunr-cont .cont-l{box-shadow: none;height: auto;}
.ITFuwunr-cont .cont-l img:hover{transform: scale(1);}
/*.ITFuwunr-cont .cont-r li {margin-bottom: 4px;}*/

.ITFuwusy-cont {border-radius: 6px;overflow: hidden;}
.ITFuwusy-cont .cont-l{width: 38%;background-color: #fff;padding: 45px 20px 45px 45px;}
.ITFuwusy-cont .cont-r{width: 62%;overflow: hidden;height: 536px;padding: 45px;background-color: #fff;position: relative;}
.ITFuwusy-cont .cont-r::before{content: "";position: absolute;left: 0px;top: 0px;pointer-events: none;width: 100%;height: 100%;border: 45px solid #fff;z-index: 2;}
.ITFuwusy-cont .cont-r img{width: 100%;height: 100%;display: none;transition: all .4s ease;}
.ITFuwusy-cont .cont-r img:hover{transform: scale(1.04);}
.ITFuwusy-cont .cont-r img.active{display: block;}
.ITFuwusy-list {overflow-y: auto;height: 435px;overflow-x:hidden;padding-right: 25px;}
.ITFuwusy-list::-webkit-scrollbar {width: 2px;}
.ITFuwusy-list::-webkit-scrollbar-thumb {background: #0079ff;}
.ITFuwusy-list::-webkit-scrollbar-track {background: #f1f1f1;}
.ITFuwusy-list .list{margin-bottom: 10px;}
.ITFuwusy-list .list:last-child{margin-bottom: 0px;}
.ITFuwusy-list .list .show{display: flex;align-items: center;justify-content: space-between;cursor: pointer;padding: 10px 15px;transition: all .4s ease;}
.ITFuwusy-list .list.active .show{background-color: #f3f6fb;}
.ITFuwusy-list .list .show .title{transition: all .4s ease;color: #4f5a6a;}
.ITFuwusy-list .list.active .show .title{color: #0079ff;}
.ITFuwusy-list .list .show i{font-size: 12px;transform: rotate(-90deg);transition: all .4s ease;}
.ITFuwusy-list .list .show em{font-size: 12px;transform: rotate(-90deg);transition: all .4s ease;}
/* .ITFuwusy-list .list .show:hover .title{color: #0079ff;} */
.ITFuwusy-list .list.active .show i{transform: rotate(90deg);color: #0079ff;}
.ITFuwusy-list .list.active .show em{transform: rotate(90deg);color: #0079ff;}
.ITFuwusy-list .list .hide{display: none;padding: 0px 15px;}

.FanAngs {background-image: linear-gradient(to bottom,rgba(253,254,254,1),rgba(244,248,255,1),rgba(244,248,255,1));}
.FanAngs img.bg{position: absolute;bottom: 0px;left: 0px;width: 100%;}
.FanAngs .contain{position: relative;z-index: 2;}
.FanAngs-cont {background-color: #fff;border-radius: 6px;overflow: hidden;padding: 32px;align-items:center}
.FanAngs-cont .img{width: 50%;border-radius: 6px;overflow: hidden;}
.FanAngs-cont .img img{transition: all .4s ease;width: 100%;}
.FanAngs-cont .img:hover img{transform: scale(1.02);}
.FanAngs-cont .cont{width: 50%;padding-left: 50px;}
.FanAngs-cont .cont .text{color: #4f5a6a;}
.FanAngs-cont .cont .btn{width: 158px;height: 40px;}

.FanAnnr-list {margin-right: -18px;margin-bottom: -13px;}
.FanAnnr-list .list{width: calc(100%/2 - 18px);margin-right: 18px;margin-bottom: 13px;padding: 30px 50px;border-radius: 6px;background-color: #f3f6fb;transition: all .4s ease;position: relative;overflow: hidden;}
.FanAnnr-list .list .img{width: 70px;display: flex;align-items: center;position: relative;}
.FanAnnr-list .list .img img{transition: all .4s ease;}
.FanAnnr-list .list .img img:nth-child(1){opacity: 1;}
.FanAnnr-list .list .img img:nth-child(2){opacity: 0;position: absolute;}
.FanAnnr-list .list:hover .img img:nth-child(1){opacity: 0;}
.FanAnnr-list .list:hover .img img:nth-child(2){opacity: 1;}
.FanAnnr-list .list .cont{width: calc(100% - 70px);display: flex;flex-direction: column;justify-content: center;text-align: left;}
.FanAnnr-list .list:hover{box-shadow: 0px 7px 8.91px 0.09px rgba(0, 121, 255, 0.09);}
.FanAnnr-list .list > img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;transition: all .4s ease;}
.FanAnnr-list .list:hover > img{opacity: 1;}
.FanAnnr-list .list > div{position: relative;z-index: 2;}
.FanAnnr-list .list .cont .title{transition: all .4s ease;}
.FanAnnr-list .list .cont .text{transition: all .4s ease;}
.FanAnnr-list .list:hover .cont .title{color: #fff;}
.FanAnnr-list .list:hover .cont .text{color: #fff;}
.FanAnnr-pages {display: flex;justify-content: center;position: relative;height: 20px;}

.FanAnsy {background-color: #f5f8fe;}
.FanAnsy-cont .cont-l{width: 41%;padding-right: 10px;}
.FanAnsy-cont .cont-r{width: 59%;display: flex;justify-content: center;align-items: center;position: relative;border-radius: 6px;background-color: #fff;padding: 40px;}
.FanAnsy-cont .cont-r img{width: 100%;height: 100%;display: none;border-radius: 6px;}
.FanAnsy-cont .cont-r img.active{display: block;}
.FanAnsy-list .list{margin-bottom: 15px;border-radius: 6px;overflow: hidden;background-color: #fff;display: block;padding: 30px 25px 30px 30px;transition: all .4s ease;}
.FanAnsy-list .list:last-child{margin-bottom: 0px;}
.FanAnsy-list .list .text{color: #4f5a6a;}
.FanAnsy-list .list > div{transition: all .4s ease;}
.FanAnsy-list .list.active{background-color: #0079ff;}
.FanAnsy-list .list.active > div{color: #fff;}

.FanAnal {/*background: url(../images/fananal_bg.jpg) center no-repeat;*/background-size: cover;}
.FanAnal-lun {border-radius: 6px;background-color: #fff;box-shadow: 5.785px 6.894px 15.3px 2.7px rgba(0, 121, 255, 0.07);overflow: hidden;}
.FanAnal-lun .img{width: 46%;overflow: hidden;}
.FanAnal-lun .img img{width: 100%;height: 100%;transition: all .4s ease;}
.FanAnal-lun .img img:hover{transform: scale(1.04);}
.FanAnal-lun .cont{width: 54%;padding: 20px 65px;display: flex;flex-direction: column;justify-content: center;}
.FanAnal-lun .cont .btn{width: 158px;height: 41px;} 
.FanAnal-lun .cont .logo{max-width: 260px;}
.FanAnal-svp > .muen{margin: -30px;}
.FanAnal-svp .swiper-container{padding: 30px;}
.FanAnal-pages {position: relative;z-index: 2;align-items: center;}
.FanAnal-pages .cont-l{width: 120px;}
.FanAnal-pages .cont-r{width: calc(100% - 120px);position: relative;}
.FanAnal-pages .swiper-btn a{width: 38px;height: 38px;display: flex;justify-content: center;align-items: center;border: 1px solid #0079ff;border-radius: 100px;font-size: 12px;color: #0079ff;transition: all .4s ease;}
.FanAnal-pages .swiper-btn.next a{transform: rotate(180deg);}
.FanAnal-pages .swiper-btn.next{margin-left: 10px;}
.FanAnal-pages .swiper-btn a:hover{background-color: #0079ff;color: #fff;}
.FanAnal-pages .swiper-pagination-progressbar {width: 100%;height: 2px;background-color: #e7ecf1;}
.FanAnal-pages .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #0079ff;}

.FanAnsy-list {overflow-y: auto;height: 522px;padding-right: 15px;}
.FanAnsy-list::-webkit-scrollbar {width: 2px;}
.FanAnsy-list::-webkit-scrollbar-thumb {background: #0079ff;}
.FanAnsy-list::-webkit-scrollbar-track {background: #f1f1f1;}

.FanAnxq-cont .cont-l{width: 275px;}
.FanAnxq-cont .cont-r{width: calc(100% - 275px);padding-left: 85px;}
.FanAnxq-list .list{padding-left: 20px;position: relative;transition: all .4s ease;color: #ccced3;width: 100%;display: flex;margin-bottom: 15px;}
.FanAnxq-list .list::before{content: "";position: absolute;left: 0px;width: 4px;height: 29px;top: 50%;transform: translateY(-50%);background-color: #0079ff;opacity: 0;transition: all .4s ease;}
.FanAnxq-list .list.active{color: #1a2233;}
.FanAnxq-list .list:last-child{margin-bottom: 0px;}
.FanAnxq-list .list.active::before{opacity: 1;}
.FanAnxq-title {display: flex;align-items: center;}
.FanAnxq-title span{width: 33px;height: 33px;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #0079ff;padding: 5px;box-shadow: 0px 3px 9px 0px rgba(0, 87, 211, 0.14);margin-right: 10px;}

.newsMix{width: 100%;background-color: #f9fbfd;}
.newsMix-box{width: calc(100% - 380px);padding-right: 30px;}
.newsMix-side{width: 380px;}
.newsMix-side-items{width: 100%;background: #fff;border-radius: 3px;margin-top: 20px;padding: 26px 28px;transition: all .4s ease;}
.newsMix-side-items:hover{box-shadow: 0px 8px 10px 0 rgba(85, 98, 151, 0.08);}
.newsMix-side-items:first-child{margin-top: 0;}
.newsMix-side-title{color: #373738;padding-left: 20px;position: relative;}
.newsMix-side-title::before{content: "";position: absolute;width: 4px;height: 100%;background-color: #0079ff;left: 0;top: 0;}
.newsMix-side-hot{width: 100%;}
.newsMix-side-hot a{display: flex;align-items: center;height: 34px;}
.newsMix-side-hot a span{font-weight: 700;width: 24px;color:#6e6e78;transition: all .4s ease;}
.newsMix-side-hot a p{width: calc(100% - 24px);color:#6e6e78;transition: all .4s ease;}
.newsMix-side-hot a:nth-child(-n+3) span{color: #0079ff;}
.newsMix-side-hot a:hover p{color: #0079ff;}
.newsMix-side-hot a:hover span{color: #0079ff;}
.newsMix-side-tag{width: 100%;}
.newsMix-side-tag-link{margin: -10px 0 0 -10px;}
.newsMix-side-tag-link a{width: calc(33.3333% - 10px);margin: 10px 0 0 10px;text-align: center;display: flex;align-items: center;justify-content: center;padding: 6px 6px;line-height: 20px;color: #333;border-radius: 3px;border: 1px solid #e3e3e3;transition: all .4s ease;}
.newsMix-side-tag-link a span{width: 100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.newsMix-side-tag-link a:hover{border-color: #0079ff;color: #0079ff;}
.newsMix-side-rec{width: 100%;}
.newsMix-side-rec a{display: block;width: 100%;padding: 8px 0;border-bottom: 1px solid #e9ecf3;color: #6e6e78;transition: all .4s ease;}
.newsMix-side-rec a:last-child{border-bottom: none;}
.newsMix-side-rec a:hover{color: #0079ff;}
.newsMix-head{width: 100%;border-radius: 6px;overflow: hidden;transition: all .4s ease;}
.newsMix-head-img{display: block;width: 468px;overflow: hidden;}
.newsMix-head-img img{width: 100%;height: 288px;transition: all .6s ease;}
.newsMix-head-img:hover img{transform: scale(1.04);}
.newsMix-head-cont{width: calc(100% - 468px);display: flex;flex-direction: column;justify-content: center;padding: 20px 36px;background: #fff;}
.newsMix-head-cont .time{align-items: baseline;color: #8b8b8b;line-height: 1;}
.newsMix-head-cont .time span{color: #000;margin-right: 6px;}
.newsMix-head-cont .title a{color: #252b3a;transition: all .4s ease;display: block;}
.newsMix-head-cont .title a:hover{color: #0079ff;}
.newsMix-head-cont .text{color: #6e6e78;}
.newsMix-head-cont .btn a{width: 130px;height: 40px;font-size: 14px;}
.newsMix-head:hover{box-shadow: 0px 8px 10px 0 rgba(85, 98, 151, 0.08);}
.newsMix-list{width: 100%;margin-top: 2px;}
.newsMix-list-link{display: flex;flex-wrap: wrap;width: 100%;border-radius: 6px;background: #fff;overflow: hidden;margin-top: 20px;transition: all .4s ease;}
.newsMix-list-link .img{width: 210px;overflow: hidden;}
.newsMix-list-link .img img{width: 100%;height: 130px;transition: all .6s ease;}
.newsMix-list-link .time{width: 126px;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #8b8b8b;position: relative;}
.newsMix-list-link .time span{color: #000;margin-bottom: 4px;}
.newsMix-list-link .time::after{content: "";position: absolute;width: 1px;background: #ebebeb;right: 0;height: 70%;top: 15%;}
.newsMix-list-link .cont{width: calc(100% - 210px - 126px);display: flex;flex-direction: column;justify-content: center;padding: 0 36px;}
.newsMix-list-link .cont .title{color: #252b3a;transition: all .4s ease;}
.newsMix-list-link .cont .text{color: #6e6e78;}
.newsMix-list-link:hover{box-shadow: 0px 8px 10px 0 rgba(85, 98, 151, 0.08);}
.newsMix-list-link:hover .img img{transform: scale(1.04);}
.newsMix-list-link:hover .cont .title{color: #0079ff;}

/* 新闻-详情 */
.newsxq{width: 100%;overflow: hidden;position: relative;background: #f7f8fb;}
.newsxqBox{width: 100%;background: #fff;border-radius: 6px;padding: 40px 40px 0;transition: all .4s ease;}
.newsxqBox:hover{box-shadow: 0px 8px 10px 0 rgba(85, 98, 151, 0.08);}
.newsxqBox-head{width: 100%;}
.newsxqBox-head .title{line-height: 1.28;color: #373738;}
.newsxqBox-head .hint{align-items: center;}
.newsxqBox-head p{display: flex;align-items: center;color: #0079ff;margin-left: 16px;}
.newsxqBox-head p:first-child{margin-left: 0;}
.newsxqBox-head p i{margin-right: 8px;}
.newsxqBox-cont{width: 100%;margin-top: 20px;padding: 20px 0 24px;color: #6e6e78;border-top: 1px solid #f3f3f3;}
.newsxqBox-back{width: 100%;justify-content: center;}
.newsxqBox-back a{width: 142px;height: 40px;position: relative;}
.newsxqBox-back a *{position: relative;z-index: 4;transition: all .4s ease;color: #0079ff;}
.newsxqBox-back a span{margin-left: 8px;}
.newsxqBox-back a::before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 6px;border: 1px solid #0079ff;}
.newsxqBox-back a::after{content: "";position: absolute;width: 100%;height: 100%;border-radius: 6px;top: 0;left: 0;background-color: #0079ff;transition: all .4s ease;opacity: 0;}
.newsxqBox-back a:hover *{color: #fff;}
.newsxqBox-back a:hover i{transform: rotate(-180deg);}
.newsxqBox-back a:hover::after{opacity: 1;}
.newsxqBox-btn{width: 100%;padding: 20px 0;border-top: 1px solid #f3f3f3;margin-top: 24px;padding-bottom: 60px;}
.newsxqBox-btn a{display: block;align-items: center;width: 100%;padding: 18px 30px;color: #6e6e78;transition: all .4s ease;background-color: #f0f3f7;border-radius: 6px;margin-bottom: 10px;}
.newsxqBox-btn a:hover{color: #0079ff;}
.newsxqBox-btn a:last-child{margin-bottom: 0px;}

.Aboujj-list {}
.Aboujj-list .list{width: calc(100%/4);position: relative;align-items: center;justify-content: center;}
.Aboujj-list .list::before{content: "";position: absolute;right: 0px;top: 50%;transform: translateY(-50%);width: 1px;height: 35px;background-color: #e8f3ff;}
.Aboujj-list .list:last-child::before{display: none;}
.Aboujj-cont .cont-l{width: 50%;padding-right: 130px;}
.Aboujj-cont .cont-r{width: 50%;padding-top: 35px;}
.Aboujj-cont .cont-l .content br{content: "";display: block;height: 10px;}
.Aboujj-cont .cont-r .img{width: 100%;height: 100%;overflow: hidden;border-radius: 10px;}
.Aboujj-cont .cont-r .img img{width: 100%;height: 100%;transition: all .4s ease;}
.Aboujj-cont .cont-r .img img:hover{transform: scale(1.04);}
.Aboujj-list .list .img{margin-right: 15px;}
.Aboujj-list .list .number span{margin-right: 5px;}
.Aboujj-muen {margin-right: -18px;margin-bottom: -18px;}
.Aboujj-muen .list{width: calc(100%/4 - 18px);margin-right: 18px;margin-bottom: 18px;border-radius: 10px;border: 1px solid #eaf4ff;background-color: #fff;transition: all .4s ease;padding: 25px 30px;}
.Aboujj-muen .list .img{width: 55px;}
.Aboujj-muen .list .cont{width: calc(100% - 55px);padding-left: 15px;}
.Aboujj-muen .list:hover{box-shadow: -11px 0px 43.61px 5.39px rgba(89, 137, 233, 0.14);border: 1px solid transparent;}
  
.Aboufz{background-size: cover !important;}
.Aboury-btn a {width: 110px;height: 40px;border-radius: 3px;box-shadow: 0px 20px 32.2px 2.8px rgba(0, 121, 255, 0.08);color: #0079ff;display: flex;justify-content: center;align-items: center;transition: all .4s ease;}
.Aboury-btn a.active{background-color: #0079ff;color: #fff;}
.Aboury-btn a:hover{transform: translateY(-10px);}
.Aboury-btn a:nth-child(1){margin-right: 10px;}
.Aboury .CommonTitle {display: flex;align-items: center;justify-content: space-between;}
.Aboury-list {margin-right: -25px;margin-bottom: -20px;}
.Aboury-list .list{border-radius: 6px;box-shadow: 0px 12px 16.15px 0.85px rgba(85, 98, 151, 0.06);border: 1px solid rgb(247, 249, 251);display: block;width: calc(100%/4 - 25px);margin-right: 25px;margin-bottom: 20px;transition: all .4s ease;}
.Aboury-list .list .img{height: 210px;padding: 10px;position: relative;display: flex;justify-content: center;align-items: center;}
.Aboury-list .list .img img{max-height: 100%;}
.Aboury-list .list .cont{border-top: 1px solid #f0f2f4;padding: 19px 10px;text-align: center;}
.Aboury-list .list .img .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.Aboury-list .list .img .show > div{width: 62px;height: 62px;border-radius: 100px;display: flex;justify-content: center;align-items: center;background-color: #0079ff;transform: scale(0);transition: all .4s ease;}
.Aboury-list .list .img .show i{font-size: 24px;color: #fff;}
.Aboury-list .list:hover .img .show > div{transform: scale(1);}
.Aboury-list .list:hover{box-shadow: 0px 12px 16.15px 0.85px rgba(0, 121, 255, 0.15);}
.Aboury-Gengduo {display: flex;justify-content: center;}
.Aboury-Gengduo a {display: flex;align-items: center;}
.Aboury-Gengduo a span{width: 40px;height: 40px;border-radius: 100px;background-color: #0079ff;display: flex;justify-content: center;align-items: center;font-size: 12px;color: #fff;transform: rotate(-90deg);margin-right: 15px;transition: all .4s ease;}

.Aboulx-cont .cont-l{width: 45%;padding-right: 80px;}
.Aboulx-cont .cont-r{width: 55%;height: 550px;border-radius: 10px;overflow: hidden;box-shadow: 0px 4px 17.1px 0.9px rgba(0, 121, 255, 0.11);border: 1px solid rgb(217, 224, 231);}
.Aboulx-muen a{display: block;align-items: center;margin-bottom: 3px;transition: all .4s ease;}
.Aboulx-muen a:last-child{margin-bottom: 0px;}
.Aboulx-muen a i{margin-left: 15px;color: #0079ff;}
.Aboulx-muen a.active{color: #0079ff;}
.Aboulx-list {margin-bottom: -30px;}
.Aboulx-list .list{align-items: center;margin-right: 40px;margin-bottom: 30px;}
.Aboulx-list .list .img{width: 55px;height: 55px;border-radius: 100px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 12px 30.4px 1.6px rgba(0, 121, 255, 0.11);}
.Aboulx-list .list .cont{width: calc(100% - 55px);padding-left: 15px;}
.Aboulx-content .list{margin-right: 20px;display: flex;flex-direction: column;align-items: center;}
#map{width: 100%;height: 100%;}
#map .amap-info-close{right: 6px !important;top: 6px;}
#map .amap-info-content{padding: 18px;}
.relmap-info{width: 100%;overflow: hidden;}
.relmap-info h6{font-size: 16px;color: #000;line-height: 24px;}
.relmap-info p{font-size: 14px;color: #000;margin-top: 8px;}
.relmap-info a{font-size: 14px;display: block;margin: 10px auto 0;color: #d4a95b;width: 180px;height: 32px;line-height: 32px;border: 1px solid #d4a95b;text-align: center;transition: all .3s ease;}
.relmap-info a:hover{background: #d4a95b;color: #fff;}
#map .amap-logo,#map .amap-copyright{display: none !important;}

.Abougz-list {margin-right: -10px;margin-bottom: -10px;}
.Abougz-list .list{position: relative;margin-right: 10px;margin-bottom: 10px;height: 220px;overflow: hidden;}
.Abougz-list .list > img{width: 100%;height: 100%;transition: all .4s ease;}
.Abougz-list .list:hover > img{transform: scale(1.04);}
.Abougz-list .list .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 121, 255, .3);padding: 25px 30px;}
.Abougz-list .list:nth-child(1){width: calc(100% - (100%/3) - 10px);}
.Abougz-list .list:nth-child(2){width: calc(100%/3 - 10px);}
.Abougz-list .list:nth-child(3){width: calc(100%/3 - 10px);}
.Abougz-list .list:nth-child(4){width: calc(100%/3 - 10px);}
.Abougz-list .list:nth-child(5){width: calc(100%/3 - 10px);}
.Abougz-list .list:nth-child(6){width: calc(100%/3 - 10px);}
.Abougz-list .list:nth-child(7){width: calc(100% - (100%/3) - 10px);}

.Abouzp-muen {justify-content: center;}
.Abouzp-muen a{margin: 0px 25px;transition: all .4s ease;border-bottom: 3px solid #fff;transition: all .4s ease;}
.Abouzp-muen a.active{border-bottom: 3px solid #0079ff;color: #0079ff;}
.Abouzp-muen a:hover{color: #0079ff;}
.Abouzp-list .list{border-radius: 6px;border: 1px solid #f2f5f7;padding: 40px 50px;transition: all .4s ease;margin-bottom: 20px;}
.Abouzp-list .list:last-child{margin-bottom: 0px;}
.Abouzp-list .list .hide {display: none;}
.Abouzp-list .list .hide h3{font-size: 17px;}
.Abouzp-list .list .hide br{content: "";height: 10px;display: block;}
.Abouzp-list .list.active{background-color: #fbfdff;}
.Abouzp-list .list .show {position: relative;}
.Abouzp-list .list .show .hit h3{font-weight: bold;font-size: 17px;}
.Abouzp-list .list .show .btn{position: absolute;top: 0px;right: 0px;height: 100%;display: flex;align-items: center;transform: rotate(90deg);transition: all .4s ease;}
.Abouzp-list .list .show .btn:hover{color: #0079ff;}
.Abouzp-list .list.active .show .btn{transform: rotate(-90deg);}
.Abouzp-pages .swiper-btn a{width: 38px;height: 38px;display: flex;justify-content: center;align-items: center;border: 1px solid #0079ff;border-radius: 100px;font-size: 12px;color: #0079ff;transition: all .4s ease;}
.Abouzp-pages .swiper-btn.next a{transform: rotate(180deg);}
.Abouzp-pages .swiper-btn.next{margin-left: 10px;}
.Abouzp-pages .swiper-btn a:hover{background-color: #0079ff;color: #fff;}
.Abouzp-pages .cont-l{position: relative;}
.Abouzp-pages {align-items: center;justify-content: space-between;}
.Abouzp-pages .cont-l .swiper-pagination{position: relative;align-items: flex-start;display: flex;line-height: 1;}
.Abouzp-pages .cont-l .swiper-pagination span:nth-child(1){font-size: 30px;color: #0079ff;margin-top: -2px;}
.Abouzp-pages .cont-l .swiper-pagination .line{margin-left: 8px;margin-right: 5px;}
.Abouzp-pages .cont-l .swiper-pagination span{color: #1a2233;font-size: 17px;font-family: "HB";}
.Abouzp-svp > .muen{visibility: hidden;height: 0;overflow: hidden;pointer-events: none;}
.Abouzp-svp > .muen.active{visibility: visible;height: auto;pointer-events: auto;}
.Abouzp-list {overflow-y: auto;height: 1265px;overflow-x: hidden;padding-right: 10px;}
.Abouzp-list::-webkit-scrollbar {width: 2px;}
.Abouzp-list::-webkit-scrollbar-thumb {background: #0079ff;}
.Abouzp-list::-webkit-scrollbar-track {background: #f1f1f1;}

.SenQn {background: url(../images/senqn_bg.jpg) center no-repeat;background-size: cover;}
.SenQn-cont {border-radius: 6px;background-color: #fff;overflow: hidden;box-shadow: 0px 9px 40.85px 2.15px rgba(213, 213, 213, 0.34);}
.SenQn-cont .cont-l{width: 62%;padding: 75px 55px 50px 55px;}
.SenQn-cont .cont-r{width: 38%;padding: 20px 60px;display: flex;flex-direction: column;justify-content: center;box-shadow: 0px 9px 40.85px 2.15px rgba(213, 213, 213, 0.34);}
.SenQn-img {border-radius: 3px;overflow: hidden;position: relative;}
.SenQn-img img{width: 100%;height: 325px;transition: all .4s ease;}
.SenQn-img .show{position: absolute;top: 0px;width: 100%;height: 100%;padding: 35px 30px;}
.SenQn-img:hover img{transform: scale(1.04);}
.SenQn-content .cont{margin-right: 40px;}
.SenQn-from .list {margin-bottom: 15px;border: 1px solid #eeeeee;border-radius: 6px;display: flex;align-items: center;}
.SenQn-from .list .title{width: 100px;padding-left: 15px;}
.SenQn-from .list .title span{color: red;}
.SenQn-from .list .li {display: flex;align-items: center;}
.SenQn-from .list .li:nth-child(1){width: calc(100% - 120px);}
.SenQn-from .list .li:nth-child(2){width: 120px;}
.SenQn-from .list .li:nth-child(2) img{width: 100%;height: 42px;}
.SenQn-from .list input{overflow: hidden;height: 42px;width: calc(100% - 100px);padding-right: 15px;}
.SenQn-from .list input:-webkit-autofill {background: transparent;}
.SenQn-from .list input:-internal-autofill-previewed, .SenQn-from .list input:-internal-autofill-selected {transition: background-color 5000s ease-in-out 0s !important;}


.SenQn-from .list textarea{width: 100%;height: 100px;border-radius: 6px;padding: 10px 15px;}
.SenQn-cont .cont-r .btn{height: 40px;width: 100%;}
.SenQn-cont .cont-r .hit a{color: #0079ff;transition: all .4s ease;}
.SenQn-cont .cont-r .hit a:hover{color: #001eff;}
.SenQn-from .list input::-webkit-input-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list input:-moz-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list input::-moz-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list input:-ms-input-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list textarea::-webkit-input-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list textarea:-moz-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list textarea::-moz-placeholder{color: #7a7a7a;font-size: 14px;}
.SenQn-from .list textarea:-ms-input-placeholder{color: #7a7a7a;font-size: 14px;}
.customSelect{display: block;width: 100%;position: relative;user-select: none;}
.customSelect-name{display: flex;align-items: center;height: 42px;position: relative;border-radius: 6px;border: 1px solid #eeeeee;padding: 0 15px;color: #7a7a7a;font-size: 14px;cursor: pointer;}
.customSelect-name::after{content: "";position: absolute;width: 16px;height: 16px;right: 14px;top: 50%;margin-top: -8px;background: url('../images/arrd.svg') no-repeat;}
.customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 42px;max-height: 200px;border: 1px solid #eeeeee;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);}

.Aboufz-cont {}
.Aboufz-cont .cont-l{width: 195px;}
.Aboufz-cont .cont-l .thumbs{height: 420px;position: relative;}
.Aboufz-cont .cont-l .thumbs::before {content: "";position: absolute;right: 4px;top: 25px;width: 1px;height: 88%;background-color: #9faabd;}
.Aboufz-cont .cont-l .thumbs .swiper-container{height: 100%;}
.Aboufz-cont .cont-r{width: calc(100% - 195px);padding-left: 100px;padding-right: 60%;}
.Aboufz-cont .cont-r .gallery{height: 420px;}
/* .Aboufz-cont .cont-r .gallery .swiper-container{height: 100%;padding: 150px 0px;} */
.Aboufz-cont .cont-r .gallery .swiper-container{height: 100%;}
.Aboufz-cont .thumbs-year{position: relative;padding-right: 30px;color: #9faabd;display: flex;align-items: center;justify-content: flex-end;line-height: 1;transition: all .4s ease;height: 32px;width: 100%;font-size: 18px;}
.Aboufz-cont .thumbs-year::before{content: "";position: absolute;width: 9px;height: 9px;border-radius: 100px;background-color: #9faabd;right: 0px;top: 50%;transform: translateY(-50%);transition: all .4s ease;z-index: 3;}
.Aboufz-cont .thumbs-year.active{color: #0079ff;font-size: 31px;}
.Aboufz-cont .cont-l .swiper-slide {display: flex;align-items: center;}
.Aboufz-cont .cont-r .swiper-slide {display: flex;align-items: center;}
.Aboufz-cont .thumbs-year.active::before{background-color: #0079ff;}
.Aboufz-btn {display: flex;justify-content: flex-end;}
.Aboufz-btn .thumbs-prev,.Aboufz-btn .thumbs-next{width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;}
.Aboufz-btn .thumbs-prev {transform: rotate(-90deg);margin-right: 15px;margin-top: 1px;}
.Aboufz-btn .thumbs-next {transform: rotate(90deg);}
.Aboufz-btn a{font-size: 12px;line-height: 1;color: #9faabd;transition: all .4s ease;}
.Aboufz-btn a:hover{color: #0079ff;}
.Aboufz-cont .cont-r .gallery .swiper-slide-active .data{color: #0079ff;}
/* .Aboufz-cont .cont-r .gallery .text{overflow-y: auto;height: 70px;padding-right: 10px;}
.Aboufz-cont .cont-r .gallery .text::-webkit-scrollbar {width: 2px;}
.Aboufz-cont .cont-r .gallery .text::-webkit-scrollbar-thumb {background: #0079ff;}
.Aboufz-cont .cont-r .gallery .text::-webkit-scrollbar-track {background: #f1f1f1;} */

.Aboury-muen > .muen{display: none;}
.Aboury-muen > .muen.active{display: block;}

.SenQn-cont .cont-l .SenQn-content .Aboulx-content .list .img{max-width: 110px;}

.FanAngs-cont2 .listBox {width: 100%;}
.FanAngs-cont2 .listBox > ul{margin-left: -15px;flex-wrap: nowrap;}
.FanAngs-cont2 .listBox > ul > li{width: 265px;height: 280px;margin-left: 15px;position: relative;overflow: hidden;background-color: #fff;border-radius: 6px;}
.FanAngs-cont2 .listBox > ul > li.active{width: calc(100% - 265px*2 - 15px*3);}
.FanAngs-cont2 .listBox > ul > li .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;opacity: 1;transition: all .4s ease;}
.FanAngs-cont2 .listBox > ul > li .show .img{height: 50px;}
.FanAngs-cont2 .listBox > ul > li .show .img img{max-height: 100%;}
.FanAngs-cont2 .listBox > ul > li .hide{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding: 20px 45px;display: flex;flex-direction: column;justify-content: center;opacity: 0;transition: all .4s ease;}
.FanAngs-cont2 .listBox > ul > li .hide > img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.FanAngs-cont2 .listBox > ul > li .hide > div{position: relative;z-index: 2;}
.FanAngs-cont2 .listBox > ul > li .hide li{position: relative;z-index: 2;}
.FanAngs-cont2 .listBox > ul > li.active .show{opacity: 0;}
.FanAngs-cont2 .listBox > ul > li.active .hide{opacity: 1;transition: all .6s ease .4s;}

.CommonBanner .content .contain .text{width: 540px;text-align: justify;}

.FanAnxq-muen {margin-right: -18px;}
.FanAnxq-muen-list {width: calc(100%/4 - 18px);margin-right: 18px;box-shadow: 0px 0px 20px 0px rgba(0, 82, 217, 0.1);border-radius: 6px;overflow: hidden;height: 105px;padding: 15px;
    display: flex;align-items: center;justify-content: center;}
.FanAnxq-muen-list img{max-height: 100%;}
  
.YunWesy-muen .list .btn{display: flex;align-items: center;transition: all .4s ease;}
.YunWesy-muen .list .btn i{display: block;transform: rotate(180deg);font-size: 12px;margin-left: 10px;margin-bottom: -1px;}
.YunWesy-muen .list .btn:hover {color: #0079ff;}

.SenQn-cont .cont-r .hit span{color: red;}

.YunWesy-cont {background-color: #fff;}
.YunWesy-cont .cont-l{width: 50%;overflow: hidden;}
.YunWesy-cont .cont-l img{width: 100%;height: 100%;transition: all .4s ease;}
.YunWesy-cont .cont-l:hover img{transform: scale(1.04);}
.YunWesy-cont .cont-r {width: 50%;padding: 50px 70px;}
.YunWesy-cont .cont-r ul {margin-right: -10px;margin-bottom: -10px;}
.YunWesy-cont .cont-r ul li {width: calc(100%/3 - 10px);margin-right: 10px;margin-bottom: 10px;display: flex;justify-content: center;align-items: center;}
.YunWesy-cont .cont-r ul li span {width: 25px;height: 25px;font-weight: 700;line-height: 1;display: flex;justify-content: center;align-items: center;background-color: #0079ff;border-radius: 100px;color: #fff;}
.YunWesy-cont .cont-r ul li .hit {width: calc(100% - 25px);padding-left: 10px;}
.YunWesy-cont .cont-r .CommonBtn {width: 158px;height: 40px;}

/* .ITFuwusy {background: none !important;background-color: #F4F9FF !important;} */

.CommonTitle .title{color: #1a2233;}

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

.CommonBannerCSS {height: 510px;}
.CommonBanner-img {position: absolute;z-index: 2;top: 0px;left: 0px;width: 100%;height: 100%;}
.CommonBannerCSS .content{z-index: 3;}
.CommonBannerCSS > img{opacity: 0;}

















/* -------------------------4k端--------------------------- */
@media all and (min-width:3000px) and (max-width:5000px) {
    /* 1920设计稿 3840分辨率【所有宽度 × (3840÷1920 = 2)】【电脑缩放1920÷3840 = 50%】 */
    .CommonBannerCSS {height: 880px;}
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .YunWenr-cont .cont-r {padding: 15px 0px 15px 60px;}
    .YunWesy-list .list {padding: 35px 15px 10px 15px;min-height: 180px;}
    .YunWefw-lun {min-height: 350px;padding: 35px 30px;}
    .YunWexq-seek .cont {height: 106px;padding: 15px 25px;}
    .YunWexq-content h3 {font-size: 22px;}
    .FanAnsy-list {height: 410px;}
    .newsxqBox {padding: 32px 32px 0;}
    .newsxqBox-btn a {padding: 8px 0;}
    .Aboujj-cont .cont-l {padding-right: 80px;}
    .Aboujj-muen .list {width: calc(100%/4 - 18px);margin-right: 18px;margin-bottom: 18px;border-radius: 10px;padding: 20px;}
    .Abougz-list .list{height: 180px;}
    .Abouzp-list{height: 1200px;}
    .SenQn-cont .cont-l {padding: 25px;}
    .SenQn-cont .cont-l .Aboulx-content .list{width: 100px;}
    .SenQn-img img{height: 285px;}
    .SenQn-cont .cont-r{padding: 50px;}
    .Aboufz-cont .cont-l .thumbs::before {top: 32px;height: 83%;}
    .Aboulx-cont .cont-l {padding-right: 30px;}
    .YunWesy-cont .cont-r {padding: 30px 50px;}
    .ITFuwusy-cont .cont-r {height: 450px;}
    .ITFuwusy-list {height: 350px;}
    .CommonBanner .content .contain .text{max-width: 430px;}

    .CommonBannerCSS {height: 380px;}

    .Aboury-list .list .img {height: 175px;}
}

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

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

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .newsMix-side {width: 300px;}
    .newsMix-box {width: calc(100% - 300px);padding-right: 20px;}
    .newsMix-head-img {width: 360px;}
    .newsMix-head-cont {width: calc(100% - 360px);padding: 20px 20px;}
    .newsMix-head-img img{height: 222px;}
    .newsMix-side-items {margin-top: 16px;padding: 20px 20px;}
    .newsMix-side-tag-link a {width: calc(50% - 10px);}
    .newsMix-head-cont .btn a{width: 124px;}
    .newsMix-list-link .time {width: 96px;}
    .newsMix-list-link .cont {width: calc(100% - 210px - 96px);padding: 0 20px;}
    .newsMix-list-link {margin-top: 18px;}
    .newsxqBox {padding: 26px 26px 0;}
    .newsxqBox-btn a {padding: 6px 0;}
    .newsxqBox-cont {margin-top: 18px;padding: 18px 0 22px;}
    .newsxqBox-back a {width: 136px;}
    .newsxqBox-btn {padding: 16px 0;}
    .ITFuwusy-cont .cont-r {height: 418px;}
    .ITFuwusy-list {height: 330px;}
}

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

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .CommonBanner > img {min-height: 300px;}
    .CommonBanner .content .text br{display: none;}
    .CommonNav > .contain {overflow-x: auto;}
    .CommonNav-list {flex-wrap: nowrap;}
    .CommonNav-list a {width: 100px;height: 40px;flex: none;}
    .YunWegs .CommonTitle .text {width: 100%;}
    .YunWegs .CommonTitle .text br{display: none;}
    .YunWegs .CommonTitle .text table{width: 100%;}
    .YunWenr-cont .cont-l {width: 100%;height: 187px;border-radius: 3px;}
    .YunWenr-cont .cont-r {width: 100%;padding: 0px;margin-top: 15px;}
    .YunWenr-cont .cont-r li {margin-bottom: 5px;}
    .YunWesy-list {margin-right: -10px;margin-bottom: -10px;}
    .YunWesy-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;border-radius: 3px;padding: 20px;min-height: auto;text-align: center;}
    .YunWesy-muen {margin-right: -10px;margin-bottom: -10px;}
    .YunWesy-muen .list {width: calc(100%/3 - 10px);margin-right: 10px;margin-bottom: 10px;border-radius: 3px;height: 55px;padding: 5px;}
    .YunWexq-cont .cont-l{width: 100%;padding-right: 0px;}
    .YunWexq-hit {margin-bottom: -10px;}
    .YunWexq-hit span {font-size: 12px;margin-bottom: 5px;margin-left: 5px;padding: 0px 15px;}
    .YunWexq-hit > div{width: 100%;margin-bottom: 5px;}
    .YunWexq-content h3 {font-size: 16px;}
    .YunWexq-content table td {height: auto;padding: 15px;}
    .YunWexq-content table td.one {font-size: 12px;width: 90px;}
    .YunWexq-content table td {padding: 15px;}
    .YunWexq-content li {margin-bottom: 10px;}
    .YunWexq-cont .cont-r {width: 100%;margin-top: 25px;}
    .YunWexq-seek .cont {height: 160px;display: flex;flex-direction: column;justify-content: center;}
    .YunWexq-list .list {padding: 15px;margin-bottom: 5px;}
    .ITFuwusy-cont .cont-l{width: 100%;padding: 15px 5px 15px 15px;}
    .ITFuwusy-list {padding-right: 10px;height: 150px;}
    .ITFuwusy-cont .cont-r{width: 100%;height: 210px;padding: 20px;}
    .ITFuwusy-cont {flex-direction: column-reverse;border-radius: 3px;}
    .FanAngs-cont{padding: 0px;}
    .FanAngs-cont .img{width: 100%;border-radius: 0px;}
    .FanAngs-cont .cont{padding: 15px;width: 100%;}
    .FanAnnr .CommonTitle .text br{display: none;}
    .FanAnnr-list {margin-right: 0px;margin-bottom: -10px;}
    .FanAnnr-list .list {width: 100%;margin-right: 0px;margin-bottom: 10px;padding: 15px;border-radius: 3px;}
    .FanAnsy-cont {flex-direction: column-reverse;}
    .FanAnsy-cont .cont-l{width: 100%;margin-top: 15px;padding-right: 0px;}
    .FanAnsy-cont .cont-r{width: 100%;padding: 0px;border-radius: 3px;}
    .FanAnsy-list {padding-right: 0px;height: 340px;}
    .FanAnsy-list .list{padding: 10px;border-radius: 3px;}
    .FanAnal-lun .img{width: 100%;}
    .FanAnal-lun .cont{width: 100%;padding: 15px;}
    .FanAnxq-list {display: none;}
    .FanAnxq-cont {flex-direction: column-reverse;}
    .FanAnxq-cont .cont-r{width: 100%;padding-left: 0px;}
    .FanAnxq-cont .cont-l{width: 100%;}
    .newsMix-box{width: 100%;padding: 0;}
    .newsMix-side{width: 100%;margin-top: 28px;}
    .Aboujj-list {margin-right: 10px;margin-bottom: 10px;}
    .Aboujj-list .list {width: calc(100%/2 - 10px);margin-right: 10px;margin-bottom: 10px;justify-content: flex-start;}
    .Aboujj-list .list .img{width: 100%;display: flex;margin-right: 0px;margin-bottom: 10px;height: 40px;}
    .Aboujj-list .list .img img{max-height: 100%;}
    .Aboujj-list .list::before{display: none;}
    .Aboujj-cont  {flex-direction:column-reverse;}
    .Aboujj-cont .cont-l{width: 100%;padding-right: 0px;margin-top: 20px;}
    .Aboujj-cont .cont-r{width: 100%;padding-top: 0px;}
    .Aboujj-cont .cont-r .img{border-radius: 5px;}
    /* .Aboujj .contain{display: flex;flex-wrap: wrap;flex-direction: column-reverse;} */
    .Aboujj-muen {margin-top: 0px;margin-right: 0px;margin-bottom: -10px;}
    .Aboujj-muen .list{width: 100%;margin-right: 0px;margin-bottom: 10px;padding: 15px;}
    /* .Aboujj-list {margin-top: 15px;} */
    .Aboujj-muen {margin-top: 15px;}
    .Aboujj-cont {margin-top: 15px;}
    .Aboury-list {margin-right: -5px;margin-bottom: -5px;}
    .Aboury-list .list {border-radius: 3px;width: calc(100%/2 - 5px);margin-right: 5px;margin-bottom: 5px;}
    .Aboury-list .list .img{height: 130px;}
    .Aboury-list .list .cont {padding: 10px;}
    .Aboury-list .list .img .show > div {width: 38px;height: 38px;}
    .Aboury-list .list .img .show i{font-size: 14px;}
    .Aboulx-cont {flex-direction: column-reverse;}
    .Aboulx-cont .cont-l{width: 100%;padding-right: 0px;margin-top: 25px;}
    .Aboulx-cont .cont-r{width: 100%;height: 230px;}
    .Aboulx-list{margin-bottom: -10px;}
    .Aboulx-list .list{width: 1005px;margin-right: 0px;margin-bottom: 10px;}
    .Aboulx-content {justify-content: center;}
    .Aboulx-content .list:last-child{margin-right: 0px;}
    .Abougz-list .list{width: 100% !important;}
    .Abougz-list .list .show{display: flex;justify-content: center;align-items: center;}
    .Abouzp-muen {margin-right: -10px;}
    .Abouzp-muen a{width: calc(100%/4 - 10px);margin: 0px;margin-right: 10px;text-align: center;padding-bottom: 5px;border-bottom: 2px solid #fff;}
    .Abouzp-muen a.active {border-bottom: 2px solid #0079ff;}
    .Abouzp-list .list {border-radius: 3px;padding: 15px;margin-bottom: 10px;}
    /* .Abouzp-list .list .show .hit{padding-right: 20px;} */
    .Abouzp-list {height: 945px;}
    .Abouzp-list .list .show .btn {height: 15%;}
    .SenQn-cont .cont-l{width: 100%;}
    .SenQn-cont .cont-r{width: 100%;}
    .Aboufz-cont .cont-l {width: 115px;}
    .Aboufz-cont .cont-r {width: calc(100% - 115px);padding-left: 20px;padding-right: 40px;}
    .Aboufz-cont .thumbs-year.active {font-size: 20px;}
    .Aboufz-cont .thumbs-year {position: relative;padding-right: 15px;height: 32px;font-size: 14px;}
    .Aboufz-cont .cont-l .thumbs {height: 300px;}
    .Aboufz-cont .cont-r .gallery{height: 300px;}
    .Aboufz-cont .cont-l .thumbs::before {top: 24px;height: 83%;right: 2.5px;}
    /* .Aboufz-cont .cont-r .gallery .swiper-container {padding: 100px 0px;} */
    .Aboufz-cont .thumbs-year::before {width: 6px;height: 6px;}
    .Aboufz-btn a {font-size: 18px;}

    .FanAngs-cont2 .listBox > ul {flex-wrap: wrap;margin-left: 0px;}
    .FanAngs-cont2 .listBox > ul > li {width: 100% !important;margin-left: 0px;margin-bottom: 15px;height: auto;}
    .FanAngs-cont2 .listBox > ul > li .show{display: none;}
    .FanAngs-cont2 .listBox > ul > li .hide{opacity: 1;position: relative;}
    .FanAngs-cont2 .listBox > ul > li .hide {padding: 15px;}

    .CommonBanner .content .contain .text{width: 100%;}
    .FanAnxq-muen{margin-right: -5px;margin-bottom: -5px;}
    .FanAnxq-muen-list {width: calc(100%/2 - 5px);margin-right: 5px;margin-bottom: 5px;height: 55px;padding: 5px;}

    .YunWesy-cont .cont-l {width: 100%;}
    .YunWesy-cont .cont-r {width: 100%;padding: 15px;}
    .YunWesy-cont .cont-r ul {margin-right: -5px;}
    /* .YunWesy-cont .cont-r ul li {width: calc(100%/2 - 5px);margin-right: 5px;margin-bottom: 10px;align-items: flex-start;} */
    .YunWesy-cont .cont-r ul li {width: calc(100%/2 - 5px);margin-right: 5px;margin-bottom: 10px;}

    .CommonBannerCSS {height: 300px;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .YunWefw-lun{padding: 20px;min-height: auto;}
    .YunWesy2-list {margin-right: -10px;margin-bottom: -10px;}
    .YunWesy2-list .list {border-radius: 3px;}
    .YunWesy2-list .list .img {height: 68px;}
    .YunWesy2-list .list .cont {padding: 10px 15px;}
    .newsMix-head-img{width: 100%;}
    .newsMix-head-img img{height: 204px;}
    .newsMix-head-cont{width: 100%;padding: 20px 15px;}
    .newsMix-head-cont .btn a {width: 92px;height: 30px;font-size: 12px;}
    .newsMix-head-cont .title{font-weight: 500;}
    .newsMix-head-cont .text{font-size: 12px;line-height: 20px;}
    .newsMix-head-cont .time{font-size: 12px;}
    .newsMix-head-cont .time span{color: #6e6e78;font-size: 14px;margin-right: 4px;}
    .newsMix-list-link{margin-top: 16px;}
    .newsMix-list-link .img{width: 100%;}
    .newsMix-list-link .img img{height: 204px;}
    .newsMix-list-link .cont{width: 100%;padding: 12px 15px 20px;}
    .newsMix-list-link .cont .text{font-size: 12px;line-height: 20px;}
    .newsMix-list-link .time{width: 100%;flex-direction: row-reverse;justify-content: flex-end;padding: 20px 15px 0;font-size: 12px;}
    .newsMix-list-link .time span{font-size: 12px;margin: 0 0 0 4px;color: #6e6e78;}
    .newsMix-list-link .time::after{display: none;}
    .newsMix-side-items {padding: 20px 15px;}
    .newsMix-side-title {padding-left: 14px;}
    .newsMix-side-title::before{width: 3px;}
    .newsMix-side-hot a span{width: 20px;}
    .newsMix-side-hot a p {width: calc(100% - 20px);}
    .newsMix-side-hot a{height: 28px;}
    .newsMix-side-tag-link {margin: -6px 0 0 -6px;}
    .newsMix-side-tag-link a {width: calc(33.333% - 6px);margin: 6px 0 0 6px;}
    .newsMix-side-rec a {padding: 6px 0;}
    .newsxqBox {padding: 16px 14px 0;}
    .newsxqBox-head .title{font-weight: 500;font-size: 17px;}
    .newsxqBox-head p{margin-left: 12px;}
    .newsxqBox-head .hint i{font-size: 14px;}
    .newsxqBox-head .hint span{font-size: 12px;font-weight: 500;}
    .newsxqBox-cont {margin-top: 14px;padding: 14px 0 16px;font-size: 12px;line-height: 20px;}
    .newsxqBox-back a {width: 100px;height: 32px;}
    .newsxqBox-back a i{font-size: 14px;}
    .newsxqBox-back a span{font-size: 12px;margin-left: 6px;}
    .newsxqBox-btn {padding: 12px 0;margin-top: 18px;}
    .newsxqBox-btn a {padding: 4px 0;font-size: 12px;}
    .CommonNav-list a{font-size: 12px;}
    .Aboujj-muen .list .cont .title{font-size: 14px;}
    .Aboujj-muen .list .cont .text{font-size: 12px;}
    .SenQn-cont .cont-l{padding: 15px;}
    .SenQn-img img{height: 140px;}
    .SenQn-cont .cont-l .Aboulx-content{margin-top: 15px;}
    .SenQn-cont .cont-r{padding: 15px;}
    .SenQn-from .list input {height: 40px;}
    .SenQn-from .list {margin-bottom: 10px;border-radius: 3px;}
    .SenQn-from .list textarea {padding: 10px 15px;}
    .SenQn-from .list input::-webkit-input-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list input:-moz-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list input::-moz-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list input:-ms-input-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list textarea::-webkit-input-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list textarea:-moz-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list textarea::-moz-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn-from .list textarea:-ms-input-placeholder{color: #7a7a7a;font-size: 12px;}
    .SenQn{padding-bottom: 50px;}
    .customSelect-name {font-size: 12px;}
    .customSelect-drop li {padding: 0 15px;height: 35px;font-size: 12px;}
    /*  */
    .YunWesy2-list .list .img{border-radius: 0px;}
    .YunWesy2-list .list .img .show{padding: 15px;justify-content: center;}
    .YunWesy2-list .list .cont {text-align: center;}
    .Abougz-list{display: none;}
    .Abougz-svp .Abougz-list{display: block;}
    .Abougz-list {margin-right: 0px;margin-bottom: 0px;}
    .Abougz-list .list{margin-right: 0px;margin-bottom: 0px;}
    .Abougz-pages {display: flex;justify-content: center;height: 30px;align-items: center;position: relative;margin-top: 10px;}
    .Abougz-pages .swiper-pagination-bullet {background: #ccced3;}
    .Abougz-pages .swiper-pagination-bullet-active {background: #0079ff;}
    .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0px 5px;}
    .Abouzp-pages .cont-l .swiper-pagination span {font-size: 14px;}
    .CommonBanner .content{background-color: rgba(0, 0, 0, .3);}
    .YunWexq-seek .cont li{font-size: 12px;}
    .YunWexq-seek .cont {height: 120px;}

    .CommonBanner .content .contain .text{width: 100%;}

    .FanAnal-lun .cont .logo {max-width: 140px;}

    .SenQn-from .list .title {width: 85px;padding-left: 10px;font-size: 12px;}

    .YunWesy2-swiper > .muen{margin: 0px;}
    .YunWesy2-swiper .swiper-container {padding: 0px;}
    .YunWesy2-list .list {box-shadow: none;}

    .ITFuwusy-cont .cont-r::before {border: 20px solid #fff;}

    .YeWuBaner .content .title{color: #fff;}
    .YeWuBaner .content .text{color: #fff;}

    .YunWesy-muen {justify-content: flex-start;}
}