.ny37-main .pin-spacer {
  background-color: #000;
}
/* ==================== 内页37 - 板块一 Start ==================== */
.ny37-section1 {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.ny37-section1 .body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ny37-section1 .video {
  position: relative;
  height: 950px;
  width: 100%;
}
.ny37-section1 .video video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny37-section1 .info {
  padding-top: 60px;
  padding-bottom: 200px;
  text-align: center;
  font-family: "HYJunhei-85J";
  background-color: #fff;
}
.ny37-section1 .info .text1 {
  font-size: 60px;
  color: #1D1D1F;
  line-height: 1.4;
  font-family: inherit;
}
.ny37-section1 .info .text2 {
  margin-top: 40px;
  font-size: 40px;
  color: #86868B;
  line-height: 1.4;
  font-family: inherit;
}
@media screen and (max-width: 749px) {
  .ny37-section1 .video {
    height: 126.67vw;
  }
  .ny37-section1 .info {
    padding-top: 8vw;
    padding-bottom: 26.67vw;
  }
  .ny37-section1 .info .text1 {
    font-size: 8vw;
  }
  .ny37-section1 .info .text2 {
    margin-top: 5.33vw;
    font-size: 5.33vw;
  }
}
/* ==================== 内页37 - 板块一 End ==================== */
/* ==================== 内页37 - 板块二 Start ==================== */
.ny37-section2-bg-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  margin-top: -100vh;
}
.ny37-section2-bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny37-section2 {
  background-color: rgba(0, 0, 0, 0.5);
}
.ny37-section2 .title {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  margin-bottom: 560px;
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
  font-size: 60px;
}
.ny37-section2 .body {
  background-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 160px;
  padding-bottom: 210px;
}
.ny37-section2 .body .text1 {
  color: #FFFFFF;
  font-size: 70px;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  margin-bottom: 40px;
}
.ny37-section2 .body .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  margin-bottom: 60px;
  text-align: justify;
}
.ny37-section2 .body .text2 span {
  color: #fff;
  font-family: inherit;
}
.ny37-section2 .body .content {
  margin-top: 60px;
}
.ny37-section2 .body .image {
  width: 100%;
  display: block;
}
.ny37-section2 .body .image img {
  display: block;
  width: 100%;
}
.ny37-section2 .body .itembox {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.ny37-section2 .body .itembox:before {
  content: "";
  display: block;
  width: 450px;
  height: 1px;
  background-color: #6E6E73;
}
.ny37-section2 .body .item {
  width: 50%;
  margin-top: 60px;
}
.ny37-section2 .body .item .item-text1 {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 14px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.ny37-section2 .body .item .item-text1 strong {
  display: inline-block;
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  font-family: "HYJunhei-85J";
  margin-right: 10px;
  margin-bottom: -5px;
}
.ny37-section2 .body .item .item-text1 strong span {
  display: inline-block;
  line-height: 1;
  font-family: inherit;
}
.ny37-section2 .body .item .item-text2 {
  color: #86868B;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .ny37-section2 .title {
    padding-top: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-bottom: 8vw;
    margin-bottom: 74.67vw;
    font-size: 8vw;
  }
  .ny37-section2 .body {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-top: 21.33vw;
    padding-bottom: 28vw;
  }
  .ny37-section2 .body .text1 {
    font-size: 9.33vw;
    margin-bottom: 5.33vw;
  }
  .ny37-section2 .body .text2 {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .ny37-section2 .body .content {
    margin-top: 8vw;
  }
  .ny37-section2 .body .itembox {
    margin-top: 8vw;
  }
  .ny37-section2 .body .itembox:before {
    width: 60vw;
  }
  .ny37-section2 .body .item {
    margin-top: 8vw;
  }
  .ny37-section2 .body .item .item-text1 {
    font-size: 4vw;
    margin-bottom: 1.87vw;
  }
  .ny37-section2 .body .item .item-text1 strong {
    font-size: 9.33vw;
    margin-right: 1.33vw;
    margin-bottom: -0.67vw;
  }
  .ny37-section2 .body .item .item-text2 {
    font-size: 4vw;
  }
}
/* ==================== 内页37 - 板块二 End ==================== */
/* ==================== 内页37 - 板块三 Start ==================== */
.ny37-section3 {
  overflow: hidden;
  position: relative;
}
.ny37-section3 .body1 {
  position: relative;
  background-color: #101010;
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
.ny37-section3 .body1 .text1 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny37-section3 .body1 .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.6;
}
.ny37-section3 .body2 {
  position: relative;
  background-color: #000;
  padding-bottom: 200px;
}
.ny37-section3 .body2 .bg-image img {
  width: 100%;
}
.ny37-section3 .swiper {
  padding: 60px 40px;
  border-radius: 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  margin-top: -220px;
}
.ny37-section3 .item {
  display: block;
}
.ny37-section3 .item .text1 {
  font-size: 50px;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
}
.ny37-section3 .item .text2 {
  color: #86868B;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
}
.ny37-section3 .item .text2 span {
  width: 33.33%;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.ny37-section3 .item .text2 span:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #86868B;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ny37-section3 .item .text2 span:nth-child(3n) {
  padding-right: 0;
}
.ny37-section3 .item .text2 span:nth-child(3n):after {
  display: none;
}
.ny37-section3 .item .text2 span:last-child {
  width: auto;
  padding-right: 0;
}
.ny37-section3 .item .text2 span:last-child:after {
  display: none;
}
.ny37-section3 .item .text2 span:nth-child(3) ~ span {
  margin-top: 40px;
}
.ny37-section3 .swiper-btn-group {
  justify-content: flex-end;
}
.ny37-section3 .swiper-btn-prev {
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .ny37-section3 .body1 {
    padding-top: 26.67vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-bottom: 8vw;
  }
  .ny37-section3 .body1 .text1 {
    font-size: 9.33vw;
    margin-bottom: 5.33vw;
  }
  .ny37-section3 .body1 .text2 {
    font-size: 4vw;
  }
  .ny37-section3 .body2 {
    padding-bottom: 26.67vw;
  }
  .ny37-section3 .swiper {
    padding: 8vw 5.33vw;
    border-radius: 5.33vw;
    backdrop-filter: blur(2.67vw);
    -webkit-backdrop-filter: blur(2.67vw);
    max-width: calc(100% - 10.67vw);
    margin-top: -29.33vw;
  }
  .ny37-section3 .item .text1 {
    font-size: 6.67vw;
    margin-bottom: 8vw;
  }
  .ny37-section3 .item .text2 {
    font-size: 3.73vw;
  }
  .ny37-section3 .item .text2 span {
    padding-right: 2.67vw;
  }
  .ny37-section3 .item .text2 span:after {
    height: 4vw;
    right: 2vw;
  }
  .ny37-section3 .item .text2 span:nth-child(3) ~ span {
    margin-top: 5.33vw;
  }
  .ny37-section3 .swiper-btn-prev {
    margin-right: 3.2vw;
  }
}
/* ==================== 内页37 - 板块三 End ==================== */
/* ==================== 内页37 - 板块四 Start ==================== */
.ny37-section4-bg-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  margin-top: -100vh;
}
.ny37-section4-bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny37-section4 {
  background-color: #000;
  margin-top: 556px;
  padding: 200px 40px;
}
.ny37-section4 .text1 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 120px;
  font-family: "HYJunhei-85J";
}
.ny37-section4 .swiper {
  background: #101010;
  border-radius: 30px;
  padding: 60px 40px;
}
.ny37-section4 .swiper .swiper-slide {
  padding-bottom: 10px;
}
.ny37-section4 .item {
  margin-bottom: 160px;
}
.ny37-section4 .item:last-child {
  margin-bottom: 0;
}
.ny37-section4 .item .title {
  font-size: 50px;
  color: #86868B;
  margin-bottom: 60px;
  font-family: "HYJunhei-85J";
}
.ny37-section4 .item .title span {
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny37-section4 .item .table {
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.ny37-section4 .item .table table,
.ny37-section4 .item .table td,
.ny37-section4 .item .table th {
  border-collapse: collapse;
}
.ny37-section4 .item .table td,
.ny37-section4 .item .table th {
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.ny37-section4 .item .table table {
  width: 100%;
}
.ny37-section4 .item .table th {
  font-weight: 400;
  background-color: #222323;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  padding: 30px 25px;
  border-top: 0;
  white-space: nowrap;
}
.ny37-section4 .item .table tr th:first-child,
.ny37-section4 .item .table tr td:first-child {
  border-left: 0;
}
.ny37-section4 .item .table tr:last-child td {
  border-bottom: 0;
}
.ny37-section4 .item .table td {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 26px;
  line-height: 1.4em;
  padding: 30px 25px;
  color: #fff;
  text-align: center;
}
.ny37-section4 .item .table td strong {
  font-weight: 400;
}
.ny37-section4 .item .desc {
  font-size: 26px;
  color: #86868B;
  line-height: 1.6;
  margin-top: 40px;
}
.ny37-section4 .swiper-btn-group {
  margin-top: 60px;
  justify-content: flex-end;
}
.ny37-section4 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 40px;
}
.ny37-section4 .list .list-item {
  text-align: center;
  width: 32%;
}
.ny37-section4 .list .list-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny37-section4 .list .list-item:nth-child(3) ~ .list-item {
  margin-top: 2%;
}
.ny37-section4 .list .list-item .image img {
  width: 100%;
}
.ny37-section4 .list .list-item .text {
  font-size: 15.994px;
  color: #fff;
  margin-top: 20.006px;
}
.ny37-section4 .item-swiper {
  position: relative;
}
.ny37-section4 .bottom {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #101010;
  z-index: 3;
}
.ny37-section4 .swiper-pagination {
  position: static;
  background-color: rgba(134, 134, 139, 0.2);
  border-radius: 100px;
  position: relative;
  height: 4px;
  width: 100%;
}
.ny37-section4 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
  border-radius: 100px;
  display: block;
}
.ny37-section4 .ny37-section4-swiper2 {
  margin-top: 160px;
}
.ny37-section4 .ny37-section4-swiper2 .image {
  border-radius: 10px;
  overflow: hidden;
}
.ny37-section4 .ny37-section4-swiper2 .text {
  margin-top: 100px;
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  .ny37-section4 {
    margin-top: 74.13vw;
    padding: 26.67vw 5.33vw;
  }
  .ny37-section4 .text1 {
    font-size: 9.33vw;
    margin-bottom: 16vw;
  }
  .ny37-section4 .swiper {
    border-radius: 4vw;
    padding: 8vw 5.33vw;
  }
  .ny37-section4 .swiper .swiper-slide {
    padding-bottom: 1.33vw;
  }
  .ny37-section4 .item {
    margin-bottom: 21.33vw;
  }
  .ny37-section4 .item .title {
    font-size: 6.67vw;
    margin-bottom: 8vw;
  }
  .ny37-section4 .item .table {
    border-radius: 1.33vw;
  }
  .ny37-section4 .item .table th {
    font-size: 3.47vw;
    padding: 4vw 3.33vw;
  }
  .ny37-section4 .item .table td {
    font-size: 3.47vw;
    padding: 4vw 3.33vw;
  }
  .ny37-section4 .item .desc {
    font-size: 3.47vw;
    margin-top: 5.33vw;
  }
  .ny37-section4 .swiper-btn-group {
    margin-top: 8vw;
  }
  .ny37-section4 .list {
    margin-top: 5.33vw;
  }
  .ny37-section4 .list .list-item .text {
    font-size: 15.132 0.53vw;
    margin-top: 20 0.8vw;
  }
  .ny37-section4 .bottom {
    bottom: 16vw;
    width: 40vw;
  }
  .ny37-section4 .swiper-pagination {
    border-radius: 13.33vw;
    height: 0.53vw;
  }
  .ny37-section4 .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: 13.33vw;
  }
  .ny37-section4 .ny37-section4-swiper2 {
    margin-top: 21.33vw;
  }
  .ny37-section4 .ny37-section4-swiper2 .image {
    border-radius: 1.33vw;
  }
  .ny37-section4 .ny37-section4-swiper2 .text {
    margin-top: 13.33vw;
    font-size: 4vw;
  }
}
/* ==================== 内页37 - 板块四 End ==================== */
/* ==================== 内页37 - 板块五 Start ==================== */
.ny37-section5 {
  padding: 200px 40px;
  background-color: #fff;
}
.ny37-section5 .title {
  text-align: left;
}
.ny37-section5 .title .text1 {
  font-size: 70px;
  color: #1E1E20;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny37-section5 .title .text1 strong {
  font-size: 100px;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  font-weight: 400;
}
.ny37-section5 .itembox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ny37-section5 .itembox1 {
  margin-top: 60px;
}
.ny37-section5 .itembox2 {
  margin-top: 40px;
}
.ny37-section5 .itembox3 {
  margin-top: 70px;
}
.ny37-section5 .item {
  text-align: center;
  margin-right: 60px;
}
.ny37-section5 .item:last-child {
  margin-right: 0;
}
.ny37-section5 .item img {
  width: auto;
  height: 90px;
}
.ny37-section5 .item .text {
  margin-top: 20px;
  font-size: 20px;
  color: #1E1E20;
  line-height: 1.2;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny37-section5 .text2 {
  margin-top: 60px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  position: relative;
  padding-top: 60px;
}
.ny37-section5 .text2:before {
  content: "";
  display: block;
  width: 450px;
  height: 2px;
  background-color: #B6B6B9;
  position: absolute;
  top: 0;
  left: 0;
}
.ny37-section5 .text2 span {
  color: #1E1E20;
}
@media screen and (max-width: 749px) {
  .ny37-section5 {
    padding: 26.67vw 5.33vw;
  }
  .ny37-section5 .title .text1 {
    font-size: 9.33vw;
  }
  .ny37-section5 .title .text1 strong {
    font-size: 13.33vw;
  }
  .ny37-section5 .itembox1 {
    margin-top: 8vw;
  }
  .ny37-section5 .itembox2 {
    margin-top: 5.33vw;
  }
  .ny37-section5 .itembox3 {
    margin-top: 9.33vw;
  }
  .ny37-section5 .item {
    margin-right: 8vw;
  }
  .ny37-section5 .item img {
    height: 12vw;
  }
  .ny37-section5 .item .text {
    margin-top: 2.67vw;
    font-size: 2.67vw;
  }
  .ny37-section5 .text2 {
    margin-top: 8vw;
    font-size: 4vw;
    padding-top: 8vw;
  }
  .ny37-section5 .text2:before {
    width: 60vw;
  }
}
/* ==================== 内页37 - 板块五 End ==================== */
/* ==================== 内页37 - 板块六 Start ==================== */
.ny37-section6 {
  padding: 200px 40px;
  background-color: #000;
  overflow: hidden;
}
.ny37-section6 .title {
  text-align: left;
  margin-bottom: 160px;
}
.ny37-section6 .title .text1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny37-section6 .body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 590px;
}
.ny37-section6 .body .bg-image {
  display: block;
}
.ny37-section6 .body .bg-image img {
  width: 100%;
}
.ny37-section6 .body video {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 470px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ny37-section6 .swiper-btn-group {
  justify-content: flex-end;
  border-top: 1px solid #1D1D1F;
  padding-top: 60px;
  margin-top: 0;
}
.ny37-section6 .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  position: relative;
}
.ny37-section6 .swiper .slide-text1 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 60px;
}
.ny37-section6 .swiper .slide-text1 strong {
  display: inline-block;
  line-height: 1;
  font-family: "HYJunhei-85J";
  font-size: 70px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -5px;
}
.ny37-section6 .swiper .swiper-slide {
  padding-bottom: 160px;
}
.ny37-section6 .swiper .swiper-slide .image {
  width: 100%;
}
.ny37-section6 .swiper .swiper-slide .image img {
  width: 100%;
}
.ny37-section6 .swiper .swiper-slide .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  text-align: left;
  margin-top: 60px;
}
.ny37-section6 .swiper .swiper-slide .itembox {
  width: 400px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ny37-section6 .swiper .swiper-slide .item {
  width: 50%;
  text-align: left;
  display: block;
}
.ny37-section6 .swiper .swiper-slide .item:nth-child(2) ~ .item {
  margin-top: 70px;
}
.ny37-section6 .swiper .swiper-slide .item .number {
  font-size: 100px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny37-section6 .swiper .swiper-slide .item .number span {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 10px;
}
.ny37-section6 .swiper .swiper-slide .item .text3 {
  margin-top: 10px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.1;
}
.ny37-section6 .swiper .swiper-slide .item .text3 span {
  font-size: 18px;
  display: block;
  margin-top: 2px;
  height: 1em;
}
@media screen and (max-width: 749px) {
  .ny37-section6 {
    padding: 26.67vw 5.33vw;
  }
  .ny37-section6 .title {
    margin-bottom: 21.33vw;
  }
  .ny37-section6 .title .text1 {
    font-size: 8vw;
  }
  .ny37-section6 .body {
    width: 78.67vw;
  }
  .ny37-section6 .body video {
    top: 2.67vw;
    left: 8vw;
    width: 62.67vw;
    height: 40vw;
  }
  .ny37-section6 .swiper-btn-group {
    padding-top: 8vw;
  }
  .ny37-section6 .swiper {
    margin-top: 21.33vw;
  }
  .ny37-section6 .swiper .slide-text1 {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .ny37-section6 .swiper .slide-text1 strong {
    font-size: 9.33vw;
    padding-left: 1.33vw;
    padding-right: 1.33vw;
    margin-bottom: -0.67vw;
  }
  .ny37-section6 .swiper .swiper-slide {
    padding-bottom: 21.33vw;
  }
  .ny37-section6 .swiper .swiper-slide .text2 {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .ny37-section6 .swiper .swiper-slide .itembox {
    width: 53.33vw;
    padding-top: 9.33vw;
  }
  .ny37-section6 .swiper .swiper-slide .item:nth-child(2) ~ .item {
    margin-top: 9.33vw;
  }
  .ny37-section6 .swiper .swiper-slide .item .number {
    font-size: 13.33vw;
  }
  .ny37-section6 .swiper .swiper-slide .item .number span {
    width: 3.47vw;
    height: 3.47vw;
    font-size: 1.6vw;
    margin-top: 1.33vw;
    margin-left: 1.33vw;
  }
  .ny37-section6 .swiper .swiper-slide .item .text3 {
    margin-top: 1.33vw;
    font-size: 4vw;
  }
  .ny37-section6 .swiper .swiper-slide .item .text3 span {
    font-size: 2.4vw;
    margin-top: 0.27vw;
  }
}
/* ==================== 内页37 - 板块六 End ==================== */
<!--耗时1752799433.4813秒-->