/* ==================== 内页8 - 板块一 Start ==================== */
/* ==================== 内页8 - 板块一 End ==================== */
/* ==================== 内页8 - 板块二 Start ==================== */
.ny8-section2 {
  padding-top: 4.167vw;
}
.ny8-section2 .ny4-title {
  margin-bottom: 2.083vw;
}
.ny8-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny8-section2 .item {
  width: 32%;
  position: relative;
  overflow: hidden;
}
.ny8-section2 .item:hover:after {
  opacity: 0;
  visibility: hidden;
}
.ny8-section2 .item:hover .info {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ny8-section2 .item:hover .image img {
  transform: scale(1.1);
}
.ny8-section2 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6) 30%, transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6) 30%, transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6) 30%, transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 30%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}
.ny8-section2 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny8-section2 .item .info {
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(73, 196, 255, 0.8);
  font-size: 1.042vw;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
}
.ny8-section2 .item .text1 {
  font-size: 1.563vw;
  line-height: 1.8;
  padding-bottom: 2.083vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  color: #fff;
}
.ny8-section2 .item .image img {
  transition: transform 0.4s;
}
@media screen and (min-width: 1920px) {
  .ny8-section2 {
    padding-top: 80px;
  }
  .ny8-section2 .ny4-title {
    margin-bottom: 40px;
  }
  .ny8-section2 .item .info {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ny8-section2 .item .text1 {
    font-size: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-section2 {
    padding-top: 60px;
  }
  .ny8-section2 .ny4-title {
    margin-bottom: 40px;
  }
  .ny8-section2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ny8-section2 .item:last-child {
    margin-bottom: 0;
  }
  .ny8-section2 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .ny8-section2 .item .info {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ny8-section2 .item .text1 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
/* ==================== 内页8 - 板块二 End ==================== */
/* ==================== 内页8 - 板块三 Start ==================== */
.ny8-section3 {
  padding-top: 4.167vw;
  padding-bottom: 5.208vw;
}
.ny8-section3 .ny1-title {
  margin-bottom: 2.083vw;
}
.ny8-section3 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny8-section3 .item {
  width: 32%;
}
.ny8-section3 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny8-section3 .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny8-section3 .mxw-pagination {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .ny8-section3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny8-section3 .ny1-title {
    margin-bottom: 40px;
  }
  .ny8-section3 .mxw-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny8-section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny8-section3 .ny1-title {
    margin-bottom: 20px;
  }
  .ny8-section3 .item {
    width: 49%;
    margin: 0 !important;
  }
  .ny8-section3 .item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .ny8-section3 .item:nth-child(2) ~ .item {
    margin-top: 2% !important;
  }
  .ny8-section3 .mxw-pagination {
    margin-top: 40px;
  }
}
/* ==================== 内页8 - 板块三 End ==================== */
