/* ==================== 内页8 - 通用问题 Start ==================== */
.ny8-title {
  text-align: center;
}
.ny8-title.white .text1,
.ny8-title.white .text2 {
  color: #fff;
}
.ny8-title .text1 {
  font-size: 70px;
  font-family: "HYJunhei-85J";
  color: #1E1E20;
  line-height: 1.2;
}
.ny8-title .text2 {
  margin-top: 20px;
  font-size: 30px;
  color: #666666;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny8-title .text1 {
    font-size: 9.33vw;
  }
  .ny8-title .text2 {
    margin-top: 2.67vw;
    font-size: 4vw;
  }
}
/* ==================== 内页8 - 通用问题 End ==================== */
/* ==================== 内页8 - 板块一 Start ==================== */
.ny8-section1 {
  position: relative;
  background-color: #fff;
}
.ny8-section1 .info {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 200px;
  text-align: center;
}
.ny8-section1 .info .text1 {
  margin-bottom: 20px;
  width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section1 .info .text1 img {
  width: 100%;
}
.ny8-section1 .info .text2 {
  margin-bottom: 60px;
  font-size: 70px;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny8-section1 .info .text3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ny8-section1 .info .text4 {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.ny8-section1 .info .text5 {
  margin-top: 60px;
  width: 260px;
  height: 84px;
  color: #1D1D1F;
  border: 2px solid;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.ny8-section1 .index-btn {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny8-section1 .info {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-top: 8vw;
    padding-bottom: 26.667vw;
  }
  .ny8-section1 .info .text1 {
    margin-bottom: 2.667vw;
    width: 69.333vw;
  }
  .ny8-section1 .info .text2 {
    margin-bottom: 8vw;
    font-size: 9.333vw;
  }
  .ny8-section1 .info .text3 {
    font-size: 4vw;
    margin-bottom: 2.667vw;
  }
  .ny8-section1 .info .text4 {
    font-size: 4vw;
  }
  .ny8-section1 .info .text5 {
    margin-top: 8vw;
    width: 34.667vw;
    height: 11.2vw;
    font-size: 4vw;
    border-radius: 13.333vw;
  }
  .ny8-section1 .index-btn {
    margin-top: 8vw;
  }
}
/* ==================== 内页8 - 板块一 End ==================== */
/* ==================== 内页8 - 板块二 Start ==================== */
.ny8-section2 {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  background-color: #F5F5F7;
}
.ny8-section2 .ny8-title {
  text-align: left;
  margin-bottom: 60px;
}
.ny8-section2 .ny8-title .text2 span {
  color: #000;
}
.ny8-section2 .swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ny8-section2 .ny8-section2-swiper {
  overflow: visible;
  width: 630px;
  margin-left: 0;
  margin-right: auto;
}
.ny8-section2 .ny8-section2-swiper .swiper-slide-active .image .btn {
  display: block;
}
.ny8-section2 .ny8-section2-swiper .swiper-slide-active .image img {
  opacity: 1;
}
.ny8-section2 .image {
  background-color: #000;
  position: relative;
}
.ny8-section2 .image img {
  transition: all 0.4s;
  opacity: 0.5;
  width: 100%;
}
.ny8-section2 .text {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.1;
  margin-top: 40px;
  width: 250px;
  margin-right: 0;
  margin-left: auto;
}
.ny8-section2 .btn {
  position: absolute;
  z-index: 4;
  width: 64px;
  height: 64px;
  background: url(/static/mobile/images/ny8/img024@64x64.png) no-repeat center;
  right: 30px;
  bottom: 30px;
  display: none;
  background-size: 100%;
}
.ny8-section2 .line {
  background-color: #F5F5F7;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.ny8-section2 .line .swiper-scrollbar {
  background-color: #BEBEC1;
  height: 4px;
  position: relative;
  width: 100%;
}
.ny8-section2 .line .swiper-scrollbar .swiper-scrollbar-drag {
  width: 50px;
  height: 100%;
  background-color: #1D1D1F;
}
@media screen and (max-width: 749px) {
  .ny8-section2 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
    padding-left: 5.33vw;
  }
  .ny8-section2 .ny8-title {
    margin-bottom: 8vw;
  }
  .ny8-section2 .ny8-section2-swiper {
    width: 84vw;
  }
  .ny8-section2 .text {
    font-size: 4vw;
    margin-top: 5.33vw;
    width: 33.33vw;
  }
  .ny8-section2 .btn {
    width: 8.53vw;
    height: 8.53vw;
    right: 4vw;
    bottom: 4vw;
  }
  .ny8-section2 .line {
    height: 4.8vw;
    width: 42.67vw;
  }
  .ny8-section2 .line .swiper-scrollbar {
    height: 0.53vw;
  }
  .ny8-section2 .line .swiper-scrollbar .swiper-scrollbar-drag {
    width: 6.67vw;
  }
}
/* ==================== 内页8 - 板块二 End ==================== */
/* ==================== 内页8 - 板块三 Start ==================== */
.ny8-section3 {
  background-size: 100%;
  background-position: center top;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #02040B;
  background-repeat: no-repeat;
}
.ny8-section3 .logo {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.ny8-section3 .logo img {
  width: 100%;
}
.ny8-section3 .ny8-title {
  margin-bottom: 60px;
}
.ny8-section3 .swiper {
  width: 518px;
  height: 1052px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section3 .swiper .ny8-section3-swiper {
  position: relative;
  z-index: 3;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 50px 50px;
}
.ny8-section3 .swiper .image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  margin-top: 184px;
}
.ny8-section3 .swiper .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ny8-section3 .swiper-scrollbar {
  width: 180px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.ny8-section3 .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-radius: 100px;
}
.ny8-section3 .ny8-section3-swiper2 {
  text-align: center;
}
.ny8-section3 .ny8-section3-swiper2 .swiper-slide {
  color: #86868B;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 60px;
}
.ny8-section3 .desc {
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
  margin-top: 40px;
  font-size: 30px;
  padding-left: 80px;
  padding-right: 60px;
}
.ny8-section3 .desc strong {
  font-size: 40px;
  font-weight: 400;
  font-family: "HYJunhei-85J";
  line-height: 1;
}
.ny8-section3 .common-btn {
  margin-top: 60px;
}
.ny8-section3 .common-btn .btn-content {
  height: 98px;
  padding-right: 20px;
  background: -webkit-linear-gradient(180deg, rgba(239, 239, 242, 0.84) 0%, rgba(239, 239, 242, 0.78) 100%);
  background: -o-linear-gradient(180deg, rgba(239, 239, 242, 0.84) 0%, rgba(239, 239, 242, 0.78) 100%);
  background: -moz-linear-gradient(180deg, rgba(239, 239, 242, 0.84) 0%, rgba(239, 239, 242, 0.78) 100%);
  background: linear-gradient(180deg, rgba(239, 239, 242, 0.84) 0%, rgba(239, 239, 242, 0.78) 100%);
}
@media screen and (max-width: 749px) {
  .ny8-section3 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny8-section3 .logo {
    width: 52vw;
    margin-bottom: 5.333vw;
  }
  .ny8-section3 .ny8-title {
    margin-bottom: 8vw;
  }
  .ny8-section3 .swiper {
    width: 69.067vw;
    height: 140.267vw;
  }
  .ny8-section3 .swiper .ny8-section3-swiper {
    width: 58.667vw;
    border-radius: 0 0 6.667vw 6.667vw;
  }
  .ny8-section3 .swiper .image {
    margin-top: 24.533vw;
  }
  .ny8-section3 .swiper-scrollbar {
    width: 24vw;
    height: 0.667vw;
    margin-top: 5.333vw;
  }
  .ny8-section3 .swiper-scrollbar .swiper-scrollbar-drag {
    width: 8vw;
    border-radius: 13.333vw;
  }
  .ny8-section3 .ny8-section3-swiper2 .swiper-slide {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .ny8-section3 .desc {
    margin-top: 5.333vw;
    font-size: 4vw;
    padding-left: 10.667vw;
    padding-right: 8vw;
  }
  .ny8-section3 .desc strong {
    font-size: 5.333vw;
  }
  .ny8-section3 .common-btn {
    margin-top: 8vw;
  }
  .ny8-section3 .common-btn .btn-content {
    height: 13.067vw;
    padding-right: 2.667vw;
  }
}
/* ==================== 内页8 - 板块三 End ==================== */
/* ==================== 内页8 - 板块四 Start ==================== */
.ny8-section4 {
  padding: 200px 40px;
}
.ny8-section4 .ny8-title {
  margin-bottom: 60px;
}
.ny8-section4 .item {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.ny8-section4 .item:last-child {
  margin-bottom: 0;
}
.ny8-section4 .item .image {
  position: relative;
  z-index: 1;
}
.ny8-section4 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px;
  text-align: left;
  font-size: 30px;
  color: #FFFFFF;
  padding-right: 100px;
  line-height: 1.1;
  z-index: 3;
}
.ny8-section4 .item .text:after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: url(/static/mobile/images/ny8/img021@62x62.png) no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 749px) {
  .ny8-section4 {
    padding: 26.667vw 5.333vw;
  }
  .ny8-section4 .ny8-title {
    margin-bottom: 8vw;
  }
  .ny8-section4 .item {
    margin-bottom: 5.333vw;
  }
  .ny8-section4 .item .text {
    padding: 6.667vw 4vw;
    font-size: 4vw;
    padding-right: 13.333vw;
  }
  .ny8-section4 .item .text:after {
    width: 8.267vw;
    height: 8.267vw;
    right: 4vw;
  }
}
/* ==================== 内页8 - 板块四 End ==================== */
/* ==================== 内页8 - 板块五 Start ==================== */
.ny8-section5 {
  padding-top: 200px;
  padding-bottom: 160px;
  background-color: #151B2D;
  background-size: 100px;
  background-repeat: repeat;
}
.ny8-section5 .text1 {
  font-size: 50px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny8-section5 .text2 {
  margin-top: 60px;
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
  font-family: "HYJunhei-85J";
  text-align: center;
}
.ny8-section5 .btn-group .more-btn {
  width: 330px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1D1D1F;
  padding: 12px;
  background-color: #fff;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.ny8-section5 .btn-group .more-btn .icon {
  background: url(/static/mobile/images/ny8/img023@60x60.png) no-repeat center;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  background-size: 100%;
}
@media screen and (max-width: 749px) {
  .ny8-section5 {
    padding-top: 26.67vw;
    padding-bottom: 21.33vw;
    background-size: 13.33vw;
  }
  .ny8-section5 .text1 {
    font-size: 6.67vw;
    margin-bottom: 5.33vw;
  }
  .ny8-section5 .text2 {
    margin-top: 8vw;
    font-size: 10.67vw;
  }
  .ny8-section5 .btn-group .more-btn {
    width: 44vw;
    border-radius: 26.67vw;
    font-size: 4vw;
    padding: 1.6vw;
    margin-top: 8vw;
  }
  .ny8-section5 .btn-group .more-btn .icon {
    width: 8vw;
    height: 8vw;
    margin-left: 4vw;
  }
}
/* ==================== 内页8 - 板块五 End ==================== */
/* ==================== 内页8 - 板块六 Start ==================== */
.ny8-section6 {
  overflow: hidden;
  background: url(/static/mobile/images/img146@200x200.png) repeat center;
  background-color: #141A2C;
  background-size: 5.208vw;
  padding-top: 8.333vw;
  padding-bottom: 8.333vw;
}
.ny8-section6 .text1 {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 4.479vw;
  font-family: "HYJunhei-85J";
  margin-top: 50px;
}
.ny8-section6 .text1:first-child {
  margin-top: 0;
}
.ny8-section6 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.083vw;
}
.ny8-section6 .btn-group .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563vw;
  color: #1D1D1F;
  padding: 0.521vw 1.042vw;
  background-color: #fff;
  border-radius: 5.208vw;
  margin-right: 5.208vw;
}
.ny8-section6 .btn-group .more-btn:last-child {
  margin-right: 0;
}
.ny8-section6 .btn-group .more-btn .icon {
  background: url(/static/images/img062@76x76.png) no-repeat center;
  width: 1.875vw;
  height: 1.875vw;
  margin-left: 1.042vw;
  background-size: 100%;
}
@media screen and (max-width: 749px) {
  .ny8-section6 {
    background-size: 50px;
    padding-top: 17.33vw;
    padding-bottom: 18.67vw;
  }
  .ny8-section6 .text1 {
    font-size: 6.67vw;
    line-height: 2;
  }
  .ny8-section6 .text1.text2 {
    font-size: 9.33vw;
    line-height: 1.4;
    margin-top: 4vw;
  }
  .ny8-section6 .btn-group {
    margin-top: 40px;
    flex-direction: column;
    justify-content: space-between;
  }
  .ny8-section6 .btn-group .more-btn {
    width: 46vw;
    height: 8.67vw;
    font-size: 4vw;
    border-radius: 50px;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .ny8-section6 .btn-group .more-btn:last-child {
    margin-bottom: 0;
  }
  .ny8-section6 .btn-group .more-btn .icon {
    width: 5.73vw;
    height: 5.73vw;
    margin-left: 4vw;
  }
}
/* ==================== 内页8 - 板块六 End ==================== */
<!--耗时1752799546.5554秒-->