#banner {
  height: 31.25rem;
  margin: 0 auto;
}
#banner .bg-img {
  width: 120rem;
  /* width: 100%;
  height: 31.25rem; */
  /* image-rendering: pixelated; */
}
.about-info {
  height: 100%;
  min-height: calc(100vh - 31.25rem - 21.56rem);
  /* 公司简介 */
  /* 组织架构 */
}
.about-info #about {
  padding: 4.81rem 0 3.69rem 0;
  height: 100%;
}
.about-info #about .content {
  margin-top: 4.56rem;
  display: flex;
}
.about-info #about .content .right-img {
  margin-right: 1.44rem;
  width: 42.88rem;
  height: 26.44rem;
}
.about-info #about .content .left .title {
  font-size: 1.38rem;
  font-weight: 400;
  text-align: left;
  color: #4775f4;
  line-height: 1.88rem;
  letter-spacing: 0.04rem;
}
.about-info #about .content .left .info {
  margin-top: 1.19rem;
}
.about-info #about .content .left .info p{
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 1.81rem;
  letter-spacing: 0.03rem;
}
.about-info #structure {
  padding: 4.81rem 0 3.69rem 0;
  background: #f3f6ff;
  height: 100%;
}
.about-info #structure .content {
  margin-top: 6.75rem;
}
.about-info #structure .content .img {
  width: 76.5625rem;
  height: 50.5625rem;
}
/*# sourceMappingURL=about.css.map */
