html,body{
    min-width: 1200px;
    background: #fff;
}
nav{
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top:0;*/
    /*bottom:0;*/
    background: #fff;
}
.line{
    height: 10px;
    background: #252525;
    max-width: 1920px;
    min-width: 1200px;
}
.banner{
    max-width: 1920px;
    margin: 0 auto;
    /*background: url(../images/banner.jpg) no-repeat center top;*/
    /*height: 598px;*/
    position: relative;
    z-index:3;
}
.bannerCon{
    max-width: 1920px;
    margin: 0 auto;
    height: 550px;
    position: relative;
    z-index:3;
    background: url(../images/banner2.jpg) no-repeat center top;
}
.banner1{
    background: url(../images/banner3.jpg) no-repeat center top;
}
.content-text{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-top: 40px;
}
.content-text>img{
    position: relative;
    z-index: 4;
}
.content{
    overflow: hidden;
    background: url(../images/bg.png) no-repeat center bottom;
    max-width: 1920px;
    margin: 0 auto;
    /*min-height: 752px;*/
}
.left-con{
    float: left;
    margin-left: 0;
    width: 238px;
    position: relative;
}
.left-con ul li{
    background: url(../images/left-bg.png) no-repeat center;
    width: 271px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 6px;
    position: relative;
    /*text-align: center;*/
    text-indent: 40px;
    color: #fff;
    font-size: 16px;
    transition: all 0.45s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}
.left-con ul li span{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 3;
}
.left-con ul li:hover,.left-con ul li.act{
    background: url(../images/left-act.png) no-repeat center;
}
.left-con ul li i{
    width: 131px;
    height: 30px;
    position: absolute;
    left: -35px;
    top: -5px;
}
.left-con ul li.act i,.left-con ul li:hover i{
    background: url(../images/left-actbg.png) no-repeat center;
}
.right-con{
    float: right;
    width: 906px;
    position: relative;
}
.search-title{
    height: 50px;
    line-height: 50px;
    padding:  0 40px;
    font-size: 16px;
    background:#e6061f;
    color: white;
}
.search-con{
    padding:0 40px;
    background: #fff;
}
.search-con .item{
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    padding: 5px 0;
}
.search-con .item label{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
    float: left;
    width: 100px;
}
.item-list li{
    float: left;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 26px;
    background: #aaaaaa;
    color: white;
    font-weight: bold;
    min-width: 35px;
    text-align: center;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 15px;
}
.item-list li.act,.item-list li:hover{
    box-shadow:1px 2px 4px 0px #404040;
    background: #e6061f;
}
.city-label{
    display: inline-block;
    background: url(../images/city-label.png) no-repeat center;
    width: 14px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 8px;
}
.type-label{
    display: inline-block;
    background: url(../images/type-label.png) no-repeat center;
    width: 13px;
    height: 23px;
    vertical-align: text-bottom;
    margin-right: 8px;
}
.search-input{
    margin-top: 3px;
    height: 42px;
    width: 260px;
    border: 1px solid #cdd1d6;
    border-radius: 6px 0 0 6px;
    padding-left: 10px;
    display: block;
    float: left;
    outline: none;
}
.search-btn{
    margin-top: 3px;
    width: 50px;
    display:block;
    float: left;
    background: #cdd1d6;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #e6061f;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.jobs>table{
    background: white;
}
.thead td{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background:#d34426;
    color: white;
    text-align: center;
}
.job-title{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.job-title i{
    display: inline-block;
    background: url(../images/l.png) no-repeat center;
    width: 25px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}
.job-title:hover i{
    background: url(../images/l-c.png) no-repeat center;
}
.td-con{
    background: #f5f5f5;
    margin-top: 1px;
}

#JobSearchShow{
    border-top: 1px solid #dbdee8;
    border-bottom: 4px solid #dbdee8;
    padding: 5px 0;
    border-spacing: 2px;
    border-collapse: separate;
}
#JobSearchShow .tbody td{
    height: 42px;
    /*line-height: 55px;*/
    /*border-bottom: 1px solid #dbdee8;*/
    text-align: center;
    font-size: 16px;
}


.sub-nav{
    width: 1000px;
    margin: 0 auto;
}
.sub-nav li{
    float: left;
    width: 172px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    /*background: #e6061f;*/
    border-radius: 24px;
    margin: 0 39px;
    margin-top: 13px;
    color: #333333;
    cursor: pointer;
}
.sub-nav li.act,.sub-nav li:hover{
    background: #e6061f;
    color: white;
}
.part{
    padding: 30px 0 60px;
    background: #fff;
    margin-bottom: 4px;
}
.part-title{
    color:#e6061f;
    font-size: 18px;
    margin-bottom: 60px;
}
.part-con{
    text-align: center;
    position: relative;
}

.copyright{
    height: 60px;
    line-height: 60px;
    max-width: 1920px;
    text-align: center;
    font-size: 14px;
    background: #d34427;
    color: #ffffff;
    margin: 0 auto;
}
