.wapper{
    background: #F5F5F5;
}

.us-banner{
    height: 420px;
    width: 100%;
    background: url('../images/pic-join-us.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover
}

.banner{
    width: 1100px;
    margin: 0 auto;
}

.banner .title{
    margin-top: 150px;
    font-size: 54px;
    color: #9d496a;
}

.banner .englishTitle{
    font-size: 20px;
    color: #9d496a;
}

.job-content{
    width: 1100px;
    margin: 0 auto;
}


.job-content ul{
    display: inline-block;
    text-align: left;
    margin-top: 74px;
    margin-bottom: 52px;
}


.job-content li{
    display: inline-block;
    width: 330px;
    margin-right: 50px;
    margin-bottom: 40px;
}
.job-content li:nth-child(3n) {
    margin-right: 0;
}

.job-content li .box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 204px;
    padding-top: 48px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    text-align: left;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.job-content li .h5box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 144px;
    padding-top: 28px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    text-align: left;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.job-content li  .job-title{
    position: relative;
    display: inline-block;
    text-align: center;
}
.job-content li .job-title:hover span{
    color:#9D496B
}
.job-content li  .job-title span{
    display: -webkit-box;
    max-width: 320px;
    height: 56px;
    font-size: 32px;
    line-height: 28px;
    color: #222831;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.job-content .job-type{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    font-size: 18px;
    color: #999999;
    margin: 0 auto;
}

.job-content .job-type span{
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #dddfe3;
}

.job-content .job-type span:last-child{
    border-right: none;
}

.job-type a {
    display: inline-block;
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #9D496B;
    border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 450;
}


.job-more{ text-align: center; }


.job-more a{
    display: inline-block;
    width: 154px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #9D496B;
    border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
}

.welfare-content{
    background: #ffffff;
    padding-top: 70px;
}
.walfare-title{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.walfare-title .details{
    margin-top: 30px;
}

.welfare-content ul{
    margin-top: 40px;
}

.welfare-content .text .details{font-size: 16px;color: #999999;line-height: 26px;}
.welfare-content .title{
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 60px;
}
.welfare-content li{
    width: 100%;
    overflow: hidden;
    margin-bottom:40px
}
.welfare-content li:nth-child(2n) .text{
    text-align:right;
    padding-right: 30px;
    box-sizing: border-box;
}
.welfare-content li:nth-child(2n) .img{
    margin-right:0;
    box-sizing:border-box;
    padding-right: 0;
}
.welfare-content li > div{
    width:50%;
    float: left;
}

.welfare-content li:nth-child(2n + 1) .text{
    padding-left: 30px;
    box-sizing: border-box;
}
.welfare-content li:nth-child(2n + 1) .img{
    margin-right:0;
    box-sizing:border-box;
    padding-right: 0;
}
.welfare-content li .img{
    padding-right:20px;
    width: 518px;
    height: 380px;
    overflow: hidden;
    box-sizing: border-box;
}
.welfare-content li img{
    width: 100%;
    height: 100%;
    transition: all 0.2s linear 0s;
}
.welfare-content li img:hover{
    transform: scale(1.1);
}
.job-wapper{
    background: #f5f5f5;
    padding-top: 74px;
    padding-bottom: 60px;
}
