/* 子菜单基础样式 */
.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 #d1250b;
  border-radius:5px 5px 0 0;
}


.swiperAndNav {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(/eportal/imageDir/snwhj/2025/10/img_pc_site/2025101310290186859.png) no-repeat;
  background-size: 100% 100%;
}
.lbactive{
 color:#ca6a37 !important;
}
.sbhLogo {
  height: 0.74rem;
  padding-top: 5%;
  margin: 0 auto;
  /*position: absolute;
	top: 10%;
	left: calc(50% - 1.825rem);
	z-index: 99;*/
}

.headerBg {
  width: 100%;
  height: 100vh;
}

.bg_part1 {
  width: 60.3%;
  margin: 1.1rem auto 0;
}

.bg_part1 img {
  width: 100%;
}

.bg_part2 {
  text-align: center;
  font-weight: bold;
  line-height: 1rem;
  height: 1rem;
  color: #fff;
  font-size: 0.48rem;
  width: 81%;
  margin: 1rem auto 0;
}

.bg_part2 span {
  float: left;
}

.bg_part2 .bg_part_two {
  float: left;
  display: block;
  height: 100%;
  padding: 0 0.8rem;
  margin: 0 0.8rem;
  border-right: 2px solid #fff;
  text-indent: 3em;
}

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



.artisticFont {
  position: absolute;
  left: -4.8rem;
  bottom: 0;
  z-index: 0;
  font-size: 2.1rem;
  color: #d96122;
  opacity: 0.2;
}
/* 服务卡片区域样式 */
.serviceSection {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
  background: url(/uiFramework/commonResource/zip/image//serviceSection.png) no-repeat bottom;
}
.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: #d96325;
}

.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: #d96122;
  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: #ca6a37;

}

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

/* 数据统计区域 */
.dataBox {
  width: 100%;
  overflow: hidden;
  background: url(/uiFramework/commonResource/zip/image//dataBox.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: #d96325;
}

.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: #f33000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

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

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

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

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

@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.68rem;
  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(188, 78, 37, 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/image//partnerSection.png) no-repeat top;
  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/image//friendshipSection.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.16rem;
  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: 5%;
  left: 5%;
  background: #dd773b;
}
.has-position7 {
  top: 5%;
  left: 89%;
  background: #dd773b;
}

.has-position2 {
  top: 45%;
  left: 20%;
  background: #ddae3e;
}

.has-position3 {
  top: 15%;
  left: 35%;
  background: #da692b;
}

.has-position4 {
  top: 55%;
  left: 50%;
  background: #eac990;
}

.has-position5 {
  top: 1%;
  left: 62%;
  background: #d7922e;
}

.has-position6 {
  top: 25%;
  left: 77%;
  background: #e0bf17;
}

.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: url(/uiFramework/commonResource/zip/image//link1.jpg) no-repeat;
  background-size: cover;
}

.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: url(/uiFramework/commonResource/zip/image//link4.jpg) no-repeat;
  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 only screen and (max-width: 1200px) {
  .sbhLogo {
    display: none;
  }
  .swiperAndNav {
    width: 100%;
    height:auto;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  /**1015新增样式**/
  .statLabel {
    font-size: 0.24rem;
  }
.has-position7 {
    top: 31%;
    left: 60%;
}  
 .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;}
  .bg_part1 {
    padding-top: 40px;
  }

  .bg_part2 {
    text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.28rem;
    width: 97%;
    margin: 0.4rem auto 0;
  }

  .bg_part2 .bg_part_two {
    padding: 0 0.1rem;
    margin: 0 0.1rem;
  }

  .bg_part3 {
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.22rem;
    width: 100%;
    margin: 0.3rem auto 0;
  }

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

  .serviceCard {
    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: 50%;
    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 {
    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;
  }

  .has-position6 {
    left: 78%;
  }

  .gridItem {
    padding: 0 0.2rem;
  }

  .swiperAndNav {
    width: 100%;
    height:auto;
    position: relative;
  }

  .headerBg {
    width: 100%;
    height: auto;
  }




  /* 新增样式 */

.cardButton{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 {
    display: none;
  }

  .cardContent {
    width: 90%;
  }

  .cardContent {
    min-height: unset;
  }

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

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

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







        .eventTitle {
        font-size: 0.28rem;
    }


        .eventDesc {
        font-size: 0.24rem;
    }

        .eventSubDesc {
        font-size: 0.24rem;
    }

       .gridDesc {
        font-size: 0.22rem;
    }

}