/* ==================== 内页50 - 通用 Start ==================== */
.ny50-text1 {
  font-size: 70px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny50-text2 {
  font-size: 30px;
  line-height: 1.6;
}
.ny50-main .swiper-btn-group {
  margin-top: 60px;
  justify-content: flex-end;
}
.ny50-main .swiper-btn {
  background-color: #E9E8EE;
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #000;
}
.ny50-main .swiper-btn.swiper-button-disabled {
  opacity: 0.5;
  color: #000;
}
.ny50-main .swiper-btn.swiper-btn-prev {
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .ny50-text1 {
    font-size: 9.33vw;
  }
  .ny50-text2 {
    font-size: 4vw;
  }
  .ny50-main .swiper-btn-group {
    margin-top: 8vw;
  }
  .ny50-main .swiper-btn {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
  }
  .ny50-main .swiper-btn.swiper-btn-prev {
    margin-right: 2.67vw;
  }
}
/* ==================== 内页50 - 通用 End ==================== */
/* ==================== 内页50 - 板块一 Start ==================== */
.ny50-section1 {
  position: relative;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 310px;
  background-color: #000;
}
.ny50-section1 .ny50-text1 {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
.ny50-section1 .image {
  width: 100%;
}
.ny50-section1 .image img {
  width: 100%;
}
.ny50-section1 .body {
  position: absolute;
  bottom: 200px;
  z-index: 4;
  left: 0;
  width: 100%;
}
.ny50-section1 .body .text1 {
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny50-section1 .body .text1 img {
  width: 100%;
}
.ny50-section1 .body .text2 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.2;
  color: #86868B;
  text-align: center;
  margin-bottom: 60px;
}
.ny50-section1 .body .itembox {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.ny50-section1 .body .item {
  width: 33.33%;
  text-align: center;
}
.ny50-section1 .body .item:nth-child(3) ~ .item {
  margin-top: 60px;
}
.ny50-section1 .body .item:last-child {
  margin-right: 0;
}
.ny50-section1 .body .item .icon {
  width: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ny50-section1 .body .item .icon img {
  width: 100%;
}
.ny50-section1 .body .item .text {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny50-section1 {
    padding-top: 22.67vw;
    padding-bottom: 41.33vw;
  }
  .ny50-section1 .ny50-text1 {
    margin-bottom: 8vw;
  }
  .ny50-section1 .body {
    bottom: 26.67vw;
  }
  .ny50-section1 .body .text1 {
    width: 53.33vw;
  }
  .ny50-section1 .body .text2 {
    margin-top: 4vw;
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .ny50-section1 .body .item:nth-child(3) ~ .item {
    margin-top: 8vw;
  }
  .ny50-section1 .body .item .icon {
    width: 14.67vw;
    margin-bottom: 2.67vw;
  }
  .ny50-section1 .body .item .text {
    font-size: 4vw;
  }
}
/* ==================== 内页50 - 板块一 End ==================== */
/* ==================== 内页50 - 板块二 Start ==================== */
.ny50-section2 {
  padding: 200px 40px;
  overflow: hidden;
}
.ny50-section2 .ny50-text1 {
  margin-bottom: 60px;
  text-align: center;
}
.ny50-section2 .ny50-section2-swiper {
  width: 470px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}
.ny50-section2 .itembox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny50-section2 .item {
  width: 100%;
  position: relative;
}
.ny50-section2 .item:nth-child(4n) {
  margin-right: 0;
}
.ny50-section2 .item .image {
  width: 100%;
}
.ny50-section2 .item .image img {
  width: 100%;
}
.ny50-section2 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  color: #000000;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.ny50-section2 .tip {
  margin-top: 60px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
}
.ny50-section2 .tip a {
  color: #000;
}
@media screen and (max-width: 749px) {
  .ny50-section2 {
    padding: 26.67vw 5.33vw;
  }
  .ny50-section2 .ny50-text1 {
    margin-bottom: 8vw;
  }
  .ny50-section2 .ny50-section2-swiper {
    width: 62.67vw;
  }
  .ny50-section2 .item .text {
    height: 12vw;
    line-height: 12vw;
    font-size: 4vw;
    backdrop-filter: blur(4vw);
    -webkit-backdrop-filter: blur(4vw);
  }
  .ny50-section2 .tip {
    margin-top: 8vw;
    font-size: 4vw;
  }
}
/* ==================== 内页50 - 板块二 End ==================== */
/* ==================== 内页50 - 板块三 Start ==================== */
.ny50-section3 {
  background-color: #000000;
  padding: 200px 0;
}
.ny50-section3 .ny50-text1 {
  color: #fff;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section3 .image {
  width: 100%;
  margin-bottom: 30px;
}
.ny50-section3 .image img {
  width: 100%;
}
.ny50-section3 .body {
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section3 .item {
  margin-bottom: 60px;
}
.ny50-section3 .item .text1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny50-section3 .item .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
}
.ny50-section3 .right-body {
  width: 480px;
  border-top: 1px solid #1D1D1F;
  padding-top: 60px;
}
.ny50-section3 .right-body .text1 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #fff;
  margin-bottom: 30px;
}
.ny50-section3 .body2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ny50-section3 .body2 .left {
  margin-right: 80px;
}
.ny50-section3 .body2 .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ny50-section3 .body2 .text3 {
  font-size: 70px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
}
.ny50-section3 .body2 .text4 {
  font-size: 70px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny50-section3 .body2 .text5 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .ny50-section3 {
    padding: 26.67vw 0;
  }
  .ny50-section3 .ny50-text1 {
    margin-bottom: 8vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section3 .image {
    margin-bottom: 4vw;
  }
  .ny50-section3 .body {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section3 .item {
    margin-bottom: 8vw;
  }
  .ny50-section3 .item .text1 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .ny50-section3 .item .text2 {
    font-size: 4vw;
  }
  .ny50-section3 .right-body {
    width: 64vw;
    padding-top: 8vw;
  }
  .ny50-section3 .right-body .text1 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ny50-section3 .body2 .left {
    margin-right: 10.67vw;
  }
  .ny50-section3 .body2 .text2 {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  .ny50-section3 .body2 .text3 {
    font-size: 9.33vw;
  }
  .ny50-section3 .body2 .text4 {
    font-size: 9.33vw;
    margin-bottom: 1.33vw;
  }
  .ny50-section3 .body2 .text5 {
    font-size: 4vw;
  }
}
/* ==================== 内页50 - 板块三 End ==================== */
/* ==================== 内页50 - 板块四 Start ==================== */
.ny50-section4 {
  padding-top: 200px;
  background-color: #F6F6F8;
}
.ny50-section4 .info {
  margin-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section4 .info .text1 {
  font-size: 70px;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny50-section4 .info .text2 {
  font-size: 100px;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-top: 10px;
}
.ny50-section4 .ny50-section4-swiper {
  display: block;
}
.ny50-section4 .ny50-section4-swiper .swiper-wrapper {
  display: block;
  height: auto;
  align-items: center;
}
.ny50-section4 .ny50-section4-swiper .swiper-slide {
  height: auto;
}
.ny50-section4 .swiper-slide1 .left-body {
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section4 .swiper-slide1 .text1 {
  font-size: 50px;
  line-height: 1.1;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
}
.ny50-section4 .swiper-slide1 .text1 span {
  color: #86868B;
  font-family: inherit;
}
.ny50-section4 .swiper-slide1 .text1 strong {
  font-size: 70px;
  font-family: inherit;
  font-weight: 400;
}
.ny50-section4 .swiper-slide1 .text2 {
  color: #86868B;
  font-size: 70px;
  font-family: "HYJunhei-85J";
}
.ny50-section4 .swiper-slide1 .text3 {
  margin-top: 30px;
  font-size: 26px;
  color: #000;
}
.ny50-section4 .swiper-slide1 .image {
  width: 100%;
  flex-shrink: 0;
  margin-top: 60px;
}
.ny50-section4 .swiper-slide2 {
  padding: 60px 40px;
  padding-bottom: 200px;
}
.ny50-section4 .swiper-slide2 .ny50-text1 {
  margin-bottom: 50px;
}
.ny50-section4 .swiper-slide2 .body {
  background-color: #fff;
  padding: 120px 40px;
  border-radius: 10px;
  overflow: hidden;
}
.ny50-section4 .swiper-slide2 .itembox {
  margin-bottom: 120px;
}
.ny50-section4 .swiper-slide2 .item {
  margin-bottom: 60px;
  text-align: center;
  color: #1D1D1F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny50-section4 .swiper-slide2 .item:last-child {
  margin-bottom: 0;
}
.ny50-section4 .swiper-slide2 .item .info2 {
  min-width: 0;
  flex-grow: 1;
  text-align: left;
}
.ny50-section4 .swiper-slide2 .item .icon {
  flex-shrink: 0;
  width: 90px;
  display: block;
  margin-right: 30px;
}
.ny50-section4 .swiper-slide2 .item .icon img {
  width: 100%;
}
.ny50-section4 .swiper-slide2 .item .text1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #1D1D1F;
}
.ny50-section4 .swiper-slide2 .item .text2 {
  font-size: 26px;
  color: #86868B;
  line-height: 1.2;
}
.ny50-section4 .swiper-slide2 .table.active tr:nth-child(3) ~ tr {
  display: table-row;
}
.ny50-section4 .swiper-slide2 table {
  width: 100%;
}
.ny50-section4 .swiper-slide2 table tr:nth-child(3) ~ tr {
  display: none;
}
.ny50-section4 .swiper-slide2 table tr td {
  text-align: center;
  font-size: 30px;
  color: #1D1D1F;
  padding: 15px 10px;
}
.ny50-section4 .swiper-slide2 table tr td span {
  color: #86868B;
}
.ny50-section4 .common-btn {
  bottom: 0;
}
@media screen and (max-width: 749px) {
  .ny50-section4 {
    padding-top: 26.67vw;
  }
  .ny50-section4 .info {
    margin-bottom: 21.33vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section4 .info .text1 {
    font-size: 9.33vw;
  }
  .ny50-section4 .info .text2 {
    font-size: 13.33vw;
    margin-top: 1.33vw;
  }
  .ny50-section4 .swiper-slide1 .left-body {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section4 .swiper-slide1 .text1 {
    font-size: 6.67vw;
  }
  .ny50-section4 .swiper-slide1 .text1 strong {
    font-size: 9.33vw;
  }
  .ny50-section4 .swiper-slide1 .text2 {
    font-size: 9.33vw;
  }
  .ny50-section4 .swiper-slide1 .text3 {
    margin-top: 4vw;
    font-size: 3.47vw;
  }
  .ny50-section4 .swiper-slide1 .image {
    margin-top: 8vw;
  }
  .ny50-section4 .swiper-slide2 {
    padding: 8vw 5.33vw;
    padding-bottom: 26.667vw;
  }
  .ny50-section4 .swiper-slide2 .ny50-text1 {
    margin-bottom: 6.67vw;
  }
  .ny50-section4 .swiper-slide2 .body {
    padding: 16vw 5.33vw;
    border-radius: 1.33vw;
  }
  .ny50-section4 .swiper-slide2 .itembox {
    margin-bottom: 16vw;
  }
  .ny50-section4 .swiper-slide2 .item {
    margin-bottom: 8vw;
  }
  .ny50-section4 .swiper-slide2 .item .icon {
    width: 12vw;
    margin-right: 4vw;
  }
  .ny50-section4 .swiper-slide2 .item .text1 {
    font-size: 4vw;
    margin-bottom: 0.67vw;
  }
  .ny50-section4 .swiper-slide2 .item .text2 {
    font-size: 3.47vw;
  }
  .ny50-section4 .swiper-slide2 table tr td {
    font-size: 4vw;
    padding: 2vw 1.33vw;
  }
}
/* ==================== 内页50 - 板块四 End ==================== */
/* ==================== 内页50 - 板块五 Start ==================== */
.ny50-section5 {
  background-color: #000000;
  overflow: hidden;
  padding-top: 200px;
}
.ny50-section5 .head {
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section5 .head .ny50-text1 {
  font-size: 100px;
  text-align: left;
  color: #fff;
}
.ny50-section5 .head .text2 {
  font-size: 70px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  margin-top: 160px;
}
.ny50-section5 .body .image {
  width: 100%;
  display: block;
  flex-shrink: 0;
}
.ny50-section5 .body .image img {
  width: 100%;
}
.ny50-section5 .body .info {
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section5 .body .info .ny50-text1 {
  margin-bottom: 60px;
  color: #fff;
}
.ny50-section5 .body .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  color: #fff;
}
.ny50-section5 .body .item:last-child {
  margin-bottom: 0;
}
.ny50-section5 .body .item .icon {
  width: 90px;
  flex-shrink: 0;
  margin-right: 30px;
}
.ny50-section5 .body .item .text {
  font-size: 30px;
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .ny50-section5 {
    padding-top: 26.67vw;
  }
  .ny50-section5 .head {
    margin-bottom: 10.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section5 .head .ny50-text1 {
    font-size: 13.33vw;
  }
  .ny50-section5 .head .text2 {
    font-size: 9.33vw;
    margin-top: 21.33vw;
  }
  .ny50-section5 .body .info {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section5 .body .info .ny50-text1 {
    margin-bottom: 8vw;
  }
  .ny50-section5 .body .item {
    margin-bottom: 5.33vw;
  }
  .ny50-section5 .body .item .icon {
    width: 12vw;
    margin-right: 4vw;
  }
  .ny50-section5 .body .item .text {
    font-size: 4vw;
  }
}
/* ==================== 内页50 - 板块五 End ==================== */
/* ==================== 内页50 - 板块六 Start ==================== */
.ny50-section6 {
  background-color: #000000;
  overflow: hidden;
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section6 .ny50-text1 {
  margin-bottom: 60px;
  color: #fff;
}
.ny50-section6 .image {
  width: 100%;
}
.ny50-section6 .image img {
  width: 100%;
}
.ny50-section6 .body .info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.ny50-section6 .body .info .left {
  margin-right: 100px;
}
.ny50-section6 .body .info .text1 {
  font-size: 30px;
  color: #86868B;
  margin-bottom: 20px;
}
.ny50-section6 .body .info .text2 {
  color: #FFFFFF;
  font-size: 30px;
  align-items: flex-end;
  justify-content: flex-start;
}
.ny50-section6 .body .info .text2 strong {
  font-family: "HYJunhei-85J";
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
}
.ny50-section6 .body .info .text3 {
  font-size: 26px;
  color: #86868B;
  line-height: 1.4;
}
.ny50-section6 .body .info .text3 strong {
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
}
.ny50-section6 .body .info .text4 {
  margin-top: 20px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  color: #FFFFFF;
  font-size: 30px;
}
.ny50-section6 .body .info .text4 strong {
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
  font-family: "HYJunhei-85J";
}
.ny50-section6 .body .info .text4 .icon {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 20px;
}
.ny50-section6 .body .info .text4 .icon img {
  display: block;
  width: 100%;
}
.ny50-section6 .body .desc {
  width: 100%;
  flex-shrink: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 26px;
  color: #86868B;
}
@media screen and (max-width: 749px) {
  .ny50-section6 {
    padding-top: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section6 .ny50-text1 {
    margin-bottom: 8vw;
  }
  .ny50-section6 .body .info .left {
    margin-right: 13.33vw;
  }
  .ny50-section6 .body .info .text1 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .ny50-section6 .body .info .text2 {
    font-size: 4vw;
  }
  .ny50-section6 .body .info .text2 strong {
    font-size: 9.33vw;
    margin-right: 1.33vw;
  }
  .ny50-section6 .body .info .text3 {
    font-size: 3.47vw;
  }
  .ny50-section6 .body .info .text3 strong {
    font-size: 6.67vw;
  }
  .ny50-section6 .body .info .text4 {
    margin-top: 2.67vw;
    font-size: 4vw;
  }
  .ny50-section6 .body .info .text4 strong {
    font-size: 9.33vw;
    margin-right: 1.33vw;
  }
  .ny50-section6 .body .info .text4 .icon {
    top: 0.67vw;
    right: 2vw;
    width: 2.67vw;
  }
  .ny50-section6 .body .desc {
    padding-top: 5.33vw;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    font-size: 3.47vw;
  }
}
/* ==================== 内页50 - 板块六 End ==================== */
/* ==================== 内页50 - 板块七 Start ==================== */
.ny50-section7 {
  background-color: #000000;
  overflow: hidden;
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.ny50-section7 .ny50-text1 {
  color: #FFFFFF;
  margin-bottom: 210px;
}
.ny50-section7 .ny50-text2 {
  color: #86868B;
}
.ny50-section7 .image {
  width: 100%;
  display: block;
}
.ny50-section7 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny50-section7 {
    padding-top: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section7 .ny50-text1 {
    margin-bottom: 28vw;
  }
}
/* ==================== 内页50 - 板块七 End ==================== */
/* ==================== 内页50 - 板块八 Start ==================== */
.ny50-section8 {
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny50-section8 .ny50-text1 {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section8 .ny50-section5-swiper .swiper-wrapper {
  display: block;
}
.ny50-section8 .ny50-section5-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.ny50-section8 .swiper-slide1 {
  position: relative;
}
.ny50-section8 .swiper-slide1 .ny50-text1 {
  margin-bottom: 60px;
}
.ny50-section8 .swiper-slide1 .image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
.ny50-section8 .swiper-slide1 .image img {
  width: 100%;
}
.ny50-section8 .swiper-slide2 {
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section8 .swiper-slide2 .image {
  width: 100%;
  flex-shrink: 0;
}
.ny50-section8 .swiper-slide2 .image img {
  width: 100%;
}
.ny50-section8 .swiper-slide2 .info {
  width: 100%;
  background-color: #101010;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 40px;
}
.ny50-section8 .swiper-slide2 .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.ny50-section8 .swiper-slide2 .top .icon {
  width: 90px;
  flex-shrink: 0;
  margin-right: 30px;
}
.ny50-section8 .swiper-slide2 .top .text {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.ny50-section8 .swiper-slide2 .text1 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 60px;
}
.ny50-section8 .swiper-slide2 li {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}
.ny50-section8 .swiper-slide2 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #86868B;
  position: absolute;
  top: 15px;
  left: 0;
}
.ny50-section8 .swiper-slide2 li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .ny50-section8 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
  .ny50-section8 .ny50-text1 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section8 .swiper-slide1 .ny50-text1 {
    margin-bottom: 8vw;
  }
  .ny50-section8 .swiper-slide2 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section8 .swiper-slide2 .info {
    border-radius: 1.33vw;
    padding: 8vw 5.33vw;
  }
  .ny50-section8 .swiper-slide2 .top {
    margin-bottom: 8vw;
  }
  .ny50-section8 .swiper-slide2 .top .icon {
    width: 12vw;
    margin-right: 4vw;
  }
  .ny50-section8 .swiper-slide2 .top .text {
    font-size: 4vw;
  }
  .ny50-section8 .swiper-slide2 .text1 {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .ny50-section8 .swiper-slide2 li {
    font-size: 4vw;
    margin-bottom: 4vw;
    padding-left: 5.33vw;
  }
  .ny50-section8 .swiper-slide2 li:before {
    width: 1.07vw;
    height: 1.07vw;
    top: 2vw;
  }
}
/* ==================== 内页50 - 板块八 End ==================== */
/* ==================== 内页50 - 板块九 Start ==================== */
.ny50-section9 {
  position: relative;
  background-color: #000;
}
.ny50-section9 .body1 {
  position: relative;
  text-align: center;
}
.ny50-section9 .body1 .text1 {
  font-size: 50px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny50-section9 .body1 .image {
  display: block;
  width: 100%;
}
.ny50-section9 .body1 .image img {
  width: 100%;
}
.ny50-section9 .body1 .info {
  text-align: center;
  position: absolute;
  left: 0;
  top: 200px;
  color: #fff;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.ny50-section9 .body1 .info .ny50-text1 {
  margin-bottom: 60px;
}
.ny50-section9 .body1 .info .ny50-text2 {
  width: 100%;
}
.ny50-section9 .body2 {
  background-color: #1D1D1F;
  padding: 200px 40px;
}
.ny50-section9 .body2 .text1 {
  font-size: 50px;
  margin-bottom: 60px;
  color: #fff;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
}
.ny50-section9 .body2 .text1 span {
  font-size: 50px;
  color: #86868B;
  font-family: inherit;
}
.ny50-section9 .body2 .text1 strong {
  font-weight: 400;
  font-family: inherit;
  font-size: 70px;
}
.ny50-section9 .body2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ny50-section9 .body2 .itembox .item {
  width: 320px;
  margin-right: 36px;
}
.ny50-section9 .body2 .itembox .item:last-child {
  margin-right: 0;
}
.ny50-section9 .body2 .itembox .item .image {
  width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny50-section9 .body2 .itembox .item .image img {
  width: 100%;
}
.ny50-section9 .body2 .itembox2 {
  padding-right: 100px;
}
.ny50-section9 .body2 .itembox2 .item {
  margin-top: 60px;
}
.ny50-section9 .body2 .itembox2 .item .text1 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  font-family: "HYJunhei-85J";
}
.ny50-section9 .body2 .itembox2 .item .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  text-align: justify;
}
.ny50-section9 .body3 {
  padding: 200px 40px;
}
.ny50-section9 .body3 .item {
  width: 100%;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.ny50-section9 .body3 .item:last-child {
  margin-bottom: 0;
}
.ny50-section9 .body3 .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 30px;
  z-index: 3;
}
.ny50-section9 .body3 .item .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny50-section9 .body3 .item .top .icon {
  width: 35px;
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}
.ny50-section9 .body3 .item .top .icon img {
  width: 100%;
}
.ny50-section9 .body3 .item .top .text {
  font-size: 30px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
}
.ny50-section9 .body3 .item .desc {
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 20px;
  display: block;
}
.ny50-section9 .body3 .item .image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.ny50-section9 .body3 .item .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny50-section9 .body1 .text1 {
    font-size: 6.67vw;
    margin-bottom: 5.33vw;
  }
  .ny50-section9 .body1 .info {
    top: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section9 .body1 .info .ny50-text1 {
    margin-bottom: 8vw;
  }
  .ny50-section9 .body2 {
    padding: 26.67vw 5.33vw;
  }
  .ny50-section9 .body2 .text1 {
    font-size: 6.67vw;
    margin-bottom: 8vw;
  }
  .ny50-section9 .body2 .text1 span {
    font-size: 6.67vw;
  }
  .ny50-section9 .body2 .text1 strong {
    font-size: 9.33vw;
  }
  .ny50-section9 .body2 .itembox .item {
    width: 42.67vw;
    margin-right: 4.8vw;
  }
  .ny50-section9 .body2 .itembox .item .image {
    width: 42.67vw;
  }
  .ny50-section9 .body2 .itembox2 {
    padding-right: 13.33vw;
  }
  .ny50-section9 .body2 .itembox2 .item {
    margin-top: 8vw;
  }
  .ny50-section9 .body2 .itembox2 .item .text1 {
    font-size: 6.67vw;
    margin-bottom: 2.67vw;
  }
  .ny50-section9 .body2 .itembox2 .item .text2 {
    font-size: 4vw;
  }
  .ny50-section9 .body3 {
    padding: 26.67vw 5.33vw;
  }
  .ny50-section9 .body3 .item {
    margin-bottom: 2.67vw;
  }
  .ny50-section9 .body3 .item .info {
    padding: 5.33vw 4vw;
  }
  .ny50-section9 .body3 .item .top .icon {
    width: 4.67vw;
    margin-right: 2vw;
  }
  .ny50-section9 .body3 .item .top .text {
    font-size: 4vw;
  }
  .ny50-section9 .body3 .item .desc {
    font-size: 3.47vw;
    margin-top: 2.67vw;
  }
  .ny50-section9 .body3 .item .image {
    border-radius: 2.67vw;
  }
}
/* ==================== 内页50 - 板块九 End ==================== */
/* ==================== 内页50 - 板块十 Start ==================== */
.ny50-section10 {
  background-color: #fff;
  padding-bottom: 200px;
}
.ny50-section10 .itembox {
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #DADBDD;
  margin-left: 40px;
}
.ny50-section10 .itembox .item {
  width: 50%;
}
.ny50-section10 .itembox .item:nth-child(2) ~ .item {
  margin-top: 60px;
}
.ny50-section10 .itembox .item .text1 {
  font-size: 30px;
  color: #1E1E20;
  line-height: 1.1;
}
.ny50-section10 .itembox .item .text2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #86868B;
  font-size: 30px;
  margin-bottom: 30px;
}
.ny50-section10 .itembox .item .text2 strong {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.1;
  margin-right: 10px;
  margin-bottom: -10px;
  font-family: "HYJunhei-85J";
}
.ny50-section10 .itembox .item .text3 {
  font-size: 30px;
  color: #1E1E20;
  line-height: 1.1;
}
.ny50-section10 .image {
  width: 100%;
  display: block;
  position: relative;
}
.ny50-section10 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny50-section10 {
    padding-bottom: 26.67vw;
  }
  .ny50-section10 .itembox {
    width: 61.33vw;
    margin-top: 2.67vw;
    padding-top: 5.33vw;
    margin-left: 5.33vw;
  }
  .ny50-section10 .itembox .item:nth-child(2) ~ .item {
    margin-top: 8vw;
  }
  .ny50-section10 .itembox .item .text1 {
    font-size: 4vw;
  }
  .ny50-section10 .itembox .item .text2 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ny50-section10 .itembox .item .text2 strong {
    font-size: 13.33vw;
    margin-right: 1.33vw;
    margin-bottom: -1.33vw;
  }
  .ny50-section10 .itembox .item .text3 {
    font-size: 4vw;
  }
}
/* ==================== 内页50 - 板块十 End ==================== */
/* ==================== 内页50 - 板块十一 Start ==================== */
.ny50-section11 {
  background-color: #fff;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
.ny50-section11 .swiper {
  position: relative;
}
.ny50-section11 .info {
  margin-top: 80px;
}
.ny50-section11 .info .text1 {
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 30px;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
}
.ny50-section11 .info .text2 {
  font-size: 26px;
  line-height: 1.1;
  color: #86868B;
}
.ny50-section11 .image {
  position: relative;
}
.ny50-section11 .swiper-pagination {
  position: absolute;
  top: 900px;
  left: 0;
  width: 300px;
  height: 2px;
  background-color: #DCDCDC;
}
.ny50-section11 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.ny50-section11 .ny50-section11-swiper {
  width: 100%;
}
.ny50-section11 .ny50-section11-swiper .swiper-slide {
  transition: all 0.2s;
}
.ny50-section11 .ny50-section11-swiper .swiper-slide img {
  width: 100%;
}
.ny50-section11 .ny50-section11-swiper .swiper-slide:first-child {
  position: relative;
  z-index: 2;
}
.ny50-section11 .ny50-section11-swiper .swiper-slide.swiper-slide-active .image .bg {
  opacity: 0 !important;
}
.ny50-section11 .swiper-btn-group {
  margin-top: 60px;
  justify-content: flex-end;
}
.ny50-section11 .swiper-btn {
  background-color: #E9E8EE;
  opacity: 1;
  width: 62px;
  height: 62px;
  font-size: 40px;
  color: #000;
}
.ny50-section11 .swiper-btn.swiper-button-disabled {
  opacity: 0.2;
  color: #000;
}
.ny50-section11 .swiper-btn .swiper-btn-prev {
  margin-right: 15.994px;
}
@media screen and (max-width: 749px) {
  .ny50-section11 {
    padding-bottom: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section11 .info {
    margin-top: 10.67vw;
  }
  .ny50-section11 .info .text1 {
    margin-bottom: 2.67vw;
    font-size: 4vw;
  }
  .ny50-section11 .info .text2 {
    font-size: 3.47vw;
  }
  .ny50-section11 .swiper-pagination {
    top: 120vw;
    width: 40vw;
  }
  .ny50-section11 .swiper-btn-group {
    margin-top: 8vw;
  }
  .ny50-section11 .swiper-btn {
    width: 8.27vw;
    height: 8.27vw;
    font-size: 5.33vw;
  }
  .ny50-section11 .swiper-btn .swiper-btn-prev {
    margin-right: 15.132 0.53vw;
  }
}
/* ==================== 内页50 - 板块十一 End ==================== */
/* ==================== 内页50 - 板块十二 Start ==================== */
.ny50-section12 {
  background-color: #101010;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
.ny50-section12 .ny50-text1 {
  color: #fff;
  margin-bottom: 55.008px;
}
.ny50-section12 .body1 {
  margin-bottom: 200px;
}
.ny50-section12 .body1 .table {
  background-color: #101010;
  border-radius: 20.006px;
  overflow: hidden;
  width: 100%;
  padding: 60px;
}
.ny50-section12 .body1 .table {
  background-color: #1D1D1F;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ny50-section12 .body1 table,
.ny50-section12 .body1 td,
.ny50-section12 .body1 th {
  border-collapse: collapse;
}
.ny50-section12 .body1 table {
  width: 100%;
}
.ny50-section12 .body1 tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ny50-section12 .body1 tr:last-child {
  border-bottom: 0;
}
.ny50-section12 .body1 td {
  font-size: 30px;
  padding: 30px 0;
}
.ny50-section12 .body1 td:first-child {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
}
.ny50-section12 .body1 td:nth-child(2n) {
  color: #fff;
}
.ny50-section12 .body2 .desc {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.4;
}
.ny50-section12 .body2 li {
  color: #86868B;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.ny50-section12 .body2 li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #86868B;
  position: absolute;
  top: 10px;
  left: 0;
}
.ny50-section12 .body2 span {
  font-size: 26px;
  color: #86868B;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny50-section12 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny50-section12 .ny50-text1 {
    margin-bottom: 55.1 0.07vw;
  }
  .ny50-section12 .body1 {
    margin-bottom: 26.67vw;
  }
  .ny50-section12 .body1 .table {
    border-radius: 20 0.8vw;
    padding: 8vw;
  }
  .ny50-section12 .body1 .table {
    border-radius: 2.67vw;
    padding: 8vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .ny50-section12 .body1 td {
    font-size: 4vw;
    padding: 4vw 0;
  }
  .ny50-section12 .body1 td:first-child {
    margin-right: 2.67vw;
  }
  .ny50-section12 .body2 .desc {
    font-size: 4vw;
  }
  .ny50-section12 .body2 li {
    font-size: 4vw;
    margin-bottom: 1.33vw;
    padding-left: 2.67vw;
  }
  .ny50-section12 .body2 li:before {
    width: 0.8vw;
    height: 0.8vw;
    top: 1.33vw;
  }
  .ny50-section12 .body2 span {
    font-size: 3.47vw;
  }
}
/* ==================== 内页50 - 板块十二 End ==================== */
