.banner {
  position: relative;
}
.banner__img {
  width: 100%;
  vertical-align: top;
}
.banner__text {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 60px;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
}
.posBlock.full-screen {
  background-color: #f6f6f6;
}
.posBlock.full-screen .full-row {
  line-height: 48px;
}
.posBlock.full-screen a.posBlock__cell {
  color: #888888;
  font-size: 14px;
}
.posBlock.full-screen .posBlock__mid {
  color: #888888;
  font-size: 12px;
  margin: 0 5px;
}
.aboutUs {
  padding: 70px 0;
}
.aboutUs.full-screen {
  background-color: #fff;
}
.aboutUs_profile .full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutUs_profile__aside {
  width: 560px;
  height: 320px;
  margin-right: 40px;
  position: relative;
}
.aboutUs_profile__aside .swiper-container {
  width: 560px;
  height: 320px;
}
.aboutUs_profile__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aboutUs_profile__content > p {
  font-size: 14px;
  color: #888888;
  line-height: 2;
  margin-bottom: 30px;
  text-indent: 3em;
}
.aboutUs_honor .full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 35px;
}
.aboutUs_people .full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 35px;
}
.aboutUs_honor__item {
  width: 33.33%;
  height: 320px;
  padding: 0 10px;
  margin-bottom: 50px;
  text-align: center;
}
.aboutUs_honor__item img {
  max-width: 80%;
  max-height: 100%;
  vertical-align: bottom;
}
.aboutUs_contact .full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutUs_contact__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutUs_contact__item > img {
  width: 142px;
  height: 142px;
}
.aboutUs_contact__item > h3 {
  font-size: 20px;
  color: #333333;
  line-height: 280%;
}
.aboutUs_contact__item > p {
  font-size: 14px;
  color: #888888;
  line-height: 180%;
}
.peopleList {
  width: 100%;
  padding: 0 50px;
}
.peopleList__title li {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.peopleList__con__head {
  width: 100%;
  border-top: 1px solid #eaeaea;
  cursor: pointer;
}
.peopleList__con__head.line_high{
  background: #78B3DE;
}
.peopleList__con__head:hover {
  background: #78B3DE!important;
}
.peopleList__con__head:hover div {
  color: #fff!important;
}
.peopleList__con__head div {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.jobTitle {
  width: 50%;
}
.jobPeople,
.jobAddr,
.jobTime {
  width: 16.66666666%;
}
.peopleList__con__body {
  display: none;
  padding: 20px 100px;
  position: relative;
}
.peopleList__con__body h4 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 15px;
}
.peopleList__con__body ol li {
  list-style-type: decimal;
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.wyyp {
  display: block;
  background: #f70403;
  color: #fff;
  width: 100px;
  height: 33px;
  line-height: 33px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  position: absolute;
  right: 100px;
  bottom: 20px;
}
.wyyp a:visited {
  color: #fff;
}
