/* ==================== 内页14 - 通用播放按钮 Start ==================== */
.ny14-play-btn {
  font-size: 24px;
  color: #0065cb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 3;
}
.ny14-play-btn:hover {
  text-decoration: underline;
}
.ny14-play-btn img {
  width: 30.01px;
  margin-left: 10px;
  display: block !important;
}
@media screen and (max-width: 749px) {
  .ny14-play-btn {
    font-size: 3.2vw;
  }
  .ny14-play-btn img {
    width: 4.001vw;
    margin-left: 1.333vw;
  }
}
/* ==================== 内页14 - 通用播放按钮 End ==================== */
/* ==================== 内页14 - 通用播按钮 Start ==================== */
.ny14-more-btn2 {
  margin-top: 70px;
  font-size: 24px;
  font-family: "HYQiHei_65S";
  line-height: 1;
  color: #0071E3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny14-more-btn2 .iconfont {
  font-size: 1em;
}
@media screen and (max-width: 749px) {
  .ny14-more-btn2 {
    margin-top: 9.333vw;
    font-size: 3.2vw;
  }
}
/* ==================== 内页14 - 通用播按钮 End ==================== */
/* ==================== 内页14 - 通用标题 Start ==================== */
.ny14-title {
  text-align: center;
}
.ny14-title .text1 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
  font-family: "HYQiHei_60S";
}
.ny14-title .text2 {
  font-size: 64px;
  color: #000;
  line-height: 1;
  font-family: "HYQiHei_65S";
}
.ny14-itembox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px;
}
.ny14-itembox .item {
  flex-shrink: 0;
}
.ny14-itembox .item .icon {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  margin-bottom: 4.99px;
}
.ny14-itembox .item .text {
  font-size: 20px;
  color: #8A8A8A;
  line-height: 1.4;
  font-family: "HYQiHei_55S";
}
.ny14-itembox .item:last-child {
  margin-right: 0;
}
.ny14-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ny14-btn-group .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  font-size: 24px;
  font-family: "HYQiHei_50S";
  line-height: 1;
  color: #2997FF;
  position: relative;
  cursor: pointer;
}
.ny14-btn-group .btn:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2997FF;
  position: absolute;
  bottom: -3.99px;
  left: 0;
}
.ny14-btn-group .btn .iconfont {
  font-weight: bold;
  margin-left: 6px;
  font-size: 0.5em;
}
.ny14-btn-group .btn:last-child {
  margin-right: 0;
}
.ny14-btn-group .btn .text {
  font-family: inherit;
}
.ny14-btn-group .btn .icon {
  width: 24px;
  flex-shrink: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .ny14-title .text1 {
    font-size: 3.2vw;
    margin-bottom: 1.333vw;
  }
  .ny14-title .text2 {
    font-size: 8.533vw;
  }
  .ny14-itembox {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .ny14-itembox .item {
    margin-right: 10px;
  }
  .ny14-itembox .item:last-child {
    margin-right: 0;
  }
  .ny14-itembox .item .icon {
    width: 9.333vw;
    margin-bottom: 0.665vw;
  }
  .ny14-itembox .item .text {
    font-size: 12px;
  }
  .ny14-btn-group {
    margin-top: 8vw;
  }
  .ny14-btn-group .btn {
    margin-right: 5.333vw;
    font-size: 3.2vw;
  }
  .ny14-btn-group .btn:hover:after {
    height: 0.267vw;
    bottom: -0.532vw;
  }
  .ny14-btn-group .btn .iconfont {
    margin-left: 0.8vw;
  }
  .ny14-btn-group .btn .icon {
    width: 3.2vw;
    margin-right: 1.333vw;
  }
}
/* ==================== 内页14 - 通用标题 End ==================== */
/* ==================== 内页14 - 板块一 Start ==================== */
.ny14-section1 {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #191919;
  overflow: hidden;
}
.ny14-section1::after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(to bottom, #191919, transparent);
  background: -o-linear-gradient(to bottom, #191919, transparent);
  background: -moz-linear-gradient(to bottom, #191919, transparent);
  background: linear-gradient(to bottom, #191919, transparent);
}
.ny14-section1 .video1 {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
}
.ny14-section1 .index-info {
  padding-top: 300px;
}
.ny14-section1 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ny14-section1 .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 30px;
}
.ny14-section1 .body1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.ny14-section1 .body1 .video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.ny14-section1 .body1 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny14-section1 .body1 .info {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  z-index: 2;
}
.ny14-section1 .body1 .info .text1 {
  font-size: 30px;
  color: #86868B;
  margin-bottom: 15px;
  font-family: "HYJunhei-65J";
}
.ny14-section1 .body1 .info .text2 {
  font-size: 70px;
  color: #fff;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.ny14-section1 .body1 .info .btn-group {
  margin-top: 60px;
  text-align: center;
}
.ny14-section1 .body1 .info .btn-group .index-btn:first-child {
  margin-bottom: 40px;
}
.ny14-section1 .body1 .video-btn {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.ny14-section1 .title {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 6.01px black;
  visibility: hidden;
  text-align: center;
}
.ny14-section1 .title .text1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20.01px;
  font-family: "HYQiHei_60S";
}
.ny14-section1 .title .text2 {
  font-size: 56px;
  line-height: 1.2;
  font-family: "HYQiHei_60S";
}
@media screen and (max-width: 749px) {
  .ny14-section1 .index-info {
    padding-top: 40vw;
  }
  .ny14-section1 .btn-group {
    margin-top: 8vw;
  }
  .ny14-section1 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
  .ny14-section1 .body1 .info {
    top: 26.667vw;
  }
  .ny14-section1 .body1 .info .text1 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .ny14-section1 .body1 .info .text2 {
    font-size: 9.333vw;
  }
  .ny14-section1 .body1 .info .btn-group {
    margin-top: 8vw;
  }
  .ny14-section1 .body1 .info .btn-group .index-btn:first-child {
    margin-bottom: 5.333vw;
  }
  .ny14-section1 .body1 .video-btn {
    bottom: 16vw;
  }
  .ny14-section1 .title {
    text-shadow: 0 0 0.801vw black;
  }
  .ny14-section1 .title .text1 {
    font-size: 4.8vw;
    margin-bottom: 2.668vw;
  }
  .ny14-section1 .title .text2 {
    font-size: 7.467vw;
  }
}
/* ==================== 内页14 - 板块一 End ==================== */
/* ==================== 内页14 - 板块二 Start ==================== */
.ny14-section2 {
  background-color: #000000;
  padding-top: 180px;
  padding-bottom: 50px;
}
.ny14-section2 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny14-section2 .btn-group .index-btn2 {
  margin-right: 30px;
  margin-left: 0;
}
.ny14-section2 .image {
  margin-top: 230px;
}
@media screen and (max-width: 749px) {
  .ny14-section2 {
    padding-top: 24vw;
    padding-bottom: 6.667vw;
  }
  .ny14-section2 .btn-group {
    margin-top: 8vw;
  }
  .ny14-section2 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
  .ny14-section2 .image {
    margin-top: 30.667vw;
  }
}
/* ==================== 内页14 - 板块二 End ==================== */
/* ==================== 内页14 - 板块三 Start ==================== */
.ny14-section3 {
  background-color: #F5F5F7;
  height: 100vh;
}
.ny14-section3 .index-info {
  position: absolute;
  top: 290px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.ny14-section3 .index-info .text1 {
  color: #000;
}
.ny14-section3 .index-info .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny14-section3 .index-info .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 30px;
}
.ny14-section3 .image img {
  width: 100%;
}
.ny14-section3 .video {
  display: block;
  width: 100%;
  height: 100%;
}
.ny14-section3 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny14-section3 .index-info {
    top: 38.667vw;
  }
  .ny14-section3 .index-info .btn-group {
    margin-top: 8vw;
  }
  .ny14-section3 .index-info .btn-group .index-btn2 {
    margin-right: 4vw;
  }
}
/* ==================== 内页14 - 板块三 End ==================== */
/* ==================== 内页14 - 板块四 Start ==================== */
.ny14-section4 {
  padding-top: 200px;
  padding-bottom: 210px;
  overflow: hidden;
}
.ny14-section4 .title {
  font-size: 70px;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
  line-height: 1;
  color: #000000;
  padding-left: 40px;
  padding-right: 40px;
}
.ny14-section4 .tabs {
  margin-left: 40px;
  margin-right: 40px;
  display: inline-flex;
  justify-content: flex-start;
  padding: 5px;
  background-color: #E9E9E9;
  border-radius: 100px;
  margin-bottom: 60px;
}
.ny14-section4 .tabs .tab-item {
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 24px;
  color: #1D1D1F;
  line-height: 1.1;
  font-family: "HYJunhei-65J";
  cursor: pointer;
}
.ny14-section4 .tabs .tab-item.active {
  background-color: #1D1D1F;
  color: #fff;
}
.ny14-section4 .ny14-section4-swiper {
  padding-left: 40px;
  width: 670px;
  margin-right: auto;
  overflow: visible;
  margin-left: 0;
}
.ny14-section4 .itembox {
  display: flex;
  justify-content: space-between;
}
.ny14-section4 .item {
  width: 100%;
  background: #F5F5F7;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  display: block;
}
.ny14-section4 .item .info {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.ny14-section4 .item .text1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-family: "HYJunhei-65J";
}
.ny14-section4 .item .text2 {
  font-size: 70px;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.ny14-section4 .btn-group {
  margin-right: 40px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}
.ny14-section4 .swiper-button-prev,
.ny14-section4 .swiper-button-next {
  position: static;
  transform: translate(0, 0);
  margin: 0;
  width: 62px;
  height: 62px;
}
.ny14-section4 .swiper-button-prev .iconfont,
.ny14-section4 .swiper-button-next .iconfont {
  font-size: 40px;
  margin-right: -0.2em;
  color: #000;
}
.ny14-section4 .swiper-button-prev {
  transform: rotateY(-180deg);
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .ny14-section4 {
    padding-top: 26.667vw;
    padding-bottom: 28vw;
  }
  .ny14-section4 .title {
    font-size: 9.333vw;
    margin-bottom: 8vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny14-section4 .tabs {
    margin-left: 5.333vw;
    margin-right: 5.333vw;
    padding: 0.667vw;
    border-radius: 13.333vw;
    margin-bottom: 8vw;
  }
  .ny14-section4 .tabs .tab-item {
    padding: 1.6vw 2.667vw;
    border-radius: 13.333vw;
    font-size: 3.2vw;
  }
  .ny14-section4 .ny14-section4-swiper {
    padding-left: 5.333vw;
    width: 89.333vw;
  }
  .ny14-section4 .item {
    border-radius: 6.667vw;
  }
  .ny14-section4 .item .info {
    top: 12vw;
  }
  .ny14-section4 .item .text1 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .ny14-section4 .item .text2 {
    font-size: 9.333vw;
  }
  .ny14-section4 .btn-group {
    margin-right: 5.333vw;
    margin-top: 8vw;
  }
  .ny14-section4 .swiper-button-prev,
  .ny14-section4 .swiper-button-next {
    width: 8.267vw;
    height: 8.267vw;
  }
  .ny14-section4 .swiper-button-prev .iconfont,
  .ny14-section4 .swiper-button-next .iconfont {
    font-size: 5.333vw;
  }
  .ny14-section4 .swiper-button-prev {
    margin-right: 3.2vw;
  }
}
/* ==================== 内页14 - 板块四 End ==================== */
/* ==================== 内页14 - 板块五 Start ==================== */
.ny14-section5 {
  background-color: #101010;
  height: 100vh;
  position: relative;
}
.ny14-section5:after {
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
  background: -webkit-linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  background: -o-linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  background: -moz-linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  background: linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  position: absolute;
  top: calc(100vh - 260px);
  left: 0;
}
.ny14-section5 canvas {
  margin-top: calc(100vh - 250px);
}
.ny14-section5 .index-info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 290px;
  left: 0;
  width: 100%;
}
.ny14-section5 .index-info .text1 {
  color: #fff;
}
.ny14-section5 .index-info .text2 {
  color: #86868B;
}
.ny14-section5 .video {
  position: relative;
  flex-shrink: 0;
  height: 50vh;
}
.ny14-section5 .video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  background: -o-linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  background: -moz-linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  background: linear-gradient(to bottom, #101010, rgba(0, 26, 68, 0.2) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
.ny14-section5 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny14-section5 .btn-group .index-btn2 {
  margin-right: 30px;
}
@media screen and (max-width: 749px) {
  .ny14-section5 .index-info {
    top: 38.667vw;
  }
  .ny14-section5 .btn-group {
    margin-top: 8vw;
  }
  .ny14-section5 .btn-group .index-btn2 {
    margin-right: 4vw;
  }
}
/* ==================== 内页14 - 板块五 End ==================== */
/* ==================== 内页14 - 板块六 Start ==================== */
.ny14-section6 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
}
.ny14-section6 .ny14-section6-box-swiper {
  width: 100%;
}
.ny14-section6 .ny14-section6-box-swiper > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.ny14-section6 .swiper-slide1 {
  text-align: center;
}
.ny14-section6 .swiper-slide1 .ny14-section6-swiper1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ny14-section6 .swiper-slide1 .info {
  text-align: center;
  margin-bottom: 140px;
}
.ny14-section6 .swiper-slide1 .info .text1 {
  font-size: 70px;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny14-section6 .swiper-slide1 .info .text2 {
  margin-top: 20px;
  font-size: 30px;
  color: #828287;
}
.ny14-section6 .swiper-slide1 .info .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny14-section6 .swiper-slide1 .info .btn-group .index-btn2 {
  margin-right: 30px;
  margin-left: 0;
}
.ny14-section6 .swiper-slide1 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.ny14-section6 .swiper-slide1 .image img {
  width: 100%;
}
.ny14-section6 .swiper-slide1 .swiper-pagination {
  position: static;
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px 36px;
  background: #2E2E30;
  border-radius: 200.006px;
}
.ny14-section6 .swiper-slide1 .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 42px;
  margin-right: 27px;
  background-size: 100%;
  border-radius: 100%;
  background: #1E1E1F;
  box-shadow: inset 0px 2.995px 2.995px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  cursor: pointer;
}
.ny14-section6 .swiper-slide1 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ny14-section6 .swiper-slide1 .swiper-pagination .swiper-pagination-bullet.active {
  background: url(../images/ny14/img024@48x48.png) no-repeat center;
  background-size: 100%;
  box-shadow: none;
}
.ny14-section6 .swiper-slide2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ny14-section6 .swiper-slide2 .ny14-section6-swiper2 {
  width: 100%;
}
.ny14-section6 .swiper-slide2 .ny14-section6-swiper2 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ny14-section6 .swiper-slide2 .ny14-section6-swiper3 {
  width: 100%;
}
.ny14-section6 .swiper-slide2 .ny14-section6-swiper4 {
  width: 100%;
}
.ny14-section6 .swiper-slide2 .tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #373737;
  padding: 10px;
  margin-top: 40px;
}
.ny14-section6 .swiper-slide2 .tabs .tab-item {
  border-radius: 100px;
  padding: 0 30px;
  min-width: 100px;
  height: 64px;
  line-height: 64px;
  font-size: 30px;
  color: #86868B;
  text-align: center;
  cursor: pointer;
}
.ny14-section6 .swiper-slide2 .tabs .tab-item.active {
  background-color: #fff;
  color: #1D1D1F;
}
.ny14-section6 .swiper-slide2 .bottom {
  width: 100%;
  margin-top: 200px;
  flex-shrink: 0;
}
.ny14-section6 .swiper-slide2 .bottom .bottom-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.ny14-section6 .swiper-slide2 .bottom .line {
  height: 6px;
  width: 300px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #373737;
}
.ny14-section6 .swiper-slide2 .bottom .line span {
  display: block;
  height: 100%;
  width: 50%;
  background-color: #fff;
  border-radius: 100px;
}
.ny14-section6 .swiper-slide2 .bottom .itembox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny14-section6 .swiper-slide2 .bottom .itembox .item {
  width: 140px;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ny14-section6 {
    padding-top: 12vw;
  }
  .ny14-section6 .swiper-slide1 .info {
    margin-bottom: 18.667vw;
  }
  .ny14-section6 .swiper-slide1 .info .text1 {
    font-size: 9.333vw;
  }
  .ny14-section6 .swiper-slide1 .info .text2 {
    margin-top: 2.667vw;
    font-size: 4vw;
  }
  .ny14-section6 .swiper-slide1 .info .btn-group {
    margin-top: 8vw;
  }
  .ny14-section6 .swiper-slide1 .info .btn-group .index-btn2 {
    margin-right: 4vw;
  }
  .ny14-section6 .swiper-slide1 .image {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny14-section6 .swiper-slide1 .swiper-pagination {
    margin-top: 8vw;
    padding: 3.733vw 4.8vw;
    border-radius: 26.667vw;
  }
  .ny14-section6 .swiper-slide1 .swiper-pagination .swiper-pagination-bullet {
    width: 5.6vw;
    height: 5.6vw;
    margin-right: 3.6vw;
    box-shadow: inset 0vw 0.399vw 0.399vw 0vw rgba(0, 0, 0, 0.25);
  }
  .ny14-section6 .swiper-slide2 .tabs {
    border-radius: 13.333vw;
    padding: 1.333vw;
    margin-top: 5.333vw;
  }
  .ny14-section6 .swiper-slide2 .tabs .tab-item {
    border-radius: 13.333vw;
    padding: 0 4vw;
    min-width: 13.333vw;
    height: 8.533vw;
    line-height: 8.533vw;
    font-size: 4vw;
  }
  .ny14-section6 .swiper-slide2 .bottom {
    margin-top: 26.667vw;
  }
  .ny14-section6 .swiper-slide2 .bottom .line {
    height: 0.8vw;
    width: 40vw;
    border-radius: 13.333vw;
  }
  .ny14-section6 .swiper-slide2 .bottom .line span {
    border-radius: 13.333vw;
  }
  .ny14-section6 .swiper-slide2 .bottom .itembox {
    margin-top: 2.667vw;
  }
  .ny14-section6 .swiper-slide2 .bottom .itembox .item {
    width: 18.667vw;
    font-size: 4vw;
  }
}
/* ==================== 内页14 - 板块六 End ==================== */
/* ==================== 内页14 - 板块七 Start ==================== */
/* ==================== 内页14 - 板块七 End ==================== */
/* ==================== 内页14 - 板块八 Start ==================== */
.ny14-section8 {
  background-color: #fff;
}
/* ==================== 内页14 - 板块八 End ==================== */
/* ==================== 内页14 - 板块九 Start ==================== */
.ny14-section9 {
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny14-section9 .title {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
}
.ny14-section9 .tabs {
  display: inline-flex;
  justify-content: flex-start;
  padding: 5px;
  background-color: #1D1D1F;
  border-radius: 100px;
  margin-bottom: 60px;
}
.ny14-section9 .tabs .tab-item {
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 24px;
  color: #fff;
  line-height: 1.1;
  font-family: "HYJunhei-65J";
  cursor: pointer;
}
.ny14-section9 .tabs .tab-item.active {
  background-color: #fff;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny14-section9 .video {
  width: 100%;
  height: 550px;
}
.ny14-section9 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny14-section9 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny14-section9 .title {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .ny14-section9 .tabs {
    padding: 0.667vw;
    border-radius: 13.333vw;
    margin-bottom: 8vw;
  }
  .ny14-section9 .tabs .tab-item {
    padding: 1.6vw 2.667vw;
    border-radius: 13.333vw;
    font-size: 3.2vw;
  }
  .ny14-section9 .video {
    height: 73.333vw;
  }
}
/* ==================== 内页14 - 板块九 End ==================== */
/* ==================== 内页14 - 板块十 Start ==================== */
/* ==================== 内页14 - 板块十 End ==================== */
/* ==================== 内页14 - 板块十一 Start ==================== */
/* ==================== 内页14 - 板块十一 End ==================== */
/* ==================== 内页14 - 板块十二 Start ==================== */
/* ==================== 内页14 - 板块十二 End ==================== */
/* ==================== 内页14 - 板块十三 Start ==================== */
/* ==================== 内页14 - 板块十三 End ==================== */
