/*职业发展*/
#job_development {
    padding: 30rem 30rem 20rem;
}

.job_development_tip {
    text-align: center;
    font-size: 28rem;
    font-weight: 400;
    color: #777777;
    line-height: 44rem;
    margin-top: 24rem;
}

.job_content_all {
    padding:30rem 0;
}

.flex_j_c_SP {
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.job_content_item {
    width: 48%;
    height: 455rem;
    position: relative;
    margin-right: 4%;
    margin-bottom: 20rem;
}

.job_content_item:nth-of-type(2n) {
    margin-right: 0;
}

.job_content_item_outside {
    width: 100%;
    height: 100%;
}

.job_content_item_outside:hover + .job_content_item_inside {
    opacity: 1;
}

.job_content_item_inside:hover {
    opacity: 1;
}

.job_content_item_inside {
    position: absolute;
    background-color: rgba(54, 43, 135, .85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 30rem;
    color: #fff;
    /* display: none; */
    opacity: 0;
    transition: 1s line-height;
}

.job_content_item_inside .icon {
    display: block;
    width: 39rem;
    height: 49rem;
    margin: 0 auto;
}

.job_content_item_inside .title {
    font-size: 24rem;
    text-align: center;
    font-weight: 400;
    line-height: 24rem;
    margin-top: 30rem;
}

.job_content_item_inside .article {
    width: 100%;
    min-height: 86rem;
    font-size: 20rem;
    margin: 18rem auto 0;
    line-height: 30rem;
    padding: 0 10rem;
}

.job_content_item_inside .sort {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 30rem;
    font-size: 28rem;
    line-height: 30rem;
}

/*福利薪酬*/
.welfare_info {
    margin-top: 60rem;
}

.welfare_info_item {
    width: 100%;
    min-height: 350rem;
    background: #FFFFFF;
    border: 1rem solid #E6E6E8;
    position: relative;
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.08);
    padding-top: 64rem;
    margin-bottom: 50rem;
}

.welfare_info_img {
    position: absolute;
    top: -52rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200rem;
    height: 200rem;
}

.welfare_info_title {
    font-size: 30rem;
    color: rgba(23, 23, 23, 1);
    text-align: center;
    margin-top: 50rem;
}

.welfare_info_content {
    font-size: 16rem;
    width: 100%;
    height: auto;
    padding: 0 30rem 30rem;
    color: rgba(119, 119, 119, 1);
    margin: 23rem auto 0;
    line-height: 35rem;
}

/*风采展示*/
#manifest {
    padding: 40rem 0;
    background-color: rgb(247, 247, 248);
}

.manifest_text {
    text-align: center;
    margin-top: 30rem;
    color: rgba(119, 119, 119, 1);
    padding: 0 30rem;
    font-size: 28rem;
    line-height: 44rem;
}

.manifest_btn_group {
    margin-top: 50rem;
    padding: 0 30rem;
}

.manifest_btn_item {
    width: 232rem;
    height: 54rem;
    background: #FFFFFF;
    border: 1rem solid #DFDFDF;
    border-radius: 10rem;
    font-size: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manifest_btn_item + .manifest_btn_item {
    margin-left: 22rem;
}

.manifest_btn_item:hover {
    background-color: rgba(54, 43, 135, 1);
    color: #fff;
}

.manifest_btn_item_active {
    background-color: rgba(54, 43, 135, 1);
    color: #fff;
}

#manifest .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 30rem;
    background: #FFFFFF;
    box-shadow: 0 0 16rem 0 rgba(0, 0, 0, 0.09);
}
.pc-banner-1 p,.pc-banner-2 p,.pc-banner-3 p{
	padding: 15rem 0;
}
.swiper-slide {
    text-align: center;
    padding: 0;
}

.swiper-slide > img {
    width: 100%;
    height: 550rem;
    margin: 0 auto;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.manifest_title {
    font-size: 20rem;
    font-weight: 400;
    color: #666666;
    line-height: 20rem;
    padding-top: 28rem;
    padding-bottom: 32rem;
}

/*加入沛嘉*/
#addPJ {
    padding: 0 30rem;
}

.addPJ_item {
    width: 100%;
    height: 381rem;
    padding-top: 60rem;
    padding-left: 66rem;
}

.addPJ_fun {
    margin-top: 30rem;
    color: #fff;
}

.addPJ_item:first-child {
    background-image: url("../../img/job/soc.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.addPJ_item:last-child {
    background-image: url("../../img/job/school.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.addPJ_item_title {
    font-weight: bold;
}

.addPJ_item_En {
    line-height: 18rem;
    height: 18rem;
    margin-top: 25rem;
}

.addPJ_item_button {
    margin-top: 60rem;
	width: 250rem;
}

.common_title {
    padding-top: 20rem;
}