.welfare{
    width: 100%;
    overflow: hidden;
}
.welfare .wrap{
    width: 1200px;
    margin: 203px auto 97px;
}

.welfare{
    width: 100%;
    overflow: hidden;
}
.welfare .wrap .title .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.welfare .wrap .title .text span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.welfare .wrap .title .text div {
    display: flex;
    align-items: center;
}

.welfare .wrap .title .text div a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    top: 8px;
}
.welfare .wrap .content{
    display: flex;
    justify-content: space-between;
    margin: 22px 0 0 0;
    height: 170px;
}
.welfare .wrap .content .images{
    width: 400px;
    height: 100%;
    overflow: hidden;
}
.welfare .wrap .content .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
    cursor: pointer;
}
.welfare .wrap .content .images img:hover{
    transform: scale(1.1);
}
.welfare .wrap .content .color{
    width: 800px;
    height: 100%;
    background: #999999;
    padding: 0 0 0 55px;
}
.welfare .wrap .content .color .line{
    width: 428px;
    height: 7px;
    background: #F7AB00;
    margin: 0 0 55px 0;
}
.welfare .wrap .content .color span{
    font-size: 32px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
}
.welfare .wrap .introduce{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin: 19px 0 0 0;
}
.boon{
    width: 100%;
    padding: 50px 0 90px 0;
}
.boon .wrap{
    width: 1200px;
    margin: auto;
}
.boon .wrap .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.boon .wrap .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 144px 0 0 0;
}
.boon .wrap .title .images{
    width: 1065px;
    height: 220px;
    position: relative;
}
.boon .wrap .title .images .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boon .wrap .title .images .text{
    width: 100%;
    height: 100%;
    position: absolute;
}
.boon .wrap .title .images .text .list{
    display: flex;
    align-items: center;
    position: absolute;
}
.boon .wrap .title .images .text .list .border{
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 3px solid #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}
.boon .wrap .title .images .text .list .border .iconfont{
    color: #F7AB00;
    font-size: 19px;
    font-weight: bold;
}
.boon .wrap .title .images .text .list_1{
    bottom: 43px;
    left: 0;
}
.boon .wrap .title .images .text .list_2{
    bottom: 83px;
    left: 178px;
}
.boon .wrap .title .images .text .list_3{
    bottom: 120px;
    left: 356px;
}
.boon .wrap .title .images .text .list_4{
    bottom: 162px;
    left: 534px;
}
.boon .wrap .title .images .text .list_5{
    bottom: 193px;
    left: 713px;
}
.boon .wrap .title .images .text .list_6{
    bottom: 232px;
    right: 56px;
}
.boon .wrap .content{
    margin: 99px 0 0 0;
}
.boon .wrap .content p{
    width: 1063px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: auto;
    position: relative;
}
.boon .wrap .content p:before{
    content: '';
    width: 46px;
    height: 38px;
    position: absolute;
    background: url(../images/yihao.png) no-repeat center;
    top: -21px;
    left: -29px;
    font-size: 150px;
    font-family: Akzidenz-Grotesk BQ Extended;
    font-weight: 400;
    color: #F7AB00;
    z-index: -1;
}
.jobs{
    width: 100%;
    overflow: hidden;
    background: #F5F5F5;
}
.jobs .wrap{
    margin: 50px auto;
    display: flex;
    width: 1200px;
    justify-content: space-between;
    height: 400px;
}
.jobs .wrap .text{
    width: 500px;
    height: 100%;
    padding: 80px 40px 30px 40px;
    background: #fff;
}
.jobs .wrap .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 31px 0;
    display: block;
}
.jobs .wrap .text p{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
}
.jobs .wrap .text a{
    width: 140px;
    height: 46px;
    background: #666666;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 86px 0 0 0;
    transition: 0.6s;
}
.jobs .wrap .text a .iconfont{
    color: #fff;
    margin: 0 10px 0 0;
    transition: 0.6s;
}
.jobs .wrap .text a p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    transition: 0.6s;
    color: #FFFFFF;
}
.jobs .wrap .text a:hover{
    background: #F7AB00;
}
.jobs .wrap .images{
    width: 700px;
    height: 100%;
    overflow: hidden;
}
.jobs .wrap .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.jobs .wrap .images img:hover{
    transform: scale(1.1);
}


