@charset "UTF-8";
/* ========== 手机端公用组件 start ========== */
.auchor {visibility: hidden;}
/* 详情弹出加载层 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.96rem; line-height: 2.96rem; position: relative; z-index: 5; background: #FFF;}
.logo{ float: left; margin-left: 1rem; margin-top: .85rem;}
.logo img{ display: block; width:7.1rem;}


.headText{ overflow: hidden; font-size: .8rem; text-align: center; color: #333;}

.menuBtn{display: block;width:2.96rem;height:2.96rem; float: right; display: inline; text-align:center; z-index: 6; position: relative;background: #2d72d2;}
.menuBtn:before{ display: block; content: ''; width: 0px; height: 100%; border-left: 1px solid #dedede; position: absolute; left: 0px; top: 0px; transform: scaleX(0.5); -webkit-transform: scaleX(0.5)}
.menuBtn .icon{
  width: 1.14rem;
  height: 0.88rem;
  background: url(../images/cd.png) center center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menuBtn.active .icon {
  background: url(../images/cdA.png) center center no-repeat;
  background-size: 100%;
}
/* 头部 end */
/* 搜索start */
.search {float: right;height: 2.96rem;width: 5.2rem; text-align: center; line-height: 2.25rem;}
.search span{ font-size: 1rem;display: inline-block;}
.searchBtn{ width: 5.2rem;height: 2.96rem; text-align: center; line-height: 2.96rem; 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;}
.search .lang {
  line-height: 2.96rem;
  height: 2.96rem;
  font-size: 0.84rem;
  font-family: 'pf';
  font-weight: bold;
  color: #999999;
  display: inline-block;
  position: relative;
  margin-left: 1rem;
}
.search .lang .langCon{position: absolute;left: 50%;top: 100%;background-color: #fff;width: 3rem;transition: all 0.3s;-webkit-transition: all 0.3s; margin-left: -1.5rem;visibility: hidden;opacity: 0;transform: translateY(10px);-webkit-transform: translateY(10px);}
.search .lang .langCon a{display: block;text-align: center;line-height: 1rem;color: #333;font-size: 0.65rem;padding: 0.25rem 0;}
.search .lang .langCon a.active{background-color: #00d2ff;color: #fff;}
.search .lang.hover .langCon{transform: translateY(0px);-webkit-transform: translateY(0px);visibility: visible;opacity: 1;}
/* 搜索end */
/*导航start*/
.menuBg{position: fixed; width: 100%; height: 100%; right: 0px; top: 0px; background: rgba(0,0,0,0.5); z-index: 5; visibility: hidden; opacity: 0; transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.menuPage{ position: fixed; width: 100%; height: 100%; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); background:#f5f5f5; right: 0px; top: 0px; z-index: 6; 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%);}
.menuHead{box-shadow: 0px 0px 5px rgba(0,0,0,0.1); position: relative; z-index: 2;}
.menuPageBody{ clear: both;flex-grow: 1; flex-basis: 0;overflow: hidden; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.menuPageList{ overflow: hidden;}
.menuPageList dd{ overflow: hidden;}
.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: .8rem; color: #1f1f1f; padding: 0 .75rem; position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; }
.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{ padding: .4rem .75rem; display:none; background: #FFF;}
.menuPageList dd .ejBox .ejdd{ overflow: hidden; margin-bottom: .5rem;}
.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: 1.25rem; line-height: 1.25rem; overflow: hidden; color: #666666; font-size: .7rem; 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:#2d72d2; 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;}
.menuPage.active .search{display: none;}
/*导航动画end*/
/*底部start*/
.footerList {
  height: 3.8rem;
  overflow: hidden;
  display: flex;
  background: #FFF;
}

.footerList .item {
  flex: 1;
}

.footerList .item a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: .7rem;
  color: #999999;
}

.footerList .item .icn {
  height: .95rem;
  line-height: .95rem;
  font-size: 1.2rem;
  text-align: center;
}

.footerList .item .icn img {
  height: .75rem;
  display: block;
  margin: 0 auto;
}

.footerList .item .text {
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  font-size: 0.6rem;
}
.footerList .item.active a{color: #2564be;}
/*底部end*/
/*底部版权start*/
.copyRight {
  padding: 0.6rem .75rem;
  background: #f6fbff;
  line-height: 1.28rem;
  font-size: 0.72rem;
  color: #7a7a7a;
  text-align: center;
}
.copyRight a {
  font-size: 0.72rem;
  color: #7a7a7a;
}
/*底部版权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{margin: 0 0.3rem !important; width: 0.5rem; height: 0.5rem; border-radius: 25px; text-align: center; line-height: 8px; font-size: .6rem; background: #FFF; color: #FFF; opacity: 1;}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{ background: #2d72d2}
/*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*/
/*通用标题层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: .5rem .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: 2.8rem;
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 0 auto;
  width: 100%;
  transition: 0.5s;
  background: #FFF;
  margin-bottom: 0.75rem;
}

.subMenu .swiper-slide {
  font-size: 0.6rem;
  width: auto;
}

.subMenu a {
  display: block;
  color: #595959;
  position: relative;
  margin: 0 0.5rem;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 0.75rem;
}

.subMenu .swiper-slide.hover a {
  color: #2d72d2;
}

.subMenu .swiper-slide.hover a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 2px solid #2d72d2;
}
/*二级菜单end*/
/* ————— 三级栏目 start ————— */
.sjMenuSwiper .swiper-slide {
  font-size: 0.6rem;
  width: auto;
}

.sjMenuSwiper a {
  display: block;
  color: #595959;
  position: relative;
  margin: 0 0.5rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.75rem;
  background-color: #fff;
  padding:0 .75rem;
  border-radius: .25rem;
}

.sjMenuSwiper .swiper-slide.hover a {
  background-color:  #2d72d2;
  color: #fff;
}


/* .sjMenuSwiper {
  overflow: hidden;
  height: 4.4rem;
}
.sjMenuSwiper .swiper-wrapper {
  align-items: center;
}
.sjMenuSwiper .swiper-slide {
  height: 2.2rem;
  background: #ffffff;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 2.2rem;
  font-size: 0.6rem;
  color: #8c8c8c;
}
.sjMenuSwiper .swiper-slide.hover{background: #2d72d2; }
.sjMenuSwiper .swiper-slide.hover a{color: #fff;} */
/* ————— 三级栏目 end ————— */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 53.3333%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.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 {
  line-height: 1.44rem;
  font-size: .9rem;
  font-family: 'pf';
  font-weight: bold;
  color: #25334b;
  text-align: center;
}
.pd {padding: 0 .75rem;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
  background: url(../test/index/column1Bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.column1 .title {
  line-height: 1.12rem;
  font-size: 0.8rem;
  font-family: 'pf';
  font-weight: bold;
  color: #364e73;
  padding-top: .75rem;
  margin-bottom: 0.8rem;
}
.column1 .textC {
  line-height: 1.32rem;
  height: 5.28rem;
  font-size: 0.76rem;
  color: #878e9d;
}
.column1 .btnBox {
  display: flex;
  padding-top: 1.64rem;
}
.column1 .btnBox .more {
  display: block;
  width: 7rem;
  height: 2rem;
  background: #2d72d2;
  border-radius: 2rem 2rem 2rem 0;
  text-align: center;
  line-height: 2rem;
  font-size: 0.72rem;
  color: #ffffff;
}
.column1 .btnBox .more i {
  width: 0.7rem;
  height: .46rem;
  display: inline-block;
  margin-left: 0.2rem;
  background: url(../test/index/column2More.png) center center no-repeat;
  background-size: 100%;
}
.column1 .btnBox .btn {
  width: 9.92rem;
  height: 2rem;
  line-height: 2rem;
  background: #a8c7ef;
  border-radius: 2rem;
  margin-left: 0.8rem;
  text-align: center;
  box-sizing: border-box;
  padding-left: 0.44rem;
  display: flex;
  margin-bottom: 5.96rem;
}
.column1 .btnBox .btn .play {
  width: 1.32rem;
  height: 100%;
  background: url(../images/indexPlay.png) center center no-repeat;
  background-size: 100%;
  margin-right: 0.4rem;
}
.column1 .btnBox .btn .title1 {
  line-height: 2rem;
  font-size: 0.92rem;
  font-family: 'CR';
  color: #fff;
}
.column1 .title2 {
  line-height: 1.52rem;
  height: 1.52rem;
  font-size: 0.72rem;
  font-family: 'pf';
  font-weight: bold;
  color: #294576;
  margin-bottom: 2.4rem;
  text-align: right;
}
.column1Dl {
  display: flex;
  margin: 0 -0.4rem;
  padding: 0 1.08rem;
  box-sizing: border-box;
}
.column1Dl dd {
  width: 50%;
}
.column1Dl dd .con {
  display: block;
  margin: 0 0.4rem;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 2%);
  border-radius: 0.2rem;
  height: 3.92rem;
  padding: 0.48rem 0.72rem;
  box-sizing: border-box;
  position: relative;
}
.column1Dl dd .con .title1 {
  line-height: 0.92rem;
  font-size: 0.72rem;
  color: #294576;
}
.column1Dl dd .con .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.52rem;
  height: 2.08rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
  background: url(../test/index/column2Bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 3.5rem;
  padding-bottom: 2.6rem;
}

.column2 .indexTitle {color: #fff;margin-bottom: 4.44rem;}
.column2Swiper {overflow: hidden;}
.column2Swiper .text .title {
  display: block;
  line-height: 2.2rem;
  height: 2.2rem;
  font-size: 0.7rem;
  color: #8c8c8c;
  border-radius: 0.2rem;
  background: #f5f5f5;
  text-align: center;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.column2Swiper .text.active .title {color: #fff;background: #2d72d2;}
.column2SwiperText {
  position: relative;
  text-align: center;
  height: 13.14rem;
  padding-top: 4.28rem;
  box-sizing: border-box;
  margin-bottom: 6.72rem;
}
.column2SwiperText .icon {
  width: 2.12rem;
  height: 2.12rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0.44rem;
  display: inline-block;
}
.column2SwiperText .title {
  line-height: 0.88rem;
  height: 0.88rem;
  font-size: 0.6rem;
  color: #ffffff;
  padding: 0 5.6rem;
  box-sizing: border-box;
}
.column2SwiperText .title1 {
  line-height: 1.12rem;
  height: 1.12rem;
  font-size: 0.84rem;
  color: #ffffff;
  padding: 0 5.6rem;
  box-sizing: border-box;
  margin-bottom: 1.2rem;
}
.column2SwiperText .iconB {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 13.92rem;
  height: 13.12rem;
}
.column2SwiperText .iconB img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  animation: yuan 8s linear infinite;
}
.column2SwiperText .iconB img:nth-child(2) {animation: yuan1 6s linear infinite;}
.column2SwiperText .iconB img:nth-child(3) {animation-delay: 1.7s;}
.column2SwiperText .iconB img:nth-child(4) {animation-delay: 1.3s;animation: yuan1 6s linear infinite;}
.column2SwiperText .more {
  width: 0.7rem;
  height: 0.46rem;
  background: url(../test/index/column2More.png) center center no-repeat;
  background-size: 100%;
  display: inline-block;
}
.column2Swiper .swiper-slide.hover a{background-color: #125fc8;color: #fff;}
@keyframes yuan {
  0% {transform: rotate(0);}
  100% {transform: rotate(360deg);}
  0% {transform: rotate(0);}
}
@keyframes yuan1 {
  0% {transform: rotate(0);}
  100% {transform: rotate(-360deg);}
  0% {transform: rotate(0);}
}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
  background: url(../test/index/column3Bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 2.04rem;
  padding-bottom: 2rem;
}
.column3 .indexTitle {margin-bottom: 1.08rem;}
.column3Dl {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0.2rem;
  margin-bottom: 1.36rem;
}
.column3Dl dd {
  flex: 1;
}
.column3Dl dd .con {
  background: #ffffff;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-size: 0.7rem;
  color: #8c8c8c;
}
.column3Dl dd.hover .con {background: #2d72d2;color: #fff;}
.column3Dl dd:first-child .con {border-radius: 0.2rem 0 0 0.2rem;}
.column3Dl dd:last-child .con::before {display: none;}
.column3Swiper {overflow: hidden;}
.column3Swiper .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column3Swiper .textL {
  flex: 1;
  padding-right: 2.96rem;
  box-sizing: border-box;
}
.column3Swiper .textL .title {
  line-height: 1.04rem;
  height: 2.08rem;
  font-size: 0.84rem;
  font-weight: bold;
  font-family: 'pf';
  color: #364e73;
  margin-bottom: 0.76rem;
}
.column3Swiper .textL .textC {
  line-height: 1.12rem;
  height: 2.24rem;
  font-size: 0.64rem;
  color: #777777;
  margin-bottom: 4.36rem;
}
.column3Swiper .textR {
  display: block;
  width: 3.04rem;
  height: 3.04rem;
  background: #e70012;
  border-radius: 50%;
  text-align: center;
  line-height: 3.04rem;
  font-size: 0.64rem;
  color: #ffffff;
}
.column3Swiper .pic {margin-bottom: 3.2rem;}
.column3Swiper .pic::before {padding-top: 80.7777%;}
.column3Swiper .pic img{object-fit: contain;}
.column3pagination {text-align: center;}
.column3pagination .swiper-pagination-bullet {
  width: 2.72rem !important;
  height: 0.1rem !important;
  background: #fff !important;
  border-radius: 0 !important;
  transition: all .5s;
  opacity: 1 !important;
}
.column3pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2d72d2 !important;
}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 {
  padding-top: 2.28rem;
  background: url(../test/index/column4Bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 2.4rem;
}
.column4 .indexTitle {
  margin-bottom: 1.96rem;
}
.column4Swiper {overflow: hidden;position: relative;border-radius: 0.2rem;margin-bottom: 1rem;}
.column4Swiper .pic {z-index: 5;}
.column4Swiper .pic::before {padding-top: 66.6341%;}
.column4SwiperText {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.8rem;
  background: rgba(0, 0, 0, .4);
  z-index: 6;
  width: 100%;
}
.column4SwiperText .title {
  line-height: 1.8rem;
  font-size: 0.72rem;
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 6.6rem;
  box-sizing: border-box;
}
.column4pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  height: 1.35rem;
  z-index: 7;
  text-align: right;
  padding-right: 1rem;
  box-sizing: border-box;
}
.column4pagination .swiper-pagination-bullet {
  width: 0.36rem;
  height: 0.36rem;
  background: #fff !important;
  opacity: 1 !important;
}
.column4pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2d72d2 !important;
}

.column4Dl dd {margin-bottom: 0.8rem;}
.column4Dl dd .con {
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
}
.column4Dl .con .pic {
  width: 8rem;
  margin-right: 1rem;
}
.column4Dl .con .pic::before {padding-top: 66.75%;}
.column4Dl .con .text {
  flex: 1;
  padding-top: 0.52rem;
  box-sizing: border-box;
  padding-right: 1rem;
}
.column4Dl .con .title {
  line-height: 1.24rem;
  height: 2.48rem;
  font-size: 0.72rem;
  color: #294576;
  margin-bottom: 0.8rem;
}
.column4Dl .con .time {
  line-height: 0.96rem;
  font-size: 0.72rem;
  color: #2d72d2;
}
.column4 .btnBox {text-align: center;padding-top: 1rem;}
.column4 .btnBox .more {
  display: inline-block;
  width: 7rem;
  height: 2rem;
  background: #2d72d2;
  border-radius: 2rem 2rem 2rem 0;
  text-align: center;
  line-height: 2rem;
  font-size: 0.72rem;
  color: #ffffff;
}
.column4 .btnBox .more i {
  width: 0.7rem;
  height: .46rem;
  display: inline-block;
  margin-left: 0.2rem;
  background: url(../test/index/column2More.png) center center no-repeat;
  background-size: 100%;
}
/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */