/* ===== 上海乾嘉国际货运 - 主样式 ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
}

a { color: #1a6bbf; text-decoration: none; }
a:hover { color: #e53e00; }
img { max-width: 100%; border: 0; }
ul { list-style: none; }

/* ===== 顶部栏 ===== */
.top-bar {
    background: #2c3e6b;
    color: #aaa;
    font-size: 12px;
    padding: 5px 0;
}
.top-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar a { color: #aaa; }
.top-bar a:hover { color: #fff; }

/* ===== Header ===== */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-logo img {
    height: 70px;
    width: auto;
}
.site-logo-text {
    font-size: 22px;
    font-weight: bold;
    color: #1a4a8a;
    letter-spacing: 1px;
}
.header-contact {
    text-align: right;
    color: #555;
    font-size: 13px;
    line-height: 1.8;
}
.header-contact .tel {
    font-size: 22px;
    color: #d43f00;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

/* ===== 导航 ===== */
.main-nav {
    background: #1a4a8a;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.nav-inner > ul {
    display: flex;
    flex: 1;
}
.nav-inner > ul > li {
    position: relative;
}
.nav-inner > ul > li > a {
    display: block;
    color: #fff;
    padding: 16px 22px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s;
}
.nav-inner > ul > li > a:hover,
.nav-inner > ul > li.active > a {
    background: #e53e00;
    color: #fff;
}
.nav-inner > ul > li:hover .dropdown {
    display: block;
}
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}
.dropdown a {
    display: block;
    padding: 10px 18px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.dropdown a:hover { background: #f5f8ff; color: #1a4a8a; }
.nav-search {
    padding: 0 15px;
}
.nav-search form {
    display: flex;
    align-items: center;
}
.nav-search input[type="text"] {
    border: 1px solid #4a7dcc;
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
    width: 150px;
    outline: none;
}
.nav-search input[type="text"]::placeholder { color: rgba(255,255,255,0.6); }
.nav-search button {
    background: #e53e00;
    border: none;
    color: #fff;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    font-size: 13px;
}

/* ===== Banner / Hero ===== */
.hero-banner {
    background: linear-gradient(135deg, #1a3a6b 0%, #2a5fa0 50%, #1a7bcc 100%);
    color: #fff;
    text-align: center;
    padding: 80px 15px;
    position: relative;
    overflow: hidden;
}
.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path d="M0 60 L60 0 M-10 10 L10 -10 M50 70 L70 50" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></svg>') repeat;
}
.hero-banner .container { position: relative; }
.hero-banner h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.hero-banner p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.8;
}
.hero-banner .btn {
    display: inline-block;
    background: #e53e00;
    color: #fff;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.2s, transform 0.2s;
    margin: 5px;
}
.hero-banner .btn:hover { background: #c03000; transform: translateY(-2px); }
.hero-banner .btn-outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
}
.hero-banner .btn-outline:hover { background: rgba(255,255,255,0.15); }

/* ===== 危险品物流 Banner 样式 ===== */
.danger-logistics-banner {
    background: linear-gradient(135deg, #1a237e 0%, #0d47a1 50%, #1565c0 100%);
    padding: 70px 15px;
}
.danger-logistics-banner::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><circle cx="50" cy="50" r="30" fill="none" stroke="rgba(255,200,0,0.08)" stroke-width="2"/><path d="M50 20 L50 80 M20 50 L80 50" stroke="rgba(255,200,0,0.05)" stroke-width="1"/></svg>') repeat;
}
.danger-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(229,57,53,0.15);
    border: 2px solid #e53e00;
    border-radius: 30px;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #ffcc00;
}
.danger-badge .danger-icon {
    font-size: 20px;
}
.danger-badge .danger-class {
    background: #e53e00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    margin-left: 5px;
}
.hero-certifications {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.cert-tag {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
}

/* ===== 页面内容区 (非首页) ===== */
.page-banner {
    background: linear-gradient(135deg, #1a3a6b, #2a5fa0);
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.page-banner h1 { font-size: 26px; }
.breadcrumb {
    background: #f5f7fa;
    border-bottom: 1px solid #e5e8ed;
    padding: 10px 0;
    font-size: 13px;
    color: #888;
}
.breadcrumb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.breadcrumb a { color: #1a6bbf; }

/* ===== 容器 ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.section {
    padding: 60px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 28px;
    color: #1a3a6b;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #e53e00;
    border-radius: 2px;
}
.section-title p {
    color: #666;
    margin-top: 12px;
    font-size: 15px;
}
.section-gray { background: #f5f7fa; }

/* ===== 关于我们 (首页) ===== */
.about-section { background: #fff; }
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.about-text h2 {
    font-size: 26px;
    color: #1a3a6b;
    margin-bottom: 20px;
}
.about-text h2 span { color: #e53e00; }
.about-text p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 15px;
}
.about-img { text-align: center; }
.about-img img {
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 480px;
}
.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 25px;
}
.stat-item {
    text-align: center;
    background: #f5f8ff;
    border-radius: 8px;
    padding: 18px 10px;
    border-top: 3px solid #1a4a8a;
}
.stat-item .num {
    font-size: 30px;
    font-weight: bold;
    color: #e53e00;
}
.stat-item .label {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

/* ===== 服务模块 ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.14);
}
.service-card-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fff;
}
.service-card-img.bg1 { background: linear-gradient(135deg,#1a6bbf,#2a8fd8); }
.service-card-img.bg2 { background: linear-gradient(135deg,#27ae60,#2ecc71); }
.service-card-img.bg3 { background: linear-gradient(135deg,#e53e00,#f56c00); }
.service-card-img.bg4 { background: linear-gradient(135deg,#8e44ad,#9b59b6); }
.service-card-img.bg5 { background: linear-gradient(135deg,#c0392b,#e74c3c); }
.service-card-img.bg6 { background: linear-gradient(135deg,#16a085,#1abc9c); }
.service-card-body {
    padding: 22px 20px;
}
.service-card-body h3 {
    font-size: 17px;
    color: #1a3a6b;
    margin-bottom: 10px;
}
.service-card-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}
.service-card-body .more-link {
    display: inline-block;
    margin-top: 12px;
    color: #1a6bbf;
    font-size: 13px;
}
.service-card-body .more-link:hover { color: #e53e00; }

/* ===== 新闻咨询 ===== */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.07);
    transition: transform 0.3s;
}
.news-card:hover { transform: translateY(-4px); }
.news-card-header {
    background: linear-gradient(135deg,#1a4a8a,#2a6ac0);
    padding: 22px;
    color: #fff;
}
.news-card-header h3 { font-size: 15px; line-height: 1.5; }
.news-card-body { padding: 18px; }
.news-card-body .date { font-size: 12px; color: #999; margin-bottom: 8px; }
.news-card-body p { font-size: 13px; color: #555; line-height: 1.8; }
.news-list { margin-top: 12px; }
.news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
}
.news-list li a { color: #333; flex: 1; }
.news-list li a:hover { color: #1a6bbf; }
.news-list li .date-tag {
    color: #999;
    font-size: 11px;
    white-space: nowrap;
    margin-left: 10px;
}

/* ===== 合作伙伴 ===== */
.partners-section { background: #1a3a6b; padding: 50px 0; }
.partners-section .section-title h2 { color: #fff; }
.partners-section .section-title h2::after { background: #e53e00; }
.partners-track {
    overflow: hidden;
    position: relative;
}
.partners-list {
    display: flex;
    gap: 20px;
    animation: scroll-partners 30s linear infinite;
}
.partners-list:hover { animation-play-state: paused; }
@keyframes scroll-partners {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.partner-item {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 15px 25px;
    white-space: nowrap;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    font-weight: 500;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.15);
    transition: background 0.2s;
}
.partner-item:hover { background: rgba(255,255,255,0.2); }

/* ===== 联系我们 (首页小块) ===== */
.contact-strip {
    background: #e53e00;
    padding: 40px 0;
    color: #fff;
}
.contact-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-strip h3 { font-size: 22px; }
.contact-strip p { font-size: 14px; opacity: 0.9; margin-top: 5px; }
.contact-strip .btn-white {
    background: #fff;
    color: #e53e00;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    transition: transform 0.2s;
}
.contact-strip .btn-white:hover { transform: scale(1.05); }

/* ===== 在线询单表单 ===== */
.inquiry-section {
    background: #f5f7fa;
    padding: 60px 0;
}
.inquiry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.inquiry-form h3 {
    font-size: 22px;
    color: #1a3a6b;
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 18px;
}
.form-group label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}
.form-group label .req { color: #e53e00; margin-left: 2px; }
.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d5d9e0;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s;
    outline: none;
    background: #fff;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #1a6bbf;
    box-shadow: 0 0 0 3px rgba(26,107,191,0.1);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.btn-submit {
    background: #1a4a8a;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s;
}
.btn-submit:hover { background: #e53e00; }
.inquiry-info h3 {
    font-size: 22px;
    color: #1a3a6b;
    margin-bottom: 20px;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.contact-info-item .icon {
    width: 40px;
    height: 40px;
    background: #1a4a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}
.contact-info-item .text strong {
    display: block;
    color: #1a3a6b;
    font-size: 15px;
    margin-bottom: 3px;
}
.contact-info-item .text span {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

/* ===== 企业名片 ===== */
.biz-card-section {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}
.biz-card-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

/* ===== Footer ===== */
.site-footer {
    background: #1a2a4a;
    color: rgba(255,255,255,0.7);
    padding: 50px 0 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e53e00;
    display: inline-block;
}
.footer-col p, .footer-col li {
    font-size: 13px;
    line-height: 2;
}
.footer-col ul li a {
    color: rgba(255,255,255,0.65);
    transition: color 0.2s;
}
.footer-col ul li a:hover { color: #fff; }
.footer-col .company-desc {
    font-size: 13px;
    line-height: 1.9;
    color: rgba(255,255,255,0.6);
}
.footer-bottom {
    background: #111d35;
    margin-top: 40px;
    padding: 18px 15px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.45);
}
.footer-bottom a { color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: #fff; }
.footer-links { margin-top: 8px; }
.footer-links a {
    margin: 0 8px;
    color: rgba(255,255,255,0.45);
    font-size: 12px;
}

/* ===== 悬浮联系栏 ===== */
.float-contact {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.float-contact a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1a4a8a;
    color: #fff;
    padding: 12px 10px;
    font-size: 11px;
    text-align: center;
    width: 50px;
    transition: background 0.2s;
    border-radius: 4px 0 0 4px;
}
.float-contact a:hover { background: #e53e00; color: #fff; }
.float-contact a .fc-icon { font-size: 20px; margin-bottom: 3px; }

/* ===== 内页布局 ===== */
.page-layout {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
}
.page-sidebar {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    align-self: start;
}
.sidebar-title {
    background: #1a4a8a;
    color: #fff;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: bold;
}
.sidebar-nav li a {
    display: block;
    padding: 12px 18px;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.2s, color 0.2s;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active a {
    background: #f0f5ff;
    color: #1a4a8a;
    border-left: 3px solid #1a4a8a;
    padding-left: 15px;
}
.page-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    padding: 30px;
}
.page-content h1, .page-content h2 {
    color: #1a3a6b;
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8ecf3;
}
.page-content p {
    color: #555;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 14px;
}
.page-content strong { color: #1a3a6b; }

/* 服务详情网格 */
.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.service-detail-item {
    background: #f5f8ff;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #1a4a8a;
}
.service-detail-item h4 {
    color: #1a4a8a;
    font-size: 16px;
    margin-bottom: 8px;
}
.service-detail-item p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

/* 联系页 */
.contact-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.contact-block {
    background: #f5f7fa;
    border-radius: 8px;
    padding: 25px;
}
.contact-block h3 {
    color: #1a4a8a;
    font-size: 18px;
    margin-bottom: 18px;
    border-bottom: 2px solid #1a4a8a;
    padding-bottom: 8px;
}
.contact-row {
    display: flex;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px dashed #dde1e8;
}
.contact-row .label {
    color: #888;
    width: 80px;
    flex-shrink: 0;
}
.contact-row .value { color: #333; }
.contact-row .value a { color: #1a6bbf; }

/* 地图容器 */
.map-container {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
    border: 1px solid #e0e4ec;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 文章/新闻列表 */
.article-list { margin-top: 10px; }
.article-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eff1f5;
}
.article-item .date-block {
    background: #1a4a8a;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: 55px;
    flex-shrink: 0;
}
.article-item .date-block .day { font-size: 22px; font-weight: bold; line-height: 1; }
.article-item .date-block .ym { font-size: 11px; opacity: 0.8; }
.article-item .info h4 { color: #1a3a6b; font-size: 15px; margin-bottom: 6px; }
.article-item .info h4 a { color: #1a3a6b; }
.article-item .info h4 a:hover { color: #e53e00; }
.article-item .info p { font-size: 13px; color: #777; line-height: 1.7; margin-bottom: 0; }

/* 合作伙伴页 */
.partners-page-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 15px;
}
.partner-card {
    text-align: center;
    background: #f5f7fa;
    border-radius: 8px;
    padding: 20px 15px;
    border: 1px solid #e5e8ed;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.partner-card:hover {
    border-color: #1a6bbf;
    box-shadow: 0 4px 14px rgba(26,106,191,0.12);
}
.partner-card .logo-placeholder {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,#1a4a8a,#2a6ac0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 10px;
}
.partner-card p { font-size: 12px; color: #555; }

/* ===== 汉堡菜单按钮 ===== */
.nav-toggle {
    display: none;
    background: none;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 10px;
    margin-right: 10px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== 搜索页样式 ===== */
.search-result-item {
    padding: 20px 0;
    border-bottom: 1px solid #eef0f5;
}
.search-result-item:last-child { border-bottom: none; }
.search-result-item h4 { font-size: 16px; margin-bottom: 6px; }
.search-result-item h4 a { color: #1a3a6b; }
.search-result-item h4 a:hover { color: #e53e00; }
.search-result-item p { font-size: 13px; color: #777; line-height: 1.7; margin-bottom: 6px; }
.search-result-item .tag {
    display: inline-block;
    background: #f0f5ff;
    color: #1a4a8a;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-right: 6px;
}
.search-highlight { color: #e53e00; font-weight: bold; }
.no-results { text-align: center; padding: 60px 20px; color: #999; }
.no-results .icon { font-size: 48px; margin-bottom: 15px; }

/* ===== 响应式 ===== */
@media (max-width: 992px) {
    .about-grid, .inquiry-grid, .contact-page-grid {
        grid-template-columns: 1fr;
    }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .page-layout { grid-template-columns: 1fr; }
    .hero-banner h1 { font-size: 26px; }
    .partners-page-grid { grid-template-columns: repeat(3, 1fr); }
    .service-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .services-grid, .news-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .contact-strip-inner { flex-direction: column; gap: 20px; text-align: center; }
    .hero-banner { padding: 50px 15px; }
    .header-inner { flex-direction: column; gap: 15px; text-align: center; }
    .partners-page-grid { grid-template-columns: repeat(2, 1fr); }
    /* 移动端导航 */
    .nav-toggle { display: flex; }
    .nav-inner { padding: 0 10px; flex-wrap: wrap; }
    .nav-inner > ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #1a4a8a;
    }
    .nav-inner > ul.open { display: flex; }
    .nav-inner > ul > li > a { padding: 12px 18px; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .nav-inner > ul > li:hover .dropdown { display: none; }
    .nav-search { width: 100%; padding: 10px 10px; }
    .nav-search input[type="text"] { width: calc(100% - 50px); }
    .dropdown { position: static; display: none !important; }
    .float-contact { top: auto; bottom: 0; flex-direction: row; transform: none; width: 100%; border-radius: 0; gap: 0; }
    .float-contact a { flex: 1; border-radius: 0; padding: 10px 5px; font-size: 10px; }
    .float-contact a .fc-icon { font-size: 18px; }
}
@media (max-width: 480px) {
    .hero-banner h1 { font-size: 20px; }
    .hero-banner p { font-size: 13px; }
    .about-stats { grid-template-columns: 1fr; }
    .partners-page-grid { grid-template-columns: repeat(2, 1fr); }
    .page-content { padding: 18px; }
}
