/* ==================== 内页56 - 通用板块 Start ==================== */
section {
  background-color: #04082F;
  text-align: center;
}
section img {
  display: block;
  max-width: 100vw;
}
/* ==================== 内页56 - 通用板块 End ==================== */
/* ==================== 内页56 - 板块一 Start ==================== */
/* ==================== 内页56 - 板块一 End ==================== */
/* ==================== 内页56 - 板块二 Start ==================== */
.el-select-dropdown__item {
  font-size: 30px !important;
  height: 60px !important;
  line-height: 60px !important;
}
.el-select-dropdown {
  max-width: 80%;
}
.el-message__icon {
  font-size: 20px;
}
@media screen and (max-width: 749px) {
  .el-select-dropdown__item {
    font-size: 4vw !important;
    height: 8vw !important;
    line-height: 8vw !important;
  }
  .el-message__icon {
    font-size: 2.67vw;
  }
}
/* ==================== 内页56 - 板块二 End ==================== */
/* ==================== 内页56 - 板块三 Start ==================== */
.ny56-section3 {
  background-color: #04082F;
}
.ny56-section3 .body3 {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.ny56-section3 .body3 .content {
  width: 100%;
  background-image: linear-gradient(223deg, #4b29be, #58fdff, #2e89ff);
  border-radius: 20px;
  overflow: hidden;
  padding: 1px;
  position: relative;
  z-index: 3;
}
.ny56-section3 .body3 .body3-box {
  border-radius: 20px;
  background-color: #04082F;
  padding: 16px;
  padding-top: 64px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ny56-section3 .body3 .body3-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: -webkit-linear-gradient(to left, transparent, #14177B, transparent);
  background: -o-linear-gradient(to left, transparent, #14177B, transparent);
  background: -moz-linear-gradient(to left, transparent, #14177B, transparent);
  background: linear-gradient(to left, transparent, #14177B, transparent);
}
.ny56-section3 .body3 .title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
.ny56-section3 .body3 .title .text1 {
  font-family: "HYJunhei-85J";
  line-height: 1;
  font-size: 60px;
}
.ny56-section3 .body3 .title .text1 strong {
  color: #F2370A;
  font-size: 60px;
  font-weight: 400;
  font-family: "HYJunhei-85J";
}
.ny56-section3 .body3 .title .text1 span {
  font-family: "HYJunhei-85J";
  position: relative;
  display: inline-block;
  color: transparent;
  background: -webkit-linear-gradient(to right, #FFEDD9, #E7C0A3);
  background: -o-linear-gradient(to right, #FFEDD9, #E7C0A3);
  background: -moz-linear-gradient(to right, #FFEDD9, #E7C0A3);
  background: linear-gradient(to right, #FFEDD9, #E7C0A3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  padding-left: 6px;
  padding-right: 6px;
}
.ny56-section3 .body3 .title .text2 {
  font-size: 30px;
  margin-top: 20px;
  color: #FFEDD9;
  text-align: center;
}
.ny56-section3 .body3 .title .text2 span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.ny56-section3 .body3 .title .text2 span:before,
.ny56-section3 .body3 .title .text2 span:after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: -webkit-linear-gradient(to right, #FFEDD9, transparent);
  background: -o-linear-gradient(to right, #FFEDD9, transparent);
  background: -moz-linear-gradient(to right, #FFEDD9, transparent);
  background: linear-gradient(to right, #FFEDD9, transparent);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny56-section3 .body3 .title .text2 span:before {
  left: -90px;
  transform: rotateY(180deg);
}
.ny56-section3 .body3 .title .text2 span:after {
  right: -90px;
}
.ny56-section3 .body3 .ny56-section3-swiper {
  position: relative;
  z-index: 3;
}
.ny56-section3 .body3 .ny56-section3-swiper .swiper-slide {
  position: relative;
}
.ny56-section3 .body3 .ny56-section3-swiper .image {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.ny56-section3 .body3 .ny56-section3-swiper .image img {
  width: 100%;
}
.ny56-section3 .body3 .ny56-section3-swiper .itembox {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 4;
}
.ny56-section3 .body3 .ny56-section3-swiper .item {
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin-right: 10px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  color: #1E1E20;
  font-size: 20px;
  line-height: 1.4;
  width: 146px;
  flex-shrink: 0;
}
.ny56-section3 .body3 .ny56-section3-swiper .item:last-child {
  margin-right: 0;
}
.ny56-section3 .swiper-btn-group {
  margin-top: 50px;
  justify-content: flex-end;
}
.ny56-section3 .swiper-btn {
  width: 62px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
  color: #fff;
}
.ny56-section3 .swiper-btn.swiper-button-disabled {
  color: #fff;
  opacity: 0.5;
}
.ny56-section3 .swiper-btn .swiper-btn-prev {
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .ny56-section3 .body3 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .ny56-section3 .body3 .content {
    border-radius: 2.67vw;
  }
  .ny56-section3 .body3 .body3-box {
    border-radius: 2.67vw;
    padding: 2.13vw;
    padding-top: 8.53vw;
    padding-bottom: 8vw;
  }
  .ny56-section3 .body3 .body3-box::after {
    height: 40vw;
  }
  .ny56-section3 .body3 .title {
    margin-bottom: 8vw;
  }
  .ny56-section3 .body3 .title .text1 {
    font-size: 8vw;
  }
  .ny56-section3 .body3 .title .text1 strong {
    font-size: 8vw;
  }
  .ny56-section3 .body3 .title .text1 span {
    padding-left: 0.8vw;
    padding-right: 0.8vw;
  }
  .ny56-section3 .body3 .title .text2 {
    font-size: 4vw;
    margin-top: 2.67vw;
  }
  .ny56-section3 .body3 .title .text2 span {
    padding-left: 2.67vw;
    padding-right: 2.67vw;
  }
  .ny56-section3 .body3 .title .text2 span:before,
  .ny56-section3 .body3 .title .text2 span:after {
    width: 12vw;
  }
  .ny56-section3 .body3 .title .text2 span:before {
    left: -12vw;
  }
  .ny56-section3 .body3 .title .text2 span:after {
    right: -12vw;
  }
  .ny56-section3 .body3 .ny56-section3-swiper .image {
    border-radius: 2.67vw;
  }
  .ny56-section3 .body3 .ny56-section3-swiper .itembox {
    bottom: 3.2vw;
  }
  .ny56-section3 .body3 .ny56-section3-swiper .item {
    padding: 2.67vw 1.33vw;
    backdrop-filter: blur(2.67vw);
    -webkit-backdrop-filter: blur(2.67vw);
    margin-right: 1.33vw;
    border-radius: 1.33vw;
    font-size: 2.67vw;
    width: 19.47vw;
  }
  .ny56-section3 .swiper-btn-group {
    margin-top: 6.67vw;
  }
  .ny56-section3 .swiper-btn {
    width: 8.27vw;
    height: 8.27vw;
    font-size: 4vw;
  }
  .ny56-section3 .swiper-btn .swiper-btn-prev {
    margin-right: 3.2vw;
  }
}
/* ==================== 内页56 - 板块三 End ==================== */
/* ==================== 内页56 - 板块四 Start ==================== */
.ny56-section4 {
  background-color: #04082F;
  padding-bottom: 100px;
}
.ny56-section4 .tip {
  font-size: 24px;
  color: #86868B;
  line-height: 1.6;
  text-align: justify;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny56-section4 {
    padding-bottom: 13.333vw;
  }
  .ny56-section4 .tip {
    font-size: 3.2vw;
    margin-top: 5.333vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页56 - 板块四 End ==================== */
/* ==================== 内页56 - 板块五 Start ==================== */
.ny56-section5 {
  background-color: #04082F;
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
}
.ny56-section5 .img1 {
  width: 100%;
}
.ny56-section5 .itembox {
  padding-left: 40px;
  padding-right: 40px;
}
.ny56-section5 .item {
  position: relative;
  margin-bottom: 20px;
  width: 670px;
  height: 470px;
  display: block;
}
.ny56-section5 .item:last-child {
  margin-bottom: 0;
}
.ny56-section5 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(to top, #000, transparent);
  background: -o-linear-gradient(to top, #000, transparent);
  background: -moz-linear-gradient(to top, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny56-section5 .item .info {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.ny56-section5 .item .info .text1 {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 5px;
}
.ny56-section5 .item .info .text2 {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.1;
}
.ny56-section5 .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .ny56-section5 {
    background-color: #04082F;
    position: relative;
    overflow: hidden;
    padding-bottom: 14.667vw;
  }
  .ny56-section5 .img1 {
    width: 100%;
  }
  .ny56-section5 .itembox {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .ny56-section5 .item {
    position: relative;
    margin-bottom: 2.667vw;
    width: 89.333vw;
    height: 62.667vw;
  }
  .ny56-section5 .item:last-child {
    margin-bottom: 0;
  }
  .ny56-section5 .item:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(to top, #000, transparent);
    background: -o-linear-gradient(to top, #000, transparent);
    background: -moz-linear-gradient(to top, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ny56-section5 .item .info {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 1.333vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .ny56-section5 .item .info .text1 {
    font-size: 4vw;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 0.667vw;
  }
  .ny56-section5 .item .info .text2 {
    font-size: 2.933vw;
    color: #FFFFFF;
    line-height: 1.1;
  }
  .ny56-section5 .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* ==================== 内页56 - 板块五 End ==================== */
