/* ban图 */
.ban{
    width: 100%;
}
.ban img{
    width: 100%;
}
/* 中间导航 */
.nav{
    width: 100%;
    height: 60px;
    background-color: #ececec;
}
.nav-nr{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.nav-nrleft p{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
	color: #666666;
}
.nav-nrleft p img{
    margin-top: -2%;
}
.nav-nrleft span a{
    line-height: 60px;
    display: inline-block;
	font-size: 16px;
	color: #666666;
}
.nav-nrright{
    display: flex;
    justify-content: space-between;
}
.nav-nrright li{
    margin-left: 37px;
    line-height: 60px;
	font-size: 16px;
	color: #1a1a1a;
    position: relative;
}
.nav-nrright li::before{
    content: "";
    width: 0;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .5s;
}
.nav-nrright li:hover::before{
    content: "";
    width: 100%;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav-nrright a:nth-child(1) li{
    margin-left: 0;
}
/* 内容 */
.join{
    width: 100%;
    margin-top: 3%;
    padding-bottom: 6%;
}
.join-tit{
    width: 100%;
}
.join-tit h3{
	font-size: 38px;
	line-height: 50px;
	color: #dfdfdf;
    text-align: center;
    font-weight: 600;
}
.join-tit h4{
	font-size: 30px;
	line-height: 50px;
	color: #333333;
    text-align: center;
}
.recruit{
    width: 70%;
    margin: auto;
    margin-top: 4%;
}
.sj-nav{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  display: none;
}
.sj-nav a{
  width: 33.33%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #1a1a1a;
  transition: .5s;
}
.sj-nav a:hover{
  background: #4271ce;
  color: #fff;
}
/* 内容 */
.recruit .recruit-block {
    margin-bottom: 3%;
  }
  .recruit .recruit-block .recruit-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    padding: 25px 50px 25px 70px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .recruit .recruit-block .recruit-title .lt h4 {
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .recruit .recruit-block .recruit-title .lt p {
    font-size: 12px;
    color: #999;
  }
  .recruit .recruit-block .recruit-title .lt span {
    margin-right: 60px;
  }
  .recruit .recruit-block .recruit-title .lt span:last-child {
    margin-right: 0;
  }
  .recruit .recruit-block .recruit-title .lt .icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url('../images/zyx.png') no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.5s;
  }
  .recruit .recruit-block .recruit-title .lt .icon1 {
    background-position: 0 -16px;
  }
  .recruit .recruit-block .recruit-title .lt .icon2 {
    background-position: -20px -16px;
  }
  .recruit .recruit-block .recruit-title .lt .icon3 {
    background-position: -44px -16px;
  }
  .recruit .recruit-block .recruit-title .rt {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #cccccc;
  }
  .recruit .recruit-block .recruit-title .rt::after {
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 13px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    transition: all 0.5s;
    transform: rotate(45deg);
  }
  .recruit .recruit-block .recruit-content {
    display: none;
    padding: 45px 70px;
    box-shadow: 0 5px 10px rgba(0, 42, 71, 0.18);
  }
  .recruit .recruit-block .recruit-content h4 {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 700;
    padding: 2% 0;
  }
  .recruit .recruit-block .recruit-content p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  .recruit .act .recruit-title {
    background-color: #4271ce;
  }
  .recruit .act .recruit-title .lt h4 {
    color: #fff;
  }
  .recruit .act .recruit-title .lt p {
    color: #fff;
  }
  .recruit .act .recruit-title .lt .icon1 {
    background-position: 0 0;
  }
  .recruit .act .recruit-title .lt .icon2 {
    background-position: -20px 0;
  }
  .recruit .act .recruit-title .lt .icon3 {
    background-position: -44px 0;
  }
  .recruit .act .recruit-title .rt {
    background-color: #fff;
  }
  .recruit .act .recruit-title .rt::after {
    top: 16px;
    transform: rotate(-135deg);
  }
  @media (max-width:1600px) {

  }
  @media (max-width:1400px) {
  
  }
  @media (max-width:1300px) {
  
  }
  @media (max-width:1199px) {
      .nav-nr{
          width: 85% !important;
      }
      .qywh-nr a li .qywh-nrz h3{
          font-size: 22px;
      }
      .qywh-nr a li .qywh-nrz p{
          font-size: 18px;
      }
      .join{
          padding: 2% 0;
      }
      .join-nr{
          display: flex;
          flex-wrap: wrap;
      }
      .join-nrleft{
          width: 100%;
      }
      .join-nrright{
          width: 100%;
          margin-top: 2%;
      }
      .join-nrright h4{
          text-align: center;
      }
      .join-nrright h5{
          text-align: center;
      }
  }
  @media (max-width:990px) {
      .nav-nrright{
          display: none;
      }
      .sj-nav{
          display: flex;
      }
      .nav-nrright1 {
          display: flex;
          padding: 0 3.5%;
      }
      #act::before{
          display: none;
      }
      .zzkj-nr{
          padding: 2%;
      }
  }
  @media (max-width:767px) {
      .sj-nav a{
          font-size: 15px;
      }
      .nav-nrleft p{
          font-size: 14px;
      }
      .nav-nrleft span a{
          font-size: 14px;
      }
      .join-tit h3{
          font-size: 24px;
          line-height: 30px;
      }
      .join-tit h4{
          font-size: 18px;
          line-height: 50px;
      }
      .join-nr{
          padding-top: 5%;
      }
      .join{
          margin-top: 0;
      }
      .recruit .recruit-block .recruit-title {
        padding: 10px 20px;
      }
      .recruit .recruit-block .recruit-title .lt span {
        margin-right: 5px;
      }
      .recruit .recruit-block .recruit-content {
        padding: 20px;
      }
      .recruit {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 5%;
    }
    .join{
      padding: 2% 5% 5% 5%;
      margin: 0;
    }
  }