body{
    background: #F7F7F7;
}

.banner{
    height:824px;
    min-width: 1200px;
    background-color:#808080;
}
.banner > div{
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.recruitment{
    padding:90px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.recruitment-wrap{
    margin-top:60px;
}
.recruitment-wrap > div{
    background-color:#fff;
    padding-bottom:40px;
    min-height: 500px;
}
.recruitment table th{
    padding:17px 0 17px !important;
    background: #EBEBEB;
}
.recruitment table th > div{
    height:auto;
    font-family: SourceHanSansCN;
    font-size: 18px;
    font-weight: 400;
    color: #101010;
    line-height: 22px;
}
.recruitment table td{
    padding:12px 0!important;
    border:none;
    background-color:#fff;
}
.recruitment table td > div{
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 22px;
    font-family: SourceHanSansCN;
}
.recruitment table tr:nth-child(2n) td{
    background: rgba(235,235,235, .24);
}
.recruitment table th:first-child div,
.recruitment table td:first-child div{
    padding-left:80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.layui-table-body .layui-none{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
}
.layui-table-view {
    margin-top:0;
    border:none;
}
.layui-table-view table{
    width: 100% !important;
}
.layui-table-page{
    border: none;
    text-align: center;
    margin-top:60px;
    height:auto;
}
.layui-table-page > div{
    height:auto;
}
.layui-table-page .layui-laypage a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding:0;
    text-align: center;
    margin-right:10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    font-family: SourceHanSansCN;
}
.layui-table-page .layui-laypage .layui-laypage-curr{
    width: 32px;
    height: 32px;
    padding:0 !important;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #E60012;
    margin-right: 10px;
    background-color:#fff;
}
.layui-laypage .layui-laypage-curr em{
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #E60012;
}
.layui-table-page .layui-laypage .layui-laypage-prev{
    margin-left:0!important;
}
.layui-laypage .layui-laypage-count{
    margin-right:22px;
    font-size: 14px;
    font-weight: 400;
    font-family: SourceHanSansCN;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
}
.layui-table-page .layui-laypage .layui-laypage-limits{
    height:34px;
    line-height: 34px;
}
.layui-table-page .layui-laypage .layui-laypage-limits select{
    height:32px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    border-radius: 4px;
}
.layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip{
    margin-right: 10px;
}
.layui-table-page .layui-laypage span{
    height:34px;
    line-height: 34px;
    font-family: SourceHanSansCN;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}
.layui-table-page .layui-laypage .layui-laypage-skip{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input{
    height:34px;
    line-height: 34px;
    border-radius: 4px;
}

.contact{
    margin-bottom: 90px;
}
.contact-wrap{
    margin-top:60px;
    height: 440px;
    background: #FFFFFF;
    overflow: hidden;
    padding-left:40px;
}
.contact-item{
    float: left;
    width: 350px;
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin-top:90px;
    padding:27px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact-item + .contact-item{
    margin-left: 35px;
}
.contact-item .contact-title{
    font-size: 20px;
    font-weight: 400;
    color: #101010;
    line-height: 22px;
    margin-bottom: 26px;
}
.contact-item .contact-text{
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 22px;
}
.contact-item .contact-text + .contact-text{
    margin-top:14px;
}
.contact-item .contact-phone{
    font-size: 20px;
    font-weight: bold;
    color: #E60012;
    line-height: 20px;
    margin:33px 0 20px;
}

.mavigation-wrap{
    margin-top:60px;
    height:500px;
}

/*导航弹窗*/
.map-pop{
    min-width:310px;
    padding:17px 10px 18px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
}
.map-pop-title{
    font-size: 14px;
    font-weight: 400;
    color: #303440;
    line-height: 16px;
    margin-bottom:20px;
}
.map-pop-text{
    position: relative;
    padding-left:15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #797E8B;
    line-height: 22px;
}
.map-pop-text + .map-pop-text{
    margin-top:10px;
}
.map-pop-text img{
    position: absolute;
    top:50%;
    left:0;
    width:10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.map-pop-location{
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E60012;
    border: 1px solid #E60012;
    position: absolute;
    top:13px;
    right:10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.map-pop-location img{
    margin-right:5px;
}