/* 劳务外包背景 */
.labor_bg{
    position: relative;
    width: 100%;
    height: 640px;
    background: url("../images/laborOutsourcing/labor_bg.png") no-repeat center;
    background-size: 100% 640px;
}

.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;
}

/* 业务适用差异 */
.business{
    padding: 30px calc(50% - 700px) 72px calc(50% - 700px);
    background: #191919;
}

.labor_desc{
    padding: 0% 28%;
    margin-top: -10px;
    margin-bottom: 40px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #E5E5E5;
    text-align: center;
}

.business_table{
    width: 100%;
    color: #E5E5E5;
    border: 1px solid #474747;
    text-align: center;
    font-size: 16px;
}

.business_table>tbody>tr>td{
    width: 33.33%;
    height: 80px;
    border-bottom: 1px solid #474747;
}


/* 解决方案 */
.labor_program{
    background: #262626;
    padding: 26px calc(50% - 700px) 57px calc(50% - 700px);
}


.labor_program_box::after{
    content: '';
    clear: both;
    display: block;
}

.labor_program_bg{
    width: 850px;
    height: 275px;
    float: left;
    background: url("../images/laborOutsourcing/labor_program_bg.png") no-repeat center;
    background-size: 850px 275px;
}

.labor_program_bg>img{
    width: 787px;
    height: 197px;
    margin-left: 31px;
    margin-top: 39px;
}

.labor_program_desc{
    float: left;
    width: calc(100% - 850px);
    padding-left: 50px;
    padding-top: 78px;
    line-height: 26px;
    font-size: 16px;
    color: #E5E5E5;
}

/* 方案对比 */
.contrast{
    background: #191919;
    padding: 10px calc(50% - 700px) 30px calc(50% - 700px)
}

.contrast_table{
    width: 100%;
    color: #E5E5E5;
    border: 1px solid #474747;
    margin: 43px 0 70px 0;
}

.first_tr{
    background: #303030;
    opacity: 0.7;
}

.contrast_table>tbody>tr>td{
    height: 80px;
    padding: 20px 50px;
    border: 1px solid #474747;
}
