.ny_banner {
    width: 100%;
    margin-top: 5.625rem;
}
.ny_banner img{
    width: 100%;
}

.ny_menu{
    height: 4.125rem;
    border-bottom: 2px solid #ededed;
    margin: .9375rem 0 0;
}
.ny_menu .center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_menu ul{
    display: flex;
}
.ny_menu ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.125rem;
    margin-right: 6.25rem;
}
.ny_menu ul li a{
    font-size: 1.5rem;
    color: #666666;
}
.ny_menu ul li.on{
    border-bottom: 3px solid #000266;
}
.ny_menu ul li.on a{
    color: #000266;
}
.ny_menu .lj{
    font-size: 1.25rem;
    line-height: 1;
    color: #666666;
}
.ny_menu .lj .iconfont{
    font-size: 1.25rem;
}
.ny_menu .lj a{
    color: #666666;
}
.ny_menu .lj a:hover{
    color: #000266;
}


.contact .box1{
    padding: 5.2083% 0;    /* 100px */
}
.contact .box1 .addr1{
    display: flex;
    background: #f6f6f6;
}
.contact .box1 .addr1 .img{
    width: 62.5%;    /* 900px */
}
.contact .box1 .addr1 .img img{
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 900/600;
    object-fit: cover;
}
.contact .box1 .addr1 .con{
    padding: 3.125%;    /* 45px */
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.875rem;
}
.contact .box1 .addr1 .con h3{
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
}
.contact .box1 .addr1 .con h4{
    font-size: 1.25rem;
    line-height: 2.5rem;
}
.contact .box1 .addr1 .con a{
    color: #000266;
    display: inline-block;
}
.contact .box1 .addr1 .con .ewm{
    width: 116px;
    height: 116px;
    padding: 5px;
    background: #ffffff;
    margin-top: 1.875rem;
}
.contact .box1 .addr1 .con .ewm img{
    width: 100%;
    height: 100%;
}

.contact .box2{
    background: #f6f6f6;
    padding: 5.2083% 0;    /* 100px */
}

.contact .box2 dl{
    background: #ffffff;
    padding: 3.75rem;
    border-radius: .625rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    display: flex;
    justify-content: space-between;
}
/*.contact .box2 dl form{*/
/*    width: 64.84375%;*/
/*}*/
.contact .box2 dl dt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .box2 dl dt .item{
    width: 48.1927%;
    margin: 0 0 1.25rem;
}
.contact .box2 dl dt .item p{
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: .625rem;
}
.contact .box2 dl dt .item p span{
    color: #d40000;
    margin-left: .5rem;
}
.contact .box2 dl dt .item input{
    padding: .9375rem 1.5625rem;
    width: 100%;
    height: 3.5rem;
    border: 1px solid #f1f1f1;
    border-radius: .625rem;
    outline: none;
}
.contact .box2 dl dt .item textarea{
    padding: .9375rem 1.5625rem;
    height: 7.125rem;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: .625rem;
    outline: none;
}
.contact .box2 dl dt .item:nth-child(5){
    width: 100%;
}
.contact .box2 dl dt .item:nth-child(6){
    width: 100%;
}
.contact .box2 dl dt .item:nth-child(6) input{
    width: 1.25rem;
    height: 1.25rem;
    margin: .3125rem .3125rem 0 0;
    display: inline-block;
}
.contact .box2 dl dt button{
    width: 10rem;
    height: 3.4375rem;
    font-size: 1.125rem;
    line-height: 3.4375rem;
    color: #ffffff;
    background: #000266;
    border-radius: 1.7188rem;
    border: 0;
}
.contact .box2 dl dt button span{
    display: inline-block;
    transform: rotate(90deg);
    color: #ffffff;
    margin-left: .625rem;
}
.contact .box2 dl dd{
    width: 25.78125%;
}
.contact .box2 dl dd .img{
    border: .625rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}
.contact .box2 dl dd h3{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.contact .box2 dl dd p{
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000266;
}
.contact .box2 dl dd p a{
    color: #000266;
}
.contact .box2 dl dd .ewm{
    width: 116px;
    height: 116px;
    padding: 5px;
    background: #ffffff;
    margin-top: 1.875rem;
}
.contact .box1 .addr1 .con .ewm img{
    width: 100%;
    height: 100%;
}
.contact .box2 dl .line{
    width: 1px;
    background: #e5e5e5;
}



@media (max-width: 1360px) {
    .ny_menu ul li{
        margin-right: 1.875rem;
    }
}

@media (max-width: 768px) {
    .ny_menu{
        margin: 0;
    }
    .ny_menu ul{
        width: 100%;
        justify-content: space-between;
    }
    .ny_menu ul li{
        margin-right: 0;
    }
    .ny_menu ul li a{
        font-size: 1.125rem;
    }
    .ny_menu .lj{
        display: none;
    }

    .contact .box1 .addr1{
        flex-direction: column;
        margin-bottom: 4%;
    }
    .contact .box1 .addr1 .img{
        width: 100%;
    }
    .contact .box1 .addr1 .con h3{
        margin-bottom: 1.25rem;
    }
    .contact .box1 ul li{
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .contact .box1 ul li:nth-child(2n){
        margin: 0 0 4%;
    }
    .contact .box1 ul li .con{
        padding: .625rem;
    }
    .contact .box1 ul li .con h3{
        font-size: 1.25rem;
    }
    .contact .box1 ul li .con p{
        font-size: .75rem;
        line-height: 1.25rem;
    }
    
    .contact .box2 dl{
        padding: .9375rem;
        flex-direction: column;
    }
    .contact .box2 dl form{
        width: 100%;
    }
    .contact .box2 dl dd{
        width: 100%;
        margin-top: 1.25rem;
    }
}
