/* ========================================
   子页面通用样式
   ======================================== */

/* 页面横幅 */
.page-banner {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26,54,93,0.85) 0%, rgba(26,54,93,0.7) 100%);
}

.page-banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.page-banner-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.breadcrumb {
    font-size: 14px;
    opacity: 0.85;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: var(--accent);
}

.breadcrumb span {
    margin: 0 8px;
}

/* ========================================
   关于我们页面
   ======================================== */

/* 公司简介 */
