.ny_banner{
    overflow: hidden;
}
.ny_banner img{
    width: 100%;
    height: 380px;
}

.ny_lj{
    font-size: 12px;
    line-height: 30px;
    padding: 10px 0;
}
.ny_lj span{
    margin: 0 8px;
}


.contact .w1600{
    display: flex;
    justify-content: space-between;
}
.contact .l{
    width: 30%;
}
.contact .l .lm{
    border: 1px solid #e3e9ef;
    margin-bottom: 30px;
}
.contact .l .lm .tit{
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e3e9ef;
}
.contact .l .lm .tit span{
    display: inline-block;
    height: 49px;
    color: #025fa9;
    border-bottom: 3px solid #025fa9;
}
.contact .l .lm .con{
    padding: 15px;
}
.contact .l .lm .con a{
    display: block;
    font-size: 16px;
    line-height: 34px;
}

.contact .r{
    width: 70%;
    padding-left: 50px;
}
.contact .r .tit{
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e3e9ef;
}
.contact .r .tit span{
    display: inline-block;
    height: 49px;
    color: #025fa9;
    border-bottom: 3px solid #025fa9;
}
.contact .r .con{
    line-height: 30px;
    padding: 20px 0 50px;
}
.contact .r .con h3{
    font-size: 24px;
    line-height: 50px;
}
.contact .r .con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .r .con ul li{
    width: 45%;
    margin: 5px 0;
    display: flex;
}
.contact .r .con ul li .div1{
    width: 150px;
    font-weight: bold;
}
.contact .r .con ul li>p{
    width: calc(100% - 150px);
}
.contact .r .con ul li.addr{
    width: 100%;
}
.contact .r .con ul li.addr .div1{
    width: 200px;
}

@media (max-width: 1600px) {
    
}

@media (max-width: 1360px) {
    
}

@media (max-width: 768px) {
    .ny_banner{
        margin-top: 50px;
        height: 150px;
    }
    .ny_banner img{
        object-fit: cover;
        height: 150px;
    }

    .contact .l{
        display: none;
    }
    .contact .r{
        width: 100%;
        padding-left: 0;
    }
    .contact .r .tit{
        padding: 0;
    }
    .contact .r .con h3{
        font-size: 20px;
    }
    .contact .r .con ul li{
        width: 100%;
    }
    
}