body{
    background: #FAFAFA;
}
.banner-box{
    width: 100%;
    height: 550px;
    background: url("../images/recruit/recruit-banner.jpg?v=201911111344") no-repeat center;
    background-size: cover;
    position: relative;
}
.profile-box{
    margin-top: 70px;
    text-align: center;
    margin-bottom: 110px;
}
.profile-box>div{
    font-size: 30px;
    color: #666666;
}
.profile-box>p{
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}
.profile-box>span{
    display: block;
    width:20px;
    height:4px;
    background:rgba(213,174,135,1);
    background: #D5AE87;
    margin: 0 auto;
    margin-top: 30px;
}
.position{
    width: 1210px;

    margin-left: auto;
    margin-right: auto;
}
.flex-job{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: start;
    height: 650px;
    width: 100%;
    margin-bottom: 80px;
}
.job-yellow{
    background: #D5AE87;
    width: 100%;
    height: 100%;
    padding-top: 105px;
}
.job-yellow.left{
    padding-left: 175px;
    padding-right: 25px;
}
.job-yellow.right{
    padding-left: 25px;
    padding-right: 205px;
}
.job-yellow .name{
    font-size: 30px;
    color: #FFFFFF;
}
.job-yellow .description{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 20px;
}
.job-yellow p{
    color: white;
    font-size: 16px;
    margin-top: 8px;
    line-height: 22px;
}
.job-yellow span{
    display: block;
    margin-top: 45px;
    font-size: 14px;
    color: #FFFFFF;
}
.job-black{
    width: 620px;
    background: #535353;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    z-index: 2;
}
.job-white{
    position: absolute;
    width: 770px;
    height: 400px;
    top: 105px;
    background: white;
    padding-left: 70px;
    padding-right: 80px;
}
.job-white>div{
    margin-top: 50px;
    margin-bottom: 35px;
    color: #666666;
    font-size: 24px;
}
.job-white>p{
    color: #666666;
    font-size: 16px;
    margin-top: 8px;
    line-height: 22px;
}
.fixed-right{
    right: 0;
}
.fixed-left{
    left: 0;
}
.telephone{
    margin-top: 180px;
}
.phone-box{
    width: 100%;
    height: 190px;
    background: url("../images/recruit/recruit-footer.jpg?v=201911111344") no-repeat center;
    background-size: auto 100%;
    position: relative;
}
.phone-box .p-a-center{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.phone-box .p-a-center .img{
    display: block;
    width: 140px;
    height: 65px;
    border-right: 2px solid white;
    margin-right: 160px;
}
.phone-box .p-a-center .information>p{
    font-size: 48px;
    color: #FFFFFF;
}
.phone-box .p-a-center .information>div{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}