/*内页联系我们开始*/
.ny-contact-warp {
    padding: 5% 0;
}
.ny-contact-warp .top {
    text-align: center;
    font-size: 32px;
}
.ny-contact-warp .bottom {
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
}
.ny-contact-warp .bottom .l {
    width: 50%;
    display: flex;
    align-items: center;
    border-right: 1px solid #dfdfdf;
}
.ny-contact-warp .bottom .l img {
    width: 75px;
    height: 75px;
}
.ny-contact-warp .bottom .l .tel {
    margin-left: 50px;
}
.ny-contact-warp .bottom .l .tel p {
    font-size: 18px;
    color: #5d5d5d;
}
.ny-contact-warp .bottom .l .tel h1 {
    font-size: 50px;
    margin-top: 10px;
}
.ny-contact-warp .bottom .r {
    width: 50%;
    display: flex;
    justify-content: center;
}
.ny-contact-warp .bottom .r div {
    width: 136px;
    text-align: center;
}
.ny-contact-warp .bottom .r div:nth-child(1) {
    margin-right: 100px;
}
.ny-contact-warp .bottom .r div p {
    margin-top: 10px;
}
.ny-contact-warp .bottom .r img {
    width: 100%;
}
.ny-contact-warp .bottom .r img:nth-child(1) {
    margin-right: 100px;
}
.map {
    width: 100%;
    height: 500px;
    margin-top: 100px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}