.container{width: 1200px;}
.box_jt{border-bottom: 1px solid #f4f4f4}
/***banner***/
.banner{
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.banner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/***下载列表***/
.box_load{
    min-width: 1200px;
}
.box_load .item{
    height: 185px;
    /*line-height: 125px;*/
    border-bottom: 1px solid #f6f6f6;
    padding:  30px 0;
}
.box_load .item img{
    width: 170px;
    height: 125px;
    margin-right: 40px;
}
.box_load .item button{
    width: 125px;
    height: 40px;
    line-height: 40px;
    margin-top: 42px;
    float: right;
    background-color: #00923f;
    color: #fff;
    border: 0;
}
.box_load .item img,.box_load .item p{
    float:left;
}
.box_load .item p{
    margin-top: 42px;
    font-size: 12px;
    color: #999999;
}
.box_load .item p b{
    font-size: 18px;
    color: #333333;
}
.box_load .item p time{
    font-size: 14px;
    color: #666666;
}

/***社会招聘***/
.box_zp{
    min-width: 1200px;
}
.box_zp_hd{
    padding: 40px 0;
    border-top: 1px solid #f2f2f2;
    text-align: center;
}
.box_zp_hd dl{
    position: relative;
    display: inline-block;
    margin: 0;
}
.box_zp_hd dl .input-sm{
    width: 190px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.box_zp_hd dl dt{
    width: 190px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.box_zp_hd dl dt i{
    margin-top: 3px;
}
.box_zp_hd dl dd{
    display: none;
    position: absolute;
    width: 190px;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.box_zp_hd dl dd ul li{
    padding: 0 15px;
    text-align: left;
}
.box_zp_hd dl dd ul li:hover{
    background-color: #00923f;
    color: #fff;
}
.box_zp_hd button{
    width: 68px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00923f;
    color: #fff;
    border-radius: 3px;
    border: 0;
}
.box_zp_bd .item{
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.box_zp_bd .item:first-child{
    background-color: #00923f;
    color: #fff;
}
.box_zp_bd .item:first-child .item_ul:hover{
    background-color: #00923f;
}
.box_zp_bd .item:first-child .item_ul li:first-child{
    font-size: 14px;
}
.box_zp_bd .item .item_ul li:first-child{
    font-size: 18px;
}
.box_zp_bd .item.active ul.item_ul{
    background-color: #f8f8f8;
}
.box_zp_bd .item ul.item_ul{
    line-height: 60px;
    height: 60px;
    cursor: pointer;
}
.box_zp_bd .item ul.item_ul:hover{
    background-color: #f8f8f8;
}
.box_zp_bd .item ul.item_ul li{
    width: 20%;
    float: left;
    text-align: center;
}
.box_zp_bd .item.active .item_div{
    display: block;
}
.box_zp_bd .item i{
    color: #999999;
}
.box_zp_bd .item.active i{
    color: #00923f;
    font-weight: bolder;
    display: inline-block;
    margin-top: 5px;
}
.box_zp_bd .item .item_div{
    padding: 0 50px;
    display: none;
    border-top: 1px solid #f1f1f1;
}
.item_div >ul{
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #e4e4e4;
}
.item_div >ul li{
    width: 17%;
    margin-left: 3%;
    float: left;
    padding-left: 10px;
    line-height: 30px;
}
.item_div >ul li span{
    color: #999;
    font-size: 14px;
}
.item_div >ul li time{
    font-size: 18px;
}
.item_div >div{
    padding: 35px 0 50px;
    border-bottom: 1px solid #e4e4e4;
}
.item_div .box_item{
    float: left;
    width: 50%;
    padding: 0 40px 0 58px;
}
.item_div .box_right{
    border-left: 1px solid #e4e4e4;
}
.item_div .box_item h5{
    margin-left: -18px;
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 24px;
}
.item_div >div ol{
    list-style-type:none;counter-reset:sectioncounter;
}
 ol li{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    list-style: inherit;
}
.item_div >div ol li:before {
    position: absolute;
    margin-left: -18px;
    content:counter(sectioncounter) "、";
    counter-increment:sectioncounter;
}
.item_div button{
    background-color: #00923f;
    color: #fff;
    width: 125px;
    height: 40px;
    line-height: 40px;
    border: 0;
    margin:  35px 0 35px 40px;
}
.item.active .item_div button i{
    color: #fff;
    margin: 0;
}


/***投递简历（弹出层）***/
.mark{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.floatBox{
    width: 960px;
    height: 580px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top: -290px;
    padding: 60px 70px 0 70px;
}
.floatBox h5{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.floatBox h5 small{
    font-size: 14px;
    color: #4f4f4f;
    margin-left: 16px;
}
.floatBox ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.floatBox ul li input{
    height: 45px;
    line-height: 45px;
    border: 1px solid #dbdbdb;
    color: #999;
    padding: 0 20px;
    width: 100%;
}
.floatBox ul li input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999;}
.floatBox ul li input:-moz-placeholder, textarea:-moz-placeholder { color: #999;}
.floatBox ul li input::-moz-placeholder, textarea::-moz-placeholder {color: #999;}
.floatBox ul li input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}
.floatBox ul li:nth-child(3n){
    margin-right: 0;
}
.floatBox textarea{
    border: 1px solid #dbdbdb;
    height: 130px;
    width: 100%;
    margin-bottom: 16px;
    padding: 10px 20px;
}
.floatBox label{
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}
.floatBox label input[type=file]{
    display: inline-block;
    position: absolute;
    width: 75px;
    margin-top: 8px;
    margin-left: 375px;
}
.floatBox label input[type=text]{
    height: 45px;
    line-height: 45px;
    border: 1px solid #dbdbdb;
    color: #999;
    padding: 0 20px;
    width: 460px;
}
.floatBox label span{
    color: #999999;
    margin-left: 10px;
}
.floatBox p input{
    height: 45px;
    line-height: 45px;
    border: 1px solid #dbdbdb;
    color: #999;
    padding: 0 20px;
    width: 160px;
}
.floatBox p button{
    width: 230px;
    height: 45px;
    background-color: #00923f;
    color: #fff;
    border: 0;
}
.floatBox p img{
    width: 90px;
    height: 45px;
    margin: -2px 20px 0;
    border: 1px solid #dbdbdb;
}
.floatBox i.icon-chacha{
    position: absolute;
    color: #00923f;
    font-size: 40px;
    right: 28px;
    top: 28px;
    cursor: pointer;
}



.footer,.footer_address{
    min-width: 1200px;
}

@media (min-width: 1380px){
    .footer .container {
        width: 1380px;
    }
    .footer_address .container {
        width: 1380px;
    }
}