/* 关于我们样式 */
.about_us .banner {
  background-image: url(/img/aboutUs/about_us_banner.png);
}

/* 公司简介 */
.about_us .about_company .content .company_desc {
  justify-content: start;
}
.about_us .about_company .content .company_desc h2 {
  margin-bottom: 26px;
}

/* 董事长致辞 */
.about_us .chairman_speech {
  padding: 50px 0;
  background-color: #f8fbff;
}
.about_us .chairman_speech .content {
  height: 775px;
  margin-top: 40px;
  padding: 70px 85px;
  background: url(/img/aboutUs/speech_bg.png) no-repeat center;
}
.about_us .chairman_speech .text_wrap {
  width: 100%;
  height: 100%;
  padding: 44px 57px;
  color: #fff;
  line-height: 32px;
  background: rgba(111, 164, 232, 0.6);
}
.about_us .chairman_speech .content h2 {
  font-weight: 500;
  font-size: 24px;
}
.about_us .chairman_speech .content .label {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 14px;
}
.about_us .chairman_speech .content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
}

/* 公司高层 */
.about_us .company_executives {
  padding: 50px 0;
  background-color: #fff;
}
.about_us .company_executives .executives_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_us .company_executives .executives_item {
  width: 500px;
  margin-top: 40px;
}
.about_us .executives_item .header {
  padding-bottom: 12px;
  border-bottom: 2px solid #3377e8;
}
.about_us .executives_item h2 {
  font-weight: 500;
  font-size: 22px;
  color: #3377e8;
}
.about_us .executives_item .label {
  font-weight: 400;
  font-size: 18px;
  color: #33373e;
}
.about_us .executives_item .body {
  padding: 20px 10px 0;
  font-size: 16px;
  color: #75777a;
  line-height: 32px;
}
.about_us .executives_item .title_list {
  margin-bottom: 30px;
  padding-left: 20px;
}
.about_us .executives_item .title_item {
  list-style: disc;
}
.about_us .executives_item p {
  margin: 0;
}
