.Job {
    padding: 126px 0 109px 0;
}

.Job li {
    float: left;
}

.Job li dl {
    margin-left: 57px;
}

.Job li dt {
    font-size: 26px;
    color: #262B2E;
    font-weight: bold;
    padding: 40px 0;
}

.Job li dt span,
.career dl dt span {
    font-family: Montserrat-Regular;
}

.Job li dd {
    width: 430px;
}

.Job li dd:nth-of-type(1) {
    font-size: 14px;
    color: rgba(38, 43, 46, .7);
    line-height: 28px;
}

.Job li dd a {
    display: block;
    width: 116px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(39, 43, 46, .1);
    color: #262B2E;
    font-weight: bold;
    float: left;
    margin-right: 54px;
    margin-top: 60px;
}

.career {
    background: #fff;
}

.career dl {
    text-align: center;
}

.career dl dt {
    font-size: 26px;
    color: rgba(38, 43, 46, 1);
    padding-top: 100px;
    font-weight: bold;
}

.career dl dd {
    width: 817px;
    font-size: 14px;
    line-height: 28px;
    color: rgba(38, 43, 46, .7);
    margin: 0 auto;
    padding-top: 47px;
}

.career ul {
    display: table;
    margin: 0 auto;
    padding: 90px 0 156px 0;
}

.career li {
    float: left;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(229, 229, 229, 1);
    text-align: center;
    line-height: 100px;
    margin-right: 189px;
    position: relative;
}

.career li::before {

    position: absolute;
    font-size: 14px;
    color: rgba(210, 102, 90, 1);
    font-weight: bold;
    bottom: -80px;
    width: 100px;
    text-align: center;
    left: 0;
}
.career li::after{
    content: " ";
    position: absolute;
     background:#E5E5E5;
    width: 192px;
    height: 2px;
    top: 52px;
    right: -192px;
  
}
.career li:nth-of-type(4)::after{
    height: 0px;
}
.career li:nth-of-type(1)::before {
    content: "培训体系";
}

.career li:nth-of-type(2)::before {
    content: "绩效考评";
}

.career li:nth-of-type(3)::before {
    content: "晋升机制";
}

.career li:nth-of-type(4)::before {
    content: "职业发展方向";
}

.career li:nth-of-type(4) {
    margin-right: 0;
}

.career li:hover {
    background: #f3f3f3;
    cursor: pointer
}

.life li {
    width: 480px;
    height: 320px;
    float: left;
}

.life li:nth-of-type(2) {
    background: -moz-linear-gradient(left, #bc001e, #e58e70);
    background: -webkit-gradient(linear, 0 60%, 100% 60%, from(#bc001e), to(#e58e70));
    background: -webkit-linear-gradient(left, #bc001e, #e58e70);
    background: -o-linear-gradient(left, #bc001e, #e58e70);
    
}

.life li dl{
    color: #fff;
    text-align: center;
}
.life li dt{
    font-size:20px;
    font-weight:500;
    padding-top: 80px;
}
.life li dd{
    font-size:14px; 
    width:280px;
    line-height:28px;
    margin: 0 auto;
    padding-top: 33px;
}

#life-box {
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    height: 640px;
}
.life{
    position: absolute;
    width: 1920px; 
    left: 50%;
    margin-left: -960px;
 

}