body{
    background-color: #fff;
}
/*中间内容*/
 .place{
   
}

.banner-inner {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-wrapper {
    position: relative;
    height: 0;
    padding-top: 23.5%;
}


.banner-box{
    position:relative;
    /* width:100%; 
    height:100%; */
}
.banner-img-box{
    z-index: 1;
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*面包屑*/
.navigation-box{
    background-color: #fff;
    color:#999999;
    padding-bottom:15px;
}
.navigation-content{
    height:80px;
    line-height:80px;
    border-bottom: 1px solid #EEEEEE;
}
.navigation-item{
    font-size: 20px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
}
.navigation-end{
    font-size: 20px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.navigation-active{
    color:#21A63B;
    padding-bottom:27px;
    border-bottom:2px solid #21A63B;
}
.navigation-item:last-child{
    margin-right:0;
}
/*加入欧蒙*/
.content-content{
    background-color: #F9F9F9;
    padding:57px 0;
}
.join-box{
    margin:0 auto;
    text-align: center;
}
.join-title{
    font-size: 36px;
    font-weight: bold;
    color: #555555;
    line-height: 42px;
    margin-bottom:39px;
}
.search-img-box{
    width: 50px;
    height: 45px;
    background: #21A63B;
    opacity: 1;
    border: 1px solid #EEEEEE; 
    justify-content: center;
}
.search-img-box img{
    width:14px;
    height:15px;
}
.join-search-box{
    height:45px;
   width: 550px;
   margin:0 auto;
   margin-bottom:30px;
}
.search-input{
    height:45px;
    line-height:45px;
    flex:1;
    padding:0 20px;
}
.join-decs{
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin-bottom:10px;
}
.item-title{
    /* width: 42px; */
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    min-width:115px;
    background-color: #fff;
    text-align: center;
}
.item-title:hover{
    color:#21A63B;
}

.search-input{
    border: 1px solid #EEEEEE;
}
.search-item {
    border-bottom:1px solid #EEEEEE;
    background-color: #fff;
}
.search-title{
    background-color: #EEEEEE;
}

/*职位列表*/
.job-lists{
    margin-top:20px;
}
.job-item{
    padding:24px 27px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-right:12px;
    margin-bottom:13px;
}
.job-title-box{
    margin-bottom:30px;
}
.worry{
    color:#fff;
    line-height: 22px;
    background: #21A63B;
    font-size:12px;
    color:12px;
    text-align: center;
    padding:3px 6px;
}
.is-hot{
    width:22px;
    height:22px;
}
.job-title{
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    /* padding-left:10px; */
}
.job-desc-box{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}
.search-list{
    flex:1;
}
@media (max-width: 768px) {
    /*banner 和 导航*/
    .banner-title{
        font-size:20px;
    }
    .banner-wrapper {
        padding-top: 47%;
    }
    .banner-wrapper {
        position: relative;
        height: 0;
        padding-top: 23.5%;
    }
    .navigation-item,.navigation-end{
        font-size:16px;
    }
    .navigation-content{
        height:60px;
        line-height:60px;
    }
    .content-content{
        padding:18px 0;
    }
    .join-search-box{
        width:100%;
    }
    .join-title{
        font-size:18px;
        margin-bottom:18px;
    }
    .join-decs{
        font-size:16px;
    }
    .search-input{
        font-size: 16px;
    }
    .item-title{
        height:40px;
        line-height:40px;
        width:fit-content;
        padding:0 10px;
        min-width:110px;
    }
}
