@charset "UTF-8";
/* ========== 手机端公用组件 start ========== */
/* 详情弹出加载层 start */
.windowView {position: fixed;bottom: 0;left: 0;width: 100%;height: 100%;background: #fff;transform: translateY(100%);opacity: 0;visibility: hidden;transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;z-index: 999;overflow: hidden;}
.windowView.on {transform: translateY(0);opacity: 1;visibility: visible;}
.contentView {overflow: hidden;height:100%;box-sizing: border-box;}
.windowView.on .contentView {overflow-y: auto;}
.viewClose {position: absolute;width: 3rem;height: 3rem;line-height: 3.8rem;top: -1rem;right: -1rem;background: #1eacf6;border-radius: 50%;transform: scale(0);opacity: 0;transition: 0.8s;}
.viewClose em {color: #fff;font-size: 0.7rem;padding-left: 0.8rem;}
.windowView.on .viewClose {transform: scale(1);opacity: 1;}
.maskBg {position: fixed;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;z-index: 100;background-color: rgba(0, 0, 0, .6);transition: all 0.5s;}
.maskBg.show {opacity: 1;visibility: visible;}

/* 详情弹出加载层 end */
/* 电话弹出加载层 start */
.windowPhoneBg{ position: fixed; left: 0;top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); transition: all 300ms linear;-webkit-transition: all 300ms linear; z-index: 10; visibility: hidden;}
.windowPhoneBg.show{background: rgba(0, 0, 0, .2);visibility: visible;}
.windowPhone{ position: fixed; left: 0; bottom: 0; width: 100%; box-sizing: border-box;-webkit-box-sizing: border-box; padding: .25rem; z-index: 11;transition: all 300ms linear;-webkit-transition: all 300ms linear; transform: translateY(100%);-webkit-transform: translateY(100%);visibility: hidden;}
.windowPhone .item{ margin-bottom:.5rem}
.windowPhone a{display: flex;align-items: center;background: #FFF;border-radius: .6rem;}
.windowPhone a .icn{width: 3rem;height: 2.5rem;line-height: 2.6rem;text-align: center;}
.windowPhone a .icn i{ font-size:1.2rem}
.windowPhone a span{flex: 1;height: 2.5rem;line-height: 2.6rem;color: #125fc8;padding-right: 1rem;font-size: 1rem;letter-spacing: 1px;}
.windowPhone .btn a{text-align: center;font-size: .8rem;/* font-weight: bold; */; padding: 0;}
.windowPhone .btn a span{ line-height: 2.7rem; font-weight: bold;}
.windowPhone.show{transform: translateY(0);-webkit-transform: translateY(0);visibility: visible;}
/* 电话弹出加载层 end */
/*图片弹窗start*/
.picSwiperhtml{ display: none;}
.mainPic{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: #000; z-index: 1000; visibility: hidden; opacity: 0; transition: all 0.3s linear;-webkit-transition: all 0.3s linear }
.mainPic.show{ visibility: visible; opacity: 1; }
.mainPicClose{position: absolute;z-index: 1;right: 1rem;top:0.5rem;width: 1.9rem;height: 1.9rem;background: url(../images/close.png) no-repeat center center;background-size: auto 1.9rem;text-align: center;line-height: 1.9rem;}
.mainPicClose span{font-size: 1.2rem;color: #FFF;display: inline-block;}
.mainPicBox{ position: absolute; left: 0px; width: 100%; height: 100%; top:50%; transform: translateY(-50%);}
.mainPicBox .swiper-container {
  width: 100%;
  height: 100%;
}
.mainPicBox .swiper-slide {
  overflow: hidden;
}
.photePage{ position: absolute; left: 0px; width: 100%; top:0px; height: 2.0rem; line-height: 2.5rem;  text-align:  center; color: #FFF; font-size: 0.7rem }
/*图片弹窗end*/
/* ========== 手机端公用组件 end ========== */
/* ========== 主体框架 start ========== */
.box{ background: #FFF; padding:.5rem .75rem;}
/* 头部 start */
.head1{ height: 2.25rem; line-height: 2.25rem; position: relative; z-index: 5; background: #FFF; overflow: hidden;}
.logo{float: left;margin-left: .5rem;margin-top: .2rem;}
.logo img{display: block;width: 4rem;}

.headText{ overflow: hidden; font-size: .8rem; text-align: center; color: #333;}

.menuBtn{display: block;width:2.25rem;height:2.25rem; float: right; display: inline; text-align:center; z-index: 6; position: relative;}

.menuBtn span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.indexTop .menuBtn .line{background-color: #aaaaaa;}
.menuBtn .line{width: 20px;height: 3px;background-color:#0059fd; display: block;margin: 5px auto;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;position: relative;border-radius: .3rem;}
.indexTop .menuBtn .line::before{background-color:#aaa;}
.menuBtn .line::before{display: block;content:'';width: 0.15rem;height: 0.15rem;line-height: 0.1rem;background-color: #0059fd;position: absolute;border-radius: 100%;left: -.3rem;top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);margin-right: 7.3rem;}
.indexTop .menuBtn .line:nth-child(2){background: #aaaaaa;}
.menuBtn .line:nth-child(2){background: #0059fd;}
.menuBtn.active .line{background: #fff;}
.menuBtn.active .line:nth-child(2){
  opacity: 0;
}
.menuBtn.active .line::before{display: none;}
.menuBg1{ height: 2.25rem; position: fixed; left: 0px; top: 0px; z-index: 1; background:#000; width: 100%; transition: all 0s;-webkit-transition: all 0s; visibility: hidden; opacity: 0;}
.menuBg1.active{ opacity: 0; visibility: visible;}
.menuBtn.active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg) scaleY(.5);
  transform: translateY(6px) rotate(45deg) scaleY(.5);
}
.menuBtn.active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg) scaleY(.5);
  transform: translateY(-10px) rotate(-45deg) scaleY(.5);
}
.menuHead{opacity:0;visibility: hidden;transition:all 800ms;-webkit-transition:all 800ms;}
.menuHead.active{opacity:1;visibility: visible;}
/* 头部 end */
/* 搜索start */
.search {float: right;height: 2.25rem;width: 2.25rem; text-align: center; line-height: 2.25rem;}
.search span{ font-size: 1rem;}
.searchBtn{ width: 2.25rem;height: 2.25rem; text-align: center; line-height: 2.25rem; color: #7c90b1; float: right;}
.searchBox{ height: 1.75rem; padding:.5rem; padding-right: 0; background: #FFF; margin-top: -2.75rem; transition: all .5s;-webkit-transition: all .5s; visibility: hidden;}
.searchBox.show{margin-top: 0; visibility: visible;}
.searchBox input{ height: 1.75rem; line-height: 1.75rem; vertical-align: middle; border: none; width: 100%; background: #f5f5f5; border-radius: .35rem; box-sizing: border-box;-webkit-box-sizing: border-box; padding: 0 .5rem;}
.searchBox span{display: block; width: 1.75rem; height: 1.75rem; text-align: center; line-height: 1.75rem; color: #0169a6; font-size: .7rem; padding:0 .5rem;}
/* 搜索end */
/*导航start*/
.mobileTop.active, .mobileFooter.active{transform: translateX(0)  !important;-webkit-transform: translateX(0) !important;}
.mobileTop{z-index:0 !important;}
.menuHead .head1{background-color: #0059fd;}
.menuBg{position: fixed;width: 100%;height: 100%;right: 0px;top: 0px;background: rgba(0,0,0,0.5);z-index: 3;visibility: hidden;opacity: 0;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.menuPage{position: absolute;width: 85%;height: 100%;box-shadow: 0px 0px 5px rgba(0,0,0,0.3);background:#fff;right: 0px;top: 0px;z-index: 3;/* overflow: hidden; */display:flex;flex-direction:column;visibility: hidden;transition: all 0.5s;-webkit-transition: all 0.5s;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0;transform: translateX(100%);-webkit-transform: translateX(100%);padding-top: 2rem;}
.menuPage::before{display: block;content:'';background: url(../images/menuTb1.png) no-repeat left top / contain;position: absolute;left: -3rem;top: 2.3rem;width: 3rem;height: 3rem;}
.menuHead{box-shadow: 0px 0px 5px rgba(0,0,0,0.1);position: relative;z-index: 5;position: absolute;left: 0;top: 0;width: 100%;}
.menuPageBody{ clear: both;flex-grow: 1; flex-basis: 0;overflow: hidden; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.menuPageList{overflow: hidden;margin-bottom: 5rem;}
.menuPageList dd{ overflow: hidden;}
.menuPageList .dd1{padding:1rem .75rem;}
.menuPageList .dd1 .cnText{font-size: .75rem;color: #181818;font-weight: bold;padding-bottom: 0.3rem;margin-bottom: 0.3rem;position: relative;height: 2rem;line-height: 1rem;}
.menuPageList .dd1 .cnText::before{display: block;content:'';width: 1rem;height: 0.2rem;background-color:#181818;position: absolute;left: 0;bottom: 0;}
.menuPageList .dd1 .cnText::after{display: block;content: '';border: 4px solid transparent;border-left-color:#000;position: absolute;right: 4rem;bottom: .6rem;}
.menuPageList .dd1 .enText{font-size: .6rem;color: #181818;text-transform: uppercase;line-height: 1rem;}
.menuPageList .dd1 .enText img{height: .7rem;}
.menuPageList .ddl{width: 8.05rem;margin-right: 0.5rem;}
.menuPageList .ddr{overflow: hidden;}
.menuPageList .ddr img{width:4rem;}
.menuPageList dd span{ display: block;overflow: hidden; position: relative;}
.menuPageList dd span:before{ display: block; content: ''; width: 100%; height: 0; border-bottom: 1px solid #dbdbdb; position: absolute; left: 0px; bottom: 0px; transform: scaleY(0.5); -webkit-transform: scaleY(0.5)}
.menuPageList dd span a{display: block;overflow: hidden;height: 2rem;line-height: 2rem;text-align: left;font-size: .75rem;color: #333;padding: 0 .75rem;position: relative;transition: all 0.5s;-webkit-transition: all 0.5s;font-weight: bold;}
.menuPageList dd span em{ display: block; width: 2rem; height: 2rem; text-align: center; line-height: 2rem; color: #c7c7c7; position: absolute; right: 0px; top: 0px; font-style: normal; display: none; z-index: 1; font-size: .8rem;}
/*.menuPageList dd span em.icn2{ background-image: url(../images/jian.png);}*/
.menuPageList dd span em.active{ display: block;}
.menuPageList dd .ejBox{ display:none; background: #f5f5f5;}
.menuPageList dd .ejBox .ejdd{overflow: hidden;padding: 0 .75rem;}
.menuPageList dd .ejBox .ejdd .ej{ position: relative;}
.menuPageList dd .ejBox .ejdd .ej em{ display: block; position: absolute; right: 0px; top: 0px; width: 1.25rem; height: 1.25rem; text-align: center; line-height: 1.25rem; font-size: .7rem; display: none; z-index: 20}
.menuPageList dd .ejBox .ejdd .ej em.active{ display: block;}
/*.menuPageList dd .ejBox .ejdd .ej em.icn3{ background-image: url(../images/jian2.png);}*/
.menuPageList dd .ejBox .ejdd .ej a{display: block;height: 2rem;line-height: 2rem;overflow: hidden;color: #666666;font-size: .65rem;padding-left: .5rem;position: relative}
/* .menuPageList dd .ejBox .ejdd .ej a:before{ display: block; content: ''; position: absolute; left: 0px; top: 50%; margin-top: -.1rem; width: .15rem; height: .15rem; background: #666666;} */
.menuPageList dd .ejBox .ejdd .sj{ overflow: hidden; padding: .25rem .75rem; display: none;}
.menuPageList dd .ejBox .ejdd .sj a{ display: block; height: 1.25rem; line-height: 1.25rem; overflow: hidden; color: #666666; font-size: .6rem; padding-left: 1rem; position: relative}
.menuPageList dd .ejBox .ejdd .sj a:before{ display: block; content: ''; position: absolute; left: .5rem; top: 50%; margin-top: 0; width: .25rem; height: 1px; background: #666666;}

.menuPageList dd.hover span a{ background:#0059fd; color: #FFF;}
.menuPageList dd.hover span em{color: #FFF;}
/*导航end*/
/*导航动画start*/
.menuBg.active{visibility: visible; opacity: 1;}
.menuPage.active{visibility: visible; transform: translateX(0);-webkit-transform: translateX(0)}
.menuPage.active .menuPageC1{ display: block;}
/*导航动画end*/
/*底部start*/
.footerList{height: 3rem;overflow: hidden;display: flex;background: #FFF;}
.footerList .item{ flex: 1;}
.footerList .item.hover .icn{color: #0059fd;}
.footerList .item.hover .text{color: #0059fd;}
.footerList .item a{display: block;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: .4rem;color: #333;}
.footerList .item .icn{height: 1.2rem;line-height: 1.2rem;font-size: .9rem;text-align: center;}
.footerList .item .icn img{ height: .75rem; display: block; margin: 0 auto;}
.footerList .item .text{height: 1rem;line-height: 1rem;text-align: center;font-size: .6rem;}
/*底部end*/
/*底部版权start*/
.copyRight{ padding: .5rem .75rem; background: #FFF; line-height: 1.1rem; font-size: .65rem; color: #333; text-align: center;box-shadow: 1px 20px 40px rgba(0,0,0,.1);}
/*底部版权end*/
/*banner start*/
.indexBanner{ width: 100%; position: relative; z-index: 1;}
.indexBanner img{ width: 100%;}
.indexBanner .swiper-pagination{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.indexBanner .swiper-pagination span{ width: 8px; height: 8px; border-radius: 8px; text-align: center; line-height: 8px; font-size: .6rem; background: #FFF; color: #FFF; opacity: 1;}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{ background: #136cff}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 10px !important;}
/*banner end*/
/*快捷导航start*/
.indexNavBox{ padding: .5rem 0;}
.indexNav{width:100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0;overflow:hidden;}
.indexNav dd{width:25%;float:left;display:inline; padding-top: .25rem;}
.indexNav dd a{display:block;}
.indexNav dd .icn{width:2.25rem;height:2.25rem;display:block;margin:0 auto;border-radius:100%;overflow:hidden; position: relative; text-align: center; line-height: 2.25rem; color: #FFF; font-size: 1.125rem;}
.indexNav dd .icn img{display:block;height:50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.indexNav dd.bg1 .icn{ background:#ff9538;}
.indexNav dd.bg2 .icn{ background:#69bafa;}
.indexNav dd.bg3 .icn{ background:#ff9538;}
.indexNav dd.bg4 .icn{ background:#35bfb2;}
.indexNav dd.bg5 .icn{ background:#b97dcd;}
.indexNav dd.bg6 .icn{ background:#bed00f;}
.indexNav dd.bg7 .icn{ background:#7dbacd;}
.indexNav dd.bg8 .icn{ background:#e25242;}
.indexNav dd .text{font-size:0.65rem;text-align:center;display:block;line-height:1.5rem; min-height: 1.5rem;}

.indexNavDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.indexNavDot span{ width: 8px; height: 8px; border-radius: 8px; text-align: center; line-height: 8px; font-size: .6rem; background:#c9c9c9; color: #FFF; opacity: 1;}
.indexNavDot span.swiper-pagination-bullet-active{ background: #125fc8}
/*快捷导航end*/
/*通用标题层start*/
/* .indexTitle{ height: 2.25rem; line-height: 2.25rem; overflow: hidden;}
.indexTitle:active{ background: rgba(0,0,0,.1);}
.indexTitleL{ color: #333; font-size: .8rem;}
.indexTitleR a{ color: #999; font-size: .5rem; text-transform: uppercase;} */
/*通用标题层end*/
/*通用列表start*/
.indexList{ overflow: hidden;}
.indexList dd{ line-height: 1.5rem; height: 1.5rem;}
.indexList dd a{ display: flex;}
.indexList dd a span{ flex: 1;}
.indexList dd a em{ display: block; font-style: normal; margin-left: .5rem; color: #999;}

/*通用列表end*/
/* ========== 主体框架 end ========== */
/* ========== 内层框架 start ========== */
.subBox{padding: 0 .75rem;}
.pagePrev{display: block;width:2.25rem;height:2.25rem; line-height: 2.3rem; float: left; text-align:center;position: relative;}
.pagePrev a{ font-size: 1rem;}
/* 滑动分页start */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c; display: inline-block;}
.aykj_m_go{-webkit-animation: aykj_m_go 2s infinite linear;animation: aykj_m_go 2s infinite linear;}
  @-webkit-keyframes aykj_m_go {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  }
  @keyframes aykj_m_go {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  }
/* 滑动分页end */
/*二级菜单start*/
.mobileSubMenu{height:2rem;position:relative;z-index:5;margin:0 auto;width: 100%;transition: 0.5s;background:#FFF;box-shadow: 1px 1px 7px rgba(0,0,0,.1);display: flex;justify-content: center;}
.subMenu .swiper-slide{font-size: 0.6rem;width: auto;}
.subMenu a{display: block;color: #000;position: relative;margin: 0 0.75rem;height: 2rem;font-size: 0.7rem;line-height: 2rem;}
.subMenu .swiper-slide.hover a{color: #0059fd;}
.subMenu .swiper-slide.hover a:before{content: '';display: block;position: absolute;left: 0;width: 100%;bottom: 0;border-bottom: 2px solid #0059fd;}
/*二级菜单end*/
/* ————— 三级栏目 start ————— */
.sjMenuBox{padding: .75rem .75rem 0;}
.sjMenu{text-align: center;font-size: 0;white-space: nowrap; overflow: hidden; overflow-x: auto;}
.sjMenu a{display: inline-block;height: 1.2rem;line-height: 1.2rem;padding: 0 .7rem;color: #333;border-radius: 1.2rem;font-size: 0.65rem;margin: 0 .25rem;background: #FFF;}
.sjMenu a:before{ border-radius:2.4rem}
.sjMenu a.hover{ background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.sjMenu a.hover:before{ border-color: #1e5ab0;}
/* ————— 三级栏目 end ————— */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top:58.6667%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.05);}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 1.2rem;color: #ffffff;line-height: 1.5rem;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);margin-bottom: .25rem;}
.subBanner .textC .enTitle{font-size: .65rem;color: rgb(255 255 255 / .78);line-height: 1.5rem;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{display: flex;justify-content: space-between;padding: 1.5rem 0;}
.indexTitle .enTitle{font-size: 1rem;color: #efefef;width: 53%;height: 3rem;line-height: 1.5rem;text-transform: uppercase;font-family: SourceHanSansCNBold;font-weight: bold;}
.indexTitle .cnTitle .img1{display: block;height: .5rem;margin-bottom: 0.3rem;}
.indexTitle .cnTitle .title{text-align: center;}
.indexTitle .cnTitle .img2{width: 5rem;}

.indexMore a{display: block;color: #0059fd;height: 1rem;line-height: 1rem;margin-bottom: .5rem;}
.indexMore i{margin-left: 0.3rem;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1List{margin: 0 -0.2rem 0 0;overflow: hidden;}
.column1List dd{width: 25%;float: left;display: inline;margin-bottom: 0.2rem;}
.column1List .dd3 em{font-size: 1.8rem;height: 24px;position: relative;top: -.3rem;}
.column1List dd a{background-color: #f5f5f5;margin-right: 0.2rem;display: block;text-align: center;padding:.3rem;border-radius: .25rem;}
.column1List dd em{display: block; font-size: 1.2rem;color: #666666;margin-bottom: 0.3rem;}
.column1List dd .text{font-size: .65rem;color: #181818;height: 1rem;line-height: 1rem;}

.column1Con{border-radius: .25rem;overflow: hidden;}
.column1Btn{display: flex;justify-content: space-between;}
.column1Btn dd{background: #f5f5f5;width: 33.3333%;height: 2rem;line-height: 2rem;text-align: center;color: #8c8c8c;font-size: .75rem;}
.column1Btn dd:last-child{border-right:none;}
.column1Btn dd.hover{background:#0059fd;color: #fff;border: none;}

.column1Video video{height: 11.54rem;width: 100%;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2Con{position: relative;margin-bottom: 1rem;}
.column2Box{display: flex;justify-content: space-between;border-radius: .25rem;background: #f5f5f5;position: relative;z-index: 1;}
.column2Con .bg{width: 100%;height: 100%;background: #0059fd;position: absolute;left: 0;top: 8px;border-radius: .25rem;z-index: 0;}
.column2L{text-align: center;padding: 1rem 0.5rem;}
.column2L span{writing-mode: vertical-lr;font-size: .65rem;color: #999999;margin-bottom: .75rem;text-transform: uppercase;}
.column2L span img{width: .3rem;height: 5rem;}
.column2L i img{width: 2rem;height: 1rem;}
.column2L span.cntitle{font-size: .8rem;color: #181818;font-weight: bold;letter-spacing: .2rem;}
/* .column2L i{height: 1rem;line-height: 1rem;text-align: center;border-radius: 100%;border: 1px solid #aaa;display: block;width: 1.9rem;} */
.column2R{padding:.75rem;font-size: .65rem;color: #181818;text-align: justify;}
.column2R .text{margin-bottom: 0.75rem;line-height: 1.2rem;}
.column2R .textJj{margin-bottom: 0.75rem;height: 2.4rem;line-height: 1.2rem;}
.column2R span{display: block;transform: scale(.75);position: absolute;right: 0;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3SwiperCon{border-radius: .25rem;overflow: hidden;}
.column3Swiper{overflow: hidden;position: relative;}
.column3Swiper .pic::before{padding-top:59.9029%;}

.column3Dot{left: 42% !important;position: absolute;z-index:5;}
.swiper-pagination-bullet{opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;}
.column3Dot span{background:#fff;}
.column3Dot span.swiper-pagination-bullet-active{background:#0059fd;}
.column3 .textC{display: flex;justify-content: space-between;height: 2rem;line-height:2rem;background: #f5f5f5;padding:0 .5rem;}
/* .column3 .textC i{display: block;padding:0 .5rem;height: 1rem;line-height: 1rem;border: 1px solid #aaa;border-radius: 100%;margin-top: .5rem;} */
.column3 .textC i img{width: 2rem;height: 1rem;}
.column3 .textC span{transform: scale(.75);color: #181818;text-align: right;display: block;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4Con{border-radius: .25rem;overflow: hidden;}
.column4Btn{display: flex;justify-content: space-between;}
.column4Btn dd{width: 33.3333%;text-align: center;background:#f5f5f5;padding:.5rem 0;}
.column4Btn dd:last-child{border-right:none;}
.column4Btn dd em{font-size: 1.2rem;color: #8c8c8c;margin-bottom: 0.3rem;display: block;}
.column4Btn dd .text{font-size:.7rem;color: #333;height: 1rem;line-height: 1rem;}
.column4Btn dd.hover{background: #0059fd;border: none;}
.column4Btn dd.hover em,
.column4Btn dd.hover .text
{color: #fff;}

.column4ListC{padding:.5rem;background:#f5f5f5;margin-bottom: 0.75rem;}
.column4List{overflow: hidden;margin-right: -0.5rem;}
.column4List dd{float: left;display: inline;width: 50%;margin-bottom: .5rem;}
.column4List dd a{display: block;margin-right: 0.5rem;}
.column4List dd .pic::before{padding-top:60%;}
.column4List dd .textC{background: #fff;padding: .5rem;}
.column4List dd .title{font-size: .6rem;color: #181818;height: 2rem;line-height: 1rem;}
.column4List dd .text{color: #999999;height: 1rem;line-height: 1rem;transform: scale(.9);position: relative;left: -.4rem;}
.column4 .indexMore a{background: url(../test/indexMoreBg.jpg) no-repeat center center / cover;color: #fff;text-align: center;border-radius: .25rem;overflow: hidden;height: 1.5rem;line-height: 1.5rem;}
.column4 .indexMore i{color: #fff;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5Btn{display: flex;justify-content: space-between;border-radius: .25rem;overflow: hidden;margin-bottom: 0.75rem;}
.column5Btn dd{width: 25%;background: #f5f5f5;height: 2rem;line-height: 2rem;font-size: .75rem;color: #8c8c8c;text-align: center;}
.column5Btn dd:last-child{border-right: none;}
.column5Btn dd.hover{background: #0059fd;border: none;color: #fff;}
.column5Btn dd.hover .text{color: #fff;}

.column5SwiperCon{margin-bottom: 1.5rem;}
.column5Swiper{position: relative;margin-right: -0.75rem;}
.column5Swiper .pic::before{padding-top:59.7961%;}
.column5Swiper .swiper-slide a{display: block; margin-right: 0.75rem;}
.column5Swiper .swiper-slide .textC{background:#F5F5F5;padding:0 .5rem .5rem;}
.column5Swiper .swiper-slide .title{height: 2rem;line-height: 2rem;font-size: .75rem;color: #333333;margin-bottom: 0.5rem;}
.column5Swiper .swiper-slide .title i{font-style: normal;font-size: .65rem;color: #aaaaaa;text-transform: uppercase;}
.column5Swiper .swiper-slide .text{font-size: .65rem;color: #aaaaaa;height: 2rem;line-height: 1rem;}

.column5press{width: 100% !important;position: absolute;height: 1px !important;background-color: #ebebeb !important;left:  0 !important;top: 110% !important;}
.column5press span{background-color: #999 !important;height: 2px !important;display: block;position: absolute !important;left: 0 !important;top: -1px !important;overflow: hidden;}
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
.column6Con{border-radius: .25rem;overflow: hidden;margin-bottom: 0.75rem;}
.column6Btn{display: flex;justify-content: space-between;}
.column6Btn dd{width: 25%;text-align: center;background:#f5f5f5;padding:.5rem 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
.column6Btn dd:last-child{border-right:none;}
.column6Btn dd em{font-size: 1.2rem;color: #8c8c8c;margin-bottom: 0.3rem;display: block;}
.column6Btn dd .text{font-size:.7rem;color: #8c8c8c;height: 1rem;line-height: 1rem;}
.column6Btn dd.hover{background: #0059fd;border: none;}
.column6Btn dd.hover em,
.column6Btn dd.hover .text
{color: #fff;}
.column6ListC{padding:.5rem;background:#f5f5f5;}
.column6List{overflow: hidden; justify-content: space-between;margin-right: -0.5rem;}
.column6List dd{width: 50%;float: left;display: inline;margin-bottom: 0.5rem;}
.column6List dd a{display: block;margin-right: 0.5rem;border-radius: .25rem;overflow: hidden;position: relative;}
.column6List dd .pic::before{padding-top:150%;}
.column6List dd .textC{position: absolute;right: 0.5rem;bottom: 0.75rem;text-align: right;}
.column6List dd .name{font-size: .9rem;color: #fff;height: 1.5rem;font-weight: bold;line-height: 1.5rem;}
.column6List dd .text{padding:0 .5rem;height: 1rem;line-height: 1rem;background: #0059fd;color: #fff;font-size: .6rem;}
.column6 .indexMore a{background: url(../test/indexMoreBg.jpg) no-repeat center center / cover;color: #fff;text-align: center;border-radius: .25rem;overflow: hidden;height: 1.5rem;line-height: 1.5rem;}
.column6 .indexMore i{color: #fff;}
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
.column7List{overflow: hidden;margin-right:-0.75rem;}
.column7List dd{float: left;display: inline;width: 50%;margin-bottom: 0.75rem;}
.column7List dd .con{margin-right: 0.75rem;border-radius: .25rem; overflow: hidden;}
.column7List dd .pic{position: relative;}
.column7List dd .pic::before{padding-top:55.7344%;}
.column7List dd .mask{width: 100%;height: 100%;background:rgba(0,0,0,.3);position: absolute;left: 0;top: 0;}
.column7List dd em{display: block;color: #fff;font-size: 1.5rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.column7List dd em .bofang{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.column7List dd .textC{height: 1rem;display: flex;justify-content: space-between;padding: 0 .5rem;position: absolute;left: 0;bottom: 0;width: 100%;box-sizing: border-box;line-height: 1rem;}
.column7List dd .textC span{display: block;color: #fff;font-size: .6rem;}
.column7List dd .ddText{font-size: .7rem;color: #181818;text-align: center;background:#f5f5f5;height:1.5rem;line-height:1.5rem;}
.column7 .indexMore a{background: url(../test/indexMoreBg.jpg) no-repeat center center / cover;color: #fff;text-align: center;border-radius: .25rem;overflow: hidden;height: 1.5rem;line-height: 1.5rem;}
.column7 .indexMore i{color: #fff;}
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
.column8ListC{padding:.5rem;background:#f5f5f5;border-radius: .25px;overflow: hidden;margin-bottom: 0.75rem;}
.column8List dd{margin-bottom: 0.75rem;padding-bottom: 0.75rem;}
.column8List dd a{overflow: hidden;display: block;}
.column8List dd .pic{width:38.5437%;margin-right: 0.75rem;border-radius: .25px;overflow: hidden;}
.column8List dd .pic::before{padding-top:59.9496%;}
.column8List dd .ddr{overflow: hidden;}
.column8List dd .title{font-size: .7rem;color: #333;height: 2.4rem;line-height: 1.2rem;margin-bottom: 0.5rem;font-weight: bold;}
.column8List dd .timeC{display: flex;justify-content: space-between;}
.column8List dd .timeC span{font-size: .6rem;color: #aaa;display: block;}

.column8List2 dd a{display: block;height: 1.5rem;line-height: 1.5rem;font-size:.65rem;color: #333333;position: relative;padding: 0 .75rem;}
.column8List2 dd a::before{display: block;content:'';width: 0.3rem;height: 0.3rem;background:#aaaaaa;position: absolute;left: 0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 100%;}
.column8 .indexMore a{background: url(../test/indexMoreBg.jpg) no-repeat center center / cover;color: #fff;text-align: center;border-radius: .25rem;overflow: hidden;height: 1.5rem;line-height: 1.5rem;}
.column8 .indexMore i{color: #fff;}
/* ————— 第8通栏 end ————— */
/* ————— 第9通栏 start ————— */
.column9CTop{background:#f5f5f5;text-align: center;padding: 2rem 2rem .75rem;}
.column9CTop img{width: 100%;height: 10rem;}
.column9CTop i{font-style: normal;font-size: .85rem;color: #fff;height: 1.5rem;line-height: 1.5rem;background: #ff5297;padding: 0 .75rem;display: inline-block;font-weight: bold;position: relative;top:7px;}
.column9CTop  .text{font-size: 2.5rem;color: #0059fd;line-height: 3.5rem;}
.column9CTop span{font-weight: bold;display: block;font-size: 3.5rem;}
.column9CTop .textC{display: flex;justify-content:space-around;transform: scale(.8);}
.column9CTop .textC em{display: block;color: #0059fd;font-style: normal;}
/* .column9Bottom{padding:0 1.8rem;background:url(../test/column9BottomBg.png) no-repeat center center / cover;height: 23rem;} */
.column9Bottom img{width: 100%;height: 23rem;}
.column9Bottom .conT{background: url(../test/column9Img1.png) no-repeat center center / cover;padding: 1rem 1.5rem .5rem;overflow: hidden;margin-bottom: 1rem;}
.column9Bottom .conT .title{width: 35%;transform: skewX(3deg);}
.column9Bottom .conT .cnTitle{font-size: .85rem;color: #181818;font-weight: bold;margin-bottom:.3rem;padding-bottom: 0.3rem;position: relative;}
.column9Bottom .conTc{padding-top: 0.4rem;}
.column9Bottom .conT .cnTitle::before{display: block;content:'';width: 1rem;height: 0.3rem;background:#ff5297;position: absolute;left: 0;bottom: 0;}
.column9Bottom .conT .enTitle{font-size: .6rem;color: #181818;}
.column9Bottom .conT  img{width: 4rem;height: 4rem;transform: skewX(-3deg);}
.column9Bottom span{display: block;font-size: 2rem;color: #f0f0f0;font-weight: bold;height:2rem;line-height: 2rem;text-align: center;}
.column9Bottom .conB{padding:0 1rem;}
.column9Bottom .conB .info{display: flex;margin-bottom: .5rem;color: #0059fd;font-size: .6rem;font-weight: bold;}.column9Bottom .conB .info
.column9Bottom .conB .info i{font-style: normal;}
.column9Bottom .conB .info1{display: inline-block;}
.column9Bottom .conB em{font-size: .65rem;color: #fff;background-color:#0059fd;width: 1rem;height: 1rem;line-height: 1rem;text-align: center;display: inline-block;border-radius:100%;margin-right: 0.3rem;font-weight: normal;}
.column9Bottom .conB span{display: inline-block;font-size:.6rem;color: #fff;width: 1rem;height: 1rem;line-height: 1rem;border-radius:100%;background: url(../test/column9Tb.jpg) no-repeat center center / contain;text-align: center;margin-right: .3rem;}
#newBridge .nb-icon-right-bottom{top:80% !important;}
/* ————— 第9通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */ 