/* ==================== 内页70 - 板块一 Start ==================== */
.ny70-section1 {
  position: relative;
}
.ny70-section1 .ny70-section1-swiper video {
  display: block;
  width: 100%;
  height: 1050px;
  object-fit: cover;
  object-position: center;
}
.ny70-section1 .common-pagination {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.ny70-section1 .common-pagination .swiper-pagination {
  background: linear-gradient(180deg, rgba(239, 239, 242, 0.84) 0%, rgba(239, 239, 242, 0.78) 100%);
  border-color: rgba(255, 255, 255, 0.2);
}
.ny70-section1 .common-pagination .play-btn {
  background: linear-gradient(180deg, rgba(239, 239, 242, 0.84) 0%, rgba(239, 239, 242, 0.78) 100%);
  border-color: rgba(255, 255, 255, 0.2);
}
.ny70-section1 .index-btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.ny70-section1-popup .popup-box {
  margin-top: 345px;
}
.ny70-section1-popup .body {
  min-height: inherit;
}
.ny70-section1-popup .video {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.ny70-section1-popup .video video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny70-section1 .ny70-section1-swiper video {
    height: 140vw;
  }
  .ny70-section1 .common-pagination {
    bottom: 10.667vw;
  }
}
.ny70-section1-popup .popup-box {
  margin-top: 46vw;
}
.ny70-section1-popup .video {
  padding-bottom: 8vw;
  padding-left: 2.67vw;
  padding-right: 2.67vw;
}
/* ==================== 内页70 - 板块一 End ==================== */
/* ==================== 内页70 - 板块二 Start ==================== */
.ny70-section2 {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 160px;
}
.ny70-section2 .tabs {
  display: flex;
  align-items: flex-start;
  overflow: auto;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 60px;
}
.ny70-section2 .tabs .tab-item {
  color: #86868B;
  font-size: 30px;
  line-height: 1.1;
  padding-bottom: 10px;
  font-family: "HYJunhei-65J";
  display: block;
  margin-right: 36px;
  position: relative;
  flex-shrink: 0;
}
.ny70-section2 .tabs .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.ny70-section2 .tabs .tab-item:last-child {
  margin-right: 0;
}
.ny70-section2 .tabs .tab-item.active {
  color: #4160AC;
  font-family: "HYJunhei-85J";
}
.ny70-section2 .tabs .tab-item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4160AC;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.ny70-section2 .max-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.ny70-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.ny70-section2 .item {
  width: 48%;
}
.ny70-section2 .item:nth-child(2n) {
  margin-left: 4%;
}
.ny70-section2 .item .image {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
  width: 100%;
}
.ny70-section2 .item .image:hover .img {
  transform: scale(1.1);
}
.ny70-section2 .item .image .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny70-section2 .item .info {
  padding-top: 26px;
  padding-bottom: 50px;
  padding-left: 14px;
  padding-right: 14px;
}
.ny70-section2 .item .info .text1 {
  font-size: 26px;
  color: #1E1E20;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ny70-section2 .item .info .text2 {
  margin-top: 25px;
  color: #86868B;
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .ny70-section2 {
    padding-top: 10.667vw;
    padding-bottom: 21.333vw;
  }
  .ny70-section2 .tabs {
    margin-bottom: 8vw;
  }
  .ny70-section2 .tabs .tab-item {
    font-size: 4vw;
    padding-bottom: 1.333vw;
    margin-right: 4.8vw;
  }
  .ny70-section2 .tabs .tab-item:after {
    height: 0.267vw;
  }
  .ny70-section2 .tabs .tab-item.active:after {
    height: 0.267vw;
    bottom: -0.267vw;
  }
  .ny70-section2 .max-body {
    padding-left: 4.667vw;
    padding-right: 4.667vw;
  }
  .ny70-section2 .item .image {
    border-radius: 2.667vw;
    height: 37.333vw;
  }
  .ny70-section2 .item .info {
    padding-top: 3.467vw;
    padding-bottom: 6.667vw;
    padding-left: 1.867vw;
    padding-right: 1.867vw;
  }
  .ny70-section2 .item .info .text1 {
    font-size: 3.467vw;
  }
  .ny70-section2 .item .info .text2 {
    margin-top: 3.333vw;
    font-size: 2.667vw;
  }
}
/* ==================== 内页70 - 板块二 End ==================== */
/* ==================== 内页70 - 板块三 Start ==================== */
/* ==================== 内页70 - 板块三 End ==================== */
/* ==================== 内页70 - 板块四 Start ==================== */
/* ==================== 内页70 - 板块四 End ==================== */
/* ==================== 内页70 - 板块五 Start ==================== */
/* ==================== 内页70 - 板块五 End ==================== */
/* ==================== 内页70 - 板块六 Start ==================== */
/* ==================== 内页70 - 板块六 End ==================== */
/* ==================== 内页70 - 板块七 Start ==================== */
/* ==================== 内页70 - 板块七 End ==================== */
/* ==================== 内页70 - 板块八 Start ==================== */
/* ==================== 内页70 - 板块八 End ==================== */
<!--耗时1752797941.6202秒-->