<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: YouSheBiaoTiHei;
    src: url('../font/YouSheBiaoTiHei.ttf');
}

.header {
    background: transparent;
    transition: 0.3s;
}

    .header.bg {
        background: linear-gradient(90deg,#def1fe,#f1f1f8);
    }

    .header + .bodyer {
        padding-top: 0;
    }

.home-banner {
    background: linear-gradient(90deg,#def1fe,#f1f1f8);
    position: relative;
}

.banner-item {
    font-size: 0;
}

.banner-pic {
    width: 100%;
}

.banner-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 16px;
    left: 0;
}

.banner-pagination-item {
    width: 12px;
    height: 12px;
    background: #90beff;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;
}

    .banner-pagination-item + .banner-pagination-item {
        margin-left: 10px;
    }

    .banner-pagination-item.on {
        width: 126px;
        background: #ff9c00;
    }

.section {
    background: #fff;
}

.section-bg1 {
    background-color: #f8f9fd;
}

.flex-box {
    display: flex;
    padding: 140px 0;
}

.box-title {
    margin-bottom: 90px;
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.box-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

.box-nav-item {
    width: 40%;
    background: #fff;
    padding: 12px 0;
    margin-bottom: 26px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

    .box-nav-item.on {
        background: #5bb1f3;
        color: #fff;
    }

.box-form {
    font-size: 18px;
    text-align: center;
}

.box-form-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.box-form-name {
    margin-right: 10px;
}

.box-form-value {
    width: 250px;
}

.box-form-ipt {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border: none;
    background: #cbd4e7;
    font-size: 18px;
}

.box-form-btn {
    display: inline-block;
    padding: 11px 39px;
    margin-left: 60px;
    background: #4a86f6;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.case-title {
    margin-bottom: 30px;
    color: #5bb1f3;
    font-size: 24px;
    text-align: center;
}

.case-banner {
    position: relative;
}

.case-item {
    font-size: 0;
}

.case-pic {
    width: 544px;
    height: 409px;
    object-fit: contain;
}

.case-pagination {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.case-pagination-item {
    width: 12px;
    height: 12px;
    background: #aed8f9;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;
}

    .case-pagination-item + .case-pagination-item {
        margin-left: 10px;
    }

    .case-pagination-item.on {
        width: 47px;
        background: #5bb1f3;
    }

.news {
    padding: 60px 0;
}

.news-title {
    margin-bottom: 36px;
    font-size: 36px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.news-nav {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.news-nav-item {
    font-size: 18px;
    color: #0066ff;
    text-align: center;
    cursor: pointer;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 30px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

    .news-item:nth-child(2n+1) {
        margin-left: 0;
    }

.news-type {
    font-weight: 700;
}

.color-blue {
    color: #0066ff;
}

.color-green {
    color: #339966;
}

.lcqz-box {
    padding: 120px 0;
    display: flex;
    align-items: center;
}

.lcqz-left {
    flex: 1;
}

.lcqz-title {
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.lcqz-subtitle p + p {
    margin-top: 12px;
    font-size: 16px;
}

.lcqz-subtitle .color-blue {
    font-size: 18px;
}

.pic-lcqz {
    width: 710px;
    height: 527px;
    object-fit: contain;
}

.qanda-box {
    padding: 120px 0;
    display: flex;
    align-items: center;
}

.qanda-left {
    flex: 1;
}

.qanda-list {
    display: flex;
    flex-wrap: wrap;
}

.qanda-item {
    width: 350px;
    margin-left: 40px;
    margin-bottom: 30px;
    background: #8a9fd4;
    box-shadow: 8px 8px 0 #cad5f1;
    transform: skewX(-20deg);
}

.qanda-itemc {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transform: skewX(20deg);
}

.qanda-item:nth-child(2n+1) {
    margin-left: 0;
}

.qanda-sort {
    font-family: YouSheBiaoTiHei;
    font-style: italic;
    font-size: 48px;
    color: #aab9df;
}

.qanda-text {
    margin-left: 20px;
}

.qanda-title {
    margin-bottom: 40px;
    font-size: 36px;
    color: #333;
    font-weight: 800;
}

.qanda-subtitle {
    margin-bottom: 40px;
    font-size: 18px;
    color: #666;
}

.qanda-service {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.service-item {
    text-align: center;
}

.service-item-icon {
    margin-bottom: 10px;
}

    .service-item-icon img {
        width: 78px;
        height: 65px;
        object-fit: contain;
    }

.service-phone {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.bottom-box {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-item {
    text-align: center;
    color: #8a9fd4;
}

.bottom-icon {
    width: 62px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
    transition: 0.6s;
}

.bottom-item:hover .bottom-icon {
    transform: rotateY(360deg);
}

.bottom-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.bottom-subtitle {
    font-size: 16px;
}

.box-title {
    text-align: left;
    font-size: 30px;
}

.banner-apply {
    margin-top: 80px;
    width: 1203px;
    height: 95px;
    border-radius: 10px;
    background: #f8f9fd;
    display: flex;
}

.banner-apply-title {
    font-size: 24px;
    color: #b1c9ff;
    height: 100%;
    text-align: center;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-apply-right {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 27px;
}

.banner-apply-select,
.banner-apply-form-value {
    width: 173px;
    height: 39px;
    border: 1px solid #cbd4e7;
    font-size: 18px;
    background: #fff;
}

.banner-apply-select {
    text-align: center;
}

.banner-apply-input {
    height: 100%;
    border: none;
    width: 90%;
    padding-left: 5%;
    font-size: 18px;
}


    .banner-apply-input:-webkit-autofill,
    .banner-apply-input:-webkit-autofill:hover,
    .banner-apply-input:-webkit-autofill:focus,
    .banner-apply-input:-webkit-autofill:active,
    .banner-apply-input:focus {
        -webkit-transition-delay: 99999s;
        -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    }

    .banner-apply-input option {
        height: 39px;
    }

.banner-apply-form-item {
    display: flex;
    justify-content: center;
}

.banner-apply-form-name {
    color: #333;
    font-size: 18px;
    line-height: 39px;
}

.banner-apply-btn {
    display: inline-block;
    padding: 11px 39px;
    background: #4a86f6;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.left-group-body {
    width: 550px;
    height: 280px;
    padding: 20px;
    background: #f8f9fd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 50px;
}

.left-group-body-top {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.left-group-body-btn {
    margin-top: 5px;
    width: 85px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    background: #4a86f6;
    color: #fff;
    cursor: pointer;
}

.left-group-body-top-item {
    flex-basis: 45%;
    display: flex;
    column-gap: 20px;
}

    .left-group-body-top-item:nth-child(2n) {
        justify-content: end;
    }

    .left-group-body-top-item img {
        width: 28px;
        height: 35px;
    }

.left-group-body-top-txt {
    color: #878181;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

    .left-group-body-top-txt span {
        color: #333;
        font-size: 18px;
    }

    .left-group-body-top-txt:nth-child(2n) {
        width: 120px;
    }

.left-group-body-bottom {
    display: flex;
    justify-content: center;
    column-gap: 47px;
}

.left-group-body-bottom-item {
    text-align: center;
}

    .left-group-body-bottom-item img {
        width: 24px;
        height: 30px;
    }

.left-group-body-bottom-txt {
    font-size: 11px;
    color: #000;
    line-height: 14px;
}

.left-qrlist {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    column-gap: 35px;
}

.left-qrlist-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.left-qrlist-qr {
    width: 112px;
    height: 112px;
    border: 1px solid #9f9f9f;
}

    .left-qrlist-qr img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        margin-top: 5px;
    }

.left-qrlist-txt {
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 18px;
}

.dialog-qr {
    margin: 20px auto;
    border: 2px solid #333;
    padding: 5px;
    width: 210px;
    height: 210px;
}

    .dialog-qr img {
        margin: auto;
        margin-top: 3px;
    }

.dialog-qr-btnexit {
    width: 150px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 10px;
    background: #4a86f6;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}
</pre></body></html>