.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;
}

.construction_tit{
    text-align: center;
}
.construction_tit>h2{
    font-family: 'OPlusSans3_Light';
    font-size: 36px;
    line-height: 1.2;
}
.construction_tit>p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}

.box1{
    overflow: hidden;
    padding: 80px 0 7.8125%;
    position: relative;
}
.box1:after{
    content: '';
    width: 50%;
    max-width: 200px;
    height: 2px;
    background: #b49766;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.box1 .con{
    margin-top: 80px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 2;
    text-align: center;
}

.box2{
    padding: 7.8125% 0 0;
}
.box2 .flex{
    padding: 2.7777% 0 0;
    display: flex;
    justify-content: space-between;
}
.box2 .flex .l{
    width: 61.2612%;
}
.box2 .flex .r{
    width: 36.9369%;
}
.box2 .flex .r .item{
    margin-bottom: 4.878%;
}
.box2 .flex .r .item:last-child{
    margin-bottom: 0;
}
.box2 .flex .item{
    position: relative;
}
.box2 .flex .item .img img{
    width: 100%;
}
.box2 .flex .item .wz{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content:left;
    color: #ffffff;
}
.box2 .flex .item .wz .tit h3{
    font-family: 'OPlusSans3';
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
.box2 .flex .item .wz .tit p{
    font-size: 14px;
    line-height: 2;
}
.box2 .flex .item .wz .iconfont{
    font-size: 40px;
    margin: 13.5px 0 0 30px;
    opacity: 0;
    transition: all 0.3s;
}
.box2 .flex .item:hover .wz{
    background: rgba(180,151,102,0.8);
}
.box2 .flex .item:hover .wz .iconfont{
    opacity: 1;
}

.box3{
    overflow: hidden;
    padding: 80px 0;
}
.box3 ul{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}
.box3 ul li{
    width: 49.1666%;
    overflow: hidden;
    position: relative;
}
.box3 ul li .img{
    overflow: hidden;
}
.box3 ul li .img img{
    aspect-ratio: 905/600;
    transition: all 0.3s;
}
.box3 ul li .wz{
    width: 100%;
    background: #b49766;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3.3333% 5%;
    box-sizing: border-box;
    color: #ffffff;
    transition: all 0.3s;
    transform: translateY(0);
}
.box3 ul li .wz h3{
    font-family: 'OPlusSans3';
    font-size: 26px;
    line-height: 1.5;
}
.box3 ul li .wz p{
    font-size: 14px;
    line-height: 2;
}
.box3 ul li:hover .img img{
    transform: scale(1.1);
}
.box3 ul li:hover .wz{
    bottom: 100%;
    transform: translateY(100%);
}


@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;
    }

    .construction_tit>h2{
        font-size: 20px;
    }
    
    .box1 .con{
        margin-top: 20px;
    }

    .box2 .flex{
        flex-wrap: wrap;
    }
    .box2 .flex .l{
        width: 100%;
        margin-bottom: 4.878%;
    }
    .box2 .flex .r{
        width: 100%;
    }
    .box2 .flex .item .wz{
        padding: 20px;
    }
    .box2 .flex .item .wz .tit h3{
        font-size: 20px;
    }

    .box3 ul{
        flex-wrap: wrap;
    }
    .box3 ul li{
        width: 100%;
        margin-bottom: 4.878%;
    }
    .box3 ul li .wz h3{
        font-size: 20px;
    }
}