/* 百变模板前缀：z1fb1e */

body {
    margin: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}

.z1fb1eheader {
    background: #222;
    color: #fff;
    padding: 0;
}

.z1fb1econtainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.z1fb1elogo {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0.5em 0;
}

.z1fb1enav {
    flex: 1;
    text-align: right;
}

.z1fb1enav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2em;
    justify-content: flex-end;
}

.z1fb1enav_link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}

.z1fb1enav_link:hover {
    color: #ff9800;
}

.z1fb1ebanner {
    background: linear-gradient(120deg, #222 60%, #ff9800 100%);
    color: #fff;
    padding: 3em 0 2em 0;
    text-align: center;
}

.z1fb1ebanner_inner {
    align-items: center;
    gap: 2em;
}

.z1fb1ebanner_content {
    flex: 1 1 54%;
    text-align: left;
}

.z1fb1ebanner_visual {
    flex: 1 1 46%;
    display: flex;
    justify-content: flex-end;
}

.z1fb1ebanner_visual img {
    width: min(460px, 100%);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.z1fb1ebanner_content h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
}

.z1fb1ebanner_content p {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
}

.z1fb1ebtn {
    display: inline-block;
    padding: 0.7em 2em;
    border: none;
    border-radius: 24px;
    font-size: 1rem;
    cursor: pointer;
    background: #ff9800;
    color: #fff;
    transition: background 0.2s;
    text-decoration: none;
}

.z1fb1ebtn_primary:hover,
.z1fb1ebtn_submit:hover {
    background: #e65100;
}

.z1fb1emain {
    padding: 2em 0;
}

.z1fb1esection {
    background: #fff;
    margin: 1.5em auto;
    padding: 2em 1em;
    border-radius: 12px;
    max-width: 1100px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.z1fb1esection h2 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    color: #222;
}

.z1fb1eservices_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}

.z1fb1eservice_item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 1.2em 1em;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    text-align: center;
}

.z1fb1eservice_item h3 {
    color: #ff9800;
    margin-bottom: 0.5em;
}

.z1fb1eadvantages_list {
    list-style: disc inside;
    padding-left: 1em;
    color: #444;
    font-size: 1.1rem;
}

.z1fb1econtact_form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
}

.z1fb1eform_group {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.z1fb1eform_group label {
    font-weight: bold;
    color: #222;
}

.z1fb1eform_group input,
.z1fb1eform_group textarea {
    padding: 0.7em;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    resize: none;
}

.z1fb1ebtn_submit {
    background: #222;
    color: #fff;
    font-weight: bold;
}

.z1fb1efooter {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1.2em 0;
    margin-top: 2em;
    font-size: 0.95rem;
}

/* FAQ Section */
.z1fb1efaq_list {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
}
.z1fb1efaq_item h3 {
    color: #ff9800;
    margin-bottom: 0.3em;
    font-size: 1.1rem;
}
.z1fb1efaq_item p {
    margin: 0;
    color: #444;
}

/* Testimonials Section */
.z1fb1etestimonials_list {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
    justify-content: space-between;
}
.z1fb1etestimonial_item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1em 1.2em;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    flex: 1 1 30%;
    min-width: 220px;
    margin-bottom: 1em;
}
.z1fb1etestimonial_item span {
    display: block;
    margin-top: 0.5em;
    color: #888;
    font-size: 0.95em;
}

/* Process Section */
.z1fb1eprocess_steps {
    padding-left: 1.2em;
    color: #444;
    font-size: 1.08rem;
}
.z1fb1eprocess_steps li {
    margin-bottom: 0.5em;
}

/* Partners Section */
.z1fb1epartners_list {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1em;
}
.z1fb1epartner {
    background: #fff3e0;
    color: #e65100;
    padding: 0.5em 1.2em;
    border-radius: 20px;
    font-size: 1rem;
    margin-bottom: 0.5em;
    box-shadow: 0 1px 4px rgba(255,152,0,0.08);
}

/* News Section */
.z1fb1enews_list {
    padding-left: 1.2em;
    color: #444;
    font-size: 1.05rem;
}
.z1fb1enews_list li {
    margin-bottom: 0.5em;
}

