body{
    background:#f5f5f5
}
div{
    position: relative;
    box-sizing: border-box;
}
.joinUsContent{
    padding-bottom: 117px;
    color: #394149;
}
.topBanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.topBanner img {
    width: 100%;
}

.titleMain{
    font-size: 30px;
    font-weight: bold;
    color: #394149;
    text-align: center;
    line-height: 1;
}

.pic{
    display: block;
    margin: 0 auto;
}

.subTitleMain{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.subTitleMain span{
    color: #0082BE;
}

.recruitBox{
    padding:70px 0;
}
.recruitBox .box .pic{
    border-radius: 10px;
    overflow: hidden;
}

.recruitBox .box .btn{
    width: 173px;
    height: 47px;
    background: #0082BE;
    border-radius: 8px 8px 8px 8px;
    font-weight: bold;
    color: #F4F6FC;
    margin: 17px auto 0;
    transition: all .3s linear;
}
.recruitBox .box .btn:hover{
    box-shadow: -6px 6px 12px 1px rgba(0, 130, 190, 0.3);
    border-radius: 8px 8px 8px 8px;
}

.picContent{
    flex-wrap: wrap;
}




.outnav3 {
    height: 80px;
    padding: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.outnav3 #wrapper22 {
    /*width: 468px;*/
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.nav7 {
    /*width:100%;*/
    display:flex;
    flex-direction:row;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.nav7 li {
    /*width: 200px;*/
    width: 122px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.nav7 li:hover a, .nav7 li.on a {
    color: #0082be;
}

.nav7 li a {
    display: block;
    position: relative;
    background-color: #fff;
    color: #394149;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
}