.boon .wrap .title .images.pe{
    display: none;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
    .welfare .wrap .title .text span,
    .welfare .wrap .content .color span,
    .boon .wrap .title span,
    .jobs .wrap .text span {
        font-size: 28px;
    }
    .boon .wrap .content p {
        font-size: 24px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.welfare .wrap,
    .boon .wrap,
    .jobs .wrap{
        width: 90%;
    }
    .welfare .wrap .content .color{
        flex: 1;
    }
    .boon .wrap .title .images{
        flex: 1;
        margin-left:160px;
    }
    .boon .wrap .title .images .background{
        width: 100%;
        height: auto;
    }
    .boon .wrap .title .images .text .list{
        font-size: 14px;
    }
    .boon .wrap .title .images .text .list .border {
        width: 32px;
        height: 32px;
    }
    .boon .wrap .title .images .text .list .border .iconfont{
        font-size: 16px;
    }
    .boon .wrap .title .images .text .list_2{
        left: 12.3611111vw;
    }
    .boon .wrap .title .images .text .list_3{
        left: 24.72222222vw;
    }
    .boon .wrap .title .images .text .list_4{
        left: 37.0833333vw;
    }
    .boon .wrap .title .images .text .list_5{
        left: 49.5138888888vw;
    }
    .boon .wrap .title .images .text .list_6{
        right: 5.27777777vw;
    }
    .jobs .wrap .text{
        flex: 1;
    }
    .boon .wrap .content p {
        font-size: 20px;
    }
    .boon .wrap .content p:before{
        background-size: 100%;
        width: 34px;
    }
    .boon .wrap .content {
        margin: 80px 0 0 0;
    }
    .welfare .wrap {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){

    .welfare .wrap, .boon .wrap, .jobs .wrap{
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .welfare .wrap{
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .boon .wrap .title span {
        margin-top: 0;
    }
    .boon .wrap .title{
        flex-direction: column;
    }
    .boon .wrap .title .images .background{
        position: static;
    }
    .boon .wrap .title .images{
        margin-left: 0;
        margin-top:30px;
        width: 100%;
    }
    .boon .wrap .title .images.pc{
        display: none;
    }
    .boon .wrap .title .images.pe{
        display: block;
    }
    .boon .wrap .title .images img{
        width: 100%;
    }
    .boon .wrap .title .images .text{
        top: 10px;
    }
    .boon .wrap .title .images .text .list_2 {
        left: 15.361111vw;
        bottom: 8.19921875vw;
    }
    .boon .wrap .title .images .text .list_3 {
        left: 31.722222vw;
        bottom:11.71875vw;

    }
    .boon .wrap .title .images .text .list_4 {
        left: 47.083333vw;
        bottom: 15.8203125vw;
    }
    .boon .wrap .title .images .text .list_5 {
        left: 62.513889vw;
        bottom: 18.84765625vw;
    }
    .boon .wrap .title .images .text .list_6 {
        right: 4.277778vw;
        bottom: 22.65625vw;
    }
    .boon .wrap .content p{
        width: 100%;
    }
    .boon .wrap .content p:before {
        left: -16px;
    }

    .jobs .wrap .images img{
        height: auto;
    }
    .jobs .wrap .text a {
        margin-top: 40px;
    }
    .jobs .wrap .text span {
        margin-bottom: 20px;
    }
    .jobs .wrap .text {
        flex: none;
        padding: 50px 30px 30px 30px;
    }
    .jobs .wrap{
        height: 100%;
    }
    .boon {
        padding-top: 30px;
    }

}


@media screen and (max-width: 820px){
    .boon .wrap .title .images .text .list .border {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
    .boon .wrap .title .images .text .list .border .iconfont {
        font-size: 14px;
    }
    .jobs .wrap{
        flex-direction: column-reverse;
    }
    .jobs .wrap .images{
        width: 100%;
    }
    .jobs .wrap .text{
        width: 100%;
    }
    .boon {
        padding-bottom: 50px;
    }
    .boon .wrap .content {
        margin: 60px 0 0 0;
    }
    .welfare .wrap .title .text span, .welfare .wrap .content .color span, .boon .wrap .title span, .jobs .wrap .text span {
        font-size: 24px;
    }
}


@media screen and (max-width: 768px){
	.boon .wrap .title .images .text .list_3 {
        left: 30.722222vw;
    }
    .welfare .wrap .content .color {
        padding-left: 30px;
    }
    .jobs .wrap .text {
        padding: 40px 20px 20px 20px;
    }
}


@media screen and (max-width: 540px){
	.welfare .wrap .content{
        flex-direction: column;
        height: auto;
    }
    .welfare .wrap .content .images{
        width: 100%;
    }

    .welfare .wrap .content .color{
        width: 100%;
        padding-bottom: 20px;
    }
    .welfare .wrap .content .color .line{
        margin-bottom: 20px;
    }
    .boon .wrap .title .images .background{
        display: none;
    }
    .welfare .wrap, .boon .wrap, .jobs .wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    .boon .wrap .title .images .text,
    .boon .wrap .title .images .text .list{
        position: static;
    }

    .boon .wrap .title .images .text{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px 20px;
    }
    .boon {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .boon .wrap .content p:before {
        width: 26px;
        left: -6px;
    }
    .boon .wrap .content p {
        font-size: 18px;
        line-height: 28px;
    }
    .jobs .wrap .text {
        padding-top: 20px;
    }
    .welfare .wrap .content .color .line{
        width: 90%;
    }
    .welfare .wrap .title .text div a{
        font-size: 14px;
    }
}

@media screen and (max-width: 500px){
	.boon .wrap .content p {
        font-size: 16px;
        line-height: 26px;
    }
    .jobs .wrap .text span,
    .welfare .wrap .content .color span{
        font-size: 20px;
    }
}
@media screen and (max-width: 450px){
    .welfare .wrap .title .text span{
        font-size: 20px;
    }
    .welfare .wrap .introduce {
        font-size: 14px;
        line-height: 22px;
    }
    .jobs .wrap .text p {
        font-size: 14px;
    }
    .jobs .wrap .text a {
        width: 120px;
        height: 40px;
    }
    .boon .wrap .title .images .text {
        grid-template-columns: repeat(2, 1fr);
    }
    .jobs .wrap .text a p {
        font-size: 14px;
        line-height: 1;
    }
    .boon .wrap .content p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 414px){
	.jobs .wrap .text span, .welfare .wrap .content .color span {
        font-size: 18px;
    }
    .jobs .wrap .text a {
        margin-top: 30px;
        width: 110px;
        height: 36px;
    }

}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 