/* ==================== 内页16 - 板块一 Start ==================== */
@media screen and (max-width: 749px) {
}
/* ==================== 内页16 - 板块一 End ==================== */
/* ==================== 内页16 - 板块二 Start ==================== */
.ny16-section2 {
  background-color: #080A0F;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ny16-section2 .index-info {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #45697B;
  padding-top: 290px;
}
.ny16-section2 .index-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: -webkit-linear-gradient(to bottom, #45697B 30%, transparent);
  background: -o-linear-gradient(to bottom, #45697B 30%, transparent);
  background: -moz-linear-gradient(to bottom, #45697B 30%, transparent);
  background: linear-gradient(to bottom, #45697B 30%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 3;
}
.ny16-section2 .index-info .text1 {
  color: #B5C3CA;
}
.ny16-section2 .video {
  position: relative;
  flex-shrink: 0;
  height: 100%;
}
.ny16-section2 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  background: -o-linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  background: -moz-linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  background: linear-gradient(to bottom, #080A0F, rgba(0, 26, 68, 0.2) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.ny16-section2 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-section2 .btn-group .index-btn2 {
  margin-right: 30px;
  height: 84px;
}
@media screen and (max-width: 749px) {
  .ny16-section2 .index-info {
    padding-top: 38.667vw;
  }
  .ny16-section2 .index-info:after {
    height: 46.667vw;
  }
  .ny16-section2 .btn-group {
    margin-top: 8vw;
  }
  .ny16-section2 .btn-group .index-btn2 {
    margin-right: 4vw;
    height: 11.2vw;
  }
}
/* ==================== 内页16 - 板块二 End ==================== */
/* ==================== 内页16 - 板块三 Start ==================== */
.ny16-section3 {
  background-color: #080A0F;
  padding-top: 200px;
}
.ny16-section3 .index-info {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 80px;
}
.ny16-section3 .index-btn2 {
  margin-bottom: 60px;
}
.ny16-section3 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-section3 .btn-group .index-btn {
  margin-top: 0;
}
.ny16-section3 .btn-group .index-btn2 {
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .ny16-section3 {
    padding-top: 26.67vw;
  }
  .ny16-section3 .index-info {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    margin-bottom: 10.67vw;
  }
  .ny16-section3 .index-btn2 {
    margin-bottom: 8vw;
  }
  .ny16-section3 .btn-group {
    margin-top: 8vw;
  }
  .ny16-section3 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
}
/* ==================== 内页16 - 板块三 End ==================== */
/* ==================== 内页16 - 板块四 Start ==================== */
.ny16-section4 {
  height: 100vh;
  background-color: #101010;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-section4 .itembox {
  position: relative;
}
.ny16-section4 .item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ny16-section4 .item.active {
  opacity: 1;
  visibility: visible;
}
.ny16-section4 .item:first-child ~ .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ny16-section4 .body {
  width: 100%;
}
.ny16-section4 .left-body {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.ny16-section4 .tabs {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #0071E3;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 60px;
}
.ny16-section4 .tabs .tab-item {
  padding: 16px 36px;
  border-radius: 100px;
  overflow: hidden;
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.ny16-section4 .tabs .tab-item.active {
  background-color: #fff;
  color: #0071E3;
}
.ny16-section4 .info-group {
  position: relative;
}
.ny16-section4 .info-group .info-item {
  color: #FFF;
}
.ny16-section4 .info-group .info-item:first-child {
  position: relative;
  z-index: 2;
}
.ny16-section4 .info-group .info-item:first-child ~ .info-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.ny16-section4 .info-group .info-item .text1 {
  font-size: 30px;
  line-height: 1;
  font-family: "HYJunhei-65J";
}
.ny16-section4 .info-group .info-item .text2 {
  margin-top: 20px;
  font-size: 70px;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.ny16-section4 .info-group .info-item .text3 {
  margin-top: 20px;
  font-size: 30px;
  color: #E2E2E2;
  line-height: 1.2;
  text-align: center;
  opacity: 0.6;
}
.ny16-section4 .ny16-section4-swiper {
  width: 100%;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 3;
}
.ny16-section4 .ny16-section4-swiper .swiper-slide {
  position: relative;
}
.ny16-section4 .ny16-section4-swiper .swiper-slide .image {
  width: 100%;
  height: 590px;
  clip-path: inset(0 0 0);
}
.ny16-section4 .ny16-section4-swiper .swiper-slide .bg {
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 2;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
}
.ny16-section4 .ny16-section4-swiper .swiper-slide:first-child ~ .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ny16-section4 .image {
  display: block;
}
.ny16-section4 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny16-section4 {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny16-section4 .left-body {
    margin-top: 8vw;
  }
  .ny16-section4 .tabs {
    border-radius: 13.333vw;
    padding: 0.8vw;
    margin-bottom: 8vw;
  }
  .ny16-section4 .tabs .tab-item {
    padding: 2.133vw 4.8vw;
    border-radius: 13.333vw;
    font-size: 4vw;
  }
  .ny16-section4 .info-group .info-item .text1 {
    font-size: 4vw;
  }
  .ny16-section4 .info-group .info-item .text2 {
    margin-top: 2.667vw;
    font-size: 9.333vw;
  }
  .ny16-section4 .info-group .info-item .text3 {
    margin-top: 2.667vw;
    font-size: 4vw;
  }
  .ny16-section4 .ny16-section4-swiper .swiper-slide .image {
    height: 78.667vw;
  }
}
/* ==================== 内页16 - 板块四 End ==================== */
/* ==================== 内页16 - 板块六 Start ==================== */
.ny16-section6 {
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #000000;
}
.ny16-section6 .video {
  width: 100%;
  display: block;
}
.ny16-section6 .video video {
  display: block;
  width: 100%;
}
.ny16-section6 .info {
  margin-top: 60px;
}
.ny16-section6 .info .text1 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny16-section6 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny16-section6 .btn-group .index-btn:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny16-section6 {
    padding-bottom: 26.67vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny16-section6 .info {
    margin-top: 8vw;
  }
  .ny16-section6 .info .text1 {
    font-size: 9.333vw;
  }
  .ny16-section6 .btn-group {
    margin-top: 8vw;
  }
  .ny16-section6 .btn-group .index-btn:first-child {
    margin-right: 5.333vw;
  }
}
/* ==================== 内页16 - 板块六 End ==================== */
