@charset "utf-8";
.about_us {
  padding: 0 40px;
  margin-bottom: 180px;
}
.about_us .aboutusTitle {
  font-size: 16px;
  color: #333;
  width: 80px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #0076c9;
  margin-bottom: 30px;
}
.about_us .aboutusText {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}
.about_us .aboutusText img {
  max-width: 100%;
}
.about_us .brief {
  position: relative;
  margin-top: 30px;
}
.about_us .brief .briefLeft {
  padding-right: 360px;
}
.about_us .brief .briefRight {
  width: 326px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 30px;
}
.about_us .brief .briefRight img {
  width: 100%;
  float: left;
}
.about_us .Culture {
  margin-top: 75px;
}
