.ny31-main .mxw-box {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny31-main .mxw-box {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页31 - 通用标题 Start ==================== */
.ny31-title {
  font-size: 60px;
  color: #000;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .ny31-title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
}
/* ==================== 内页31 - 通用标题 End ==================== */
/* ==================== 内页31 - 板块一 Start ==================== */
.ny31-section1 .image {
  display: block;
}
.ny31-section1 .image img {
  display: block;
  width: 100%;
}
/* ==================== 内页31 - 板块一 End ==================== */
/* ==================== 内页31 - 板块二 Start ==================== */
.ny31-section2 {
  position: relative;
}
.ny31-section2 .bg-image {
  display: block;
}
.ny31-section2 .bg-image img {
  display: block;
  width: 100%;
}
.ny31-section2 .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.ny31-section2 .info {
  padding-top: 120px;
  text-align: center;
}
.ny31-section2 .info .text1 {
  font-size: 50px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #000;
  margin-bottom: 50px;
}
.ny31-section2 .info .text2 {
  font-size: 26px;
  line-height: 1.8;
  font-family: "HYJunhei-35J";
  color: #5E5E5F;
}
@media screen and (max-width: 749px) {
  .ny31-section2 .info {
    padding-top: 16vw;
  }
  .ny31-section2 .info .text1 {
    font-size: 6.667vw;
    margin-bottom: 6.667vw;
  }
  .ny31-section2 .info .text2 {
    font-size: 3.467vw;
  }
}
/* ==================== 内页31 - 板块二 End ==================== */
/* ==================== 内页31 - 板块三 Start ==================== */
.ny31-section3 {
  overflow: hidden;
}
.ny31-section3 .item {
  padding-top: 120px;
}
.ny31-section3 .image {
  width: 100%;
  display: block;
  flex-shrink: 0;
}
.ny31-section3 .image img {
  width: 100%;
}
.ny31-section3 .right {
  min-width: 0;
  flex-grow: 1;
  padding: 40px;
}
.ny31-section3 .right .image {
  width: 100%;
  display: block;
}
.ny31-section3 .right .image img {
  width: 100%;
}
.ny31-section3 .right .info {
  margin-top: 60px;
}
.ny31-section3 .right .text1 {
  font-size: 36px;
  line-height: 1.4;
  color: #000;
  font-family: "HYJunhei-85J";
}
.ny31-section3 .right .text2 {
  margin-top: 60px;
  font-size: 24px;
  font-family: "HYJunhei-35J";
}
@media screen and (max-width: 749px) {
  .ny31-section3 .item {
    padding-top: 16vw;
  }
  .ny31-section3 .right {
    padding: 5.333vw;
  }
  .ny31-section3 .right .info {
    margin-top: 8vw;
  }
  .ny31-section3 .right .text1 {
    font-size: 4.8vw;
  }
  .ny31-section3 .right .text2 {
    margin-top: 8vw;
    font-size: 3.2vw;
  }
}
/* ==================== 内页31 - 板块三 End ==================== */
/* ==================== 内页31 - 板块四 Start ==================== */
.ny31-section4 {
  padding-top: 160px;
  overflow: hidden;
}
.ny31-section4 .item {
  position: relative;
  margin-right: 1px;
  transition: all 0.4s;
  min-width: 0;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.ny31-section4 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 40%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 40%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 40%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 40%);
  z-index: 1;
  transition: all 0.4s;
  opacity: 1;
}
.ny31-section4 .item:last-child {
  margin-bottom: 0;
}
.ny31-section4 .item .image {
  width: 100%;
  height: 410px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny31-section4 .item:last-child {
  margin-right: 0;
}
.ny31-section4 .item .text {
  font-size: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 749px) {
  .ny31-section4 {
    padding-top: 21.333vw;
  }
  .ny31-section4 .item {
    margin-bottom: 4vw;
  }
  .ny31-section4 .item .image {
    height: 54.667vw;
  }
  .ny31-section4 .item .text {
    font-size: 3.467vw;
    padding: 5.333vw;
  }
}
/* ==================== 内页31 - 板块四 End ==================== */
/* ==================== 内页31 - 板块五 Start ==================== */
.ny31-section5 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny31-section5 .ny31-section5-swiper .swiper-wrapper {
  display: block;
}
.ny31-section5 .ny31-section5-swiper .swiper-slide {
  margin-bottom: 40px;
}
.ny31-section5 .ny31-section5-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}
.ny31-section5 .item {
  position: relative;
  width: 100%;
}
.ny31-section5 .item .image {
  width: 100%;
  display: block;
}
.ny31-section5 .item .image img {
  display: block;
  width: 100%;
}
.ny31-section5 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 46px;
  font-size: 26px;
  color: #000;
  line-height: 1.1;
  font-family: "HYJunhei-35J";
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ny31-section5 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny31-section5 .ny31-section5-swiper .swiper-slide {
    margin-bottom: 5.333vw;
  }
  .ny31-section5 .item .text {
    padding: 6.133vw;
    font-size: 3.467vw;
  }
}
/* ==================== 内页31 - 板块五 End ==================== */
/* ==================== 内页31 - 板块六 Start ==================== */
.ny31-section6 {
  overflow: hidden;
  position: relative;
}
.ny31-section6 .image {
  display: block;
}
.ny31-section6 .image:hover img {
  transform: scale(1.1);
}
.ny31-section6 .image img {
  transition: all 0.4s;
  display: block;
  width: 100%;
}
.ny31-section6 .body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.ny31-section6 .body-box {
  padding-bottom: 60px;
}
.ny31-section6 .title {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-family: "HYJunhei-85J";
  margin-bottom: 40px;
}
.ny31-section6 .right .text {
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
}
.ny31-section6 .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.ny31-section6 .item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.ny31-section6 .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .ny31-section6 .body-box {
    padding-bottom: 8vw;
  }
  .ny31-section6 .title {
    font-size: 6.667vw;
    margin-bottom: 5.333vw;
  }
  .ny31-section6 .right .text {
    font-size: 3.467vw;
  }
  .ny31-section6 .itembox {
    margin-bottom: 3.333vw;
  }
  .ny31-section6 .item {
    width: 5.333vw;
    height: 5.333vw;
    margin-right: 2.667vw;
  }
}
/* ==================== 内页31 - 板块六 End ==================== */
/* ==================== 内页31 - 板块七 Start ==================== */
.ny31-section7 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny31-section7 .image {
  display: block;
}
.ny31-section7 .image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny31-section7 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
}
/* ==================== 内页31 - 板块七 End ==================== */
