.joinUs-contain header,
.joinUsOfSchool-contain header,
.join-contain header {
  background: #fff;
}
.join-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/join.png");
  background-size: 100% 100%;
}
.join-main {
  width: 60%;
  margin: 200px auto;
}
.join-main > div img {
  margin-bottom: 20px;
}
.join-main > div h1 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
}
.join-main > div p {
  font-size: 20px;
  font-family: SourceHanSansSC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
  margin: 20px 0;
  text-align: center;
}
.join-main > div button {
  width: 185px;
  height: 50px;
  border: none;
  background: #fff;
  color: #f0a21b;
  border: 1px solid #f0a21b;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
}
.join-main > div button span {
  margin-left: 10px;
}
.joinUs-contain .joinUs-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/joinUs.jpg");
  background-size: 100% 100%;
}
.joinUs-nav,
.joinUsOfSchool-nav,
.joinUsOfSocial-nav {
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 3.6rem;
}
.joinUs-intro h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  color: rgba(252, 122, 0, 1);
}
.joinUs-intro p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: rgba(116, 116, 116, 1);
  margin-top: -15px;
}
.joinUs-intro img {
  width: 235px;
  height: 14px;
  margin-bottom: 10px;
}
.joinUsOfSchool .joinUs-intro img {
  border: none;
}
.joinUs-intro .nav p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin: 0 10px;
  padding: 0 10px;
}
.joinUs-intro p.nav-active {
  background: rgba(252, 122, 0, 1);
}
.joinUs-main {
  width: 62%;
  margin: 41px auto 105px;
}
.joinUs-main h1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(252, 122, 0, 1);
  line-height: 150px;
}
.joinUs-main p {
  font-size: 22px;
  font-family: Microsoft YaHei;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
}
.split-p {
  margin-top: 30px;
}
.joinUsOfSchool-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/joinUsOfSchool.jpg");
  background-size: 100% 100%;
}
.joinUsOfSchool-main {
  width: 65%;
  margin: 90px auto 40px;
}

