/* ==================== 内页13 - 通用标题 Start ==================== */
.ny13-title {
  color: #fff;
  text-align: left;
}
.ny13-title .text2 {
  line-height: 1;
  font-size: 70px;
  font-family: "HYJunhei-85J";
  margin-bottom: 20px;
}
.ny13-title .text3 {
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  .ny13-title .text2 {
    font-size: 9.333vw;
    margin-bottom: 2.667vw;
  }
  .ny13-title .text3 {
    font-size: 4vw;
  }
}
/* ==================== 内页13 - 通用标题 End ==================== */
/* ==================== 内页13 - 板块0 Start ==================== */
.ny13-section0 {
  background-color: #080A0F;
  height: 100vh;
}
.ny13-section0 .index-info {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-top: 200px;
}
.ny13-section0 .index-info .text1 {
  color: #B5C3CA;
}
.ny13-section0 .video {
  position: relative;
  flex-shrink: 0;
  height: 100%;
}
.ny13-section0 .btn-group {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny13-section0 .btn-group .index-btn2 {
  margin-right: 30px;
  height: 84px;
}
@media screen and (max-width: 749px) {
  .ny13-section0 .index-info {
    padding-top: 26.67vw;
  }
  .ny13-section0 .index-info:after {
    height: 46.67vw;
  }
  .ny13-section0 .btn-group {
    margin-top: 8vw;
  }
  .ny13-section0 .btn-group .index-btn2 {
    margin-right: 4vw;
    height: 11.2vw;
  }
}
/* ==================== 内页13 - 板块0 End ==================== */
/* ==================== 内页13 - 板块一 Start ==================== */
.ny13-section1 {
  position: relative;
  height: 100vh;
}
.ny13-section1 .video {
  width: 100%;
  height: 100%;
}
.ny13-section1 .video video {
  display: block;
  width: 100%;
  height: 100%;
}
.ny13-section1 .body {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.ny13-section1 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ny13-section1 .btn-group .index-btn2 {
  margin-left: 0;
  margin-right: 24px;
}
.ny13-section1 .index-info .text1 {
  color: #fff;
}
.ny13-section1 .bg-image {
  width: 100%;
  position: relative;
}
.ny13-section1 .bg-image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny13-section1 .body {
    top: 26.667vw;
  }
  .ny13-section1 .btn-group {
    margin-top: 8vw;
  }
  .ny13-section1 .btn-group .index-btn2 {
    margin-right: 3.2vw;
  }
}
/* ==================== 内页13 - 板块一 End ==================== */
/* ==================== 内页13 - 板块二 Start ==================== */
.ny13-section2 {
  background-size: cover;
}
.ny13-section2 .content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny13-section2 .text1 {
  text-align: center;
}
.ny13-section2 .text1 span {
  font-size: 50px;
  display: table;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: "HYJunhei-85J";
}
.ny13-section2 .text2 {
  text-align: center;
  width: 530px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.ny13-section2 .info {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.ny13-section2 .info .text {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 30.01px;
}
@media screen and (max-width: 749px) {
  .ny13-section2 .text1 span {
    font-size: 6.667vw;
  }
  .ny13-section2 .text2 {
    width: 70.667vw;
    margin-top: 1.333vw;
  }
  .ny13-section2 .info .text {
    font-size: 4vw;
    margin-bottom: 4.001vw;
  }
}
/* ==================== 内页13 - 板块二 End ==================== */
/* ==================== 内页13 - 板块三 Start ==================== */
.ny13-section3 {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D1526;
}
.ny13-section3 .content {
  width: 100%;
}
.ny13-section3 .body {
  text-align: center;
  position: relative;
}
.ny13-section3 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ny13-section3 .image .img1 {
  position: relative;
  z-index: 2;
}
.ny13-section3 .image .img2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -50%;
}
.ny13-section3 .image .img2 img {
  animation: ny13-section3-ani 20s infinite linear;
}
.ny13-section3 .itembox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 640px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.ny13-section3 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ny13-section3 .item:nth-child(1),
.ny13-section3 .item:nth-child(2) {
  width: 50%;
}
.ny13-section3 .item:last-child {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.ny13-section3 .item .icon {
  margin-right: 14px;
  width: 86px;
  flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ny13-section3 .item .text {
  text-align: left;
  color: #fff;
}
.ny13-section3 .item .text span {
  display: block;
}
.ny13-section3 .item .text span:nth-child(1) {
  font-size: 60px;
  font-family: "HYJunhei-85J";
}
.ny13-section3 .item .text span:nth-child(2) {
  font-size: 30px;
}
@keyframes ny13-section3-ani {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 749px) {
  .ny13-section3 .itembox {
    width: 85.333vw;
    top: 13.333vw;
  }
  .ny13-section3 .item:last-child {
    margin-top: 5.333vw;
  }
  .ny13-section3 .item .icon {
    margin-right: 1.867vw;
    width: 11.467vw;
  }
  .ny13-section3 .item .text span:nth-child(1) {
    font-size: 8vw;
  }
  .ny13-section3 .item .text span:nth-child(2) {
    font-size: 4vw;
  }
}
/* ==================== 内页13 - 板块三 End ==================== */
/* ==================== 内页13 - 板块四 Start ==================== */
.ny13-section4 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 250%;
  background-color: #0B1425;
}
.ny13-section4 .ny13-title {
  margin-bottom: 60px;
  text-align: center;
}
.ny13-section4 .swiper {
  overflow: hidden;
}
.ny13-section4 .ny13-section4-swiper {
  width: 530px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}
.ny13-section4 .ny13-section4-swiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
.ny13-section4 .ny13-section4-swiper .swiper-slide.swiper-slide-active .image:after {
  opacity: 0;
}
.ny13-section4 .ny13-section4-swiper .swiper-slide .text {
  opacity: 0.6;
}
.ny13-section4 .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 90px;
}
.ny13-section4 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 50px;
}
.ny13-section4 .btn-group .swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: static;
  margin: 0;
  transform: translate(0, 0);
  font-size: 30px;
  margin-right: 10px;
}
.ny13-section4 .btn-group .swiper-button:last-child {
  margin-right: 0;
}
.ny13-section4 .btn-group .swiper-button .iconfont {
  font-size: 0.8em;
  color: #000;
}
.ny13-section4 .swiper-pagination {
  position: static;
  margin: 0;
  transform: translate(0, 0);
  height: 2px;
  min-width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.ny13-section4 .swiper-pagination .swiper-pagination-bullet {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  display: block;
  margin-right: 12px;
  flex-grow: 1;
  min-width: 0;
  opacity: 1;
}
.ny13-section4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.ny13-section4 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ny13-section4 .item {
  position: relative;
}
.ny13-section4 .item .image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.ny13-section4 .item .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}
.ny13-section4 .item .text {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .ny13-section4 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny13-section4 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section4 .ny13-section4-swiper {
    width: 70.667vw;
  }
  .ny13-section4 .bottom {
    margin-top: 12vw;
  }
  .ny13-section4 .btn-group {
    margin-right: 6.667vw;
  }
  .ny13-section4 .btn-group .swiper-button {
    width: 6.667vw;
    height: 6.667vw;
    font-size: 4vw;
    margin-right: 1.333vw;
  }
  .ny13-section4 .swiper-pagination {
    height: 0.267vw;
  }
  .ny13-section4 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 1.6vw;
  }
  .ny13-section4 .item .image {
    border-radius: 1.867vw;
  }
  .ny13-section4 .item .text {
    font-size: 4vw;
    margin-top: 2.667vw;
  }
}
/* ==================== 内页13 - 板块四 End ==================== */
/* ==================== 内页13 - 板块五 Start ==================== */
.ny13-section5 {
  padding-bottom: 200px;
  background-size: cover;
}
.ny13-section5 .ny13-title {
  margin-bottom: 60px;
}
.ny13-section5 .ny13-title .text1 {
  width: 200px;
}
.ny13-section5 .body1 .text1 {
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  color: transparent;
  background: -webkit-linear-gradient(to bottom, #DDF0F7, #A9CEDB);
  background: -o-linear-gradient(to bottom, #DDF0F7, #A9CEDB);
  background: -moz-linear-gradient(to bottom, #DDF0F7, #A9CEDB);
  background: linear-gradient(to bottom, #DDF0F7, #A9CEDB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny13-section5 .body1 .text2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  opacity: 0.6;
}
.ny13-section5 .image {
  margin-top: 120px;
}
.ny13-section5 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny13-section5 {
    padding-bottom: 26.667vw;
  }
  .ny13-section5 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section5 .ny13-title .text1 {
    width: 26.667vw;
  }
  .ny13-section5 .body1 .text1 {
    font-size: 4vw;
  }
  .ny13-section5 .body1 .text2 {
    font-size: 4vw;
  }
  .ny13-section5 .image {
    margin-top: 16vw;
  }
}
/* ==================== 内页13 - 板块五 End ==================== */
/* ==================== 内页13 - 板块六 Start ==================== */
.ny13-section6 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny13-section6 .ny13-title {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.ny13-section6 .swiper {
  position: relative;
}
.ny13-section6 .swiper .swiper-slide {
  position: relative;
}
.ny13-section6 .swiper .swiper-slide .text {
  position: absolute;
  bottom: 66px;
  left: 40px;
  z-index: 3;
  font-size: 30px;
  color: #fff;
}
.ny13-section6 .swiper .swiper-scrollbar {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 420px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.ny13-section6 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  display: block;
  width: 120px;
}
@media screen and (max-width: 749px) {
  .ny13-section6 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny13-section6 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section6 .swiper .swiper-slide .text {
    bottom: 8.8vw;
    left: 5.333vw;
    font-size: 4vw;
  }
  .ny13-section6 .swiper .swiper-scrollbar {
    left: 5.333vw;
    bottom: 5.333vw;
    width: 56vw;
    height: 0.267vw;
  }
  .ny13-section6 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    width: 16vw;
  }
}
/* ==================== 内页13 - 板块六 End ==================== */
/* ==================== 内页13 - 板块七 Start ==================== */
.ny13-section7 {
  height: 100vh;
  position: relative;
}
.ny13-section7 .ny13-title {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.ny13-section7 .video {
  width: 100%;
  height: 100%;
}
.ny13-section7 .video video {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .ny13-section7 .ny13-title {
    top: 26.667vw;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
}
/* ==================== 内页13 - 板块七 End ==================== */
/* ==================== 内页13 - 板块八 Start ==================== */
.ny13-section8 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
}
.ny13-section8 .ny13-title {
  text-align: center;
  color: #000;
}
.ny13-section8 .ny13-title .text1 {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.ny13-section8 .ny13-title .text2 {
  margin-left: auto;
  margin-right: auto;
}
.ny13-section8 .desc {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 70px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 50px;
}
.ny13-section8 .image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}
.ny13-section8 .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ny13-section8 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny13-section8 .ny13-title .text1 {
    width: 28vw;
  }
  .ny13-section8 .desc {
    font-size: 4vw;
    margin-bottom: 9.333vw;
    margin-top: 6.667vw;
  }
  .ny13-section8 .image {
    border-radius: 2.667vw;
  }
}
/* ==================== 内页13 - 板块八 End ==================== */
/* ==================== 内页13 - 板块九 Start ==================== */
.ny13-section9 {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #0C101B;
}
.ny13-section9 .ny13-title {
  text-align: center;
  margin-bottom: 60px;
}
.ny13-section9 .item {
  width: 550px;
  margin-bottom: 140px;
}
.ny13-section9 .item:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.ny13-section9 .item:last-child {
  margin-bottom: 0;
}
.ny13-section9 .item .image {
  border-radius: 20px;
  overflow: hidden;
}
.ny13-section9 .item .image img {
  width: 100%;
}
.ny13-section9 .item .text {
  margin-top: 40px;
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
}
.ny13-section9 .item .text p {
  font-family: inherit;
}
.ny13-section9 .item .text img {
  width: 20px;
  margin-right: 6px;
  vertical-align: -0.1em;
  margin-left: 14px;
}
.ny13-section9 .item .text img:first-child {
  margin-left: 0;
}
@media screen and (max-width: 749px) {
  .ny13-section9 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny13-section9 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section9 .item {
    width: 73.333vw;
    margin-bottom: 18.667vw;
  }
  .ny13-section9 .item .image {
    border-radius: 2.667vw;
  }
  .ny13-section9 .item .text {
    margin-top: 5.333vw;
    font-size: 4vw;
  }
  .ny13-section9 .item .text img {
    width: 2.667vw;
    margin-right: 0.8vw;
    margin-left: 1.867vw;
  }
}
/* ==================== 内页13 - 板块九 End ==================== */
/* ==================== 内页13 - 板块十 Start ==================== */
.ny13-section10 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.ny13-section10 .ny13-title {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}
.ny13-section10 .ny13-section10-swiper {
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}
.ny13-section10 .body {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ny13-section10 .body img {
  width: 100%;
}
.ny13-section10 .item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F1F1F1;
}
.ny13-section10 .item .image {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ny13-section10 .item .image img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
.ny13-section10 .item .desc {
  min-width: 0;
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
.ny13-section10 .item .desc .text1 {
  font-size: 36px;
  line-height: 1.1;
}
.ny13-section10 .item .desc .text2 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 14px;
  opacity: 0.5;
}
@media screen and (max-width: 749px) {
  .ny13-section10 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny13-section10 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section10 .body {
    border-radius: 2.667vw;
    margin-bottom: 2.667vw;
  }
  .ny13-section10 .item {
    border-radius: 2.667vw;
  }
  .ny13-section10 .item .image {
    width: 40vw;
  }
  .ny13-section10 .item .desc {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
  .ny13-section10 .item .desc .text1 {
    font-size: 4.8vw;
  }
  .ny13-section10 .item .desc .text2 {
    font-size: 4vw;
    margin-top: 1.867vw;
  }
}
/* ==================== 内页13 - 板块十 End ==================== */
/* ==================== 内页13 - 板块十一 Start ==================== */
.ny13-section11 {
  background-color: #FBFBFD;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ny13-section11 .ny13-title {
  margin-bottom: 60px;
  text-align: center;
  color: #000;
}
.ny13-section11 .swiper {
  position: relative;
  z-index: 2;
}
.ny13-section11 .swiper .image {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 20px;
}
.ny13-section11 .info {
  margin-top: 40px;
  text-align: center;
}
.ny13-section11 .info .text1 {
  font-size: 40px;
  color: #000;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ny13-section11 .info .text2 {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.6);
}
.ny13-section11 .line {
  width: 250px;
  background-color: #ECECEE;
  height: 10px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.ny13-section11 .line span {
  border-radius: 100px;
  background-color: #000;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749px) {
  .ny13-section11 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section11 .swiper .image {
    width: 66.667vw;
    border-radius: 2.667vw;
  }
  .ny13-section11 .info {
    margin-top: 5.333vw;
  }
  .ny13-section11 .info .text1 {
    font-size: 5.333vw;
    margin-bottom: 2.667vw;
  }
  .ny13-section11 .info .text2 {
    font-size: 4vw;
  }
  .ny13-section11 .line {
    width: 33.333vw;
    height: 1.333vw;
    border-radius: 13.333vw;
    margin-top: 8vw;
  }
  .ny13-section11 .line span {
    border-radius: 13.333vw;
  }
}
/* ==================== 内页13 - 板块十一 End ==================== */
/* ==================== 内页13 - 板块十二 Start ==================== */
.ny13-section12 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.ny13-section12 .title {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 60px;
  color: #000;
  font-family: "HYJunhei-85J";
}
.ny13-section12 .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.ny13-section12 .item .bg-image img {
  width: 100%;
}
.ny13-section12 .item:last-child {
  margin-bottom: 0;
}
.ny13-section12 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}
.ny13-section12 .item .info .text1 {
  font-size: 40px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 20px;
}
.ny13-section12 .item .info .text2 {
  font-size: 30px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.4);
}
.ny13-section12 .item2 .info {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.ny13-section12 .item2 .info .text1 {
  color: #fff;
}
.ny13-section12 .item2 .info .text1 img {
  width: 20px;
  vertical-align: 0;
  margin-right: 10px;
}
.ny13-section12 .item2 .info .text2 {
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 749px) {
  .ny13-section12 {
    padding-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .ny13-section12 .title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .ny13-section12 .item {
    border-radius: 2.667vw;
    margin-bottom: 4vw;
  }
  .ny13-section12 .item .info {
    padding: 5.333vw;
  }
  .ny13-section12 .item .info .text1 {
    font-size: 5.333vw;
    margin-bottom: 2.667vw;
  }
  .ny13-section12 .item .info .text2 {
    font-size: 4vw;
  }
  .ny13-section12 .item2 .info .text1 img {
    width: 2.667vw;
    margin-right: 1.333vw;
  }
}
/* ==================== 内页13 - 板块十二 End ==================== */
/* ==================== 内页13 - 板块十三 Start ==================== */
.ny13-section13 {
  padding-bottom: 200px;
}
.ny13-section13 .ny13-title {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}
.ny13-section13 .ny13-title .text2 {
  margin-bottom: 0;
}
.ny13-section13 .table {
  width: 100%;
  border-radius: 10.003px;
  border: solid 1px #425e7c;
  overflow: hidden;
}
.ny13-section13 .table table,
.ny13-section13 .table td,
.ny13-section13 .table th {
  border-collapse: collapse;
}
.ny13-section13 .table table {
  width: 100%;
}
.ny13-section13 .table tr:nth-child(2n-1) td {
  color: #000;
}
.ny13-section13 .table tr:nth-child(2n) {
  background-color: #F2F2F2;
}
.ny13-section13 .table tr:nth-child(2n) td {
  color: #000;
}
.ny13-section13 .table td {
  border-right: 1px solid #425e7c;
  font-size: 30px;
  line-height: 1.6em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "HYJunhei-35J";
}
.ny13-section13 .table td strong {
  font-family: "HYJunhei-85J";
}
.ny13-section13 .table td:last-child {
  border-right: 0;
}
@media screen and (max-width: 749px) {
  .ny13-section13 {
    padding-bottom: 26.667vw;
  }
  .ny13-section13 .ny13-title {
    margin-bottom: 8vw;
  }
  .ny13-section13 .table {
    border-radius: 1.334vw;
  }
  .ny13-section13 .table td {
    font-size: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
}
/* ==================== 内页13 - 板块十三 End ==================== */
