@charset "UTF-8";






.title div{
    width: 1000px;
    margin:0 auto 50px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
}
.title p{
    margin-bottom: 40px;
}


.recruitment {
    padding-top: 70px;
}
.recruitment .bg-view{
    width: 100%;
    margin-bottom: 60px;
    background: url("../img/bg7.png") no-repeat center/100% auto fixed;
}
.recruitment .bg-view ul li{
    box-sizing: border-box;
    width: 25%;
    height: 300px;
    background-color: rgba(0,0,0,.6);
}
.recruitment .bg-view ul li + li{
    border-left: 1px solid #fff;
}
.recruitment .bg-view ul li a{
    opacity: 0;
    transition: .3s;
}
.recruitment .bg-view ul li a:hover{
    opacity: 1;
}
.recruitment .bg-view ul li a > div{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d6fb8;
}
.recruitment .bg-view ul li a > div div{
    top: 33%;
    left: 52%;
    color: #fff;
    transform: translateX(-50%);
}
.recruitment .bg-view ul li a > div div:after{
    content: "";
    position: absolute;
    bottom: -70px;
    left: 50%;
    width: 23px;
    height: 23px;
    background: url("../img/+.png") no-repeat center/100%;
    transform: translateX(-50%);
}
.recruitment .description{
    width: 1280px;
    margin:0 auto 70px;
}
.recruitment .description ul{
    border-top: 1px solid #e6e6e6;
}
.recruitment .description ul li{
    border-bottom: 1px solid #e6e6e6;
}
.recruitment .description ul li .top{
    height: 70px;
    color: #999;
    font-size: 14px;
    line-height: 70px;
}
.recruitment .description ul li .top .left{
    width: 90%;
}
.recruitment .description ul li .top .number{
    margin-left: 14px;
    margin-right: 30px;
    color: #0d6fb8;
    font-size: 20px;
    vertical-align: top;
}
.recruitment .description ul li .top .dec{
    margin-right: 15px;
    color: #333;
    font-size: 16px;
}
.recruitment .description ul li .top .watch{
    width: 10%;
    text-align: center;
    cursor: pointer;
}
.recruitment .description ul li .top .watch:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width:12px ;
    height: 6px;
    margin-top: -3px;
    background: url("../img/down2.png") no-repeat center/100%;
}
.recruitment .description ul li .bottom{
    display: none;
    box-sizing: border-box;
    padding: 25px 70px 30px ;
    background-color: #f7f7f7;
    color: #333;
}
.recruitment .description ul li .bottom .left{
    width: 50%;
}
.recruitment .description ul li .bottom .right{
    width: 43%;
}
.recruitment .description ul li .bottom h3{
    margin-bottom: 30px;
    font-size: 16px;
}
.recruitment .description ul li .bottom p{
    font-size: 14px;
    line-height: 30px;
}
.recruitment .description ul li .bottom > i{
    width: 1px ;
    height: calc(100% - 55px);
    background-color: #dcdcdc;
    top: 25px;
    left: 50%;
}
.recruitment .way{
    width: 100%;
}
.recruitment .way > div{
    width: 50%;
}
.recruitment .way .left{
    overflow: hidden;
}
.recruitment .way .left img{
    transition: .6s;
}
.recruitment .way .left:hover img{
    transform: scale(1.05);
}
.recruitment .way .right{
    top: 0;
    right: 0;
    height: 100%;
    background-color: #f4faff;
}
.recruitment .way .right h3{
    margin-top: 70px;
    margin-bottom: 25px;
    margin-left: 70px;
    color: #333;
    font-size: 30px;
}
.recruitment .way .right i{
    width: calc(100% - 70px);
    height: 2px;
    margin-bottom: 60px;
    margin-left: 70px;
    background-color: #0d6fb8;
}
.recruitment .way .right div{
    margin-bottom: 30px;
    margin-left: 70px;
}
.recruitment .way .right div h4{
    margin-bottom: 10px;
    color: #0d6fb8;
    font-size: 20px;
}
.recruitment .way .right div p{
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

