.about {
  width: 100%;
}
.about .about-content {
  width: 100%;
  margin: 0 auto;
}
.about .about-content .common-width1320 img{
  object-fit: cover;
}


.about-introduction {
  width: 100%;
}
.about-introduction .common-width1320{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-introduction .about-introduction-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-bottom: 46px;
  margin-top: 60px;
}
.about-introduction .about-introduction-img {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.about-introduction .about-introduction-img img {
  width: 100%;
  height: auto;
}
.about-introduction .about-introduction-line {
  width: 1321px;
  height: 1px;
  background: #d4d8dd;
  margin-bottom: 30px;
}
.about-introduction .about-introduction-all {
  display: flex;
  width: 100%;
  padding-bottom: 100px;
}
.about-introduction .about-introduction-all .about-introduction-left {
  flex: 1;
  height: 100%;
}
.about-introduction .about-introduction-all .about-introduction-left .about-introduction-info-item {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
.about-introduction .about-introduction-all .about-introduction-left .about-introduction-info-item span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #18212f;
  margin-left: 24px;
}
.about-introduction .about-introduction-all .about-introduction-left .about-introduction-info-item img {
  opacity: 0.6;
}
.about-introduction .about-introduction-all .about-introduction-left .about-introduction-info-item:first-of-type {
  margin-top: 10px;
}
.about-introduction .about-introduction-all .about-introduction-right {
  flex: 1;
}
.about-introduction .about-introduction-all .about-introduction-right .mapImg {
  width: 657px;
  height: 254px;
  overflow: hidden;
}
.about-introduction .about-introduction-all .about-introduction-right .mapImg img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=about.css.map */