.about-cell {
  padding: 64px 0;
  height: 476px;
  box-sizing: border-box;
  line-height: 2;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7b8994;
}

.about-cell > div {
  padding: 0 50px;
  box-sizing: border-box;
}

.about-cell-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #46525e;
  text-align: center;
}

/* 企业文化 */
.culture {
  padding: 64px 0;
  height: 568px;
  background: #f3faff;
  box-sizing: border-box;
}

.culture img {
  width: 550px;
  height: 320px;
}

.culture-content {
  padding: 48px 0 0 80px;
  width: 550px;
  height: 320px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7b8994;
  background: #fff;
  box-sizing: border-box;
}

.culture-content div:nth-of-type(2n) {
  margin: 10px auto 24px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #46525e;
}

/* 联系方式 */
.contact {
  padding: 64px 0;
}

.contact-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-cell > div {
  padding-top: 46px;
  width: 356px;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eaeef0;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #46525e;
}

.contact-cell img {
  margin-bottom: 32px;
  width: 48px;
  height: 48px;
}

/* 地址 */
.address {
  height: 568px;
  padding: 64px 0;
  background: #f3faff;
  box-sizing: border-box;
}

.address img {
  width: 550px;
  height: 320px;
}

.address-content {
  width: 550px;
  height: 320px;
  padding: 62px 0 0 80px;
  box-sizing: border-box;

  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #46525e;
  line-height: 3;
  background: #fff;
}
.solution {
  height: 486px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #242424;
}
.solution-content {
  margin: 0 auto;
  padding-top: 64px;
  width: 1100px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.solution-contact {
  display: flex;
  margin-top: 84px;
}
.solution-contact > div {
  flex: 1 1 33.3%;
  border-right: 1px solid #e0e6eb;
  box-sizing: border-box;
}
.solution-contact > div:last-of-type {
  border-right: none;
}
.solution-contact-icon {
  margin: 0 auto 16px;
  display: block;
  width: 36px;
  height: 36px;
}
.solution-contact-title {
  margin-bottom: 26px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #46525e;
}
.solution-title {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #46525e;
}
