/* ==================== 内页23 - 板块一 Start ==================== */
.ny23-section1 {
  height: 100vh;
  position: relative;
}
.ny23-section1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.ny23-section1 .ny23-section1-swiper {
  height: 100%;
}
.ny23-section1 .ny23-section1-swiper .image {
  height: 100vh;
}
.ny23-section1 .ny23-section1-swiper .video {
  width: 100%;
  height: 100vh;
  display: block;
}
.ny23-section1 .ny23-section1-swiper .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny23-section1 .info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 4;
  transform: translateY(-50%);
}
.ny23-section1 .info .text1 {
  width: 200px;
  margin-bottom: 40px;
}
.ny23-section1 .info .text2 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.ny23-section1 .info .text3 {
  font-size: 70px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny23-section1 .info .btn-group {
  margin-top: 60px;
}
.ny23-section1 .info .btn-group .index-btn:first-child {
  margin-bottom: 40px;
}
.ny23-section1 .common-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.ny23-section1 .common-pagination .swiper-pagination {
  border-color: rgba(255, 255, 255, 0.1);
  background: -webkit-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
}
.ny23-section1 .common-pagination .swiper-pagination .swiper-pagination-bullet {
  background: #5d5e5e;
}
.ny23-section1 .common-pagination .play-btn {
  border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 749px) {
  .ny23-section1 .info .text1 {
    width: 26.667vw;
    margin-bottom: 5.333vw;
  }
  .ny23-section1 .info .text2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .ny23-section1 .info .text3 {
    font-size: 9.333vw;
  }
  .ny23-section1 .info .btn-group {
    margin-top: 8vw;
  }
  .ny23-section1 .info .btn-group .index-btn:first-child {
    margin-bottom: 5.333vw;
  }
  .ny23-section1 .common-pagination {
    bottom: 5.333vw;
  }
}
/* ==================== 内页23 - 板块一 End ==================== */
/* ==================== 内页23 - 板块二 Start ==================== */
.ny23-section2 {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 140px;
}
.ny23-section2 .ny23-section2-box {
  background-color: #fff;
  padding-left: 40px;
}
.ny23-section2 .body1 {
  padding-top: 200px;
}
.ny23-section2 .body1 .image {
  width: 100%;
  margin-top: 60px;
  position: relative;
  margin-right: -40px;
}
.ny23-section2 .body1 .image img {
  width: 100%;
}
.ny23-section2 .body1 .image .img2 {
  position: absolute;
  z-index: 2;
  width: 590px;
  height: 440px;
  left: 20px;
  top: 20px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.ny23-section2 .index-info2 .text1 {
  margin-bottom: 60px;
}
.ny23-section2 .index-info2 .btn-group {
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: flex-start;
}
.ny23-section2 .index-info2 .index-btn2 {
  display: inline-flex;
}
.ny23-section2 .index-info2 .index-btn {
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .ny23-section2 {
    margin-bottom: 18.667vw;
  }
  .ny23-section2 .ny23-section2-box {
    padding-left: 5.333vw;
  }
  .ny23-section2 .body1 {
    padding-top: 26.667vw;
  }
  .ny23-section2 .body1 .image {
    margin-top: 8vw;
    margin-right: -5.333vw;
  }
  .ny23-section2 .body1 .image .img2 {
    width: 82.567vw;
    height: 62.667vw;
    left: 2.667vw;
    top: 2.667vw;
    border-radius: 1.333vw;
  }
  .ny23-section2 .index-info2 .text1 {
    margin-bottom: 8vw;
  }
  .ny23-section2 .index-info2 .btn-group {
    margin-top: 8vw;
  }
}
/* ==================== 内页23 - 板块二 End ==================== */
/* ==================== 内页23 - 板块三 Start ==================== */
.ny23-section3-bg {
  display: block;
  width: 100%;
  height: 120px;
  background-color: #F6F6F8;
}
.ny23-section3 {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #F6F6F8;
}
.ny23-section3 .itembox {
  position: relative;
}
.ny23-section3 .item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ny23-section3 .item:first-child ~ .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.ny23-section3 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding-top: 200px;
  color: #1D1D1F;
  pointer-events: none;
}
.ny23-section3 .item .info.white {
  color: #fff;
}
.ny23-section3 .item .info .text1 {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ny23-section3 .item .info .text2 {
  font-size: 70px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 40px;
}
.ny23-section3 .item .info .text3 {
  font-size: 26px;
  line-height: 1.2;
}
.ny23-section3 .item .video {
  display: block;
  width: 100%;
  height: 1120px;
}
.ny23-section3 .item .video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny23-section3-bg {
    height: 16vw;
  }
  .ny23-section3 {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny23-section3 .item {
    border-radius: 4vw;
  }
  .ny23-section3 .item .info {
    padding-top: 26.667vw;
  }
  .ny23-section3 .item .info .text1 {
    width: 21.333vw;
    margin-bottom: 2.667vw;
  }
  .ny23-section3 .item .info .text2 {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny23-section3 .item .info .text3 {
    font-size: 3.467vw;
  }
  .ny23-section3 .item .video {
    height: 149.333vw;
  }
}
/* ==================== 内页23 - 板块三 End ==================== */
/* ==================== 内页23 - 板块四 Start ==================== */
.ny23-section4 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
}
.ny23-section4 .title {
  text-align: center;
  font-size: 70px;
  color: #000;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
  line-height: 1.2;
}
.ny23-section4 .swiper {
  position: relative;
}
.ny23-section4 .item {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 470px;
  display: block;
}
.ny23-section4 .item:last-child {
  margin-bottom: 0;
}
.ny23-section4 .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.ny23-section4 .item .image img {
  width: 100%;
}
.ny23-section4 .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.1;
  z-index: 4;
  font-size: 30px;
  padding: 30px;
  background: -webkit-linear-gradient(to top, #000, transparent);
  background: -o-linear-gradient(to top, #000, transparent);
  background: -moz-linear-gradient(to top, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  color: #fff;
}
.ny23-section4 .item .text1 {
  font-size: 20px;
  line-height: 1.1;
  font-family: "HYJunhei-35J";
}
.ny23-section4 .item .text2 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-top: 5px;
}
.ny23-section4 .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny23-section4 {
    padding-top: 26.667vw;
    padding-bottom: 13.333vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny23-section4 .title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .ny23-section4 .item {
    margin-bottom: 2.667vw;
    height: 62.667vw;
  }
  .ny23-section4 .item .image {
    border-radius: 2.667vw;
  }
  .ny23-section4 .item .info {
    font-size: 4vw;
    padding: 4vw;
  }
  .ny23-section4 .item .text1 {
    font-size: 2.667vw;
  }
  .ny23-section4 .item .text2 {
    font-size: 4vw;
    margin-top: 0.667vw;
  }
}
/* ==================== 内页23 - 板块四 End ==================== */
/* ==================== 内页23 - 板块五 Start ==================== */
.ny23-section5 {
  background-color: #000000;
  padding-bottom: 140px;
}
.ny23-section5 .info {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
}
.ny23-section5 .info .text1 {
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "HYJunhei-85J";
}
.ny23-section5 .info .text2 {
  font-size: 30px;
  line-height: 1.1;
}
.ny23-section5 .info .index-btn {
  margin-top: 60px;
  justify-content: flex-start;
}
.ny23-section5 .ny23-section5-swiper {
  margin-top: 60px;
}
.ny23-section5 .ny23-section5-swiper .video {
  display: block;
  height: 500px;
}
.ny23-section5 .ny23-section5-swiper .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny23-section5 .btn-group {
  margin-right: 40px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ny23-section5 .swiper-button-prev,
.ny23-section5 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  position: static;
  transform: translate(0, 0);
  margin: 0;
  font-size: 26px;
  color: #fff;
}
.ny23-section5 .swiper-button-next:before {
  margin-right: -0.2em;
}
.ny23-section5 .swiper-button-prev:before {
  margin-left: -0.2em;
}
.ny23-section5 .swiper-button-prev {
  margin-right: 24px;
}
.ny23-section5 .swiper-button-prev:before {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 749px) {
  .ny23-section5 {
    padding-bottom: 18.667vw;
  }
  .ny23-section5 .info {
    padding-top: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny23-section5 .info .text1 {
    font-size: 9.333vw;
    margin-bottom: 2.667vw;
  }
  .ny23-section5 .info .text2 {
    font-size: 4vw;
  }
  .ny23-section5 .info .index-btn {
    margin-top: 8vw;
  }
  .ny23-section5 .ny23-section5-swiper {
    margin-top: 8vw;
  }
  .ny23-section5 .ny23-section5-swiper .video {
    height: 66.667vw;
  }
  .ny23-section5 .btn-group {
    margin-right: 5.333vw;
    margin-top: 8vw;
  }
  .ny23-section5 .swiper-button-prev,
  .ny23-section5 .swiper-button-next {
    width: 8vw;
    height: 8vw;
    font-size: 3.467vw;
  }
  .ny23-section5 .swiper-button-prev {
    margin-right: 3.2vw;
  }
}
/* ==================== 内页23 - 板块五 End ==================== */
/* ==================== 内页23 - 板块六 Start ==================== */
.ny23-section6 .line,
.ny23-section6 .tab {
  width: 330px;
}
/* ==================== 内页23 - 板块六 End ==================== */
/* ==================== 内页23 - 板块七 Start ==================== */
/* ==================== 内页23 - 板块七 End ==================== */
/* ==================== 内页23 - 板块八 Start ==================== */
/* ==================== 内页23 - 板块八 End ==================== */
