.ny45-main .mxw-box {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny45-main .mxw-box {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页45 - 通用 Start ==================== */
.ny45-text1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny45-text2 {
  font-size: 30px;
  line-height: 1.6;
  opacity: 0.6;
}
@media screen and (max-width: 749px) {
  .ny45-text1 {
    font-size: 8vw;
  }
  .ny45-text2 {
    font-size: 4vw;
  }
}
/* ==================== 内页45 - 通用 End ==================== */
/* ==================== 内页45 - 板块一 Start ==================== */
.ny45-section1 {
  position: relative;
}
.ny45-section1 .image {
  width: 100%;
  display: block;
}
.ny45-section1 .image img {
  width: 100%;
}
.ny45-section1 .info {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  z-index: 3;
  text-align: center;
}
.ny45-section1 .ny45-text2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .ny45-section1 .info {
    top: 10.667vw;
  }
  .ny45-section1 .ny45-text2 {
    margin-bottom: 1.333vw;
  }
}
/* ==================== 内页45 - 板块一 End ==================== */
/* ==================== 内页45 - 板块二 Start ==================== */
.ny45-section2 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny45-section2 .info {
  color: #000000;
}
.ny45-section2 .info .ny45-text2 {
  margin-top: 30px;
}
.ny45-section2 .image {
  position: relative;
  width: 100%;
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
}
.ny45-section2 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny45-section2 {
    padding-top: 21.33vw;
    padding-bottom: 21.33vw;
  }
  .ny45-section2 .info .ny45-text2 {
    margin-top: 4vw;
  }
  .ny45-section2 .image {
    margin-top: 8vw;
    border-radius: 2.667vw;
    box-shadow: 0 2.667vw 5.333vw -1.333vw rgba(0, 0, 0, 0.2);
  }
}
/* ==================== 内页45 - 板块二 End ==================== */
/* ==================== 内页45 - 板块三 Start ==================== */
.ny45-section3 {
  background-size: cover;
  background-repeat: no-repeat;
}
.ny45-section3 .title {
  margin-bottom: 50px;
}
.ny45-section3 .ny45-text1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .ny45-section3 .title {
    margin-bottom: 6.667vw;
  }
  .ny45-section3 .ny45-text1 {
    margin-bottom: 5.333vw;
  }
}
/* ==================== 内页45 - 板块三 End ==================== */
/* ==================== 内页45 - 板块四 Start ==================== */
.ny45-section4 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.ny45-section4 .info {
  background-color: #FAFAFA;
  width: 100%;
  flex-shrink: 0;
  padding: 100px 60px;
  margin-bottom: 40px;
}
.ny45-section4 .info .ny45-text1 {
  margin-bottom: 30px;
}
.ny45-section4 .image {
  background-color: #FAFAFA;
  width: 100%;
  flex-shrink: 0;
  padding: 60px 20px;
}
.ny45-section4 .image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .ny45-section4 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny45-section4 .info {
    padding: 13.333vw 8vw;
    margin-bottom: 5.333vw;
  }
  .ny45-section4 .info .ny45-text1 {
    margin-bottom: 4vw;
  }
  .ny45-section4 .image {
    padding: 8vw 2.667vw;
  }
}
/* ==================== 内页45 - 板块四 End ==================== */
/* ==================== 内页45 - 板块五 Start ==================== */
.ny45-section5 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}
.ny45-section5 .title {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
.ny45-section5 .title .ny45-text1 {
  margin-bottom: 30px;
}
.ny45-section5 .body {
  width: 400px;
  position: relative;
  margin-right: 40px;
  margin-left: auto;
}
.ny45-section5 .body img {
  width: 100%;
}
.ny45-section5 .info {
  position: absolute;
  left: -66%;
  top: 34%;
}
.ny45-section5 .info .text1 {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.ny45-section5 .info .text2 {
  font-size: 26px;
  color: #fff;
  line-height: 1.1;
}
.ny45-section5 .info .icon {
  width: 260px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ny45-section5 .info .icon img {
  height: 100%;
}
@media screen and (max-width: 749px) {
  .ny45-section5 {
    padding-top: 21.333vw;
    padding-bottom: 21.333vw;
  }
  .ny45-section5 .title {
    margin-bottom: 8vw;
  }
  .ny45-section5 .title .ny45-text1 {
    margin-bottom: 4vw;
  }
  .ny45-section5 .body {
    width: 53.333vw;
    margin-right: 5.333vw;
  }
  .ny45-section5 .info .text1 {
    font-size: 4vw;
    margin-bottom: 1.333vw;
  }
  .ny45-section5 .info .text2 {
    font-size: 3.467vw;
  }
  .ny45-section5 .info .icon {
    width: 34.667vw;
    margin-left: 2.667vw;
  }
}
/* ==================== 内页45 - 板块五 End ==================== */
/* ==================== 内页45 - 板块六 Start ==================== */
.ny45-section6 {
  overflow: hidden;
  position: relative;
  height: 60vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny45-section6 .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}
.ny45-section6 .img img {
  width: 100%;
}
.ny45-section6 .img1 {
  left: 0;
}
.ny45-section6 .img2 {
  right: 0;
  transform: rotateY(180deg) translateY(-50%);
}
.ny45-section6 .info {
  text-align: center;
}
.ny45-section6 .info .ny45-text1 {
  margin-bottom: 30px;
}
.ny45-section6 .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.ny45-section6 .item {
  margin-right: 60px;
}
.ny45-section6 .item:last-child {
  margin-right: 0;
}
.ny45-section6 .item .icon {
  width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny45-section6 .item .icon img {
  width: 100%;
}
.ny45-section6 .item .text {
  margin-top: 20px;
  font-size: 28px;
  color: #000;
  line-height: 1.4;
  text-align: center;
  font-family: "HYJunhei-85J";
}
@media screen and (max-width: 749px) {
  .ny45-section6 .img {
    width: 26.67vw;
  }
  .ny45-section6 .info .ny45-text1 {
    margin-bottom: 4vw;
  }
  .ny45-section6 .itembox {
    margin-top: 6.67vw;
  }
  .ny45-section6 .item {
    margin-right: 8vw;
  }
  .ny45-section6 .item .icon {
    width: 6.67vw;
  }
  .ny45-section6 .item .text {
    margin-top: 2.67vw;
    font-size: 3.73vw;
  }
}
/* ==================== 内页45 - 板块六 End ==================== */
/* ==================== 内页45 - 板块七 Start ==================== */
.ny45-section7 {
  position: relative;
}
.ny45-section7 .ny45-text1 {
  position: absolute;
  color: #fff;
  top: 116px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ny45-section7 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny45-section7 .ny45-text1 {
    top: 15.47vw;
  }
}
/* ==================== 内页45 - 板块七 End ==================== */
/* ==================== 内页45 - 板块八 Start ==================== */
.ny45-section8 {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
}
.ny45-section8 .title {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
  color: #000;
  z-index: 3;
}
.ny45-section8 .title .ny45-text1 {
  margin-bottom: 30px;
}
.ny45-section8 .itembox {
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}
.ny45-section8 .item {
  font-size: 30px;
  color: #fff;
  width: 50%;
  text-align: center;
}
.ny45-section8 .item:nth-child(2) ~ .item {
  margin-top: 20px;
}
.ny45-section8 .item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 15px;
  vertical-align: middle;
}
.ny45-section8 .image {
  position: relative;
}
.ny45-section8 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny45-section8 {
    padding-top: 21.33vw;
  }
  .ny45-section8 .title {
    margin-bottom: 6.67vw;
  }
  .ny45-section8 .title .ny45-text1 {
    margin-bottom: 4vw;
  }
  .ny45-section8 .itembox {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    margin-bottom: 5.33vw;
    top: 13.33vw;
  }
  .ny45-section8 .item {
    font-size: 4vw;
  }
  .ny45-section8 .item:nth-child(2) ~ .item {
    margin-top: 2.67vw;
  }
  .ny45-section8 .item::before {
    width: 1.33vw;
    height: 1.33vw;
    margin-right: 2vw;
  }
}
/* ==================== 内页45 - 板块八 End ==================== */
/* ==================== 内页45 - 板块九 Start ==================== */
.ny45-section9 {
  background-color: #010001;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny45-section9 .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
.ny45-section9 .item {
  width: 50%;
}
.ny45-section9 .item:nth-child(2) ~ .item {
  margin-top: 40px;
}
.ny45-section9 .item:last-child {
  margin-right: 0;
}
.ny45-section9 .item .icon {
  width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.ny45-section9 .item .icon img {
  width: 100%;
}
.ny45-section9 .item .text {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.ny45-section9 .qr {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny45-section9 .qr img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny45-section9 {
    padding-top: 21.33vw;
    padding-bottom: 21.33vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny45-section9 .itembox {
    margin-bottom: 9.33vw;
  }
  .ny45-section9 .item:nth-child(2) ~ .item {
    margin-top: 5.33vw;
  }
  .ny45-section9 .item .icon {
    width: 9.33vw;
    margin-bottom: 2vw;
  }
  .ny45-section9 .item .text {
    font-size: 4vw;
  }
  .ny45-section9 .qr {
    width: 26.67vw;
  }
}
/* ==================== 内页45 - 板块九 End ==================== */
