.ny_banner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.ny_banner .img img{
    width:100%;
}
.ny_banner .wz{
    width:100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ny_banner .wz .img1{
    /* height: 120px; */
}
.ny_banner .wz h2{
    font-size:36px;
    line-height:100px;
    color:#ffffff;
    text-align:center;
}
.ny_banner .wz .btn{
    width: 196px;
    height: 58px;
    border-radius: 29px;
    background-color: #B59667;
    text-align: center;
    font-size: 20px;
    line-height: 58px;
    color: #ffffff;
    margin: 2.125% 0 0;
}
.ny_banner .wz p{
    font-size:20px;
    color:#ffffff;
    margin-top:30px;
}


.join_tit{
    margin: 0 0 3.125%;
    text-align: center;
}
.join_tit h2{
    font-family: 'OPlusSans3_Light';
    font-size: 36px;
    line-height: 1.5;
}
.join_tit p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.box1 .tit{
    position: relative;
    margin: 5.2083% 0;
    display: flex;
    justify-content: center;
}
.box1 .tit:after{
    content: '';
    width: 100%;
    height: 6px;
    background-color: #B59667;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 51px;
}
.box1 .tit .box{
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #ffffff;
    text-align: center;
}
.box1 .tit .box h2{
    font-size: 34px;
}
.box1 .tit .box h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}
.box1 .layer{
    display:flex;
    margin-bottom: 10%;
}
.box1 .layer dt{
    width: 16%;
    padding-right: 4%;
    border-right: 1px solid #CBCBCB;
    box-sizing: border-box;
    display:flex;
    align-items:center;
}
.box1 .layer dt img{
    max-height: 135px;
}
.box1 .layer dd{
    width: 21%;
    padding:0 15px;
    box-sizing: border-box;
    display:flex;
    justify-content:center;
    align-items:center;
}
.box1 .layer dd img{
    max-height: 135px;
}

.box2{
    padding: 6% 0 0;
    overflow: hidden;
}
.box2 .layer{
    text-align: center;
}
.box2 .layer h2{
    font-family: 'OPlusSans3_ExtraLight';
    font-size: 56px;
    margin: 0 0 1.875%;
}
.box2 .layer p{
    font-size: 20px;
    color: #b49766;
    margin-top: 1.875%;
}

.box3{
    margin-top: 5%;
}
.box3 .tit{
    font-family: 'OPlusSans3';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 33px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 61px;
}
.box3 ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.box3 ul li .l{
    width: 110px;
    font-family: 'OPlusSans3';
    line-height: 2;
}
.box3 ul li .r{
    width: calc(100% - 110px);
    display: flex;
    align-items: center;
}
.box3 ul li .r.checkbox .item{
    color: #666666;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.box3 ul li .r.checkbox .item input{
    width: 18px;
    height: 18px;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
}
.box3 ul li .r.input input{
    width: 100%;
    height: 46px;
    border: 1px solid #d2d2d2;
    padding: 0;
}
.box3 ul li button{
    width: 265px;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    color: #ffffff;
    background: #B59667;
    margin: 19px auto 0 auto;
    border: 0;
}

.box4{
    overflow: hidden;
    padding: 80px 0;
}
.box4 ul{
    display: flex;
}
.box4 ul li{
    width: 33.33%;
    aspect-ratio: 600/530;
    position: relative;
}
.box4 ul li .img{
    overflow: hidden;
}
.box4 ul li .wz{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10%;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}
.box4 ul li .wz h3{
    font-family: 'OPlusSans3';
    line-height: 2;
}
.box4 ul li .wz p{
    line-height: 1.5;
    margin-top: 10px;
}

.box5{
    padding: 80px 0;
    overflow: hidden;
    background: #f2f2f2;
}
.box5 ul{
    display: flex;
    flex-wrap: wrap;
}
.box5 ul li{
    width: 30%;
    margin: 0 5% 30px 0;
}
.box5 ul li .img{
    aspect-ratio: 515/285;
    overflow: hidden;
    border-radius: 25px;
}
.box5 ul li .wz{
    text-align: center;
    margin-top: 5%;
    font-size: 14px;
}
.box5 ul li .wz h3{
    font-family: 'OPlusSans3';
}
.box5 ul li .wz p{
    color: #666666;
    line-height: 1.5;
    margin-top: 2%;
}
.box5 ul li:nth-child(3n){
    margin: 0 0 30px;
}
.box5 ul li:nth-last-child(-n+3){
    margin-bottom: 0;
}

.box6{
    padding: 5% 0 0;
    overflow: hidden;
}
.box6 dl{
    display: flex;
    justify-content: space-between;
    padding: 1.5625% 0 0;
}
.box6 dl dt{
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box6 dl dt .iconfont{
    font-size: 20px;
    color: #b49766;
}
.box6 dl dt:last-child{
    display: none;
}
.box6 dl dd{
    width: 15%;
    max-width: 250px;
    position: relative;
}
.box6 dl dd .box{
    padding: 10%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}
.box6 dl dd .box span{
    margin: 10px 0 20px;
}
.box6 dl dd .box span{
    max-width: 40px;
}
.box6 dl dd .box h3{
    width: 100%;
    font-family: 'OPlusSans3';
    line-height: 1.5;
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #b49766;
}
.box6 dl dd .box div{
    line-height: 1.5;
    color: #666666;
}

.box7{
    padding: 80px 0;
    overflow: hidden;
}
.box7 ul li{
    margin-bottom: 2.7777%;
}
.box7 ul li .img img{
    aspect-ratio: 1850/450;
}
.box7 ul li .wz{
    padding: 1.2658% 2.7777% 2.7777% ;
    background: #f2f2f2;
    font-size: 14px;
}
.box7 ul li .wz h3{
    display: inline-block;
    font-family: 'OPlusSans3';
    line-height: 2;
    border-bottom: 2px solid #b49766;
}
.box7 ul li .wz div{
    line-height: 1.5;
    color: #666666;
    margin-top: 20px;
}
.box7 ul li:last-child{
    margin-bottom: 0;
}


@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 .img1{
        height: 30px;
    }
    .ny_banner .wz h2{
        font-size: 20px;
        line-height: 2;
    }
    .ny_banner .wz .btn{
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin: 0;
    }
    .ny_banner .wz p{
        font-size: 14px;
        margin-top: 5px;
    }

    .join_tit h2{
        font-size: 20px;
    }

    .box2 .layer h2{
        font-size: 20px;
    }
    .box2 .layer p{
        font-size: 14px;
    }
    
    .box3 .tit{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .box3 ul li .l{
        width: 80px;
    }
    .box3 ul li .r{
        width: calc(100% - 80px);
        flex-wrap: wrap;
    }
    .box3 ul li .r.checkbox .item{
        width: 48%;
        margin: 0 2% 2% 0;
    }

    .box4 ul{
        flex-wrap: wrap;
    }
    .box4 ul li{
        width: 100%;
    }

    .box5 ul{
        width: 100%;
    }
    .box5 ul li{
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .box5 ul li:nth-child(3n){
        margin: 0 2% 2% 0;
    }
    .box5 ul li:nth-child(2n){
        margin: 0 0 2%;
    }
    .box5 ul li .img{
        border-radius: 10px;
    }

    .box6 dl{
        flex-wrap: wrap;
    }
    .box6 dl dt{
        width: 100%;
        height: 60px;
    }
    .box6 dl dt .iconfont{
        transform: rotate(90deg);
    }
    .box6 dl dd{
        width: 100%;
        max-width:none;
    }
    .box6 dl dd .box{
        padding: 5%;
    }
}