@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: 52px; line-height: 52px; position: relative; z-index: 5; background: #fff; overflow: hidden;}
.logo{float: left;margin-left: .5rem;margin-top:2px;}
.logo img{ display: block;height: 48px;}
.am-intro-hd{display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;}

  .am-intro-hd span{color: #074ebf;}
  .cper li p{background: rgb(246, 246, 246);
    line-height: 34px;}
.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: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 span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.menuBtn .line{
  width: 26px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scaleY(.5);
}
.menuBtn .line:nth-child(2){background: #000;}
.menuBtn.active .line{ background: #a5a5a5;}
.menuBtn.active .line:nth-child(2){
  opacity: 0;
}
.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(9px) 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);
}
/* 头部 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; background: #FFF; margin-top: -2.75rem; transition: all .5s;-webkit-transition: all .5s; visibility: hidden;}
.searchBox.show{margin-top: 0; visibility: visible;}
.searchBox form{overflow: hidden;background: #f5f5f5;border-radius: .5rem;border: 1px solid #208001;width: 100%;}
.searchBox input{height: 1.75rem;line-height: 1.75rem;vertical-align: middle;border: none;width: 65%;background: transparent;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 .5rem;overflow: hidden;position: relative;z-index: 5;}
.searchBox span{display: block;width: 1.75rem;height: 1.75rem;text-align: center;line-height: 1.75rem;color: #208001;font-size: .7rem;padding:0 .5rem;}
.searchInput{position: relative;}
.searchBox select{width: 20%;height: 36px;position: absolute;left: 67%;top: 0;border: none;background: transparent;color:#666;z-index: 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: 90%;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: .7rem; 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: .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:#ff497373; 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: 2.8rem;overflow: hidden;display: flex;background: #FFF;line-height: 2.8rem;}
.footerList .item{flex: 1;}
.footerList .item a{display: block;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: .5rem;color: #333;}
.footerList .item .icn{height: .95rem;line-height: .95rem;font-size: 1.2rem;text-align: center;color: #999;}
.footerList .item .icn1{font-size: 1.5rem;}
.footerList .item .icn3{font-size: 1.1rem;}
.footerList .item .icn2{background: url(../images/indexfooterTB1.png) no-repeat center center / contain;width: 1rem;margin: 0 auto;height: 1rem;}
.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;color: #666;}
.footerList .item.hover .icn{color:#208001;}
.footerList .item.hover .icn2{background-image: url(../images/indexfooterTB1-h.png); }
/*底部end*/
/*底部版权start*/

.footerBlankMenu{display: flex;padding: 1.15rem 0 0.6rem;background: #3250cb ;border-bottom: 1px solid #3250cb ;justify-content: space-around;}
.footerBlankMenu dd{}
.footerBlankMenu dd a{display: block;text-align: center;font-size: 0.65rem;color: #ffffff;}
.footerBlank{background: #074ebf url(../images/kljt/footerBlankBg.png) no-repeat right bottom;
background-size: auto 3.075rem; }
.footerBlankT{overflow: hidden;padding: 0.75rem 0 0.5rem;}
.footerAddress{font-size: 0.6rem;color: #fff;line-height: 1rem;width: 65%;}
/* 技术支持 start */
.ftSupport{height: 1rem;line-height: 1rem;font-size: 0.6rem;color: #fff;}
.ftSupport a{font-size: 0.6rem;color: #fff;transition: all 0.4s;-webkit-transition: all 0.4s;}
/* 技术支持 end */
/* 备案信息 start */
.ftArchival{line-height: 2rem;font-size: 0.6rem;color: #fff; /* height: 90px; */}
.ftArchival a{font-size: 0.6rem;color: #fff;}
.ftArchival .footerBan{background: url(../images/common/beian.png) no-repeat center right;padding-right: 1rem;background-size: contain;}
/* 备案信息 end */
/*底部版权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:.325rem; height:.325rem; border-radius: 100%; text-align: center; line-height: 8px; font-size: .6rem; background: #FFF; color: #FFF; opacity: 1;}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{width: 1.25rem;border-radius:.75rem;}
/*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: .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.6rem;position:relative;z-index:5;margin:0 auto;width: 100%;transition: 0.5s;background:#FFF;box-shadow: 1px 3px 5px rgb(0 0 0 / 10%);position: sticky;top: 0;}
.subMenu .swiper-slide{font-size: 0.6rem;width: auto;}
.subMenu .subMenuA{display: block;color: #000;position: relative;margin: 0 .6rem 0 1.5rem;height: 2.6rem;font-size: 0.65rem;line-height: 1.1rem;text-align: center;}
.subMenu a{display: block;color: #000;position: relative;margin: 0 .6rem 0 1.5rem;height: 2.6rem;font-size: 0.65rem;line-height: 2.6rem;text-align: center;}
.subMenu a em{width: 1.2rem;height: 1.2rem;display: inline-block;background-position:left center;background-repeat: no-repeat;background-size: contain;position: absolute;left: -1.3rem;top: .65rem;animation: subNavUp 1.5s linear infinite;}
@keyframes subNavUp {
  0% { 
      transform: scale(1);
  }
  50% { 
      transform: scale(1.2);
  }
  100% {
      transform: translateY(1);
  }
}
.subMenu .swiper-slide.hover a{color: #208001;}
.subMenu .swiper-slide.hover a:before{content: '';display: block;position: absolute;left: 0;width: 100%;bottom: 0;border-bottom: 2px solid #208001;}
.subMenu1 .swiper-slide{font-size: 0.6rem;width: auto;}
.subMenu1 a{display: block;color: #000;position: relative;margin: 0 0.5rem;height: 3rem;font-size: 0.7rem;line-height: 3rem;}
.subMenu1 .swiper-slide.hover a{color: #fca702;}
.subMenu1 .swiper-slide.hover a:before{content: '';display: block;position: absolute;left: 0;width: 100%;bottom: 0;border-bottom: 2px solid #fca702;}
/*二级菜单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: 44.4444%;}
.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 ————— */
.column3.paddingCon{padding:0 .75rem 10px;  background:url(../images/ggtbg.jpg) no-repeat; background-size: cover; margin-top: 34px;}
.column5.paddingCon{padding:0 .75rem 10px;  background:#fdfdfd url(../images/lcbg.jpg) no-repeat bottom; background-size:100%; margin-top: 20px;}
.column3 .am-intro-title,.column3 .am-intro-title span{color: #fff;}
.column3 .fw li img{ width: 50px; padding: 5px;border-radius: 50%;
  background: #222222;
  transition: all .3s ease;
  animation: rotation linear 2s infinite; margin-top: -30px;}

  .column5 .fw{padding-top:0px;}
  .column5 .fw li {border: 0px solid #2b3990; background: none;margin-bottom: 0px;}
  .column5 .fw li img{padding: 20px;     background: #fff;
    border: 1px solid #e8e8e8; border-radius: 100px; width: 80px;}


  .fw li p{line-height: 40px;}
  @-webkit-keyframes rotation
{
0% { transform: rotate(0)}
100%{transform: rotate(360deg)}
}
@-moz-keyframes rotation
{
0% { transform: rotate(0)}
100%{transform: rotate(360deg)}
}
/*标题*/
.indexTitle .enTitle{font-size:.9rem;color:#000;height: 1.075rem;line-height: 1.075rem;text-transform: uppercase;}
.indexTitle .cnTitle{font-size:1rem;color:#000;height: 1.425rem;line-height:1.425rem;font-weight: bold;
padding-top: 5px;}
/*视频弹窗*/
.videoFloat {position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 100;}
.videoFloatBody {width: 100%;height: 100%;visibility: hidden;opacity: 1;transform: translateY(100%);-webkit-transform: translateY(100%);transition: all 500ms linear;-webkit-transition: all 500ms linear;background: #000;}
.videoFloatBody.active {visibility: visible;opacity: 1;transform: translateY(0%);-webkit-transform: translateY(0%);}
.videoFloatClose {position: fixed;width: 1.5rem;height: 1.5rem;border-radius: 2rem;right: .5rem;top: .5rem;background: #d70c18;border: .12rem solid #FFF;color: #FFF;text-align: center;line-height: 1.6rem;z-index: 1;}
.videoFloatClose i {font-size: .8rem;}
.videoFloat video {width: 100%;height: 100%;object-fit: cover;}
.videoFloat-video {position: relative;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 0;}
.videoFloat-video::before {display: block;content: '';padding-top: 60%;}
.videoFloat-video video {position: absolute;left: 0;top: 0;}
/*查看更多*/
.moreBox{padding-top:11px; padding-right: 10px;}
.indexMore{height:30px;background-color: #3250cb;width:5.25rem;border-radius:1rem;text-align: center; font-size: 16px;}
.indexMore a{font-size: 16px;color: #fff;;line-height: 30px;text-align: center;background:url(../images/indexMoreTb.png) no-repeat right center;background-size: .6rem .6rem;display: inline-block;vertical-align: middle;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {padding-bottom: 2.5rem;overflow: hidden;}
.column1Con{}
.column1 .indexTitle{margin-bottom: .75rem;overflow: hidden;}
.column1TextC{font-size:16px;color:#000;line-height: 33px;margin-bottom: -2rem; padding: 0 20px;}
.column1TextC strong{ font-weight: normal;}
.columnNum{margin-right:-1.375rem;}
.columnNum::after{display: block;content:'';clear: both;visibility: hidden;overflow: hidden;}
.columnNum dd{float: left;display: inline;width: 33.3333%;}
.columnNum .ddCon{margin-right:1.375rem;}
.columnNum .num{font-size:2.75rem;color:#1e7501;height: 2rem;line-height: 2rem;font-family:'Himalaya';display: inline-block;}
.columnNum .numText{font-size: .65rem;color:#999999;line-height:1rem;margin-bottom: 1rem;}
.column1 .picBox{border-radius:.5rem;position: relative;overflow: hidden;}
.column1 .pic::before{padding-top:56.4286%;}
.column1 .pic video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.column1 .mask{width: 100%;height: 100%;background-color:rgba(51,51,51,.3);position: absolute;left: 0;top: 0;}
.column1 .mask span{background: url(../images/videoTb.png) no-repeat center center / cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);width: 2rem;height: 2rem;}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {/* background:url(../images/bj2.jpg) no-repeat center bottom / cover; */ overflow: hidden; /* background-color: #e7e7ee; */}
.column2Con{position: relative;}
.column2 .indexTitle{margin-bottom: .4rem; margin-top: 10px;}
.column2 .indexTitle .enTitle{color:#fff;}
.column2 .indexTitle .cnTitle{color:#fff;}
.column2TextC{height: 1rem;line-height: 1rem;margin-bottom: .8rem;font-size:.6rem;color: #fff;}
.column2 .indexMore{margin-bottom: 1.3rem;}
.column2 .indexMore a{color:#fff;background:url(../images/indexMoreTb-bai.png) no-repeat right center;background-size: .6rem .6rem;}

.column2Swiper {margin-right:-.75rem;position: relative;}
.column2Swiper .column2C{margin-right:.75rem;position: relative;border-radius: .3rem;overflow: hidden;}
.column2Swiper .swiper-slide{width: 33.3333%;}
.column2Swiper .swiper-slide a{display: block;}
.column2Swiper .swiper-slide a .pic:before{padding-top:150%;}
.column2Swiper .swiper-slide a .pic .picImg{width:101%;}
.column2Swiper .swiper-slide a .pic .textBox{position: absolute;left: 0;top: 0; width: 100%; height: 100%;}
.column2Swiper .swiper-slide a .pic .icn{width:2.5rem;height: 2.5rem;border-radius:2.5rem;border:1px dashed #fff;margin: 0 auto;color:#fff;text-align: center;font-size: 0;line-height:2.5rem;}
.column2Swiper .swiper-slide a .pic .icn img{height:1.5rem;position: relative;width: auto;display: inline-block;vertical-align: middle;}
.column2Swiper .swiper-slide a .pic .text{text-align: center;height: 1.5rem;line-height:1.5rem;font-size:.65rem;color:#fff;}
.column2Swiper .prev{background: url(../images/prev-bai.png) no-repeat center center;width:1.625rem;height: 1.625rem;border-radius:100%;position: absolute;left: 0;bottom: -2.8rem;border: 1px solid rgba(255,255,255,.3);z-index:100;}
.column2Swiper .next{background: url(../images/next-bai.png) no-repeat center center;width:1.625rem;height: 1.625rem;border-radius:100%;position: absolute;left:2.375rem;bottom: -2.8rem;z-index: 100;border: 1px solid rgba(255,255,255,.3);}
.column2Scrollbar{background-color: rgba(255,255,255,.3);right: 0;bottom: -2rem;z-index: 50;width: 70%;height: 2px;position: absolute;}
.column2Scrollbar .swiper-scrollbar-drag{background-color:#208001;height: 2px;}


.column2Swiper .ddBg{height: 2rem;width: 100%;position: absolute;left: 0;bottom: 0;background: #2d55aa;}
.column2Swiper .ddBg svg{width: 100%;height: 1.5rem;position: absolute;left: 0;margin-left: 0;top: -27px;}
.column2Swiper .ddBg .parallax .use2{display: none;}
.column2Swiper .ddBg .parallax .use4{display: none;}
.column2Swiper .ddBg .text{color: #fff;text-align: center;font-size:.6rem;height: 2rem;line-height: 1rem;position: relative;z-index: 2;}
.parallax > use {
    animation: move-forever 5s linear infinite;
    transform-origin: 50% 50%;
    }
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    }
.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 8s;
    }
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 10s;
    }
.parallax > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 3s;
    }
    @keyframes move-forever {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
    }
.editorial {display: block;width: 5rem;height: 1.5rem;margin: 0;}
.column2pagination{position: absolute;left: 100px !important;top: 120% !important;width: 70% !important;}
.column2pagination span{background-color: #ff4973  !important;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3Con{padding: .75rem 0 0;}
.column3Top{overflow: hidden;margin-bottom: .75rem;}
.column3 .enTitle{font-size:.8rem;}
.column3 .indexMore {width:5.25rem;}
.column3Con .pic{overflow: hidden;border-radius:.5rem;}
.column3Con .pic::before{padding-top: 60%;}
.column3List{padding-bottom: 1rem;}
.column3List dd{padding: .5rem 0;border-bottom: 1px solid #ebebeb;}
.column3List dd .title a{display: block;font-size:.7rem;color:#666;font-weight: bold;height: 1.3rem;line-height: 1.3rem;}
.column3List dd span{display: block;font-size:.6rem;color:#666;height: 1rem;line-height: 1rem;}
/* ————— 第4通栏 start ————— */
.column4{background: url(../images/cp4.jpg) no-repeat left bottom / cover;position: relative; *//* height: 28.5rem; */}
.column4Line{background:url(../images/column4Line.png) no-repeat  center / contain;width: 100%;}
.column4Con .indexTitle{padding: 1.3rem 0;}
.column4Con .enTitle{color:#fff;}
.column4Con .cnTitle{color: #fff;}

.column4List{position: relative;padding: .75rem 0;}
.column4List dd{background-color:#fff;width: 72.3902%;padding: .5rem;border-radius:.5rem;margin-bottom: .75rem;}
.column4List dd em{width: 1rem;height: 1rem;background-position: left center;background-repeat: no-repeat;float: left;display: inline;background-size: contain;margin-left: .5rem;position: relative;}
.column4List dd em::before{display: block;content:'';width:.4rem;height: .4rem;border-radius:100%;background-color:#cfe2cd;position: absolute;left:-.6rem;top: 0;}
.column4List dd .title{font-size: .7rem;color:#333;font-weight: bold;line-height:1rem;margin: 0 0 .3rem 2rem;}
.column4List dd .text{color: #999;font-size: .6rem;line-height: .8rem;}
.column4List .dd2{margin-left: 22%;}
.column4List .dd4{ margin-left: 22%;}
.column4List dd::before{display: block;content: '';background: url(../images/column4Tb.png) no-repeat center center / contain;width: 0.5rem;height: .5rem;position: absolute;z-index:5;}
.column4List .dd1::before{right: -29.6%;top: -.05rem;}
.column4List .dd2::before{left: -3.9rem;top: -.1rem;}
.column4List .dd3::before{right: -3.8rem;top: 1.2rem;}
.column4List .dd4::before{left: -3.5rem;top: 1.5rem;}
.column4List dd::after{display: block;content: '';width: .3rem;height: .3rem;border-radius: 100%;background-color: #fff;position: absolute;z-index:5;}
.column4List .dd1::after{right: -29%;top: .8rem;}
.column4List .dd2::after{left: -28%;top: .8rem;}
.column4List .dd3::after{right: -3.7rem;top: 2rem;}
.column4List .dd4::after{left: -3.35rem;top: 2.4rem;}


/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */