/* ==================== 内页1 - 通用 Start ==================== */
.ny1-info.black .text1 {
  color: #000;
}
.ny1-info .text1 {
  font-size: 70px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  color: #fff;
}
.ny1-info .index-btn {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .ny1-info .text1 {
    font-size: 9.333vw;
  }
  .ny1-info .index-btn {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页1 - 通用 End ==================== */
/* ==================== 内页1 - 板块一 Start ==================== */
.ny1-section1 {
  background-color: #000000;
  height: 94vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.ny1-section1 .ny1-info {
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 257px;
  width: 100%;
  z-index: 4;
}
.ny1-section1 .ny1-info .text1 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1;
  font-family: "HYJunhei-85J";
  text-align: center;
}
.ny1-section1 .ny1-info .index-btn {
  margin-top: 40px;
  justify-content: center;
}
.ny1-section1 .ny1-info .index-btn:hover {
  color: #0071E3;
}
.ny1-section1 .video {
  position: relative;
  display: block;
  height: 840px;
}
.ny1-section1 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, #000, transparent 10%);
  background: -o-linear-gradient(to bottom, #000, transparent 10%);
  background: -moz-linear-gradient(to bottom, #000, transparent 10%);
  background: linear-gradient(to bottom, #000, transparent 10%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ny1-section1 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny1-section1-popup .body {
  min-height: inherit;
}
.ny1-section1-popup .popup-box {
  margin-top: 270px;
}
.ny1-section1-popup .video {
  display: block;
  width: 100%;
  padding: 40px;
  padding-bottom: 80px;
}
.ny1-section1-popup .video video {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .ny1-section1 .ny1-info {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 34.267vw;
  }
  .ny1-section1 .ny1-info .text1 {
    font-size: 9.333vw;
  }
  .ny1-section1 .ny1-info .index-btn {
    margin-top: 5.333vw;
  }
  .ny1-section1 .video {
    height: 112vw;
  }
  .ny1-section1-popup .popup-box {
    margin-top: 36vw;
  }
  .ny1-section1-popup .video {
    padding: 5.333vw;
    padding-bottom: 10.667vw;
  }
  .ny1-section1-popup .video video {
    height: 66.667vw;
    border-radius: 2.667vw;
  }
}
/* ==================== 内页1 - 板块一 End ==================== */
/* ==================== 内页1 - 板块二 Start ==================== */
.ny1-section2 {
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny1-section2 .ny1-info {
  text-align: center;
  margin-bottom: 60px;
}
.ny1-section2 .ny1-info .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny1-section2 .ny1-info .index-btn {
  margin-top: 0;
}
.ny1-section2 .ny1-info .index-btn:hover {
  color: #0071E3;
}
.ny1-section2 .ny1-info .index-btn:first-child {
  margin-right: 30px;
}
.ny1-section2 .swiper {
  padding: 60px 40px;
  padding-bottom: 0;
}
.ny1-section2 .swiper .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny1-section2 .swiper .swiper-button-prev,
.ny1-section2 .swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  position: static;
  transform: translate(0, 0);
  margin: 0;
  font-size: 26px;
  color: #fff;
}
.ny1-section2 .swiper .swiper-button-next:before {
  margin-right: -0.2em;
}
.ny1-section2 .swiper .swiper-button-prev:before {
  margin-left: -0.2em;
}
.ny1-section2 .swiper .swiper-button-prev {
  margin-right: 24px;
}
.ny1-section2 .swiper .swiper-button-prev:before {
  transform: rotateY(-180deg);
}
.ny1-section2 .video {
  width: 100%;
}
.ny1-section2 .video video {
  display: block;
  width: 100%;
}
.ny1-section2 .item .text1 {
  font-size: 36px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  margin-bottom: 40px;
}
.ny1-section2 .item .text2 {
  font-size: 30px;
  color: #A0A0A0;
  line-height: 1.2;
}
.ny1-section2 .item .text2 br {
  display: none;
}
@media screen and (max-width: 749px) {
  .ny1-section2 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny1-section2 .ny1-info {
    margin-bottom: 8vw;
  }
  .ny1-section2 .ny1-info .btn-group {
    margin-top: 8vw;
  }
  .ny1-section2 .ny1-info .index-btn:first-child {
    margin-right: 4vw;
  }
  .ny1-section2 .swiper {
    padding: 8vw 5.333vw;
  }
  .ny1-section2 .swiper .btn-group {
    margin-top: 8vw;
  }
  .ny1-section2 .swiper .swiper-button-prev,
  .ny1-section2 .swiper .swiper-button-next {
    width: 8vw;
    height: 8vw;
    font-size: 3.467vw;
  }
  .ny1-section2 .swiper .swiper-button-prev {
    margin-right: 3.2vw;
  }
  .ny1-section2 .item .text1 {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
  .ny1-section2 .item .text2 {
    font-size: 4vw;
  }
}
/* ==================== 内页1 - 板块二 End ==================== */
/* ==================== 内页1 - 板块三 Start ==================== */
.ny1-section3 {
  padding-top: 200px;
}
.ny1-section3 .ny1-info {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny1-section3 .ny1-info .text2 {
  font-size: 30px;
  color: #000000;
  font-family: "HYJunhei-65J";
  line-height: 1.2;
  margin-top: 20px;
}
.ny1-section3 .ny1-info .index-btn {
  justify-content: flex-start;
}
.ny1-section3 .ny1-info .index-btn:hover {
  color: #0071E3;
}
.ny1-section3 .video {
  width: 100%;
}
.ny1-section3 .video video {
  display: block;
  width: 100%;
}
.ny1-section3 .body {
  padding: 60px 40px;
  background-color: #FAF9FA;
}
.ny1-section3 .qr {
  width: 470px;
  flex-shrink: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ny1-section3 .qr .qr-img {
  width: 100%;
}
.ny1-section3 .qr .qr-img img {
  width: 100%;
}
.ny1-section3 .qr .qr-text {
  margin-top: 40px;
  font-size: 30px;
  color: #666;
}
.ny1-section3 .swiper {
  min-width: 0;
  flex-grow: 1;
}
.ny1-section3 .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 46px;
}
.ny1-section3 .item:last-child {
  margin-bottom: 0;
}
.ny1-section3 .item .icon {
  width: 64px;
  flex-shrink: 0;
  margin-right: 10px;
}
.ny1-section3 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.ny1-section3 .item .text1 {
  font-size: 50px;
  color: #000000;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  margin-bottom: 10px;
}
.ny1-section3 .item .text2 {
  font-size: 30px;
  color: #666666;
  line-height: 1.3;
  font-family: "HYJunhei-65J";
}
.ny1-section3 .btn-group {
  margin-top: 60px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny1-section3 .swiper-button-prev,
.ny1-section3 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: static;
  transform: translate(0, 0);
  margin: 0;
  font-size: 26px;
  color: #000;
}
.ny1-section3 .swiper-button-next:before {
  margin-right: -0.2em;
}
.ny1-section3 .swiper-button-prev:before {
  margin-left: -0.2em;
}
.ny1-section3 .swiper-button-prev {
  margin-right: 24px;
}
.ny1-section3 .swiper-button-prev:before {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 749px) {
  .ny1-section3 {
    padding-top: 26.667vw;
  }
  .ny1-section3 .ny1-info {
    margin-bottom: 8vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny1-section3 .ny1-info .text2 {
    font-size: 4vw;
    margin-top: 2.667vw;
  }
  .ny1-section3 .body {
    padding: 8vw 5.333vw;
  }
  .ny1-section3 .qr {
    width: 62.667vw;
  }
  .ny1-section3 .qr .qr-text {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
  .ny1-section3 .item {
    margin-bottom: 6.133vw;
  }
  .ny1-section3 .item .icon {
    width: 8.533vw;
    margin-right: 1.333vw;
  }
  .ny1-section3 .item .text1 {
    font-size: 6.667vw;
    margin-bottom: 1.333vw;
  }
  .ny1-section3 .item .text2 {
    font-size: 4vw;
  }
  .ny1-section3 .btn-group {
    margin-top: 8vw;
    margin-right: 5.333vw;
  }
  .ny1-section3 .swiper-button-prev,
  .ny1-section3 .swiper-button-next {
    width: 8vw;
    height: 8vw;
    font-size: 3.467vw;
  }
  .ny1-section3 .swiper-button-prev {
    margin-right: 3.2vw;
  }
}
/* ==================== 内页1 - 板块三 End ==================== */
/* ==================== 内页1 - 板块四 Start ==================== */
.ny1-section4 {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 200px;
  padding-bottom: 140px;
  background-color: #fff;
}
.ny1-section4 .ny1-info {
  padding-left: 30px;
}
.ny1-section4 .body {
  margin-top: 60px;
}
.ny1-section4 .ny1-section4-swiper {
  width: 100%;
  border-radius: 20px;
}
.ny1-section4 .ny1-section4-swiper .swiper-pagination-bullet {
  background-color: #fff;
}
.ny1-section4 .ny1-section4-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071E3;
}
.ny1-section4 .ny1-section4-swiper img {
  width: 100%;
}
.ny1-section4 .text {
  margin-top: 40px;
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.4;
  text-align: center;
  font-family: "HYJunhei-65J";
}
@media screen and (max-width: 749px) {
  .ny1-section4 {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-top: 26.667vw;
    padding-bottom: 18.667vw;
  }
  .ny1-section4 .ny1-info {
    padding-left: 4vw;
  }
  .ny1-section4 .body {
    margin-top: 8vw;
  }
  .ny1-section4 .ny1-section4-swiper {
    border-radius: 2.667vw;
  }
  .ny1-section4 .text {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
}
/* ==================== 内页1 - 板块四 End ==================== */
/* ==================== 内页1 - 板块五 Start ==================== */
.ny1-section5 {
  background-color: #FAF9FA;
  padding-top: 200px;
  padding-bottom: 160px;
  padding-left: 70px;
  padding-right: 70px;
}
.ny1-section5 .ny1-info {
  text-align: center;
}
.ny1-section5 .itembox {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ny1-section5 .itembox .item {
  display: block;
  width: 50%;
  text-align: center;
}
.ny1-section5 .itembox .item:nth-child(2) ~ .item {
  margin-top: 70px;
}
.ny1-section5 .itembox .icon {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  display: block;
  margin-bottom: 20px;
}
.ny1-section5 .itembox .icon img {
  width: 100%;
}
.ny1-section5 .itembox .text {
  font-size: 36px;
  color: #1D1D1F;
  line-height: 1.2;
  font-family: "HYJunhei-65J";
}
.ny1-section5 .itembox2 {
  margin-top: 86px;
}
.ny1-section5 .itembox2 .item {
  display: block;
  background-color: #fff;
  box-shadow: 6px 8px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 90px;
}
.ny1-section5 .itembox2 .item:last-child {
  margin-bottom: 0;
}
.ny1-section5 .itembox2 .icon {
  width: 62px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.ny1-section5 .itembox2 .text {
  font-size: 30px;
  color: #0071E3;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ny1-section5 {
    padding-top: 26.667vw;
    padding-bottom: 21.333vw;
    padding-left: 9.333vw;
    padding-right: 9.333vw;
  }
  .ny1-section5 .itembox {
    margin-top: 8vw;
  }
  .ny1-section5 .itembox .item:nth-child(2) ~ .item {
    margin-top: 9.333vw;
  }
  .ny1-section5 .itembox .icon {
    width: 26.667vw;
    margin-bottom: 2.667vw;
  }
  .ny1-section5 .itembox .text {
    font-size: 4.8vw;
  }
  .ny1-section5 .itembox2 {
    margin-top: 11.467vw;
  }
  .ny1-section5 .itembox2 .item {
    box-shadow: 0.8vw 1.067vw 3.2vw 0vw rgba(0, 0, 0, 0.04);
    border-radius: 2.667vw 2.667vw 2.667vw 2.667vw;
    margin-bottom: 8vw;
    padding-top: 10.667vw;
    padding-bottom: 12vw;
  }
  .ny1-section5 .itembox2 .icon {
    width: 8.267vw;
    margin-bottom: 5.333vw;
  }
  .ny1-section5 .itembox2 .text {
    font-size: 4vw;
  }
}
/* ==================== 内页1 - 板块五 End ==================== */
/* ==================== 内页1 - 板块六 Start ==================== */
.ny1-section6 {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny1-section6 .item {
  display: block;
  margin-bottom: 140px;
}
.ny1-section6 .item:last-child {
  margin-bottom: 0;
}
.ny1-section6 .item .video {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.ny1-section6 .item .video video {
  display: block;
  width: 100%;
}
.ny1-section6 .item .info .text1 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1;
  font-family: "HYJunhei-85J";
  margin-bottom: 30px;
}
.ny1-section6 .item .info .text2 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  font-family: "HYJunhei-65J";
  margin-right: -10px;
}
.ny1-section6 .item .info .index-btn {
  margin-top: 60px;
  justify-content: flex-start;
}
.ny1-section6 .item .info .index-btn:hover {
  color: #0071E3;
}
@media screen and (max-width: 749px) {
  .ny1-section6 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny1-section6 .item {
    margin-bottom: 18.667vw;
  }
  .ny1-section6 .item .video {
    margin-bottom: 5.333vw;
  }
  .ny1-section6 .item .info .text1 {
    font-size: 9.333vw;
    margin-bottom: 4vw;
  }
  .ny1-section6 .item .info .text2 {
    font-size: 4vw;
    margin-right: -1.333vw;
  }
  .ny1-section6 .item .info .index-btn {
    margin-top: 8vw;
  }
}
/* ==================== 内页1 - 板块六 End ==================== */
