html,
body {
  height: 100%;
}


.sub-nav{
display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 1001;
	margin: 0;
	padding: 0;
	border-top: 3px solid #44af35;
	border-radius: 5px 5px 0 0;


}







.lbactive{
  color:#1769af !important;
}
.headerBg {
  width: 100%;
  height: 100%;
}

.swiperAndNav {
  width: 100%;
  height: 100%;
  position: relative;
background: url(/eportal/imageDir/sbh/2025/10/img_pc_site/2025101313340195047.png) no-repeat;
    background-size: 100% 100%;
}

.sbhLogo {
  /* width: 3.65rem; */
  height: 0.84rem;
  position: absolute;
  top: 10%;
  left: calc(40% - 1.825rem);
  z-index: 99;
}

.swiper1 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper1 .swiper-slide>img {
  width: 100%;

}
.bg_logo{
    padding-top: 1rem;
    overflow: hidden;
    margin: 0 auto;
    width: 60%;
}
.bg_logo img{ width:65%; margin:0 auto;}
.bg_part1 {
  width: 81.3%;
  margin: 1.1rem auto 0;
}

.bg_part1 img {
  width: 100%;
}

.bg_part2 {
  text-align: center;
  font-weight: bold;
  overflow:hidden;
  color: #fff;
  font-size: 0.48rem;
  width: 65%;
  margin: 0.6rem auto 0;
}

.bg_part2 span {
  float: left;
}

.bg_part2 .bg_part_two {
  float: left;
  display: block;
  height: 100%;
  padding: 0 0 0 1.6rem;
  margin: 0 0 0 1.73rem;
  border-left: 1px solid #fff;
}

.bg_part3 {
  text-align: center;
  line-height: 1rem;
  height: 1rem;
  color: #fff;
  font-size: 0.3rem;
  width: 80%;
  margin: 0.6rem auto 0;
}





/* 服务卡片区域样式 */
.serviceSection {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
  background: url(/uiFramework/commonResource/zip/shiyao_img/shiyao_img/syh11.png) no-repeat bottom;
}

.artisticFont {
  position: absolute;
  left: -4.8rem;
  bottom: 0;
  z-index: 0;
  font-size: 2.1rem;
  color: #add3ef;
  opacity: 0.2;
}

