@charset "utf-8";

html, body{
    margin:0;
    height: 100%;
}
ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    text-decoration:none;
}
p{
    margin:0;
    padding:0;
}
input,select{
    padding:0 8px;
    box-sizing: border-box;
    outline: none;
    font-size:16px;

}
*{
    font-family: "Microsoft YaHei","Source Han Sans CN", sans-serif;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: '\20';
    display: block;
    height: 0;
    visibility: hidden;
}

.container{
    width:1920px;
    margin:0 auto;
}
.hide{
    display:none !important;
}


body{
    background: #f7f7f7;
}



.container{
    width:1920px;
    margin:0 auto;
}




#top{
    background: url(../images/top.jpg) ;
    height:604px;
    position: relative;
    background-size:100% auto;
}


.nav {
    padding:0 50px;
    box-sizing: border-box;
}

.nav-logo{
    background: url(../images/top-logo.png) ;
    height:60px;
    width:603px;
    float: left;
    margin-top:40px;
    background-size:100% auto;
}
.nav-list{
    height:60px;
    line-height:60px;
    width:1000px;
    float: right;
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

#login_head_id{
    display: inline-block;
    min-width:390px
}

.nav-list a{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.nav-list a:hover{
    color: #000;

}

.nav-list > li{
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-size:18px;
    display: inline-block;
    margin-right:50px;
    position: relative;
}
.nav-home{
    /*font-weight: bold;*/
    font-size: 20px;
}
.nav-login{
    border: 1px solid #fff;
    width:54px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
}
.nav-sub{
    display:none;
    position: absolute;
    top:50px;
    width:200px;
    background: #ffffff80;
    left:50%;
    margin-left:-105px;
    padding:5px ;
    border-radius:  0 0 5px  5px ;
    font-size:14px;

}
.nav-list li:hover .nav-sub{
    display: block;
}
.nav-sub > li{
    height:36px;
    line-height:36px;
    color:#333;
}


.nav-sub > li:hover{
    color:#0253C7;
    background:url(../images/jj2.png) left center no-repeat;
    border-radius:0px 0px 0px 0px;

}


.nav-sub > li a{
    color:#333;
}

.nav-sub > li:hover a{
    color:#0253C7;
}

/*三级*/
.nav-sub li:hover .nav-sub1 {
    display: block;
}
.nav-sub1{
    display:none;
    /*display:block;*/
    position: absolute;
    top:50px;
    width:160px;
    background: #ffffff80;
    left:50%;
    margin-left:85px;
    padding:5px ;
    border-radius:  0 0 5px  5px ;
    font-size:14px;
}
.nav-sub1 > li{
    height:36px;
    line-height:36px;
    color:#333;
}


.nav-sub1 > li:hover{
    color:#0253C7;
    background:url(../images/jj2.png) left center no-repeat;
    border-radius:0px 0px 0px 0px;

}


.nav-sub1 > li a{
    color:#333!important;
}

.nav-sub1 > li:hover a{
    color:#0253C7!important;
}

.search{
    width: 1560px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.25);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    position:absolute;
    bottom:-36px;
    margin-left:50%;
    left:-780px;
}
.search-input{
    height: 72px;
    border:none;
    flex:1;
    padding-left:10px;
    background: url(../images/search-split.png) center right no-repeat;

}
.search-target{
    height: 72px;
    width:120px;
    border:none;
    margin-right: 10px;
}
.search-btn{
    width: 98px;
    height: 72px;
    background: url(../images/search.png) center center no-repeat #0253C7;
    border-radius: 0;
    border: none;
}

