.c06-video-banner {
  width: 100%;
  margin-bottom: 530px;
  color: #fff;
}

.c06-video-banner img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c06-video-banner .c06-header-media {
  font-size: 0;
  height: 810px;
}

.c06-video-banner .c06-only-can-video, .c06-only-can-img {
  height: 100%;
}

.c06-video-banner video {
  width: 100%;
}

.c06-video-banner .c06-header {
  position: relative;
}

.c06-header-bg {
  height: 734px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c06-header-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c06-video-banner .c06-txt-container {
  position: absolute;
  top: 120px;
  text-align: center;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
}

.c06-video-banner .c06-txt-container .c06-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.c06-video-banner .c06-txt-container .c06-des {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.c06-video-banner .c06-header-media {
  width: 1440px;
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -412px;
  margin: auto;
  z-index: 1;
}

.c06-video-banner .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: none;
  z-index: 100;
}

.c06-video-banner .text-color-black {
  color: #000;
}

.c06-video-banner .video-play button {
  width: 100%;
}

@media (max-width: 1440px) {
  .c06-video-banner .c06-txt-container .c06-title {
    font-size: 32px;
    -webkit-line-clamp: 1;
  }
  .c06-video-banner .c06-txt-container .c06-des {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .c06-video-banner .c06-txt-container {
    top: 120px;
  }
  .c06-video-banner .c06-header-media {
    height: 641px;
    bottom: -167px;
    width: 1140px;
  }
  .c06-video-banner {
    width: 100%;
    margin-bottom: 285px;
  }
}
@media (max-width: 1366px) {
  .c06-video-banner .c06-header-media {
    bottom: -180px;
  }
  .c06-video-banner {
    width: 100%;
    margin-bottom: 298px;
  }
}
@media (max-width: 1280px) {
  .c06-video-banner .c06-header-media {
    bottom: -200px;
  }
  .c06-video-banner {
    width: 100%;
    margin-bottom: 338px;
  }
}
@media (max-width: 1080px) {
  .c06-video-banner .c06-header-media {
    bottom: -200px;
  }
  .c06-video-banner {
    width: 100%;
    margin-bottom: 338px;
  }
}
@media (max-width: 991px) {
  .c06-video-banner {
    width: 100%;
    margin-bottom: 8.333333vw;
  }
  .c06-video-banner .c06-txt-container {
    top: 16.1111111111vw;
    width: 79%;
  }
  .c06-video-banner .c06-txt-container .c06-title {
    font-size: 6.6666666667vw;
    margin-bottom: 10.1388888889vw;
    -webkit-line-clamp: 2;
  }
  .c06-video-banner .c06-txt-container .c06-des {
    font-size: 3.8888888889vw;
    font-weight: 400;
    -webkit-line-clamp: 5;
  }
  .c06-header-bg {
    height: 147.361111vw;
  }
  .c06-header-bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c06-video-banner .c06-header-media {
    width: 86%;
    bottom: 16.6666666667vw;
    height: 52.083333vw;
  }
  .c06-video-banner .video-play {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}