/* ==================== 内页23 - 板块一 Start ==================== */
.ny23-section1 {
  background-color: #F8F9FC;
}
.ny23-section1 .body {
  position: relative;
}
.ny23-section1 .body .image {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
}
.ny23-section1 .body .info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ny23-section1 .body .info .text1 {
  font-size: 2.875vw;
  color: #ffffff;
  line-height: 1.1;
  font-weight: bold;
}
.ny23-section1 .body .info .text2 {
  margin-top: 1.25vw;
  font-size: 1.625vw;
  color: #ffffff;
}
@media screen and (min-width: 1600px) {
  .ny23-section1 .body .image {
    border-radius: 10px;
  }
  .ny23-section1 .body .info .text1 {
    font-size: 46px;
  }
  .ny23-section1 .body .info .text2 {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .ny23-section1 .body .image {
    border-radius: 10px;
  }
  .ny23-section1 .body .info {
    width: 100%;
  }
  .ny23-section1 .body .info .text1 {
    font-size: 22px;
  }
  .ny23-section1 .body .info .text2 {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ==================== 内页23 - 板块一 End ==================== */
/* ==================== 内页23 - 板块二 Start ==================== */
.ny23-section2 {
  background-color: #F8F9FC;
  padding-top: 8.125vw;
  padding-bottom: 10.625vw;
}
.ny23-section2 .title {
  font-size: 1.875vw;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4.375vw;
}
.ny23-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny23-section2 .item {
  width: 24%;
  position: relative;
  margin-right: 1.333%;
  border-radius: 0.625vw;
  overflow: hidden;
}
.ny23-section2 .item:hover .image img {
  transform: scale(1.1);
}
.ny23-section2 .item:before {
  content: "";
  display: block;
  width: 3.625vw;
  height: 3.625vw;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/ny23/img003@100x100.png) no-repeat center;
  background-size: 100%;
}
.ny23-section2 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, transparent);
}
.ny23-section2 .item:nth-child(4n) {
  margin-right: 0;
}
.ny23-section2 .item:nth-child(4) ~ .item {
  margin-top: 1.333%;
}
.ny23-section2 .item .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ny23-section2 .item .image img {
  transition: all 0.4s;
  width: 100%;
}
.ny23-section2 .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 1.875vw;
  color: #fff;
}
.ny23-section2 .item .info .text1 {
  font-size: 1.5vw;
  line-height: 1.1;
  color: #fff;
}
.ny23-section2 .item .info .text2 {
  margin-top: 0.625vw;
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1600px) {
  .ny23-section2 {
    padding-top: 130px;
    padding-bottom: 170px;
  }
  .ny23-section2 .title {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .ny23-section2 .item {
    border-radius: 10px;
  }
  .ny23-section2 .item:before {
    width: 58px;
    height: 58px;
  }
  .ny23-section2 .item .info {
    padding: 30px;
  }
  .ny23-section2 .item .info .text1 {
    font-size: 24px;
  }
  .ny23-section2 .item .info .text2 {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny23-section2 {
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .ny23-section2 .title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .ny23-section2 .item {
    width: 48%;
    border-radius: 10px;
    margin: 0!important;
    margin-right: 4% !important;
  }
  .ny23-section2 .item:nth-child(2n) {
    margin-right: 0!important;
  }
  .ny23-section2 .item:nth-child(2) ~ .item {
    margin-top: 20px!important;
  }
  .ny23-section2 .item:before {
    width: 29px;
    height: 29px;
  }
  .ny23-section2 .item .info {
    padding: 15px;
  }
  .ny23-section2 .item .info .text1 {
    font-size: 16px;
  }
  .ny23-section2 .item .info .text2 {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ==================== 内页23 - 板块二 End ==================== */
/* ==================== 内页23 - 板块三 Start ==================== */
/* ==================== 内页23 - 板块三 End ==================== */
/* ==================== 内页23 - 板块四 Start ==================== */
/* ==================== 内页23 - 板块四 End ==================== */
/* ==================== 内页23 - 板块五 Start ==================== */
/* ==================== 内页23 - 板块五 End ==================== */
/* ==================== 内页23 - 板块六 Start ==================== */
/* ==================== 内页23 - 板块六 End ==================== */
/* ==================== 内页23 - 板块七 Start ==================== */
/* ==================== 内页23 - 板块七 End ==================== */
/* ==================== 内页23 - 板块八 Start ==================== */
/* ==================== 内页23 - 板块八 End ==================== */
