@charset "utf-8";

.nav-join { border-bottom: 2px solid #0069B7; color: #0069B7;}

/*招聘*/
.recruitment-box{
    width: 100%;
    float: left;
    position: relative;
    height: 500px;
}
.arrow-left6{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0px;
    background: url(../images/arrow-left7.png) no-repeat center center;
    background-size: 34px 34px;
    z-index: 2;
}
.arrow-right6{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 0px;
    background: url(../images/arrow-right7.png) no-repeat center center;
    background-size: 34px 34px;
    z-index: 2;
}
.swiper-container4{
    width: 94%;
    float: left;
    height:500px;
    overflow: hidden;
    margin-left: 3%;
}
.recruitment-box2{
    width: 90%;
    float: left;
    height: 490px;
    margin: 0px 4.5%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border:1px solid #E9E9E9;
    overflow: hidden;
}
.recruitment-box3{
    width: 100%;
    height:140px;
    background: #0068B7;
    float: left;
    text-align: center;
}
.recruitment-text{
    width: 90%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}
.recruitment-text2{
    width: 90%;
    display: inline-block;
    font-size: 14px;
    color: #95BBDC;
    margin-top: 10px;
}
.recruitment-title{
    width:80%;
    float: left;
    padding: 0px 10%;
    margin-top: 50px;
    font-size: 14px;
    color: #005BAC;
    font-weight: 600;
}
.recruitment-tbox{
    width:80%;
    float: left;
    padding: 0px 10%;
    margin-top: 20px;
    height: 250px;
    overflow-x:hidden;
    overflow-y:auto;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.recruitment-tbox p{
    width: 100%;
    float: left;
    margin-top: 7px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
.recruitment-list{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.re-list-title{
    width: 94%;
    min-height:25px;
    background: #0068B7;
    padding: 10px 3%;
    float: left;
    line-height: 25px;
    color: #fff;
}
.re-list-icon{
    width: 14px;
    height: 2px;
    float: right;
    position: relative;
    background: #fff;
    margin-top: 12px;
}
.re-list-icon:after{
    content: '';
    width: 2px;
    height: 14px;
    position: absolute;
    top: -6px;
    left: 6px;
    background: #fff;
    transition: all 0.5s linear 0.5s;
    -o-transition: all 0.5s linear 0.5s; /*兼容parsto内核*/
    -moz-transition: all 0.5s linear 0.5s; /*兼容gecko内核*/
    -webkit-transition: all 0.5s linear 0.5s; /*兼容webkit内核*/

}
.list-icon-rotate:after{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);     /* IE 9 */
    -moz-transform:rotate(90deg);    /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg);
}
.re-list-box{
    width: 90%;
    float: left;
    padding: 35px 5%;
    background: #F3F3F3;
    display: none;
}
.re-list-text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #414141;
    line-height: 25px;
}
.re-list-text p{margin-top: 3px;}
.recruitment-btn{
    border:1px solid #0068B7;
    float: left;
    width:120px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius:5px;
    background: #0068B7;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-top: 60px;
    margin-right:25px;
    font-size: 14px;
}
@media only screen and (max-width: 900px) {
    .solve-plan-box{width: 48%;margin-right: 2%;}
    .solve-plan-box:nth-child(2n){margin-right: 0px;}
    .solve-plan-box:nth-child(3n){margin-right: 2%;}
}
@media only screen and (max-width: 768px) {
    .recruitment-list:first-child{
        margin-top: 0;
    }
    .recruitment-list{
        margin-top: 20px;
    }
    .recruitment-btn{
        margin-top: 25px;
    }
}