body.z0343cbody {
    margin: 0;
    font-family: 'Segoe UI', 'Arial', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    background: #f7fafd;
    color: #222;
    min-height: 100vh;
    position: relative;
    padding-top: 0;
}

.z0343cheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.z0343cnavbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 64px;
}

.z0343cnav-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

.z0343cnav-list {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.z0343cnav-item {}

.z0343cnav-link {
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
}
.z0343cnav-link:hover {
    color: #0072ff;
}

.z0343cbanner {
    background: linear-gradient(120deg, #00e6e6 0%, #0072ff 100%);
    color: #fff;
    text-align: center;
    padding: 4rem 2rem 3rem 2rem;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.z0343cbanner-title {
    font-size: 2.8rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
    letter-spacing: 2px;
}

.z0343cbanner-desc {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.z0343cbanner-btn {
    background: #fff;
    color: #0072ff;
    padding: 0.8rem 2.2rem;
    border: none;
    border-radius: 24px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}
.z0343cbanner-btn:hover {
    background: #00e6e6;
    color: #fff;
}

.z0343cmain {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem 1rem 1rem;
    padding-top: 90px;
}

.z0343csection {
    margin-bottom: 2.5rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 2rem 1.5rem;
    color: #222;
}

.z0343csection-title {
    font-size: 2rem;
    color: #0072ff;
    margin-bottom: 1.2rem;
    text-align: center;
    font-weight: 600;
}

.z0343cservice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.z0343cservice-item {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 320px;
    background: #f7fafd;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    padding: 1.2rem 1rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.z0343cservice-item:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 24px rgba(0,114,255,0.10);
}

.z0343cservice-title {
    font-size: 1.2rem;
    color: #00b3b3;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.z0343cservice-desc {
    color: #333;
    font-size: 1rem;
}

.z0343cabout-desc {
    color: #444;
    font-size: 1.1rem;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.z0343ccontact-form {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.z0343cform-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.z0343cform-label {
    font-size: 1rem;
    color: #0072ff;
    font-weight: 600;
}

.z0343cform-input,
.z0343cform-textarea {
    padding: 0.7rem 1rem;
    border: 1px solid #cce6ff;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s;
    background: #f7fafd;
    color: #222;
}
.z0343cform-input:focus,
.z0343cform-textarea:focus {
    border: 1.5px solid #00e6e6;
}

.z0343cform-input::placeholder,
.z0343cform-textarea::placeholder {
    color: #888;
    opacity: 1;
}

.z0343cform-btn {
    background: linear-gradient(90deg, #00e6e6 0%, #0072ff 100%);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 0.8rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.2s;
}
.z0343cform-btn:hover {
    background: #0072ff;
}

.z0343cfooter {
    background: rgba(34, 34, 34, 0.98);
    color: #fff;
    text-align: center;
    padding: 1.2rem 0 1rem 0;
    border-radius: 24px 24px 0 0;
    margin-top: 2rem;
    font-size: 1rem;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
}

.z0343cbg-decor {
    display: none;
}

/* 优势/信任保障板块 */
.z0343cadv-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1rem;
}
.z0343cadv-item {
    flex: 1 1 180px;
    min-width: 180px;
    max-width: 260px;
    background: #e6f7ff;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0,114,255,0.06);
    padding: 1.2rem 1rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 0.5rem;
}
.z0343cadv-item:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 4px 16px rgba(0,230,230,0.10);
}
.z0343cadv-icon {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.5rem;
}
.z0343cadv-title {
    font-size: 1.1rem;
    color: #0072ff;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.z0343cadv-desc {
    color: #333;
    font-size: 0.98rem;
}

/* FAQ板块 */
.z0343cfaq-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.z0343cfaq-item {
    background: #f7fafd;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,114,255,0.04);
    padding: 1rem 1.2rem;
}
.z0343cfaq-q {
    color: #0072ff;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.z0343cfaq-a {
    color: #444;
    font-size: 0.98rem;
}

/* 团队介绍 */
.z0343cteam-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.z0343cteam-item {
    flex: 1 1 180px;
    min-width: 180px;
    max-width: 220px;
    background: #f0f5ff;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,114,255,0.05);
    padding: 1rem 0.5rem;
    text-align: center;
}
.z0343cteam-avatar {
    font-size: 2.1rem;
    margin-bottom: 0.4rem;
}
.z0343cteam-name {
    font-weight: 600;
    color: #0072ff;
    margin-bottom: 0.2rem;
}
.z0343cteam-desc {
    color: #555;
    font-size: 0.97rem;
}

/* 服务流程 */
.z0343cflow {
    margin-top: 2.2rem;
    background: #e6f7ff;
    border-radius: 10px;
    padding: 1.2rem 1rem;
    box-shadow: 0 1px 6px rgba(0,230,230,0.05);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.z0343cflow-title {
    color: #00b3b3;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    text-align: center;
}
.z0343cflow-list {
    list-style: decimal inside;
    color: #444;
    font-size: 0.98rem;
    padding-left: 0;
    margin: 0;
}
.z0343cflow-list li {
    margin-bottom: 0.3rem;
}

/* 醒目联系方式bar */
.z0343ccontactbar {
    background: linear-gradient(90deg, #00e6e6 0%, #0072ff 100%);
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,114,255,0.10);
    margin: 2.5rem 0 0.5rem 0;
    padding: 1.1rem 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.z0343ccontactbar-main {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.z0343ccontactbar-icon {
    font-size: 1.5rem;
}
.z0343ccontactbar-text {
    font-size: 1.1rem;
    font-weight: 600;
}
.z0343ccontactbar-status {
    font-size: 1.1rem;
    color: #00ff99;
    font-weight: bold;
}

/* 顶部导航栏（参考图风格） */
.z0343cheader-light {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-bottom: 1px solid #f0f0f0;
}
.z0343cnavbar-light {
    height: 70px;
    padding: 0 2.5rem;
}
.z0343cnav-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.z0343clogo-icon {
    font-size: 2.1rem;
    color: #0072ff;
    font-weight: bold;
}
.z0343cnav-title {
    color: #232526;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.z0343cnav-btn {
    background: #0072ff;
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 0.7rem 1.7rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,114,255,0.10);
    transition: background 0.2s;
    text-decoration: none;
    margin-left: 1.5rem;
}
.z0343cnav-btn:hover {
    background: #00e6e6;
    color: #fff;
}

/* LOGO SVG样式 */
.z0343clogo-svg {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

/* 主横幅科技感背景优化 */
.z0343chero {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    background: linear-gradient(120deg, #16213e 0%, #27408b 100%);
    color: #fff;
    padding: 3.5rem 0 2.5rem 0;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}
.z0343chero::before,
.z0343chero::after {
    display: none;
}
.z0343chero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}

/* 主色按钮 */
.z0343chero-btn,
.z0343cnav-btn,
.z0343cform-btn {
    background: #0072ff;
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 0.95rem 2.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,114,255,0.13);
    transition: background 0.2s;
    text-decoration: none;
    letter-spacing: 1px;
}
.z0343chero-btn:hover,
.z0343cnav-btn:hover,
.z0343cform-btn:hover {
    background: #00e6e6;
    color: #fff;
}

/* 标题更大更粗，副标题灰色 */
.z0343chero-title {
    font-size: 3.1rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    letter-spacing: 2px;
    color: #fff;
}
.z0343chero-desc {
    font-size: 1.25rem;
    margin-bottom: 2.2rem;
    color: #e0e6f6;
}
.z0343csection-title {
    font-size: 2.1rem;
    color: #0072ff;
    margin-bottom: 1.2rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
}
.z0343cabout-desc {
    color: #888;
    font-size: 1.1rem;
    text-align: center;
    margin: 0 auto 1.5rem auto;
    max-width: 700px;
}

/* 服务卡片区主色/白色交错 */
.z0343cservice-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
}
.z0343cservice-card {
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 260px;
    background: #f7fafd;
    border-radius: 14px;
    box-shadow: 0 1px 6px rgba(0,114,255,0.04);
    padding: 1.5rem 1rem 1.2rem 1rem;
    text-align: center;
    border: 2px solid #f0f5ff;
    transition: transform 0.2s, box-shadow 0.2s;
}
.z0343cservice-card-blue {
    background: #0072ff;
    border: 2px solid #0072ff;
}
.z0343cservice-card-blue .z0343cservice-card-title,
.z0343cservice-card-blue .z0343cservice-card-desc,
.z0343cservice-card-blue .z0343cservice-card-icon {
    color: #fff;
}
.z0343cservice-card-icon {
    font-size: 2.1rem;
    margin-bottom: 0.7rem;
    color: #0072ff;
    transition: color 0.2s;
}
.z0343cservice-card-title {
    font-size: 1.1rem;
    color: #0072ff;
    font-weight: 800;
    margin-bottom: 0.3rem;
    letter-spacing: 0.5px;
}
.z0343cservice-card-desc {
    color: #888;
    font-size: 1rem;
}
.z0343cservice-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 6px 24px rgba(0,114,255,0.10);
}

/* 优势卡片主色/白色交错 */
.z0343cadv-card-blue {
    background: #0072ff;
    border: 2px solid #0072ff;
}
.z0343cadv-card-blue .z0343cadv-card-title,
.z0343cadv-card-blue .z0343cservice-card-title,
.z0343cadv-card-blue .z0343cteam-name,
.z0343cadv-card-blue .z0343cfaq-q {
    color: #0072ff !important;
}
.z0343cadv-card-blue .z0343cadv-card-desc,
.z0343cadv-card-blue .z0343cservice-card-desc,
.z0343cadv-card-blue .z0343cteam-desc,
.z0343cadv-card-blue .z0343cfaq-a {
    color: #888 !important;
}

/* 其余卡片区块同样风格 */
.z0343cadv-card-list,
.z0343cfaq-card-list,
.z0343cteam-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.z0343cadv-card,
.z0343cfaq-card,
.z0343cteam-card {
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 260px;
    background: #f7fafd;
    border-radius: 14px;
    box-shadow: 0 1px 6px rgba(0,114,255,0.04);
    padding: 1.5rem 1rem 1.2rem 1rem;
    text-align: center;
    border: 2px solid #f0f5ff;
    transition: transform 0.2s, box-shadow 0.2s;
}
.z0343cadv-card-main {
    background: #e6f0ff;
    border: 2px solid #0072ff;
}
.z0343cadv-card-icon {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
    color: #0072ff;
}
.z0343cadv-card-title {
    font-size: 1.15rem;
    color: #0072ff;
    font-weight: 800;
    margin-bottom: 0.3rem;
}
.z0343cadv-card-desc {
    color: #888;
    font-size: 1rem;
}
.z0343cfaq-q {
    color: #0072ff;
    font-weight: 800;
    margin-bottom: 0.3rem;
}
.z0343cfaq-a {
    color: #888;
    font-size: 0.98rem;
}
.z0343cteam-avatar {
    font-size: 2.1rem;
    margin-bottom: 0.4rem;
}
.z0343cteam-name {
    font-weight: 800;
    color: #0072ff;
    margin-bottom: 0.2rem;
}
.z0343cteam-desc {
    color: #888;
    font-size: 0.97rem;
}

/* 联系方式与流程卡片区 */
.z0343ccontact-flex {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.z0343cflow-card {
    background: #f7fafd;
    border-radius: 14px;
    box-shadow: 0 1px 6px rgba(0,114,255,0.04);
    padding: 1.5rem 1.2rem;
    min-width: 220px;
    max-width: 320px;
    border: 2px solid #f0f5ff;
    margin-top: 1.5rem;
}
.z0343cflow-title {
    color: #0072ff;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    text-align: center;
}
.z0343cflow-list {
    list-style: decimal inside;
    color: #888;
    font-size: 0.98rem;
    padding-left: 0;
    margin: 0;
}
.z0343cflow-list li {
    margin-bottom: 0.3rem;
}

/* 页脚卡片 */
.z0343cfooter.z0343ccard {
    background: #f7fafd;
    color: #0072ff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
    font-size: 1rem;
    text-align: center;
    padding: 1.2rem 0 1rem 0;
    margin-top: 2rem;
}

/* 主色卡片内字体强制白色 */
.z0343cadv-card-blue .z0343cadv-card-title,
.z0343cadv-card-blue .z0343cadv-card-desc,
.z0343cadv-card-blue .z0343cadv-card-icon,
.z0343cservice-card-blue .z0343cservice-card-title,
.z0343cservice-card-blue .z0343cservice-card-desc,
.z0343cservice-card-blue .z0343cservice-card-icon {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}

/* 卡片标题和描述统一黑色 */
.z0343cservice-card-title,
.z0343cadv-card-title,
.z0343cteam-name,
.z0343cfaq-q,
.z0343cadv-card-blue .z0343cadv-card-title,
.z0343cadv-card-blue .z0343cservice-card-title,
.z0343cadv-card-blue .z0343cteam-name,
.z0343cadv-card-blue .z0343cfaq-q {
    color: #222 !important;
    font-weight: 700;
}

.z0343cservice-card-desc,
.z0343cadv-card-desc,
.z0343cteam-desc,
.z0343cfaq-a,
.z0343cadv-card-blue .z0343cadv-card-desc,
.z0343cadv-card-blue .z0343cservice-card-desc,
.z0343cadv-card-blue .z0343cteam-desc,
.z0343cadv-card-blue .z0343cfaq-a {
    color: #222 !important;
    font-size: 1.05rem;
    font-weight: 400;
}

/* 仅“智能追踪”卡片标题和描述为黑色 */
.z0343cadv-card-blue.z0343cadv-card .z0343cadv-card-title,
.z0343cadv-card-blue.z0343cadv-card .z0343cadv-card-desc {
    color: #222 !important;
}

.z0343chero-img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,114,255,0.10);
    margin: 0 10px;
    background: #fff;
    object-fit: cover;
}

.z0343cservice-flex {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
}
.z0343cservice-card-list {
    flex: 2 1 0;
}
.z0343cservice-img {
    flex: 1 1 0;
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,114,255,0.10);
    background: #fff;
    display: block;
}
.z0343ccontact-img {
    flex: 1 1 0;
    max-width: 340px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,114,255,0.10);
    background: #fff;
    display: block;
}

.z0343ccontact-flex3 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2.5rem;
}
.z0343ccontact-img-wrap,
.z0343ccontact-form-wrap,
.z0343cflow-card-wrap {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.z0343ccontact-form-wrap {
    align-items: stretch;
}
.z0343ccontact-img {
    max-width: 180px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,114,255,0.10);
    background: #fff;
    display: block;
}

.z0343cnavbar-redesign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 3vw;
    background: #fff;
    box-shadow: none;
    border-bottom: 1.5px solid #f0f0f0;
}
.z0343cnav-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.z0343clogo-svg {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z0343cnav-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #232526;
    letter-spacing: 2px;
}
.z0343cnav-menu {
    display: flex;
    align-items: center;
    gap: 2.8rem;
    margin-left: 2vw;
}
.z0343cnav-link {
    font-size: 1.08rem;
    color: #232526;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    transition: background 0.18s, color 0.18s;
    cursor: pointer;
}
.z0343cnav-link:hover {
    color: #0072ff;
    background: #f0f7ff;
}
.z0343cnav-btn-main {
    background: #0072ff;
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 0.9rem 2.2rem;
    font-size: 1.1rem;
    font-weight: 800;
    box-shadow: 0 2px 12px rgba(0,114,255,0.10);
    margin-left: 2vw;
    cursor: pointer;
    transition: background 0.18s;
    letter-spacing: 1px;
    display: inline-block;
}
.z0343cnav-btn-main:hover {
    background: #00e6e6;
    color: #fff;
}

