/* ==================== 内页4 - 通用文字1 Start ==================== */
.ny4-text1 {
  line-height: 1.1;
  font-size: 2.25vw;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 1600px) {
  .ny4-text1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .ny4-text1 {
    font-size: 24px;
  }
}
/* ==================== 内页4 - 通用文字1 End ==================== */
/* ==================== 内页4 - 通用文字2 Start ==================== */
.ny4-text2 {
  margin-top: 1.875vw;
  line-height: 1.8;
  font-size: 1vw;
  color: #666;
}
@media screen and (min-width: 1600px) {
  .ny4-text2 {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-text2 {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ==================== 内页4 - 通用文字2 End ==================== */
/* ==================== 内页4 - 通用文字3 Start ==================== */
.ny4-text3 {
  color: #000;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.25vw;
}
@media screen and (min-width: 1600px) {
  .ny4-text3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-text3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/* ==================== 内页4 - 通用文字3 End ==================== */
/* ==================== 内页4 - 板块一 Start ==================== */
.ny4-section1 {
  background-color: #f8f9fc;
  padding-top: 6.25vw;
}
.ny4-section1 > .mxw-box {
  width: 68.75vw;
}
/* 2025-3-24 修改 */
.ny4-section1 .info {
  text-align: center;
  /* padding-left: 4.063vw; */
  /* padding-right: 4.063vw; */
}
.ny4-section1 .image {
  margin-top: 4.375vw;
}
@media screen and (min-width: 1600px) {
  .ny4-section1 {
    padding-top: 100px;
  }
  .ny4-section1 > .mxw-box {
    width: 1100px;
  }
  .ny4-section1 .info {
    /* padding-left: 65px; */
    /* padding-right: 65px; */
  }
  .ny4-section1 .image {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-section1 {
    padding-top: 60px;
  }
  .ny4-section1 > .mxw-box {
    width: 100%;
  }
  .ny4-section1 .info {
    padding-left: 0;
    padding-right: 0;
  }
  .ny4-section1 .image {
    margin-top: 30px;
  }
}
/* ==================== 内页4 - 板块一 End ==================== */
/* ==================== 内页4 - 板块二 Start ==================== */
.ny4-section2 {
  background-color: #f8f9fc;
  padding-top: 6.875vw;
}
.ny4-section2 .ny4-text1 {
  text-align: center;
  margin-bottom: 4.813vw;
}
/* 2025-3-24 修改 */
.ny4-section2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  /* justify-content: flex-start; */
  flex-wrap: wrap;
  padding-left: 5.625vw;
  padding-right: 5.625vw;
}
/* 2025-3-24 修改 */
.ny4-section2 .item {
  width: 47.5%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
/* .ny4-section2 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
} */
/* .ny4-section2 .item:nth-child(3) ~ .item {
  margin-top: 2%;
} */
.ny4-section2 .item .info {
  padding: 1.625vw;
  background-color: #fff;
}
.ny4-section2 .item .info .text1 {
  font-size: 1.125vw;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.625vw;
}
.ny4-section2 .item .info .text2 {
  font-size: 1vw;
  color: #666666;
  line-height: 1.4;
}
@media screen and (min-width: 1600px) {
  .ny4-section2 {
    padding-top: 110px;
  }
  .ny4-section2 .ny4-text1 {
    margin-bottom: 77px;
  }
  .ny4-section2 .itembox {
    padding-left: 90px;
    padding-right: 90px;
  }
  .ny4-section2 .item .info {
    padding: 26px;
  }
  .ny4-section2 .item .info .text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ny4-section2 .item .info .text2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-section2 {
    padding-top: 60px;
  }
  .ny4-section2 .ny4-text1 {
    margin-bottom: 39px;
  }
  .ny4-section2 .itembox {
    padding-left: 0;
    padding-right: 0;
  }
  .ny4-section2 .item {
    width: 100%;
    margin: 0 !important;
  }
  .ny4-section2 .item:nth-child(1) ~ .item {
    margin-top: 20px !important;
  }
  .ny4-section2 .item .info {
    padding: 20px 10px;
  }
  .ny4-section2 .item .info .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ny4-section2 .item .info .text2 {
    font-size: 14px;
  }
}
/* ==================== 内页4 - 板块二 End ==================== */
/* ==================== 内页4 - 板块三 Start ==================== */
.ny4-section3 {
  overflow: hidden;
  padding-top: 9.375vw;
  background-color: #f8f9fc;
}
.ny4-section3:last-child {
  padding-bottom: 7.5vw;
}
/* 2025-3-24 修改 */
.ny4-section3 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  /* justify-content: space-between; */
}
.ny4-section3 .index-tabs {
  margin-bottom: 3.125vw;
}
/* 2025-3-24 修改 */
.ny4-section3 .ny1-item {
  width: 100%;
  margin: 0 !important;
  /* width: 23.5%; */
  /* margin-right: 2%; */
}
.ny4-section3 .ny1-item:nth-child(4n) {
  margin-right: 0;
}
/* .ny4-section3 .ny1-item:nth-child(4) ~ .ny1-item {
  margin-top: 1.25vw;
  
} */
@media screen and (min-width: 1600px) {
  .ny4-section3 {
    padding-top: 150px;
  }
  .ny4-section3:last-child {
    padding-bottom: 120px;
  }
  .ny4-section3 .index-tabs {
    margin-bottom: 50px;
  }
  /* .ny4-section3 .ny1-item:nth-child(4) ~ .ny1-item {
    margin-top: 20px;
  } */
}
@media screen and (max-width: 768px) {
  .ny4-section3 {
    padding-top: 60px;
  }
  /* 2025-3-24 修改 */
  .ny4-section3 .ny1-item {
    /* width: 48%; */
    width: 100%;
    margin: 0 !important;
  }
  /* .ny4-section3 .ny1-item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny4-section3 .ny1-item:nth-child(2) ~ .ny1-item {
    margin-top: 20px !important;
  } */
}
@media screen and (max-width: 500px) {
  .ny4-section3 .ny1-item {
    width: 100%;
    margin: 0 !important;
  }
  /* .ny4-section3 .ny1-item:nth-child(1) ~ .ny1-item {
    margin-top: 20px !important;
  } */

  .ny4-section3 .index-tabs {
    margin-bottom: 30px;
  }
}
/* ==================== 内页4 - 板块三 End ==================== */
/* ==================== 内页4 - 板块四 Start ==================== */
.ny4-section4 {
  padding-top: 9.375vw;
  background-color: #f8f9fc;
}
@media screen and (min-width: 1600px) {
  .ny4-section4 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-section4 {
    padding-top: 60px;
  }
}
/* ==================== 内页4 - 板块四 End ==================== */
/* ==================== 内页4 - 板块五 Start ==================== */
.ny4-section5 {
  padding-top: 150px;
  background-color: #f8f9fc;
}
@media screen and (min-width: 1600px) {
  .ny4-section5 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-section5 {
    padding-top: 60px;
  }
}
/* ==================== 内页4 - 板块五 End ==================== */
/* ==================== 内页4 - 板块六 Start ==================== */
/* ==================== 内页4 - 板块六 End ==================== */
/* ==================== 内页4 - 板块七 Start ==================== */
/* ==================== 内页4 - 板块七 End ==================== */
/* ==================== 内页4 - 板块八 Start ==================== */
/* ==================== 内页4 - 板块八 End ==================== */

/* 2025-3-24 修改 */
.ny4-section3 .swiper-button-next,
.ny4-section3 .swiper-button-prev {
  position: absolute;
  transform: translateY(-50%);
  z-index: 3;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.ny4-section3 .swiper-button-next::after,
.ny4-section3 .swiper-button-prev::after {
  font-size: 18px;
}

.ny4-section3 .swiper-button-prev {
  left: 2.5vw;
}
.ny4-section3 .swiper-button-next {
  right: 2.5vw;
}

/* 分页器 */
.ny4-section3 .swiper-pagination {
  display: none;
}



@media (min-width: 1600px) {
  .ny4-section3 .swiper-button-prev {
    left: 40px;
  }
  .ny4-section3 .swiper-button-next {
    right: 40px;
  }
}

@media (max-width: 500px) {
  .ny4-section3 .swiper-button-next,
  .ny4-section3 .swiper-button-prev {
    display: none;
  }

  .ny4-section3 .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .ny4-section3 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(204, 204, 204, 0.75);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 15px;
    opacity: 1;
  }
  .ny4-section3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-active, #4cb848);
  }
}
