header {
    width: 100%;
    background: url(../image/recruit_bg.png)no-repeat center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    top: 0%;
    height: 1390px;
}
.recruit_header_nav {
    width: 1200px;
    height: 410px;
    position: relative;

    margin: 0px auto;

    margin-top: 165px;
}
.recruit_nav_left {
    width: 475px;
    float: left;
    color: white;
    position: absolute;
    animation:nav 1.5s;
    -moz-animation:nav 1.5s; /* Firefox */
    -webkit-animation:nav 1.5s; /* Safari and Chrome */
    -o-animation:nav 1.5s; /* Opera */
}
@keyframes nav
{
    from {top:80px;}

    to {top:0px;}
}
.recruit_nav_left span {
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 1px;
}
.recruit_nav_left h4 {
    line-height: 150px;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 2px;
}
.recruit_nav_left p {
    line-height: 34px;
    letter-spacing: 1px;
}
.recruit_nav_left p b {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #5affff;
    vertical-align: middle;
    margin-right: 18px;
}
.recruit_nav_right{
    position: absolute;
    width:770px;
    top:25px;
    right:-10%;
    height: 410px;

    background: url(../image/recruit_nav_right.png)no-repeat center right;
    background-size: contain;
}
.glide {
    position: absolute;
    border: 2px solid #5691fe;
    bottom: 32%;
}
.glide i {
    background: #5691fe;
}
.recruit_title{
    width:886px;
    height: 250px;
    margin:0px auto;
    margin-top:-258px;
    background: url("../image/sltech.png")no-repeat left;
    background-size: 31%;
    background-position-y: 10px;

}
.recruit_title h4{
    width:525px;
    float: right;
    font-weight: 500;
    color:#333;
    letter-spacing: 1px;
    font-size: 36px;
    padding-bottom: 40px;
}
.recruit_nav{
    width:100%;
    position: relative;
}

.recruit_title p{
    width:525px;
    float: right;
    line-height: 36px;
    letter-spacing: 1px;
    color:#738089;
}

.BD{
    width:1200px;
    margin:0px auto;
    font-size: 0;
    margin-top:225px;
}
.recruit_left{
    width:43.9%;
    float: left;

}
.recruit_left h4{
    line-height: 100px;
    letter-spacing: 1px;
    font-size: 35px;
    color:#333333;
    font-weight: 500;
}
.recruit_left b{
    width:118px;
    height: 6px;
    background: #015aff;
    line-height: 42px;
    display: block;
}
.recruit_left s{
    font-weight: bold;
    padding-top:33px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding-bottom: 7px;
    letter-spacing: 1px;
    color:#738089;
}
.recruit_left p{
    line-height: 33px;
    letter-spacing: 1px;
    font-size: 15px;
    color:#738089;

}
.recruit_left a{
    width: 200px;
    line-height: 59px;
    background: #dce6ff;
    color: #015aff;
    letter-spacing: 2px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    margin-top:50px;
    margin-bottom: 30px;
    border-radius: 40px;
    font-weight: 600;
}
.recruit_bg{
    width:770px;
    height: 710px;
}
.BD_right{
    position: absolute;
    background: url("../image/BD_right.png")no-repeat right;
    background-size: contain;
    right:0%;
    z-index:-1;
}
.redact{
    width: 1200px;
    margin: 0px auto;
    font-size: 0;
    margin-top: 395px;
}
.redact_left{
    float: right !important;
    width:47%;
}
.redact_right{
    position: absolute;
    background: url("../image/redact_right.png")no-repeat left;
    background-size: contain;
    left:0%;
    z-index:-1;
}
.PHP{
    width:1200px;
    margin:0px auto;
    font-size: 0;
    margin-top:446px;
    margin-bottom: 200px;
}
.PHP_left{
    width: 45%;
}
.PHP_right{
    position: absolute;
    background: url(../image/PHP_right.png)no-repeat right;
    background-size: contain;
    right: 0%;
    z-index:-1;
}


.logistics{
    width: 1200px;
    margin: 0px auto 400px;
    font-size: 0;
    margin-top: 395px;
}
.logistics_left{
    float: right !important;
    width:47%;
}
.logistics_right{
    position: absolute;
    background: url("../image/logistics.png")no-repeat left;
    background-size: contain;
    left:0%;
    z-index:-1;
}


@media screen and (max-width: 1201px) {
    .PHP_right{
        background-size: 85%;
    }    
    .redact_right{
        background-size: 85%;
    }
    .BD_right{
        background-size: 85%;
    }

}



@media screen and (max-width: 1700px) {
    .BD{
            margin-top: 10%;
    }
    .redact{
        margin-top: 15%;
    }
    .PHP{
        margin-top: 15%;
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 750px) {
    .recruit_header_nav{
        width:100%;
        margin-top: 5%;
    }
    .recruit_title{
        width:85%;
    }
    .BD{
        width:100%;
    }
    .PHP{
        width:100%;
    }
    .redact{
        width:100%;
    }
    .recruit_bg{
        display: none;

    }
    .recruit_nav_left{
        width:90%;
        left: 9%;
        float: none;
    }
    .recruit_nav_right{
        width:100%;
        background: url(../image/recruit_nav_right.png)no-repeat;
        background-size: contain;
        right:0px;
        top:70%;
    }
    .recruit_nav_left span{
        line-height: 26px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .recruit_nav_left h4{
        line-height: 100px;
        font-size: 30px;
    }
    .recruit_title h4{
        width:60%;
        font-size: 25px;
        margin-top:10px;
        padding-bottom: 20px;
    }
    .recruit_title p{
        width: 60%;
        float: right;
        line-height: 23px;
        font-size: 13px;
    }
    .recruit_left{
        width:95%;
        margin:0px auto;
        float: none !important;
    }
    .recruit_left p{
        line-height: 25px;
        font-size: 14px;
    }
    .recruit_left a{
        transform: translateX(-50%);
        margin-left: 50%;
    }
}
