.ny15-main .mxw-box {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .ny15-main .mxw-box {
    width: 100%;
  }
}
/* ==================== 内页15 - 通用swiper前进后退按钮 Start ==================== */
.ny15-btn-group {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}
.ny15-btn-group .swiper-button {
  width: 62px;
  height: 62px;
  margin: 0;
  position: static;
  transform: translate(0);
  opacity: 1;
  border: 2px solid #1E1E20;
  background-color: transparent;
}
.ny15-btn-group .swiper-button.swiper-button-disabled {
  opacity: 0.2;
}
.ny15-btn-group .swiper-button .iconfont {
  color: #1E1E20;
  font-size: 40px;
}
.ny15-btn-group .swiper-button-prev {
  margin-right: 30px;
}
@media screen and (max-width: 749px) {
  .ny15-btn-group {
    margin-top: 2.667vw;
    margin-right: 2.667vw;
  }
  .ny15-btn-group .swiper-button {
    width: 8.267vw;
    height: 8.267vw;
    border: 0.267vw solid #1E1E20;
  }
  .ny15-btn-group .swiper-button .iconfont {
    font-size: 5.333vw;
  }
  .ny15-btn-group .swiper-button-prev {
    margin-right: 4vw;
  }
}
/* ==================== 内页15 - 通用swiper前进后退按钮 Start ==================== */
/* ==================== 内页15 - 通用标题 Start ==================== */
.ny15-title {
  font-size: 70px;
  color: #1E1E20;
  line-height: 1.1;
  margin-bottom: 60px;
  text-align: center;
  font-family: "HYJunhei-85J";
}
.ny15-title.white {
  color: #fff;
}
@media screen and (max-width: 749px) {
  .ny15-title {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
}
/* ==================== 内页15 - 通用标题 Start ==================== */
/* ==================== 内页15 - 板块一 Start ==================== */
.ny15-section1 {
  position: relative;
  margin-bottom: 10px;
}
.ny15-section1 .image img {
  width: 100%;
}
.ny15-section1 .info {
  text-align: center;
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #1B4469;
}
.ny15-section1 .info .text1 {
  line-height: 1;
  font-size: 23px;
  margin-bottom: 20px;
}
.ny15-section1 .info .text2 {
  line-height: 1;
  font-size: 90px;
  font-family: "HYJunhei-85J";
}
.ny15-section1 .info .text3 {
  line-height: 1;
  font-size: 36px;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .ny15-section1 {
    margin-bottom: 1.333vw;
  }
  .ny15-section1 .info {
    top: 22.667vw;
  }
  .ny15-section1 .info .text1 {
    font-size: 3.067vw;
    margin-bottom: 2.667vw;
  }
  .ny15-section1 .info .text2 {
    font-size: 12vw;
  }
  .ny15-section1 .info .text3 {
    font-size: 4.8vw;
    margin-top: 5.333vw;
  }
}
/* ==================== 内页15 - 板块一 End ==================== */
/* ==================== 内页15 - 板块二 Start ==================== */
.ny15-section2 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.ny15-section2 .swiper {
  background-color: #F5F5F7;
  padding-bottom: 60px;
}
.ny15-section2 .ny15-section2-swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.ny15-section2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
}
.ny15-section2 .item {
  background-color: #F2F2F2;
  overflow: hidden;
  flex-grow: 1;
  width: 100%;
  padding-top: 90.01px;
  padding-bottom: 90.01px;
  flex-shrink: 0;
}
.ny15-section2 .item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.ny15-section2 .item .image {
  width: 100%;
  margin-bottom: 40px;
}
.ny15-section2 .item .image img {
  width: 100%;
}
.ny15-section2 .item .info {
  text-align: center;
  padding-bottom: 80px;
}
.ny15-section2 .item .text1 {
  font-size: 50px;
  color: #1D1D1F;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny15-section2 .item .text2 {
  color: #4E4E50;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  font-family: "HYJunhei-65J";
}
.ny15-section2 .item .color-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.ny15-section2 .item .color-item {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.28);
  margin-right: 14px;
}
.ny15-section2 .item .color-item:last-child {
  margin-right: 0;
}
.ny15-section2 .count-group {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 20px;
}
.ny15-section2 .count-group span {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 26px;
  background-color: #000;
  opacity: 0.4;
}
.ny15-section2 .count-group span.swiper-pagination-bullet-active {
  opacity: 1;
}
.ny15-section2 .count-group span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .ny15-section2 .swiper {
    padding-bottom: 8vw;
  }
  .ny15-section2 .itembox {
    max-width: 100vw;
  }
  .ny15-section2 .item {
    padding-top: 12.001vw;
    padding-bottom: 12.001vw;
  }
  .ny15-section2 .item .image {
    margin-bottom: 5.333vw;
  }
  .ny15-section2 .item .info {
    padding-bottom: 10.667vw;
  }
  .ny15-section2 .item .text1 {
    font-size: 6.667vw;
    margin-bottom: 5.333vw;
  }
  .ny15-section2 .item .text2 {
    font-size: 4vw;
  }
  .ny15-section2 .item .color-group {
    margin-bottom: 8vw;
  }
  .ny15-section2 .item .color-item {
    width: 3.333vw;
    height: 3.333vw;
    box-shadow: inset 0vw 0.133vw 0.133vw 0vw rgba(0, 0, 0, 0.28);
    margin-right: 1.867vw;
  }
  .ny15-section2 .count-group {
    padding-top: 3.467vw;
    padding-bottom: 2.667vw;
  }
  .ny15-section2 .count-group span {
    width: 2.133vw;
    height: 2.133vw;
    border-radius: 13.333vw;
    margin-right: 3.467vw;
  }
}
/* ==================== 内页15 - 板块二 End ==================== */
/* ==================== 内页15 - 板块三 Start ==================== */
.ny15-section3 {
  padding-top: 180px;
  padding-bottom: 200px;
}
.ny15-section3 .swiper {
  overflow: hidden;
}
.ny15-section3 .ny15-section3-swiper {
  width: 100%;
}
.ny15-section3 .ny15-section3-swiper .swiper-slide {
  height: 970px;
  width: 100%;
}
.ny15-section3 .ny15-section3-swiper .video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ny15-section3 .ny15-section3-swiper .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny15-section3 .ny15-section3-swiper .video img {
  width: 100%;
}
.ny15-section3 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
}
.ny15-section3 .info:after {
  content: "";
  display: block;
  background: url(../images/ny15/img010@46x46.png) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.ny15-section3 .info .text1 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
}
.ny15-section3 .common-pagination {
  margin-top: 40px;
}
.ny15-section3 .common-pagination .play-btn,
.ny15-section3 .common-pagination .swiper-pagination {
  background-color: #F2F2F5;
  border-color: rgba(239, 239, 239, 0.75);
  background: -webkit-linear-gradient(146deg, rgba(239, 239, 239, 0.72) 0%, rgba(239, 239, 239, 0.75) 100%);
  background: -o-linear-gradient(146deg, rgba(239, 239, 239, 0.72) 0%, rgba(239, 239, 239, 0.75) 100%);
  background: -moz-linear-gradient(146deg, rgba(239, 239, 239, 0.72) 0%, rgba(239, 239, 239, 0.75) 100%);
  background: linear-gradient(146deg, rgba(239, 239, 239, 0.72) 0%, rgba(239, 239, 239, 0.75) 100%);
}
@media screen and (max-width: 749px) {
  .ny15-section3 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny15-section3 .ny15-section3-swiper .swiper-slide {
    height: 129.333vw;
  }
  .ny15-section3 .info {
    padding: 4vw;
  }
  .ny15-section3 .info:after {
    width: 5.333vw;
    height: 5.333vw;
  }
  .ny15-section3 .info .text1 {
    font-size: 4vw;
  }
  .ny15-section3 .common-pagination {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页15 - 板块三 End ==================== */
/* ==================== 内页15 - 板块四 Start ==================== */
.ny15-section4 .video {
  display: block;
  width: 100%;
}
.ny15-section4 .video video {
  display: block;
  width: 100%;
}
.ny15-section4 .index-info {
  text-align: left;
  padding: 60px 40px;
  padding-bottom: 200px;
}
.ny15-section4 .index-info .text1 {
  color: #000000;
}
.ny15-section4 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
}
.ny15-section4 .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny15-section4 .index-info {
    padding: 8vw 5.333vw;
    padding-bottom: 26.667vw;
  }
  .ny15-section4 .btn-group {
    margin-top: 8vw;
  }
  .ny15-section4 .btn-group .index-btn2 {
    margin-right: 5.333vw;
  }
}
/* ==================== 内页15 - 板块四 End ==================== */
/* ==================== 内页15 - 板块四-1 Start ==================== */
.ny15-section4-1 {
  background-color: #F6F6F6;
  padding-top: 140px;
  padding-bottom: 200px;
}
.ny15-section4-1 .body {
  padding-left: 40px;
  padding-right: 40px;
}
.ny15-section4-1 .index-info {
  text-align: left;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.ny15-section4-1 .index-info .text1 {
  color: #000;
}
.ny15-section4-1 .index-info .text3 {
  margin-top: 60px;
}
.ny15-section4-1 .image {
  width: 440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.ny15-section4-1 .image img {
  width: 100%;
}
.ny15-section4-1 .btn-group {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny15-section4-1 .btn-group .index-btn2 {
  margin-right: 40px;
  margin-left: 0;
}
@media screen and (max-width: 749px) {
  .ny15-section4-1 {
    padding-top: 18.667vw;
    padding-bottom: 26.667vw;
  }
  .ny15-section4-1 .body {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny15-section4-1 .index-info {
    margin-bottom: 8vw;
  }
  .ny15-section4-1 .index-info .text3 {
    margin-top: 8vw;
  }
  .ny15-section4-1 .image {
    width: 58.667vw;
    margin-top: 10.667vw;
  }
  .ny15-section4-1 .btn-group {
    margin-top: 8vw;
    margin-left: 5.333vw;
    margin-right: 5.333vw;
  }
  .ny15-section4-1 .btn-group .index-btn2 {
    margin-right: 5.333vw;
  }
}
/* ==================== 内页15 - 板块四-1 End ==================== */
/* ==================== 内页15 - 板块五 Start ==================== */
.ny15-section5 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
  overflow: hidden;
}
.ny15-section5 .ny15-section5-swiper {
  padding-left: 40px;
  width: 597px;
  overflow: visible;
  margin-left: 0;
  margin-right: auto;
}
.ny15-section5 .ny15-section5-swiper .swiper-wrapper {
  align-items: stretch;
}
.ny15-section5 .ny15-section5-swiper .swiper-slide {
  height: auto;
}
.ny15-section5 .item {
  display: block;
  background-color: #F6F6F6;
  border-radius: 34px;
  overflow: hidden;
  height: 100%;
}
.ny15-section5 .item .info {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.ny15-section5 .item .text1 {
  font-size: 50px;
  color: #1D1D1F;
  line-height: 1.2;
  min-height: 2.4em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "HYJunhei-85J";
}
.ny15-section5 .item .text2 {
  font-size: 30px;
  color: #1D1D1E;
  line-height: 1.2;
  font-family: "HYJunhei-65J";
}
.ny15-section5 .item .image {
  margin-top: 100px;
}
.ny15-section5 .ny15-btn-group {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny15-section5 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny15-section5 .ny15-section5-swiper {
    padding-left: 5.333vw;
    width: 79.6vw;
  }
  .ny15-section5 .item {
    border-radius: 4.533vw;
  }
  .ny15-section5 .item .info {
    padding-top: 13.333vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .ny15-section5 .item .text1 {
    font-size: 6.667vw;
    margin-bottom: 2.667vw;
  }
  .ny15-section5 .item .text2 {
    font-size: 4vw;
  }
  .ny15-section5 .item .image {
    margin-top: 13.333vw;
  }
  .ny15-section5 .ny15-btn-group {
    margin-top: 8vw;
  }
}
/* ==================== 内页15 - 板块五 End ==================== */
/* ==================== 内页15 - 板块六 Start ==================== */
.ny15-section6 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #000000;
}
.ny15-section6 .swiper {
  text-align: center;
}
.ny15-section6 .image {
  width: 100%;
  display: block;
}
.ny15-section6 .image img {
  width: 100%;
  display: block;
}
.ny15-section6 .text {
  font-size: 30px;
  color: #FFFFFF;
  font-family: "HYJunhei-65J";
  line-height: 1.2;
  margin-top: 60px;
}
.ny15-section6 .swiper-pagination {
  position: static;
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: #2E2E30;
  border-radius: 200px;
}
.ny15-section6 .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 42px;
  margin-right: 25px;
  background-size: 100%;
  border-radius: 100%;
  background: #1E1E1F;
  box-shadow: inset 0px 3px 1px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.ny15-section6 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ny15-section6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/ny15/img024@48x48.png) no-repeat center;
  background-size: 100%;
  box-shadow: none;
}
@media screen and (max-width: 749px) {
  .ny15-section6 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny15-section6 .text {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .ny15-section6 .swiper-pagination {
    margin-top: 5.333vw;
    padding: 3.733vw;
    border-radius: 26.667vw;
  }
  .ny15-section6 .swiper-pagination .swiper-pagination-bullet {
    width: 5.6vw;
    height: 5.6vw;
    margin-right: 3.333vw;
    box-shadow: inset 0vw 0.4vw 0.133vw 0vw rgba(0, 0, 0, 0.25);
  }
}
/* ==================== 内页15 - 板块六 End ==================== */
/* ==================== 内页15 - 板块七 Start ==================== */
/* ==================== 内页15 - 板块七 End ==================== */
/* ==================== 内页15 - 板块八 Start ==================== */
.ny15-section8 {
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
}
.ny15-section8 .title {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 60px;
}
.ny15-section8 .tabs {
  display: inline-flex;
  justify-content: flex-start;
  padding: 5px;
  background-color: #1D1D1F;
  border-radius: 100px;
  margin-bottom: 60px;
}
.ny15-section8 .tabs .tab-item {
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 24px;
  color: #fff;
  line-height: 1.1;
  font-family: "HYJunhei-65J";
  cursor: pointer;
}
.ny15-section8 .tabs .tab-item.active {
  background-color: #fff;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
}
.ny15-section8 .item .video {
  width: 100%;
  height: 550px;
}
.ny15-section8 .item .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny15-section8 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny15-section8 .title {
    font-size: 9.333vw;
    margin-bottom: 8vw;
  }
  .ny15-section8 .tabs {
    padding: 0.667vw;
    border-radius: 13.333vw;
    margin-bottom: 8vw;
  }
  .ny15-section8 .tabs .tab-item {
    padding: 1.6vw 2.667vw;
    border-radius: 13.333vw;
    font-size: 3.2vw;
  }
  .ny15-section8 .item .video {
    height: 73.33vw;
  }
}
/* ==================== 内页15 - 板块八 End ==================== */
/* ==================== 内页15 - 板块九 Start ==================== */
/* ==================== 内页15 - 板块九 End ==================== */
