/* ==================== 内页21 - 通用标题 Start ==================== */
.ny21-title {
  line-height: 1;
  font-family: "HYJunhei-85J";
  font-size: 70px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny21-title {
    font-size: 9.333vw;
  }
}
/* ==================== 内页21 - 通用标题 Start ==================== */
/* ==================== 内页21 - 板块一 Start ==================== */
.ny21-section1 {
  background-color: #000;
  position: relative;
}
.ny21-section1 .info {
  position: absolute;
  top: 166px;
  left: 0;
  z-index: 4;
  width: 100%;
}
.ny21-section1 .info .icon {
  width: 221px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section1 .bg-image {
  width: 100%;
}
.ny21-section1 .title {
  text-align: center;
  z-index: 2;
  font-family: "HYJunhei-85J";
  font-size: 90px;
  line-height: 1.1;
  color: #fff;
  z-index: 4;
  width: 100%;
}
.ny21-section1 .bg-image {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .ny21-section1 .info {
    top: 22.13vw;
  }
  .ny21-section1 .info .icon {
    width: 29.47vw;
    margin-bottom: 5.33vw;
  }
  .ny21-section1 .title {
    font-size: 12vw;
  }
}
/* ==================== 内页21 - 板块一 End ==================== */
/* ==================== 内页21 - 板块二 Start ==================== */
.ny21-section2 {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #101010;
  padding-bottom: 200px;
  padding-top: 200px;
  position: relative;
}
.ny21-section2 .ny21-title {
  margin-bottom: 60px;
}
.ny21-section2 .itembox {
  border-radius: 20px;
  overflow: hidden;
}
.ny21-section2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.ny21-section2 .head .text {
  font-size: 36px;
  min-width: 0;
  flex-grow: 1;
  font-family: "HYJunhei-85J";
}
.ny21-section2 .head .arrow .iconfont {
  font-size: 30px;
  transform: rotate(90deg);
}
.ny21-section2 .item {
  background: #000;
  padding: 40px 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  text-align: justify;
}
.ny21-section2 .item:last-child {
  border-bottom: 0;
}
.ny21-section2 .item.active {
  border-bottom-color: transparent;
  padding: 60px 40px;
}
.ny21-section2 .item.active .arrow {
  display: none;
}
.ny21-section2 .item.active .body {
  display: block;
}
.ny21-section2 .item .body {
  padding-top: 60px;
  display: none;
}
.ny21-section2 .item .image {
  width: 100%;
  margin-bottom: 60px;
}
.ny21-section2 .item .image img {
  width: 100%;
}
.ny21-section2 .item .desc span {
  color: #fff;
}
.ny21-section2 .item .desc p {
  font-family: inherit;
}
.ny21-section2 .item .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
  z-index: 3;
  margin-top: 60px;
}
.ny21-section2 .item .swiper-button-prev,
.ny21-section2 .item .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  position: static;
  transform: translate(0, 0);
  margin: 0;
  font-size: 26px;
  color: #fff;
}
.ny21-section2 .item .swiper-button-next:before {
  margin-right: -0.2em;
}
.ny21-section2 .item .swiper-button-prev:before {
  margin-left: -0.2em;
}
.ny21-section2 .item .swiper-button-prev {
  margin-right: 24px;
}
.ny21-section2 .item .swiper-button-prev:before {
  transform: rotateY(-180deg);
}
.ny21-section2 .item1 .image {
  margin-bottom: 60px;
}
.ny21-section2 .item1 .desc {
  padding-right: 40px;
}
.ny21-section2 .item1 ul li {
  text-align: center;
}
.ny21-section2 .item1 ul li .icon {
  width: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section2 .item1 ul li .icon img {
  width: 100%;
}
.ny21-section2 .item1 ul li .text {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.1;
}
.ny21-section2 .item5 .item2 {
  margin-bottom: 60px;
}
.ny21-section2 .item5 .item2:last-child {
  margin-bottom: 0;
}
.ny21-section2 .item5 .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.ny21-section2 .item5 .top .icon {
  width: 50px;
  display: block;
  margin-right: 10px;
}
.ny21-section2 .item5 .top .text {
  font-size: 30px;
  color: #FFFFFF;
}
.ny21-section2 .item5 .bottom {
  font-size: 26px;
  color: #8A8A8A;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny21-section2 {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    padding-bottom: 26.667vw;
    padding-top: 26.667vw;
  }
  .ny21-section2 .ny21-title {
    margin-bottom: 8vw;
  }
  .ny21-section2 .itembox {
    border-radius: 2.667vw;
  }
  .ny21-section2 .head .text {
    font-size: 4.8vw;
  }
  .ny21-section2 .head .arrow .iconfont {
    font-size: 4vw;
  }
  .ny21-section2 .item {
    padding: 5.333vw 5.333vw;
    font-size: 4vw;
  }
  .ny21-section2 .item.active {
    padding: 8vw 5.333vw;
  }
  .ny21-section2 .item .body {
    padding-top: 8vw;
  }
  .ny21-section2 .item .image {
    margin-bottom: 8vw;
  }
  .ny21-section2 .item .btn-group {
    margin-top: 8vw;
  }
  .ny21-section2 .item .swiper-button-prev,
  .ny21-section2 .item .swiper-button-next {
    width: 8vw;
    height: 8vw;
    font-size: 3.467vw;
  }
  .ny21-section2 .item .swiper-button-prev {
    margin-right: 3.2vw;
  }
  .ny21-section2 .item1 .image {
    margin-bottom: 8vw;
  }
  .ny21-section2 .item1 .desc {
    padding-right: 5.333vw;
  }
  .ny21-section2 .item1 ul li .icon {
    width: 7.333vw;
  }
  .ny21-section2 .item1 ul li .text {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .ny21-section2 .item5 .item2 {
    margin-bottom: 8vw;
  }
  .ny21-section2 .item5 .top {
    margin-bottom: 2.667vw;
  }
  .ny21-section2 .item5 .top .icon {
    width: 6.667vw;
    margin-right: 1.333vw;
  }
  .ny21-section2 .item5 .top .text {
    font-size: 4vw;
  }
  .ny21-section2 .item5 .bottom {
    font-size: 3.467vw;
  }
}
/* ==================== 内页21 - 板块二 End ==================== */
/* ==================== 内页21 - 板块三 Start ==================== */
.ny21-section3 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
.ny21-section3 .ny21-section3-swiper {
  overflow: visible;
}
.ny21-section3 .ny21-section3-swiper .swiper-slide {
  width: auto;
  margin-right: 180px;
}
.ny21-section3 .ny21-section3-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.ny21-section3 .ny21-section3-box {
  display: block;
  width: 100%;
}
.ny21-section3 .ny21-title {
  margin-bottom: 60px;
  color: #1D1D1F;
}
.ny21-section3 .body {
  position: relative;
}
.ny21-section3 .item {
  display: block;
  text-align: center;
}
.ny21-section3 .item .icon {
  width: 100px;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 0px #EAEAEA;
  position: relative;
  margin-top: 10px;
}
.ny21-section3 .item .icon img {
  width: 76px;
  display: block;
}
.ny21-section3 .item .icon:after {
  content: "";
  display: block;
  background: url(../images/ny21/img008@100x30.png) no-repeat center;
  background-size: 100%;
  width: 100px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 200px;
}
.ny21-section3 .item .text {
  color: #1D1D1F;
  font-size: 20px;
  line-height: 1.2;
}
.ny21-section3 .line {
  width: 260px;
  height: 3px;
  border-radius: 100px;
  background-color: #D2D2D2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.ny21-section3 .line .swiper-scrollbar-drag,
.ny21-section3 .line span {
  display: block;
  width: 30%;
  height: 100%;
  border-radius: 100px;
  background-color: #000;
}
@media screen and (max-width: 749px) {
  .ny21-section3 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
  .ny21-section3 .ny21-section3-swiper .swiper-slide {
    margin-right: 24vw;
  }
  .ny21-section3 .ny21-title {
    margin-bottom: 8vw;
  }
  .ny21-section3 .item .icon {
    width: 13.33vw;
    margin-bottom: 2.67vw;
    width: 21.33vw;
    height: 21.33vw;
    box-shadow: 0vw 0vw 2.67vw 0vw #EAEAEA;
    margin-top: 1.33vw;
  }
  .ny21-section3 .item .icon img {
    width: 10.133vw;
  }
  .ny21-section3 .item .icon:after {
    width: 13.33vw;
    height: 4vw;
    right: 26.67vw;
  }
  .ny21-section3 .item .text {
    font-size: 2.67vw;
  }
  .ny21-section3 .line {
    width: 34.67vw;
    height: 2px;
    border-radius: 13.33vw;
    margin-top: 8vw;
  }
  .ny21-section3 .line span {
    border-radius: 13.33vw;
  }
}
/* ==================== 内页21 - 板块三 End ==================== */
/* ==================== 内页21 - 板块四 Start ==================== */
.ny21-section4 {
  overflow: hidden;
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny21-section4 .top {
  padding-left: 40px;
  padding-right: 40px;
}
.ny21-section4 .ny21-title {
  margin-bottom: 60px;
}
.ny21-section4 .ny21-tabs {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D1D1F;
  border-radius: 200px;
  padding: 5px 6px;
}
.ny21-section4 .ny21-tabs .swiper-button {
  flex-shrink: 0;
  position: static;
  margin: 0;
  transform: translate(0);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.ny21-section4 .ny21-tabs .swiper-button.swiper-button-disabled {
  display: none;
}
.ny21-section4 .ny21-tabs .swiper-button-prev {
  transform: rotateY(180deg);
  margin-right: 10px;
}
.ny21-section4 .ny21-tabs .swiper-button-next {
  margin-left: 10px;
}
.ny21-section4 .ny21-section4-swiper {
  min-width: 0;
  flex-grow: 1;
}
.ny21-section4 .ny21-section4-swiper .swiper-slide {
  width: auto;
  padding: 12px 0;
  font-size: 24px;
  line-height: 1.1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
}
.ny21-section4 .ny21-section4-swiper .swiper-slide.swiper-slide-thumb-active {
  color: #000;
  background-color: #fff;
  font-family: "HYJunhei-85J";
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide.active:after {
  display: none;
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide .item {
  height: 460px;
  width: 750px;
  position: relative;
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide .item .icon {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(234, 233, 234, 0.7);
  background: -webkit-linear-gradient(146deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -o-linear-gradient(146deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(146deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide .item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ny21-section4 .ny21-section4-swiper2 .swiper-slide img {
  width: 100%;
}
.ny21-section4 .common-btn {
  margin-top: 60px;
}
.ny21-section4 .common-btn .text {
  color: #fff;
}
.ny21-section4 .common-btn .btn-content {
  background: linear-gradient(146deg, #5E5E5E, #8A8888);
}
.ny21-section4-popup1 .body1,
.ny21-section4-popup1 .body2,
.ny21-section4-popup1 .body3,
.ny21-section4-popup1 .body4 {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.ny21-section4-popup1 .body1:after,
.ny21-section4-popup1 .body2:after,
.ny21-section4-popup1 .body3:after,
.ny21-section4-popup1 .body4:after {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: #212122;
  width: 600px;
  transform: translateX(-50%);
  position: absolute;
}
.ny21-section4-popup1 .title {
  font-size: 70px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .title span {
  color: #86868B;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body1 {
  padding-bottom: 200px;
}
.ny21-section4-popup1 .body1 .title {
  margin-top: 120px;
}
.ny21-section4-popup1 .body1 .text1 {
  font-size: 90px;
  color: #FFFFFF;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body1 .text1 span {
  font-size: 70px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body1 .image {
  width: 100%;
}
.ny21-section4-popup1 .body1 .image img {
  width: 100%;
}
.ny21-section4-popup1 .body1 .itembox {
  margin-top: 60px;
  position: relative;
}
.ny21-section4-popup1 .body1 .itembox:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  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);
  pointer-events: none;
}
.ny21-section4-popup1 .body1 .itembox-scroll {
  overflow: auto;
  width: 100%;
  height: 30vh;
  padding-bottom: 160px;
}
.ny21-section4-popup1 .body1 .itembox-scroll::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
.ny21-section4-popup1 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
.ny21-section4-popup1 .body1 .item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.ny21-section4-popup1 .body1 .item:last-child {
  margin-bottom: 0;
}
.ny21-section4-popup1 .body1 .item .icon {
  width: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.ny21-section4-popup1 .body1 .item .desc {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body1 .item .desc span {
  color: #fff;
  font-family: inherit;
}
.ny21-section4-popup1 .body2 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny21-section4-popup1 .body2 .item {
  margin-top: 60px;
}
.ny21-section4-popup1 .body2 .item .icon {
  width: 80px;
  display: block;
  margin-bottom: 20px;
}
.ny21-section4-popup1 .body2 .item .text1 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body2 .item .text2 {
  margin-top: 20px;
  font-size: 26px;
  color: #8A8A8A;
  line-height: 1.4;
}
.ny21-section4-popup1 .body2 .item .text2 span {
  color: #fff;
}
.ny21-section4-popup1 .body3 {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 55px;
  padding-right: 55px;
}
.ny21-section4-popup1 .body3 .phone {
  background: url(../images/ny21/img621@600x1410.png) no-repeat center;
  width: 600px;
  height: 1410px;
  padding-top: 166px;
  padding-left: 64px;
  padding-right: 50px;
  padding-bottom: 126px;
  font-size: 30px;
  color: #FFFFFF;
  background-size: 100%;
  line-height: 1.3;
}
.ny21-section4-popup1 .body3 .phone-box {
  height: 100%;
  overflow: auto;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body3 .phone-box::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
.ny21-section4-popup1 .body3 .phone-box::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
.ny21-section4-popup1 .body4 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny21-section4-popup1 .body4:after {
  display: none;
}
.ny21-section4-popup1 .body4 .top {
  line-height: 1.3;
  margin-bottom: 60px;
}
.ny21-section4-popup1 .body4 .top .text1 {
  font-size: 70px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body4 .top .text2 {
  font-size: 50px;
  color: #86868B;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup1 .body4 .table table,
.ny21-section4-popup1 .body4 .table td,
.ny21-section4-popup1 .body4 .table th {
  border-collapse: collapse;
}
.ny21-section4-popup1 .body4 .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup1 .body4 .table table th {
  border: 1px solid #3A3B3B;
  background-color: #373838;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 5px;
  font-weight: 400;
}
.ny21-section4-popup1 .body4 .table table td {
  padding: 20px;
  border: 1px solid #3A3B3B;
  font-size: 20px;
  color: #fff;
}
.ny21-section4-popup2 .body1,
.ny21-section4-popup2 .body2,
.ny21-section4-popup2 .body3,
.ny21-section4-popup2 .body4 {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.ny21-section4-popup2 .body1:after,
.ny21-section4-popup2 .body2:after,
.ny21-section4-popup2 .body3:after,
.ny21-section4-popup2 .body4:after {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: #212122;
  width: 600px;
  transform: translateX(-50%);
  position: absolute;
}
.ny21-section4-popup2 .title {
  font-size: 70px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup2 .title span {
  color: #86868B;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup2 .body1 {
  padding-bottom: 200px;
}
.ny21-section4-popup2 .body1 .title {
  margin-top: 120px;
}
.ny21-section4-popup2 .body1 .text1 {
  font-size: 90px;
  color: #FFFFFF;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup2 .body1 .image {
  width: 100%;
}
.ny21-section4-popup2 .body1 .image img {
  width: 100%;
}
.ny21-section4-popup2 .body1 .itembox {
  margin-top: 60px;
  position: relative;
}
.ny21-section4-popup2 .body1 .itembox:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  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);
  pointer-events: none;
}
.ny21-section4-popup2 .body1 .itembox-scroll {
  overflow: auto;
  width: 100%;
  height: 30vh;
  padding-bottom: 160px;
}
.ny21-section4-popup2 .body1 .itembox-scroll::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
.ny21-section4-popup2 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
.ny21-section4-popup2 .body1 .item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.ny21-section4-popup2 .body1 .item:last-child {
  margin-bottom: 0;
}
.ny21-section4-popup2 .body1 .item .icon {
  width: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.ny21-section4-popup2 .body1 .item .desc {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup2 .body1 .item .desc span {
  color: #fff;
  font-family: inherit;
}
.ny21-section4-popup2 .body2 {
  padding-top: 200px;
  padding-bottom: 120px;
}
.ny21-section4-popup2 .body2::after {
  display: none;
}
.ny21-section4-popup2 .body2 .text1 {
  font-size: 50px;
  font-family: "HYJunhei-85J";
  margin-bottom: 40px;
}
.ny21-section4-popup2 .body2 .image {
  width: 100%;
  margin-bottom: 60px;
}
.ny21-section4-popup2 .body2 .image img {
  width: 100%;
}
.ny21-section4-popup2 .body2 .desc {
  font-size: 30px;
  line-height: 1.6;
}
.ny21-section4-popup2 .body2 .desc ul {
  padding-left: 60px;
}
.ny21-section4-popup2 .body2 .desc ul li {
  width: 100%;
  position: relative;
  font-size: 26px;
  color: #fff;
  line-height: 1.8;
  font-family: "HYJunhei-85J";
  margin-bottom: 20px;
}
.ny21-section4-popup2 .body2 .desc ul li:last-child {
  margin-bottom: 0;
}
.ny21-section4-popup2 .body2 .desc ul li span {
  color: #666666;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup2 .body2 .desc ul li:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #fff;
  left: -60px;
}
.ny21-section4-popup2 .body2 .desc ul li:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  left: -30px;
}
.ny21-section4-popup2 .body2 .desc .image {
  margin-top: 50px;
}
.ny21-section4-popup2 .body3 {
  padding-bottom: 220px;
}
.ny21-section4-popup2 .body3 .text1 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 60px;
  font-family: "HYJunhei-85J";
  color: #fff;
}
.ny21-section4-popup2 .body3 .text2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #fff;
}
.ny21-section4-popup2 .body3 .table table,
.ny21-section4-popup2 .body3 .table td,
.ny21-section4-popup2 .body3 .table th {
  border-collapse: collapse;
}
.ny21-section4-popup2 .body3 .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup2 .body3 .table table th {
  border: 1px solid #212122;
  background-color: #373838;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 10px;
  font-weight: 400;
}
.ny21-section4-popup2 .body3 .table table td {
  padding: 20px 5px;
  border: 1px solid #212122;
  font-size: 20px;
  color: #FFFFFF;
}
.ny21-section4-popup2 .body3 .ny21-section4-popup2-body2-swiper {
  margin-top: 15px;
}
.ny21-section4-popup2 .body3 .ny21-section4-popup2-body2-swiper .swiper-slide {
  width: auto;
  margin-right: 15px;
}
.ny21-section4-popup2 .body3 .ny21-section4-popup2-body2-swiper .swiper-slide img {
  height: 68px;
}
.ny21-section4-popup2 .body4 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny21-section4-popup2 .body4:after {
  display: none;
}
.ny21-section4-popup2 .body4 .table table,
.ny21-section4-popup2 .body4 .table td,
.ny21-section4-popup2 .body4 .table th {
  border-collapse: collapse;
}
.ny21-section4-popup2 .body4 .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup2 .body4 .table table th {
  border: 1px solid #212122;
  background-color: #373838;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 10px;
  font-weight: 400;
}
.ny21-section4-popup2 .body4 .table table td {
  padding: 20px 5px;
  border: 1px solid #212122;
  font-size: 20px;
  color: #FFFFFF;
}
.ny21-section4-popup3 .body1,
.ny21-section4-popup3 .body2,
.ny21-section4-popup3 .body3,
.ny21-section4-popup3 .body4 {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.ny21-section4-popup3 .body1:after,
.ny21-section4-popup3 .body2:after,
.ny21-section4-popup3 .body3:after,
.ny21-section4-popup3 .body4:after {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  height: 2px;
  background-color: #212122;
  width: 600px;
  transform: translateX(-50%);
  position: absolute;
}
.ny21-section4-popup3 .title {
  font-size: 70px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .title span {
  color: #86868B;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .body1 {
  padding-bottom: 200px;
}
.ny21-section4-popup3 .body1 .title {
  margin-top: 120px;
}
.ny21-section4-popup3 .body1 .text1 {
  font-size: 90px;
  color: #FFFFFF;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .body1 .video {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  width: 600px;
  height: 350px;
}
.ny21-section4-popup3 .body1 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny21-section4-popup3 .body1 .itembox {
  margin-top: 60px;
  position: relative;
}
.ny21-section4-popup3 .body1 .itembox:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  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);
  pointer-events: none;
}
.ny21-section4-popup3 .body1 .itembox-scroll {
  overflow: auto;
  width: 100%;
  height: 30vh;
  padding-bottom: 160px;
}
.ny21-section4-popup3 .body1 .itembox-scroll::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
.ny21-section4-popup3 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
.ny21-section4-popup3 .body1 .item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.ny21-section4-popup3 .body1 .item:last-child {
  margin-bottom: 0;
}
.ny21-section4-popup3 .body1 .item .icon {
  width: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.ny21-section4-popup3 .body1 .item .desc {
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .body1 .item .desc span {
  color: #fff;
  font-family: inherit;
}
.ny21-section4-popup3 .body2:after {
  display: none;
}
.ny21-section4-popup3 .body2 .item2 {
  padding-top: 200px;
  padding-bottom: 200px;
  border-bottom: 2px solid #212122;
}
.ny21-section4-popup3 .body2 .item2:last-child {
  border-bottom: 0;
}
.ny21-section4-popup3 .body2 .item2 .text1 {
  font-size: 70px;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .body2 .item2 .text1 span {
  color: #86868B;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup3 .body2 .item2 .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
  margin-top: 60px;
}
.ny21-section4-popup3 .body2 .item2 .text2 span {
  color: #fff;
}
.ny21-section4-popup3 .body2 .item2 .text3 {
  font-size: 50px;
  color: #86868B;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup4 .body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ny21-section4-popup4 .body .title {
  font-size: 90px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 120px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup4 .body .title2 {
  font-size: 70px;
  line-height: 1.1;
  color: #86868B;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup4 .body .table table,
.ny21-section4-popup4 .body .table td,
.ny21-section4-popup4 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup4 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup4 .body .table table th {
  padding: 20px 30px;
  color: rgba(255, 255, 255, 0.6);
  background-color: #373838;
  font-size: 26px;
  font-weight: 400;
  white-space: nowrap;
}
.ny21-section4-popup4 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup4 .body .table table td {
  padding: 70px 30px;
  border: 1px solid #424245;
  color: #FFFFFF;
  font-size: 20px;
}
.ny21-section4-popup4 .body1 {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 200px;
}
.ny21-section4-popup5 .body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.ny21-section4-popup5 .body .title {
  font-size: 90px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 120px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup5 .body .title span {
  font-size: 70px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup5 .body .title2 {
  font-size: 70px;
  line-height: 1.1;
  color: #86868B;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup5 .body .title2 span {
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup5 .body .table table,
.ny21-section4-popup5 .body .table td,
.ny21-section4-popup5 .body .table th {
  border-collapse: collapse;
}
.ny21-section4-popup5 .body .table table {
  width: 100%;
  text-align: center;
}
.ny21-section4-popup5 .body .table table th {
  padding: 13.997px 20.006px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #373838;
  font-size: 15.994px;
  font-weight: 400;
}
.ny21-section4-popup5 .body .table table th {
  border: 1px solid #424245;
}
.ny21-section4-popup5 .body .table table td {
  padding: 25.997px;
  border: 1px solid #424245;
  color: #FFFFFF;
}
.ny21-section4-popup5 .body1 .itembox {
  margin-top: 60px;
  position: relative;
  margin-bottom: 140px;
}
.ny21-section4-popup5 .body1 .itembox:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #424245;
  position: absolute;
  bottom: -140px;
  left: 0;
}
.ny21-section4-popup5 .body1 .itembox:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  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);
  pointer-events: none;
}
.ny21-section4-popup5 .body1 .itembox-scroll {
  overflow: auto;
  width: 100%;
  height: 30vh;
  padding-bottom: 160px;
}
.ny21-section4-popup5 .body1 .itembox-scroll::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
.ny21-section4-popup5 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
.ny21-section4-popup5 .body1 .item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
.ny21-section4-popup5 .body1 .item:last-child {
  margin-bottom: 0;
}
.ny21-section4-popup5 .body1 .item .icon {
  width: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.ny21-section4-popup5 .body1 .item .desc {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
}
.ny21-section4-popup5 .body1 .image {
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.ny21-section4-popup5 .body1 .image img {
  width: 100%;
}
.ny21-section4-popup5 .body2 {
  padding-top: 200px;
  padding-bottom: 200px;
  border-bottom: 1px solid #424245;
}
.ny21-section4-popup5 .body2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny21-section4-popup5 .body2 .item {
  width: 100%;
}
.ny21-section4-popup5 .body2 .item:nth-child(1) ~ .item {
  margin-top: 100px;
}
.ny21-section4-popup5 .body2 .item .icon {
  margin-bottom: 20px;
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: 80px;
}
.ny21-section4-popup5 .body2 .item .text1 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #fff;
}
.ny21-section4-popup5 .body2 .item .text2 {
  margin-top: 20px;
  font-size: 26px;
  color: #8A8A8A;
  line-height: 1.8;
  text-align: justify;
}
.ny21-section4-popup5 .body2 .item .text2 strong {
  font-weight: 400;
  color: #fff;
}
.ny21-section4-popup5 .body3 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny21-section4-popup5 .body3 tr td {
  font-size: 20px;
  color: #FFFFFF;
  padding: 20px;
}
.ny21-section4-popup5 .body3 tr td:nth-child(2n-1) {
  background-color: #373838;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 749px) {
  .ny21-section4 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4 .top {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny21-section4 .ny21-title {
    margin-bottom: 8vw;
  }
  .ny21-section4 .ny21-tabs {
    margin-bottom: 8vw;
    border-radius: 26.667vw;
    padding: 0.667vw 0.8vw;
  }
  .ny21-section4 .ny21-tabs .swiper-button {
    width: 5.867vw;
    height: 5.867vw;
    font-size: 3.2vw;
  }
  .ny21-section4 .ny21-tabs .swiper-button-prev {
    margin-right: 1.333vw;
  }
  .ny21-section4 .ny21-tabs .swiper-button-next {
    margin-left: 1.333vw;
  }
  .ny21-section4 .ny21-section4-swiper .swiper-slide {
    padding: 1.6vw 0;
    font-size: 3.2vw;
    border-radius: 13.333vw;
  }
  .ny21-section4 .ny21-section4-swiper2 .swiper-slide .item {
    height: 61.333vw;
    width: 100vw;
  }
  .ny21-section4 .ny21-section4-swiper2 .swiper-slide .item .icon {
    right: 2.667vw;
    bottom: 2.667vw;
    width: 8.533vw;
    height: 8.533vw;
    font-size: 4vw;
    backdrop-filter: blur(1.333vw);
    -webkit-backdrop-filter: blur(1.333vw);
  }
  .ny21-section4 .common-btn {
    margin-top: 8vw;
  }
  .ny21-section4-popup1 .body1,
  .ny21-section4-popup1 .body2,
  .ny21-section4-popup1 .body3,
  .ny21-section4-popup1 .body4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .ny21-section4-popup1 .body1:after,
  .ny21-section4-popup1 .body2:after,
  .ny21-section4-popup1 .body3:after,
  .ny21-section4-popup1 .body4:after {
    width: 80vw;
  }
  .ny21-section4-popup1 .title {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup1 .body1 {
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup1 .body1 .title {
    margin-top: 16vw;
  }
  .ny21-section4-popup1 .body1 .text1 {
    font-size: 12vw;
  }
  .ny21-section4-popup1 .body1 .text1 span {
    font-size: 9.333vw;
  }
  .ny21-section4-popup1 .body1 .itembox {
    margin-top: 8vw;
  }
  .ny21-section4-popup1 .body1 .itembox-scroll {
    padding-bottom: 21.333vw;
  }
  .ny21-section4-popup1 .body1 .itembox-scroll::-webkit-scrollbar {
    width: 0.533vw;
    border-radius: 13.333vw;
  }
  .ny21-section4-popup1 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
    border-radius: 13.333vw;
  }
  .ny21-section4-popup1 .body1 .item {
    padding-left: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup1 .body1 .item .icon {
    width: 2.667vw;
    top: 1.333vw;
  }
  .ny21-section4-popup1 .body1 .item .desc {
    font-size: 4vw;
  }
  .ny21-section4-popup1 .body2 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup1 .body2 .item {
    margin-top: 8vw;
  }
  .ny21-section4-popup1 .body2 .item .icon {
    width: 10.667vw;
    margin-bottom: 2.667vw;
  }
  .ny21-section4-popup1 .body2 .item .text1 {
    font-size: 4vw;
  }
  .ny21-section4-popup1 .body2 .item .text2 {
    margin-top: 2.667vw;
    font-size: 3.467vw;
  }
  .ny21-section4-popup1 .body3 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 7.333vw;
    padding-right: 7.333vw;
  }
  .ny21-section4-popup1 .body3 .phone {
    width: 80vw;
    height: 188vw;
    padding-top: 22.133vw;
    padding-left: 8.533vw;
    padding-right: 6.667vw;
    padding-bottom: 16.8vw;
    font-size: 4vw;
  }
  .ny21-section4-popup1 .body3 .phone-box::-webkit-scrollbar {
    width: 0.533vw;
    border-radius: 13.333vw;
  }
  .ny21-section4-popup1 .body3 .phone-box::-webkit-scrollbar-thumb {
    border-radius: 13.333vw;
  }
  .ny21-section4-popup1 .body4 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup1 .body4 .top {
    margin-bottom: 8vw;
  }
  .ny21-section4-popup1 .body4 .top .text1 {
    font-size: 9.333vw;
  }
  .ny21-section4-popup1 .body4 .top .text2 {
    font-size: 6.667vw;
  }
  .ny21-section4-popup1 .body4 .table table th {
    font-size: 3.467vw;
    padding: 2.667vw 0.667vw;
  }
  .ny21-section4-popup1 .body4 .table table td {
    padding: 2.667vw;
    font-size: 2.667vw;
  }
  .ny21-section4-popup2 .body1,
  .ny21-section4-popup2 .body2,
  .ny21-section4-popup2 .body3,
  .ny21-section4-popup2 .body4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .ny21-section4-popup2 .body1:after,
  .ny21-section4-popup2 .body2:after,
  .ny21-section4-popup2 .body3:after,
  .ny21-section4-popup2 .body4:after {
    width: 80vw;
  }
  .ny21-section4-popup2 .title {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup2 .body1 {
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup2 .body1 .title {
    margin-top: 16vw;
  }
  .ny21-section4-popup2 .body1 .text1 {
    font-size: 12vw;
  }
  .ny21-section4-popup2 .body1 .itembox {
    margin-top: 8vw;
  }
  .ny21-section4-popup2 .body1 .itembox-scroll {
    padding-bottom: 21.333vw;
  }
  .ny21-section4-popup2 .body1 .itembox-scroll::-webkit-scrollbar {
    width: 0.533vw;
    border-radius: 13.333vw;
  }
  .ny21-section4-popup2 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
    border-radius: 13.333vw;
  }
  .ny21-section4-popup2 .body1 .item {
    padding-left: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup2 .body1 .item .icon {
    width: 2.667vw;
    top: 1.333vw;
  }
  .ny21-section4-popup2 .body1 .item .desc {
    font-size: 4vw;
  }
  .ny21-section4-popup2 .body2 {
    padding-top: 26.667vw;
    padding-bottom: 16vw;
  }
  .ny21-section4-popup2 .body2 .text1 {
    font-size: 6.667vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup2 .body2 .image {
    margin-bottom: 8vw;
  }
  .ny21-section4-popup2 .body2 .desc {
    font-size: 4vw;
  }
  .ny21-section4-popup2 .body2 .desc ul {
    padding-left: 8vw;
  }
  .ny21-section4-popup2 .body2 .desc ul li {
    font-size: 3.467vw;
    margin-bottom: 2.667vw;
  }
  .ny21-section4-popup2 .body2 .desc ul li:before {
    width: 1.333vw;
    height: 1.333vw;
    left: -8vw;
  }
  .ny21-section4-popup2 .body2 .desc ul li:after {
    width: 2.133vw;
    left: -4vw;
  }
  .ny21-section4-popup2 .body2 .desc .image {
    margin-top: 6.667vw;
  }
  .ny21-section4-popup2 .body3 {
    padding-bottom: 29.333vw;
  }
  .ny21-section4-popup2 .body3 .text1 {
    font-size: 6.667vw;
    margin-bottom: 8vw;
  }
  .ny21-section4-popup2 .body3 .text2 {
    font-size: 4vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup2 .body3 .table table th {
    font-size: 3.467vw;
    padding: 2.667vw 1.333vw;
  }
  .ny21-section4-popup2 .body3 .table table td {
    padding: 2.667vw 0.667vw;
    font-size: 2.667vw;
  }
  .ny21-section4-popup2 .body3 .ny21-section4-popup2-body2-swiper {
    margin-top: 2vw;
  }
  .ny21-section4-popup2 .body3 .ny21-section4-popup2-body2-swiper .swiper-slide {
    margin-right: 2vw;
  }
  .ny21-section4-popup2 .body3 .ny21-section4-popup2-body2-swiper .swiper-slide img {
    height: 9.067vw;
  }
  .ny21-section4-popup2 .body4 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup2 .body4 .table table th {
    font-size: 3.467vw;
    padding: 2.667vw 1.333vw;
  }
  .ny21-section4-popup2 .body4 .table table td {
    padding: 2.667vw 0.667vw;
    font-size: 2.667vw;
  }
  .ny21-section4-popup3 .body1,
  .ny21-section4-popup3 .body2,
  .ny21-section4-popup3 .body3,
  .ny21-section4-popup3 .body4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .ny21-section4-popup3 .body1:after,
  .ny21-section4-popup3 .body2:after,
  .ny21-section4-popup3 .body3:after,
  .ny21-section4-popup3 .body4:after {
    width: 80vw;
  }
  .ny21-section4-popup3 .title {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup3 .body1 {
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup3 .body1 .title {
    margin-top: 16vw;
  }
  .ny21-section4-popup3 .body1 .text1 {
    font-size: 12vw;
  }
  .ny21-section4-popup3 .body1 .video {
    border-radius: 2.667vw;
    width: 100%;
    height: 46.667vw;
  }
  .ny21-section4-popup3 .body1 .itembox {
    margin-top: 8vw;
  }
  .ny21-section4-popup3 .body1 .itembox-scroll {
    padding-bottom: 21.333vw;
  }
  .ny21-section4-popup3 .body1 .itembox-scroll::-webkit-scrollbar {
    width: 0.533vw;
    border-radius: 13.333vw;
  }
  .ny21-section4-popup3 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
    border-radius: 13.333vw;
  }
  .ny21-section4-popup3 .body1 .item {
    padding-left: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup3 .body1 .item .icon {
    width: 2.667vw;
    top: 1.333vw;
  }
  .ny21-section4-popup3 .body1 .item .desc {
    font-size: 4vw;
  }
  .ny21-section4-popup3 .body2 .item2 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup3 .body2 .item2 .text1 {
    font-size: 9.333vw;
  }
  .ny21-section4-popup3 .body2 .item2 .text2 {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .ny21-section4-popup3 .body2 .item2 .text3 {
    font-size: 6.667vw;
  }
  .ny21-section4-popup4 .body .title {
    font-size: 12vw;
    margin-bottom: 16vw;
  }
  .ny21-section4-popup4 .body .title2 {
    font-size: 9.33vw;
    margin-bottom: 5.33vw;
  }
  .ny21-section4-popup4 .body .table table th {
    padding: 2.67vw 4vw;
    font-size: 3.47vw;
  }
  .ny21-section4-popup4 .body .table table td {
    padding: 9.33vw 4vw;
    font-size: 2.67vw;
  }
  .ny21-section4-popup4 .body1 {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 26.67vw;
  }
  .ny21-section4-popup5 .body {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .ny21-section4-popup5 .body .title {
    font-size: 12vw;
    margin-bottom: 16vw;
  }
  .ny21-section4-popup5 .body .title span {
    font-size: 9.333vw;
  }
  .ny21-section4-popup5 .body .title2 {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup5 .body .table table th {
    padding: 1.866vw 2.667vw;
    font-size: 2.133vw;
  }
  .ny21-section4-popup5 .body .table table td {
    padding: 3.466vw;
  }
  .ny21-section4-popup5 .body1 .itembox {
    margin-top: 8vw;
    margin-bottom: 18.667vw;
  }
  .ny21-section4-popup5 .body1 .itembox:before {
    bottom: -18.667vw;
  }
  .ny21-section4-popup5 .body1 .itembox-scroll {
    padding-bottom: 21.333vw;
  }
  .ny21-section4-popup5 .body1 .itembox-scroll::-webkit-scrollbar {
    width: 0.533vw;
    border-radius: 13.333vw;
  }
  .ny21-section4-popup5 .body1 .itembox-scroll::-webkit-scrollbar-thumb {
    border-radius: 13.333vw;
  }
  .ny21-section4-popup5 .body1 .item {
    padding-left: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .ny21-section4-popup5 .body1 .item .icon {
    width: 2.667vw;
    top: 1.333vw;
  }
  .ny21-section4-popup5 .body1 .item .desc {
    font-size: 4vw;
  }
  .ny21-section4-popup5 .body1 .image {
    border-radius: 2.667vw;
  }
  .ny21-section4-popup5 .body2 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup5 .body2 .item:nth-child(1) ~ .item {
    margin-top: 13.333vw;
  }
  .ny21-section4-popup5 .body2 .item .icon {
    margin-bottom: 2.667vw;
    width: 10.667vw;
  }
  .ny21-section4-popup5 .body2 .item .text1 {
    font-size: 4vw;
  }
  .ny21-section4-popup5 .body2 .item .text2 {
    margin-top: 2.667vw;
    font-size: 3.467vw;
  }
  .ny21-section4-popup5 .body3 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section4-popup5 .body3 tr td {
    font-size: 2.667vw;
    padding: 2.667vw;
  }
}
/* ==================== 内页21 - 板块四 End ==================== */
/* ==================== 内页21 - 板块五 Start ==================== */
.ny21-section5 {
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.ny21-section5 .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.ny21-section5 .info .text1 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny21-section5 .video {
  width: 100%;
  display: block;
  height: 440px;
}
.ny21-section5 .video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny21-section5 .info {
    padding: 2.667vw;
  }
  .ny21-section5 .info .text1 {
    font-size: 2.667vw;
  }
  .ny21-section5 .video {
    height: 58.667vw;
  }
}
/* ==================== 内页21 - 板块五 End ==================== */
/* ==================== 内页21 - 板块六 Start ==================== */
.ny21-section6 {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny21-section6 .title {
  font-size: 100px;
  color: #1D1D1F;
  line-height: 1.2;
  margin-bottom: 160px;
  font-family: "HYJunhei-85J";
}
.ny21-section6 .title2 {
  font-size: 70px;
  margin-bottom: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny21-section6 .title2 .text1 {
  color: #86868B;
  font-family: inherit;
}
.ny21-section6 .title2 .text2 {
  color: #1D1D1F;
  font-family: inherit;
}
.ny21-section6 .image {
  width: 670px;
  height: 630px;
  position: relative;
  z-index: 4;
}
.ny21-section6 .image .img1 {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}
.ny21-section6 .image .img2 {
  position: relative;
  z-index: 2;
}
.ny21-section6 .swiper {
  margin-top: 60px;
  position: relative;
}
.ny21-section6 .btn-group {
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 3;
}
.ny21-section6 .swiper-button-prev,
.ny21-section6 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #E9E8EE;
  border-radius: 100%;
  position: static;
  transform: translate(0, 0);
  margin: 0;
  font-size: 26px;
  color: #000;
}
.ny21-section6 .swiper-button-next:before {
  margin-right: -0.2em;
}
.ny21-section6 .swiper-button-prev:before {
  margin-left: -0.2em;
}
.ny21-section6 .swiper-button-prev {
  margin-right: 24px;
}
.ny21-section6 .swiper-button-prev:before {
  transform: rotateY(-180deg);
}
.ny21-section6 .ny21-section6-swiper .text1 {
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  color: #1E1E20;
  font-family: "HYJunhei-85J";
  padding-left: 160px;
  margin-bottom: 40px;
  padding-right: 90px;
  text-align: left;
  margin-left: 115px;
}
.ny21-section6 .ny21-section6-swiper .desc {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.4;
  text-align: justify;
  padding-right: 90px;
}
@media screen and (max-width: 749px) {
  .ny21-section6 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny21-section6 .title {
    font-size: 13.333vw;
    margin-bottom: 21.333vw;
  }
  .ny21-section6 .title2 {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .ny21-section6 .image {
    width: 89.333vw;
    height: 84vw;
  }
  .ny21-section6 .image .img1 {
    border-radius: 2.667vw;
  }
  .ny21-section6 .swiper {
    margin-top: 8vw;
  }
  .ny21-section6 .btn-group {
    margin-right: 5.333vw;
  }
  .ny21-section6 .swiper-button-prev,
  .ny21-section6 .swiper-button-next {
    width: 8vw;
    height: 8vw;
    font-size: 3.467vw;
  }
  .ny21-section6 .swiper-button-prev {
    margin-right: 3.2vw;
  }
  .ny21-section6 .ny21-section6-swiper .text1 {
    font-size: 4.8vw;
    height: 8vw;
    line-height: 8vw;
    padding-left: 21.333vw;
    margin-bottom: 5.333vw;
    padding-right: 12vw;
    margin-left: 15.333vw;
  }
  .ny21-section6 .ny21-section6-swiper .desc {
    font-size: 4vw;
    padding-right: 12vw;
  }
}
/* ==================== 内页21 - 板块六 End ==================== */
/* ==================== 内页21 - 板块七 Start ==================== */
.ny21-section7 {
  overflow: hidden;
  background-color: #F5F4F0;
  padding-top: 140px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny21-section7 .title2 {
  font-size: 70px;
  margin-bottom: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny21-section7 .title2 .text1 {
  color: #86868B;
  font-family: inherit;
}
.ny21-section7 .title2 .text2 {
  color: #1D1D1F;
  font-family: inherit;
}
.ny21-section7 .top-image {
  padding: 60px 30px;
  border-bottom: 2px solid #EFEEEA;
}
.ny21-section7 .top-image img {
  width: 100%;
  display: block;
}
.ny21-section7 .body-box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.ny21-section7 .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #1D1D1F;
}
.ny21-section7 .head .text {
  font-size: 50px;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
  font-family: "HYJunhei-85J";
}
.ny21-section7 .head .arrow {
  margin-top: 15px;
}
.ny21-section7 .head .arrow .iconfont {
  font-size: 30px;
  transform: rotate(90deg);
}
.ny21-section7 .item {
  background: #fff;
  padding: 40px;
  border-bottom: 2px solid #EFEEEA;
}
.ny21-section7 .item .desc {
  margin-top: 40px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.4;
  font-family: "HYJunhei-65J";
}
.ny21-section7 .item .desc strong {
  font-family: inherit;
  font-weight: 400;
  color: #1D1D1F;
  line-height: 1.2;
}
.ny21-section7 .item .desc p {
  font-family: inherit;
}
.ny21-section7 .item:last-child {
  border-bottom: 0;
}
.ny21-section7 .item.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.ny21-section7 .item.active .arrow {
  display: none;
}
.ny21-section7 .item.active .body {
  display: block;
}
.ny21-section7 .item .body {
  display: none;
}
.ny21-section7 .item .image {
  width: 100%;
}
.ny21-section7 .item .image img {
  width: 100%;
}
.ny21-section7 .item1 ul {
  padding-left: 60px;
}
.ny21-section7 .item1 ul li {
  width: 100%;
  position: relative;
  font-size: 26px;
  color: #666666;
  line-height: 1.8;
}
.ny21-section7 .item1 ul li:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #666;
  left: -60px;
}
.ny21-section7 .item1 ul li:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #666;
  left: -30px;
}
.ny21-section7 .item1 .image {
  margin-top: 50px;
}
.ny21-section7 .table table,
.ny21-section7 .table td,
.ny21-section7 .table th {
  border-collapse: collapse;
}
.ny21-section7 .table table {
  width: 100%;
  text-align: center;
}
.ny21-section7 .table table th {
  border: 1px solid #A4A4A8;
  background-color: #E8E8E8;
  font-size: 26px;
  color: #1D1D1F;
  padding: 20px 10px;
  font-weight: 400;
}
.ny21-section7 .table table td {
  padding: 20px;
  border: 1px solid #A4A4A8;
  font-size: 20px;
  color: #1E1E20;
}
.ny21-section7 .item2 .table {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny21-section7 {
    padding-top: 18.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny21-section7 .title2 {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .ny21-section7 .top-image {
    padding: 8vw 4vw;
  }
  .ny21-section7 .body-box {
    border-radius: 2.667vw;
  }
  .ny21-section7 .head .text {
    font-size: 6.667vw;
  }
  .ny21-section7 .head .arrow {
    margin-top: 2vw;
  }
  .ny21-section7 .head .arrow .iconfont {
    font-size: 4vw;
  }
  .ny21-section7 .item {
    padding: 5.333vw;
  }
  .ny21-section7 .item .desc {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
  .ny21-section7 .item1 ul {
    padding-left: 8vw;
  }
  .ny21-section7 .item1 ul li {
    font-size: 3.467vw;
  }
  .ny21-section7 .item1 ul li:before {
    width: 1.333vw;
    height: 1.333vw;
    left: -8vw;
  }
  .ny21-section7 .item1 ul li:after {
    width: 2.133vw;
    left: -4vw;
  }
  .ny21-section7 .item1 .image {
    margin-top: 6.667vw;
  }
  .ny21-section7 .table table th {
    font-size: 3.467vw;
    padding: 2.667vw 1.333vw;
  }
  .ny21-section7 .table table td {
    padding: 2.667vw;
    font-size: 2.667vw;
  }
  .ny21-section7 .item2 .table {
    margin-top: 8vw;
  }
}
/* ==================== 内页21 - 板块七 End ==================== */
/* ==================== 内页21 - 板块八 Start ==================== */
.ny21-section8 {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding: 200px 40px;
  padding-bottom: 200px;
}
.ny21-section8 .ny21-title {
  color: #000;
  margin-bottom: 60px;
}
.ny21-section8 .swiper {
  position: relative;
}
.ny21-section8 .swiper .swiper-slide {
  height: auto;
}
.ny21-section8 .ny21-section8-swiper {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.ny21-section8 form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  margin-bottom: 60px;
  border-radius: 30px;
  border: 2px solid #D2D2D6;
}
.ny21-section8 form .icon {
  color: #909095;
  font-size: 42px;
  flex-shrink: 0;
  margin-right: 40px;
}
.ny21-section8 form input {
  font-size: 26px;
  color: #1D1D1F;
  min-width: 0;
  flex-grow: 1;
  height: 96px;
}
.ny21-section8 form input::-webkit-input-placeholder {
  color: rgba(29, 29, 31, 0.2);
}
.ny21-section8 form input::-moz-placeholder {
  color: rgba(29, 29, 31, 0.2);
}
.ny21-section8 form input:-moz-placeholder {
  color: rgba(29, 29, 31, 0.2);
}
.ny21-section8 form input:-ms-input-placeholder {
  color: rgba(29, 29, 31, 0.2);
}
.ny21-section8 .item {
  padding: 60px 40px;
  height: 100%;
  background: #F5F5F7;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.ny21-section8 .item .text1 {
  font-size: 24px;
  color: #1D1D1F;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  line-height: 1;
}
.ny21-section8 .item .text1 strong {
  line-height: 1;
  display: block;
  font-size: 70px;
  font-family: "HYJunhei-85J";
  margin-right: 16px;
}
.ny21-section8 .item .text2 {
  font-size: 30px;
  color: #86868B;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ny21-section8 .item .text3 {
  font-size: 30px;
  color: #1D1D1F;
  line-height: 1.2;
  min-width: 0;
  flex-grow: 1;
}
.ny21-section8 .item .text4 {
  margin-top: 60px;
  color: #1D1D1F;
  text-align: left;
  font-size: 24px;
  line-height: 1.1;
}
.ny21-section8 .item .text4 span {
  color: #86868B;
}
.ny21-section8 .number {
  font-size: 20px;
  color: #1D1D1F;
  position: absolute;
  width: auto;
  right: 40px;
  bottom: 60px;
  top: auto;
  left: auto;
  z-index: 4;
}
.ny21-section8 .number span:last-child {
  color: #909091;
}
.ny21-section8 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}
.ny21-section8 .swiper-button {
  width: 60px;
  height: 60px;
  background-color: #E9E8EE;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  transform: translate(0);
  margin: 0;
  margin-right: 24px;
}
.ny21-section8 .swiper-button:last-child {
  margin-right: 0;
}
.ny21-section8 .swiper-button.swiper-button-prev {
  transform: rotateY(180deg) translate(0);
}
.ny21-section8 .swiper-button .iconfont {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 749px) {
  .ny21-section8 {
    padding: 26.67vw 5.33vw;
    padding-bottom: 26.667vw;
  }
  .ny21-section8 .ny21-title {
    margin-bottom: 8vw;
  }
  .ny21-section8 .ny21-section8-swiper {
    box-shadow: 0vw 0vw 4vw 0vw rgba(0, 0, 0, 0.04);
  }
  .ny21-section8 form {
    padding: 0 4vw;
    margin-bottom: 8vw;
    border-radius: 4vw;
  }
  .ny21-section8 form .icon {
    font-size: 5.6vw;
    margin-right: 5.33vw;
  }
  .ny21-section8 form input {
    font-size: 3.47vw;
    height: 12.8vw;
  }
  .ny21-section8 .item {
    padding: 8vw 5.33vw;
    border-radius: 2.67vw 2.67vw 2.67vw 2.67vw;
  }
  .ny21-section8 .item .text1 {
    font-size: 3.2vw;
    margin-bottom: 8vw;
  }
  .ny21-section8 .item .text1 strong {
    font-size: 9.33vw;
    margin-right: 2.13vw;
  }
  .ny21-section8 .item .text2 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .ny21-section8 .item .text3 {
    font-size: 4vw;
  }
  .ny21-section8 .item .text4 {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .ny21-section8 .number {
    font-size: 2.67vw;
    right: 5.33vw;
    bottom: 8vw;
  }
  .ny21-section8 .btn-group {
    margin-top: 8vw;
  }
  .ny21-section8 .swiper-button {
    width: 8vw;
    height: 8vw;
    margin-right: 3.2vw;
  }
  .ny21-section8 .swiper-button .iconfont {
    font-size: 3.2vw;
  }
}
/* ==================== 内页21 - 板块八 End ==================== */
