.contact-us {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .contact-banner {
  width: 100%;
  height: 674px;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg/contact_banner.jpg);
}
.contact-us .join-banner {
  background-image: url(../img/bg/contact_banner.jpg);
}
.contact-us .contact-tabs {
  width: 1200px;
  height: 168px;
  box-sizing: border-box;
  padding-top: 60px;
  border-bottom: 1px solid #6A85D6;
  display: flex;
  flex-direction: row;
}
.contact-us .contact-tabs .tab {
  width: 600px;
  line-height: 117px;
  text-align: center;
}
.contact-us .contact-tabs .tab a {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  font-family: PingFangSC-Regular;
}
.contact-us .contact-tabs .tab a.active {
  color: #2D31AE;
  font-weight: 700;
  font-family: PingFangSC-Medium;
}
.contact-us .contact-content {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .contact-content .contact-map {
  margin-top: 50px;
}
.contact-us .contact-content .contact-ways {
  margin-top: 80px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}
.contact-us .contact-content .contact-ways .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  flex-shrink: 0;
  margin-bottom: 30px;
}
.contact-us .contact-content .contact-ways .item img {
  width: 52px;
  height: auto;
}
.contact-us .contact-content .contact-ways .item .detail {
  line-height: 20px;
  margin-top: 12px;
  color: #595959;
  font-size: 14px;
  text-align: center;
  font-family: PingFangSC-Regular;
}
.contact-us .contact-content .job-types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact-us .contact-content .job-types img {
  width: 160px;
  height: 222px;
  margin-left: 187px;
  margin-bottom: 70px;
}
.contact-us .contact-content .adventages {
  display: flex;
  flex-direction: column;
  width: 1200px;
}
.contact-us .contact-content .adventages .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 124px;
}
.contact-us .contact-content .adventages .item .item-img {
  width: 643px;
  height: 362px;
}
.contact-us .contact-content .adventages .item .detail {
  width: 557px;
  box-sizing: border-box;
  padding-top: 20px ;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-us .contact-content .adventages .item .detail.detail-right {
  padding-left: 0px;
  padding-right: 70px;
}
.contact-us .contact-content .adventages .item .detail.detail-right .title {
  text-align: right;
  width: 100%;
}
.contact-us .contact-content .adventages .item .detail .title {
  line-height: 50px;
  color: #595959;
  font-size: 36px;
  font-family: PingFangSC-Medium;
}
.contact-us .contact-content .adventages .item .detail .content {
  height: 250px;
  margin-top: 20px;
  line-height: 35px;
  color: #595959;
  font-size: 18px;
  font-family: PingFangSC-Regular;
}
.contact-us .contact-content .adventages .item .detail .bg {
  width: 100%;
  height: 10px;
  background-size: 148px 10px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../img/icon/line.png);
}
.contact-us .all-jobs {
  margin-top: 60px;
  width: 1200px;
  display: flex;
  flex-direction: row;
}
.contact-us .all-jobs .category {
  padding-top: 30px;
  padding-bottom: 100px;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-us .all-jobs .category .category-title {
  line-height: 45px;
  color: #262626;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.contact-us .all-jobs .category .type-list {
  display: flex;
  flex-direction: column;
}
.contact-us .all-jobs .category .type-list a {
  line-height: 40px;
  color: #8392bf;
  font-size: 16px;
  font-family: PingFangSC-Medium;
}
.contact-us .all-jobs .category .type-list a.active {
  color: #262626;
}
.contact-us .all-jobs .sperate-line {
  width: 1px;
  background-color: #e5e5e5;
}
.contact-us .all-jobs .job-list {
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  width: 900px;
}
.contact-us .all-jobs .job-list .job-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.contact-us .all-jobs .job-list .job-item .job-name {
  line-height: 45px;
  color: #262626;
  font-size: 20px;
  font-family: PingFangSC-Medium;
}
.contact-us .all-jobs .job-list .job-item .job-location {
  line-height: 40px;
  color: #8c8c8c;
  font-size: 16px;
  font-family: PingFangSC-Regular;
}
.contact-us .all-jobs .job-list .job-item .job-duty {
  line-height: 35px;
  color: #595959;
  font-size: 18px;
  font-family: PingFangSC-Regular;
}
.contact-us .job-detail {
  width: 1200px;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-us .job-detail .job-name {
  height: 42px;
  color: #262626;
  font-size: 30px;
  font-family: PingFangSC-Medium;
}
.contact-us .job-detail .job-location {
  line-height: 40px;
  color: #8c8c8c;
  font-size: 16px;
  font-family: PingFangSC-Regular;
}
.contact-us .job-detail .job-tag {
  margin-top: 20px;
  line-height: 50px;
  color: #262626;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.contact-us .job-detail .job-description,
.contact-us .job-detail .job-duty {
  line-height: 35px;
  color: #595959;
  font-size: 18px;
  font-family: PingFangSC-Regular;
}
.contact-us .job-detail .boss-img {
  margin-top: 50px;
  width: 497px;
  height: 149px;
}
