
.nav ul li:nth-child(6) a{
    color:#288ece;}
    .nav ul li:nth-child(6) {
        border-bottom: 1px solid #288ece;
    }
.nav ul li a {
    color: #c5c6c5;
    font-size: 16px;

}
/* .nav ul li:hover a {
    color:#288ece;
} */
.nav ul li {
    height:38px ;
}
/* .nav ul li:hover{

    border-bottom: 1px solid #288ece;

} */
.nav ul li:nth-last-child(1){
   
    font-weight: 700;
    margin-right: 0;
}
.nav ul li:nth-last-child(1) a {
    color: #288ece;
}



.synopsis {
    position: relative;
   /* height: 1548px; */
    /* background: url(../images/beibei_02.jpg) no-repeat; */
   
}

.navigation ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.navigation ul li{
    float: left;
    width: 150px;
    height: 50px;
    font-size: 16px;
    margin-right: 1px;
    background-color: #aab0b7;
    opacity: 0.7;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;

}
.navigation ul li:nth-child(2){
    height: 50px;
    margin:0 11px;
    background-color: #fff;
  
    opacity: 1;
    border-top:2px solid #288ece;
}
.navigation ul li:nth-child(2) a{
    color: black;
}

.honor {
    width: 1200px;
    margin: 0 auto;
  
  
}
.honor-top {
    height: 364px;
    /* background-color: #595959; */
    overflow: hidden;
}
.honor-top h2 {
    margin-top: 100px;
    font-size: 90px;
    text-align: center;
    color: #e6e6e6;
    font-weight: 700;
    line-height: 90px;
}
.honor-top  p {
    /* font-weight: 700; */
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
}
.honor-top img{
    margin-left: 533px;
}



/* 招聘表 */
.table-show {
    width: 1200px;
    /* background-color: #ccc; */
    /* height: 990px; */
    border: 1px solid #e6e6e6;

}

.table-show>.table-show-top>li {
    text-align: center;
    height: 62px;
    line-height: 62px;
    float: left;
    width: 199px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6 ;
    font-size: 16px;

}
.table-show>.table-show-top>li:nth-last-child(1){
    border-right: none;
}
.table-show .table-show-bottom>li {
    float: left;
    text-align: center;
    height: 56px;
    border-bottom: 1px solid #e6e6e6 ;
    width: 200px;
    line-height: 56px;
    font-size: 14px;
    color: #a9a9a9;
}
.table-show .table-show-bottom>li:nth-last-child(1){
   font-size: 20px;
   color: #288ece;
   cursor: pointer;
}
.require {
    padding: 40px 50px;
    height: 335px;
    border-bottom: 1px solid #e6e6e6;
}
.require-content {
    border-bottom: 1px solid #e6e6e6;
}

.require-content h6 {
    margin-top: 20px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf;
}
.require  .require-content:nth-child(2){
    margin-top: 20px;
    border-bottom: none;
}
.honor>p {
    margin-top: 50px;
}
.honor>p>span{
    color: #288ece;
    border-bottom: 1px solid #288ece;
}
