.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;
  }
}
.c07-img-text-card {
  width: 100%;
}

.c07-img-text-card img {
  width: 100%;
  display: block;
}

.c07-img-text-card video {
  width: 100%;
}

.c07-img-text-card .c07-content {
  width: 1440px;
  max-width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 167px;
}

.c07-img-text-card .c07-list-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.c07-img-text-card .c07-list-box li > div {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.c07-img-text-card .c07-list-box li:last-child {
  margin-bottom: 0;
}

.c07-img-text-card .c07-list-box li.img-in-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.c07-img-text-card .c07-list-box .txt-container {
  padding: 30px 66px 30px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c07-img-text-card .c07-list-box .txt-container {
  padding: 30px 66px 30px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c07-img-text-card .c07-list-box .txt-container h3 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.c07-img-text-card .c07-list-box .txt-container .c07-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
}

.c07-img-text-card .c07-media {
  font-size: 0;
  position: relative;
}

.c07-img-text-card .c07-media .video-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 100px;
  height: 100px;
}

.c07-media .video-play button {
  width: 100%;
}

@media (max-width: 1440px) {
  .c07-img-text-card .c07-content {
    width: 1140px;
    padding-bottom: 118px;
  }
  .c07-img-text-card .c07-list-box .txt-container {
    padding: 20px 40px;
  }
  .c07-img-text-card .c07-list-box .txt-container h3 {
    font-size: 26px;
    line-height: 1.15;
  }
  .c07-img-text-card .c07-list-box .txt-container .c07-txt {
    font-size: 14px;
    line-height: 1.71;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 991px) {
  .c07-img-text-card {
    padding: 0 6.944444vw 0;
    background: #F3F3F3;
  }
  .c07-img-text-card .c07-media .c07-only-can-img,
.c07-only-can-video {
    height: 100%;
    overflow: hidden;
    border-radius: 1.388889vw;
  }
  .c07-img-text-card .c07-media {
    height: 48.333333vw;
  }
  .c07-img-text-card .c07-media img,
video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c07-img-text-card .c07-content {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .c07-img-text-card .c07-list-box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10.277777vw;
  }
  .c07-img-text-card .c07-list-box li.img-in-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c07-img-text-card .c07-list-box li > div {
    width: 100%;
  }
  .c07-img-text-card .c07-list-box .txt-container {
    padding: 0;
  }
  .c07-img-text-card .c07-list-box .txt-container h3 {
    margin: 6.527778vw auto 4.166667vw;
    width: 100%;
    font-size: 6.666667vw;
    text-align: center;
    font-weight: 600;
  }
  .c07-img-text-card .c07-list-box .txt-container .c07-txt {
    font-size: 4.444444vw;
    font-weight: 400;
    color: #4E5356;
    text-align: center;
    line-height: 1.375;
    -webkit-line-clamp: 6;
  }
  .c07-img-text-card .c07-media .video-play {
    width: 13.888889vw;
    height: 13.888889vw;
  }
}
