#bodyer{
    width: 100%;
    background: url("/web/img/about/403407.jpg") no-repeat center center;
    display: flex;
    justify-content: center;

}
.content{
    width: 1100px;
    min-height: 500px;
    display: flex;
    align-self: center;
}
.content-l{
    padding-top: 160px;
    width: 200px;
    display: flex;
    justify-content: center;
}
.content-l li{
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color:#fff;
    background: #000;
}
.content-l .li_active{
    background: rgb(30,188,169);
}
.content-r{
    width: 900px;
    margin-top: 80px;
    min-height: 620px;
    justify-content: center;
}
.content-r p{
    width: 650px;
    font-size: 15px;
    color:#fff;
    text-indent: 2rem;
    margin:0 auto;
    margin-top: 15px;
}
.software{
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 80px;
}
.software img{
    margin-left: 25px;
}

.recruit{
    margin-left: 120px;
}
.recruit table{
    margin-top: 20px;
    width: 750px;
    text-align: center;
    background: #f5f5f5;
    border-collapse: collapse;
}
.recruit table th{
    height: 45px;
    color:#FFF;
    background: #1EBCA9;
}
.recruit table td{
    font-size: 13px;
    height: 40px;
}
.recruit table td p{
    margin: 0 auto;
    width: 200px;

}
.recruit table tr:nth-child(odd){
    background: #efefef;
}