#news{
    height:478px;
    background: url(../images/bg1.png) ;
    background-size:100% auto;
}
.news-tabs{
    width:567px;
    display: flex;
    padding-top: 60px;
    margin: 0 auto;
}
.news-tabs li{
    width: 104px;
    height: 34px;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-bottom:10px;
    margin:10px 30px 0;
    cursor: pointer;

}
.tab-bar{
    width: 44px;
    height: 6px;
    background: linear-gradient( 90deg, #0253C7 0%, rgba(2,83,199,0.2) 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
    margin-left:50%;
    left:-22px;
    display: none;
}
li.active{
    color: #0253C7;
}
.active .tab-bar{
    display: block;
}


.news-cont{
    display: flex;
    flex-wrap: wrap;
    width:1560px;
    margin: 0 auto;
    gap:10px;
}
.news-box{
    flex: 1;
    min-width:700px;
    height:100px;
    gap:5px;
    margin-top:20px;
    display: flex;
    padding:20px 24px;
    background: #ffffff70;
}
.news-box:hover{
    background: #FFFFFF;
    box-shadow: 4px 4px 10px  rgba(0,0,0,0.25);
}
.news-box img{
    width: 134px;
    height: 100px;
}
.news-text{
    margin-top:20px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    text-align: left;
}
.news-time{
    margin-top:20px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: left;
}

#jobs{
    background:url(../images/bg11.png) ;
    background-size:100% auto;
    height:528px;

}
.jobs-title{
    width: 104px;
    height: 34px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin:0 auto;
    padding:35px 20px 25px;

}
.job-list{
    display: flex;
    gap:12px;
    flex-wrap: wrap;
    width:1560px;
    margin: 0 auto;
}
.job-list li{
    flex: 1;
    min-width:360px;
    height:160px;
    background: #FFFFFF;
    margin-top:10px;
    cursor:pointer
}
.job-name{
    width: 220px;
    height: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    text-align: left;
    float: left;
    margin:10px 10px;
}
.job-salary{
    width: 120px;
    height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #0253C7;
    line-height: 21px;
    text-align: right;
    float:right;
    margin:10px 10px;
}
.job-require{
    color:#aaa;
    padding-left:5px;
}
/*.job-place{*/
/*    margin:0 10px;*/
/*    color:#aaa;*/
/*}*/
/*.job-experience{*/
/*    margin:0 10px;*/
/*    color:#aaa;*/
/*}*/
/*.job-education{*/
/*    margin:0 10px;*/
/*    color:#aaa;*/
/*}*/
.job-line{
    border-top:1px solid #eee;
    border-bottom:0;
    border-left:0;
    border-right:0;
    margin:15px 0;
}
.job-company{

}

.job-company-logo{
    height:30px;
    line-height: 0;
    margin:0 10px;
    display: inline-block;
    vertical-align: middle;
}

.job-company-name{
    width:230px;
    margin:0 10px;
    height:30px;
    line-height:30px;
    font-size:18px;
    display: inline-block;
    vertical-align: middle;
}
.job-more{
    width: 60px;
    height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    margin:20px auto 0;
}

#company{
    height:381px;
    background: url(../images/bg13.png)  #f2f2f2;
    background-size:100% auto;
}
#company .container{
    width:1560px;
}


.company-name{
    width: 104px;
    height: 34px;
    font-weight: bold;
    font-size: 26px;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    margin:0 auto;
    padding:35px 20px;
}
.company-list{
    margin: 2px 20px;
}
.company-list li{
    width:220px;
    height:88px;
    line-height: 88px;
    display: inline-block;
    margin:20px 10px;
    text-align: center;
}
.company-list li img{
    max-width:180px;
    max-height: 70px;
    vertical-align: middle;
}

.company-list li:hover{
    background: #fff;
    box-shadow: 4px 4px 10px  rgba(0,0,0,0.25);
}

#recommend{
    height:446px;
    background: url(../images/bg12.png)  #f2f2f2;
    background-size:100% auto;
}

.recommend-title{
    width: 104px;
    height: 34px;
    font-weight: bold;
    font-size: 26px;
    color: #666;
    line-height: 30px;
    text-align: center;
    margin:0 auto;
    padding:35px 20px;
}
.stu-list {
    display: flex;
    gap:20px;
    width:1560px;
    margin: 15px auto 0;
}
.stu-list li{
    flex: 1;
    height:252px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 4px 4px 10px  rgba(0,0,0,0.25);
    cursor: pointer;
}
.stu-avartor{
    margin:30px auto 20px;
    border-radius: 40px;
    height: 80px;
    width:80px;

}
.stu-name{
    height: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    text-align: center;
}
.stu-experience{
    margin-top:10px;
    color:#aaa;
    font-size: 14px;
}
.split-txt{
    margin:0 6px;
}
.stu-instend{
    margin-top:15px;
    font-weight: 400;
    font-size: 14px;
    color: #0253C7;
    line-height: 16px;
    text-align: center;
}

#friend{

    height: 66px;
    line-height: 66px;
    background: #0253C7;
    border-radius: 0;
}
.friend-link{
    width:1560px;
padding:0 180px
}

.friend-link li{
    height:18px;
    font-size:16px;
    color:#fff;
    display: inline-block;
    margin-right:30px;
}
.friend-link li:last-child{
    margin-right: 0;
}

#footer{
    background: url(../images/footer.jpg)  no-repeat;
    background-size:100% auto;
}

.footer-content{
    width:1560px;
    margin: 0 auto;
    padding:50px 0;
    display: flex;
}
.footer-info{
    flex: 1;
    text-align: left;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
}
.footer-logo{
    flex: 1;
    text-align: center;
}
.footer-logo img{
    width:140px;
}
.footer-qrcode{
    flex: 1;
    text-align: center;
}
#copyright{
    text-align:center;
    font-size:12px;
    color:#fff;
    background:#333;
    padding:6px 0;
}





