.ny33-main .mxw-box {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny33-main .mxw-box {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页33 - 通用样式 Start ==================== */
.ny33-info {
  display: block;
}
.ny33-info.white {
  color: #fff;
}
.ny33-info .text1 {
  font-size: 26px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny33-info .text2 {
  font-size: 40px;
  line-height: 1.1;
  margin-top: 20px;
  font-family: "HYJunhei-85J";
}
.ny33-info .text3 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 20px;
  opacity: 0.5;
}
@media screen and (max-width: 749px) {
  .ny33-info .text1 {
    font-size: 3.467vw;
  }
  .ny33-info .text2 {
    font-size: 5.333vw;
    margin-top: 2.667vw;
  }
  .ny33-info .text3 {
    font-size: 4vw;
    margin-top: 2.667vw;
  }
}
/* ==================== 内页33 - 通用样式 End ==================== */
/* ==================== 内页33 - 板块一 Start ==================== */
.ny33-section1 {
  position: relative;
}
.ny33-section1 .info {
  position: absolute;
  top: 225px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 4;
  text-align: center;
}
.ny33-section1 .info .text1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ny33-section1 .info .text2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny33-section1 .image {
  position: relative;
  z-index: 1;
}
.ny33-section1 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny33-section1 .info {
    top: 30vw;
  }
  .ny33-section1 .info .text1 {
    font-size: 4vw;
    margin-bottom: 2.667vw;
  }
  .ny33-section1 .info .text2 {
    font-size: 8vw;
  }
}
/* ==================== 内页33 - 板块一 End ==================== */
/* ==================== 内页33 - 板块二 Start ==================== */
.ny33-section2 {
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
.ny33-section2 .swiper {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny33-section2 .swiper .item {
  display: block;
  position: relative;
}
.ny33-section2 .swiper .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ny33-section2 .swiper .item .icon {
  width: 180px;
}
.ny33-section2 .swiper .item .info {
  z-index: 2;
}
.ny33-section2 .swiper .item .text1 {
  font-size: 50px;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny33-section2 .swiper .item .text2 {
  margin-top: 20px;
  font-size: 26px;
  color: #626262;
  line-height: 1.1;
}
.ny33-section2 .swiper .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
.ny33-section2 .swiper .swiper-button {
  width: 68px;
  height: 68px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #000000;
  background-color: transparent;
  border: 1px solid #F0F0F0;
  transform: translateY(0);
  background-color: #f6f6f6;
  position: static;
}
.ny33-section2 .swiper .swiper-button-prev {
  left: 13%;
  margin-right: 20px;
}
.ny33-section2 .swiper .swiper-button-next {
  right: 13%;
}
.ny33-section2 .body2 {
  padding-bottom: 160px;
  position: relative;
}
.ny33-section2 .body2 .mxw-box {
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  padding-left: 0;
  padding-right: 0;
}
.ny33-section2 .body2 .image {
  width: 100%;
  display: block;
  flex-shrink: 0;
}
.ny33-section2 .body2 .ny33-info {
  padding: 60px 40px;
}
@media screen and (max-width: 749px) {
  .ny33-section2 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny33-section2 .swiper {
    padding-top: 21.33vw;
    padding-bottom: 21.33vw;
  }
  .ny33-section2 .swiper .item .top {
    margin-bottom: 5.33vw;
  }
  .ny33-section2 .swiper .item .icon {
    width: 24vw;
  }
  .ny33-section2 .swiper .item .text1 {
    font-size: 6.67vw;
  }
  .ny33-section2 .swiper .item .text2 {
    margin-top: 2.67vw;
    font-size: 3.47vw;
  }
  .ny33-section2 .swiper .btn-group {
    margin-top: 5.33vw;
  }
  .ny33-section2 .swiper .swiper-button {
    width: 9.07vw;
    height: 9.07vw;
    font-size: 4vw;
  }
  .ny33-section2 .swiper .swiper-button-prev {
    margin-right: 2.67vw;
  }
  .ny33-section2 .body2 {
    padding-bottom: 21.33vw;
  }
  .ny33-section2 .body2 .mxw-box {
    box-shadow: 0 0 1.33vw -0.67vw rgba(0, 0, 0, 0.2);
  }
  .ny33-section2 .body2 .ny33-info {
    padding: 8vw 5.33vw;
  }
}
/* ==================== 内页33 - 板块二 End ==================== */
/* ==================== 内页33 - 板块三 Start ==================== */
.ny33-section3 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.ny33-section3 .ny33-info {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.ny33-section3 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny33-section3 .ny33-info {
    margin-bottom: 5.333vw;
  }
}
/* ==================== 内页33 - 板块三 End ==================== */
/* ==================== 内页33 - 板块四 Start ==================== */
.ny33-section4 {
  overflow: hidden;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny33-section4 .swiper {
  width: 100%;
  display: block;
}
.ny33-section4 .item {
  position: relative;
}
.ny33-section4 .item .ny33-info {
  width: 100%;
  padding: 50px 40px;
  padding-top: 0;
  z-index: 2;
}
.ny33-section4 .ny33-section5-swiper {
  overflow: visible;
}
.ny33-section4 .ny33-section5-swiper .swiper-slide {
  margin-right: 10%;
}
@media screen and (max-width: 749px) {
  .ny33-section4 {
    padding-top: 16vw;
  }
  .ny33-section4 .item .ny33-info {
    padding: 6.67vw 5.33vw;
  }
}
/* ==================== 内页33 - 板块四 End ==================== */
/* ==================== 内页33 - 板块五 Start ==================== */
.ny33-section5 {
  height: 950px;
  width: 100%;
  padding-top: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny33-section5 .ny33-info {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ny33-section5 {
    height: 126.667vw;
    padding-top: 14.667vw;
  }
}
/* ==================== 内页33 - 板块五 End ==================== */
/* ==================== 内页33 - 板块六 Start ==================== */
.ny33-section6 {
  position: relative;
}
.ny33-section6 .ny33-info {
  width: 100%;
  z-index: 3;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 100px;
}
.ny33-section6 .itembox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ny33-section6 .bg-image {
  position: relative;
}
.ny33-section6 .item {
  position: absolute;
  z-index: 3;
}
.ny33-section6 .item .text {
  position: absolute;
  font-size: 26px;
  color: #fff;
}
.ny33-section6 .item1 {
  width: 270px;
  height: 150px;
  left: 460px;
  top: 460px;
}
.ny33-section6 .item1 .text {
  top: -20px;
  transform: translateY(-100%);
  right: 0;
}
.ny33-section6 .item2 {
  width: 310px;
  height: 350px;
  top: 360px;
  right: 310px;
}
.ny33-section6 .item2 .text {
  top: -20px;
  transform: translateY(-100%);
  right: 0;
}
.ny33-section6 .item3 {
  width: 320px;
  height: 220px;
  left: 610px;
  bottom: 190px;
}
.ny33-section6 .item3 .text {
  bottom: -20px;
  transform: translateY(100%);
  left: 0;
}
.ny33-section6 .item4 {
  width: 310px;
  height: 120px;
  right: 240px;
  bottom: 180px;
}
.ny33-section6 .item4 .text {
  left: 0;
  bottom: -20px;
  transform: translateY(100%);
}
@media screen and (max-width: 749px) {
  .ny33-section6 .ny33-info {
    padding-top: 21.333vw;
    padding-bottom: 13.333vw;
  }
  .ny33-section6 .item .text {
    font-size: 3.467vw;
  }
  .ny33-section6 .item1 {
    width: 36vw;
    height: 20vw;
    left: 61.333vw;
    top: 61.333vw;
  }
  .ny33-section6 .item1 .text {
    top: -2.667vw;
  }
  .ny33-section6 .item2 {
    width: 41.333vw;
    height: 46.667vw;
    top: 48vw;
    right: 41.333vw;
  }
  .ny33-section6 .item2 .text {
    top: -2.667vw;
  }
  .ny33-section6 .item3 {
    width: 42.667vw;
    height: 29.333vw;
    left: 81.333vw;
    bottom: 25.333vw;
  }
  .ny33-section6 .item3 .text {
    bottom: -2.667vw;
  }
  .ny33-section6 .item4 {
    width: 41.333vw;
    height: 16vw;
    right: 32vw;
    bottom: 24vw;
  }
  .ny33-section6 .item4 .text {
    bottom: -2.667vw;
  }
}
/* ==================== 内页33 - 板块六 End ==================== */
/* ==================== 内页33 - 板块七 Start ==================== */
.ny33-section7 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
}
.ny33-section7 .ny33-info {
  margin-bottom: 70px;
  text-align: center;
}
.ny33-section7 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ny33-section7 .item {
  text-align: center;
  width: 33.333%;
}
.ny33-section7 .item:nth-child(3) ~ .item {
  margin-top: 50px;
}
.ny33-section7 .item .icon {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.ny33-section7 .item .icon img {
  width: 100%;
}
.ny33-section7 .item .text {
  margin-top: 30px;
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny33-section7 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny33-section7 .ny33-info {
    margin-bottom: 9.333vw;
  }
  .ny33-section7 .item:nth-child(3) ~ .item {
    margin-top: 6.667vw;
  }
  .ny33-section7 .item .icon {
    width: 13.333vw;
  }
  .ny33-section7 .item .text {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
/* ==================== 内页33 - 板块七 End ==================== */
