.join-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.join-wrap .header-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.recruit-active {
  background: url(/images/webinfo/faguangtiao03.png) no-repeat;
  background-size: 1.5rem auto;
  background-position: center bottom;
}

.recruit-active a {
  color: #fff;
}

.join-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 88;
  background: url('/images/webinfo/join/new-banner-bg.png') no-repeat;
  background-size: 100% 100%;
}

.banner-img {
  width: 646px;
  position: relative;
  z-index: 89;
}

.banner-text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 42px;
  text-shadow: 0px 3px 8px rgba(0,0,0,0.16);
  text-align: center;
}

.banner-title {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-title h1 {
  font-size: 0.44rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0.2rem;
  font-family: Aemstel-Regular;
  font-weight: 400;
  position: relative;
  left: -300%;
  opacity: 0;
  transition: all 0.3s;
}

.banner-title h2 {
  font-size: 0.4rem;
  letter-spacing: 0.06rem;
  font-family: OPPOSans-H;
  font-weight: 400;
  position: relative;
  right: -300%;
  opacity: 0;
  transition: all 0.3s;
}

.join-main {
  width: 90.4%;
  height: 2.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 89;
  top: 3rem;
  transition: all 0.5s;
  opacity: 0;
}

.join-main-content {
  width: 100%;
  height: 100%;
  background-image: url(/images/webinfo/join/list-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -1.2rem;
}

.main-list {
  width: 100%;
  height: 2.46rem;
  display: flex;
  justify-content: space-between;
}

.main-list-item {
  flex: 1;
  font-size: 0.16rem;
  color: #111;
  position: relative;
}

.main-list-item-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-list-item-img {
  width: 0.44rem;
  height: 0.46rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: end;
}

.main-list-item img {
  width: 100%;
}

.main-list-item p {
  padding-bottom: 0.15rem;
  color: #666;
}
.join-map-wrap {
  width: 100%;
  height: 74.5%;
}

.join-map-wrap img {
  width: 100%;
  height: 100%;
}

/* 诚聘精英 */
.zp-wrap {
  /* width: 90.4%; */
  margin: 0 auto;
  /* padding-bottom: 0.8rem; */
  position: relative;
  z-index: 99;
}

.employ-title {
  color: #111;
  text-align: center;
  margin-bottom: 0.5rem;
}

.employ-title h1 {
  font-size: 0.3rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.employ-title h2 {
  font-size: 0.3rem;
  letter-spacing: 0.02rem;
  font-weight: bold;
}

.employ-content {
  width: 9.92rem;
  height: 1rem;
  overflow: hidden;
  border-bottom: 0.01rem solid #ececec;
  margin: 0 auto;
}

.employ-post {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  position: relative;
}

.post-name {
  font-size: 0.16rem;
  font-weight: 400;
  color: #111;
  position: relative;
  padding-bottom: 0.1rem;
}

.post-name span {
  font-size: 0.14rem;
  background: #ff8518;
  padding: 0.01rem 0.03rem 0.02rem 0.03rem;
  border-radius: 0.02rem;
  margin-right: 0.07rem;
  color: #fff;
  position: relative;
  bottom: 0.02rem;
}

.post-info {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666;
}

.post-info span {
  position: relative;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
}
.post-info span::after {
  content: '';
  height: 0.14rem;
  width: 0.01rem;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.employ-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.employ-more p {
  font-size: 0.14rem;
  font-weight: 400;
  color: #c6a774;
}

.employ-more i {
  font-size: 0.12rem;
  padding-left: 0.08rem;
  position: relative;
  bottom: 0.01rem;
}

.employ-job {
  width: 100%;
  margin-top: 0.15rem;
  background: #f8f8f8;
  position: relative;
  /* display: none; */
  transition: all 1s;
}

.job-sanjiao {
  width: 0rem;
  height: 0rem;
  border-style: solid;
  border-width: 0.25rem 0.4rem 0.25rem 0.25rem;
  border-color: transparent transparent #f8f8f8 transparent;
  position: absolute;
  left: 0;
  top: -0.45rem;
  transform: translateX(-50%);
  z-index: 100;
}

.employ-job-content {
  padding: 0.4rem 0 0.05rem 0.4rem;
}

.employ-job-list {
  list-style: decimal;
  list-style-position: inside;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666;
  line-height: 0.24rem;
  margin-bottom: 0.35rem;
}

.employ-job-list p {
  font-size: 16px;
  color: #666;
  /* padding-bottom: 0.25rem; */
  line-height: 34px;
  font-family: PingFang SC, Microsoft YaHei;
}

.employ-job-list .content-title{
  color: #666;
  margin-bottom: 6px;
  /* margin-left: -10px; */
}

.employ-job-list li {
  padding-bottom: 0.1rem;
  list-style: initial;
  margin-left: 0.18rem;
}

.employ-job-more {
  margin-top: 0.25rem;
  width: 1.12rem;
  height: 0.3rem;
  text-align: center;
  background: rgba(255, 87, 34, 1);
  border-radius: 0.15rem;
  cursor: pointer;
  display: none;
}

.employ-job-more p {
  font-size: 0.14rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 0.3rem;
}

.spread {
  border: none;
  display: block;
}

@font-face {
  font-family: Source Han Serif SC;
  src: url('../font/思源宋体SC-Regular.otf');
}

.join{
  width: 992px;
  margin: 0 auto;
}

.join-breadcrumb{
  display: flex;
  align-items: center;
  font-family: PingFang SC, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  line-height: 26px;
  margin-top: 65px;
}

.join-breadcrumb-item{
  
}

.join-breadcrumb-item a:hover,
.join-breadcrumb-item a:active,
.join-breadcrumb-item a:visited{
  color: #999;
}

.join-breadcrumb-item::after{
  content: '>';
  font-family: PingFang SC, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  line-height: 28px;
  margin: 0 16px;
}

.join-breadcrumb-item:last-child{
  /* font-size: 18px; */
  color: #000000;
  line-height: 26px;
}

.join-breadcrumb-item:last-child::after{
  content: '';
  
}

.join-desc-wrap{
  margin: 44px 0 64px;
}

.join-desc{
  font-family: PingFang SC, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.join-employ-list{
  width: 992px;
  margin: 0 auto;
}

.join-employ-item{
  font-family: PingFang SC, Microsoft YaHei;
  padding-bottom: 64px;
}

.join-employ-item:last-child{
  padding-bottom: 84px;
}

.join-employ-item-top{
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3F4F6;
  cursor: pointer;
}


.join-employ-item-icon{
  width: 24px;
  height: 24px;
  margin-right: 20px;
  transform: rotate(-90deg);
  transition: all .2s;
}

.join-employ-item-top.down .join-employ-item-icon{
  transform: rotate(0);
}

.join-employ-item-title{
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}

.join-employ-job {
  width: 100%;
  /* margin-top: 0.15rem; */
  /* background: #f8f8f8; */
  position: relative;
  /* display: none; */
  height: 0;
  transition: all .3s;
  overflow: hidden;
}

.join-employ-job .employ-job-content{
  padding: 36px 40px;
  padding-bottom: 0;
}


.foot-banner{
  height: 260px;
  background: url('/images/webinfo/join/foot-banner.png') no-repeat;
  background-size: 100% 100%;
  padding: 84px 0;
}

.foot-banner-email{
  width: 1010px;
  font-family: PingFang SC, Microsoft YaHei;
  font-weight: 600;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 50px;
  text-shadow: 0px 3px 8px rgba(0,0,0,0.16);
  margin: 0 auto;
  margin-bottom: 16px;
  word-break: break-all;
  text-wrap: nowrap;
}

.foot-banner-desc{
  width: 1010px;
  font-family: PingFang SC, Microsoft YaHei;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  margin: 0 auto;
}

.foot-banner-desc-phone{
  margin-right: 30px;
}