@charset "UTF-8";
/* ========== 手机端公用组件 start ========== */
/* 详情弹出加载层 start */
.windowView {position: fixed;bottom: 0;left: 0;width: 100%;height: 100%;background: var( --bai-color);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: var( --bai-color);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: var( --bai-color);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(/subsiteSrc/cnMb/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: var( --bai-color);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: var( --bai-color); font-size: 0.7rem }
/*图片弹窗end*/
/* ========== 手机端公用组件 end ========== */
/* ========== 主体框架 start ========== */
.box{padding:.5rem .75rem;}
/* 头部 start */
.head1{ height: 2.5rem; line-height: 2.5rem; position: relative; z-index: 5; background: var( --bai-color); overflow: hidden;}
.logo{ float: left; margin-left: .5rem; margin-top: .175rem;}
.logo img{ display: block; width: 7.5rem;}

.headText{ overflow: hidden; font-size: .8rem; text-align: center; color: var(--c333-color);}

.menuBtn{display: block;width:2.5rem;height:2.5rem; float: right; display: inline; text-align:center; z-index: 6; position: relative;background-color: var(--primary-color);border-bottom-left-radius: 1rem;}
.menuBtn span{ position: absolute; left: 54%; top: 50%; transform: translate(-50%,-50%);}
.menuBtn .line{
  width: 26px;
  height: 2px;
  background-color: var( --bai-color);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  position: relative;
}
.menuBtn .line::before {display: block;content: "";width: 3px;height: 3px;border-radius: 100%;background-color: var( --bai-color);position: absolute;top: 50%;left: -6px;transform: translateY(-50%);}
.menuBtn .line:nth-child(2){ background: var( --bai-color);}
.menuBtn.active .line{ background: var( --bai-color);}
.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);
}
.menuBtn.active .line:nth-child(1)::before {width: 0;height: 0;}
.menuBtn.active .line:nth-child(3)::before {width: 0;height: 0;}
/* 头部 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.5rem;height: 2.5rem; text-align: center; line-height: 2.5rem; color: var(--c999-color)999; float: right;}
.searchBox{ height: 1.75rem; padding:.5rem; padding-right: 0; background: var( --bai-color); 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*/
.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: 75%; height: 100%; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); background:var(--primary-color); 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: var( --bai-color); 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(/subsiteSrc/cnMb/images/jian.png);}*/
.menuPageList dd span em.active{ display: block;}
.menuPageList dd .ejBox{ padding: .4rem .75rem; display:none; background:var(--primary-color);}
.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(/subsiteSrc/cnMb/images/jian2.png);}*/
.menuPageList dd .ejBox .ejdd .ej a{ display: block; height: 1.25rem; line-height: 1.25rem; overflow: hidden; color: var( --bai-color); 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: var( --bai-color);}
.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: var( --bai-color); 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:var(--primary-color);}
.menuPageList dd.hover span a{ background:var(--primary-color); color: var( --bai-color);}
.menuPageList dd.hover span em{color: var( --bai-color);}
/*导航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.25rem; overflow: hidden; display: flex; background: var( --bai-color);}
.footerList .item{ flex: 1;}
.footerList .item a{ display: block; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: .25rem; color: var(--c333-color);}
.footerList .item .icn{ height: .95rem; line-height: .95rem; 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*/
.footerCopy {padding: 1.2rem 0;color: var( --bai-color);position: relative;}
.footerCopy::before {display: block;content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-image: url(/subsiteSrc/cnMb/test/images/footerBg2.png);background-repeat: no-repeat;background-position: center;background-size: cover;z-index: 1;}
.footerCopy::after {display: block;content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-color: var(--primary-color);}
.footerCopy .footerLog {display: flex;justify-content: center;position: relative;z-index: 3;}
.footerCopy .footerLog img {width: 7.5rem;}
.footerCopy .footerMain {display: flex;align-items: center;justify-content: space-between;column-gap: 1rem;padding: 1rem 0;border-bottom: 1px solid var( --bai-color);position: relative;z-index: 3;}
.footerCopy .footerMain .text {flex: 1;}
.footerCopy .footerMain .footerEvm {display: flex;flex-direction: column;align-items: center;justify-content: center;overflow: hidden;}
.footerCopy .footerMain .footerEvm .img {object-fit: contain;width: 4rem;height: 4rem;display: flex;justify-content: center;align-items: center;background-color: var( --bai-color);}
.footerCopy .footerMain .footerEvm img {width: 3.5rem;height: 3.5rem;}
.footerCopy .footerMain .footerEvm .text {font-size: .65rem;line-height: 1.3rem;margin-top: .2rem;}
.footerCopy .footerMain dd {margin-bottom: .3rem;}
.footerCopy .footerMain dd .con {font-size: .7rem;line-height: 1.4rem;padding-left: 1rem;background-position: left .3rem;background-repeat: no-repeat;background-size: .75rem;}
.footerCopy .frideLink {padding: .75rem 0;display: flex;border-bottom: 1px solid var( --bai-color);justify-content: flex-start;column-gap: 1rem;position: relative;z-index: 3;}
.footerCopy .frideLink span {text-wrap: nowrap;font-size: .7rem;line-height: 1.4rem;}
.footerCopy  .link {flex: 1;flex-wrap: wrap;column-gap: 1rem;display: flex;}
.footerCopy .frideLink  a {font-size: .7rem;line-height: 1.4rem;color: var( --bai-color) ;}
.footerCopy .copyRight {padding-top: .75rem;font-size: .7rem;line-height: 1.4rem;text-align: center;}
/*底部版权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: var( --bai-color); color: var( --bai-color); opacity: 1;}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active{ background: #f00}
/*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: var( --bai-color); 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: var( --bai-color); opacity: 1;}
.indexNavDot span.swiper-pagination-bullet-active{ background: var(--primary-color)}
/*快捷导航end*/
/* 菜单导航栏 start */
.locarionBox .location {display: flex;align-items: center;}
.locarionBox .location a {font-size: .65rem;line-height: 1.3rem;height: 1.3rem;overflow: hidden;color: var(--c999-color);}
.locarionBox .location a.hover {color: var(--primary-color)}
.locarionBox .location em {width: 5px;height: 1px;background-color: var(--c999-color);margin: 0 5px;}
.locarionBox .menuBtn1 {display: flex;justify-content: space-between;padding: 0 .5rem;height: 2.5rem;color: var( --bai-color);background-color: var(--primary-color);align-items: center;}
.locarionBox .menuBtn1 .text {font-size: .8rem;line-height: 2.5rem;}
.menuBtn1 .line{
  width: 26px;
  height: 3px;
  background-color: var( --bai-color);
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.menuBtn1 .line::before {width:4px;height: 4px;display: block;content: "";border-radius: 100%;background-color: var( --bai-color);position: absolute;left: -10px;top: 50%;transform: translateY(-50%);}
.menuPage1 {background-color: var(--primary-color);overflow: hidden;transition: .3s;height: 0;}
.menuPage1 .menuPageList dd span a {color: var( --bai-color);font-size: .7rem;padding: 0 0 0 .75rem;}
.menuPage1 .menuPageList dd span a::before{width: 0;height: 0;}
.menuPage1 .menuPageList dd span a:active {color: var(--primary-color);}
.menuPage1 .menuPageList dd .ejBox {background-color: var(--primary-color) !important;}
.menuPage1 .menuPageList dd .ejBox .ejdd .ej a {color: var( --bai-color);}
.menuPage1 .menuPageList dd .ejBox .ejdd .sj a {color: var( --bai-color);}
.menuPage1 .menuPageList dd .ejBox .ejdd .ej a:active {color: var(--primary-color);}
.menuPage1 .menuPageList dd .ejBox .ejdd .sj a:active {color: var(--primary-color);}
.menuPage1.active {height: auto;}
/* 菜单导航栏 end */
/*通用标题层start*/
.lcTitle {display: flex;justify-content: center;position: relative;z-index: 3;}
.lcTitle span {display: inline-block;font-size: .9rem;line-height: 1.8rem;padding: 1.25rem;font-weight: 700;color: var(--primary-color);position: relative;}
.lcTitle span::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mask-image: url(/subsiteSrc/cnMb/images/icon/lcTitle.png);
   -webkit-mask-image: url(/subsiteSrc/cnMb/images/icon/lcTitle.png);
  
  mask-repeat: no-repeat;
   -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  background-color:var(--primary-color) ;
}
/*通用标题层end*/
/* 通用更多 start */
.lcMoreL a {display: inline-block;height: 2rem;line-height: 2rem;border-radius: 2rem;padding: 0 2.5rem 0 1rem;font-size: .8rem;position: relative;border: 1px solid var( --primary-color);color: var( --primary-color);}
.lcMoreL a::before {display: block;content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;
  -webkit-mask-image: url(/subsiteSrc/cnMb/images/icon/morel.png);-webkit-mask-position: 3rem center;-webkit-mask-repeat: no-repeat;-webkit-mask-size: 1rem;
  mask-image: url(/subsiteSrc/cnMb/images/icon/morel.png);mask-position: 3rem center;mask-repeat: no-repeat;mask-size: 1rem;
  background-color: var(--primary-color);}
