/* ==================== 内页6 - 通用视频弹窗 Start ==================== */
.ny6-popup video {
  width: 100%;
}
/* ==================== 内页6 - 通用视频弹窗 End ==================== */
/* ==================== 内页6 - 板块一 Start ==================== */
/* ==================== 内页6 - 板块一 End ==================== */
/* ==================== 内页6 - 板块二 Start ==================== */
.ny6-section2 {
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
.ny6-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny6-section2 .item {
  width: 31.5%;
  cursor: pointer;
}
.ny6-section2 .item:hover .info .text1 {
  color: #49C4FF;
}
.ny6-section2 .item:nth-child(3n-1) {
  margin-left: 2.75%;
  margin-right: 2.75%;
}
.ny6-section2 .item:nth-child(3) ~ .item {
  margin-top: 2.083vw;
}
.ny6-section2 .item .video {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.ny6-section2 .item .video .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.ny6-section2 .item .video .cover.active {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
.ny6-section2 .item .video:after {
  content: "";
  display: block;
  background: url(../images/ny6/img002.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 1.979vw;
  height: 1.979vw;
}
.ny6-section2 .item .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny6-section2 .item .video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  padding: 0.729vw;
}
.ny6-section2 .item .video-info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny6-section2 .item .video-info .bottom .text1 {
  font-size: 0.833vw;
  color: #f4f4f4;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny6-section2 .item .video-info .bottom .text1:before {
  content: "";
  display: block;
  width: 1.042vw;
  height: 1.042vw;
  background: url(../images/ny6/img003.png) no-repeat center;
  margin-right: 0.521vw;
}
.ny6-section2 .item .video-info .bottom .text2 {
  font-size: 0.833vw;
  color: #f4f4f4;
}
.ny6-section2 .item .info {
  padding-top: 1.563vw;
}
.ny6-section2 .item .info .text1 {
  font-size: 1.042vw;
  line-height: 1.1;
  color: #333;
  transition: color 0.4s;
}
.ny6-section2 .item .info .text2 {
  margin-top: 0.677vw;
  font-size: 0.833vw;
  color: #666666;
  line-height: 1.4;
}
.ny6-section2 .mxw-pagination {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .ny6-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ny6-section2 .item:nth-child(3) ~ .item {
    margin-top: 40px;
  }
  .ny6-section2 .item .video:after {
    width: 38px;
    height: 38px;
  }
  .ny6-section2 .item .video-info {
    padding: 14px;
  }
  .ny6-section2 .item .video-info .bottom .text1 {
    font-size: 16px;
  }
  .ny6-section2 .item .video-info .bottom .text1:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .ny6-section2 .item .video-info .bottom .text2 {
    font-size: 16px;
  }
  .ny6-section2 .item .info {
    padding-top: 30px;
  }
  .ny6-section2 .item .info .text1 {
    font-size: 20px;
  }
  .ny6-section2 .item .info .text2 {
    margin-top: 13px;
    font-size: 16px;
  }
  .ny6-section2 .mxw-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny6-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny6-section2 .item {
    width: 100%;
    margin: 0 !important;
  }
  .ny6-section2 .item:nth-child(1) ~ .item {
    margin-top: 40px !important;
  }
  .ny6-section2 .item .video:after {
    width: 38px;
    height: 38px;
  }
  .ny6-section2 .item .video-info {
    padding: 14px;
  }
  .ny6-section2 .item .video-info .bottom .text1 {
    font-size: 16px;
  }
  .ny6-section2 .item .video-info .bottom .text1:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .ny6-section2 .item .video-info .bottom .text2 {
    font-size: 16px;
  }
  .ny6-section2 .item .info {
    padding-top: 24px;
  }
  .ny6-section2 .item .info .text1 {
    font-size: 18px;
  }
  .ny6-section2 .item .info .text2 {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.6;
  }
  .ny6-section2 .mxw-pagination {
    margin-top: 60px;
  }
}
/* ==================== 内页6 - 板块二 End ==================== */
/* ==================== 内页6 - 板块三 Start ==================== */
/* ==================== 内页6 - 板块三 End ==================== */
/* ==================== 内页6 - 板块四 Start ==================== */
/* ==================== 内页6 - 板块四 End ==================== */
/* ==================== 内页6 - 板块五 Start ==================== */
/* ==================== 内页6 - 板块五 End ==================== */
/* ==================== 内页6 - 板块六 Start ==================== */
/* ==================== 内页6 - 板块六 End ==================== */
/* ==================== 内页6 - 板块七 Start ==================== */
/* ==================== 内页6 - 板块七 End ==================== */
/* ==================== 内页6 - 板块八 Start ==================== */
/* ==================== 内页6 - 板块八 End ==================== */