/* Certification Section */
.z1fb1ecertification_list {
    padding-left: 1.2em;
    color: #444;
    font-size: 1.05rem;
}
.z1fb1ecertification_list li {
    margin-bottom: 0.5em;
}

/* About Section - Card Grid */
.z1fb1eabout_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
    margin-bottom: 1.2em;
}
.z1fb1eabout_card {
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 2px solid #ffe0b2;
    padding: 1.2em 1em;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 180px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z1fb1eabout_card:hover {
    box-shadow: 0 4px 20px rgba(255,152,0,0.18);
    border-color: #ff9800;
    background: #fff8e1;
    z-index: 1;
}
.z1fb1eabout_card h3 {
    color: #ff9800;
    margin-bottom: 0.5em;
    font-size: 1.15rem;
}
.z1fb1eabout_card p {
    color: #444;
    font-size: 1rem;
    margin: 0;
}
.z1fb1eabout_highlight {
    background: #fff3e0;
    border-left: 5px solid #ff9800;
    border-radius: 6px;
    padding: 1em 1.2em;
    font-size: 1.08rem;
    color: #e65100;
    font-weight: bold;
    box-shadow: 0 1px 4px rgba(255,152,0,0.08);
}

.z1fb1eabout h2 {
    text-align: center;
}

/* Services Section - Card Grid */
.z1fb1eservices_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
    margin-top: 1em;
}
.z1fb1eservice_card {
    background: linear-gradient(135deg, #e3f2fd 60%, #fff 100%);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(2,136,209,0.10);
    border: none;
    padding: 1.5em 1.2em 1.2em 1.2em;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 260px;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}
.z1fb1eservice_card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 7px;
    background: linear-gradient(90deg, #0288d1 0%, #26c6da 100%);
    border-radius: 14px 14px 0 0;
}
.z1fb1eservice_card h3 {
    color: #0288d1;
    margin-bottom: 0.5em;
    font-size: 1.18rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.z1fb1eservice_card .z1fb1eservice_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b3e5fc 60%, #fff 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    color: #0288d1;
    margin-right: 0.2em;
    box-shadow: 0 2px 8px rgba(2,136,209,0.10);
}
.z1fb1eservice_card ul {
    margin: 0 0 0.7em 1.2em;
    padding: 0;
    color: #444;
    font-size: 1rem;
    list-style: disc inside;
}
.z1fb1eservice_card p {
    color: #555;
    font-size: 0.98rem;
    margin: 0.5em 0 0 0;
    flex: 1 1 auto;
}
.z1fb1eservice_card:hover {
    box-shadow: 0 8px 32px rgba(2,136,209,0.18);
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(135deg, #b3e5fc 60%, #fff 100%);
    z-index: 2;
}
.z1fb1eservices h2 {
    text-align: center;
}
.z1fb1eservice_case {
    background: #e1f5fe;
    color: #0288d1;
    border-radius: 6px;
    padding: 0.6em 0.8em;
    margin: 0.7em 0 0.7em 0;
    font-size: 0.97rem;
    box-shadow: 0 1px 4px rgba(2,136,209,0.06);
}
.z1fb1ebtn_service {
    display: inline-block;
    margin-top: auto;
    background: linear-gradient(90deg, #0288d1 0%, #26c6da 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 24px;
    padding: 0.6em 1.6em;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(2,136,209,0.10);
    transition: background 0.2s, box-shadow 0.2s;
}
.z1fb1ebtn_service:hover {
    background: linear-gradient(90deg, #26c6da 0%, #0288d1 100%);
    box-shadow: 0 4px 16px rgba(2,136,209,0.18);
}
@media (max-width: 1100px) {
    .z1fb1eservices_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .z1fb1eservices_grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .z1fb1eservice_card {
        min-height: unset;
        padding: 1em 0.7em 0.7em 0.7em;
    }
}

@media (max-width: 900px) {
    .z1fb1eservices_grid {
        grid-template-columns: 1fr;
    }
    .z1fb1ebanner_inner {
        flex-direction: column;
        gap: 1.2em;
    }
    .z1fb1ebanner_content,
    .z1fb1ebanner_visual {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .z1fb1econtainer {
        flex-direction: column;
        align-items: flex-start;
    }
    .z1fb1ebanner_inner {
        align-items: center;
    }
    .z1fb1enav_list {
        gap: 1em;
    }
    .z1fb1etestimonials_list {
        flex-direction: column;
        gap: 1em;
    }
    .z1fb1epartners_list {
        gap: 0.8em;
    }
}
@media (max-width: 600px) {
    .z1fb1econtainer {
        padding: 0 8px;
    }
    .z1fb1esection {
        padding: 1.2em 0.5em;
    }
    .z1fb1ebanner_content h2 {
        font-size: 1.3rem;
    }
    .z1fb1elogo {
        font-size: 1.2rem;
    }
    .z1fb1eservices_grid {
        gap: 1em;
    }
    .z1fb1etestimonial_item {
        min-width: 100%;
        padding: 0.8em 0.5em;
    }
    .z1fb1epartners_list {
        flex-direction: column;
        gap: 0.5em;
    }
}

/* Advantages Section - Card Grid */
.z1fb1eadvantages_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
    margin-top: 1em;
}
.z1fb1eadvantages {
    background: linear-gradient(120deg, #fffde7 60%, #ffe082 100%);
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.z1fb1eadvantage_card {
    background: rgba(255,255,255,0.85);
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(255,193,7,0.13);
    border: none;
    padding: 1.5em 1.2em 1.2em 1.2em;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}
.z1fb1eadvantage_card:hover {
    box-shadow: 0 12px 36px 0 rgba(255,193,7,0.25), 0 0 0 4px #ffe082;
    transform: translateY(-8px) scale(1.04);
    background: rgba(255,255,255,0.97);
    z-index: 2;
}
.z1fb1eadvantage_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe082 60%, #fffde7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: #ff9800;
    margin-bottom: 0.7em;
    box-shadow: 0 2px 12px rgba(255,193,7,0.13);
}
.z1fb1eadvantage_card h3 {
    color: #ff9800;
    margin-bottom: 0.4em;
    font-size: 1.15rem;
    font-weight: bold;
}
.z1fb1eadvantage_card p {
    color: #555;
    font-size: 0.98rem;
    margin: 0;
}
.z1fb1eadvantage_desc {
    margin-top: 0.8em;
    background: linear-gradient(90deg, #ffe082 0%, #fffde7 100%);
    color: #e65100;
    border-left: 4px solid #ff9800;
    border-radius: 0 8px 8px 0;
    padding: 0.5em 0.9em;
    font-size: 0.97rem;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(255,193,7,0.08);
}
@media (max-width: 1100px) {
    .z1fb1eadvantages_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .z1fb1eadvantages_grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .z1fb1eadvantage_card {
        min-height: unset;
        padding: 1em 0.7em 0.7em 0.7em;
    }
}

.z1fb1efooter_main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.z1fb1efooter_contact {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 0.98rem;
    margin-bottom: 0.5em;
    color: #fff;
}
.z1fb1efooter_contact span {
    white-space: nowrap;
}
@media (max-width: 600px) {
    .z1fb1efooter_contact {
        flex-direction: column;
        gap: 0.3em;
        font-size: 0.95rem;
    }
}

.z1fb1eadvantages_alt {
    background: linear-gradient(120deg, #f3e5f5 60%, #e1f5fe 100%);
    padding: 2.5em 0;
}
.z1fb1eadvantages_alt h2 {
    text-align: center;
}
.z1fb1eadvantages_alt_list {
    display: flex;
    flex-direction: column;
    gap: 2.2em;
    max-width: 1100px;
    margin: 0 auto;
}
.z1fb1eadvantage_alt {
    display: flex;
    align-items: stretch;
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(41,121,255,0.10);
    overflow: hidden;
    min-height: 170px;
    position: relative;
    background: linear-gradient(90deg, #fff 60%, #e3f2fd 100%);
    transition: box-shadow 0.2s, transform 0.2s;
}
.z1fb1eadvantage_alt_left {
    flex-direction: row;
}
.z1fb1eadvantage_alt_right {
    flex-direction: row-reverse;
    background: linear-gradient(90deg, #fff 60%, #fce4ec 100%);
}
.z1fb1eadvantage_alt_badge {
    min-width: 70px;
    background: linear-gradient(135deg, #7e57c2 60%, #26c6da 100%);
    color: #fff;
    font-size: 2.1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 22px 22px 0;
    box-shadow: 0 2px 12px rgba(41,121,255,0.10);
    margin: 0;
    padding: 0 0.2em;
}
.z1fb1eadvantage_alt_right .z1fb1eadvantage_alt_badge {
    border-radius: 22px 0 0 22px;
}
.z1fb1eadvantage_alt_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e1bee7 60%, #b3e5fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3em;
    color: #7e57c2;
    margin: auto 1.2em auto 1.2em;
    box-shadow: 0 2px 12px rgba(41,121,255,0.10);
}
.z1fb1eadvantage_alt_right .z1fb1eadvantage_alt_icon {
    color: #ec407a;
    background: linear-gradient(135deg, #fce4ec 60%, #b3e5fc 100%);
}
.z1fb1eadvantage_alt_content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.2em 1em;
}
.z1fb1eadvantage_alt_content h3 {
    color: #1976d2;
    font-size: 1.18rem;
    font-weight: bold;
    margin-bottom: 0.4em;
}
.z1fb1eadvantage_alt_content p {
    color: #444;
    font-size: 1.01rem;
    margin: 0 0 0.7em 0;
}
.z1fb1eadvantage_alt_quote {
    background: linear-gradient(90deg, #e1f5fe 0%, #f3e5f5 100%);
    color: #7e57c2;
    border-left: 4px solid #26c6da;
    border-radius: 0 8px 8px 0;
    padding: 0.5em 1em;
    font-size: 0.97rem;
    font-style: italic;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(41,121,255,0.08);
}
@media (max-width: 900px) {
    .z1fb1eadvantage_alt_icon {
        width: 48px;
        height: 48px;
        font-size: 1.5em;
        margin: auto 0.7em auto 0.7em;
    }
    .z1fb1eadvantage_alt_badge {
        min-width: 48px;
        font-size: 1.3em;
    }
    .z1fb1eadvantage_alt_content {
        padding: 0.7em 0.5em;
    }
}
@media (max-width: 700px) {
    .z1fb1eadvantages_alt_list {
        gap: 1.2em;
    }
    .z1fb1eadvantage_alt,
    .z1fb1eadvantage_alt_left,
    .z1fb1eadvantage_alt_right {
        flex-direction: column !important;
        min-height: unset;
        border-radius: 16px;
    }
    .z1fb1eadvantage_alt_badge {
        border-radius: 16px 16px 0 0 !important;
        min-width: 100%;
        justify-content: flex-start;
        padding-left: 1em;
    }
    .z1fb1eadvantage_alt_icon {
        margin: 0.5em auto;
    }
    .z1fb1eadvantage_alt_content {
        padding: 0.7em 0.5em;
    }
}

.z1fb1econtact_simple_list {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.08rem;
    margin: 1em 0 0.5em 0;
}
.z1fb1econtact_simple_item {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 18px;
    padding: 0.6em 1.4em;
    font-weight: 500;
    box-shadow: 0 1px 6px rgba(2,136,209,0.06);
    white-space: nowrap;
}
@media (max-width: 700px) {
    .z1fb1econtact_simple_list {
        flex-direction: column;
        gap: 0.7em;
        font-size: 1rem;
    }
    .z1fb1econtact_simple_item {
        padding: 0.6em 1em;
    }
}

html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .z1fb1eabout_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .z1fb1esection,
    .z1fb1econtainer,
    .z1fb1eabout_grid,
    .z1fb1eservices_grid,
    .z1fb1eadvantages_alt_list {
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .z1fb1eabout_card,
    .z1fb1eservice_card,
    .z1fb1eadvantage_alt {
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .z1fb1eabout_grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .z1fb1eabout_card {
        min-height: unset;
        padding: 1em 0.7em;
    }
    .z1fb1ebtn,
    .z1fb1ebtn_service {
        width: 100%;
        max-width: 100vw;
        text-align: center;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
} 