
#customers{
    width: 60%;
    margin: 0px auto;
    border-collapse:collapse;
    position: relative;


}
.job_mian{
    padding-bottom: 5%;
}
#customers tr{
    width: 20%;
    margin: 0px auto;
    text-align: center;
    height: 50px;
    color: #284157;
    z-index: 99;


}
.job_thth th{
    padding-top: 2.5%;
}
#customers tr th{

    font-size: 20px;
  }
#customers tr td{
    border-bottom:1px solid #818e9d;

width: 20%;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.job_zhiwei{
    background-color: #eeeeee;
}
#job_leftt{
}
.job_name{

    font-size: 20px;

}
.job_name a{
    color: #274056;
}
.job_name a:hover{
    color: #333333;
}
.job_name a:link{
    color: #274056;
}
.job_name a:visited{
    color: #274056;
}
.job_mian{
    position: relative;
}
.job_sol{
    width: 100%;
    height:  70px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0px;
    z-index: -1;

}
.job_sols{
    width: 13%;
    height:  95%;
    background-color: #eeeeee;
    position: absolute;
    top: 0px;
    left: 19%;
    z-index: -1;

}
.job_thth{
    width: 100%;
}

.abss_te{
    z-index: 2;
}



@media screen and (max-width:1450px){
    #customers {
        width: 80%;}
    .job_sols {
        width: 18%;
        height: 97%;
        background-color: #eeeeee;
        position: absolute;
        top: 0px;
        left: 8%;
        z-index: -1;
    }
}
@media screen and (max-width:950px){


}
@media screen and (max-width:950px){
    .job_sols {
        width: 21%;
        height: 99%;
        background-color: #eeeeee;
        position: absolute;
        top: 0px;
        left: 3%;
        z-index: -1;
    }
    .job_name{

        font-size: 14px;

    }
    #customers tr th{

        font-size: 15px;
    }
    #customers {
        width: 90%;}

}
@media screen and (max-width:680px){

    .abouts_nav ul li a{
        font-size: 14px;
    }
    .abouts_nav ul li {
        padding: 15px 0px 15px 0px;
        margin-left: 5px;
    }
    .abss_te {
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 10%;}
    .abouts_nav {
        position: relative;
        width: 100%;
        height: 55px;}
    .abouts_nav ul {
        width: 100%;
        text-align: center;
        margin: 0px auto;
        display: flex;
        justify-content: center;


    }

}