/* #header-ul a{
    color: #000;
} */
/* .active-head{
    border-bottom: 0 !important;
} */
.banner{
    width: 100%;
    height: 500px;
    background: url(../assets/zxns/banner.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -60px;
    z-index: -99;
}
/* 招聘岗位 */
.zpgw{
    width: 100%;
    padding: 60px 0;
}
.zpgw-con{
    width: 100%;
    margin-top: 30px;
}
.zpgw-con-t{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zpgw-con-t>.gw{
    /* color: #fff; */
    font-size: 16px;
    margin-right: 50px;
    padding-bottom: 15px;
    cursor: pointer;
    
}
.gw-active{
    color: #1677ff;
    border-bottom: 3px solid #1677ff;
    padding-bottom: 15px;
}
.zpgw-con-text{
    margin-top: 1px;
    display: none;
}
.zpgw-con-text-top{
    width: 92%;
    height: 188px;
    background: url(../assets/zxns/zpgw-top.png) no-repeat center;
    background-size: cover;
    display: flex;
    padding: 0 4%;
}
.zpgw-con-text-top-l{
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.zpgw-con-text-top-l>div{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.zpgw-con-text-top-l>ul{
    display: flex;
    margin-top: 30px;
}
.zpgw-con-text-top-l>ul>li{
    width: 64px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;;
    text-align: center;
    background-color: rgb(226, 237, 249);
    color: rgb(69, 107, 180);
    margin-right: 10px;
    font-size: 12px !important;
}
.zpgw-con-text-top-r{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: right;
    width: 50%;
    padding-top: 5%;
}
.zpgw-con-text-con{
    width: 100%;
    height: 800px;
    background: url(../assets/zxns/zpgw-text.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    
}
.zpgw-con-text-con-block{
    display: block !important;
}
.span-blue{
    font-size: 24px;
    border-left: 5px solid #1677ff;
    padding-left: 10px;
    margin-top: 60px;
}
.span-blue:first-of-type{
    margin-top: 0;
}
.yaoqiu{
    padding-left: 80px;
    margin-top: 40px;
}
.yaoqiu>ul>li{
    font-size: 16px;
   
    margin-bottom: 20px;
}
