/* 公共部分 */

.container {
  margin: 0 auto;
  max-width: 1920px;
  line-height: 28px;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.header__warpper {
  padding: 20px 0;
}
.header {
  height: 72px;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.4);
}
.header__a {
  text-decoration: none;
  color: #9d9d9d;
}
.header__a--active {
  color: #212121;
  border-bottom: 4px solid #277bfd;
  font-weight: bold;
  padding-bottom: 7px;
}
.header-warpper .header__a:nth-child(n + 1) {
  margin-right: 85px;
  height: 72px;
  line-height: 72px;
}
footer {
  background: #212121;
  color: #a9a9a9;
  text-align: center;
  padding: 33px 0 !important;
  font-size: 12px !important;
}
/* index.pug */

.big-img {
  background-image: url("banner1.jpg");
  height: 438px;
  background-size: cover;
  background-position: center;
}
.intru {
  height: 302px;
  padding-top: 77px;
  line-height: 24px;
  background-image: url("index-bg.png");
}
.intru span:nth-child(n + 1) {
  font-size: 14px;
  color: #757575;
}
.intru span:first-child {
  font-size: 24px;
  display: block;
  margin-bottom: 38px;
  color: #4c4c4c;
}
.app {
  margin-bottom: 191px;
}
.app__wrapper {
  margin-top: 80px;
  text-align: center;
  text-align: left;
}
.app__wrapper > span {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}
.app__container {
  display: flex;
  justify-content: left;
  margin-top: 38px;
}
.app__container > div {
  width: 320px;
}
.app__title {
  display: block;
  color: #333;
}
.app__title + span {
  color: #9d9d9d;
}
/* cultrue.pug */

.big-img2 {
  background-image: url("banner2.jpg");
  height: 438px;
  background-size: cover;
  background-position: center;
}
.comp-cultrue {
  font-size: 14px;
  line-height: 24px;
  margin-top: 58px;
  margin-bottom: 77px;
}
.comp-cultrue__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 38px;
}
.staff-active__wrapper {
  overflow: hidden;
}
.staff-active__specimg {
  overflow: hidden;
  width: 493px;
  /* display: inline-block; */
  /* position: absolute; */
  float: left;
  line-height: 0;
}
.staff-active__wrapper__content {
  /* display: inline-block; */
  padding-left: 513px;
  /* position: absolute; */
  /* float: left; */
}
.staff-active__specimg2 {
  float: left;
  line-height: 0;
}
.staff-active__special-img1 {
  margin-right: 10px;
  width: 241.5px;
}
.staff-active__special-img2 {
  width: 241.5px;
}
.staff-active {
  margin-bottom: 153px;
  margin-top: 30px;
}
.staff-active__wrapper {
  margin-bottom: 40px;
}
.staff-active__decri > div {
  margin-right: 20px;
}
.staff-active__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 42px;
}
.staff-active__decri {
  font-size: 16px;
  font-weight: bold;
}
.staff-active__decri + div {
  height: 10px;
  width: 3px;
}
.staff-active__decri + article {
  line-height: 24px;
  font-size: 14px;
}
.staff-active__wrapper__content span:last-child {
  line-height: 24px;
  font-size: 14px;
  color: #f57f17;
}
/* join.pug */

.big-img3 {
  background-image: url("banner3.jpg");
  height: 438px;
  background-size: cover;
  background-position: center;
}
.joinus {
  font-size: 14px;
  line-height: 24px;
  margin-top: 61px;
}
.joinus__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 44px;
}
.joinus__intru {
  margin-bottom: 61px;
}
.comp-image {
  margin-bottom: 353px;
}
.comp-image__image {
  background-image: url("join.png");
  height: 223px;
  background-size: cover;
  background-position: center;
}
