.ny38-main .mxw-box {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny38-main .mxw-box {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页38 - 通用标题 Start ==================== */
.ny38-title {
  display: block;
  color: #000;
}
.ny38-title.white {
  color: #fff;
}
.ny38-title .text1 {
  font-size: 60px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny38-title .text2 {
  font-size: 26px;
  margin-top: 36px;
  line-height: 1.6;
  opacity: 0.6;
}
@media screen and (max-width: 749px) {
  .ny38-title .text1 {
    font-size: 8vw;
  }
  .ny38-title .text2 {
    font-size: 3.467vw;
    margin-top: 4.8vw;
  }
}
/* ==================== 内页38 - 通用标题 End ==================== */
/* ==================== 内页38 - 板块一 Start ==================== */
.ny38-section1 {
  position: relative;
}
.ny38-section1 .image {
  display: block;
  width: 100%;
}
.ny38-section1 .image img {
  width: 100%;
}
.ny38-section1 .info {
  color: #FEFEFF;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.ny38-section1 .info .text1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny38-section1 .info .text2 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.1;
}
@media screen and (max-width: 749px) {
  .ny38-section1 .info .text1 {
    font-size: 8vw;
  }
  .ny38-section1 .info .text2 {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
/* ==================== 内页38 - 板块一 End ==================== */
/* ==================== 内页38 - 板块二 Start ==================== */
.ny38-section2 {
  position: relative;
}
.ny38-section2 .body {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.ny38-section2 .info {
  text-align: center;
}
.ny38-section2 .info .text1 {
  font-size: 60px;
  color: #FEFEFF;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny38-section2 .info .text2 {
  margin-top: 30px;
  font-size: 26px;
  color: #FEFEFF;
  line-height: 1.6;
}
.ny38-section2 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}
.ny38-section2 .item {
  background: url(../images/ny38/img003@170x170.png) no-repeat center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #FEFEFF;
  animation: ny38-section2 1.5s infinite alternate ease-in-out;
}
.ny38-section2 .item1 {
  width: 150px;
  height: 150px;
  margin-top: 48px;
  animation-delay: 0.1s;
}
.ny38-section2 .item2 {
  width: 134px;
  height: 134px;
  margin-top: 150px;
  animation-delay: 0.2s;
}
.ny38-section2 .item3 {
  width: 170px;
  height: 170px;
  animation-delay: 0.3s;
}
.ny38-section2 .item4 {
  width: 114px;
  height: 114px;
  margin-top: 160px;
  animation-delay: 0.4s;
}
.ny38-section2 .item5 {
  width: 134px;
  height: 134px;
  margin-top: 50px;
  animation-delay: 0.5s;
}
.ny38-section2 .item6 {
  width: 140px;
  height: 140px;
  margin-top: 120px;
  animation-delay: 0.6s;
}
.ny38-section2 .image {
  background: #000;
}
.ny38-section2 .image img {
  width: 100%;
}
@keyframes ny38-section2 {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 749px) {
  .ny38-section2 .body {
    top: 15.333vw;
  }
  .ny38-section2 .info .text1 {
    font-size: 8vw;
  }
  .ny38-section2 .info .text2 {
    margin-top: 4vw;
    font-size: 3.467vw;
  }
  .ny38-section2 .itembox {
    margin-top: 8vw;
  }
  .ny38-section2 .item {
    font-size: 2.4vw;
  }
  .ny38-section2 .item1 {
    width: 20vw;
    height: 20vw;
    margin-top: 6.4vw;
  }
  .ny38-section2 .item2 {
    width: 17.867vw;
    height: 17.867vw;
    margin-top: 20vw;
  }
  .ny38-section2 .item3 {
    width: 22.667vw;
    height: 22.667vw;
  }
  .ny38-section2 .item4 {
    width: 15.2vw;
    height: 15.2vw;
    margin-top: 21.333vw;
  }
  .ny38-section2 .item5 {
    width: 17.867vw;
    height: 17.867vw;
    margin-top: 6.667vw;
  }
  .ny38-section2 .item6 {
    width: 18.667vw;
    height: 18.667vw;
    margin-top: 16vw;
  }
}
/* ==================== 内页38 - 板块二 End ==================== */
/* ==================== 内页38 - 板块三 Start ==================== */
.ny38-section3 {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny38-section3 .info {
  width: 100%;
  color: #FEFEFF;
  text-align: center;
}
.ny38-section3 .info .text1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny38-section3 .info .text2 {
  margin-top: 25px;
  font-size: 26px;
  line-height: 1.4;
}
.ny38-section3 .image {
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
.ny38-section3 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section3 .info .text1 {
    font-size: 8vw;
  }
  .ny38-section3 .info .text2 {
    margin-top: 3.333vw;
    font-size: 3.467vw;
  }
  .ny38-section3 .image {
    margin-top: 24vw;
    width: 100vw;
  }
}
/* ==================== 内页38 - 板块三 End ==================== */
/* ==================== 内页38 - 板块四 Start ==================== */
.ny38-section4 {
  padding-top: 160px;
  background-color: #fff;
  padding-bottom: 160px;
  overflow: hidden;
}
.ny38-section4 .item {
  margin-bottom: 80px;
}
.ny38-section4 .item:last-child {
  margin-bottom: 0;
}
.ny38-section4 .item .info {
  width: 100%;
}
.ny38-section4 .item .info .text1 {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny38-section4 .item .info .text1 span {
  color: #00A0FF;
  font-family: inherit;
}
.ny38-section4 .item .info .text2 {
  margin-top: 30px;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  text-align: justify;
}
.ny38-section4 .item .image {
  width: 100%;
  display: block;
  flex-shrink: 0;
  margin-top: 40px;
}
.ny38-section4 .item .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section4 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny38-section4 .item {
    margin-bottom: 10.667vw;
  }
  .ny38-section4 .item .info .text1 {
    font-size: 8vw;
  }
  .ny38-section4 .item .info .text2 {
    margin-top: 4vw;
    font-size: 3.467vw;
  }
  .ny38-section4 .item .image {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页38 - 板块四 End ==================== */
/* ==================== 内页38 - 板块五 Start ==================== */
.ny38-section5 {
  background-color: #0C101B;
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny38-section5 .left-body {
  color: #fff;
}
.ny38-section5 .left-body .text1 {
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 70px;
  font-family: "HYJunhei-85J";
}
.ny38-section5 .left-body .tab-item {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 60px;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.4s;
}
.ny38-section5 .left-body .tab-item.active {
  opacity: 1;
}
.ny38-section5 .left-body .tab-item.active:after {
  opacity: 1;
}
.ny38-section5 .left-body .tab-item:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.ny38-section5 .left-body .tab-item .text2 {
  font-size: 30px;
  line-height: 1.4;
  transition: all 0.4s;
}
.ny38-section5 .left-body .tab-item .text3 {
  margin-top: 20px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.ny38-section5 .ny38-section5-swiper {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 40px;
}
.ny38-section5 .ny38-section5-swiper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny38-section5 .ny38-section5-swiper .image:nth-child(1) ~ .image {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section5 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny38-section5 .left-body .text1 {
    font-size: 8vw;
    margin-bottom: 9.333vw;
  }
  .ny38-section5 .left-body .tab-item {
    padding: 4vw 8vw;
  }
  .ny38-section5 .left-body .tab-item .text2 {
    font-size: 4vw;
  }
  .ny38-section5 .left-body .tab-item .text3 {
    margin-top: 2.667vw;
    font-size: 3.467vw;
  }
  .ny38-section5 .ny38-section5-swiper {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页38 - 板块五 End ==================== */
/* ==================== 内页38 - 板块六 Start ==================== */
.ny38-section6 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  width: 100%;
  position: relative;
  padding-top: 160px;
}
.ny38-section6 .ny38-title {
  text-align: center;
}
.ny38-section6 .itembox {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny38-section6 .item {
  margin-right: 56px;
  text-align: center;
}
.ny38-section6 .item:last-child {
  margin-right: 0;
}
.ny38-section6 .item .icon {
  width: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny38-section6 .item .text {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.1;
}
.ny38-section6 .image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  animation: ny38-section2 1.5s infinite alternate ease-in-out;
}
.ny38-section6 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section6 {
    padding-top: 21.333vw;
  }
  .ny38-section6 .itembox {
    margin-top: 6.667vw;
  }
  .ny38-section6 .item {
    margin-right: 7.467vw;
  }
  .ny38-section6 .item .icon {
    width: 14.667vw;
  }
  .ny38-section6 .item .text {
    margin-top: 1.333vw;
    font-size: 3.733vw;
  }
  .ny38-section6 .image {
    margin-top: 10.667vw;
  }
}
/* ==================== 内页38 - 板块六 End ==================== */
/* ==================== 内页38 - 板块七 Start ==================== */
.ny38-section7 {
  overflow: hidden;
  position: relative;
  background-color: #072353;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.ny38-section7 .image {
  overflow: hidden;
}
.ny38-section7 .image img {
  width: 100%;
}
.ny38-section7 .ny38-title {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 0;
  z-index: 3;
  width: 100%;
}
/* ==================== 内页38 - 板块七 End ==================== */
/* ==================== 内页38 - 板块八 Start ==================== */
.ny38-section8 {
  position: relative;
  padding-top: 160px;
  background-color: #fff;
}
.ny38-section8 .image1 {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.ny38-section8 .image1 img {
  animation: ny38-section2 1.5s infinite alternate ease-in-out;
  width: 100%;
}
.ny38-section8 .image {
  margin-top: -140px;
  width: 100%;
}
.ny38-section8 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section8 {
    padding-top: 21.333vw;
  }
  .ny38-section8 .image1 {
    margin-top: 13.333vw;
  }
  .ny38-section8 .image {
    margin-top: -18.667vw;
  }
}
/* ==================== 内页38 - 板块八 End ==================== */
/* ==================== 内页38 - 板块九 Start ==================== */
.ny38-section9 {
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}
.ny38-section9 .ny38-title {
  text-align: center;
  margin-bottom: 50px;
}
.ny38-section9 .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny38-section9 .item {
  display: block;
  margin-right: 50px;
  width: 110px;
}
.ny38-section9 .item img {
  width: 100%;
}
.ny38-section9 .item:last-child {
  margin-right: 0;
}
.ny38-section9 .image {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: -2px;
}
.ny38-section9 .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ny38-section9 .bg-image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section9 {
    padding-top: 21.333vw;
  }
  .ny38-section9 .ny38-title {
    margin-bottom: 6.667vw;
  }
  .ny38-section9 .item {
    margin-right: 6.667vw;
    width: 14.667vw;
  }
  .ny38-section9 .image {
    margin-top: 2.667vw;
    margin-bottom: -0.267vw;
  }
}
/* ==================== 内页38 - 板块九 End ==================== */
/* ==================== 内页38 - 板块十 Start ==================== */
.ny38-section10 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ny38-section10 .image {
  margin-top: 60px;
  width: 100%;
  flex-shrink: 0;
}
.ny38-section10 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section10 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny38-section10 .image {
    margin-top: 8vw;
  }
}
/* ==================== 内页38 - 板块十 End ==================== */
/* ==================== 内页38 - 板块十一 Start ==================== */
.ny38-section11 {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny38-section11 .ny38-title {
  text-align: center;
  margin-bottom: 60px;
}
.ny38-section11 .body .image img {
  width: 100%;
}
.ny38-section11 .item {
  margin-bottom: 40px;
}
.ny38-section11 .item:last-child {
  margin-bottom: 0;
}
.ny38-section11 .item .text {
  width: 100%;
  background: -webkit-linear-gradient(to bottom, #7A8BB4, #A7C2E8);
  background: -o-linear-gradient(to bottom, #7A8BB4, #A7C2E8);
  background: -moz-linear-gradient(to bottom, #7A8BB4, #A7C2E8);
  background: linear-gradient(to bottom, #7A8BB4, #A7C2E8);
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: justify;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  .ny38-section11 {
    padding-top: 26.67vw;
    padding-bottom: 26.67vw;
  }
  .ny38-section11 .ny38-title {
    margin-bottom: 8vw;
  }
  .ny38-section11 .item {
    margin-bottom: 5.33vw;
  }
  .ny38-section11 .item .text {
    font-size: 4vw;
    padding: 5.33vw;
  }
}
/* ==================== 内页38 - 板块十一 End ==================== */
/* ==================== 内页38 - 板块十二 Start ==================== */
.ny38-section12 {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny38-section12 .ny38-title {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 60px;
}
.ny38-section12 .image {
  width: 80%;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.ny38-section12 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny38-section12 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny38-section12 .ny38-title {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    margin-top: 8vw;
  }
}
/* ==================== 内页38 - 板块十二 End ==================== */
/* ==================== 内页38 - 板块十三 Start ==================== */
.ny38-section13 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny38-section13 .ny38-title {
  text-align: center;
  margin-bottom: 100px;
}
.ny38-section13 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
}
.ny38-section13 .image img {
  width: 100%;
}
.ny38-section13 .ny26-table {
  border-color: #E2E2E2;
}
.ny38-section13 .ny26-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #E2E2E2;
  font-family: "HYJunhei-65J";
}
.ny38-section13 .ny26-table td:first-child {
  white-space: nowrap;
}
.ny38-section13 .ny26-table tr:nth-child(2n) {
  background-color: #F5F5F5;
}
@media screen and (max-width: 749px) {
  .ny38-section13 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny38-section13 .ny38-title {
    margin-bottom: 13.333vw;
  }
  .ny38-section13 .image {
    margin-bottom: 24vw;
  }
  .ny38-section13 .ny26-table td {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
  }
}
/* ==================== 内页38 - 板块十三 End ==================== */
