img {
  max-width: 100%;
}

/* about-header */
.about-header {
  /* height: 503px;
  background-image: url("../images/about/header-bg.png");
  background-size: cover;
  text-align: center;
  overflow: hidden; */
}
.about-header .about-header-logo {
  /* margin-top: 90px; */
}
.about-header .about-header-title {
  font-size: 44px;
  color: #fff;
  margin-top: 20px;
}
.about-header .about-header-title span {
  padding: 0px 40px;
}
.about-header .about-header-desc {
  font-size: 26px;
  color: #fff;
  margin-top: 80px;
}

/* banner-video */
.banner-video {
  height: calc(100vh - 60px);
  background-image: url(../images/home/home-video.png);
  background-size: cover;
  background-position: left bottom;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}
.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.banner-video .banner-video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* about */
.about {
  display: flex;
  height: 1132px;
}
.about .about-left {
  flex: 1;
  margin-left: 87px;
  margin-right: 53px;
  background: linear-gradient(to right, #fff 50%, #f9f9f9 50%);
  display: flex;
  flex-direction: column;
}
.about .about-info {
  flex: 1;
  padding: 0px 100px;
}
.about .about-info-title {
  font-size: 20px;
  color: #09070d;
  font-weight: bold;
  margin: 60px 0px;
}
.about .about-info-desc {
  font-size: 14px;
  color: #09070d;
  margin-bottom: 30px;
}
.about .about-right {
  flex: 1;
}
.about .about-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* honor */
/* .honor {
  height: 576px;
  background-image: url("../images/about/honor-bg.png");
  background-size: cover;
  display: flex;
  padding: 0 150px;
}
.honor .honor-left {
  width: 500px;
  padding-top: 70px;
  color: #000000;
}
.honor .honor-info-title {
  font-size: 28px;
  margin-top: 6px;
}
.honor .honor-info-desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.honor .honor-info-tags {
  font-size: 16px;
  color: #171717;
  line-height: 28px;
  margin-top: 80px;
}
.honor .honor-right {
  flex: 1;
  padding-top: 100px;
}
.honor .honor-right img {
  width: 100%;
} */
.honor {
  width: 100%;
  height: 30vw;
  padding: 0 10vw;
  background-image: url("../images/about/honor-bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .honor-left {
  width: 25%;
}
.honor .honor-right {
  padding-left: 8vw;
  flex: 1;
}
.honor .honor-left img,
.honor .honor-right img {
  display: block;
  width: 100%;
}

/* service */
.service {
  display: flex;
  height: 529px;
}
.service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service-center {
  display: flex;
  flex-direction: column;
}
.service .service-link {
  flex: 1;
  font-size: 14px;
  padding: 30px 5px;
  display: flex;
  align-items: end;
  background-color: #e6e6e6;
}
.service .service-list {
  color: #fff;
  background-color: #0d0d0d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 77px 0px 117px;
  width: 700px;
}
.service .service-list-item {
  position: relative;
  margin-bottom: 30px;
}
.service .service-list-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.service .service-list-item dt {
  font-size: 16px;
  color: #f4f5f7;
  font-weight: bold;
}
.service .service-list-item dd {
  font-size: 14px;
  color: #f4f5f7;
  margin-top: 10px;
}
.service .service-list-order {
  position: absolute;
  top: -4px;
  left: -40px;
  font-size: 22px;
  color: #ff0024;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .about-header {
    height: 300px;
  }
  .about-header .about-header-logo {
    margin-top: 40px;
  }
  .about-header .about-header-title {
    font-size: 24px;
  }
  .about-header .about-header-desc {
    font-size: 14px;
  }

  .about {
    height: auto;
    padding: 0 10px;
  }
  .about .about-left {
    margin: 0px;
  }
  .about .about-right {
    display: none;
  }
  .about .about-info {
    padding: 0px 10px;
  }

  .honor {
    height: 50vw;
  }
  .honor .honor-left {
    display: none;
  }
  .honor .honor-right {
    padding-left: 0px;
  }

  .service .service-left {
    display: none;
  }
  .service .service-center {
    display: none;
  }
  .service .service-right {
    display: none;
  }
  .service .service-list {
    padding: 0px 17px 0px 57px;
  }
}
