/* ==================== 内页55 - 板块一 Start ==================== */
.ny55-section1 {
  position: relative;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny55-section1 .text1 {
  font-size: 70px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #1D1D1F;
  margin-bottom: 60px;
  text-align: center;
}
.ny55-section1 .ny55-section1-swiper {
  width: 100%;
}
.ny55-section1 .video {
  height: 850px;
  width: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.ny55-section1 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny55-section1 .video .play-btn {
  position: absolute;
  bottom: 67px;
  right: 80px;
  z-index: 9;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny55-section1 .video .play-btn.active .icon:nth-child(1) {
  display: none;
}
.ny55-section1 .video .play-btn.active .icon:nth-child(2) {
  display: block;
}
.ny55-section1 .video .play-btn .icon {
  font-size: 20px;
  color: #fff;
}
.ny55-section1 .video .play-btn .icon:nth-child(2) {
  display: none;
}
.ny55-section1 .bottom {
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 60px;
  border-radius: 100px;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.ny55-section1 .bottom .title {
  font-size: 40px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny55-section1 .bottom .tabs {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
  background-color: #E9E9E9;
}
.ny55-section1 .bottom .tabs .tab-item {
  font-size: 24px;
  color: #1D1D1F;
  line-height: 1.1;
  padding: 20px;
  cursor: pointer;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
}
.ny55-section1 .bottom .tabs .tab-item.active {
  background-color: #1D1D1F;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .ny55-section1 {
    padding-top: 13.333vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny55-section1 .text1 {
    font-size: 9.33vw;
    margin-bottom: 8vw;
  }
  .ny55-section1 .video {
    height: 113.33vw;
    border-radius: 5.33vw;
  }
  .ny55-section1 .video .play-btn {
    bottom: 8.93vw;
    right: 10.67vw;
    width: 4.53vw;
    height: 4.53vw;
  }
  .ny55-section1 .video .play-btn .icon {
    font-size: 2.67vw;
  }
  .ny55-section1 .bottom {
    padding-top: 12vw;
    padding-bottom: 8vw;
    border-radius: 13.33vw;
  }
  .ny55-section1 .bottom .title {
    font-size: 5.33vw;
  }
  .ny55-section1 .bottom .tabs {
    border-radius: 13.33vw;
    padding: 0.67vw;
  }
  .ny55-section1 .bottom .tabs .tab-item {
    font-size: 3.2vw;
    padding: 2.67vw;
    border-radius: 13.33vw;
  }
}
/* ==================== 内页55 - 板块一 End ==================== */
/* ==================== 内页55 - 板块二 Start ==================== */
.ny55-section2 .ny55-section2-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ny55-section2 .swiper-slide {
  padding-bottom: 90px;
}
.ny55-section2 .swiper-slide .item:nth-child(4) ~ .item {
  display: none;
}
.ny55-section2 .swiper-slide.active .item:nth-child(4) ~ .item {
  display: block;
}
.ny55-section2 .itembox {
  padding-left: 40px;
  padding-right: 40px;
}
.ny55-section2 .item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.ny55-section2 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  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);
}
.ny55-section2 .item:nth-child(1) ~ .item {
  margin-top: 20px;
}
.ny55-section2 .item .text {
  font-size: 26px;
  line-height: 1.6;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: block;
  color: #fff;
}
.ny55-section2 .common-btn {
  position: static;
}
.ny55-section2-popup .body {
  min-height: 70vh;
}
.ny55-section2-popup .video {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  height: 600px;
}
.ny55-section2-popup .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny55-section2 .swiper-slide {
    padding-bottom: 12vw;
  }
  .ny55-section2 .itembox {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny55-section2 .item {
    border-radius: 5.33vw;
  }
  .ny55-section2 .item:nth-child(1) ~ .item {
    margin-top: 2.67vw;
  }
  .ny55-section2 .item .text {
    font-size: 3.47vw;
    padding: 4vw;
  }
  .ny55-section2-popup .video {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-bottom: 8vw;
    height: 80vw;
  }
}
/* ==================== 内页55 - 板块二 End ==================== */
