.about .bannerBox {
  width: 100%;
  min-height: 406px;
  position: relative;
  background: url('../images/abs-bg-1.png') no-repeat center;
}
.about .intro {
  background: #F9F9F9;
  padding-bottom: 60px;
}
.about .intro .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.about .intro .img {
  width: 456px;
  height: 268px;
}
.about .intro .desp {
  margin-top: -12px;
  width: 704px;
  height: 204px;
  font-size: 18px;
  font-weight: 400;
  color: #828298;
  line-height: 34px;
}
.about .develop .img {
  width: 100%;
  min-height: 492px;
  line-height: 0;
  position: relative;
  background: url(../images/abs-bg-2.png) no-repeat center;
  background-size: cover;
}
.about .develop .titleBox .title {
  color: #FFF;
}
.about .cooperate .img {
  width: 100%;
  min-height: 615px;
  line-height: 0;
  position: relative;
  background: url(../images/abs-bg-3.png) no-repeat center;
  background-size: cover;
}
.about .honor {
  background: #F2F5FB;
  padding-bottom: 55px;
}
.about .honor .list {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 50px;
}
.about .honor .list .item:nth-child(2) .title {
  margin: 30px 0 18px 0;
}
.about .honor .list .item .title {
  font-size: 26px;
  font-weight: 500;
  color: #1A1C1E;
  line-height: 36px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.about .honor .list .item .desp {
  font-size: 18px;
  font-weight: 400;
  color: #828298;
  line-height: 36px;
}
.about .honor .list .item .img {
  width: 510px;
  height: 335px;
}
.about .honor .list .item:first-child .img {
  margin-left: 171px;
}
.about .honor .list .item:first-child .fr {
  margin-right: 90px;
}
.about .honor .list .item:nth-child(2n) .fl {
  float: right;
  margin-right: -50px;
}
.about .honor .list .item:nth-child(2n) .fr {
  float: left;
}
.about .contact .list {
  display: flex;
  justify-content: space-around;
  margin: 0 30px;
  padding: 44px 0 60px 0;
}
.about .contact .list .item {
  text-align: center;
}
.about .contact .list .item:first-child,
.about .contact .list .item:nth-child(2) {
  margin-left: -35px;
}
.about .contact .list .item .img {
  width: 202px;
  height: 202px;
  margin-bottom: 22px;
}
.about .contact .list .item .title,
.about .contact .list .item .desp {
  font-size: 18px;
  color: #131415;
  line-height: 25px;
  text-align: center;
}
.about .contact .list .item .title {
  font-weight: 500;
}
