.ny11-main section {
  position: relative;
}
.ny11-main section .body-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}
/* ==================== 内页11 - 通用标题 Start ==================== */
.ny11-title {
  margin-bottom: 60px;
}
.ny11-title .text1 {
  font-size: 70px;
  color: #1D1D1F;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
}
.ny11-title .text2 {
  font-size: 50px;
  margin-top: 60px;
  color: #1D1D1F;
  line-height: 1;
}
.ny11-title .text3 {
  font-size: 30px;
  margin-top: 20px;
  color: #86868B;
  line-height: 1.3;
  font-family: "HYQiHei_55S";
}
@media screen and (max-width: 749px) {
  .ny11-title {
    margin-bottom: 8vw;
  }
  .ny11-title .text1 {
    font-size: 9.333vw;
  }
  .ny11-title .text2 {
    font-size: 6.667vw;
    margin-top: 8vw;
  }
  .ny11-title .text3 {
    font-size: 4vw;
    margin-top: 2.667vw;
  }
}
/* ==================== 内页11 - 通用标题 End ==================== */
/* ==================== 内页11 - 通用标题 Start ==================== */
.ny11-more-btn {
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #2A64C5;
  margin-top: 40px;
}
.ny11-more-btn .iconfont {
  font-size: 0.7em;
  color: inherit;
}
@media screen and (max-width: 749px) {
  .ny11-more-btn {
    font-size: 4vw;
    margin-top: 5.333vw;
  }
}
/* ==================== 内页11 - 通用标题 End ==================== */
/* ==================== 内页11 - 板块一 Start ==================== */
.ny11-section1 {
  position: relative;
  max-width: 100%;
}
.ny11-section1 .bg-image {
  width: 100%;
}
.ny11-section1 .bg-image img {
  width: 100%;
}
.ny11-section1 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 360px;
  color: #fff;
  text-align: center;
}
.ny11-section1 .info .text1 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "HYJunhei-85J";
}
.ny11-section1 .info .text2 {
  font-size: 30px;
  line-height: 2;
  font-family: "HYJunhei-65J";
}
@media screen and (max-width: 749px) {
  .ny11-section1 .info {
    padding-top: 48vw;
  }
  .ny11-section1 .info .text1 {
    font-size: 9.333vw;
    margin-bottom: 4vw;
  }
  .ny11-section1 .info .text2 {
    font-size: 4vw;
  }
}
/* ==================== 内页11 - 板块一 End ==================== */
/* ==================== 内页11 - 板块二 Start ==================== */
.ny11-section2 {
  background-color: #000000;
  padding-bottom: 200px;
}
.ny11-section2 .info {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 200px;
  padding-bottom: 60px;
}
.ny11-section2 .info .text1 {
  font-size: 70px;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny11-section2 .info .text2 {
  margin-top: 60px;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 1.1;
}
.ny11-section2 .info .text3 {
  margin-top: 40px;
  font-size: 30px;
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
}
.ny11-section2 .info .text3 span {
  color: #fff;
}
.ny11-section2 .image {
  width: 100%;
  display: block;
}
.ny11-section2 .image img {
  width: 100%;
  display: block;
}
.ny11-section2 .itembox {
  padding: 60px 40px;
  padding-bottom: 0;
}
.ny11-section2 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.ny11-section2 .item:last-child {
  margin-bottom: 0;
}
.ny11-section2 .item .icon {
  width: 90px;
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}
.ny11-section2 .item .info {
  min-width: 0;
  flex-grow: 1;
}
.ny11-section2 .item .text1 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ny11-section2 .item .text2 {
  font-size: 26px;
  color: #8A8A8A;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny11-section2 {
    padding-bottom: 26.67vw;
  }
  .ny11-section2 .info {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-top: 26.67vw;
    padding-bottom: 8vw;
  }
  .ny11-section2 .info .text1 {
    font-size: 9.33vw;
  }
  .ny11-section2 .info .text2 {
    margin-top: 8vw;
    font-size: 6.67vw;
  }
  .ny11-section2 .info .text3 {
    margin-top: 5.33vw;
    font-size: 4vw;
  }
  .ny11-section2 .itembox {
    padding: 8vw 5.33vw;
  }
  .ny11-section2 .item {
    margin-bottom: 8vw;
  }
  .ny11-section2 .item .icon {
    width: 12vw;
    margin-right: 2.67vw;
  }
  .ny11-section2 .item .text1 {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  .ny11-section2 .item .text2 {
    font-size: 3.47vw;
  }
}
/* ==================== 内页11 - 板块二 End ==================== */
/* ==================== 内页11 - 板块三 Start ==================== */
.ny11-section3 {
  padding-top: 200px;
  background-color: #fff;
}
.ny11-section3 .info {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.ny11-section3 .ny11-title .text2 {
  margin-top: 20px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.ny11-section3 .ny11-title .text2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny11-section3 .ny11-title .text1,
.ny11-section3 .ny11-title .text3 {
  color: #1D1D1F;
}
.ny11-section3 .ny11-title .text3 {
  margin-top: 60px;
  line-height: 1.4;
  font-size: 30px;
  color: #86868B;
}
.ny11-section3 .index-btn4 {
  margin-top: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #0071E3;
}
.ny11-section3 .video {
  width: 100%;
  display: block;
}
.ny11-section3 .video video {
  width: 100%;
  height: 500px;
  display: block;
}
@media screen and (max-width: 749px) {
  .ny11-section3 {
    padding-top: 26.667vw;
  }
  .ny11-section3 .info {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 8vw;
  }
  .ny11-section3 .ny11-title .text2 {
    margin-top: 2.667vw;
  }
  .ny11-section3 .ny11-title .text3 {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .ny11-section3 .index-btn4 {
    margin-top: 8vw;
  }
  .ny11-section3 .video video {
    height: 66.667vw;
  }
}
/* ==================== 内页11 - 板块三 End ==================== */
/* ==================== 内页11 - 板块四 Start ==================== */
.ny11-section4 {
  padding-top: 200px;
  background-color: #060607;
  text-align: center;
}
.ny11-section4 .info {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 60px;
}
.ny11-section4 .info .icon {
  width: 210px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.ny11-section4 .info .icon img {
  display: block;
}
.ny11-section4 .ny11-title {
  text-align: center;
}
.ny11-section4 .ny11-title .text1 {
  color: #fff;
  line-height: 1.2;
}
.ny11-section4 .ny11-title .text3 {
  line-height: 1.4;
  margin-top: 50px;
}
.ny11-section4 .ny11-title .text3 span {
  color: #fff;
}
.ny11-section4 .body {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 120px;
}
.ny11-section4 .body svg {
  width: 700px;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ny11-section4 .body .top {
  position: relative;
}
.ny11-section4 .video {
  display: block;
  width: 100%;
  height: 480px;
}
.ny11-section4 .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny11-section4 .index-btn4 {
  border-color: #0071E3;
  width: auto;
  display: inline-flex;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny11-section4 {
    padding-top: 26.667vw;
  }
  .ny11-section4 .info {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    margin-bottom: 8vw;
  }
  .ny11-section4 .info .icon {
    width: 28vw;
    margin-bottom: 1.333vw;
  }
  .ny11-section4 .ny11-title .text3 {
    margin-top: 6.667vw;
  }
  .ny11-section4 .body {
    padding-top: 16vw;
  }
  .ny11-section4 .body svg {
    width: 93.333vw;
    height: 26.667vw;
  }
  .ny11-section4 .video {
    height: 64vw;
  }
  .ny11-section4 .index-btn4 {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 8vw;
  }
}
/* ==================== 内页11 - 板块四 End ==================== */
/* ==================== 内页11 - 板块五 Start ==================== */
.ny11-section5 {
  background-color: #060607;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}
.ny11-section5 .body {
  margin-top: 80px;
}
.ny11-section5 .image1 {
  width: 100%;
}
.ny11-section5 .image1 img {
  width: 100%;
}
.ny11-section5 .image {
  width: 560px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ny11-section5 .image .img1 {
  left: 50px;
  bottom: 110px;
  position: absolute;
  z-index: 4;
  width: 410px;
}
.ny11-section5 .image .img1 img {
  width: 100%;
}
.ny11-section5 .image .img2 {
  width: 580px;
}
.ny11-section5 .image .img2 img {
  width: 100%;
}
.ny11-section5 .info {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
.ny11-section5 .info .text1 {
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 40px;
  font-family: "HYJunhei-85J";
}
.ny11-section5 .info .text2 {
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .ny11-section5 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny11-section5 .body {
    margin-top: 10.667vw;
  }
  .ny11-section5 .image {
    width: 74.667vw;
  }
  .ny11-section5 .image .img1 {
    left: 6.667vw;
    bottom: 14.667vw;
    width: 54.667vw;
  }
  .ny11-section5 .image .img2 {
    width: 77.333vw;
  }
  .ny11-section5 .info {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny11-section5 .info .text1 {
    font-size: 9.333vw;
    margin-bottom: 5.333vw;
  }
  .ny11-section5 .info .text2 {
    font-size: 3.467vw;
  }
}
/* ==================== 内页11 - 板块五 End ==================== */
/* ==================== 内页11 - 板块六 Start ==================== */
.ny11-section6 {
  background-color: #FFFFFF;
}
.ny11-section6 .body-bg-box {
  background-color: #F7F7F7;
  overflow: hidden;
  padding-bottom: 200px;
}
.ny11-section6 .head {
  padding: 200px 40px;
  padding-bottom: 60px;
}
.ny11-section6 .title {
  margin-bottom: 60px;
}
.ny11-section6 .title .text1 {
  font-size: 70px;
  font-family: "HYJunhei-85J";
  line-height: 1.1;
}
.ny11-section6 .title .text2 {
  font-size: 30px;
  margin-top: 20px;
  color: #1D1D1F;
}
.ny11-section6 .swiper {
  padding-left: 30px;
  padding-right: 30px;
}
.ny11-section6 .ny11-section6-tabs-swiper {
  width: 100%;
  background-color: #E2E2E2;
  padding: 5px;
  border-radius: 100px;
  overflow: hidden;
  line-height: 1;
}
.ny11-section6 .ny11-section6-tabs-swiper .swiper-slide {
  padding: 15px;
  text-align: center;
  color: #1D1D1F;
  font-size: 24px;
  border-radius: 100px;
  cursor: pointer;
}
.ny11-section6 .ny11-section6-tabs-swiper .swiper-slide.swiper-slide-thumb-active {
  background-color: #000;
  color: #fff;
}
.ny11-section6 .tabs {
  background-color: #EDEDED;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 100px;
  margin-bottom: 60px;
}
.ny11-section6 .tab-item {
  padding: 14px 20px;
  border-radius: 100px;
  font-size: 24px;
  color: #1D1D1F;
  line-height: 1.1;
  cursor: pointer;
}
.ny11-section6 .tab-item.active {
  background-color: #1D1D1F;
  color: #fff;
}
.ny11-section6 .ny11-section6-swiper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.ny11-section6 .ny11-section6-swiper .swiper-slide-active .ny11-section6-logo-swiper {
  opacity: 1;
  visibility: visible;
}
.ny11-section6 .ny11-section6-swiper .image {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.ny11-section6 .image {
  border-radius: 10px;
  overflow: hidden;
}
.ny11-section6 .image img {
  width: 100%;
}
.ny11-section6 .ny11-section6-logo-swiper {
  margin-top: 60px;
  opacity: 0;
  visibility: hidden;
  height: 70px;
}
.ny11-section6 .ny11-section6-logo-swiper.center .swiper-wrapper {
  justify-content: center;
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-wrapper {
  justify-content: flex-start;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-slide {
  width: auto;
  padding: 0 40px;
  position: relative;
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-slide:first-child {
  padding-left: 0;
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-slide:last-child {
  padding-right: 0;
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-slide:last-child:after {
  display: none;
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-slide:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ny11-section6 .ny11-section6-logo-swiper .swiper-slide img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .ny11-section6 .body-bg-box {
    padding-bottom: 26.67vw;
  }
  .ny11-section6 .head {
    padding: 26.67vw 5.33vw;
    padding-bottom: 8vw;
  }
  .ny11-section6 .title {
    margin-bottom: 8vw;
  }
  .ny11-section6 .title .text1 {
    font-size: 9.33vw;
  }
  .ny11-section6 .title .text2 {
    font-size: 4vw;
    margin-top: 2.67vw;
  }
  .ny11-section6 .swiper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .ny11-section6 .ny11-section6-tabs-swiper {
    padding: 3px;
    border-radius: 13.33vw;
  }
  .ny11-section6 .ny11-section6-tabs-swiper .swiper-slide {
    padding: 2vw;
    font-size: 3.2vw;
    border-radius: 13.33vw;
  }
  .ny11-section6 .tabs {
    padding: 0.67vw;
    border-radius: 13.33vw;
    margin-bottom: 8vw;
  }
  .ny11-section6 .tab-item {
    padding: 1.87vw 2.67vw;
    border-radius: 13.33vw;
    font-size: 3.2vw;
  }
  .ny11-section6 .ny11-section6-swiper .image {
    border-radius: 2.67vw;
  }
  .ny11-section6 .image {
    border-radius: 1.33vw;
  }
  .ny11-section6 .ny11-section6-logo-swiper {
    margin-top: 8vw;
    height: 9.333vw;
  }
  .ny11-section6 .ny11-section6-logo-swiper .swiper-slide {
    padding: 0 5.33vw;
  }
}
/* ==================== 内页11 - 板块六 End ==================== */
/* ==================== 内页11 - 板块七 Start ==================== */
.ny11-section7 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
}
.ny11-section7 .ny11-title {
  padding-left: 40px;
  padding-right: 40px;
}
.ny11-section7 .ny11-title .text3 {
  margin-top: 40px;
}
.ny11-section7 .ny11-title .text3 span {
  font-family: "HYJunhei-85J";
  color: #FF0000;
}
.ny11-section7 .common-btn {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .ny11-section7 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny11-section7 .ny11-title {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny11-section7 .ny11-title .text3 {
    margin-top: 5.333vw;
  }
  .ny11-section7 .common-btn {
    margin-top: 5.333vw;
  }
}
/* ==================== 内页11 - 板块七 End ==================== */
/* ==================== 内页11 - 板块八 Start ==================== */
.ny11-section8 {
  background-color: #060607;
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny11-section8 .ny11-title {
  padding-left: 40px;
  padding-right: 40px;
}
.ny11-section8 .ny11-title .text1 {
  color: #fff;
}
.ny11-section8 .ny11-title .text3 {
  color: #86868B;
  margin-top: 20px;
}
.ny11-section8 .play-btn {
  width: 56px;
  height: 56px;
  background: url('../images/img280@56x56.png') no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin-bottom: 100px;
}
.ny11-section8 .play-btn.active {
  background-image: url('../images/img279@56x56.png');
}
.ny11-section8 .ny11-section8-swiper {
  margin-bottom: 40px;
}
.ny11-section8 .ny11-section8-swiper .swiper-slide {
  width: 414px;
  margin-right: 16px;
}
.ny11-section8 .ny11-section8-swiper .swiper-slide .image {
  margin-bottom: 20px;
}
.ny11-section8 .ny11-section8-swiper .swiper-slide img {
  width: 100%;
}
.ny11-section8 .ny11-section8-swiper .swiper-slide .text {
  font-size: 30px;
  color: #86868B;
  line-height: 1.2;
  min-height: 2.8em;
}
@media screen and (max-width: 749px) {
  .ny11-section8 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny11-section8 .ny11-title {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny11-section8 .ny11-title .text3 {
    margin-top: 2.667vw;
  }
  .ny11-section8 .play-btn {
    width: 7.467vw;
    height: 7.467vw;
    margin-bottom: 13.333vw;
  }
  .ny11-section8 .ny11-section8-swiper {
    margin-bottom: 5.333vw;
  }
  .ny11-section8 .ny11-section8-swiper .swiper-slide {
    width: 55.2vw;
    margin-right: 2.133vw;
  }
  .ny11-section8 .ny11-section8-swiper .swiper-slide .image {
    margin-bottom: 2.667vw;
  }
  .ny11-section8 .ny11-section8-swiper .swiper-slide .text {
    font-size: 4vw;
  }
}
/* ==================== 内页11 - 板块八 End ==================== */
/* ==================== 内页11 - 板块十 Start ==================== */
.ny11-section10 {
  padding-top: 200px;
}
.ny11-section10 .ny11-section10-img {
  width: 100%;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70.003px;
}
.ny11-section10 .ny11-section10-img img {
  width: 100%;
}
.ny11-section10 .ny11-section10-year {
  position: relative;
  padding-bottom: 10.003px;
}
.ny11-section10 .ny11-section10-year:after {
  content: "";
  display: block;
  width: 100%;
  height: 1.997px;
  background-color: #000;
  position: absolute;
  bottom: 4.992px;
  left: 0;
}
.ny11-section10 .ny11-section10-year .text {
  font-size: 30.01px;
  color: #86868A;
  line-height: 1;
  cursor: pointer;
}
.ny11-section10 .ny11-section10-year .text:before {
  content: "";
  display: none;
  background: url(../images/ny11/img094@20x20.png) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.ny11-section10 .ny11-section10-year .text:after {
  content: "";
  display: none;
  width: 3.994px;
  height: 12px;
  background-color: #000;
  position: absolute;
  bottom: -10.003px;
  border-radius: 10.003px;
  right: 13px;
}
.ny11-section10 .ny11-section10-year .swiper-slide {
  text-align: center;
  position: relative;
  padding-bottom: 10.003px;
}
.ny11-section10 .ny11-section10-year .swiper-slide:before,
.ny11-section10 .ny11-section10-year .swiper-slide:after {
  content: "";
  display: none;
  width: 4px;
  height: 12px;
  background-color: #000;
  position: absolute;
  bottom: -10.003px;
  border-radius: 10.003px;
}
.ny11-section10 .ny11-section10-year .swiper-slide::before {
  left: 0;
}
.ny11-section10 .ny11-section10-year .swiper-slide::after {
  right: 0;
}
.ny11-section10 .ny11-section10-year .swiper-slide.active::before,
.ny11-section10 .ny11-section10-year .swiper-slide.swiper-slide-thumb-active::before,
.ny11-section10 .ny11-section10-year .swiper-slide.active:after,
.ny11-section10 .ny11-section10-year .swiper-slide.swiper-slide-thumb-active:after {
  display: block;
}
.ny11-section10 .ny11-section10-year .swiper-slide.active .text,
.ny11-section10 .ny11-section10-year .swiper-slide.swiper-slide-thumb-active .text {
  color: #000;
  font-family: "HYJunhei-85J";
}
.ny11-section10 .ny11-section10-year .swiper-slide.active .text:before,
.ny11-section10 .ny11-section10-year .swiper-slide.swiper-slide-thumb-active .text:before {
  display: block;
}
.ny11-section10 .ny11-section10-year .swiper-slide.active .text:after,
.ny11-section10 .ny11-section10-year .swiper-slide.swiper-slide-thumb-active .text:after {
  display: block;
}
.ny11-section10 .ny11-section10-text {
  height: 200px;
}
.ny11-section10 .swiper-btn {
  position: absolute;
  bottom: 0;
  height: 60px;
  color: #C3C3C5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 2.995px solid #C3C3C5;
  padding-left: 4.992px;
  cursor: pointer;
  transition: all 0.4s;
}
.ny11-section10 .swiper-btn.swiper-button-disabled {
  display: none;
}
.ny11-section10 .swiper-btn:hover {
  color: #000;
  border-left-color: #000;
}
.ny11-section10 .swiper-btn .iconfont {
  font-size: 24px;
}
.ny11-section10 .swiper-btn-prev {
  left: -39.994px;
  transform: rotateY(180deg);
}
.ny11-section10 .swiper-btn-next {
  right: -39.994px;
}
.ny11-section10 .body4 {
  overflow: hidden;
}
.ny11-section10 .body2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.ny11-section10 .body3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ny11-section10 .body2 {
  position: relative;
}
.ny11-section10 .body3 {
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.ny11-section10 .body3:before,
.ny11-section10 .body3:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.ny11-section10 .body3:before {
  top: 0;
  background: -webkit-linear-gradient(to bottom, #fff 30%, transparent);
  background: -o-linear-gradient(to bottom, #fff 30%, transparent);
  background: -moz-linear-gradient(to bottom, #fff 30%, transparent);
  background: linear-gradient(to bottom, #fff 30%, transparent);
}
.ny11-section10 .body3:after {
  bottom: 0;
  background: -webkit-linear-gradient(to top, #fff 30%, transparent);
  background: -o-linear-gradient(to top, #fff 30%, transparent);
  background: -moz-linear-gradient(to top, #fff 30%, transparent);
  background: linear-gradient(to top, #fff 30%, transparent);
}
.ny11-section10 .body3 .swiper-slide-active .text {
  font-family: "HYJunhei-85J";
  font-size: 30px;
}
.ny11-section10 .body3 .text {
  height: 100%;
  font-size: 30px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny11-section10 .common-btn {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .ny11-section10 {
    padding-top: 26.67vw;
  }
  .ny11-section10 .ny11-section10-img {
    margin-bottom: 9.334vw;
  }
  .ny11-section10 .ny11-section10-year {
    padding-bottom: 1.334vw;
  }
  .ny11-section10 .ny11-section10-year:after {
    height: 0.266vw;
    bottom: 0.666vw;
  }
  .ny11-section10 .ny11-section10-year .text {
    font-size: 4.001vw;
  }
  .ny11-section10 .ny11-section10-year .text:before {
    width: 2.667vw;
    height: 2.667vw;
    bottom: -1.333vw;
  }
  .ny11-section10 .ny11-section10-year .text:after {
    width: 0.533vw;
    height: 1.6vw;
    bottom: -1.334vw;
    border-radius: 1.334vw;
    right: 1.733vw;
  }
  .ny11-section10 .ny11-section10-year .swiper-slide {
    padding-bottom: 1.334vw;
  }
  .ny11-section10 .ny11-section10-year .swiper-slide:before,
  .ny11-section10 .ny11-section10-year .swiper-slide:after {
    width: 0.533vw;
    height: 1.6vw;
    bottom: -1.334vw;
    border-radius: 1.334vw;
  }
  .ny11-section10 .ny11-section10-text {
    height: 26.667vw;
  }
  .ny11-section10 .swiper-btn {
    height: 8vw;
    border-left: 0.399vw solid #C3C3C5;
    padding-left: 0.666vw;
  }
  .ny11-section10 .swiper-btn .iconfont {
    font-size: 3.2vw;
  }
  .ny11-section10 .swiper-btn-prev {
    left: -5.333vw;
  }
  .ny11-section10 .swiper-btn-next {
    right: -5.333vw;
  }
  .ny11-section10 .body3 {
    margin-top: 6.667vw;
  }
  .ny11-section10 .body3:before,
  .ny11-section10 .body3:after {
    height: 8vw;
  }
  .ny11-section10 .body3 .swiper-slide-active .text {
    font-size: 4vw;
  }
  .ny11-section10 .body3 .text {
    font-size: 4vw;
  }
  .ny11-section10 .common-btn {
    margin-top: 8vw;
  }
}
/* ==================== 内页11 - 板块十 End ==================== */
