.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:36px;
    line-height:48px;
    color:#ffffff;
    margin-top:17px;
}

.brand_tit{
    text-align: center;
}
.brand_tit>h2{
    font-family: 'OPlusSans3_Light';
    font-size: 36px;
    line-height: 1.2;
}
.brand_tit>p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}

.box1{
    width: 100%;
    overflow: hidden;
}
.box1 .layer{
    margin: 50px auto 0;
    position: relative;
}
.box1 .img img{
    width: 100%;
}
.box1 .box{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box1 .box .l{
    width: 40%;
    text-align: center;
    color: #ffffff;
}
.box1 .box .l h2{
    font-family: 'OPlusSans3_Light';
    font-size: 36px;
    line-height: 2;
}
.box1 .box .l p{
    font-size: 16px;
    line-height: 1.5;
}
.box1 .box .r{
    margin-right: 4%;
    width: 26%;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
}

.box2{
    padding: 5% 0 7.8125%;
}
.box2 .brand_tit>h2{
    font-family: 'OPlusSans3_ExtraLight';
    font-size: 60px;
    line-height: 1.2;
}
.box2 .brand_tit>h3{
    font-size: 50px;
    line-height: 1.5;
}
.box2 .brand_tit>p{
    font-size: 25px;
    line-height: 1.5;
    margin-top: 15px;
}
.box2 .con{
    margin-top: 80px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
}

.box3{
    background:#f2f2f2;
    padding: 80px 0;
}
.box3 .swiper{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.box3 .swiper-slide .box{
    padding: 0 6.272%;
    display: flex;
    flex-direction: column;
}
.box3 .swiper-slide .box .img img{
    width: 100%;
}
.box3 .swiper-slide .box .wz{
    padding: 3% 5%;
    background: #F2E6DB;
    font-size: 14px;
}
.box3 .swiper-slide .box .wz h3{
    font-family: 'OPlusSans3';
}
.box3 .swiper-slide .box .wz p{
    line-height: 1.5;
    margin-top: 10px;
}
.box3 .swiper .swiper-button{
    width: 44px;
    height: 44px;
    border: 1px solid #464646;
    border-radius: 50%;
}
.box3 .swiper .swiper-button:after{
    color: #464646;
    font-size: 20px;
}
.box3 .swiper .swiper-button:hover{
    border: 1px solid #b49766;
}
.box3 .swiper .swiper-button:hover:after{
    color: #b49766;
}
.box3 .swiper .swiper-button-prev{
    left: 20%;
}
.box3 .swiper .swiper-button-next{
    right: 20%;
}

.box4{
    padding: 80px 0;
}
.box4 .layer ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.box4 .layer ul li{
    width: 32%;
    margin: 0 2% 30px 0;
}
.box4 .layer ul li .img img{
    width: 100%;
    aspect-ratio: 580/350;
}
.box4 .layer ul li .wz{
    padding: 5% 0 0;
}
.box4 .layer ul li .wz h3{
    font-family: 'OPlusSans3';
    font-size: 14px;
    font-weight: bold;
}
.box4 .layer ul li .wz p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
.box4 .layer ul li:nth-child(3n){
    margin: 0 0 30px;
}
.box4 .layer ul li:nth-last-child(-n+3){
    margin-bottom: 0;
}

.box5{
    background:#f2f2f2;
    padding: 80px 0;
}
.box5 .swiper{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.box5 .swiper-slide .box{
    display: flex;
    flex-direction: column;
    padding: 0 6.272%;
}
.box5 .swiper-slide .box .img img{
    width: 100%;
}
.box5 .swiper-slide .box .wz{
    padding: 3% 5%;
    background: #F2E6DB;
    font-size: 14px;
}
.box5 .swiper-slide .box .wz h3{
    font-family: 'OPlusSans3';
}
.box5 .swiper-slide .box .wz p{
    line-height: 1.5;
    margin-top: 10px;
}
.box5 .swiper-slide .box .wz .addr{
    font-size: 12px;
    color: #77787A;
    line-height: 1.5;
    margin-top: 10px;
}
.box5 .swiper-slide .box .wz .addr .iconfont{
    font-size: 12px;
    color: #77787A;
    margin-right: 5px;
}
.box5 .swiper .swiper-button{
    width: 44px;
    height: 44px;
    border: 1px solid #464646;
    border-radius: 50%;
}
.box5 .swiper .swiper-button:after{
    color: #464646;
    font-size: 20px;
}
.box5 .swiper .swiper-button:hover{
    border: 1px solid #b49766;
}
.box5 .swiper .swiper-button:hover:after{
    color: #b49766;
}
.box5 .swiper .swiper-button-prev{
    left: 20%;
}
.box5 .swiper .swiper-button-next{
    right: 20%;
}


@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;
    }

    .brand_tit>h2{
        font-size: 20px;
    }
    .brand_tit>p{
        margin-top: 5px;
    }

    .box1 .layer{
        margin: 20px auto;
    }
    .box1 .box .l{
        margin-left: 4%;
    }
    .box1 .box .l h2{
        font-size: 20px;
    }
    .box1 .box .l p{
        font-size: 14px;
    }
    .box1 .box .r{
        width: 40%;
        font-size: 12px;
        line-height: 1.5;
    }

    .box2 .brand_tit h2{
        font-size: 30px;
    }
    .box2 .brand_tit p{
        font-size: 20px;
        margin-top: 0;
    }
    .box2 .con{
        margin-top: 20px;
    }

    .box3{
        padding: 20px 0;
    }
    .box3 .swiper{
        margin-top: 20px;
    }
    .box3 .swiper .swiper-button{
        background: rgba(0, 0, 0, 0.3);
    }
    .box3 .swiper .swiper-button:after{
        color: #ffffff;
    }
    .box3 .swiper .swiper-button-prev{
        left: 6.272%;
    }
    .box3 .swiper .swiper-button-next{
        right: 6.272%;
    }
    
    .box4 .layer ul{
        margin-top: 20px;
    }
    .box4 .layer ul li{
        width: 49%;
    }
    .box4 .layer ul li:nth-child(3n){
        margin: 0 2% 2% 0;
    }
    .box4 .layer ul li:nth-child(2n){
        margin: 0 0 2%;
    }
    .box4 .layer ul li .wz h3{
        font-size: 14px;
    }
    .box4 .layer ul li .wz h3 span{
        font-size: 20px;
    }
    
    .box5{
        padding: 20px 0;
    }
    .box5 .swiper{
        margin-top: 20px;
    }
    .box5 .swiper .swiper-button{
        background: rgba(0, 0, 0, 0.3);
    }
    .box5 .swiper .swiper-button:after{
        color: #ffffff;
    }
    .box5 .swiper .swiper-button-prev{
        left: 6.272%;
    }
    .box5 .swiper .swiper-button-next{
        right: 6.272%;
    }
    
}
