/* ============================================================
   contact-bs.css - 联系我们页 Bootstrap 定制样式
   ============================================================ */

/* 面包屑 */
.breadcrumb-nav {
    color: #888;
    font-size: 13px;
}
.breadcrumb-nav a {
    color: #888;
    text-decoration: none;
}
.breadcrumb-nav a:hover {
    color: #078a60;
}

/* 联系卡片 */
.contact-card img[src*="otel"],
.contact-card img[src*="map"] {
    width: 48px;
    height: 48px;
}
.contact-card h4 {
    color: #111;
}
.contact-card strong {
    color: #333;
}

/* 公司地图容器（响应式） */
.map-container {
    width: 100%;
    height: 450px;
    border-color: #ccc !important;
}

/* 百度地图样式覆盖（保持原样） */
.iw_poi_title {
    color: #fa7821;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content {
    font: 14px arial, sans-serif;
    overflow: visible;
    padding-top: 1px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

/* 响应式 */
@media (max-width: 767.98px) {
    .contact-section {
        padding: 16px 0 !important;
    }
    .contact-welcome {
        padding: 16px !important;
        font-size: 14px !important;
    }
    .contact-welcome h2 {
        font-size: 14px !important;
    }
    .contact-welcome img {
        width: 20px;
        height: auto;
    }
    .contact-card {
        padding: 16px !important;
    }
    .contact-card img[src*="otel"],
    .contact-card img[src*="map"] {
        width: 36px;
        height: 36px;
    }
    .map-container {
        height: 280px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-container {
        height: 350px;
    }
}