.serviceContainer {
  width: 15.82rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.serviceCard {
  width: 4.74rem;
  float: left;
  background: white;
  border-radius: 0.2rem;
  padding: 0.64rem 0 1.05rem 0;
  text-align: center;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.serviceCard:nth-child(2) {
  margin: 0 0.5rem;
}

.serviceCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.serviceCard:hover::before {
  left: 100%;
}

.serviceCard:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
}

.cardContent {
  min-height: 2.2rem;
}

.greenCard {
  border-top: 0.05rem solid #18983b;
  border-left: 0.1rem solid #18983b;
  color: #18983b;

}

.redCard {
  border-top: 0.05rem solid #ca421b;
  border-left: 0.1rem solid #ca421b;
  color: #cb2c06;
}

.blueCard {
  border-top: 0.05rem solid #385d95;
  border-left: 0.1rem solid #385d95;
  color: #385d95;
}

.cardIcon {
  float: left;
  width: 0.84rem;
  height: 0.84rem;
  animation: iconBounce 2s ease-in-out infinite;
  margin-right: 0.21rem;
  margin-left: 0.3rem;
  margin-top: 0.7rem;
}

.cardIcon>img {
  width: 100%;
}

@keyframes iconBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.cardTitle {
  font-size: 0.38rem;
  margin-bottom: 0.31rem;
  font-weight: 500;
}

.cardButtons {
  float: left;
  width: 1.9rem;
}

.cardButton {
  display: block;
  width: 1.86rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 0.2rem;
  margin-bottom: 0.25rem;
}

.cardButton:last-child {
  margin-bottom: 0;
}

.greenButton>a {
  border: 0.03rem solid #186304;
  color: #186304;
}

.redButton>a {
  border: 0.03rem solid #c40101;
  color: #c40101;
}

.blueButton>a {
  border: 0.03rem solid #2d5ece;
  color: #2d5ece;
}

.blueButton>a:first-child {
  margin-top: 0.45rem;
}

/* 新闻动态 */
.displaySectionBox {
  width: 100%;
  overflow: hidden;
  background: #1869af;
}

.displaySection {
  position: relative;
  width: 17.9rem;
  margin: 0.72rem auto 0.65rem;
  overflow: hidden;
}

/* 顶部标题 */
.displayHeading {
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.displayHeadingTitle {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0.2rem;
  z-index: 9;
}

.displayCn {
  font-size: 0.47rem;
  font-weight: 800;
}

.displayEn {
  font-size: 0.29rem;
  color: #f1f1f1;
  font-weight: lighter;
}

/* 背景大字水印 */
.displayWatermark {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.35rem;
  line-height: 1;
  color: #f1f9ff;
  /* opacity: 0.08; */
  text-align: center;
  font-weight: 600;
}

/* 主体两栏布局，按视觉 1920x900 比例实现 */
.displayLayout {
  /* max-width: 1600px; 居中容器，1920 留出左右边距 */
  width: 100%;
  overflow: hidden;
}

/* 新闻轮播 */
.displayMedia {
  width: 10.66rem;
  height: 5.99rem;
  float: left;
}

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper2 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper2 .swiper-slide>img {
  width: 10.66rem;
  height: 5.99rem;
}

.mediaCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 74px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.mediaCaption span>a{
  float: left;
  color: #fff;
  width: 6.86rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.36rem;
  /* background: url(/uiFramework/commonResource/zip/image//mediaCaptionSpan.png) no-repeat; */
  /* background-blend-mode: normal; */
  padding-left: 0.58rem;
}

.mediaBtn {
  float: right;
  background: #c75b34;
  color: #fff;
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  margin: 0.195rem 0.58rem;
  font-size: 0.16rem;
}

/* 右侧新闻面板 */
.newsPanel {
  float: left;
  width: 7.23rem;
  height: 5.99rem;
  background: #fff;
  overflow: hidden;
}

.newsItem {
  display: block;
  padding: 0.45rem;
  border-bottom: 1px solid #ccc;
}

.newsItem:last-child {
  border-bottom: none;
}

.newsTitle {
  width: 100%;
  font-size: 0.23rem;
  font-weight: 700;
  color: #0b0e0e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsTitle:hover {
  color: #1769af;
}

.newsDesc {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  color: #8aa0a6;
}

/* 数据统计区域 */
.dataBox {
  width: 100%;
  overflow: hidden;
  background: url(/uiFramework/commonResource/zip/shiyao_img/shiyao_img/syh22.png) no-repeat bottom;
  background-size:100% 100%;
}

.statsSection {
  margin: 0.9rem 0;
  overflow: hidden;
}

/* 顶部标题 */
.statsHeading {
  color: #000;
  text-align: center;
}

.eventSection .displayCn font:first-child,
.dataBox .displayCn font:first-child,
.partnerSection .displayCn font:first-child,
.friendshipSection .displayCn font:first-child {
  color: #333;
}

.eventSection .displayCn font:last-child,
.dataBox .displayCn font:last-child,
.partnerSection .displayCn font:last-child,
.friendshipSection .displayCn font:last-child {
  color: #0c52a4;
}

.eventSection .displayEn,
.dataBox .displayEn,
.partnerSection .displayEn,
.friendshipSection .displayEn {
  color: #6e6f6f;
}


.statsCn {
  font-size: 47px;
  font-weight: 800;
}

.statsEn {
  font-size: 29px;
  color: #596f77;
  margin-bottom: 30px;
}

.statsContainer {
  max-width: 17.16rem;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}

.statItem {
  width: 4.18rem;
  height: 2.5rem;
  float: left;
  margin-left: 0.14rem;
  padding: 0.3rem 0 0.3rem 0.45rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.27rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0 rgba(111, 129, 139, 0.23);
  text-align: left;
}

.statItem:first-child {
  margin-left: 0;
}

.statItem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #1869af;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.statItem:hover::before {
  transform: scaleX(1);
}

.statItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px #1869af;
}