.z0343cnav-hamburger {
    display: none;
    width: 38px;
    height: 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 1vw;
    z-index: 1100;
}
.z0343cnav-hamburger span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 3px 0;
    background: #0072ff;
    border-radius: 2px;
    transition: all 0.2s;
}

@media (max-width: 900px) {
    .z0343cnavbar-redesign {
        flex-direction: row;
        height: 72px;
        padding: 0 1vw;
        gap: 0;
    }
    .z0343cnav-menu {
        display: none !important;
    }
    .z0343cnav-hamburger {
        display: flex;
    }
    .z0343cnav-menu-mobile.z0343cnav-menu-mobile-show {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 72px;
        left: 0;
        width: 100vw;
        background: #fff;
        box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        z-index: 1100;
        padding: 1.2rem 0 1.2rem 0;
        gap: 1.2rem;
        align-items: center;
        animation: fadeInMenu 0.2s;
    }
    @keyframes fadeInMenu {
        from { opacity: 0; transform: translateY(-20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .z0343cnav-btn-main {
        width: 90vw;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 900px) {
    .z0343chero-img {
        width: 100%;
        max-width: none;
        border-radius: 10px;
        margin: 1.2rem 6px 0 6px;
        margin-bottom: 0;
    }
}
@media (max-width: 600px) {
    .z0343chero-img {
        width: 100%;
        max-width: none;
        border-radius: 8px;
        margin: 1rem 2px 0 2px;
    }
}

@media (max-width: 1100px) {
    .z0343chero-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    .z0343chero-left, .z0343chero-right {
        min-width: 0;
        width: 100%;
    }
    .z0343chero-illustration {
        width: 90vw;
        max-width: 320px;
    }
    .z0343cservice-flex {
        flex-direction: column;
        align-items: center;
    }
    .z0343cservice-img {
        margin-top: 1.5rem;
        max-width: 90vw;
    }
    .z0343ccontact-flex {
        flex-direction: column;
        align-items: center;
    }
    .z0343ccontact-img {
        margin-bottom: 1.5rem;
        max-width: 160px;
    }
    .z0343ccontact-flex3 {
        flex-direction: column;
        align-items: center;
    }
    .z0343ccontact-img {
        margin-bottom: 1.5rem;
        max-width: 120px;
    }
}
@media (max-width: 900px) {
    .z0343cnavbar-light {
        flex-direction: column;
        height: auto;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }
    .z0343cadv-card-list {
        flex-direction: column;
        align-items: center;
    }
    .z0343cservice-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .z0343cservice-card-list,
    .z0343cfaq-card-list,
    .z0343cteam-card-list,
    .z0343ccontact-flex {
        flex-direction: column;
        align-items: center;
    }
    .z0343cflow-card {
        margin-top: 1.2rem;
    }
}
@media (max-width: 600px) {
    .z0343ccard {
        padding: 1.2rem 0.5rem;
    }
    .z0343cservice-card,
    .z0343cfaq-card,
    .z0343cteam-card,
    .z0343cflow-card {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
    .z0343cservice-card-list {
        grid-template-columns: 1fr;
    }
    .z0343ccontact-flex {
        gap: 0.5rem;
    }
    .z0343chero-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 900px) {
    .z0343cservice-card,
    .z0343cadv-card,
    .z0343cfaq-card,
    .z0343cteam-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }
    .z0343cservice-card-list,
    .z0343cadv-card-list,
    .z0343cfaq-card-list,
    .z0343cteam-card-list {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        gap: 1rem;
    }
}
@media (max-width: 600px) {
    .z0343cmain {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
} 

.z0343cfaq-flex {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.z0343cfaq-img-wrap {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  max-width: 340px;
}

.z0343cfaq-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,114,255,0.08);
  background: #f7fafd;
}

.z0343cfaq-card-list {
  flex: 1 1 0%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

@media (max-width: 700px) {
  .z0343cfaq-card-list {
    grid-template-columns: 1fr;
  }
} 

@media (max-width: 900px) {
  .z0343cfaq-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .z0343cfaq-card-list {
    grid-template-columns: 1fr;
    order: 1;
  }
  .z0343cfaq-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    order: 2;
  }
  .z0343cfaq-img {
    display: block;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
  }
} 

@media (max-width: 900px) {
  .z0343ccontact-img-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .z0343ccontact-img {
    display: block;
    width: 100%;
    max-width: 90vw;
    min-width: 0;
    height: auto;
    border-radius: 16px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0,114,255,0.10);
    background: #fff;
  }
}

/* ========== 内页布局（列表页/内容页） ========== */
.z0343cbody-inner .z0343cmain-inner {
    max-width: 1280px;
    padding-top: 90px;
}

.z0343cinner-wrap {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.z0343cinner-content {
    flex: 1 1 0;
    min-width: 0;
}

.z0343csidebar {
    flex: 0 0 300px;
    width: 300px;
}

.z0343cnav-logo-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.z0343cnav-menu a.z0343cnav-link {
    text-decoration: none;
}

.z0343cnav-link.z0343cthis,
a.z0343cnav-link.z0343cthis {
    color: #0072ff;
    background: #f0f7ff;
}

.z0343cpage-title {
    font-size: 1.8rem;
    color: #0072ff;
    margin: 0 0 0.8rem 0;
    font-weight: 800;
    text-align: left;
}

.z0343cbreadcrumb {
    font-size: 0.92rem;
    color: #888;
    margin-bottom: 1.2rem;
}

.z0343cbreadcrumb a {
    color: #0072ff;
    text-decoration: none;
}

.z0343cbreadcrumb a:hover {
    text-decoration: underline;
}

/* 列表页图文列表 */
.z0343carticle-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z0343carticle-list-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eef2f8;
}

.z0343carticle-list-item:last-child {
    border-bottom: none;
}

.z0343carticle-list-thumb {
    flex: 0 0 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 12px;
    background: #f7fafd;
}

.z0343carticle-list-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.25s;
}

.z0343carticle-list-thumb a:hover img {
    transform: scale(1.04);
}

.z0343carticle-list-body {
    flex: 1 1 0;
    min-width: 0;
}

.z0343carticle-list-title {
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.z0343carticle-list-title a {
    color: #232526;
    text-decoration: none;
    transition: color 0.2s;
}

.z0343carticle-list-title a:hover {
    color: #0072ff;
}

.z0343carticle-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.88rem;
    color: #888;
    margin-bottom: 0.6rem;
}

.z0343carticle-list-meta a {
    color: #0072ff;
    text-decoration: none;
}

.z0343carticle-list-intro {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* 分页左右布局 */
.z0343cpagebar {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eef2f8;
}

.z0343cpages-lr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.z0343cpages-left,
.z0343cpages-right {
    flex: 0 0 auto;
    min-width: 100px;
}

.z0343cpages-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.z0343cpages-lr .pagelist,
.z0343cpages-lr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.z0343cpages-lr a,
.z0343cpages-lr span {
    display: inline-block;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    font-size: 0.92rem;
    text-decoration: none;
    color: #232526;
    background: #f7fafd;
    border: 1px solid #e8edf5;
    transition: background 0.2s, color 0.2s;
}

.z0343cpages-lr a:hover {
    background: #0072ff;
    color: #fff;
    border-color: #0072ff;
}

.z0343cpages-left .pagelist {
    justify-content: flex-start;
}

.z0343cpages-right .pagelist {
    justify-content: flex-end;
}

/* 侧栏 */
.z0343csidebar-block {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1rem;
}

.z0343csidebar-title {
    font-size: 1.1rem;
    color: #0072ff;
    margin: 0 0 1rem 0;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #f0f7ff;
    font-weight: 700;
}

.z0343csidebar-title a {
    color: #0072ff;
    text-decoration: none;
}

.z0343csidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z0343csidebar-item {
    padding: 0.45rem 0;
    border-bottom: 1px dashed #eef2f8;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.z0343csidebar-item:last-child {
    border-bottom: none;
}

.z0343csidebar-item a {
    color: #333;
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.5;
    transition: color 0.2s;
}

.z0343csidebar-item a:hover {
    color: #0072ff;
}

.z0343csidebar-date {
    font-size: 0.78rem;
    color: #aaa;
}

/* 侧栏随机图文 */
.z0343csidebar-rand-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z0343csidebar-rand-item {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed #eef2f8;
}

.z0343csidebar-rand-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.z0343csidebar-rand-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: inherit;
}

.z0343csidebar-rand-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 54px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f8;
    display: block;
}

.z0343csidebar-rand-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.z0343csidebar-rand-title {
    flex: 1 1 0;
    font-size: 0.88rem;
    color: #333;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s;
}

.z0343csidebar-rand-link:hover .z0343csidebar-rand-title {
    color: #0072ff;
}

/* 内容页 */
.z0343carticle-title {
    font-size: 1.9rem;
    color: #232526;
    margin: 0 0 1rem 0;
    font-weight: 800;
    line-height: 1.4;
}

.z0343carticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef2f8;
}

