.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:100px;
    color:#ffffff;
    text-align:center;
}
.ny_banner .wz p{
    font-size:20px;
    line-height:40px;
    color:#ffffff;
    text-align:center;
    margin-top:17px;
}

.contact_tit{
    margin: 5.208% 0 3.125%;
    text-align: center;
}
.contact_tit h2{
    font-family: 'OPlusSans3_Light';
    font-size: 36px;
    line-height: 1.5;
}
.contact_tit p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1.875%;
}

.box1{
    overflow: hidden;
    padding-bottom: 5.2083%;
}
.box1 .con{
    width: 50%;
    margin: 0 auto;
}
.box1 .con li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #666666;
    height: 70px;
    font-size: 14px;
}

.box2 .form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5%;
    font-size: 14px;
    line-height: 30px;
}
.box2 .form .l{
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box2 .form .l li{
    width: 48%;
    height: 40px;
    margin: 0 0 15px;
}
.box2 .form .l li input{
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    padding: 5px;
    box-sizing: border-box;
}
.box2 .form .l li select{
    width: 100%;
    height: 100%;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.box2 .form .l li.phone{
    width: 100%;
}
.box2 .form .r{
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.box2 .form .r li{
    margin-bottom: 15px;
}
.box2 .form .r textarea{
    width: 100%;
    height: 150px;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.box2 .form .r .button{
    display: flex;
    justify-content: right;
}
.box2 .form .r button{
    width: 200px;
    height: 40px;
    background: #b49766;
    border: 0;
    font-size: 20px;
    color: #ffffff;
}


@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;
    }
    .ny_banner .wz p{
        font-size: 14px;
        line-height: 2;
        margin-top: 0;
    }

    .box1 .con{
        width: 100%;
    }

    .box2 .form{
        flex-wrap: wrap;
    }
    .box2 .form .l{
        width: 100%;
        padding-right: 0;
    }
    .box2 .form .r{
        width: 100%;
        padding-left: 0;
    }
    .box2 .form .r .button{
        justify-content: center;
    }
}