.statItem>img {
  width: 0.42rem;
  height: 0.36rem;
  margin-bottom: 0.2rem;
}

.statNumber {
  font-size: 0.83rem;
  color: #0c52a4;
  margin-bottom: 0.13rem;
  animation: countUp 2s ease-out;
}

.statStr {
  font-size: 0.48rem;
  color: #0c52a4;
}

@keyframes countUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.statLabel {
  font-size: 0.17rem;
  color: #4e7283;
}

/* 图片展示区域样式 */
.gallerySection {
  width: 17.5rem;
  height: 3.9rem;
  margin: 0.2rem auto 1.2rem;
}

.galleryItem {
  float: left;
  width: 5.64rem;
  height: 3.8rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 0.3rem 0.3rem 0 0;
}

.galleryItem:nth-child(2) {
  margin: 0 0.2rem;
}

.galleryItem:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
}

.galleryItem>img {
  width: 100%;
  height: 3.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

.galleryImg {
  object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 9;
}

.galleryImgBg {
  z-index: 99;
}

.galleryItem:hover .galleryImg {
  transform: scale(1.1);
}

/* 活动展示区域样式 */
.eventSection {
  position: relative;
  overflow: hidden;
}

.eventContainer {
  width: 100%;
  margin: 0 auto;
}

.eventGrid {}

.eventItem {
  position: relative;
  width: 25%;
  height: 3.05rem;
  float: left;
  overflow: hidden;
  transition: all 0.3s ease;
}
.eventItem img {
    width: 100%;
    height: 100%;
}
.active {
  background-color: rgba(51, 104, 170, 0.8)
}

.eventImg {
  width: 100%;
  height: 100%;

}

.eventOverlay {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  width: 100%;
  height: 3.05rem;
  text-align: center;
  padding-top: 1rem;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.eventItem:hover .eventOverlay {
  transform: scale(1.2);
}

.eventTitle {
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  line-height: 1.3;
  color: #fff;
}

.eventDesc {
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
  opacity: 0.9;
  line-height: 1.4;
}

.eventSubDesc {
  font-size: 0.14rem;
  margin-bottom: 0.05rem;
  opacity: 0.8;
  line-height: 1.3;
}

/* 合作伙伴区域 */
.partnerSection {
  width: 100%;
  overflow: hidden;
  background: url(/uiFramework/commonResource/zip/shiyao_img/shiyao_img/syh33.png) no-repeat center center;
  margin-top: 1.1rem;
}

.partnerContainer {
  width: 15.6rem;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  padding: 0.03rem 0.1rem;
}


.partnerItem {
  width: calc(20% - 2px);
  height: 2.02rem;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;

}

.partnerItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.partnerItem img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* 向左向上移动自身一半尺寸实现居中 */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE10 */
  max-height: 100%;
  max-width: 100%;
}

/* 友情链接区域样式 */
.friendshipSection {
  padding-top: 1.6rem;
  background: url(/uiFramework/commonResource/zip/shiyao_img/shiyao_img/syh44.png) no-repeat top;
  background-size: cover;
  overflow: hidden;
}

/* 容器样式 - 增加了边框以便观察容器范围 */
.ball-container {
  position: relative;
  width: 90%;
  height: 4rem;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

/* 所有球的基础样式 */
.ball {
  position: absolute;
  border-radius: 50%;
/* 动画：兼容标准和IE10 */
  animation: shake 3s infinite ease-in-out;
  -ms-animation: shake 3s infinite ease-in-out;
}

.has-text {
  z-index: 2;
  display: inline-block;
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.has-text>span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 90%;
  /* 限制宽度，让文本可换行（可选） */
  position: absolute;
  /* 子元素绝对定位 */
  top: 50%;
  /* 顶部距离父容器 50% */
  left: 50%;
  /* 左侧距离父容器 50%（实现水平居中） */
  /* 核心：向上向左位移自身 50%，抵消 top:50%/left:50% 的偏移 */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE9/10 兼容前缀（可选，IE10 可省略） */
  text-align: center;
  /* 文本内部水平居中（可选） */
}

.has-position1 {
  top: 1%;
  left: 5%;
  background: #5580be;
}
.has-position7 {
    top: 5%;
    left: 89%;
    background: #5580be;
}
.has-position2 {
  top: 38%;
  left: 20%;
  background: #3c71b2;
}

.has-position3 {
  top: 10%;
  left: 36%;
  background: #70a5d8;
}

.has-position4 {
  top: 37%;
  left: 52%;
  background: #396fb1;
}

.has-position5 {
  top: 1%;
  left: 65%;
  background: #3c62a6;
}

.has-position6 {
  top: 29%;
  left: 77%;
  background: #466cad;
}

.ball.has-text:hover>span {
  font-size: 0.2rem;
}

/* 无文字的球 - 会晃动 */
.ball.no-text {
  z-index: 1;
  
}

/* 定义晃动动画 - 兼容IE10 */
@keyframes shake {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-0.05rem, -0.05rem);
  }

  50% {
    transform: translate(0.05rem, 0.05rem);
  }

  75% {
    transform: translate(-0.03rem, 0.03rem);
  }

}

