.ny_banner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.ny_banner .img img{
    width:100%;
}
.ny_banner .wz{
    width:82%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ny_banner .wz h2{
    font-size:36px;
    line-height:70px;
    color:#ffffff;
    text-align:center;
}
.ny_banner .wz p{
    font-size:14px;
    line-height:48px;
    color:#ffffff;
    margin-top:17px;
}

.talents_tit{
    text-align: center;
}
.talents_tit>h2{
    font-family: 'OPlusSans3_Light';
    font-size: 36px;
    line-height: 1.2;
}
.talents_tit>p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}

.box1{
    overflow: hidden;
    padding:5% 0 0;
}
.box1 .flex{
    display: flex;
    justify-content: space-between;
    margin: 3.3333% 0 6.6666%;
}
.box1 .flex .img{
    width: 58%;
}
.box1 .flex .con{
    width: 42%;
    background-color: #f2f2f2;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box1 .flex .con>h3{
    font-family: 'OPlusSans3';
    font-size: 14px;
    letter-spacing: 2px;
}
.box1 .flex .con>div{
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
    letter-spacing: 1px;
}

.box2{
    overflow: hidden;
    background: #f2f2f2;
    padding: 5% 0;
}
.box2 .tags{
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}
.box2 .tags li{
    width: 10%;
    padding: 5px 7px;
    box-sizing: border-box;
}
.box2 .tags li span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    border: 1px solid #b49766;
    text-align: center;
    font-size: 14px;
    color: #b49766;
}
.box2 .flex{
    width: 100%;
    position: relative;
}
.box2 .flex .swiper{
    width: 100%;
    overflow: hidden;
}
.box2 .flex .swiper-button{
    width: 44px;
    height: 44px;
    border: 1px solid #464646;
    border-radius: 50%;
}
.box2 .flex .swiper-button:after{
    color: #464646;
    font-size: 20px;
}
.box2 .flex .swiper-button:hover{
    border: 1px solid #b49766;
}
.box2 .flex .swiper-button:hover:after{
    color: #b49766;
}
.box2 .flex .swiper-button-prev{
    left: -60px;
}
.box2 .flex .swiper-button-next{
    right: -60px;
}

.box3{
    overflow: hidden;
    padding: 5% 0;
}
.box3 .swiper{
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
    margin: 60px 0 0;
    position: relative;
}
.box3 .swiper .swiper-slide{
    background: url(../images/talents_31.jpg) no-repeat right;
    background-size: cover;
}
.box3 .swiper .swiper-slide .box{
    padding: 60px 40px;
    color: #ffffff;
    font-size: 14px;
}
.box3 .swiper .swiper-slide .box h3{
    font-family: 'OPlusSans3';
    letter-spacing: 2px;
}
.box3 .swiper .swiper-slide .box p{
    min-height: 80px;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 2
}
.box3 .swiper .swiper-pagination-bullet-active{
    background: #b49766;
}


@media only screen and (min-width:1600px) and (max-width: 1920px){
}
@media only screen and (min-width:1440px) and (max-width: 1599px){
}
@media only screen and (min-width:1360px) and (max-width: 1439px){
}
@media only screen and (min-width:1200px) and (max-width: 1359px){
}
@media only screen and (min-width:1024px) and (max-width: 1199px){	
}
@media only screen and (max-width: 1170px) {
    .ny_banner .wz h2{
        font-size: 20px;
        line-height: 2;
    }

    .talents_tit>h2{
        font-size: 20px;
    }
    .box1 .flex{
        flex-wrap: wrap;
    }
    .box1 .flex .img{
        width: 100%;
    }
    .box1 .flex .con{
        width: 100%;
        padding: 10px;
    }
    .box1 .flex .con>div{
        margin-top: 10px;
    }

    .box2 .tags{
        padding: 20px 0;
    }
    .box2 .tags li{
        width: 50%;
    }

    .box3 .swiper{
        margin: 20px 0;
        padding-bottom: 40px;
    }
    .box3 .swiper .swiper-slide .box{
        padding: 30px 20px;
    }
}