#site-header-inner {
  max-width: 1380px;
  width: 100%;
  padding: 0 3% 0 3%;
  margin: 0 auto;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.justifyCon {
  text-align: justify
}

.homeBg {
  background: #06a786
}
.otherHeaderBgSpecial {
  /* background: linear-gradient( 174deg, #DEFFF8 0%, #FFFFFF 100%) !important; */
  background: transparent !important;
}
.header_1.is-fixed.otherHeaderBgSpecial {
  background: linear-gradient( 174deg, #DEFFF8 0%, #FFFFFF 100%) !important;
}
.otherHeaderBgSpecial #site-header-inner {
    max-width: 1680px;
    padding: 0 8% 0 30px;
}

.homeBanner {
  width: 100%;
  min-height: 580px;
  background: linear-gradient( 174deg, #DEFFF8 0%, #FFFFFF 100%);
  /* background: url('../img/home/homeBanner.png') center top no-repeat;
  background-size: 100% 100%!important; */
  color: #fff
}

.bannerTitle {
  font-size: 72px;
  font-weight: bold;
  line-height: 1.3
}
.homeTitle02 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 20px;
}
.homeTitle03 {
  font-size: 32px;
  color: #49504F;
}

.homeTopCon {
  padding: 50px 5% 50px 18%;
  flex-wrap: nowrap;
  align-items: center;
}
.homeTopCon-right {
  flex: 1;
}
.homeTopCon-right img {
  max-width: 960px;
  margin-left: 20px;
  width: 100%;
  height: auto;
}
.hexinConTitle {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.hexinConBg{
  width: 292px;
  margin: 4px auto;
  height: 6px;
  background: #D8D8D8;
  border-radius: 12px;
  position: relative;
}
.hexinConBg-After {
  position: absolute;
  width: 80px;
  height: 6px;
  background: #10AC8C;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.hexinConSub {
  font-size: 26px;
  color: #B8B8B8;
  text-align: center;
}
.hexinIcon {
  margin: 90px 0 40px 0;
  font-size: 24px;
}
.hexinIcon-item {
  width: 20%;
}
.hexinIcon-img {
  width: 110px;
  height: 110px;
  margin: 10px auto;
  display: block;
  position: relative;
  overflow: hidden; /* 裁剪超出部分（配合背景渐变） */
}
/* 基础灰色图标：始终显示，占满容器 */
.icon-base {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 保持图标比例 */
  transition: all 0.5s ease-in-out;
}

/* 绿色选中图标：绝对定位，叠加在上方 */
.icon-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 核心过渡：opacity（淡入淡出）、transform（缩放）、background（背景渐变） */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.5s ease-in-out;
  z-index: 1; /* 确保绿色图标在上方 */
}
.bannerBtn {
  width: auto;
  display: inline-block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  background: #10AC8C;
  border-radius: 26px;
  margin-top: 24px;
  cursor: pointer
}
.mainColor {
  color: #10ac8c
}
.bannerBtn a,.bannerBtn a:hover {
  color: #fff;
}

.homeCon {
  width: 92%;
  margin: 180px auto;
  max-width: 1080px;
  padding: 20px 0
}

.homeCon p {
  letter-spacing: 1px
}
.articleCon p.leaveConTitle {
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin-bottom: 14px !important;
  font-weight: 600;
  font-size: 46px;
  color: #3A3A3A;
  margin-top: 50px;
  text-align: left;
  text-indent: 0 !important;
}
.articleCon p.leaveConSubT {
  font-size: 24px;
  color: #3A3A3A;
  margin-top: 0 !important;
  margin-bottom: 20px;
  text-indent: 0 !important;
}

.homeCon-img {
  height: 134px;
  max-width: 94%;
  width: auto
}

.homeCon-Btn {
  width: auto;
  padding: 4px 26px;
  color: #10ac8c;
  border: 1px solid #10ac8c;
  border-radius: 26px;
  margin: 14px auto;
  display: inline-block
}
.NewsBtn{
  width: auto;
  padding: 4px 26px;
  background: #10AC8C;
  border-radius: 45px;
  display: flex;
  margin-right: 5%;
  align-items: center;
}
.NewsBtn a {
  color: white;
}

.homeCon-Btn a {
  color: #10ac8c
}

.homeCon02 {
  height: 480px;
  background: url('../img/home/homeCon02Bg.png') right bottom no-repeat;
  background-size: 64% auto!important
}

.homeCon03 {
  width: 100%;
  height: 580px;
  background: url('../img/home/homeCon03Bg.png') center bottom no-repeat;
  background-size: 100% 88%!important
}

.homeCon04 {
  width: 100%;
  background: url('../img/home/homeCon04BgNew.png') right top no-repeat;
  background-size: 36% auto!important
}
.conText.newsTitleMar {
  margin: 150px 0 20px 0;
}

.coactUs {
  width: 100%;
  padding: 10px 3%;
  max-width: 540px;
  margin: 70px auto;
  align-items: center;
  align-content: center;
  justify-content: center
}

.coactUs p {
  line-height: 1.4
}

.coactUstitle {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid #10ac8c
}

.coactUs>div {
  max-width: 78%
}

.lookMore {
  font-size: 12px;
  padding: 2px 6px;
  border: 1px solid #10ac8c;
  border-radius: 14px;
  display: inline-block;
  margin-top: 4px
}

@media only screen and (max-width: 991px) {
  .leaveConTitle {
    font-size: 30px !important;
  }
  .leaveConSubT {
    font-size: 18px !important;
  }
  .coactUs {
      margin:40px auto
  }
  .conText.newsTitleMar {
    margin: 50px 0 0px 0;
  }
  .homeCon04 {
    width: 100%;
    background: url('../img/home/homeCon04BgNew.png') right top no-repeat;
    background-size: 88% auto!important
  }

  .homeBanner {
    width: 100%;
    min-height: 460px;
      /* background: #06a786 url('../img/home/homeBanner.png') center top no-repeat;
      background-size: auto 100%!important */
  }
  .homeTopCon {
    padding: 0px 5%;
    flex-wrap: wrap;
    height: auto;
    display: block;
  }
  .homeTopCon-left,
  .homeTopCon-right {
    width: 100%;
  }

  .bannerTitle {
    font-size: 32px;
    margin-top: 36px;
  }
  .homeTitle02 {
    font-size: 28px;
  }
  .homeTitle03 {
    font-size: 24px;
  }
  .hexinConTitle {
    font-size: 28px;
  }
  .hexinConSub {
    font-size: 18px;
  }
  .hexinConBg {
    transform: scale(0.5);
  }
  .hexinIcon {
    margin: 50px 0 20px 0;
    justify-content: center;
    font-size: 17px;
  }
  .hexinIcon-item {
    width: 33%;
    margin-bottom: 20px;
  }
  .hexinIcon-img {
    width: 76px;
    height: 76px;
  }

  .homeBanner .font-20 {
      font-size: 16px
  }

  .homeCon {
      margin: 60px auto!important
  }

  .homeCon-img {
      height: 96px;
      margin: 16px 0
  }

  .homeCon02 {
      height: 440px;
      background-size: 100% auto!important
  }

  .homeCon03 {
      background-size: auto 54%!important;
      height: 480px
  }

  .homeCon04 {
      height: auto
  }

  .homeCon04 .homeCon {
      margin-bottom: 0!important
  }
}
.fontweight {
  font-weight: 600;
}