/* 灵活用工背景 */
.using_labor_bg{
    position: relative;
    width: 100%;
    height: 640px;
    background: url("../images/flexibleUsingLabor/using_labor_bg.png") no-repeat center;
    background-size: 100% 640px;
}

.using_labor_bg>p{
    width: 388px;
    height: 100px;
    border: 2px solid #AEAEAE;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 100px;
    font-size: 64px;
    color: #AEAEAE;
}

/* 灵活用工 */
.fexible{
    background: #262626;
    padding: 10px calc(50% - 700px) 70px calc(50% - 700px);
}

.fexible_box{
    height: 319px;
    margin-top: 40px;
    border-radius: 6px;
    overflow: hidden;
}

.fexible_box::after{
    content: '';
    clear: both;
    display: block;
}

.fexible_desc{
    width: 50%;
    height: 100%;
    padding: 80px 97px 80px 103px;
    line-height: 32px;
    color: #E5E5E5;
    background: #191919;
    float: left;
}

.fexible_img{
    width: 50%;
    height: 100%;
    float: left;
}

.fexible_img>img{
    width: 700px;
    height: 100%;
    opacity: 0.7;
}

/* 业务适用差异 */
.business{
    background: #191919;
    padding: 40px calc(50% - 700px) 70px calc(50% - 700px);
}

.business_table{
    width: 100%;
    color: #E5E5E5;
    border: 1px solid #474747;
    text-align: center;
}

.business_table>tbody>tr>td{
    width: 33.33%;
    height: 80px;
    border-bottom: 1px solid #474747;
}

.first_tr{
    background: #303030;
    opacity: 0.7;
}

/* 委托代征优势 */
.fexible_box_2{
    height: 367px;
    margin-top: 40px;
    border-radius: 6px;
    overflow: hidden;
}
.fexible_img_2{
    width: 50%;
    height: 100%;
    float: left;
}
.fexible_img_2>img{
    width: 700px;
    height: 100%;
    opacity: 0.7;
}

.entrust_desc{
    width: 50%;
    height: 100%;
    float: left;
    color: #E5E5E5;
    background: #191919;
    padding: 48px 100px;
    line-height: 32px;
}

.entrust_title{
    font-size: 20px;
    color: #947355;
}