/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}
.z5e89dcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.z5e89dsite-header {
    background: #1a237e;
    color: #fff;
    padding: 24px 0 12px 0;
}
.z5e89dsite-header h1 {
    margin: 0 0 12px 0;
    font-size: 2.2rem;
    letter-spacing: 2px;
    text-align: center;
}
.z5e89dmain-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.z5e89dmain-nav li {
    margin: 0 18px;
}
.z5e89dmain-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 6px 0;
    transition: border-bottom 0.2s;
}
.z5e89dmain-nav a:hover {
    border-bottom: 2px solid #fff;
}
.z5e89dhero {
    margin-top: 12px;
    margin-bottom: 36px;
    background: linear-gradient(90deg, #3949ab 60%, #7986cb 100%);
    color: #fff;
    padding: 48px 0 36px 0;
    text-align: center;
}
.z5e89dhero h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.z5e89dhero p {
    font-size: 1.2rem;
    margin-bottom: 24px;
}
.z5e89dcta-btn {
    display: inline-block;
    background: #ffb300;
    color: #222;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s;
}
.z5e89dcta-btn:hover {
    background: #ffa000;
}
section {
    margin: 36px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
    padding: 32px 0;
}
section h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 18px;
    color: #1a237e;
}
.z5e89dabout p {
    text-align: center;
    font-size: 1.1rem;
    color: #444;
}
.z5e89dservices .z5e89dservice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0;
    list-style: none;
}
.z5e89dservices .z5e89dservice-list li {
    background: #e8eaf6;
    border-radius: 8px;
    padding: 18px 32px;
    font-size: 1.1rem;
    color: #222;
    min-width: 180px;
    text-align: center;
}
.z5e89dadvantages .z5e89dadvantage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.z5e89dadvantage-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 18px 24px;
    min-width: 180px;
    flex: 1 1 200px;
    margin: 8px 0;
    text-align: center;
}
.z5e89dadvantage-item h4 {
    color: #3949ab;
    margin-bottom: 8px;
}
.z5e89dprocess-list {
    list-style: decimal inside;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    color: #333;
    font-size: 1.1rem;
}
.z5e89dcontact-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.z5e89dcontact-form label {
    font-weight: bold;
    color: #1a237e;
}
.z5e89dcontact-form input,
.z5e89dcontact-form textarea {
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    font-size: 1rem;
    resize: none;
}
.z5e89dcontact-form button {
    background: #3949ab;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.z5e89dcontact-form button:hover {
    background: #1a237e;
}
.z5e89dsite-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    border-radius: 0 0 12px 12px;
    font-size: 1rem;
    margin-top: 24px;
}
/* 响应式设计 */
@media (max-width: 900px) {
    .z5e89dservices .z5e89dservice-list,
    .z5e89dadvantages .z5e89dadvantage-list {
        flex-direction: column;
        gap: 12px;
    }
    .z5e89dmain-nav ul {
        flex-direction: column;
        gap: 8px;
    }
}
@media (max-width: 600px) {
    .z5e89dcontainer {
        padding: 0 6px;
    }
    .z5e89dsite-header h1 {
        font-size: 1.3rem;
    }
    .z5e89dhero h2 {
        font-size: 1.2rem;
    }
    section {
        padding: 18px 0;
    }
    .z5e89dservices .z5e89dservice-list li,
    .z5e89dadvantage-item {
        min-width: 120px;
        padding: 10px 8px;
        font-size: 0.98rem;
    }
    .z5e89dcontact-form {
        max-width: 98%;
    }
    .z5e89dhero {
        padding: 12px 0 12px 0;
    }
    .z5e89dhero-text,
    .z5e89dhero-img {
        margin: 0;
        padding: 0;
    }
    .z5e89dhero-img img {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .z5e89dhero-img,
    .z5e89dhero-flex {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.z5e89dfaq dl {
    max-width: 700px;
    margin: 0 auto;
    color: #333;
}
.z5e89dfaq dt {
    font-weight: bold;
    margin-top: 16px;
    color: #3949ab;
}
.z5e89dfaq dd {
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 1rem;
}
.z5e89dtestimonials .z5e89dtestimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.z5e89dtestimonial-item {
    background: #e8eaf6;
    border-radius: 8px;
    padding: 18px 24px;
    min-width: 180px;
    max-width: 320px;
    font-size: 1rem;
    color: #222;
    box-shadow: 0 1px 4px rgba(60,60,60,0.06);
    text-align: left;
}
.z5e89dtestimonial-item span {
    display: block;
    margin-top: 10px;
    color: #888;
    font-size: 0.95rem;
}
.z5e89drisk {
    background: #fffde7;
    border: 1px solid #ffe082;
    color: #795548;
    border-radius: 10px;
    margin-top: 24px;
    padding: 24px 0;
}
.z5e89dflowchart-img {
    text-align: center;
    margin: 18px 0 0 0;
}
.z5e89dnews-list {
    list-style: disc inside;
    max-width: 700px;
    margin: 0 auto;
    color: #333;
    font-size: 1.05rem;
    padding-left: 0;
}
.z5e89dnews-list li {
    margin-bottom: 10px;
}
.z5e89dmore-contact .z5e89dcontact-list {
    list-style: none;
    padding: 0;
    text-align: center;
    color: #1a237e;
    font-size: 1.1rem;
}
.z5e89dmore-contact .z5e89dcontact-list li {
    margin-bottom: 8px;
}
@media (max-width: 900px) {
    .z5e89dtestimonials .z5e89dtestimonial-list {
        flex-direction: column;
        align-items: center;
    }
}
.z5e89dhero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.z5e89dhero-text {
    flex: 1 1 320px;
    min-width: 220px;
}
.z5e89dhero-img {
    flex: 1 1 320px;
    min-width: 180px;
    text-align: center;
}
.z5e89dhero-img img {
    max-width: 340px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(60,60,60,0.10);
}
@media (max-width: 900px) {
    .z5e89dhero-flex {
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }
    .z5e89dhero-text {
        width: 100%;
        text-align: center;
    }
    .z5e89dhero-img {
        width: 100%;
        text-align: center;
    }
    .z5e89dhero-img img {
        max-width: 96vw;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
.z5e89dabout-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 12px;
    margin-top: 0;
}
.z5e89dabout-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z5e89dabout-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z5e89dabout-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dabout-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dabout-card p, .z5e89dabout-card ul {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
.z5e89dabout-card ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
}
.z5e89dabout-card li {
    margin-bottom: 5px;
}
@media (max-width: 900px) {
    .z5e89dabout-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dabout-card {
        max-width: 98vw;
    }
    .z5e89dabout-card ul {
        text-align: left;
        display: block;
    }
}
.z5e89dservices-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z5e89dservices-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z5e89dservice-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z5e89dservice-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dservice-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dservice-card ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
    color: #333;
    font-size: 1rem;
}
.z5e89dservice-card li {
    margin-bottom: 5px;
}
@media (max-width: 900px) {
    .z5e89dservices-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dservice-card {
        max-width: 98vw;
    }
    .z5e89dservice-card ul {
        text-align: left;
        display: block;
    }
}
.z5e89dadvantages-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z5e89dadvantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z5e89dadvantage-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z5e89dadvantage-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dadvantage-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dadvantage-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z5e89dadvantages-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dadvantage-card {
        max-width: 98vw;
    }
}
.z5e89dprocess-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z5e89dprocess-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z5e89dprocess-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}
.z5e89dprocess-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dprocess-step {
    width: 38px;
    height: 38px;
    background: #3949ab;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
}
.z5e89dprocess-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dprocess-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z5e89dprocess-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dprocess-card {
        max-width: 98vw;
    }
}
.z5e89dfaq-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z5e89dfaq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z5e89dfaq-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z5e89dfaq-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dfaq-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dfaq-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z5e89dfaq-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dfaq-card {
        max-width: 98vw;
    }
}
.z5e89dflowchart-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z5e89dflowchart-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.z5e89dflowchart-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
    width: 100%;
}
.z5e89dflowchart-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 0 1 240px;
    min-width: 200px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
    box-sizing: border-box;
}
.z5e89dflowchart-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dflowchart-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dflowchart-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z5e89dflowchart-cards {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dflowchart-card {
        max-width: 98vw;
        min-width: 0;
        flex: 1 1 auto;
    }
}
.z5e89dnews-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z5e89dnews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z5e89dnews-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z5e89dnews-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z5e89dnews-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z5e89dnews-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z5e89dnews-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z5e89dnews-card {
        max-width: 98vw;
    }
}
@media (max-width: 900px) {
    .z5e89dabout-grid,
    .z5e89dservices-grid,
    .z5e89dadvantages-grid,
    .z5e89dprocess-grid,
    .z5e89dfaq-grid,
    .z5e89dnews-grid,
    .z5e89dflowchart-cards {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    .z5e89dabout-card,
    .z5e89dservice-card,
    .z5e89dadvantage-card,
    .z5e89dprocess-card,
    .z5e89dfaq-card,
    .z5e89dnews-card,
    .z5e89dflowchart-card {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 12px;
        padding-bottom: 10px;
    }
}
@media (max-width: 700px) {
    .z5e89dmain-nav ul {
        display: none;
        flex-direction: column;
        background: #1a237e;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 1000;
        margin: 0;
        padding: 0;
    }
    .z5e89dmain-nav ul.active {
        display: flex;
    }
    .z5e89dnav-toggle {
        display: block;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
    }
    .z5e89dnav-toggle span,
    .z5e89dnav-toggle span:before,
    .z5e89dnav-toggle span:after {
        display: block;
        background: #fff;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        position: absolute;
        left: 4px;
        transition: all 0.3s;
    }
    .z5e89dnav-toggle span {
        top: 16px;
    }
    .z5e89dnav-toggle span:before {
        content: '';
        top: 6px;
    }
    .z5e89dnav-toggle span:after {
        content: '';
        top: -6px;
    }
}
@media (min-width: 701px) {
    .z5e89dnav-toggle {
        display: none;
    }
} 