.banner {
  height: 690px;
  background: url(../image/recruitment/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_cont_box {
  width: 100%;
  padding-bottom: 40px;
}

.banner_title {
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 70px;
}

.banner_btn_list {
  display: flex;
  justify-content: center;
  gap: 37px;
  margin-bottom: 58px;
}

.banner_btn_item {
  padding: 0 42px;
  background-color: #fff;
  line-height: 46px;
  font-size: 20px;
  color: #0D1012;
  cursor: pointer;
}

.banner_btn_item:hover {
  background-color: #124B8B;
  color: #fff;
}

.banner_btn_item_show {
  background-color: #124B8B;
  color: #fff;
}

.banner_input_cont {
  width: 95%;
  max-width: 660px;
  height: 69px;
  margin: 0 auto;
  padding: 7px;
  padding-left: 36px;
  background-color: #fff;
  border-radius: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.banner_input_cont img {
  width: 18px;
  margin-right: 20px;
}

.banner_input_cont input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  color: #0D1012;
}

.banner_input_cont input::placeholder {
  color: #999999;
  font-size: 18px;
}

.banner_input_btn {
  height: 100%;
  padding: 0 27px;
  margin-left: 20px;
  background-color: #124B8B;
  border-radius: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.type_nav_row {
  display: flex;
  align-items: flex-start;
}

.type_nav {
  padding-top: 45px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 20px solid #f9f9f9;
}

.type_nav_title {
  display: flex;
  align-items: center;
  margin-right: 50px;
  margin-bottom: 35px;
}

.type_nav_title img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 22px;
}

.type_nav_title span {
  font-size: 18px;
  color: #333333;
}

.type_nav_row_cont {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.job_top_cont {
  position: relative;
  padding-top: 48px;
}

.job_icon_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../image/recruitment/btn2.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  cursor: pointer;
}

.job_item_show .job_icon_btn {
  background: url(../image/recruitment/btn1.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.type_item {
  font-size: 18px;
  color: #333333;
  margin-bottom: 35px;
  margin-right: 50px;
  cursor: pointer;
}

.type_item:hover {
  font-weight: 700;
  color: #124B8B;
}

.type_item_show {
  font-weight: 700;
  color: #124B8B;
}

.job_title {
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 24px;
  color: #0D1012;
}

.job_tip {
  font-size: 18px;
  color: #333333;
  padding-bottom: 46px;
  border-bottom: 1px solid #E1E1E1;
}

.jib_hide_cont {
  height: 0;
  overflow: hidden;
}

.job_item_show .jib_hide_cont {
  height: auto;
  overflow: auto;
}

.job_describe .title {
  font-size: 18px;
  font-weight: 700;
  color: #0D1012;
  margin-bottom: 29px;
}

.job_item .job_describe {
  margin-top: 29px;
}

.job_item .job_describe:first-child {
  margin-top: 48px;
}

.job_btn_box {
  display: flex;
  padding-top: 30px;
  padding-bottom: 48px;
  border-bottom: 1px solid #E1E1E1;
}

.job_btn {
  display: inline-block;
  padding: 0 24px;
  background-color: #124B8B;
  line-height: 52px;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.job_btn span {
  color: #fff;
}

/* 手机样式 */
@media screen and (max-width: 900px) {
  .banner {
    height: 4.3rem;
  }

  .banner_title {
    font-size: 0.58rem;
    margin-bottom: 0.38rem;
  }

  .banner_cont_box {
    padding-bottom: 0;

  }

  .banner_btn_list {
    gap: 0.26rem;
    margin-bottom: 0.4rem;
  }

  .banner_btn_item {
    padding: 0 0.42rem;
    line-height: 0.74rem;
    font-size: 0.34rem;
  }

  .banner_input_cont {
    height: 0.83rem;
    padding: 0.08rem;
    padding-left: 0.3rem;
    border-radius: 0.42rem;
  }

  .banner_input_cont img {
    width: 0.36rem;
    margin-right: 0.2rem;
  }

  .banner_input_cont input {
    font-size: 0.34rem;
  }

  .banner_input_cont input::placeholder {
    font-size: 0.34rem;
  }

  .banner_input_btn {
    margin-left: 0.2rem;
    padding: 0 0.23rem;
    font-size: 0.34rem;
    border-radius: 0.3rem;
  }

  .type_nav {
    padding-top: 0.62rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.36rem solid #F9F9F9;
  }

  .type_nav_title {
    margin-right: 0.5rem;
    margin-bottom: 0.6rem;
  }

  .type_nav_title img {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.5rem;
  }

  .type_nav_title span {
    font-size: 0.34rem;
  }

  .type_item {
    font-size: 0.34rem;
    margin-right: 0.5rem;
    margin-bottom: 0.6rem;
  }

  .job_top_cont {
    padding-top: 0.7rem;
  }

  .job_title {
    font-size: 0.34rem;
    margin-bottom: 0.42rem;
  }

  .job_icon_btn {
    top: 0.6rem;
    transform: translateY(0);
    width: 0.48rem;
    height: 0.48rem;
  }

  .job_tip {
    font-size: 0.29rem;
    padding-bottom: 0.7rem;
  }

  .job_item .job_describe,
  .job_item .job_describe:first-child {
    margin-top: 0.65rem;
  }

  .job_describe .title {
    font-size: 0.3rem;
    margin-bottom: 0.34rem;
  }

  p {
    font-size: 0.29rem;
    line-height: 0.62rem;
  }

  .job_btn_box {
    padding-top: 0.43rem;
    padding-bottom: 0.68rem;
  }

  .job_btn {
    padding: 0 0.34rem;
    font-size: 0.29rem;
    line-height: 0.74rem;

  }
}