/* 左侧导航 */
.left_top {
    height: 5rem;
    background: var(--hot) url('../images/bg_menu.png') no-repeat center right;
}

.left_top p {
    line-height: 5rem;
}

.left_menuname {
    height: 3.5rem;
    background: var(--onbg);
    line-height: 3.5rem;
    border-bottom: 2px solid #fff;
}

.left_active {
    background: var(--onbg2);
    color: var(--hot);
}

/* 联系我们 */
.contact-infoul li {
    flex: 1;

    display: flex;
}

.contact-liwrap {
    flex: 1;
    border-right: 1px solid var(--color5);
}

.contact-infoli:last-child>.contact-liwrap {
    border-right: none;
}

.icon-contact {
    color: var(--hot);
}

.map-canvas {
    height: 30rem;
    background: #f9f9f9;
}


@media (max-width: 768px) {
    .contact-container {
        margin-bottom: 2rem;
    }

    .contact-liwrap {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .contact-infoul {
        flex-direction: column;
    }

    .contact-liwrap {
        border: none;
    }

    .contact-infoul li.contact-liwrap h4 {
        font-weight: bold;
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {}