.bannerbg {
  background: url("../images/culture_banner.jpg") no-repeat center;
}
.process{
  padding-bottom: 0px;
}
.process_contain {
  margin: -10px auto 0;
  padding: 0 10px;
  width: 80%;
}

.process_block {
  float: left;
  margin-left: -10px;
}

.processimg {
  width: 140px;
  height: 140px;
  background: url(../images/recruit1.png) center no-repeat;
}

.processimg1 {
  background-position: center 0;
}

.processimg2 {
  background-position: center -140px;
}

.processimg3 {
  background-position: center -280px;
}

.processimg4 {
  background-position: center -420px;
}

.process_text {
  padding-top: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 18px;
}

.process_line {
  float: left;
  margin: 62px 0 0 -10px;
  width: 227px;
  height: 16px;
  background: url(../images/join-recruit2.png) no-repeat center;
}

.station{
  padding-bottom: 30px;
}
.stationbg_p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #666;
  padding-bottom: 40px;
}

.station_left {
  float: left;
}

.station_left p {
  width: 290px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}

.station_left_active,
.station_left p:hover {
  color: #fff;
  background-color: #0188cc;
  box-shadow: 0px 4px 6px 0px rgba(1, 136, 204, 0.2);
}

.station_left a {
  color: inherit;
}

.station_left_active a {
  color: #fff;
}

.station_right {
  float: left;
  margin-left: 80px;
}

.station_right {
  width: 830px;
}

.recruitlist>li {
  margin-bottom: 30px;
  background-color: #eee;
}

.recruit_wrap {
  padding: 0 60px;
}

.recruitlist_tit {
  position: relative;
  font-size: 18px;
  color: #0188cc;
}
.recruitlist_tit p{
  height: 34px;
  line-height: 50px;
}
.recruitlist_tit strong{
  font-size: 16px;
  color: #666;
  line-height: 50px;
}

.recruitlist_tit>span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 66px;
  top: 16px;
  background: url(../images/join-recruit3.png) no-repeat center;
  background-position: center 0;
  background-size: cover;
}

.recruitlist_tit>.span_icon_active {
  background-position: center -30px;
}

.recruitlist_main {
  border-top: 1px dashed #cbd4d9;
  display: none;
  padding-bottom: 20px;
}

.recruitlist_main_block {
  margin-top: 20px;
}

.recruitlist_main_block h1 {
  font-size: 16px;
  color: #0188cc;
  line-height: 16px;
  padding-bottom: 10px;
}

.recruitlist_main_block li {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.join_recruit_img{
  padding: 0 10px;
}
@media (max-width: 926px) {

  .bannerbg {
    height: 280px;
    background: url(../images/phone_img_culture.jpg) no-repeat center;
    background-size: 100% 100%;
  }

  .banner {
    padding-top: 112px;
  }

  .banner_title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 15px;
  }

  .station_left {
    float: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .station_left p {
    display: inline-block;
    width: 145px;
    height: 38px;
    font-size: 15px;
    margin: 0 13px;
  }

  .stationbg_p {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 0px;

  }

  .station_left a {
    line-height: 38px;
  }

  .station_right {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .recruit_wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .recruitlist>li {
    margin-bottom: 25px;
    background-color: #f5f5f5;
  }

  .recruitlist_tit {
    padding: 10px 20px;
    line-height: inherit;
    font-size: 13px;
  }

  .recruitlist_tit>p {
    margin-bottom: 2px;
    height: auto;
    line-height: 25px;
  }

  .recruitlist_tit>strong {
    font-size: 10px;
    color: #666;
    line-height: 25px;
    margin-right: 20px;
  }

  .recruitlist_tit>span {
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }

  .recruitlist_main_block h1 {
    font-size: 12px;
  }

  .recruitlist_main_block li {
    font-size: 11px;
  }

  .recruitlist_main {
    padding-bottom: 25px;
  }
  .recruitlist_tit>.span_icon_active {
  background-position: center -15px;
}
}