.lcMoreB a {display: inline-block;height: 2rem;line-height: 2rem;border-radius: 2rem;padding: 0 2.5rem 0 1rem;font-size: .8rem;border: 1px solid var( --bai-color);color: var( --bai-color);background-size: 1rem;position: relative;}
.lcMoreB a::before {display: block;content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;
  mask-image: url(/subsiteSrc/cnMb/images/icon/morel.png);mask-position: 3rem center;mask-repeat: no-repeat;mask-size: 1rem;
  -webkit-mask-image: url(/subsiteSrc/cnMb/images/icon/morel.png);-webkit-mask-position: 3rem center;-webkit-mask-repeat: no-repeat;-webkit-mask-size: 1rem;
  background-color: var(--bai-color);}
/* 通用更多 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: var(--c999-color);}

/*通用列表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:var(--c666-color);height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:var( --bai-color);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:var( --bai-color);}
.subMenu .swiper-slide{font-size: 0.6rem;width: auto;}
.subMenu a{display: block;color: #000;position: relative;margin: 0 0.5rem;height: 2rem;font-size: 0.7rem;line-height: 2rem;}
.subMenu .swiper-slide.hover a{color: #125fc8;}
.subMenu .swiper-slide.hover a:before{content: '';display: block;position: absolute;left: 0;width: 100%;bottom: 0;border-bottom: 2px solid #125fc8;}
/*二级菜单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: var(--c333-color);border-radius: 1.2rem;font-size: 0.65rem;margin: 0 .25rem;background: var( --bai-color);}
.sjMenu a:before{ border-radius:2.4rem}
.sjMenu a.hover{ background: #1e5ab0; color: var( --bai-color); 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: 48%;}
.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: var( --bai-color)fff;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 ————— */
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.indexC1 {padding-bottom: 2rem;;position: relative;z-index: 3;overflow: hidden;}
.indexC1::before {display: block; content: ""; position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: url(/subsiteSrc/cnMb/test/images/inc1bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;z-index: 1;}
.indexC1::after {display: block; content: ""; position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: var(--inClBg-color);}
.indexC1Swiper {position: relative;overflow: hidden;margin-top: 1rem;position: relative;z-index: 3;}
.indexC1Swiper .con {display: block;background-color: var( --bai-color);}
.indexC1Swiper .con .img {position: relative;}
.indexC1Swiper .con .img::before {display: block;content: "";width: 50%;height: 100%;
  -webkit-mask: url(/subsiteSrc/cnMb/test/images/leftM.png) left top no-repeat;
  mask: url(/subsiteSrc/cnMb/test/images/leftM.png) left top no-repeat;
   z-index: 1; position: absolute;left: 0;top: 0;background-color: var(--primary-color);}
.indexC1Swiper .con .img::after {display: block;content: "";width: 50%;height: 100%;
  mask: url(/subsiteSrc/cnMb/test/images/rightM.png) right top no-repeat;
  -webkit-mask: url(/subsiteSrc/cnMb/test/images/rightM.png) right top no-repeat;
  position: absolute;right: 0;top: 0;background-color: var(--primary-color);}
.indexC1Swiper .con .pic::before {padding-top: 57.9710%;}
.indexC1Swiper .con .text {background-color: var( --bai-color);padding: .75rem;}
.indexC1Swiper .con .text .title {font-size: .8rem;line-height: 1.6rem;height: 1.6rem;text-align: center;color: var(--c333-color);font-weight: 600;}
.indexC1Swiper .con .textC {font-size: .7rem;line-height: 1.4rem;height: 4.2rem;color: var(--c666-color);}
.indexC1Swiper .con .text .time {font-size: .65rem;line-height: 1.3rem;height: 1.3rem;overflow: hidden;color: var(--c999-color);}
.pageBt div {width: 1.5rem;height: 1.5rem;
  mask-position: center;mask-repeat: no-repeat;mask-size: .8rem;
   -webkit-mask-position: center;-webkit-mask-repeat: no-repeat;-webkit-mask-size: .8rem;

}
.pageBt .next {mask-image: url(/subsiteSrc/cnMb/images/icon/next.png);
  -webkit-mask-image: url(/subsiteSrc/cnMb/images/icon/next.png);
  position: absolute;top: 30%;right: 0;z-index: 10;transform: translateY(-30%);background-color: var(--bai-color);}
.pageBt .prev {mask-image: url(/subsiteSrc/cnMb/images/icon/prev.png);
  -webkit-mask-image: url(/subsiteSrc/cnMb/images/icon/prev.png);
  position: absolute;top: 30%;left: 0;z-index: 10;transform: translateY(-30%);background-color: var(--bai-color);}
.indexC1Swiper .swiper-pagination {bottom: 48% !important;z-index: 10;}
.indexC1Swiper .swiper-pagination span {width: 10px;height: 10px;background-color: var( --bai-color) !important;margin: 0 5px;}
.indexC1Swiper .swiper-pagination-bullet-active {background: var(--primary-color) !important;}
.indexC1 .textList{position: relative;z-index: 3;}
.indexC1 .textList dd {margin-bottom: 1rem;}
.indexC1 .textList dd .con {display: block;}
.indexC1 .textList dd .con .text {font-size: .8rem;color: var(--c333-color);line-height: 1.6rem;height: 1.6rem;padding-left: .5rem;position: relative;}
.indexC1 .textList dd .con .text::before {display: block;content: "";height: .8rem;width: 1px;background-color: var(--primary-color);position: absolute;left: 0;top: .4rem;}
.indexC1 .textList dd .con .time {font-size: .65rem;line-height: 1.3rem;line-height: 1.3rem;color: var(--c999-color);}
.indexC1  .timeText {padding: .75rem .5rem;background-color: var( --bai-color);position: relative;z-index: 3;height: 23rem;overflow: hidden;}
.indexC1  .timeText dd {margin-bottom: .75rem;}
.indexC1  .timeText dd .con {display: flex;align-items: center;padding-bottom: .5rem;border-bottom: 1px solid #dbdbdb;}
.indexC1  .timeText dd .con .time {width: 3.5rem;text-align: center;border-right: 1px solid var(--primary-color);}
.indexC1  .timeText dd .con .time .day {font-size: 1rem;line-height: 1rem;color: var(--c999-color);font-weight: bold;}
.indexC1  .timeText dd .con .text {padding-left: .5rem;height: 2.8rem;flex: 1;}
.indexC1  .timeText dd:last-child{margin-bottom: 0;}
.indexC1  .timeText dd:last-child .con {border-bottom: none;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.indexC2 {padding: .75rem 0 2.5rem;position: relative;z-index: 3;background-image: url(/subsiteSrc/cnMb/test/images/indexc2bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;}

.indexC2Swiper {padding: 1rem 0 2.5rem;overflow: hidden;position: relative;}
.indexC2Swiper .con {display: block; background-color: var( --bai-color);padding: .75rem;}
.indexC2Swiper .con .pic::before {padding-top: 69.3548%;}
.indexC2Swiper .con .text .title {margin: .75rem 0 .5rem;padding-left: .75rem;position: relative;}
.indexC2Swiper .con .text .title::before {display: block;content: "";height: .8rem;width: 2px; background-color: var(--primary-color);position: absolute;top: .4rem;left: 0;}
.indexC2Swiper .swiper-pagination {bottom: 1rem !important;z-index: 10;}
.indexC2Swiper .swiper-pagination span {width: 10px;height: 10px;border: 1px solid var(--primary-color);background-color: var( --bai-color);margin: 0 5px;}
.indexC2Swiper .swiper-pagination .swiper-pagination-bullet-active {background-color: var(--primary-color);}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.indexC3 { background: url(/subsiteSrc/cnMb/test/images/inc3bg.png)top center no-repeat;background-size: cover;padding-top: .75rem;}
.indexC3 .numIcon {padding: 0 .75rem;margin: 1rem 0 1.5rem;}
.indexC3 .numIcon dl {display: flex;flex-wrap: wrap;margin-right: -1rem;}
.indexC3 .numIcon dl dd {width: 33.333%;margin-bottom: 1rem;}
.indexC3 .numIcon dl dd .con {margin-right: 1rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.indexC3 .numIcon .icon {width: 3rem;height: 3rem;display: flex;justify-content: center;align-items: center;overflow: hidden;border-radius: 100%;position: relative;}
.indexC3 .numIcon .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed var(--primary-color);
  border-radius: 100%;
  animation: rotate-border 5s linear infinite; /* 控制动画持续时间和循环 */
}
@keyframes rotate-border {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.indexC3 .numIcon .icon img {object-fit: contain;width: 1.5rem;height: 1.5rem;}
.indexC3 .numIcon .number {display: flex;align-items: flex-end;column-gap: .2rem;text-align: center;justify-content: center;}
.indexC3 .numIcon .num {font-size: 1.2rem;height: 1.2rem;line-height: 1.2rem;color: var(--primary-color);font-weight: bold;}
.indexC3 .numIcon .des {font-size: .65rem;line-height: 1.4rem;color: #444;}
.maxBorder {width: 17rem;height: 17rem; border: 1px solid var(--primary-color);  border-radius: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;margin-bottom: -9rem;position: relative;}
.minBorder {width: 14rem;height: 14rem;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.minBorder::before {
  content: "";
  position: absolute;
  top: -1px; /* 确保伪元素覆盖边框 */
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px dashed var(--primary-color);
  border-radius: 100%;
  animation: rotate-border 2s linear infinite; /* 控制旋转速度与循环 */
}
.borderImg {width: 11rem;height: 11rem;border-radius: 100%;display: flex;justify-content: center;overflow: hidden;}
.borderImg img {object-fit:contain;}
.indexC3 .botomText {background-color: var(--primary-color);overflow: hidden;position: relative;z-index: 10;padding: 1rem 0 2rem ;}
.indexC3 .botomText .text {font-size: .7rem;line-height: 1.4rem;height: 5.6rem;margin-bottom: 1.5rem;color: var( --bai-color);}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.indexC4 {padding: 2rem 0; position: relative; background-color: #f2f5f4;}
.indexC4::before {display: block;content: "";position: absolute;width: 100%;height: 49.6153%;  right: 0;bottom: 0;background-image: url(/subsiteSrc/cnMb/test/images/inc4Bg2.png) ;background-position: center bottom ;background-repeat: no-repeat;background-size: cover;z-index: 1;}
.indexC4::after {display: block;content: "";position: absolute;width: 100%;height: 49.6153%; right: 0;bottom: 0;background-color: var(--primary-color);}
.indexC4 dd {margin-bottom: .75rem;}
.indexC4 dl {position: relative;z-index: 3;}
.indexC4 .con .top {display: flex;}
.indexC4 .con .top a {flex: 1;}
.indexC4 .con .top .pic::before {padding-top: 94.1176%;}
.indexC4 .con .pic::after {display: block;content: "";width: 100%;height: 100%;background-color: rgba(0, 0, 0, .2);position: absolute;top: 0;left: 0;}
.indexC4 .con .bottom .pic::before {padding-top: 47.826%;}
.indexC4 .con .tip {padding: 0 .5rem;position: absolute;left: .75rem;bottom: .75rem;color: var( --bai-color);z-index: 1;}
/* ————— 第4通栏 end ————— */
/* 第5栏 start */
.indexC5 {padding: 1rem 0 2rem;background: url(/subsiteSrc/cnMb/test/images/indexc5bg.png) center no-repeat;background-size: cover;}
.indexC5Swiper {padding-bottom: 2.5rem;position: relative;overflow: hidden;}
.indexC5Swiper .swiper-pagination {bottom: 1rem !important;z-index: 10;}
.indexC5Swiper .swiper-pagination span {width: 10px;height: 10px;border: 1px solid var(--primary-color);background-color: var( --bai-color);margin: 0 5px;}
.indexC5Swiper .swiper-pagination .swiper-pagination-bullet-active {background-color: var(--primary-color);}
/* ————— 第2通栏 end ————— */
.indexC5 .textList dd {margin-bottom: .75rem;border: 1px solid var(--primary-color);}
.indexC5 .textList dd .con {display: block;padding: .75rem;}
.indexC5 .textList dd .con .text {height: 3rem;}
.indexC5 .tip {position: absolute; width: 100%; left: 0;bottom: 0;padding: 0 .5rem;background-color: #000;height: 1.5rem;line-height: 1.5rem;font-size: .75rem;color: var( --bai-color);text-align: center;}
/* 第5栏 end */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */