/*校园招聘banner*/
.school_banner{
    width: 100%;
    height: 900px;
    background: url(../images/recruit/recruit1.png) center center no-repeat;
    background-size: cover;
}

/*校园招聘内容*/
.content{
    padding-bottom: 200px;
}

.school_title{
    width: 100%;
    text-align: center;
    font-size: 53px;
    padding: 88px 0 50px 0;
}

.school_title span{
    color: #229eda;
}

.school_info{
    background: url(../images/recruit/recruit4.png) center top no-repeat;
    background-size: contain;
    overflow: hidden;
}

.school_info .type{
    float: left;
    padding-left: 345px;
}

.school_info .type a{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #414141;
    display: block;
    background: url(../images/recruit/recruit2.png) center center no-repeat;
    margin: 28px 0;
}

.school_info .type a.current{
    background: url(../images/recruit/recruit3.png) center center no-repeat;
    color: #fff;
}

.info{
    float: left;
    padding-left: 173px;
    width: 461px;
    display: none;
}

.school_info .info{
    padding-top: 20px;
}

.info p{
    font-size: 18px;
    color: #010101;
    line-height: 35px;
}

.info span{
    display: block;
    color: #484646;
    font-size: 14px;
    line-height: 30px;
}

.top{
    margin-top: 40px;
}


/*社会招聘banner*/
.society_banner{
    width: 100%;
    height: 900px;
    background: url(../images/recruit/recruit5.png) center center no-repeat;
    background-size: cover;
}

.society .type{
    overflow: hidden;
    padding: 96px 0 16px 0;
}

.society .type a{
    width: 174px;
    height: 174px;
    display: block;
    float: left;
    text-indent: -999999px;
}

.society .type p{
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 110px;
    font-size: 16px;
    display: none;
}

.city1{
    background: url(../images/recruit/recruit11.png) center center no-repeat;
    margin: 0 154px 0 222px;
}

.city1.current{
    background: url(../images/recruit/recruit10.png) center center no-repeat;
}

.city2{
    background: url(../images/recruit/recruit9.png) center center no-repeat;
    margin-right: 154px;
}

.city2.current{
    background: url(../images/recruit/recruit8.png) center center no-repeat;
}

.city3{
    background: url(../images/recruit/recruit7.png) center center no-repeat;
}

.city3.current{
    background: url(../images/recruit/recruit6.png) center center no-repeat;
}

.society_info{
    background: #f0f1f3;
    padding: 66px 0 1200px 0;
}

.society_info .info{
    position: relative;
    width: 1270px;
    padding-left: 0;
    float: inherit;
}

.zj_info{
    height: 700px;
}

.sh_info{
    height: 1190px;
}

.bj_info{
    height: 1950px;
}

.job{
    width: 250px;
    padding: 46px 25px 30px 25px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(188, 186, 186, 0.35);
    -webkit-box-shadow: 0 3px 10px rgba(188, 186, 186, 0.35);
    -moz-box-shadow: 0 3px 10px rgba(188, 186, 186, 0.35);
    border-radius: 12px;
    position: absolute;
}

.job:hover{
    transform: translateY(-5px);
    transition: all 220ms;
    cursor: default;
}

.job div{
    font-size: 24px;
    color: #37b0e9;
    margin-bottom: 15px;
}

.job p{
    font-size: 14px;
    color: #000;
}

.job span{
    font-size: 13px;
    color: #050404;
}

.top1{
    margin-top: 28px;
}

.pos1{
    top: 0;
    left: 0;
}

.pos2{
    top: 0;
    left: 320px;
}

.pos3{
    top: 0;
    left: 640px;
}

.pos4{
    top: 0;
    left: 960px;
}

.zj_info .pos5{
    top: 940px;
    left: 0;
}

.zj_info .pos6{
    top: 760px;
    left: 320px;
}

.zj_info .pos7{
    top: 1000px;
    left: 640px;
}

.zj_info .pos8{
    top: 880px;
    left: 960px;
}

.zj_info .pos9{
    top: 1320px;
    left: 0px;
}

.zj_info .pos10{
    top: 1350px;
    left: 320px;
}

.sh_info .pos5{
    top: 660px;
    left: 320px;
}

.bj_info .pos5{
    top: 690px;
    left: 0;
}

.bj_info .pos6{
    top: 781px;
    left: 320px;
}

.bj_info .pos7{
    top: 870px;
    left: 640px;
}

.bj_info .pos8{
    top: 960px;
    left: 960px;
}