.z0343carticle-meta a {
    color: #0072ff;
    text-decoration: none;
}

.z0343carticle-litpic {
    margin-bottom: 1.5rem;
    text-align: center;
}

.z0343carticle-litpic img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0,114,255,0.08);
}

.z0343carticle-body {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #333;
    word-break: break-word;
}

.z0343carticle-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.z0343cdiyfield {
    margin-top: 1.5rem;
}

.z0343carticle-images .z0343carticle-image-item {
    margin: 1rem 0;
    text-align: center;
}

.z0343carticle-images img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.z0343cmeta-tags {
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.z0343ctagitem a {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: #f0f7ff;
    color: #0072ff;
    border-radius: 20px;
    font-size: 0.88rem;
    text-decoration: none;
}

.z0343ctagitem a:hover {
    background: #0072ff;
    color: #fff;
}

.z0343carticle-prenext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eef2f8;
}

.z0343cprenext-item {
    flex: 1 1 45%;
    font-size: 0.95rem;
    color: #555;
}

.z0343cprenext-label {
    color: #0072ff;
    font-weight: 600;
}

.z0343cprenext-item a {
    color: #333;
    text-decoration: none;
}

.z0343cprenext-item a:hover {
    color: #0072ff;
}

.z0343csection-title-sm {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.z0343crelated-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z0343crelated-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eef2f8;
}

