.about .banner {
  position: relative;
  background-image: url(/static/images/banner_about.jpg);
}
.about .banner .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.about .banner .desc span {
  color: #0193de;
}
.about .banner .desc .title-en {
  text-transform: uppercase;
  color: #ffffff80;
}
.about .compony-info .container {
  display: flex;
  flex-wrap: wrap;
}
.about .compony-info .container video {
  width: 100%;
  height: 100%;
}
.about .compony-info .container .text {
  font-family: "HeiTi";
}
.about .compony-info .container .text .title {
  font-weight: bold;
  text-align: center;
}
.about .compony-info .container .text .detail {
  line-height: 1.89;
}
.about .honor ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about .contact-us .content {
  display: flex;
  flex-wrap: wrap;
}
.about .contact-us #map {
  background-color: #ccc;
}
.about .contact-us .info {
  position: relative;
}
.about .contact-us .info .qr-code {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .contact-us .info .qr-code span {
  position: relative;
}
.about .contact-us .info .qr-code span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  transform: translate(120%, -50%);
  border: 10px solid transparent;
  border-left-color: black;
}
@media screen and (max-width: 991px) {
  .about .banner .desc .title-cn {
    font-size: 0.24rem;
  }
  .about .banner .desc .title-en {
    font-size: 0.2rem;
  }
  .about .compony-info .video {
    width: 100%;
    height: 2.3rem;
    margin-bottom: 0.2rem;
  }
  .about .compony-info .text .title {
    font-size: 0.24rem;
  }
  .about .compony-info .text p {
    margin: 0.15rem;
  }
  .about .honor li {
    width: 48%;
    margin-bottom: 0.1rem;
  }
  .about .honor li img {
    width: 100%;
  }
  .about .contact-us #map {
    width: 100%;
    height: 2.5rem;
  }
  .about .contact-us .info img {
    width: 0.2rem;
    vertical-align: middle;
  }
  .about .contact-us .info p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
@media screen and (min-width: 992px) {
  .about .desc {
    width: 400px;
  }
  .about .desc .title-cn {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 76px;
    z-index: 1;
  }
  .about .desc .title-en {
    font-size: 54px;
  }
  .about .video {
    width: 480px;
    height: 395px;
    margin-right: 80px;
  }
  .about .text {
    width: 660px;
  }
  .about .text .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .about .text .detail {
    font-size: 18px;
  }
  .about .text .detail p:first-child {
    margin-bottom: 34px;
  }
  .about .honor ul {
    justify-content: center;
  }
  .about .honor li {
    margin: 0 30px;
    box-shadow: 0 0 3px #aaa;
  }
  .about .honor img {
    width: 247px;
  }
  .about .contact-us #map {
    width: 492px;
    height: 305px;
    margin-right: 44px;
  }
  .about .contact-us .info {
    flex: 1;
  }
  .about .contact-us .info p {
    font-size: 24px;
    margin: 25px 0;
  }
  .about .contact-us .info p img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
    vertical-align: middle;
  }
  .about .contact-us .qr-code span {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .about .contact-us .qr-code img {
    width: 118px;
    vertical-align: bottom;
  }
}
