body{
    background: url("../images/footer.png") center bottom no-repeat;
    background-size: 1920px auto;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.enter{
    position: absolute;
    width: 100%;
}
.enter img{
    width: 100%;
}
.icon_1{
    position: absolute;
    left: 30%;
    top: 60%;
    width: 2%;
}
.icon_2{
    position: absolute;
    left: 35%;
    top: 68%;
    width: 3%;
}
.icon_3{
    position: absolute;
    left: 61%;
    top: 60%;
    width: 2.3%;
}
.icon_4{
    position: absolute;
    left: 67%;
    top: 54%;
    width: 3.5%;
}
.icon_5{
    position: absolute;
    left: 65%;
    top: 64%;
    width: 2%;
}
.enter .text{
    position: absolute;
    left: 33%;
    top: 52%;
    color: #007131;
    font-size: 20px;
}
.banner{
    position: relative;
    width: 100%;
    z-index: 5;
}
.banner img{
    width: 100%;
}
.layer{
    margin-bottom: -60px;
}
.navBox{
    margin: 0 auto;
    width: 100%;
    height: 70px;
    background: #fff;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.logo{
    position: absolute;
    left: 5px;
    top: 14px;
}
.navList{
    position: absolute;
    top: 4px;
    right: 25px;
}
.navList .tap{
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding-top: 8px;
    width: 170px;
    height: 54px;
    color: #282828;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.navList .tap.on{
    background: url("../images/navItem.png") no-repeat;
}
.navList .tap:hover{
    background: url("../images/navItem.png") no-repeat;
}

.content{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.content .title{
    margin: 0 auto 20px;
    width: 446px;
}
.noticeBox{
    margin-bottom: 80px;
    float: left;
    width: 340px;
}
.noticeContent{
    padding: 25px 23px 200px 32px;
    min-height: 700px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    background: url("../images/noticeContent.png") no-repeat;
    background-size: 100% 100%;
}
.contentRight{
    position: relative;
    float: right;
    padding-top: 60px;
    margin-bottom: 80px;
    width: 834px;
}
.content p{
    color:#333333;
    font-size: 16px;
    line-height: 24px;
}
.content p.noIndent{
    text-indent: 0;
}
.content h2{
    margin: 25px 0;
    color:#25a242;
    font-size: 20px;
    line-height: 35px;
    border-bottom: #cfebd5 1px solid;
}
.content h3{
    margin: 15px 0 8px;
    color:#25a242;
    font-size: 16px;
    line-height: 35px;
    border-bottom: #cfebd5 1px solid;
}
.content b{
    color: #333333;
}
.content p.noindent{
    text-indent: 0;
}
.contentImage{
    margin: 0 auto;
}
.listBox{

}
.listCity{
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: #0b7739 2px dotted;
}
.listCity .city{
    float: left;
    margin: 0 15px 10px;
    width: 178px;
    height: 42px;
    color: #030303;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    background: url("../images/button_off.png") no-repeat;
}
.listCity .city.on{
    color: #fff;
    background: url("../images/button_on.png") no-repeat;
}
.listContent{

}
.cityTitle{
    padding-left: 20px;
    margin-bottom: 30px;
    color: #030303;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/dot.png") left 3px no-repeat;
}
.table{
    margin-bottom: 10px;
    border: #dcdcdc 1px solid;
}
.table .row{
    color: #030303;
    font-size: 14px;
    text-align: center;
    background: #fff;
}
.table .row.head{
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    background: #eeeeee;
}
.table .departmentname{
    padding: 7px 0;
    display: inline-block;
    width: 42%;
    line-height: 30px;
}
.table .jobtitle{
    padding: 7px 0;
    display: inline-block;
    width: 30%;
    line-height: 30px;
}
.table .buttonItem{
    display: inline-block;
    width: 26%;
}
.table .line{
    width: 100%;
    border-bottom: #dcdcdc 1px solid;
}
.table .itemContent{
    display: none;
    margin: 0 15px 5px;
    padding: 10px 15px;
    text-align: left;
    line-height: 24px;
    border: #dcdcdc 1px solid;
    border-top: none;
}
.contentRight .image_1{
    position: absolute;
    left: 500px;
    top: 10px;
    z-index: -1;
}
.buttonShow{
    display: inline-block;
    padding: 0 12px;
    margin-right: 5px;
    color: #fff;
    line-height: 30px;
    border-radius: 10px;
    background: #32b16c;
    cursor: pointer;
}
.buttonApply{
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    line-height: 30px;
    border-radius: 10px;
    background: #1da7f2;
    cursor: pointer;
}
.backTop{
    position: fixed;
    bottom: 50px;
    right: 10px;
    opacity: 0;
    z-index: 10;
}
.circle_l{
    position: absolute;
    left: 0;
    top: 40%;
}
.circle_r{
    position: absolute;
    right: 0;
    top: 50%;
}

.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
}
.footer a{
    color: #fff;
}