/* IE10专用动画定义 */
@-ms-keyframes shake {

  0%,
  100% {
    -ms-transform: translate(0, 0);
  }

  25% {
    -ms-transform: translate(-0.05rem, -0.05rem);
  }

  50% {
    -ms-transform: translate(0.05rem, 0.05rem);
  }

  75% {
    -ms-transform: translate(-0.03rem, 0.03rem);
  }
}

/* 新闻公告区域 */
.newsArea {
  width: 100%;
  overflow: hidden;
}

.gridItem {
  float: left;
  width: 50%;
  height: 2.09rem;
  padding-left: 1.26rem;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.gridItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.news-link-bg1 {
  background-size: cover;
  background-color: #0c52a4;
}

.news-link-bg2 {
  background: url(/uiFramework/commonResource/zip/image//link2.png) no-repeat;
  background-size: cover;
}

.news-link-bg3 {
  background: url(/uiFramework/commonResource/zip/image//link3.jpg) no-repeat;
  background-size: cover;
}

.news-link-bg4 {
  background-color: #0c52a4;
  background-size: cover;
}

.gridTitle {
  font-size: 0.3rem;
  font-weight: 700;
  margin-top: 8%;
  margin-bottom: 0.12rem;
  line-height: 1.3;
  color: #fff;
}

.gridDesc {
  font-size: 0.16rem;
  opacity: 0.9;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sbhLogo {
    display: none;
  }

  .gridDesc {
    font-size: 0.3rem;

  }

  .newsTitle {

    font-size: 0.3rem;
  }

  .newsDesc {
    margin-top: 0.08rem;
    font-size: 0.26rem;
    color: #8aa0a6;
  }

  .statLabel {
    font-size: 0.24rem;

  }

  .eventTitle {
    font-size: 0.4rem;

  }

  .eventDesc {
    font-size: 0.35rem;

  }

  .eventSubDesc {
    font-size: 0.35rem;

  }

  .has-text {
    min-width: 2rem;
    min-height: 2rem;
  }

  has-position1 {
    top: 0%;
    left: 3%;

  }

  .has-position2 {
    top: 41%;
    left: 10%;

  }

  .has-position3 {
    top: 9%;
    left: 37%;

  }

  .has-position1 {
    top: 1%;
    left: 5%;

  }

  .has-position2 {
    top: 61%;
    left: 5%;
  }

  .has-position2 {
    top: 61%;
    left: 5%;
  }


  .has-position4 {
    top: 47%;
    left: 38%;
  }


  .has-position4 {
    top: 47%;
    left: 38%;

  }


  .has-position5 {
    top: 2%;
    left: 72%;

  }


  .has-position6 {
    top: 63%;
    left: 71%;

  }

  .serviceSection {
    padding: 0.7rem 0 0.7rem 0;
  }

  .cardButton {
    width: 2rem;
    font-size: 0.3rem;

  }

  .cardButtons {
    width: 2.4rem;
  }

  .cardTitle {
    margin-bottom: 0.3rem;
  }

  .displaySection {
    margin: 0.36rem auto 0.3rem;
  }

  .statsSection {
    margin: 0.45rem 0;
  }

  .has-text>span {
    font-size: 0.35rem;
  }

  .gridTitle {
    margin-top: 5%;
    font-size: 0.4rem;
  }

  .footerTitle {
    font-size: 0.5rem;

  }

  .footerText {
    font-size: 0.4rem;
  }

  .footerText>img {
    max-width: 1rem;
  }


  .cardIcon {
    display: none !important;
    width: 1.8rem;

  }



  .blueButton>a:first-child {
    margin-top: unset;
  }

  .cardContent {
    min-height: unset;
  }












  html,
  body,
  .headerBg {
    height: unset;
  }

  .serviceContainer {
    width: 90%;
    overflow: hidden;
  }

  .serviceCard {
    padding: 0.4rem 0 0.5rem 0;

    width: 32%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .greenCard {
    border: 0.05rem solid #18983b;
  }

  .redCard {
    border: 0.05rem solid #ca421b;
  }

  .blueCard {
    border: 0.05rem solid #385d95;
  }

  .serviceCard:nth-child(2) {
    margin: 0 1%;
  }

  .cardContent {
    width: 70%;
    margin: 0 auto;
  }

  .displaySection {
    width: 100%;
  }

  .displayMedia,
  .newsPanel {
    width: 50%;
  }

  .swiper2 .swiper-slide>img {
    width: 100%;
  }


  .statsContainer {
    max-width: 90%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .statItem {
    width: 25%;
    margin-left: 0;
    margin-bottom: 0.3rem;
  }

  .gallerySection {
    margin: 0.2rem auto 0.4rem;
    width: 90%;
    height: auto;
    overflow: hidden;
  }

  .galleryItem {
    width: 32%;
  }



  .eventItem {
    width: 50%;
  }

  .partnerContainer {
    width: 100%;
    padding: 0;
  }

  .friendshipSection {
    padding-top: 0.5rem;
  }

  .ball-container {
    width: 100%;
  }

  .ball-container {
    min-height: 6rem;
  }




  .gridItem {
    padding: 0 0.2rem;
  }

}

@media only screen and (max-width: 767px) {
  /**1015新增样式**/
  .statLabel {
    font-size: 0.24rem;
  }

  .newsPanel {
    height: 6.99rem;
  }

  .newsTitle {
    font-size: 0.26rem;
  }

  .newsDesc {
    font-size: 0.24rem;
  }

  .eventOverlay {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
  }

  .eventSubDesc {
    font-size: 0.24rem;
  }

  .displayMedia {
    width: 100%;
  }

  .mediaBtn {
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
    margin: 0.195rem 0.58rem;
    font-size: 0.2rem;
  }
 













.mediaCaption span>a{font-size:0.28rem;}

  .sbhLogo {
    display: none;
  }
.bg_logo {
    padding-top: 0.5rem;
    width: 90%;
}
.bg_part1 {
    margin: 0.5rem auto 0;
}
.bg_part2 {
    font-size: 0.3rem;
    width: 76%;
    margin: 0.6rem auto 0;
}
.bg_part2 .bg_part_two {
    padding: 0 0 0 0.2rem;
    margin: 0 0 0 0.2rem;
}
    .bg_part3 {
        line-height: 0.6rem;
        height: 0.6rem;
        font-size: 0.2rem;
        width: 98%;
        margin: 0.2rem auto 0;
    }

  .gridDesc {
    font-size: 0.22rem;

  }

  .newsTitle {

    font-size: 0.3rem;
  }

  .newsDesc {
    margin-top: 0.08rem;
    font-size: 0.26rem;
    color: #8aa0a6;
  }

  .statLabel {
    font-size: 0.24rem;

  }

  .eventTitle {
    font-size: 0.28rem;

  }

  .eventDesc {
    font-size: 0.24rem;

  }

  .eventSubDesc {
    font-size: 0.24rem;

  }

  .has-text {
    min-width: 2rem;
    min-height: 2rem;
  }

  has-position1 {
    top: 0%;
    left: 3%;

  }

  .has-position2 {
    top: 41%;
    left: 10%;

  }

  .has-position3 {
    top: 9%;
    left: 37%;

  }

  .has-position1 {
    top: 1%;
    left: 5%;

  }

  .has-position2 {
    top: 61%;
    left: 5%;
  }

  .has-position2 {
    top: 61%;
    left: 5%;
  }


  .has-position4 {
    top: 47%;
    left: 38%;
  }


  .has-position4 {
    top: 47%;
    left: 38%;

  }


  .has-position5 {
    top: 2%;
    left: 72%;

  }


  .has-position6 {
    top: 63%;
    left: 71%;
  }
.has-position7 {
    top: 31%;
    left: 60%;
}  
.serviceSection {
    padding: 0.5rem 0 0.5rem 0;
  }

  .cardButton {
    width: 1.8rem;
    font-size: 0.3rem;
  }

  .cardButtons {
    display: flex;
    justify-content: space-between;
    width: 100%;

  }

  .cardTitle {
    margin-bottom: 0.3rem;
  }

  .displaySection {
    margin: 0.36rem auto 0.3rem;
  }

  .statsSection {
    margin: 0.45rem 0;
  }

  .has-text>span {
    font-size: 0.24rem;
  }


  .swiperAndNav {
    margin-top: 1.2rem;
  }

  .cardIcon {
    width: 1.8rem;
    display: none;
  }

  .cardButtons {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .blueButton>a:first-child {
    margin-top: unset;
  }

  .cardContent {
    min-height: unset;
  }








  html,
  body,
  .headerBg {
    height: unset;
  }

  .serviceContainer {
    width: 90%;
    overflow: hidden;
  }

  .serviceCard {
    padding: 0.4rem 0 0.5rem 0;

    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .greenCard {
    border: 0.05rem solid #18983b;
  }

  .redCard {
    border: 0.05rem solid #ca421b;
  }

  .blueCard {
    border: 0.05rem solid #385d95;
  }

  .serviceCard:nth-child(2) {
    margin: 0.5rem auto;
  }

  .cardContent {
    width: 90%;
    margin: 0 auto;
  }

  .displaySection,
  .newsPanel {
    width: 100%;
  }

  .swiper2 .swiper-slide>img {
    width: 100%;
  }


  .statsContainer {
    max-width: 90%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .statItem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.3rem;
  }

  .gallerySection {
    margin: 0.2rem auto 0.4rem;
    width: 90%;
    height: auto;
    overflow: hidden;
  }

  .galleryItem {
    width: 100%;
  }

  .galleryItem:nth-child(2) {
    margin: 0.3rem 0;
  }

  .eventItem {
    width: 50%;
  }

  .partnerContainer {
    width: 100%;
    padding: 0;
  }

  .friendshipSection {
    padding-top: 0.5rem;
  }

  .ball-container {
    width: 100%;
  }

  .ball-container {
    min-height: 6rem;
  }




  .gridItem {
    padding: 0 0.2rem;
  }
}