@charset 'utf-8';
body {
  width: 100%;
}
.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.header img {
  width: 59px;
  height: 54px;
  margin-right: 100px;
}
.header div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.header div span {
  display: block;
  margin: 0 50px;
  font-size: 22px;
}
.header div .header_item_top {
  margin-top: 10px;
  font-size: 12px;
  margin: 0;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  width: 100%;
}
.whoWeAre {
  width: 100%;
}
.whoWeAre .whoWeAre_top {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 41px;
}
.whoWeAre .whoWeAre_top .title_us {
  font-family: "Medium";
}
.whoWeAre .whoWeAre_conter {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.whoWeAre .whoWeAre_conter .whoWeAre_profile {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #5b9bd5;
  border-bottom: 2px solid #5b9bd5;
}
.whoWeAre .whoWeAre_conter .whoWeAre_profile .whoWeAre_profile_t {
  font-size: 36px;
  margin-top: 50px;
}
.whoWeAre .whoWeAre_conter .whoWeAre_profile .whoWeAre_profile_b {
  font-size: 24px;
  margin: 0 0 20px;
}
.whoWeAre .whoWeAre_conter .whoWeAre_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #999;
}
.whoWeAre .whoWeAre_conter .whoWeAre_con .whoWeAre_con_left {
  width: 1100px;
  padding: 30px 0;
}
.whoWeAre .whoWeAre_conter .whoWeAre_con .whoWeAre_con_left .whoWeAre_con_left_cn {
  text-indent: 36px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 40px;
  font-family: 'Medium';
}
.whoWeAre .whoWeAre_conter .whoWeAre_con .whoWeAre_con_left .whoWeAre_con_left_us {
  font-size: 16px;
  line-height: 30px;
}
.whoWeAre .whoWeAre_conter .whoWeAre_con .whoWeAre_con_left img {
  float: right;
}
