.swiper {
  overflow: hidden;
}
.index-page {
  overflow-x: hidden;
  --font16: clamp(14px, 0.8333vw, 16px);
  --font30: clamp(20px, 1.5625vw, 30px);
  --font18: clamp(16px, 0.9375vw, 18px);
  --font24: clamp(17px, 1.25vw, 24px);
}
.index-page .wrap {
  width: 97.292%;
  max-width: 1868px;
  margin-left: auto;
  margin-right: auto;
}
.index-page .banner {
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.index-page .banner .swiper-slide {
  position: relative;
}
.index-page .banner .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.index-page .banner .swiper-slide .text {
  position: absolute;
  /* bottom: 12.572%; */
  bottom: 15.7%;
  left: 3.178%;
  opacity: 0;
}
/* 2025-3-14 修改 */
.index-page .banner .swiper-slide .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
  font-size: max(0.8rem, 24px);
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: max(0.15rem, 10px);
}
.index-page .banner .swiper-slide .text .sub-title {
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: normal;
}

/* 2025-3-18 显示加粗边框 */
.index-page .banner .swiper-slide .text .learn-more {
  margin-top: max(0.45rem, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.index-page .banner .swiper-slide .text .learn-more:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-page .banner .swiper-slide .text .learn-more span {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.45s ease;
}
.index-page .banner .swiper-slide .text .learn-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.45s ease;
}
.index-page .banner .swiper-progress {
  position: absolute;
  width: 450px;
  right: 3.178%;
  bottom: 13.942%;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  z-index: 2;
  display: flex;
  align-items: center;
}
.index-page .banner .swiper-progress span:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.index-page .banner .arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  user-select: none;
  cursor: pointer;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index-page .banner .arrow:hover {
  background: rgba(0, 0, 0, 0.45);
}
.index-page .banner .index-swiper1-left {
  left: 2%;
}
.index-page .banner .index-swiper1-right {
  right: 2%;
}
.index-page .index-swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  width: auto;
  z-index: 4;
  display: none;
}
.index-page .index-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  margin: 0 6px;
  opacity: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.45s ease;
}
.index-page .index-swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}
.index-page .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 70px;
}
.index-page .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  animation: move 5s linear forwards;
}
.index-page .pro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-page .pro-list .item {
  width: 49.465%;
  position: relative;
  margin-bottom: 20px;
}
.index-page .pro-list .item .pic {
  width: 100%;
  padding-top: 64.936%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.index-page .pro-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-page .pro-list .item .text {
  position: absolute;
  top: 10.834%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}

/* 2025-6-3 */
.index-page .pro-list .item .text .pro-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  /* font-size: 30px; */
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000000;
  line-height: normal;
}
.index-page .pro-list .item .text .pro-subtitle {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  /* font-size: var(--font-18); */
  /* 2025-6-3 */
  font-size: var(--font18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: calc(32px - 5px);
}
/* 2025-3-18 显示加粗边框 */
.index-page .pro-list .item .text .more-btn {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px rgba(0, 73, 108, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-page .pro-list .item .text .more-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.45s ease;
  background-color: rgba(0, 73, 108, 0.1);
}
.index-page .pro-list .item .text .more-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.index-page .pro-list .item .text .more-btn span {
  transition: all 0.45s ease;
  height: 26px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.index-page .description {
  position: relative;
}
/* 2025-3-14 修改 */
.index-page .description .swiper2 .swiper-slide {
  position: relative;
  height: auto;
}

/* 2025-6-3 */
.index-page .description .swiper2 .pic {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

/* 2025-3-14 修改 */
.index-page .description .swiper2 .pic img {
  width: 100%;
  height: 100%;
  max-height: 92vh;
  object-fit: cover;
}
.index-page .description .swiper2 .text {
  position: absolute;
  top: 8.076%;
  left: 7.227%;
  max-width: 601px;
  width: 76%;
}
.index-page .description .swiper2 .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.4rem, 20px);
  color: #ffffff;
  line-height: normal;
  margin-bottom: 7px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  /* text-transform: capitalize; */
}
.index-page .description .swiper2 .text .sub-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font18);
  line-height: 1.66666667;
  color: #ffffff;
  /* margin-bottom: calc(59px - 5px); */
  margin-bottom: max(0.54rem, 15px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
/* 2025-3-18 显示加粗边框 */
.index-page .description .swiper2 .text .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  /* width: 201px; */
  /* height: 61px; */
  width: max(2.01rem, 140px);
  height: max(0.61rem, 45px);
  /* border-radius: 30px; */
  border-radius: max(0.3rem, 23px);
  border: solid 2px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-page .description .swiper2 .text .link:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-page .description .swiper2 .text .link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.45s ease;
  z-index: -1;
}
.index-page .description .swiper2 .text .link span {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.16rem, 14px);
  color: #ffffff;
  line-height: normal;
  transition: all 0.45s ease;
  position: relative;
}
.index-page .description .swiper3 {
  width: 85.76%;
  position: absolute;
  bottom: 3.21%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-page .description .swiper3 .swiper-slide {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21);
  border-radius: 10px;
  /* padding: 37px 15px 38px; */
  padding: max(0.37rem, 10px) max(0.15rem, 10px) max(0.38rem, 10px);
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-transform: capitalize;
}
.index-page .description .swiper3 .swiper-slide.current {
  box-shadow: none;
  font-family: HONOR Sans CN, sans-serif;
  color: #ffffff;
  background-color: #002e44;
}
.index-page .swiper-container {
  position: relative;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 135px;
}
.index-page .swiper-container .swiper4 {
  position: relative;
  width: 52.084%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.index-page .swiper-container .swiper4 .swiper-slide {
  position: relative;
  cursor: pointer;
  /* 激活样式 */
}
.index-page .swiper-container .swiper4 .swiper-slide .pic {
  width: 100%;
  padding-top: 70%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index-page .swiper-container .swiper4 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.45s ease;
}
.index-page .swiper-container .swiper4 .contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.index-page .swiper-container .swiper4 .contents .content-slide {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: max(25px, 0.72rem) 15px 0;
  cursor: pointer;
  pointer-events: none;
}
.index-page .swiper-container .swiper4 .contents .content-slide.active .title {
  opacity: 1;
}
.index-page .swiper-container .swiper4 .contents .content-slide.active .sub-title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}
.index-page .swiper-container .swiper4 .contents .content-slide.active .more-text {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease 0.3s;
  cursor: pointer;
  pointer-events: all;
}
.index-page .swiper-container .swiper4 .contents .content-slide.prev .sub-title {
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.index-page .swiper-container .swiper4 .contents .content-slide.prev .more-text {
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.index-page .swiper-container .swiper4 .contents .content-slide.next .sub-title {
  transition: all 0.6s ease;
}
.index-page .swiper-container .swiper4 .contents .content-slide.next .more-text {
  transition: all 0.4s ease 0.3s;
}
.index-page .swiper-container .swiper4 .contents .title {
  font-weight: 400;
  font-size: max(0.4rem, 22px);
  color: #ffffff;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease;
  cursor: pointer;
}
.index-page .swiper-container .swiper4 .contents .sub-title {
  font-weight: 400;
  font-size: max(0.3rem, 18px);
  color: #fff;
  line-height: 1.5;
  margin-top: calc(28px - 17.5px);
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  cursor: pointer;
}
.index-page .swiper-container .swiper4 .contents .more-text {
  font-weight: 400;
  font-size: max(0.16rem, 12px);
  color: #fff;
  line-height: 1;
  margin-top: calc(16px - 9.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  cursor: pointer;
}
/* 2025-3-18 显示加粗边框 */
.index-page .swiper-container .swiper4 .contents .more-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  transition: all 0.45s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  pointer-events: all;
}
.index-page .swiper-container .swiper4 .contents .more-text span:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-page .swiper-container .swiper4 .contents .more-text span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.45s ease;
}
.index-page .swiper-container .swiper4 .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  user-select: none;
  cursor: pointer;
  width: 47px;
  height: 47px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s ease;
  overflow: hidden;
}
.index-page .swiper-container .swiper4 .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00496c;
  border-radius: 50%;
  transition: width 0.45s ease;
  z-index: -1;
}
.index-page .swiper-container .swiper4 .arrow.arrow-left {
  left: 3.6%;
}
.index-page .swiper-container .swiper4 .arrow.arrow-left::after {
  left: 0;
}
.index-page .swiper-container .swiper4 .arrow.arrow-left:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}
.index-page .swiper-container .swiper4 .arrow.arrow-right {
  right: 4.6%;
}
.index-page .swiper-container .swiper4 .arrow.arrow-right::after {
  right: 0;
}
.index-page .swiper-container .swiper4 .arrow.arrow-right:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-page .news {
  padding-bottom: 179px;
}
.index-page .news .news-wrap {
  max-width: 1599px;
  width: 83.334%;
  margin-left: auto;
  margin-right: auto;
}
.index-page .news .news-wrap .panel-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: max(0.59rem, 25px);
}
.index-page .news .news-wrap .panel-h .title {
  font-size: max(0.4rem, 20px);
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #00496c;
}
.index-page .news .news-wrap .panel-h .more-btn {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-left: auto;
}
/* 2025-3-18 显示加粗边框 */
.index-page .news .news-wrap .panel-h .more-btn span {
  transition: all 0.45s ease;
  font-size: 16px;
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #00496c;
  line-height: 1;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px rgba(0, 73, 108, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-page .news .news-wrap .panel-h .more-btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 73, 108, 0.1);
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .panel-h .more-btn span:hover {
  border-color: rgba(0, 73, 108, 0.1);
}
.index-page .news .news-wrap .panel-h .more-btn span:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.index-page .news .news-wrap .panel-main {
  display: flex;
  justify-content: space-between;
}
.index-page .news .news-wrap .left {
  /* width: 46.279%; */
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-page .news .news-wrap .left .item {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
/* 2025-3-17 修改 */
.index-page .news .news-wrap .left .item .pic {
  width: 100%;
  /* padding-top: 67.568%; */
  padding-top: 81.25%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index-page .news .news-wrap .left .item .pic:hover img {
  transform: scale(1.05);
}
.index-page .news .news-wrap .left .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .left .item .text {
  padding-top: max(0.31rem, 15px);
  /* padding-left: 4.73%; */
  /* padding-right: 15%; */
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: max(0.3rem, 15px);
}
.index-page .news .news-wrap .left .item .text .news-time {
  /* 2025-6-3 */
  font-size: var(--font16);
  /* font-size: 16px; */
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.index-page .news .news-wrap .left .item .text .news-title {
  margin-top: max(0.14rem, 10px);
  margin-bottom: max(0.14rem, 10px);
  /* font-size: 30px; */
  /* 2025-6-3 */
  font-size: var(--font30);
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: all 0.45s ease;
  position: relative;
}
.index-page .news .news-wrap .left .item .text .news-title:hover {
  color: #00496c;
}
.index-page .news .news-wrap .left .item .text .news-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #00496c;
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .left .item .text .news-desc {
  /* font-size: 18px; */
  /* 2025-6-3 */
  font-size: var(--font18);
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
/* 2025-3-17 修改 */
.index-page .news .news-wrap .right {
  /* width: 48.781%; */
  width: 57%;
}
.index-page .news .news-wrap .right .item {
  display: block;
  /* padding-top: calc(39px - 2px); */
  /* padding-bottom: calc(38px - 4px); */
  /* 2025-6-3 */
  padding-top: max(0.35rem, 10px);
  padding-bottom: max(0.35rem, 10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .right .item.transparent {
  border-color: transparent;
}
.index-page .news .news-wrap .right .item .time {
  /* 2025-6-3 */
  /* font-size: 16px; */
  font-size: var(--font16);
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.25;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: all 0.45s ease;
}

.index-page .news .news-wrap .right .item .title {
  /* font-size: 24px; */
  /* 2025-6-3 */
  font-size: var(--font24);
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 1.25;
  margin-top: calc(14px - 5px);
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  width: fit-content;
  position: relative;
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .right .item .title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #00496c;
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .right .item .desc {
  /* font-size: 18px; */
  /* 2025-6-3 */
  font-size: var(--font18);
  font-family: HONOR Sans CN, HONOR Sans CN-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.445;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: max(10px, 0.24rem);
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .right .item .item-content {
  transition: all 0.45s ease;
}
.index-page .news .news-wrap .right .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-bottom-color: transparent;
}
.index-page .news .news-wrap .right .item:hover .time,
.index-page .news .news-wrap .right .item:hover .title,
.index-page .news .news-wrap .right .item:hover .desc {
  padding-left: max(0.52rem, 10px);
  padding-right: max(0.52rem, 10px);
}
.index-page .news .news-wrap .right .item:hover .title {
  color: #00496c;
}
.index-page .hover-max {
  overflow: hidden;
}
.index-page .hover-max img {
  transition: all 0.5s ease;
}
.index-page .hover-max:hover img {
  transform: scale(1.05);
}
@keyframes move {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes text1 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@media (max-width: 1918px) {
  .index-page .description .swiper3 .swiper-slide {
    padding: max(0.3rem, 15px) max(0.15rem, 10px);
  }
  .index-page .banner .swiper-slide .text .learn-more {
    margin-top: 35px;
  }
}
/* 断点1400px */
@media (max-width: 1600px) {
  .index-page .description .swiper3 .swiper-slide {
    font-size: 22px;
  }

  .index-page .swiper-container {
    margin-bottom: 9vw;
  }
  .index-page .news {
    padding-bottom: 11vw;
  }
  .index-page .banner .swiper-slide .text {
    left: 8.17%;
  }
}
@media (max-width: 1400px) {
  .index-page .banner .swiper-slide .text .title {
    margin-bottom: 10px;
  }

  .index-page .description .swiper3 .swiper-slide {
    padding: 25px 10px;
    font-size: 18px;
  }
  .index-page .swiper-container .swiper4 .swiper-slide .text .sub-title {
    font-size: 26px;
  }
}
/* 断点992px */
@media (max-width: 1200px) {
  .index-page .banner .swiper-slide .text .sub-title {
    font-size: 20px;
  }

  .index-page .pro-list .item .text .pro-subtitle {
    margin-bottom: 15px;
  }
  .index-page .swiper-container .swiper4 .swiper-slide .text .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .index-page .banner .swiper-slide .text {
    bottom: 32%;
  }
  .index-page .banner .swiper-slide .text .learn-more {
    margin-top: 25px;
  }
  .index-page .swiper-container .swiper4 {
    width: 65%;
  }
  .index-page .news .news-wrap .panel-main {
    flex-wrap: wrap;
  }
  .index-page .news .news-wrap .panel-main .left,
  .index-page .news .news-wrap .panel-main .right {
    width: 100%;
  }
  .index-page .news .news-wrap .panel-main .left {
    margin-bottom: 35px;
  }
  .index-page .news .news-wrap .right .list {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .index-page .wrap {
    width: 96%;
  }
  /* 手机图片 */
  .index-page .banner .swiper-slide .pic img {
    height: 450px;
    object-fit: cover;
    object-position: center center;
  }
  .index-page .banner .swiper-slide .text {
    width: 76%;
  }
  .index-page .banner .swiper-slide .text .title {
    font-size: 24px;
  }
  .index-page .banner .swiper-slide .text .sub-title {
    font-size: 18px;
  }
  .index-page .banner .swiper-pagination,
  .index-page .banner .swiper-progress {
    width: 70%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  .index-page .banner .swiper-progress {
    justify-content: flex-end;
    font-size: 14px;
  }
  .index-page .pro-list .item {
    width: 100%;
  }
  .index-page .description .swiper2 .text .title {
    font-size: 24px;
  }

  .index-page .description .swiper3 .swiper-slide {
    padding: 20px 15px;
    font-size: 16px;
  }
  .index-page .swiper-container .swiper4 {
    width: 86%;
  }
  .index-page .swiper-container .swiper4 .swiper-slide .text .sub-title {
    margin-top: 7px;
    font-size: 18px;
  }
  .index-page .news .news-wrap {
    width: 92%;
  }
  .index-page .news .news-wrap .left .item .text {
    padding: 20px 15px;
  }
  .index-page .news .news-wrap .left .item .text .news-title {
    font-size: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .index-page .news .news-wrap .left .item .text .news-desc {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .index-page .banner .swiper-slide .text {
    width: 72%;
  }

  /* 2025-3-25 修改 */
  .index-page .pro-list .item .text .pro-subtitle {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .index-page .description .swiper2 .pic {
    /* height: 320px; */
    height: 345px;
  }
  .index-page .description .swiper2 .pic img {
    height: 100%;
  }
  .index-page .banner .swiper-slide .text {
    left: 50%;
    transform: translateX(-50%);
  }
  .index-page .banner .arrow {
    width: 37px;
    height: 37px;
  }
  .index-page .banner .swiper-slide .text {
    overflow-wrap: break-word;
  }
  .index-page .description .swiper3 .swiper-slide {
    padding: 15px 10px;
    font-size: 14px;
  }
  .index-page .swiper-container .swiper4 .arrow {
    width: 37px;
    height: 37px;
  }
  .index-page .swiper-container .swiper4 .arrow.arrow-left {
    left: 2%;
  }
  .index-page .swiper-container .swiper4 .arrow.arrow-right {
    right: 2%;
  }
  .index-page .description .swiper2 .text .title {
    font-size: 20px;
  }
  .index-page .description .swiper2 .text .sub-title {
    /* font-size: 16px; */
    /* margin-bottom: 15px; */
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  /* 第一个banner 和下面的区域 */
  .index-page .banner .swiper-slide .text .learn-more,
  .index-page .description .swiper2 .text .link {
    /* width: 140px; */
    /* height: 45px; */
    /* font-size: 14px; */
  }
  .index-page .pro-list .item .text .more-btn {
    font-size: 14px;
  }
  .index-page .swiper-container .swiper4 .swiper-slide .pic {
    padding-top: 90%;
  }

  .index-page .news .news-wrap .panel-main .left {
    margin-bottom: 15px;
  }

  /* 2025-3-25修改 */
  .index-page .pro-list .item .pic {
    padding-top: 86%;
  }

  .index-page .pro-list .item .text {
    top: 6%;
    width: 96%;
  }

  .index-page .pro-list .item .text .more-btn {
    height: 35px;
  }

  /* 中间的swiper3 */
  .index-page .description .swiper2 .text {
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-page .description .swiper2 .text .title {
    font-size: 18px;
  }
  .index-page .description .swiper2 .text .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.45;
  }
  /* .index-page .description .swiper2 .text .link {
    height: 40px;
  } */

  /* 下面的产品板块 */
  .index-page .swiper-container .swiper4 .swiper-slide .pic {
    padding-top: 105%;
  }

  .index-page .swiper-container .swiper4 .contents .content-slide {
    padding-top: 15px;
  }

  .index-page .swiper-container .swiper4 .contents .title {
    font-size: 22px;
  }
  .index-page .swiper-container .swiper4 .contents .sub-title {
    font-size: 16px;
    margin-top: 6px;
  }
  .index-page .swiper-container .swiper4 .contents .more-text {
    margin-top: 5px;
  }
  .index-page .swiper-container .swiper4 .contents .more-text span {
    height: 35px;
  }
}


/*20260319*/
.banner .swiper .swiper-pagination {
  z-index: 3;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 1600px;
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1580px){
	.banner .swiper .swiper-pagination{
		bottom: 2.604167vw;
	}
}
@media screen and (max-width: 1260px) {
  .banner .swiper .swiper-pagination {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-pagination {
    max-width: 90%;
    width: 90%;
    bottom: 30px;
  }
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 60px;
  height: 8px;
  margin: 0 5px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) and (min-width: 992px) {
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3.125vw;
    height: 0.4166666666666667vw;
    margin: 0 0.2604vw;
    border-radius: 0.2083333333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
  }
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #018a9a;
}


.common-pagination .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 6px;
  margin: 0 5px;
  opacity: 1;
  background: rgba(1,138,154,0.1);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) and (min-width: 992px) {
  .common-pagination .swiper-pagination-bullet {
    width: 2.083333333333333vw;
    height: 0.3125vw;
    margin: 0 0.2604vw;
    border-radius: 0.15625vw;
  }
}
@media screen and (max-width: 991px) {
  .common-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
  }
}
.common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #018a9a;
}

.index_section1{
	margin-bottom: 20px;
}
.index_section1 .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_section1 .swiper .swiper-wrapper{
	align-items: stretch;
}
.index_section1 .swiper .swiper-slide{
	height: auto;
}
.index_section1 .swiper .item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #f1f5f8;
}
.index_section1 .swiper .item .cont{
	flex: 1;
	overflow: hidden;
	display: block;
	width: 100%;
}
.index_section1 .swiper .item .imgbox{
	position: relative;
	width: 100%;
	padding-bottom: 111.731843575419%;
	overflow: hidden;
}
.index_section1 .swiper .item .imgbox img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s ease;
}
.index_section1 .swiper .item:hover .imgbox img{
	transform: translate(-50%, -50%) scale(1.1);
}
.index_section1 .swiper .item .textbox{
	display: block;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
	color: #000000;
	/*font-size: 20px;*/
	font-size: clamp(16px, 1.041667vw, 20px);
}
.index_section1 .swiper .item .btns{
	/*margin-top: 35px;
	padding-bottom: 30px;*/
	margin-top: clamp(24px, 1.823vw, 35px);
	padding-bottom: clamp(20px, 1.5625vw, 30px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_section1 .swiper-pagination{
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}



.addIndexTitle{
	font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
	color: #018a9a;
	/*font-size: 50px;*/
	font-size: max(0.5rem, 24px);
	line-height: 1.25;
}

.index_section2{
	margin-bottom: 20px;
}
.index_section2 .wrap{
	/*padding-top: 70px;
	padding-bottom: 110px;*/
	padding-top: clamp(40px, 3.645833333333333vw, 70px);
	padding-bottom: clamp(60px, 5.208333333333333vw, 100px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}
.index_section2 .wrap .addIndexTitle{
	text-align: center;
}
.index_section2 .wrap .box{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 4.3%;
}
@media screen and (max-width: 991px){
	.index_section2 .wrap .box{
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 640px){
	.index_section2 .wrap .box{
		margin-top: 30px;
	}
}
.index_section2 .wrap .box .item{
	width: 28.98876404494382%;
	padding: 2.8% 2.5%;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	background: #FFFFFF;
}
@media screen and (max-width: 991px){
	.index_section2 .wrap .box .item{
		width: 100%;
		padding: 30px 25px;
	}
}
.index_section2 .wrap .box .item .cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 18.8%;
}
.index_section2 .wrap .box .item .cont .nums{
	display: flex;
	align-items: center;
	font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
	color: #018a9a;
	/*font-size: 60px;*/
	font-size: max(0.6rem, 30px);
}
.index_section2 .wrap .box .item .cont .icon img{
	/*width: 50px;*/
	width: clamp(36px, 2.60416667vw, 50px);
}
.index_section2 .wrap .box .item .text{
	font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
	color: #018a9a;
	/*font-size: 20px;*/
	font-size: clamp(16px, 1.041667vw, 20px);
	line-height: 1.6;
}


.index_section3{
	margin-bottom: 20px;
}
.index_section3 .box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
}
@media screen and (max-width: 991px){
	.index_section3 .box{
		flex-wrap: wrap;
	}
}
.index_section3 .box .left_w,
.index_section3 .box .right_w{
	display: flex;
	flex-direction: column;
	width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 991px){
	.index_section3 .box .left_w,
	.index_section3 .box .right_w{
		width: 100%;
	}
}
.index_section3 .box .right_w{
	gap: 20px;
}
.index_section3 .box .item{
	position: relative;
	flex: 1;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
}
.index_section3 .box .item::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.index_section3 .box .item .imgbox{
	display: block;
	width: 100%;
	height: 100%;
}
.index_section3 .box .item .imgbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}
.index_section3 .box .item:hover .imgbox img{
	transform: scale(1.1);
}
.index_section3 .box .item .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
}
@media screen and (max-width: 640px){
	.index_section3 .box .item .textbox{
		padding: 20px 25px;
	}
}
.index_section3 .box .item .textbox .subtitle{
	font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
	color: #ffffff;
	/*font-size: 30px;*/
	font-size: clamp(20px, 1.5625vw, 30px);
}
.index_section3 .box .item .textbox .text{
	margin-top: 5px;
	color: #ffffff;
	/*font-size: 18px;*/
	font-size: clamp(16px, 0.9375vw, 18px);
	line-height: 1.6;
}


.index_section4{
	margin-bottom: 20px;
}
.index_section4 .box{
	/*padding: 60px 45px 100px;*/
	padding: 3.2% 2.4% 5.35%;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	background: #f1f5f8;
}
@media screen and (max-width: 991px){
	.index_section4 .box{
		padding-top: 40px;
		padding-bottom: 50px;
		padding-left: 4%;
		padding-right: 4%;
	}
}
.index_section4 .box .content{
	/*margin-top: 40px;*/
	margin-top: clamp(30px, 2.083333333333333vw, 40px);
}
.index_section4 .box .content .main-box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_section4 .box .content .main-box .swiper .swiper-wrapper{
	align-items: stretch;
}
.index_section4 .box .content .main-box .swiper .swiper-slide{
	height: auto;
}
.index_section4 .box .content .main-box .item{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: 100%;
	gap: 20px;
}
@media screen and (max-width: 991px){
	.index_section4 .box .content .main-box .item{
		flex-wrap: wrap;
		flex-direction: column;
		height: auto;
	}
}
.index_section4 .box .content .main-box .item .imgbox{
	width: calc((100% - 20px) / 2);
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
@media screen and (max-width: 991px){
	.index_section4 .box .content .main-box .item .imgbox{
		width: 100%;
		height: auto;
	}
}
.index_section4 .box .content .main-box .item .imgbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_section4 .box .content .main-box .item .textbox{
	display: flex;
	flex-direction: column;
	width: calc((100% - 20px) / 2);
	height: 100%;
	padding: 3.1% 3.37%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	background: #ffffff;
}
@media screen and (max-width: 991px){
	.index_section4 .box .content .main-box .item .textbox{
		width: 100%;
		padding: 30px 25px;
	}
}
.index_section4 .box .content .main-box .item .textbox .subtitle{
	flex-shrink: 0;
	color: #000000;
	/*font-size: 30px;*/
	font-size: clamp(20px, 1.5625vw, 30px);
	font-weight: bold;
	margin-bottom: 15px;
}
.index_section4 .box .content .main-box .item .textbox .sp{
	flex-shrink: 0;
	color: #018a9a;
	/*font-size: 20px;*/
	font-size: clamp(16px, 1.041667vw, 20px);
	font-weight: bold;
	margin-bottom: 25px;
}
.index_section4 .box .content .main-box .item .textbox .text{
	flex: 1;
	overflow: hidden;
	color: #000000;
	/*font-size: 18px;*/
	font-size: clamp(16px, 0.9375vw, 18px);
	line-height: 1.7;
}
.index_section4 .box .content .main-box .item .textbox .btns{
	margin-top: 30px;
	flex-shrink: 0;
}
.combtn{
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	border-radius: 19px;
	background: #018a9a;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px;
	overflow: hidden;
}
.combtn::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: all 0.45s ease;
	background-color: rgba(255, 255, 255, 0.1);
}
.combtn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.combtn span{
	transition: all 0.45s ease;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.index_section4 .main-box .swiper-pagination{
	z-index: 3;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 3.37%;
	box-sizing: border-box;
}
.index_section4 .box .content .list-box{
	margin-top: 20px;
}
.index_section4 .box .content .list-box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_section4 .box .content .list-box .swiper .swiper-wrapper{
	align-items: stretch;
}
.index_section4 .box .content .list-box .swiper .swiper-slide{
	height: auto;
}
.index_section4 .box .content .list-box .item{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 16% 11.7%;
	background: #FFFFFF;
}
@media screen and (max-width: 991px){
	.index_section4 .box .content .list-box .item{
		padding: 30px 25px;
	}
}
.index_section4 .box .content .list-box .item::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/img11.jpg) center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.4s ease;
}
.index_section4 .box .content .list-box .item:hover::before{
	opacity: 1;
}
.index_section4 .box .content .list-box .item .subtitle{
	font-weight: bold;
	color: #000000;
	/*font-size: 24px;*/
	font-size: clamp(20px, 1.25vw, 24px);
	padding-bottom: 20px;
	border-bottom: rgba(0,0,0,0.06) solid 2px;
	margin-bottom: 20px;
	transition: all 0.4s ease;
}
.index_section4 .box .content .list-box .item:hover .subtitle{
	color: #FFFFFF;
	border-bottom-color: rgba(255,255,255,0.2);
}
.index_section4 .box .content .list-box .item .text{
	color: #000000;
	/*font-size: 20px;*/
	font-size: clamp(16px, 1.041667vw, 20px);
	line-height: 1.7;
}
.index_section4 .box .content .list-box .item:hover .text{
	color: #FFFFFF;
}
.index_section4 .box .content .list-box .item .text ul{
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.index_section4 .box .content .list-box .item .text ul li{
	list-style: none;
}
.index_section4 .box .content .list-box .swiper-pagination-progressbar{
	position: relative;
	margin-top: 50px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 4px;
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
	overflow: hidden;
}
@media screen and (max-width: 991px){
	.index_section4 .box .content .list-box .swiper-pagination-progressbar{
		margin-top: 30px;
	}
}
.index_section4 .box .content .list-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #018a9a;
}















/*20260623*/


.common-pagination .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 6px;
  margin: 0 5px;
  opacity: 1;
  background: rgba(1,138,154,0.1);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1920px) and (min-width: 992px) {
  .common-pagination .swiper-pagination-bullet {
    width: 2.083333333333333vw;
    height: 0.3125vw;
    margin: 0 0.2604vw;
    border-radius: 0.15625vw;
  }
}
@media screen and (max-width: 991px) {
  .common-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    margin: 0 5px;
  }
}
.common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #018a9a;
}

.swiper-button.swiper-button-next,
.swiper-button.swiper-button-prev{
	margin-top: -40px;
	width: 80px;
	height: 80px;
	border: rgba(179,200,212,0.2) solid 3px;
	box-sizing: border-box;
	border-radius: 50%;
	transition: all 0.4s ease;
}
.swiper-button.swiper-button-next::after,
.swiper-button.swiper-button-prev::after{
	display: none;
}
.swiper-button.swiper-button-prev{
	left: 0;
	right: auto;
	background: url(../images/aicon14.png) center no-repeat;
	background-size: 19% auto;
}
.swiper-button.swiper-button-prev:hover{
	background: #018a9a url(../images/aicon14a.png) center no-repeat;
	background-size: 19% auto;
	border-color: #018a9a;
}
.swiper-button.swiper-button-next{
	right: 0;
	left: auto;
	background: url(../images/aicon15.png) center no-repeat;
	background-size: 19% auto;
}
.swiper-button.swiper-button-next:hover{
	background: #018a9a url(../images/aicon15a.png) center no-repeat;
	background-size: 19% auto;
	border-color: #018a9a;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.swiper-button.swiper-button-next,
	.swiper-button.swiper-button-prev{
		margin-top: -2.083333333333333vw;
		width: 4.166666666666667vw;
		height: 4.166666666666667vw;
		border-width: 0.15625vw;
	}
}
@media screen and (max-width: 991px){
	.swiper-button.swiper-button-next,
	.swiper-button.swiper-button-prev{
		margin-top: -22px;
		width: 44px;
		height: 44px;
		border-width: 2px;
	}
}
@media screen and (max-width: 640px){
	.swiper-button.swiper-button-next,
	.swiper-button.swiper-button-prev{
		margin-top: -20px;
		width: 40px;
		height: 40px;
	}
}

.above-box{
	position: relative;
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.lunbotu .swiper-wrapper .swiper-slide {
  position: relative;
}
.lunbotu .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
.pImg{
	display: block;
}
.mImg{
	display: none;
}
@media screen and (max-width: 991px){
	.pImg{
		display: none;
	}
	.mImg{
		display: block;
	}
}
.lunbotu .swiper-wrapper .swiper-slide .video-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .video-box {
    display: none;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .video-box video {
    display: none;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
  width: 50%;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .title {
	font-weight: bold;
  font-size: var(--size90);
  color: #018a9a;
  line-height: 1.267;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
  margin-top: 15px;
  color: #0e2356;
  font-size: var(--size30);
  line-height: 1.733;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns{
	display: flex;
	align-items: center;
	gap: 45px;
	margin-top: 50px;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn{
	display: inline-flex;
	align-items: center;
	padding: 0 42px;
	height: 70px;
	border-radius: 14px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: var(--size20);
	color: #FFFFFF;
	border: #018a9a solid 3px;
	transition: all 0.4s ease;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn span{
	display: inline-block;
	margin-left: 10px;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn.btn1{
	background: #018a9a;
	color: #ffffff;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn.btn2{
	background: #ffffff;
	color: #018a9a;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn:hover{
	background: #018a9a;
	color: #ffffff;
}

.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement{
	width: 24.95%;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 14px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #FFFFFF;
  padding: 30px 35px;
  box-sizing: border-box;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .substance{
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .substance .t1{
	color: #0e2356;
	font-size: var(--size20);
	font-weight: bold;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .substance .t2{
	display: flex;
	align-items: center;
	color: #018A9A;
	font-size: var(--size50);
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .substance .t2 .counter{
	font-weight: bold;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .icon{
	flex-shrink: 0;
	margin-left: 20px;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .icon img{
	width: 109px;
}
@media screen and (max-width: 1920px){
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
	  margin-top: clamp(10px, 0.78125vw, 15px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns{
		gap: clamp(15px, 2.34375vw, 45px);
		margin-top: clamp(15px, 2.604166666666667vw, 50px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn{
		padding-left: clamp(20px, 2.1875vw, 42px);
		padding-right: clamp(20px, 2.1875vw, 42px);
		height: clamp(42px, 3.645833333333333vw, 70px);
		border-radius: clamp(8px, 0.7291666666666667vw, 14px);
		border-width: clamp(1px, 0.15625vw, 3px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn span{
		margin-left: clamp(8px, 0.5208333333333333vw, 10px);
	}
	
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul{
		gap: clamp(15px, 1.25vw, 24px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li{
		border-radius: clamp(8px, 0.7291666666666667vw, 14px);
	  padding-top: clamp(15px, 1.5625vw, 30px);
	  padding-bottom: clamp(15px, 1.5625vw, 30px);
	  padding-left: clamp(20px, 1.875vw, 35px);
	  padding-right: clamp(20px, 1.875vw, 35px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .substance{
		gap: clamp(10px, 1.25vw, 24px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .icon{
		margin-left: clamp(12px, 1.041666666666667vw, 20px);
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .icon img{
		width: clamp(70px, 5.677083333333333vw, 109px);
	}
	/*.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
	  margin-top: 0.78125vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns{
		gap: 2.34375vw;
		margin-top: 2.604166666666667vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn{
		padding: 0 2.1875vw;
		height: 3.645833333333333vw;
		border-radius: 0.7291666666666667vw;
		border-width: 0.15625vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btns .c-btn span{
		margin-left: 0.5208333333333333vw;
	}
	
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul{
		gap: 1.25vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li{
		border-radius: 0.7291666666666667vw;
	  padding: 1.5625vw 1.875vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .substance{
		gap: 1.25vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .icon{
		margin-left: 1.041666666666667vw;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement ul li .icon img{
		width: 5.677083333333333vw;
	}*/
}
@media screen and (max-width: 991px){
	.lunbotu .swiper-wrapper .swiper-slide .i-banner{
		top: 15vw;
		transform: translate(-50%,0%);
		flex-wrap: wrap;
		gap: 24px;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .box{
		width: 100%;
	}
	.lunbotu .swiper-wrapper .swiper-slide .i-banner .statement{
		width: 100%;
		display: none;
	}
}
@media screen and (max-width: 640px){
	.lunbotu .swiper-wrapper .swiper-slide .i-banner{
		top: 20vw;
	}
}
/*
.lunbotu .swiper-pagination {
  bottom: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination {
    bottom: 0.4rem;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.06rem;
  margin: 0 0.06rem;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 0.03rem;
}
@media screen and (max-width: 1580px) and (min-width: 992px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 2.083333333333333vw;
    height: 0.3125vw;
    margin: 0 0.3125vw;
    border-radius: 0.15625vw;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 5px;
    border-radius: 2px;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
}*/



.banner-data{
	position: relative;
	z-index: 12;
	transform: translateY(-120px);
}
.banner-data ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-radius: 13px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}
.banner-data ul li{
	position: relative;
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 56px 30px;
}
.banner-data ul li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 40%;
	background-color: rgb(179, 200, 212);
}
.banner-data ul li:last-child::before{
	display: none;
}
.banner-data ul li .icon{
	flex-shrink: 0;
	margin-right: 35px;
}
.banner-data ul li .icon img{
	width: 65px;
}
.banner-data ul li .text{
	
}
.banner-data ul li .text .t1{
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size42);
}
.banner-data ul li .text .t2{
	color: #0e2356;
	font-size: var(--size20);
}

@media screen and (max-width: 1920px) and (min-width: 992px){
	.banner-data{
		transform: translateY(-6.25vw);
	}
	.banner-data ul{
		border-radius: 0.6770833333333333vw;
	}
	.banner-data ul li{
		padding: 2.916666666666667vw 1.5625vw;
	}
	.banner-data ul li::before{
		width: 0.15625vw;
	}
	.banner-data ul li .icon{
		margin-right: 1.822916666666667vw;
	}
	.banner-data ul li .icon img{
		width: 3.385416666666667vw;
	}
}
@media screen and (max-width: 991px){
	.banner-data{
		transform: translateY(0);
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.banner-data ul{
		flex-wrap: wrap;
		padding: 24px 20px;
	}
	.banner-data ul li{
		flex: none;
		width: 50%;
		justify-content: flex-start;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner-data ul li::before{
		width: 2px;
	}
	.banner-data ul li:nth-child(2n)::before{
		display: none;
	}
	.banner-data ul li .icon{
		margin-right: 16px;
	}
	.banner-data ul li .icon img{
		width: 48px;
	}
}
@media screen and (max-width: 640px){
	.banner-data ul{
		padding: 20px 25px;
	}
	.banner-data ul li{
		width: 100%;
		padding: 15px 0;
	}
	.banner-data ul li::before{
		display: none;
	}
}
.index-page .wrap{
	width: 90.625%;
  max-width: 1740px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.index-page .wrap{
		max-width: 90.625%;
	}
}
.index-content{
	display: flex;
	flex-direction: column;
	/*gap:70px;*/
}
.i-title.center{
	text-align: center;
}
.i-title .headline{
	font-weight: bold;
	color: #018A9A;
	font-size: var(--size40);
}
.i-title .text{
	margin-top: 10px;
	color: #0e2356;
	font-size: var(--size20);
}
.index-part1 .box{
	margin-top: 30px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.i-title .text{
		margin-top: 0.5208333333333333vw;
	}
	.index-part1 .box{
		margin-top: 1.5625vw;
	}
}
@media screen and (max-width: 991px){
	.i-title .text{
		margin-top: 8px;
	}
	.index-part1 .box{
		margin-top: 24px;
	}
}

.index-part1 .box .swiper{
	margin-left: -18px;
	margin-right: -18px;
}
@media screen and (max-width: 1025px){
	.index-part1 .box .swiper{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
}
.index-part1 .box .swiper .swiper-wrapper{
	align-items: stretch;
}
.index-part1 .box .swiper .swiper-slide{
	height: auto;
	padding: 0 18px;
	box-sizing: border-box;
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.index-part1 .box .swiper{
		margin-left: -0.9375vw;
		margin-right: -0.9375vw;
	}
	.index-part1 .box .swiper .swiper-slide{
		padding: 0 0.9375vw;
	}
}
@media screen and (max-width: 1024px){
	.index-part1 .box .swiper{
		margin-left: 0;
		margin-right: 0;
	}
	.index-part1 .box .swiper .swiper-slide{
		padding: 0;
	}
}
.index-part1 .swiper-pagination{
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
/*@media screen and (min-width: 1025px){
	.index-part1 .swiper-pagination{
		display: none;
	}
}*/
.index-part1 .box .item{
	display: flex;
	flex-direction: column;
	height: 100%;
	border: rgba(179,200,212,0.2) solid 3px;
	border-radius: 13px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.index-part1 .box .item .imgbox{
  position: relative;
	width: 100%;
	padding-bottom: 117.4603174603175%;
	overflow: hidden;
}
.index-part1 .box .item .imgbox img{
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}
.index-part1 .box .item:hover .imgbox img{
	transform: translate(-50%, -50%) scale(1.1);
}
.index-part1 .box .item .textbox{
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.index-part1 .box .item .textbox .subtitle{
	font-weight: bold;
	color: #0E2356;
	font-size: var(--size30);
}
.index-part1 .box .item .textbox .explore-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	font-weight: bold;
	color: #018a9a;
	font-size: var(--size20);
}
.index-part1 .box .item .textbox .explore-btn span{
	display: inline-block;
	margin-left: 10px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.index-part1 .box .item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
		padding-bottom: 2.083333333333333vw;
	}
	.index-part1 .box .item .textbox .explore-btn{
		margin-top: 1.5625vw;
	}
	.index-part1 .box .item .textbox .explore-btn span{
		margin-left: 0.5208333333333333vw;
	}
}
@media screen and (max-width: 991px){
	.index-part1 .box .item{
		border-width: 2px;
		border-radius: 8px;
		padding-bottom: 24px;
	}
	.index-part1 .box .item .textbox .explore-btn{
		margin-top: 15px;
	}
	.index-part1 .box .item .textbox .explore-btn span{
		margin-left: 8px;
	}
}


.index-part2{
	padding-top: 80px;
	padding-bottom: 90px;
}
.index-part2 .box{
	max-width: 1460px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
@media screen and (max-width: 1025px){
	.index-part2 .box .swiper{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
}
.index-part2 .box .swiper .swiper-wrapper{
	align-items: stretch;
}
.index-part2 .box .swiper .swiper-slide{
	height: auto;
}
.index-part2 .swiper-pagination{
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
/*@media screen and (min-width: 768px){
	.index-part2 .swiper-pagination{
		display: none;
	}
}*/
.index-part2 .box .item{
	text-align: center;
}
.index-part2 .box .item .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: auto;
	box-sizing: border-box;
	border: rgba(179,200,212,0.2) solid 3px;
}
.index-part2 .box .item .icon img{
	max-width: 44%;
}
.index-part2 .box .item .subtitle{
	margin-top: 10px;
	color: #0E2356;
	font-size: var(--size20);
}
.index-btn{
	text-align: center;
}
.index-btn a,
.index-btn span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/*min-width: 260px;*/
	height: 64px;
	padding: 0 42px;
	border: #018a9a solid 3px;
	box-sizing: border-box;
	border-radius: 14px;
	font-size: var(--size20);
	color: #0e2356;
	font-weight: bold;
	transition: all 0.4s ease;
}
.index-btn a:hover,
.index-btn span:hover{
	color: #FFFFFF;
	background: #018a9a;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.index-part2{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.index-part2 .box{
		max-width: 83.90804597701149%;
		margin-top: 1.5625vw;
		gap: 2.604166666666667vw;
	}
	.index-part2 .box .item .icon{
		width: 6.25vw;
		height: 6.25vw;
		border-width: 0.15625vw;
	}
	.index-part2 .box .item .subtitle{
		margin-top: 0.5208333333333333vw;
	}
	.index-btn a,
	.index-btn span{
		height: 3.333333333333333vw;
		padding: 0 2.1875vw;
		border-width: 0.15625vw;
		border-radius: 0.7291666666666667vw;
	}
}
@media screen and (max-width: 991px){
	.index-part2{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index-part2 .box{
		max-width: 100%;
		margin-top: 24px;
		gap: 30px;
	}
	.index-part2 .box .item .subtitle{
		margin-top: 10px;
	}
	.index-part2 .box .item .icon{
		width: 80px;
		height: 80px;
	}
	.index-btn a,
	.index-btn span{
		height: 42px;
		padding: 0 20px;
		border-width: 2px;
		border-radius: 8px;
	}
}

.index-part3{
	padding-top: 80px;
	padding-bottom: 90px;
	background: #f7f9fb;
}
.index-part3 .box{
	max-width: 1280px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.index-part3 .box .content{
	position: relative;
	padding-left: 170px;
	padding-right: 170px;
	box-sizing: border-box;
	overflow: hidden;
}
.index-part3 .box .swiper{
	margin-left: -14px;
	margin-right: -14px;
}
@media screen and (max-width: 1025px){
	.index-part3 .box .swiper{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
}
.index-part3 .box .swiper .swiper-wrapper{
	align-items: stretch;
}
.index-part3 .box .swiper .swiper-slide{
	height: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.index-part3 .box .swiper{
		margin-left: -0.7291666666666667vw;
		margin-right: -0.7291666666666667vw;
	}
	.index-part3 .box .swiper .swiper-slide{
		padding: 0 0.7291666666666667vw;
	}
}
@media screen and (max-width: 1024px){
	.index-part3 .box .swiper{
		margin-left: 0;
		margin-right: 0;
	}
	.index-part3 .box .swiper .swiper-slide{
		padding: 0;
	}
}
.index-part3 .box .item{
	display: flex;
	flex-direction: column;
	height: 100%;
	border: rgba(179,200,212,0.2) solid 3px;
	border-radius: 13px;
	box-sizing: border-box;
	overflow: hidden;
}
.index-part3 .box .item .imgbox{
  position: relative;
	width: 100%;
	padding-bottom: 78.71621621621622%;
	overflow: hidden;
}
.index-part3 .box .item .imgbox img{
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.index-part3 .box .item:hover .imgbox img{
	transform: translate(-50%, -50%) scale(1.1);
}
.index-part3 .box .item .icon{
	text-align: center;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
.index-part3 .box .item .icon img{
	max-width: 100%;
}
.index-part3 .box .item .textbox{
	color: #0e2356;
	font-size: var(--size20);
	padding: 20px 40px 40px;
	box-sizing: border-box;
}
.index-part3 .box .item .textbox .location{
	margin-top: 15px;
}
.index-part3 .box .item .textbox .booth{
	margin-top: 30px;
	font-weight: bold;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.index-part3{
		padding-top: 4.166666666666667vw;
		padding-bottom: 4.6875vw;
	}
	.index-part3 .box{
		max-width: 73.5632183908046%;
		margin-top: 1.5625vw;
		gap: 2.083333333333333vw;
	}
	.index-part3 .box .content{
		padding-left: 8.854166666666667vw;
		padding-right: 8.854166666666667vw;
	}
	.index-part3 .box .item{
		border-width: 0.15625vw;
		border-radius: 0.6770833333333333vw;
	}
	.index-part3 .box .item .icon{
		padding: 1.041666666666667vw 1.041666666666667vw 0;
	}
	.index-part3 .box .item .textbox{
		padding: 1.041666666666667vw 2.083333333333333vw 2.083333333333333vw;
	}
	.index-part3 .box .item .textbox .location{
		margin-top: 0.78125vw;
	}
	.index-part3 .box .item .textbox .booth{
		margin-top: 1.5625vw;
	}
}
@media screen and (max-width: 991px){
	.index-part3{
		padding-top: 50px;
    padding-bottom: 50px;
	}
	.index-part3 .box{
		max-width: 100%;
		margin-top: 24px;
		gap: 30px;
	}
	.index-part3 .box .content{
		padding-left: 60px;
		padding-right: 60px;
	}
	.index-part3 .box .item{
		border-radius: 8px;
		border-width: 2px;
	}
	.index-part3 .box .item .icon{
		padding: 10px 10px 0;
	}
	.index-part3 .box .item .textbox{
		padding: 15px 10px 20px;
	}
	.index-part3 .box .item .textbox .location{
		margin-top: 10px;
	}
	.index-part3 .box .item .textbox .booth{
		margin-top: 20px;
	}
}
@media screen and (max-width: 640px){
	.index-part3 .box .content {
    padding-left: 50px;
    padding-right: 50px;
	}
}
@media screen and (max-width: 540px){
	.index-part3 .box .item .icon{
		padding: 20px 20px 0;
	}
	.index-part3 .box .item .textbox{
		padding: 15px 20px 20px;
	}
}
.index-part4{
	padding-top: 80px;
	padding-bottom: 90px;
}
.index-part4 .box{
	max-width: 1280px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.index-part4 .box .content{
	position: relative;
	padding-left: 170px;
	padding-right: 170px;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 1025px){
	.index-part4 .box .swiper{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
}
.index-part4 .box .swiper .swiper-wrapper{
	align-items: stretch;
}
.index-part4 .box .swiper .swiper-slide{
	position: relative;
	width: auto;
	max-width: 228px;
	height: auto;
}
.index-part4 .box .swiper .swiper-slide::before{
	content: '';
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 75%;
	background: rgba(179,200,212,1);
}
.index-part4 .box .item{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
}
.index-part4 .box .item img{
	max-width: 100%;
	/*max-height: 100%;*/
	max-height: 52px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.index-part4{
		padding-top: 4.166666666666667vw;
		padding-bottom: 4.6875vw;
	}
	.index-part4 .box{
		max-width: 73.5632183908046%;
		margin-top: 1.5625vw;
		gap: 2.083333333333333vw;
	}
	.index-part4 .box .content{
		padding-left: 8.854166666666667vw;
		padding-right: 8.854166666666667vw;
	}
	.index-part4 .box .swiper .swiper-slide{
		max-width: 11.875vw;
	}
	.index-part4 .box .swiper .swiper-slide::before{
		width: 0.15625vw;
	}
	.index-part4 .box .item{
		height: 4.166666666666667vw;
	}
	.index-part4 .box .item img{
		max-height: 2.708333333333333vw;
	}
}
@media screen and (max-width: 1535px){
	.index-part4 .box .swiper .swiper-slide::before{
		right: -24px;
	}
}
@media screen and (max-width: 1439px){
	.index-part4 .box .swiper .swiper-slide::before{
		right: -20px;
	}
}
@media screen and (max-width: 991px){
	.index-part4{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index-part4 .box{
		max-width: 100%;
		margin-top: 24px;
	}
	.index-part4 .box .content{
		padding-left: 60px;
    padding-right: 60px;
	}
	.index-part4 .box .swiper .swiper-slide{
		max-width: 170px;
	}
	.index-part4 .box .swiper .swiper-slide::before{
		width: 2px;
		right: -25px;
	}
	.index-part4 .box .item{
		height: 64px;
	}
}
@media screen and (max-width: 640px){
	.index-part4 .box .content{
		padding-left: 50px;
    padding-right: 50px;
	}
	.index-part4 .box .swiper .swiper-slide{
		max-width: 140px;
	}
	.index-part4 .box .swiper .swiper-slide::before{
		right: -20px;
	}
	.index-part4 .box .item{
		height: 50px;
	}
}
@media screen and (max-width: 480px){
	.index-part4 .box .swiper .swiper-slide{
		max-width: 29vmin;
	}
	.index-part4 .box .item{
		height: 10.5vmin;
	}
}

.index-part5{
	padding-bottom: 80px;
}
.index-part5 .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 7%;
	padding-right: 7%;
	box-sizing: border-box;
}
.index-part5 .box .left_w{
	width: 52.7%;
	padding-top: 50px;
}
.index-part5 .box .left_w .i-title .text{
	line-height: 1.7;
}
.index-part5 .box .left_w .textbox{
	margin-top: 20px;
}
.index-part5 .box .left_w .textbox ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.index-part5 .box .left_w .textbox ul li{
	text-align: center;
}
.index-part5 .box .left_w .textbox ul li .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: rgba(179,200,212,0.2) solid 3px;
	box-sizing: border-box;
}
.index-part5 .box .left_w .textbox ul li .icon img{
	max-width: 61%;
}
.index-part5 .box .left_w .textbox ul li .txt{
	margin-top: 10px;
	color: #0e2356;
	font-size: var(--size20);
}
.index-part5 .box .right_w{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47.3%;
}
.index-part5 .box .right_w .content{
	position: relative;
	display: inline-block;
	width: 50%;
}
.index-part5 .box .right_w .imgbox{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-sizing: border-box;
	border: rgba(179,200,212,1) dashed 3px;
}
.index-part5 .box .right_w .imgbox img{
	max-width: 100%;
}
.index-part5 .box .right_w .textbox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.index-part5 .box .right_w .textbox ul{
	
}
.index-part5 .box .right_w .textbox ul li{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-part5 .box .right_w .textbox ul li:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-180px);
}

.index-part5 .box .right_w .textbox ul li:nth-child(2) {
  transform: translate(-50%, -50%) translateX(180px);
}

.index-part5 .box .right_w .textbox ul li:nth-child(3) {
  transform: translate(-50%, -50%) translateY(180px);
}

.index-part5 .box .right_w .textbox ul li:nth-child(4) {
  transform: translate(-50%, -50%) translateX(-180px);
}
.index-part5 .box .right_w .textbox ul li .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	box-sizing: border-box;
	background: #ffffff;
}
.index-part5 .box .right_w .textbox ul li .icon img{
	max-width: 50%;
}
.index-part5 .box .right_w .textbox ul li .txt{
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	color: #0e2356;
	font-size: var(--size20);
}
.index-part5 .box .right_w .textbox ul li:nth-child(4) .txt{
	position: relative;
	left: 0;
	transform: none;
	margin-top: 10px;
}
@media screen and (max-width: 1920px) and (min-width: 992px){
	.index-part5{
		padding-bottom: 4.166666666666667vw;
	}
	.index-part5 .box .left_w{
		padding-top: 2.604166666666667vw;
	}
	.index-part5 .box .left_w .textbox{
		margin-top: 1.041666666666667vw;
	}
	.index-part5 .box .left_w .textbox ul{
		gap: 1.041666666666667vw;
	}
	.index-part5 .box .left_w .textbox ul li .icon{
		width: 4.166666666666667vw;
		height: 4.166666666666667vw;
		border-width: 0.15625vw;
	}
	.index-part5 .box .left_w .textbox ul li .txt{
		margin-top: 0.5208333333333333vw;
	}
	.index-part5 .box .right_w .imgbox{
		border-width: 0.15625vw;
	}
	.index-part5 .box .right_w .textbox ul li:nth-child(1) {
	  transform: translate(-50%, -50%) translateY(-9.375vw);
	}
	
	.index-part5 .box .right_w .textbox ul li:nth-child(2) {
	  transform: translate(-50%, -50%) translateX(9.375vw);
	}
	
	.index-part5 .box .right_w .textbox ul li:nth-child(3) {
	  transform: translate(-50%, -50%) translateY(9.375vw);
	}
	
	.index-part5 .box .right_w .textbox ul li:nth-child(4) {
	  transform: translate(-50%, -50%) translateX(-9.375vw);
	}
	.index-part5 .box .right_w .textbox ul li .icon{
		width: 4.166666666666667vw;
		height: 4.166666666666667vw;
	}
	.index-part5 .box .right_w .textbox ul li .txt{
		left: calc(100% + 0.625vw);
	}
	.index-part5 .box .right_w .textbox ul li:nth-child(4) .txt{
		margin-top: 0.625vw;
	}
}
@media screen and (max-width: 991px){
	.index-part5{
	}
	.index-part5 .box{
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
	}
	.index-part5 .box .left_w{
		padding-top: 0;
		width: 100%;
	}
	.index-part5 .box .right_w{
		width: 100%;
		margin-top: 13%;
	}
}
@media screen and (max-width: 767px){
	.index-part5 .box .left_w .textbox ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}
	.index-part5 .box .left_w .textbox ul li{
		width: calc((100% - 40px) / 3);
	}
	.index-part5 .box .left_w .textbox ul li .icon{
		width: 70px;
		height: 70px;
		border-width: 2px;
	}
	.index-part5 .box .right_w{
		margin-top: 70px;
	}
	.index-part5 .box .right_w .content{
		width: auto;
		max-width: 80%;
	}
	.index-part5 .box .right_w .textbox ul li .icon{
		width: 70px;
		height: 70px;
	}
	.index-part5 .box .right_w .textbox{
		width: 100%;
		height: 100%;
	}
	.index-part5 .box .right_w .textbox ul li:nth-child(1) {
		top: 0;
	  transform: translate(-50%, -35px);
	}
	
	.index-part5 .box .right_w .textbox ul li:nth-child(2) {
		left: auto;
		right: 0;
	  transform: translate(35px, -50%);
	}
	
	.index-part5 .box .right_w .textbox ul li:nth-child(3) {
		top: auto;
		bottom: 0;
	  transform: translate(-50%, 60px);
	}
	
	.index-part5 .box .right_w .textbox ul li:nth-child(4) {
		left: 0;
	  transform: translate(-50%, -35px);
	}
	.index-part5 .box .right_w .textbox ul li .txt{
		position: relative;
		left: 0;
    top: 0;
    transform: none;
    margin-top: 10px;
    text-align: center;
	}
}