/************顶部背景图片**************/
#join_background {
    /*height: 410px;*/
}

#join_background .jumbotron {
    height: 410px;
    background: url("../images/join_top_background2.jpg")  no-repeat 0 0;
}

#join_background .jumbotron h1 {
    font-size: 50px;
    margin: 0 60px 20px;
    color: #000000;
}

@media(max-width: 767px) {
    #join_background .jumbotron {
        height: 220px;
        background: url("../images/join_top_background2_phone.jpg")  no-repeat 0 0;
    }

    #join_background .jumbotron h1 {
        font-size: 30px;
        margin: 0 30px 10px;
        color: #000000;
    }
}


/************顶部背景图片**************/

/**********************加入我们**************************/
#join_body .row p {
    margin-top: 30px;
    font-size: 20px;
}




/**********************加入我们**************************/