.jr_recuit .container .row {
    position: relative;
    /* width: 100%; */
    height: 370px;
    background: url(../../images/webimg/recruitment_banner.png) no-repeat center center;
    background-size: 100% 100%;
}

.jr_recuit .container .row .course_word {
    position: absolute;
    top: 50%;
}

.jr_recuit .container .row .course_eng {
    position: absolute;
    top: 59%;
}

.jx_gray .container .row {
    position: relative;
    height: 621px;
}

.jx_gray .container .row .gray_logo {
    position: absolute;
    background: url(../../images/webimg/recruitment_img_logo.png) no-repeat center center;
    width: 12.65%;
    height: 23.9%;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 27.9%;
}

.jx_gray .container .row .watch {
    position: absolute;
    left: 51.4%;
    transform: translateX(-50%);
    top: 55%;
    height: 4.6%;
    font-size: 26px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(136, 136, 136, 1);
}

@media screen and (max-width: 768px) {
    .jx_gray .container .row .gray_logo {
        width: 22.65%;
        height: 15.9%;
    }

    .jx_gray .container .row .watch {
        font-size: 18px;
    }
}