.container {
    width: 100%;
    min-height: 64vh;
    min-width: 1200px;
}

/* 顶部图 */
.topPic {
    position: relative;
    width: 100%;
}

.topPic img {
    width: 100%;
    height: 100%;
}

.topPic .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.topPic .text div {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 10px;
}

.topPic .text p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 10px;
}

/* 招贤纳士 */
.recruiting {
    width: 100%;
    padding-top: 90px;
    background-color: #f6fcf8;
    box-sizing: border-box;
}

.recruiting_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.recruiting_h {
    font-size: 16px;
    margin-bottom: 60px;
}

.recruit_box {
    width: 100%;
}

.recruit_box_title {
    width: 100%;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4EAEC;
    margin-bottom: 25px;
}

.recruit_box_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.recruit_box_content_top {
    width: 100%;
    padding-bottom: 45px;
}

.recruit_box_content_top div {
    font-weight: bold;
    margin-bottom: 15px;
}

.recruit_box_content_top p {
    font-size: 12px;
    line-height: 30px;
}