.joinUsBanmer {
    width: 100%;
    max-width: 1920px;
    position: relative;
    color: #fff;
    text-align: center;

}

* {
    box-sizing: border-box;
}

.joinUsBanmer>img {
    width: 100%;
}

.joinUs {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinUsBanmer>div {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

@media(min-width:1200px) {
    .joinUsBanmer h3 {
        font-size: 44px;
    }

    .joinUsBanmer p {
        font-size: 22px;
        margin-top: 15px;
    }

    .jobs {
        padding: 90px 30px 40px;
        display: flex;
        justify-content: space-around;
        width: 100%;
        background-color: #f7f7f7;
        max-width: 1640px;
    }

    .jobName {
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        width: 18.2%;

    }

    .jobRequire {
        width: 76%;
    }

    .jobName>div {
        font-size: 20px;
        text-align: center;
        color: #333;
        line-height: 80px;
        background-color: #fff;

    }

    .jobName>.clicked {
        background-color: #fc6c1e;
        color: #fff;
        font-weight: bold;
    }

    .jobRequire {
        background-color: #fff;
        padding: 20px 40px 80px;
        font-size: 18px;
        color: #666;
        line-height: 2;
    }

    .jobRequire>div {
        width: 100%;
        height: 100%;
        display: none;
    }

    .jobRequire>.show {
        display: block;
    }

    .jobRequire>div>div {
        margin: 18px 0;
    }
}

@media(max-width:1200px) {
    .joinUsBanmer h3 {
        font-size: 22px;
    }

    .joinUsBanmer p {
        font-size: 14px;
        margin-top: 5px;
    }

    .jobs {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        align-items: center;
        padding-top: 20px;
    }

    .jobName {
        background-color: #f7f7f7;
        display: flex;

    }

    .jobRequire {
        width: 76%;
    }

    .jobName>div {
        font-size: 16px;
        text-align: center;
        color: #333;
        line-height: 50px;
        background-color: #fff;
        padding: 0 10px;
        border-top: 1px solid #ccc;
    }

    .jobName>.clicked {
        background-color: #fc6c1e;
        color: #fff;
        font-weight: bold;
    }

    .jobRequire {
        background-color: #fff;

        font-size: 14px;
        color: #666;
        line-height: 2;
    }

    .jobRequire>div {
        width: 100%;
        height: 100%;
        display: none;
    }

    .jobRequire>.show {
        display: block;
    }

    .jobRequire>div>div {
        margin: 18px 0;
    }
}