.join_us_bg {
    width: 100%;
    height: 15rem;
    /*750/50*/
    background: url(../images/join/join_us_bg.jpg) center no-repeat;
    background-size: cover;
}


/*招聘信息*/

.join_intro>p {
    font-size: 0.32rem;
    /*16/50*/
    line-height: 2;
    color: #555555;
    margin-top: 0.8rem;
    /*40/50*/
}

.recruit>h3 {
    font-size: 0.44rem;
    /*22/50*/
    color: #555555;
    font-weight: bold;
    margin-top: 0.8rem;
    line-height: 1.8;
    overflow: hidden;
}

.recruit>h2 {
    font-size: 0.32rem;
    /*16/50*/
    color: #555555;
    line-height: 2;
}

.recruit>p {
    font-size: 0.32rem;
    /*16/50*/
    line-height: 2;
    color: #555555;
}

.recruit>h3 img {
    display: inline-block;
}