.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;
}
.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;
  }
}
