@charset "UTF-8";
/*************简历模板 start**********/
.resume_banner{
    position:relative;
    width:100%;
    min-width:1400px;
    height:300px;
    overflow:hidden;
}
.resume_center{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:300px;
    background:url("../images/resume_banner.jpg") no-repeat center;
}
#position>span{padding:15px 0 5px;}
/*显式检索区 start*/
#kinds{
    width:100%;
    min-width:1400px;
    background:#fff;
    padding-bottom:10px;
    overflow:hidden;
}
.kinds_box{
    position:relative;
    overflow:hidden;
}
.kinds_nav{
    position:relative;
    width:100%;
    padding:10px 0;
    border-bottom:1px dashed #ddd;
    margin:0 auto;
    overflow:hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.kinds_search{
    position:relative;
    display: flex;
    justify-content:center;
    width:100%;
    padding:0 0 15px;
    overflow:initial;
}
.kinds_search input{
    width:450px;
    height:40px;
    line-height:30px;
    background:#fffafa;
    border-radius:5px;
    border:1px solid #fb5323;
    font-size:15px;
    padding:5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_search a{
    width:100px;
    background:#fb5323;
    border-radius:5px;
    color:#fff;
    line-height:40px;
    margin-left:15px;
    text-align: center;
}
.kinds_list{
    position:relative;
    width:100%;
    overflow:hidden;
}
.kinds_box .kinds_nav:last-child{
    border:0;
}
.kinds_list dt{
    position:absolute;
    left:0;
    top:0;
    width:80px;
    line-height:38px;
    font-size:16px;
    color:#000;
    overflow:hidden;
}
.kinds_list dd{
    position:relative;
    width:100%;
    padding:0 0 0 80px;
    overflow:hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.kinds_list dd a{
    float:left;
    height:28px;
    line-height:28px;
    border-radius:30px;
    padding:0 10px;
    margin:4px;
    transition:all 0.26s;
    overflow:hidden;
    cursor: pointer;
}
.kinds_list dd a:hover,
.kinds_list dd a.current{
    color:#fff;
    background:#fb5323;
}
/*显式检索区 end*/

/*列表 start*/
.resume_list{
    display:flex;
    flex-wrap: wrap;
}
.resume_list li{
    position:relative;
    width:calc((100% - 60px)/4);
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    margin:20px 20px 0 0;
    transition:all .5s ease;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.resume_list li:hover{
    box-shadow:0 16px 16px rgba(0,0,0,.1);
}
.resume_list li:nth-child(4n){
    margin-right:0;
}
.resume_list li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.resume_list li .c_up{
    position:relative;
    width:100%;
    height:360px;
    overflow:hidden;
}
.resume_list li .c_up i.mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    z-index:9;
}
.resume_list li:hover i.mask{
    opacity:.25;
}
.resume_list li .c_up i.icon_watch{
    position:absolute;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    width:50px;
    height:50px;
    background:url("../images/icon_watch.png") no-repeat center;
    background-size:cover;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transition: all .35s ease-out;
    z-index:10;
    opacity:0;
}
.resume_list li:hover i.icon_watch{
    transform:scale(1.2);
    opacity:0.8;
}
.resume_list li .c_up img{
    width:100%;
    transition: all .5s;
}
.resume_list li:hover .c_up img{
    transform:scale(1.12,1.12);
}
.resume_list li .c_down{
    position:relative;
    z-index:2;
    width:100%;
    padding:10px 10px 0;
    margin:0 auto;
    transition: all .6s;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.resume_list .c_down h4{
    width:100%;
    line-height:30px;
    color:#000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.resume_list .c_down p {
    width:100%;
    height:30px;
    line-height:30px;
    color:#888;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.resume_list .p_down{
    display:flex;
    width:100%;
    gap:20px;
    padding:0 10px 15px;
    margin-top:5px;
    overflow:hidden;
    box-sizing: border-box;
}
.resume_list .p_down span{
    display:inline-block;
    width:calc(50% - 10px);
    height:40px;
    line-height:40px;
    background:#fff7f7;
    border-radius:8px;
    border:1px solid #fb5323;
    color:#333;
    text-align:center;
    transition:all 0.3s;
    overflow:hidden;
    cursor: pointer;
}
.resume_list .p_down span i{
    display:inline-block;
    width:25px;
    height:25px;
    background:url("../images/video_collect1.png") no-repeat center;
    vertical-align:-6px;
    cursor:pointer;
}
.resume_list .p_down span.dian i{
    background:url("../images/video_collect2.png") no-repeat center;
}
.resume_list a.resume_btn{
    width:calc(50% - 10px);
    height:40px;
    line-height:40px;
    background:#fb5323;
    border:1px solid #fb5323;
    border-radius:8px;
    color:#fff;
    font-size:16px;
    text-align:center;
    transition:all 0.3s;
    overflow:hidden;
}
.resume_list a.resume_btn:hover{
    color:#fff;
    opacity:0.9;
}
/*列表 end*/
/*************简历模板 end**********/