div {

}


/* .product-image {
    height: 500px;
    width: 100%;
} */

.banner {
    width: 100%;
}

.banner-list {
    position: relative;
}

.banner-list>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 5;
}

.banner-list>p {
    position: absolute;
    top: 38%;
    left: 12%;
    color: rgba(251, 251, 251, 100);
    font-size: 30px;
    z-index: 10;

}

.banner-list>span {
    position: absolute;
    top: 51%;
    left: 12%;
    color: #fbfbfb;
    font-size: 30px;
    z-index: 10;

}

.talent {
    overflow: hidden;
}

.talent .product-image {
    height: auto;
    width: 100%;
}

.talent .product-image-phone {
    display: none;
}


/* 岗位招聘 */

.post,
.post-target-content {
    width: 1200px;
    margin: 0 auto;
}

.post-list {
    padding-top: 15px;
    color: #A8071A;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post-list>img {
    width: 14px;
    height: 14px;
}

.post-list span {
    padding-left: 3px;
}

.post-list span a {
    color: var(--theme-color);

}

.content_wrap .title {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;

    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 0px;
}

.content_wrap p:first-child {
    border: 0;
    padding-top: 0;
}

.content_wrap p:last-child {
    margin-bottom: 50px;
}

.content_wrap .title:nth-child(2) {
    border-top: 1px solid #f5f5f5;
    padding-top: 50px;
}

.content_wrap p {
    margin-bottom: 8px;
    font-size: 16px;
    color: rgba(16, 16, 16, 100);
}

.position-content {
    padding: 25px 0;
    border-top: 1px solid #f5f5f5;
}

.position-content>p {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;

    margin-bottom: 20px;
}

.position-content div p {
    margin-bottom: 8px;
    font-size: 16px;
    color: rgba(16, 16, 16, 100);
}

.post-target {
    background: #F7F7F7;
}

.post-target-content {
    padding: 39px 0 59px 0;
}

.post-target-content p {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}

.post-target-content span {
    color: var(--theme-color)
}