.banner{
    height: 399px;
    background: url("../img/link.png") top no-repeat;
}
.content{
    padding: 36px 60px;
    margin: -60px 0 80px 0;
    font-size: 18px;
    background: #FFFFFF;
    color: #363636;
}

.content img:first-child{
    margin-bottom: 62px;
}
.content p {
    /*margin-bottom: 20px;*/
    text-align: justify;
}

.item-tabs, .item-tabs>ul{
    width: 100%;
    height: 28px;
}

.item-tabs li{
    width: 130px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    float: left;
    color: #6B6B6B;
    background: url("../img/link_tabs.png");
    cursor: pointer;
}

.item-tabs li.active{
    color: #ffffff;
    background: url("../img/link_tabs_active.png");
}


.item-tabs li.orange{
    color: #F69831;
    background: url("../img/link_fuli.png");
}

.item-tabs .orange.active{
    color: #FFFFFF;
    background: url("../img/link_fuli_active.png");
}

a{
    display: block;
    color: inherit;
}

.join-block{
    width: 360px;
    padding-top: 180px;
    margin: auto;
    font-size: 42px;
    color: #ffffff;
    text-align: center;
}

.join-block>div{
    margin-bottom: 50px;
}

.join-block .item>li{
    width: 130px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: url("../img/link_tabs_active.png");
    cursor: pointer;
}

.join-block .item>li:first-child{
    float: left;
}

.join-block .item>li:last-child{
    float: right;
}

h4{
    padding-bottom: 2px;
    padding-left: 14px;
    border-left: 6px solid #2D91F7;
    margin-top: 82px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: .7;
    font-weight: 600;
}

h4.left{
    border-left: none;
    padding-left: 0;
}

h6{
    padding-top: 19px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.job-content{
    padding-right: 200px;
    font-size: 16px;
    line-height: 1.8;
}

#selectType.active{
    width: 100px;
    height: 50px;
    padding: 6px 0;
    margin-left: 460px;
    position: fixed;
    top: 99px;
    left: 50%;
}
#selectType.active li{
    margin-bottom: 26px;
}
.job-list{
    /*padding-top: 48px;*/
}
.job-list>li{
    padding-top: 9px;
}