.position {
  width: 20%;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .joinUsOfSchool-main {
    width: 80%;
  }
  .position {
    width: 23%;
  }
}
.position img {
  width: 60px;
  height: 60px;
}
.position h1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: rgba(68, 68, 68, 1);
  line-height: 21px;
  margin: 20px 0;
}
.position p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(153, 153, 153, 1);
  line-height: 21px;
  height: 190px;
  margin-bottom: 10px;
  -webkit-line-clamp: 9;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.position-wrap {
  margin-bottom: 36px;
}
.sendCv {
  width: 65%;
  /* height: 4.3rem; */
  margin: 0 auto 100px;
  background: #fc7a00;
}
.sendCv .address {
  width: 60%;
  background: #f7f7f7;
  height: 100%;
  padding: 0.7rem 0;
}
.sendCv .website {
  width: 40%;
  height: 100%;
}
.website img {
  width: 2rem;
  height: 2rem;
}
.sendCv .address h1 {
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 0.65rem;
}
.sendCv .address > p {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 0.65rem;
}
.address-detail {
  margin-top: 0.6rem;
  text-align: center;
}
.address-detail p {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 45px;
}
.pay {
  width: 100%;
  margin-bottom: 100px;
}
.pay h1 {
  font-size: 40px;
  font-family: SourceHanSansSC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 21px;
  text-align: center;
  margin-bottom: 40px;
}
.pay-contian {
  width: 100%;
  padding: 100px 0;
  background: #ffefd7;
}
.pay-contian table {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .pay-contian table {
    width: 50%;
  }
}
.pay-contian td {
  margin-bottom: 40px;
}
.pay-contian td p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.pay-contian td span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(253, 154, 8, 1);
  line-height: 24px;
}
.pay-contian tr td:first-of-type {
  width: 70%;
  text-align: center;
}
.development {
  width: 78%;
  margin: 100px auto;
}
.development-bottom {
  margin-top: 29px;
}
.development h1 {
  font-size: 40px;
  font-family: SourceHanSansSC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 21px;
  text-align: center;
  margin-bottom: 40px;
}
.development-contain {
  width: 80%;
  margin: 0 auto;
  align-items: flex-start;
}
.joinUsOfSocial-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/joinUsOfSocial.jpg");
  background-size: 100% 100%;
}
.position-social {
  width: 65%;
  margin: 50px auto 100px;
}
.position-social h6 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.toggle {
  width: 100%;
  margin-top: 15px;
}
.dl-section {
  width: 100%;
  border-bottom: 1px solid rgba(101, 101, 101, 0.2);
}
p.dl-section {
  height: 60px;
  background: rgba(249, 249, 249, 1);
}
p.dl-section span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.dl-section span {
  display: block;
  width: 25%;
  padding-left: 40px;
}
dt.dl-section {
  height: 72px;
  background: rgba(249, 249, 249, 1);
}
dt.dl-section span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.dl-section button {
  width: 92px;
  height: 30px;
  background: rgba(252, 122, 0, 1);
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
dd {
  align-items: flex-start !important;
}
dd div {
  width: 45%;
  margin: 37px 0;
}
.send-resure {
  position: relative;
}
.send-resure img {
  position: absolute;
  right: -110px;
  top: -50px;
  width: 100px;
  height: 100px;
  display: none;
}
.pagetion {
  width: 100%;
  margin: 40px auto 0;
}
button.btn-active {
  background: #fc7a00 !important;
  color: #fff;
}
.pagetion button {
  border: none;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 10px 15px;
  background: #fff;
  margin: 0 5px;
}
.pagetion button:first-of-type,
.pagetion button:last-of-type {
  padding: 10px 25px;
}
.scool-detail {
  background: #f4f4f6;
}
.scool-detail-social {
  width: 60%;
  margin: 30px auto 100px;
  background: #fff;
  padding: 30px 50px;
}
.scool-detail-list {
  margin-top: 35px;
}
.scool-detail-social h6 {
  font-size: 16px;
}
.scool-detail-list .dl-section {
  background: #fff !important;
  padding: 20px 0;
}
.dl-right img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.dl-left {
  width: 20%;
}
.dl-left h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.dl-left p {
  font-size: 16px;
  margin-bottom: 20px;
}
.dl-right {
  width: 20%;
  text-align: right;
}
.dl-right b {
  font-weight: 400;
}
.scool-detail-list dd {
  background: #f4f4f6;
}
.scool-detail-social button {
  margin: 0 5px;
}
.scool-detail-social .pagetion {
  width: 100%;
}
.scool-detail-list dt.dl-section {
  height: unset;
}
.live-banner {
  width: 100%;
  height: 5rem;
  background: url("../img/joinUs/libeBg.jpg");
  background-size: 100% 100%;
}
.live-wrap {
  width: 65%;
  margin: 100px auto 0;
}
.live-person {
  width: 65%;
  margin: 100px auto;
}
.welf-wrap {
  width: 65%;
  margin: 100px auto 0;
}
@media screen and (min-width: 1000px) and (max-width: 1700px) {
  .live-person {
    width: 80%;
  }
  .welf-wrap {
    width: 80%;
  }
}
.live-wrap .live-title {
  margin: 90px 0;
}
.live-wrap .live-title h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 60px;
}
.live-wrap .live-title h6 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 60px;
}
.live-title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
}
.life-wrap {
  width: 100%;
}
.life-wrap .row1,
.life-wrap .row2 {
  width: 100%;
}
.life-wrap .row1 {
  margin-bottom: 30px;
}
.life-wrap .row1 > div {
  padding: 0.4rem;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(222, 226, 230, 1);
}
.life-wrap .row1 h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 60px;
}
.life-wrap .row1 p {
  text-indent: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 18px;
}
.life-wrap .row1 div {
  width: 35%;
  height: 3.53rem;
  overflow: hidden;
}
.life-wrap .row1 img {
  width: 64%;
  height: 3.5rem;
}
.life-wrap .row2 img {
  display: block;
}
.life-wrap .row2 img:first-of-type {
  margin-right: 5%;
  width: 50%;
}
.life-wrap .row2 img:last-of-type {
  width: 45%;
}
.live-more {
  margin-top: 50px;
  cursor: pointer;
}
.person-wrap .col {
  width: 30%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(235, 235, 235, 1);
  box-shadow: 0px 10px 24px 0px rgba(153, 174, 223, 0.18);
}
.col img {
  width: 100%;
  height: 300px;
}
.col h6 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
  margin-left: 30px;
  margin-top: 40px;
}
.col p {
  width: 80%;
  margin: 0 auto;
  height: 140px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 36px;
  /* margin-bottom: 75px; */
}
.welf-wrap {
  margin-bottom: 100px;
}
.welf-detail {
  width: 2.77rem;
  height: 2.77rem;
  text-align: center;
  border: 1px solid rgba(204, 204, 204, 1);
}
.welf-detail p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 60px;
}
.welf-wrap > div:first-of-type {
  margin-bottom: 20px;
}
.live-nav {
  height: 40px;
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 3.6rem;
}
