/* ==================== 内页8 - 通用 Start ==================== */
.ny8-main {
  position: relative;
}
.ny8-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.ny8-sticky > .mxw-box {
  padding-left: 15.104vw;
  width: 100%;
}
.ny8-title {
  line-height: 1.1;
  font-size: 1.563vw;
  color: #000000;
  font-weight: bold;
  margin-bottom: 2.604vw;
}
.breadcrumb {
  padding-top: 1.354vw;
  padding-bottom: 1.354vw;
  font-size: 0.729vw;
}
.breadcrumb a {
  font-size: 0.729vw;
  padding-right: 0.26vw;
  padding-left: 0.26vw;
}
@media screen and (min-width: 1920px) {
  .ny8-sticky > .mxw-box {
    padding-left: 290px;
  }
  .ny8-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .breadcrumb {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 14px;
  }
  .breadcrumb a {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-sticky {
    position: relative;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .ny8-sticky > .mxw-box {
    padding-left: 20px;
  }
  .ny8-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .breadcrumb {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 14px;
  }
  .breadcrumb a {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* ==================== 内页8 - 通用 End ==================== */
/* ==================== 内页8 - 通用悬浮 Start ==================== */
.ny8-float {
  z-index: 4;
  position: fixed;
  top: 50%;
  left: calc((100vw - 1600px)/2);
  width: 14.583vw;
  transform: translateY(-50%);
}
.ny8-float .item {
  font-size: 0.886vw;
  line-height: 1.1;
  margin-top: 1.563vw;
  text-align: left;
  color: #333;
  padding-left: 1.042vw;
  position: relative;
  cursor: pointer;
  display: block;
}
.ny8-float .item:first-child {
  margin-top: 0;
}
.ny8-float .item:after {
  content: "";
  display: block;
  width: 0.261vw;
  height: 1.094vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 5.208vw;
  background-color: #4cb848;
  display: none;
}
.ny8-float .item.active {
  color: #4cb848;
  font-weight: bold;
}
.ny8-float .item.active:after {
  display: block;
}
@media screen and (min-width: 1920px) {
  .ny8-float {
    left: calc((100vw - 1600px)/2);
    width: 280px;
  }
  .ny8-float .item {
    font-size: 17px;
    margin-top: 30px;
    padding-left: 20px;
  }
  .ny8-float .item:after {
    width: 5px;
    height: 21px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 1680px) {
  .ny8-float {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-float {
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(0);
    margin: 0;
    position: sticky;
    z-index: 3;
    display: none;
  }
  .ny8-float .itembox {
    margin-top: 0;
    flex-wrap: wrap;
    display: flex;
  }
  .ny8-float .item {
    width: 50%;
    font-size: 14px;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .ny8-float .item:after {
    display: none !important;
    width: 5px;
    height: 11px;
    border-radius: 50px;
  }
}
/* ==================== 内页8 - 通用悬浮 End ==================== */
/* ==================== 内页8 - 板块一 Start ==================== */
.ny8-section1 {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny8-section1 .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 2.083vw;
  z-index: 3;
  width: 100%;
}
.ny8-section1 .desc {
  font-size: 0.782vw;
  line-height: 2.2;
  color: #000;
  margin-bottom: 2.083vw;
}
.ny8-section1 .itembox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.ny8-section1 .item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4cb848;
}
.ny8-section1 .item .number .span1 {
  font-size: 3.125vw;
  line-height: 1.1;
  margin-right: 0.782vw;
  font-weight: bold;
}
.ny8-section1 .item .number .span2 {
  font-size: 1.042vw;
  line-height: 1.1;
}
.ny8-section1 .item .text {
  margin-top: 0.782vw;
  text-align: center;
  color: #333333;
  font-size: 0.833vw;
}
@media screen and (min-width: 1920px) {
  .ny8-section1 .breadcrumb {
    left: 0;
    margin-bottom: 40px;
  }
  .ny8-section1 .desc {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .ny8-section1 .item .number .span1 {
    font-size: 60px;
    margin-right: 15px;
  }
  .ny8-section1 .item .number .span2 {
    font-size: 20px;
  }
  .ny8-section1 .item .text {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-section1 {
    padding-top: 20px;
    padding-bottom: 60px;
    display: block;
  }
  .ny8-section1 .breadcrumb {
    left: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }
  .ny8-section1 .desc {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .ny8-section1 .itembox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ny8-section1 .item {
    width: 50%;
  }
  .ny8-section1 .item:nth-child(2) ~ .item {
    margin-top: 20px;
  }
  .ny8-section1 .item .number .span1 {
    font-size: 30px;
    margin-right: 8px;
  }
  .ny8-section1 .item .number .span2 {
    font-size: 20px;
  }
  .ny8-section1 .item .text {
    margin-top: 8px;
    font-size: 14px;
  }
}
/* ==================== 内页8 - 板块一 End ==================== */
/* ==================== 内页8 - 板块二 Start ==================== */
.ny8-section2 {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny8-section2 .ny8-section2-swiper-big .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny8-section2 .ny8-section2-swiper-big .info {
  min-width: 0;
  flex-grow: 1;
  position: relative;
}
.ny8-section2 .ny8-section2-swiper-big .image {
  width: 27.083vw;
  flex-shrink: 0;
  margin-right: 3.646vw;
}
.ny8-section2 .ny8-section2-swiper-big .desc {
  position: relative;
  z-index: 2;
  font-size: 0.833vw;
  color: #000;
  line-height: 1.8;
}
.ny8-section2 .ny8-section2-swiper-big .desc ul li {
  padding-left: 1.042vw;
  font-size: 0.833vw;
  color: #000;
  line-height: 1.1;
  position: relative;
  margin-bottom: 1.042vw;
}
.ny8-section2 .ny8-section2-swiper-big .desc ul li:last-child {
  margin-bottom: 0;
}
.ny8-section2 .ny8-section2-swiper-big .desc ul li::before {
  content: "";
  display: block;
  width: 0.313vw;
  height: 0.313vw;
  border-radius: 100%;
  background-color: #4cb848;
  position: absolute;
  top: 0.313vw;
  left: 0;
}
.ny8-section2 .ny8-section2-swiper-big .bg-text {
  font-size: 10.417vw;
  color: #e4edf2;
  opacity: 0.58;
  line-height: 1;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.ny8-section2 .swiper-min {
  margin-top: 4.167vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 0.833vw;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.604vw;
  padding-right: 2.344vw;
}
.ny8-section2 .swiper-min .swiper-button {
  width: 2.083vw;
  height: 2.083vw;
  z-index: 3;
  border: solid 1px #e9e9e9;
  opacity: 1;
  transform: translateY(-25%);
  top: 0;
}
.ny8-section2 .swiper-min .swiper-button:after {
  color: #ccc;
}
.ny8-section2 .swiper-min .swiper-button:hover {
  background-color: #4cb848;
  border-color: #4cb848;
}
.ny8-section2 .swiper-min .swiper-button:hover:after {
  color: #fff;
}
.ny8-section2 .swiper-min .swiper-button-prev {
  left: -5%;
}
.ny8-section2 .swiper-min .swiper-button-next {
  right: -5%;
}
.ny8-section2 .swiper-min .swiper-slide {
  text-align: center;
}
.ny8-section2 .swiper-min .swiper-slide .item {
  position: relative;
  font-size: 0.833vw;
  color: #999;
  text-align: center;
  line-height: 1.1;
  margin-left: 0;
  margin-right: auto;
  display: table;
  cursor: pointer;
}
.ny8-section2 .swiper-min .swiper-slide .item:before {
  content: "";
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 100%;
  border: 0.469vw solid #cdcdcd;
  background-color: #4cb848;
  margin-bottom: 0.521vw;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section2 .swiper-min .swiper-slide.swiper-slide-thumb-active .item {
  color: #4cb848;
}
.ny8-section2 .swiper-min .swiper-slide.swiper-slide-thumb-active .item::before {
  visibility: visible;
}
@media screen and (min-width: 1920px) {
  .ny8-section2 .ny8-section2-swiper-big .image {
    width: 520px;
    margin-right: 70px;
  }
  .ny8-section2 .ny8-section2-swiper-big .desc {
    font-size: 16px;
  }
  .ny8-section2 .ny8-section2-swiper-big .desc ul li {
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ny8-section2 .ny8-section2-swiper-big .desc ul li::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .ny8-section2 .ny8-section2-swiper-big .bg-text {
    font-size: 190px;
  }
  .ny8-section2 .swiper-min {
    margin-top: 80px;
    background-size: auto 16px;
    padding-left: 50px;
    padding-right: 45px;
  }
  .ny8-section2 .swiper-min .swiper-button {
    width: 40px;
    height: 40px;
  }
  .ny8-section2 .swiper-min .swiper-slide .item {
    font-size: 16px;
  }
  .ny8-section2 .swiper-min .swiper-slide .item:before {
    width: 12px;
    height: 12px;
    border: 9px solid #cdcdcd;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
  }
  .ny8-section2 > .mxw-box {
    width: 100%;
  }
  .ny8-section2 .ny8-section2-swiper-big {
    width: 100%;
  }
  .ny8-section2 .ny8-section2-swiper-big .swiper-slide {
    display: block;
  }
  .ny8-section2 .ny8-section2-swiper-big .info {
    width: 100%;
  }
  .ny8-section2 .ny8-section2-swiper-big .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .ny8-section2 .ny8-section2-swiper-big .desc {
    font-size: 14px;
  }
  .ny8-section2 .ny8-section2-swiper-big .desc ul li {
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .ny8-section2 .ny8-section2-swiper-big .desc ul li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .ny8-section2 .ny8-section2-swiper-big .bg-text {
    font-size: 80px;
  }
  .ny8-section2 .swiper-min {
    margin-top: 40px;
    background-size: auto 8px;
    padding-left: 0;
    padding-right: 0;
    max-width: 80%;
  }
  .ny8-section2 .swiper-min .swiper-button {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
  .ny8-section2 .swiper-min .swiper-button-prev {
    left: -15%;
  }
  .ny8-section2 .swiper-min .swiper-button-next {
    right: -15%;
  }
  .ny8-section2 .swiper-min .swiper-slide .item {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .ny8-section2 .swiper-min .swiper-slide .item:before {
    width: 6px;
    height: 6px;
    border: 9px solid #cdcdcd;
    margin-bottom: 10px;
  }
}
/* ==================== 内页8 - 板块二 End ==================== */
/* ==================== 内页8 - 板块三 Start ==================== */
.ny8-section3 {
  z-index: 3;
  display: flex;
  align-items: center;
}
.ny8-section3 .body {
  border-radius: 0.782vw;
  overflow: hidden;
  box-shadow: 0vw 0vw 3.386vw 0.417vw rgba(10, 2, 5, 0.05);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}






.ny8-section3 .body .left {
  width: auto;
  min-width: 0;
  flex-grow: 1;
  background-color: #fff;

}
/* 2025-3-24 修改 */
.ny8-section3 .body .tabs {
  padding: 2.083vw 1.771vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.ny8-section3 .body .tabs .tab-item {
  display: block;
  font-size: 1.302vw;
  color: #c7c6c6;
  line-height: 1.1;
  padding-bottom: 1.042vw;
  position: relative;
  margin-right: 4.167vw;
  cursor: pointer;
}
.ny8-section3 .body .tabs .tab-item:after {
  content: "";
  display: block;
  width: 2.396vw;
  height: 0.157vw;
  border-radius: 5.208vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  display: none;
}
.ny8-section3 .body .tabs .tab-item:last-child {
  margin-right: 0;
}
.ny8-section3 .body .tabs .tab-item.active {
  display: block;
  color: #333;
}
.ny8-section3 .body .tabs .tab-item.active:after {
  display: block;
}

/* 2025-3-24 修改 */
.ny8-section3 .body .list-item {
  display: none;
  padding-left: 1.875vw;
  padding-right: 1.875vw;
  font-size: 0.833vw;
  line-height: 1.8;
  color: #888;
  padding-bottom: 1.875vw;
}
.ny8-section3 .body .list-item strong {
  color: #000;
}
.ny8-section3 .body .list-item.active {
  display: block;
}
/* 2025-3-24 修改 */
.ny8-section3 .body .image {
  width: 34.375vw;
  /* height: 32.813vw; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .ny8-section3 .body {
    border-radius: 15px;
    box-shadow: 0px 0px 65px 8px rgba(10, 2, 5, 0.05);
  }
  .ny8-section3 .body .left {
    width: 660px;
  }
  .ny8-section3 .body .tabs {
    padding: 40px 34px;
  }
  .ny8-section3 .body .tabs .tab-item {
    font-size: 25px;
    padding-bottom: 20px;
    margin-right: 80px;
  }
  .ny8-section3 .body .tabs .tab-item:after {
    width: 46px;
    height: 3px;
    border-radius: 100px;
  }
  /* 2025-3-24 修改 */
  .ny8-section3 .body .list-item {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 16px;
    padding-bottom: 36px;
  }
  .ny8-section3 .body .image {
    width: 660px;
    height: 630px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny8-section3 .body {
    border-radius: 8px;
    box-shadow: 0px 0px 33px 8px rgba(10, 2, 5, 0.05);
    display: block;
  }
  .ny8-section3 .body .left {
    width: 100%;
  }
  .ny8-section3 .body .tabs {
    padding: 20px;
    flex-wrap: wrap;
  }
  .ny8-section3 .body .tabs .tab-item {
    width: 50%;
    font-size: 16px;
    padding-bottom: 10px;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
  }
  .ny8-section3 .body .tabs .tab-item:after {
    width: 23px;
    height: 3px;
    border-radius: 50px;
  }
  .ny8-section3 .body .list-item {
    padding: 20px;
    font-size: 14px;
  }
  /* 2025-3-24 修改 */
  .ny8-section3 .body .image {
    width: 100%;
    height: 80.153vw;
  }
  .ny8-section3 .more-btn {
    padding: 12px 40px;
    border-radius: 5px;
    background-color: #4cb848;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
/* 2025-3-24 修改 */
@media (min-width:769px){
  .ny8-section3 .body .left {
    /* max-height: 96vh; */
    /* max-height: 630px; */
    overflow-y: auto;
  }
}

/* 2025-3-35 调整 */
@media (min-width:992px){
  /* 统一高度为这个 */
  .ny8-section3 .body {
    height: 86vh;
    max-height: 630px;
  }
}
/* ==================== 内页8 - 板块三 End ==================== */
/* ==================== 内页8 - 板块四 Start ==================== */
/* ==================== 内页8 - 板块四 End ==================== */
/* ==================== 内页8 - 板块五 Start ==================== */
/* ==================== 内页8 - 板块五 End ==================== */
/* ==================== 内页8 - 板块六 Start ==================== */
/* ==================== 内页8 - 板块六 End ==================== */
/* ==================== 内页8 - 板块七 Start ==================== */
/* ==================== 内页8 - 板块七 End ==================== */
/* ==================== 内页8 - 板块八 Start ==================== */
/* ==================== 内页8 - 板块八 End ==================== */


