.banner{
    position: relative;
    background: url('../images/banner_zp_bg.jpg') no-repeat center;
    background-size:cover;
}
.banner .bg{
    position: relative;
    padding:160px 0 70px;
    background: linear-gradient(25deg, rgba(6,199,85,0) 60%, rgba(6,199,85,0.85));
}
.banner_con{
    display: flex;
    justify-content: flex-end;
}
.banner_con .join{
    width: 640px;
    background-color: #fff;
    padding:80px 60px;
}
.join .title{
    font-weight: 600;
    font-size: 56px;
    color: #030712;
    line-height: 66px;
    letter-spacing: 10px;
}
.join .desc{
    margin-top: 8px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 24px;
    color: #06C755;
    line-height: 36px;
}
.job_tit{
    font-weight: 600;
    font-size: 24px;
    color: #09090B;
}
.daiyu{
    margin-top: 8px;
    line-height: 24px;
    color:#181818;
    font-size: 16px;
}
.job_info{
    margin-top: 40px;
}
.job_info .tit{
    color:#181818;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.job_info p{
    position: relative;
    color:#181818;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
}
.job_info p::before{
    content:'';
    position: absolute;
    top:10px;
    left:10px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #181818;
}
.job_desc{
    margin-top: 40px;
}
.job_desc p{
    color:#181818;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 780px) {

}