.banner{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.banner-img {
    width: 110%;
    height: 450px;
    margin-left: -5%;
    margin-top: -25px;
}
.out {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #F9F9FD;
    width: 740px;
    height: 62px;
    margin-left: -370px;
    margin-top: -31px;
}
.banner-title{
    margin-bottom: 10px;
}
.banner-dec {
    font-size: 18px;
}
.add_transform{
    transform:scale(0.91,0.89);
    -ms-transform:scale(0.91,0.89);
    -moz-transform:scale(0.91,0.89);
    -webkit-transform:scale(0.91,0.89);
    -o-transform:scale(0.91,0.89);
    transition:all 1.5s ease-in-out;
    -moz-transition:all 1.5s ease-in-out;
    -webkit-transition:all 1.5s ease-in-out;
    -o-transition:all 1.5s ease-in-out;
}
.job{
    width: 1200px;
    margin:0 auto 150px auto;
    display: flex;
    justify-content: space-between;
}
.job-left,.job-right {
    width: 600px;
}
.job-left {
    text-align: left;
}
.job-right {
    text-align: right;
    margin-top: 188px;
}
.job-left-title {
    font-size: 24px;
    color: #5E75E6;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    margin-top: 40px;
}
.job-left-dec {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
}