@charset "utf-8";

.banner img{
  display: block;
  width: 100%;
}
.about-us{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 15px;
  color: #333;
}
.title-zn{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  font-family: PingFangSC-Semibold, sans-serif;
}
.title-en{
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 21px;
  text-align: center;
  margin-top: 2px;
  font-weight: 200;
  color:#999;
}
.about-us .info,.qualification .info{
  text-indent: 2em;
  line-height: 18px;
  font-size: 12px;
  text-align: left;
  margin-bottom: 18px;
}
.about-us .info a.email{
  color: #215AA8;
}
.about-us .info-list,.qualification .info-list{
  margin-bottom: 0;
}
.about-us-imgs{
  display: flex;
  justify-content: space-between;
  margin: 21px 0;
}
.about-us-imgs img{
  width: 107px;
  height: 66px;
}
.about-us-imgs-2{
  width: 304px;
  height: 151px;
  margin-top: 15px;
  margin-bottom: 13px;
}

.qualification{
  margin-bottom: 40px;
  text-align: center;
  color: #333;
  padding: 0 15px;
}

.honors{
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
}
.honors .item{
  width: 100%;
}
.honors .item img{
  width: 259px;
  margin-bottom: 15px;
}
.honors .item p{
  font-size: 12px;
  color: #333;
  line-height: 16px;
  text-align: center;
}