.z0343crelated-item:last-child {
    border-bottom: none;
}

.z0343crelated-thumb {
    flex: 0 0 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
}

.z0343crelated-thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
}

.z0343crelated-title {
    font-weight: 700;
    color: #232526;
    text-decoration: none;
    font-size: 1rem;
}

.z0343crelated-title:hover {
    color: #0072ff;
}

.z0343crelated-desc {
    margin: 0.4rem 0 0 0;
    font-size: 0.9rem;
    color: #888;
    line-height: 1.6;
}

.clear {
    clear: both;
}

/* 首页文章板块：一行5条，共两行 */
.z0343chome-articles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
}

.z0343chome-article-item {
    background: #f7fafd;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eef2f8;
    transition: transform 0.2s, box-shadow 0.2s;
}

.z0343chome-article-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,114,255,0.10);
}

.z0343chome-article-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0.8rem;
}

.z0343chome-article-thumb {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0.6rem;
    background: #e8edf5;
}

.z0343chome-article-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s;
}

.z0343chome-article-item:hover .z0343chome-article-thumb img {
    transform: scale(1.05);
}

.z0343chome-article-title {
    font-size: 0.95rem;
    color: #232526;
    margin: 0 0 0.4rem 0;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z0343chome-article-desc {
    font-size: 0.82rem;
    color: #888;
    margin: 0 0 0.4rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z0343chome-article-date {
    font-size: 0.78rem;
    color: #aaa;
}

.z0343cnav-menu a.z0343cnav-link.z0343cthis {
    color: #0072ff;
    background: #f0f7ff;
}

/* 内页与文章板块移动端适配 */
@media (max-width: 1100px) {
    .z0343chome-articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .z0343cinner-wrap {
        flex-direction: column;
    }
    .z0343csidebar {
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .z0343cnav-menu a.z0343cnav-link {
        width: 90vw;
        text-align: center;
    }
    .z0343carticle-list-item {
        flex-direction: column;
    }
    .z0343carticle-list-thumb {
        flex: none;
        width: 100%;
    }
    .z0343carticle-list-thumb img {
        height: 180px;
    }
    .z0343cpages-lr {
        flex-direction: column;
        align-items: stretch;
    }
    .z0343cpages-left,
    .z0343cpages-right,
    .z0343cpages-center {
        width: 100%;
        justify-content: center;
    }
    .z0343cpages-left .pagelist,
    .z0343cpages-right .pagelist,
    .z0343cpages-center .pagelist {
        justify-content: center;
    }
    .z0343chome-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .z0343carticle-prenext {
        flex-direction: column;
    }
    .z0343cprenext-item {
        flex: 1 1 100%;
    }
}

@media (max-width: 600px) {
    .z0343chome-articles-grid {
        grid-template-columns: 1fr;
    }
    .z0343cpage-title,
    .z0343carticle-title {
        font-size: 1.35rem;
    }
    .z0343crelated-item {
        flex-direction: column;
    }
    .z0343crelated-thumb {
        width: 100%;
    }
    .z0343crelated-thumb img {
        height: 140px;
    }
}