.recruiting_banner {
    font-size: 0;
    position: relative;
}
.recruiting_banner img{
    width: 100%;
    height: auto;
}







.recruiting_banner .layer{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
   z-index: 9;
  
  }
  
  
  
  
  .recruiting_banner .box{
    width: 100%;
    height: 150px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    text-align: center;
   z-index: 10;
    
  }
  
  .recruiting_banner  .box h3{
    font-size: 55px;
    margin-bottom: 10px;
  }
  
  .recruiting_banner  .box h5{
    font-size: 30px;
    text-transform: uppercase;
    font-weight:100;
  
  }
  











.job{
    width: 100%;
    height: 1300px;
    display: block;
    margin: 0 auto;
    background-color: #efefef;
    overflow: hidden;
}


.job .jobs{
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}
.job .jobs h3{
    font-size: 34px;
    color: #0536aa;
    text-align: center;
   
}

.job .jobs h5{
    font-size: 14px;
    color: #5b5b5b;
    text-transform: uppercase;
    margin: 18px 0 60px 0;
    text-align: center;
}


.job .jobs ul{
    width: 1200px;
    height: 780px;

}


.job .jobs ul li{
    float: left;
    width: 380px;
    height: 240px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 50px;
    padding-top: 30px;
    box-sizing: border-box;
    margin: 0 30px  30px 0;
    box-shadow: 5px 5px 15px rgba(67, 72, 84, 0.5);
    transition: transform 0.4s ease;
}

.job .jobs ul li:hover{
    transform: translate(-10px,-10px);
}















.job .jobs ul li:nth-child(3),li:nth-child(6),li:nth-child(9){
    margin-right: 0!important;
}

.job .jobs ul li:nth-child(9){
    width: 380px;
    height: 240px;
    background: url(../picture/recruiting/recruiting_jobs.png)no-repeat no-repeat center;
   padding-top: 150px;
}





.job .jobs ul li img{
  width: 38px;
  height: 38px;
  line-height: 38px;
  float: left;
  display: block;
}

.job .jobs ul li h6{
   padding-left: 55px;
   height: 38px;
   line-height: 38px;
   font-size: 30px;
}


.job .jobs ul li span{
    font-size: 20px;
    color: #7a7a7a;
}
.job .jobs ul li button{
    width: 140px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background-color: #0536aa;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;

}





.recruiting01 {
    font-size: 0;
}
.recruiting01 img{
    width: 100%;
    height: auto;
}



.salary{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.salary .salarys{
    width: 1200px;
    height: 780px;
    display: block;
    margin: 0 auto;
    padding-top: 95px;
    box-sizing: border-box;
}


.salary .salarys h3{
    font-size: 34px;
    color: #0536aa;
    text-align: center;
}

.salary .salarys h5{
    font-size: 14px;
    color: #5b5b5b;
    text-transform: uppercase;
    margin: 18px 0 60px 0;
    text-align: center;
}


.salary .salarys  ul{
    width: 1200px;
    height: 440px;
}

.salary .salarys  ul li{
    width: 240px;
    height: 220px;
    float: left;
}















.environment{
    width: 100%;
    height: 616px;
    display: block;
    margin: 0 auto;
    background-color: #efefef;
    padding-top: 50px;
}


.environment .environments{
    width: 1200px;
    display: block;
    margin: 0 auto;
}


.environment .environments h3{
    font-size: 34px;
    color: #0536aa;
    text-align: center;
}


.environment .environments h5{
    font-size: 14px;
    color: #5b5b5b;
    text-transform: uppercase;
    margin: 18px 0 60px 0;
    text-align: center;
}


.environment .environments .swiper-container{
    width: 1200px;

    overflow: hidden;
}

.environment .environments .swiper-container .swiper-slide{
    width: 623px;
    height: 348px;
}


.environment .environments .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}