.wrap-main {
  width: 100%;
  margin-top: 72px;
}

.wrap-main .main-con {
  width: 100%;
}

.main-top {
  width: 100%;
  height: 482px;
  background: url(../images/employees/student-1.png) no-repeat;
  background-size: cover;
}

.main-top .main-top-con {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.main-top .main-top-con > h2 {
  color: #2A2E2E;
  font-size: 44px;
  font-family: 'jzs';
  margin-bottom: 8px;
}

.main-top .main-top-con > p {
  color: #2A2E2E;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 27px;
}

.brand-item{
  width: 100%;
}

.brand-item .white-bg {
  padding: 96px 0;
  background-color: #fff;
}

.brand-item .gray-bg {
  padding: 96px 0;
  background-color: #fbfbfb;
}

.brand-item .brand-con {
  width: 1200px;
  margin: 0 auto;
}

.brand-item .active-box {
  margin-bottom: 96px;
  position: relative;
}

.brand-item .active-box:last-child {
  margin-bottom: 0;
}

.brand-item .active-box .img-bg {
  width: 100%;
}

.brand-item .txt-box {
  width: 514px;
  padding: 64px 88px 88px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FBFBFB;
  position: absolute;
  top: 94px;
}

.brand-item .txt-box.left-box {
  left: -24px;
}

.brand-item .txt-box.right-box {
  width: 664px;
  right: -24px;
  padding: 64px 64px 88px 88px;
}

.brand-item .txt-box.right-box > .desc {
  width: 100%;
}

.brand-item .txt-box h3 {
  color: #2A2E2E;
  font-size: 30px;
  font-family: 'hssx';
  line-height: 45px;
}

.brand-item .txt-box h3 > img {
  width: 216px;
}

.brand-item .txt-box h4 {
  color: #2A2E2E;
  font-size: 20px;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 4px;
}

.brand-item .txt-box .desc {
  width: 362px;
  color: #5F6464;
  font-size: 14px;
  line-height: 25px;
}

.brand-item .tit {
  width: 100%;
  color: #2a2e2e;
  font-size: 30px;
  font-family: 'hssx';
  text-align: center;
  margin-bottom: 44px;
  overflow: hidden;
}

.brand-item .mess-box {
  width: 100%;
}

.brand-item .mess-box .item {
  float: left;
  width: 49%;
}

.brand-item .mess-box .item.item-r {
  float: right;
}

.brand-item .mess-box .pic {
  width: 100%;
}

.brand-item .mess-box h4 {
  color: #2A2E2E;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.brand-item .mess-box .desc {
  color: #5F6464;
  font-size: 14px;
  line-height: 25px;
}

/* .brand-item .activ-con {
  margin-bottom: 44px;
}

.brand-item .activ-con h3 {
  float: left;
  min-width: 240px;
  color: #2a2e2e;
  font-size: 30px;
  font-family: 'hssx';
  margin-right: 20px;
}

.brand-item .activ-con .desc {
  color: #5f6464;
  font-size: 14px;
  line-height: 25px;
  padding-top: 17px;
  overflow: hidden;
} */

.brand-item-activ {
  width: 100%;
}




/* 更改 */
.promess-box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 96px;

}

.promess-box h3 {
  width: 100%;
  color: #2a2e2e;
  font-size: 30px;
  font-family: 'hssx';
  text-align: center;
  overflow: hidden;
}

.promess-box .con-bottom {
  margin-top: 45px;
}

.promess-box .list li {
  float: left;
  width: 50%;
  position: relative;
}
.promess-box .list li:nth-child(1) {
  height: 356px;
}
.promess-box .list li:nth-child(2) {
  height: 356px;
}
.promess-box .list li:nth-child(3) {
  height: 708px;
}
.promess-box .list li:nth-child(4) {
  height: 708px;
}

.promess-box .list li img{
  width: 100%;
}

.promess-box .list .mess{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promess-box .list .mess > h4 {
  color: #000000;
  font-size: 24px;
  font-family: 'hssx';
  margin-bottom: 8px;
}

.promess-box .list .desc{
  display: none;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* 更改 */


.join-us {
  width: 100%;
  margin-bottom: 96px;
}

.join-us .join-con {
  width: 1200px;
  margin: 0 auto;
}

.join-us .join-link {
  width: 100%;
  position: relative;
}

.join-us .join-link > a {
  display: block;
}

.join-us .join-link .link-bg {
  width: 100%;
}

.join-us .join-link .txt {
  position: absolute;
  top: 132px;
  left: 78px;
}

.join-us .txt h2 {
  color: #2a2e2e;
  font-size: 30px;
  font-family: 'hssx';
  margin-bottom: 16px;
}

.join-us .txt .url {
  float: left;
  color: #0052d9;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.join-us .txt .go-icon {
  float: left;
  margin-top: 10px;
  margin-left: 9px;
}

.join-us .txt .go-icon > img {
  width: 19px;
}
/*# sourceMappingURL=employees.css.map */