.ny40-main .mxw-box {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny40-main .mxw-box {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页40 - 通用 Start ==================== */
.ny40-info {
  color: #000;
}
.ny40-info.white {
  color: #fff;
}
.ny40-info .text1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny40-info .text2 {
  margin-top: 36px;
  font-size: 26px;
  line-height: 1.6;
  opacity: 0.6;
}
@media screen and (max-width: 749px) {
  .ny40-info .text1 {
    font-size: 8vw;
  }
  .ny40-info .text2 {
    margin-top: 4.8vw;
    font-size: 3.467vw;
  }
}
/* ==================== 内页40 - 通用 End ==================== */
/* ==================== 内页40 - 板块一 Start ==================== */
.ny40-section1 {
  position: relative;
}
.ny40-section1 .info {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.ny40-section1 .info .text1 {
  font-size: 20px;
  line-height: 1.2;
}
.ny40-section1 .info .text2 {
  font-size: 60px;
  line-height: 1.2;
  margin-top: 15px;
  font-family: "HYJunhei-85J";
}
.ny40-section1 .info .text3 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 20px;
}
.ny40-section1 .image {
  display: block;
  width: 100%;
}
.ny40-section1 .image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny40-section1 .info .text1 {
    font-size: 2.667vw;
  }
  .ny40-section1 .info .text2 {
    font-size: 8vw;
    margin-top: 2vw;
  }
  .ny40-section1 .info .text3 {
    font-size: 3.467vw;
    margin-top: 2.667vw;
  }
}
/* ==================== 内页40 - 板块一 End ==================== */
/* ==================== 内页40 - 板块二 Start ==================== */
.ny40-section2 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny40-section2 .itembox {
  display: block;
}
.ny40-section2 .item {
  position: relative;
  min-width: 0;
  flex-grow: 1;
  width: 100%;
  height: 430px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.ny40-section2 .item:last-child {
  margin-bottom: 0;
}
.ny40-section2 .item .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.ny40-section2 .item .image {
  position: relative;
  z-index: 1;
}
.ny40-section2 .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #FFFFFF;
  padding: 40px;
  transition: all 0.4s;
}
.ny40-section2 .item .info .text1 {
  font-size: 32px;
  line-height: 1.1;
}
.ny40-section2 .item .info .text2 {
  font-size: 26px;
  line-height: 1.1;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny40-section2 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny40-section2 .item {
    height: 57.333vw;
    border-radius: 1.333vw;
    margin-bottom: 1.333vw;
  }
  .ny40-section2 .item .info {
    padding: 5.333vw;
  }
  .ny40-section2 .item .info .text1 {
    font-size: 4.267vw;
  }
  .ny40-section2 .item .info .text2 {
    font-size: 3.467vw;
    margin-top: 2.667vw;
  }
}
/* ==================== 内页40 - 板块二 End ==================== */
/* ==================== 内页40 - 板块三 Start ==================== */
.ny40-section3 {
  position: relative;
  height: 100vh;
}
.ny40-section3 .title {
  width: 100%;
  font-size: 60px;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  z-index: 1;
  font-family: "HYJunhei-85J";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ny40-section3 .body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ny40-section3 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
}
.ny40-section3 .content .title {
  position: static;
  transform: translateY(0);
  white-space: nowrap;
  color: #fff;
}
.ny40-section3 .content .desc {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: #000;
  margin-top: 40px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ny40-section3 .title {
    font-size: 8vw;
  }
  .ny40-section3 .content .desc {
    font-size: 3.467vw;
    margin-top: 5.333vw;
  }
}
/* ==================== 内页40 - 板块三 End ==================== */
/* ==================== 内页40 - 板块四 Start ==================== */
.ny40-section4 {
  position: relative;
  padding-top: 160px;
}
.ny40-section4 .info {
  height: 100%;
  padding: 40px;
  padding-top: 0;
}
.ny40-section4 .info .text1 {
  font-size: 60px;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny40-section4 .info .text2 {
  margin-top: 40px;
  font-size: 32px;
  line-height: 1.1;
}
.ny40-section4 .info .text3 {
  margin-top: 25px;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .ny40-section4 {
    padding-top: 21.333vw;
  }
  .ny40-section4 .info {
    padding: 5.333vw;
  }
  .ny40-section4 .info .text1 {
    font-size: 8vw;
  }
  .ny40-section4 .info .text2 {
    margin-top: 5.333vw;
    font-size: 4.267vw;
  }
  .ny40-section4 .info .text3 {
    margin-top: 3.333vw;
    font-size: 3.467vw;
  }
}
/* ==================== 内页40 - 板块四 End ==================== */
/* ==================== 内页40 - 板块五 Start ==================== */
.ny40-section5 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny40-section5 .left-body {
  width: 100%;
  margin-top: 40px;
}
.ny40-section5 .left-body .item .text1 {
  font-size: 60px;
  color: #000000;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny40-section5 .left-body .item .text2 {
  margin-top: 36px;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  text-align: justify;
}
.ny40-section5 .left-body .tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 80px;
}
.ny40-section5 .left-body .tabs .tab-item {
  position: relative;
  width: 50%;
  font-size: 26px;
  color: #000;
  line-height: 1.1;
  padding-top: 20px;
  text-align: center;
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.4s;
}
.ny40-section5 .left-body .tabs .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.ny40-section5 .left-body .tabs .tab-item.active {
  opacity: 1;
}
.ny40-section5 .right-body {
  width: 100%;
  display: block;
}
.ny40-section5 .right-body .image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ny40-section5 .right-body .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny40-section5 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny40-section5 .left-body {
    margin-top: 5.333vw;
  }
  .ny40-section5 .left-body .item .text1 {
    font-size: 8vw;
  }
  .ny40-section5 .left-body .item .text2 {
    margin-top: 4.8vw;
    font-size: 3.467vw;
  }
  .ny40-section5 .left-body .tabs {
    margin-top: 10.667vw;
  }
  .ny40-section5 .left-body .tabs .tab-item {
    font-size: 3.467vw;
    padding-top: 2.667vw;
  }
  .ny40-section5 .left-body .tabs .tab-item:after {
    height: 0.267vw;
  }
  .ny40-section5 .right-body .image {
    border-radius: 1.333vw;
  }
}
/* ==================== 内页40 - 板块五 End ==================== */
/* ==================== 内页40 - 板块六 Start ==================== */
.ny40-section6 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny40-section6 .title {
  text-align: center;
  padding-top: 160px;
  margin-bottom: 100px;
}
.ny40-section6 .title .text1 {
  font-size: 60px;
  line-height: 1.1;
  color: #000000;
  font-family: "HYJunhei-85J";
}
.ny40-section6 .title .text2 {
  font-size: 26px;
  margin-top: 30px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
}
.ny40-section6 .body1 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.ny40-section6 .body1 .image img {
  width: 100%;
}
.ny40-section6 .body1 .image2 {
  position: relative;
  z-index: 1;
  width: 100px;
  margin-top: -56px;
  margin-left: auto;
  margin-right: auto;
}
.ny40-section6 .body1 .image2 img {
  width: 100%;
}
.ny40-section6 .itembox2 {
  padding-bottom: 160px;
  margin-top: 70px;
}
.ny40-section6 .itembox2 .item {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 40px;
}
.ny40-section6 .itembox2 .item:last-child {
  margin-bottom: 0;
}
.ny40-section6 .itembox2 .item img {
  transition: all 0.4s;
  width: 100%;
}
.ny40-section6 .itembox2 .item:hover img {
  transform: scale(1.1);
}
.ny40-section6 .itembox2 .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.ny40-section6 .itembox2 .item:last-child {
  margin-right: 0;
}
.ny40-section6 .itembox2 .item .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px;
  z-index: 4;
  font-size: 28px;
  color: #fff;
}
@keyframes ny40-section6-ani {
  0% {
    transform: translateX(-230px);
  }
  50% {
    transform: translateX(230px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 749px) {
  .ny40-section6 .title {
    padding-top: 21.333vw;
    margin-bottom: 13.333vw;
  }
  .ny40-section6 .title .text1 {
    font-size: 8vw;
  }
  .ny40-section6 .title .text2 {
    font-size: 3.467vw;
    margin-top: 4vw;
  }
  .ny40-section6 .body1 .image2 {
    width: 13.333vw;
    margin-top: -7.467vw;
  }
  .ny40-section6 .itembox2 {
    padding-bottom: 21.333vw;
    margin-top: 9.333vw;
  }
  .ny40-section6 .itembox2 .item {
    border-radius: 1.333vw;
    margin-right: 4vw;
    margin-bottom: 5.333vw;
  }
  .ny40-section6 .itembox2 .item .text {
    padding: 4vw;
    font-size: 3.733vw;
  }
  @keyframes ny40-section6-ani {
    0% {
      transform: translateX(-30.667vw);
    }
    50% {
      transform: translateX(30.667vw);
    }
  }
}
/* ==================== 内页40 - 板块六 End ==================== */
/* ==================== 内页40 - 板块七 Start ==================== */
.ny40-section7 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
  overflow: hidden;
}
.ny40-section7 .ny40-section7-swiper {
  overflow: visible;
}
.ny40-section7 .ny40-section7-swiper .swiper-wrapper {
  display: block;
}
.ny40-section7 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.ny40-section7 .swiper-slide:last-child {
  margin-bottom: 0;
}
.ny40-section7 .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.ny40-section7 .swiper-slide .info {
  width: 100%;
  z-index: 9;
  padding: 40px 0;
  color: #000;
}
.ny40-section7 .swiper-slide .info .text1 {
  font-size: 50px;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
  margin-bottom: 30px;
}
.ny40-section7 .swiper-slide .info .text2 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.ny40-section7 .swiper-slide .info .text3 {
  font-size: 26px;
  line-height: 1.4;
  opacity: 0.8;
}
.ny40-section7 .swiper-slide .image img {
  transition: all 0.4s;
}
@media screen and (max-width: 749px) {
  .ny40-section7 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny40-section7 .swiper-slide {
    border-radius: 1.067vw;
    margin-bottom: 2.667vw;
  }
  .ny40-section7 .swiper-slide .info {
    padding: 5.333vw 0;
  }
  .ny40-section7 .swiper-slide .info .text1 {
    font-size: 6.667vw;
    margin-bottom: 4vw;
  }
  .ny40-section7 .swiper-slide .info .text2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .ny40-section7 .swiper-slide .info .text3 {
    font-size: 3.467vw;
  }
}
/* ==================== 内页40 - 板块七 End ==================== */
/* ==================== 内页40 - 板块八 Start ==================== */
.ny40-section8 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny40-section8 .item {
  margin-bottom: 100px;
  text-align: center;
  color: #fff;
}
.ny40-section8 .item:last-child {
  margin-bottom: 0;
}
.ny40-section8 .item .text1 {
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.ny40-section8 .item .text1 strong {
  font-size: 60px;
  font-weight: 400;
  font-family: "HYJunhei-85J";
  line-height: 1;
}
.ny40-section8 .item .text2 {
  font-size: 26px;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .ny40-section8 .item {
    margin-bottom: 13.333vw;
  }
  .ny40-section8 .item .text1 {
    font-size: 2.667vw;
    margin-bottom: 2.667vw;
  }
  .ny40-section8 .item .text1 strong {
    font-size: 8vw;
  }
  .ny40-section8 .item .text2 {
    font-size: 3.467vw;
    margin-top: 2.667vw;
  }
}
/* ==================== 内页40 - 板块八 End ==================== */
/* ==================== 内页40 - 板块九 Start ==================== */
.ny40-section9 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
}
.ny40-section9 .ny40-info {
  min-width: 0;
  flex-grow: 1;
}
.ny40-section9 .image {
  width: 100%;
  display: block;
  flex-shrink: 0;
  margin-top: 40px;
}
.ny40-section9 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny40-section9 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny40-section9 .image {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页40 - 板块九 End ==================== */
/* ==================== 内页40 - 板块十 Start ==================== */
.ny40-section10 {
  position: relative;
  padding-bottom: 160px;
}
.ny40-section10 .image {
  width: 100%;
}
.ny40-section10 .image img {
  width: 100%;
}
.ny40-section10 .info {
  color: #000;
}
.ny40-section10 .info .text1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny40-section10 .info .text2 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.6;
}
.ny40-section10 .body {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 60px;
}
.ny40-section10 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 40px;
}
.ny40-section10 .item {
  margin-right: 60px;
  text-align: center;
}
.ny40-section10 .item:last-child {
  margin-right: 0;
}
.ny40-section10 .item .icon {
  display: block;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.ny40-section10 .item .text {
  font-size: 26px;
  color: #000;
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .ny40-section10 {
    padding-bottom: 21.333vw;
  }
  .ny40-section10 .info .text1 {
    font-size: 8vw;
  }
  .ny40-section10 .info .text2 {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .ny40-section10 .body {
    padding-top: 8vw;
  }
  .ny40-section10 .itembox {
    margin-top: 5.333vw;
  }
  .ny40-section10 .item {
    margin-right: 8vw;
  }
  .ny40-section10 .item .icon {
    width: 9.333vw;
    margin-bottom: 2vw;
  }
  .ny40-section10 .item .text {
    font-size: 3.467vw;
  }
}
/* ==================== 内页40 - 板块十 End ==================== */
/* ==================== 内页40 - 板块十一 Start ==================== */
.ny40-section11 {
  padding-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
.ny40-section11 .title {
  font-size: 60px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "HYJunhei-85J";
  text-align: center;
}
.ny40-section11 .ny40-section11-swiper {
  overflow: visible;
}
.ny40-section11 .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
.ny40-section11 .swiper .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.ny40-section11 .image {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ny40-section11 .image img {
  width: 100%;
}
.ny40-section11 .info {
  font-size: 26px;
  color: #000000;
  line-height: 1.6;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ny40-section11 .btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny40-section11 .btn-group .swiper-button {
  position: static;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  transform: translate(0);
  margin: 0;
  margin-right: 10px;
}
.ny40-section11 .btn-group .swiper-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .ny40-section11 {
    padding-bottom: 21.333vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny40-section11 .title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .ny40-section11 .image {
    border-radius: 1.333vw;
  }
  .ny40-section11 .info {
    font-size: 3.467vw;
    margin-top: 5.333vw;
  }
  .ny40-section11 .btn-group .swiper-button {
    width: 9.067vw;
    height: 9.067vw;
    border: 0.133vw solid rgba(0, 0, 0, 0.06);
    font-size: 2.667vw;
    margin-right: 1.333vw;
  }
}
/* ==================== 内页40 - 板块十一 End ==================== */
/* ==================== 内页40 - 板块十二 Start ==================== */
.ny40-section12 {
  text-align: center;
  padding-bottom: 180px;
}
.ny40-section12 .title {
  font-size: 60px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "HYJunhei-85J";
  text-align: center;
  margin-bottom: 80px;
}
.ny40-section12 .swiper {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.ny40-section12 .swiper .image img {
  width: 100%;
}
.ny40-section12 .tabs {
  background-color: #F0F0F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 50px;
}
.ny40-section12 .tabs .tab-item {
  width: 150px;
  padding: 16px;
  text-align: center;
  font-size: 26px;
  line-height: 1.1;
  color: #010101;
  transition: all 0.4s;
  border-radius: 100px;
  cursor: pointer;
}
.ny40-section12 .tabs .tab-item.active {
  background-color: #010101;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .ny40-section12 {
    padding-bottom: 24vw;
  }
  .ny40-section12 .title {
    font-size: 8vw;
    margin-bottom: 8vw;
    margin-bottom: 10.667vw;
  }
  .ny40-section12 .swiper {
    width: 93.333vw;
  }
  .ny40-section12 .tabs {
    border-radius: 13.333vw;
    margin-top: 6.667vw;
  }
  .ny40-section12 .tabs .tab-item {
    width: 20vw;
    padding: 2.133vw;
    font-size: 3.467vw;
    border-radius: 13.333vw;
  }
}
/* ==================== 内页40 - 板块十二 End ==================== */
/* ==================== 内页40 - 板块十三 Start ==================== */
.ny40-section13 {
  overflow: hidden;
}
.ny40-section13 .info {
  background-color: #FBFBFB;
  min-width: 0;
  flex-grow: 1;
  padding: 80px 40px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.ny40-section13 .info .text1 {
  font-size: 60px;
  line-height: 1.1;
  color: #000000;
  font-family: "HYJunhei-85J";
}
.ny40-section13 .info .text2 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.4;
}
.ny40-section13 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 80px;
}
.ny40-section13 .item {
  margin-right: 80px;
}
.ny40-section13 .item:last-child {
  margin-right: 0;
}
.ny40-section13 .item .text3 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny40-section13 .item .text4 {
  margin-top: 15px;
  font-size: 26px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}
.ny40-section13 .image {
  width: 100%;
  flex-shrink: 0;
}
.ny40-section13 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny40-section13 .info {
    padding: 10.667vw 5.333vw;
  }
  .ny40-section13 .info .text1 {
    font-size: 8vw;
  }
  .ny40-section13 .info .text2 {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .ny40-section13 .itembox {
    margin-top: 10.667vw;
  }
  .ny40-section13 .item {
    margin-right: 10.667vw;
  }
  .ny40-section13 .item .text3 {
    font-size: 5.333vw;
  }
  .ny40-section13 .item .text4 {
    margin-top: 2vw;
    font-size: 3.467vw;
  }
}
/* ==================== 内页40 - 板块十三 End ==================== */
/* ==================== 内页40 - 板块十四 Start ==================== */
.ny40-section14 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny40-section14 .title {
  text-align: center;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 120px;
  font-family: "HYJunhei-85J";
}
.ny40-section14 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.ny40-section14 .image img {
  width: 100%;
}
.ny40-section14 .ny26-table tr:nth-child(2n) {
  background-color: #F5F5F5;
}
.ny40-section14 .ny26-table td {
  font-family: "HYJunhei-65J";
}
@media screen and (max-width: 749px) {
  .ny40-section14 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny40-section14 .title {
    font-size: 8vw;
    margin-bottom: 16vw;
  }
  .ny40-section14 .image {
    margin-bottom: 8vw;
  }
}
/* ==================== 内页40 - 板块十四 End ==================== */
<!--耗时1752801865.1827秒-->