/* ==================== 内页13 - 板块一 Start ==================== */
/* ==================== 内页13 - 板块一 End ==================== */
/* ==================== 内页13 - 板块二 Start ==================== */
.ny13-section2 {
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
.ny13-section2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 26.042vw;
}
.ny13-section2 .ny1-title {
  margin-bottom: 2.083vw;
}
.ny13-section2 .item {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  background-size: 0;
}
.ny13-section2 .item:hover .number {
  color: #045bb6;
  background-color: #fff;
}
.ny13-section2 .item:hover .info {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ny13-section2 .item:hover:before {
  opacity: 0;
  visibility: hidden;
}
.ny13-section2 .item:hover:after {
  opacity: 1;
  visibility: visible;
}
.ny13-section2 .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.4s, opacity 0.4s;
}
.ny13-section2 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(59, 183, 233, 0.8);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
}
.ny13-section2 .item .content {
  width: 100%;
  height: 100%;
  padding: 2.604vw 1.563vw;
  padding-bottom: 4.167vw;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.ny13-section2 .item .number {
  font-weight: bold;
  font-size: 1.979vw;
  color: #ffffff;
  width: 3.854vw;
  height: 3.854vw;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  transition: color 0.4s, background-color 0.4s;
  z-index: 4;
}
.ny13-section2 .item .text1 {
  line-height: 1.1;
  color: #ffffff;
  font-size: 1.563vw;
  padding-bottom: 3.125vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;
  color: #fff;
}
.ny13-section2 .item .info {
  text-align: center;
  font-size: 0.938vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 196, 255, 0.8);
  padding-left: 0.521vw;
  padding-right: 0.521vw;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
@media screen and (min-width: 1920px) {
  .ny13-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ny13-section2 .itembox {
    height: 500px;
  }
  .ny13-section2 .ny1-title {
    margin-bottom: 40px;
  }
  .ny13-section2 .item .content {
    padding: 50px 30px;
    padding-bottom: 80px;
  }
  .ny13-section2 .item .number {
    font-size: 38px;
    width: 74px;
    height: 74px;
  }
  .ny13-section2 .item .text1 {
    font-size: 30px;
    padding-bottom: 40px;
  }
  .ny13-section2 .item .info {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny13-section2 .itembox {
    height: auto;
    flex-wrap: wrap;
    background-size: 0;
  }
  .ny13-section2 .ny1-title {
    margin-bottom: 40px;
  }
  .ny13-section2 .item {
    width: 100%;
    background-color: #045bb6;
    margin-bottom: 10px;
  }
  .ny13-section2 .item:last-child {
    margin-bottom: 0;
  }
  .ny13-section2 .item:before {
    display: none!important;
  }
  .ny13-section2 .item .info {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    background: none;
  }
  .ny13-section2 .item .content {
    padding: 20px 10px;
    padding-bottom: 80px;
  }
  .ny13-section2 .item .number {
    font-size: 20px;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .ny13-section2 .item .text1 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .ny13-section2 .item .info {
    position: static;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* ==================== 内页13 - 板块二 End ==================== */
/* ==================== 内页13 - 板块三 Start ==================== */
.ny13-section3 {
  padding-top: 4.17vw;
  padding-bottom: 4.17vw;
  background-color: #F9FDFE;
}
.ny13-section3 .swiper {
  position: relative;
  margin-top: 1.88vw;
  background-color: #fff;
}
.ny13-section3 .swiper-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.ny13-section3 .swiper-slide .desc {
  padding: 4.17vw 2.6vw;
  font-size: 0.94vw;
  color: #666666;
  line-height: 1.8;
}
.ny13-section3 .swiper-slide .video {
  /*width: 36.46vw;*/
  height: 21.875vw;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.ny13-section3 .swiper-slide .video.active:after {
  display: none;
}
.ny13-section3 .swiper-slide .video:after {
  content: "";
  display: block;
  background: url(../images/ny13/img027.png) no-repeat center;
  background-size: 100%;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.ny13-section3 .swiper-slide .video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ny13-section3 .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CAEDFA;
  border-radius: 100%;
  width: 3.13vw;
  height: 3.13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ny13-section3 .swiper-btn:hover {
  background-color: #045bb6;
}
.ny13-section3 .swiper-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0.31vw solid #fff;
  border-top: 0.16vw solid transparent;
  border-bottom: 0.16vw solid transparent;
}
.ny13-section3 .swiper-btn-prev {
  left: -5.21vw;
  transform: rotateY(180deg) translateY(-50%);
}
.ny13-section3 .swiper-btn-next {
  right: -5.21vw;
}
@media screen and (min-width: 1920px) {
  .ny13-section3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ny13-section3 .swiper {
    margin-top: 36px;
  }
  .ny13-section3 .swiper-slide .desc {
    padding: 80px 50px;
    font-size: 18px;
  }
  .ny13-section3 .swiper-slide .video {
    width: 700px;
    min-height: 440px;
  }
  .ny13-section3 .swiper-slide .video:after {
    width: 48px;
    height: 48px;
  }
  .ny13-section3 .swiper-btn {
    width: 60px;
    height: 60px;
  }
  .ny13-section3 .swiper-btn:after {
    border-left: 6.01px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .ny13-section3 .swiper-btn-prev {
    left: -100px;
  }
  .ny13-section3 .swiper-btn-next {
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny13-section3 .swiper {
    margin-top: 36px;
  }
  .ny13-section3 .swiper-slide {
    display: block;
  }
  .ny13-section3 .swiper-slide .desc {
    padding: 20px;
    font-size: 14px;
  }
  .ny13-section3 .swiper-slide .video {
    width: 100%;
    height: 200px;
    min-height: inherit;
  }
  .ny13-section3 .swiper-slide .video:after {
    width: 48px;
    height: 48px;
  }
  .ny13-section3 .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .ny13-section3 .swiper-btn:after {
    border-left: 6.01px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
  .ny13-section3 .swiper-btn-prev {
    left: 0;
  }
  .ny13-section3 .swiper-btn-next {
    right: 0;
  }
}
/* ==================== 内页13 - 板块三 End ==================== */
/* ==================== 内页13 - 板块四 Start ==================== */
.ny13-section4 {
  padding-top: 5.21vw;
  padding-bottom: 5.21vw;
}
@media screen and (min-width: 1920px) {
  .ny13-section4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ==================== 内页13 - 板块四 End ==================== */
/* ==================== 内页13 - 板块五 Start ==================== */
.ny13-section5 {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 3.13vw;
  padding-top: 4.17vw;
  padding-bottom: 4.17vw;
}
.ny13-section5 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.ny13-section5 .item {
  width: 20%;
  flex-shrink: 0;
  margin-top: 2.6vw;
  margin-bottom: 0.94vw;
}
.ny13-section5 .item .number {
  width: 5.73vw;
  height: 5.73vw;
  border-radius: 100%;
  background-color: #045bb6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-size: 1.98vw;
  font-weight: bold;
  margin-bottom: 1.04vw;
  margin-left: auto;
  margin-right: auto;
}
.ny13-section5 .item .info {
  text-align: center;
  max-width: 10vw;
  margin-left: auto;
  margin-right: auto;
}
.ny13-section5 .item .info .text1 {
  color: #ffffff;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 1.04vw;
}
.ny13-section5 .item .info .text2 {
  font-size: 0.83vw;
  line-height: 1.6;
  text-align: center;
  color: #666;
}
@media screen and (min-width: 1920px) {
  .ny13-section5 {
    padding-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ny13-section5 .item {
    margin-top: 50px;
    margin-bottom: 18px;
  }
  .ny13-section5 .item .number {
    width: 110px;
    height: 110px;
    font-size: 38px;
    margin-bottom: 20px;
  }
  .ny13-section5 .item .info {
    max-width: 192px;
  }
  .ny13-section5 .item .info .text1 {
    margin-bottom: 20px;
  }
  .ny13-section5 .item .info .text2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny13-section5 .item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ny13-section5 .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .ny13-section5 .item .number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 0;
  }
  .ny13-section5 .item .info {
    max-width: 100%;
    text-align: left;
    margin: 0;
    width: 100%;
  }
  .ny13-section5 .item .info .text1 {
    margin-bottom: 10px;
    text-align: left;
  }
  .ny13-section5 .item .info .text2 {
    font-size: 16px;
    text-align: left;
  }
}
/* ==================== 内页13 - 板块五 End ==================== */
/* ==================== 内页13 - 板块六 Start ==================== */
.ny13-section6 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 4.17vw;
  height: 100vh;
  position: relative;
}
.ny13-section6 .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.ny13-section6 .text1 {
  text-align: center;
}
.ny13-section6 .text1 .text {
  font-size: 6.25vw;
  line-height: 1;
  font-weight: bold;
  color: transparent;
  background: -webkit-linear-gradient(to top, #173172, #10a4df);
  background: -o-linear-gradient(to top, #173172, #10a4df);
  background: -moz-linear-gradient(to top, #173172, #10a4df);
  background: linear-gradient(to top, #173172, #10a4df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny13-section6 .text2 {
  font-size: 1.04vw;
  line-height: 1.6;
  margin-top: 2.6vw;
  color: #045bb6;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .ny13-section6 {
    padding-top: 80px;
  }
  .ny13-section6 .text1 .text {
    font-size: 120px;
  }
  .ny13-section6 .text2 {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section6 {
    padding-top: 60px;
    height: 80vh;
  }
  .ny13-section6 .body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ny13-section6 .text1 .text {
    font-size: 50px;
  }
  .ny13-section6 .text2 {
    font-size: 14px;
    margin-top: 20px;
  }
  .ny13-section6 .text2 br {
    display: none;
  }
}
/* ==================== 内页13 - 板块六 End ==================== */
/* ==================== 内页13 - 板块七 Start ==================== */
.ny13-section7 {
  background-color: #f6fcfc;
  padding-top: 80px;
}
/* ==================== 内页13 - 板块七 End ==================== */
/* ==================== 内页13 - 板块八 Start ==================== */
.ny13-section8 {
  padding-bottom: 4.17vw;
  padding-top: 4.17vw;
}
@media screen and (min-width: 1920px) {
  .ny13-section8 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section8 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
/* ==================== 内页13 - 板块八 End ==================== */
/* ==================== 内页13 - 板块九 Start ==================== */
.ny13-section9 {
  background-color: #F9FDFE;
  padding-top: 4.17vw;
  padding-bottom: 5.21vw;
}
.ny13-section9 .itembox {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.63vw;
  padding-bottom: 0.63vw;
  padding-left: 0.63vw;
  padding-right: 0.63vw;
}
.ny13-section9 .item {
  width: 23%;
  margin-right: 2.666%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.63vw 0vw rgba(0, 0, 0, 0.1);
  border-radius: 0.31vw;
  overflow: hidden;
}
.ny13-section9 .item:nth-child(4n) {
  margin-right: 0;
}
.ny13-section9 .item:nth-child(4) ~ .item {
  margin-top: 2.666%;
}
@media screen and (min-width: 1920px) {
  .ny13-section9 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny13-section9 .itembox {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .ny13-section9 .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .ny13-section9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny13-section9 .itembox {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .ny13-section9 .item {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 48%;
    margin: 0 !important;
  }
  .ny13-section9 .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny13-section9 .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
}
/* ==================== 内页13 - 板块九 End ==================== */
