.about-page {
  overflow: hidden;
  background-color: #f5f9fd;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-70 {
  margin-top: 70px;
}
.banner {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  background-color: #5e73ff;
  background-image: url('/fe/www/img/about/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
}
.banner__img {
  height: 360px;

  object-position: center;
}
.block {
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
}
.block h2 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #282828;
  line-height: 77px;
}
.about {
  flex: 1;
  padding: 20px 42px;
  margin-right: 40px;
}
.about p {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 28px;
}
.contact {
  padding: 20px 40px;
}
.contact__item {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.contact__item:first-child {
  margin-top: 10px;
}
.contact .icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: #f6f6f6;
  border-radius: 50%;
  margin-right: 24px;
}
.contact .icon1 {
  background-image: url('/fe/www/img/about/icon1.png');
}
.contact .icon2 {
  background-image: url('/fe/www/img/about/icon2.png');
}
.contact .icon3 {
  background-image: url('/fe/www/img/about/icon3.png');
}
.contact strong {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}
.contact p {
  margin-top: 10px;
}
.certificate,
.property {
  padding: 20px 40px;
}
.certificate img,
.property img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
