<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é’¢é“ææ–™ */

.speech {
    position: relative;
    width: 100%;
}

.speech-bg {
    width: 50%;
    height: 100%;
    display: block;
    bottom: 0;
    left: -18%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(358deg, #004FFF 0%, #02B3FF 100%);
    transform: skewX(-23deg);
    z-index: -1;
}

@media screen and (max-width: 640px) {
    .speech-bg {
        display: none;
    }
}

.speech-body {
    padding: 4.1875rem 0;
}

.speech-content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.speech-left {
    width: 43.6875rem;
    /* height: 24.5625rem; */
}

.speech-left img {
    width: 100%;
}

@media screen and (max-width: 870px) {
    .speech-left {
        width: 38rem;
    }
}

@media screen and (max-width: 640px) {
    .speech-content {
        justify-content: space-around;
    }
    .speech-right {
        width: 100% !important;
        margin: 1.25rem 0 !important;
    }
    .speech-right h4,
    .speech-right p {
        text-align: left !important;
    }
}

.speech-right {
    width: 30%;
    margin: auto 0;
    margin-left: 2.5rem;
}

.speech-right h4 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: right;
    color: #1D1D1F;
}

.speech-right p {
    opacity: 1;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: right;
    color: #1D1D1F;
    margin: 1.3125rem 0 3.125rem;
}

.speech-right a {
    display: block;
    margin-top: 2rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    text-align: right;
    color: #004FFF;
}


/* æ–°å…´äº§ä¸š */

.newly {
    margin: 5rem 0;
    position: relative;
}

.newly-bg {
    width: 100%;
    /* height: 28.125rem; */
}

.newly-bg img {
    height: 464px;
}

@media screen and (max-width: 1440px) {
    .newly-bg img {
        height: 400px;
    }
}

@media screen and (max-width: 1220px) {
    .newly-bg img {
        height: 340px;
    }
}

@media screen and (max-width: 750px) {
    .newly-bg img {
        width: auto !important;
        height: 280px;
    }
}

.newly-container {
    position: absolute;
    right: -4%;
    bottom: -1px;
    width: 58.5%;
    height: 58%;
    background: linear-gradient(171deg, rgba(2, 179, 255, .6), rgba(0, 79, 255, .6));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -moz-transform: skewX(-23deg);
    -webkit-transform: skewX(-23deg);
    -o-transform: skewX(-23deg);
    padding: 3rem 6rem 0;
}

.newly-container::before {
    content: '';
    width: 6%;
    height: 80%;
    position: absolute;
    left: -6%;
    bottom: -1px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .newly-container {
        width: 60%;
    }
    .newly-container::before {
        width: 8%;
        left: -8%;
    }
}

@media screen and (max-width: 850px) {
    .newly-container {
        width: 70%;
    }
}

@media screen and (max-width: 750px) {
    .newly-container {
        width: 80%;
        right: -12%;
    }
}

.newly-content {
    transform: skewX(23deg);
}

.newly-content h4 {
    /* æ–°å…´äº§ä¸š */
    opacity: 1;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.625rem;
    color: #FFFFFF;
}

.newly-content p {
    /* çºµå‘å»¶ä¼¸ã€æ¨ªå‘æ‹“å±• æ‰“é€&nbsp;æœ€å…·ä»·å€¼å·¥ä¸šæœåŠ¡ */
    opacity: 1;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #FFFFFF;
    margin: 1.3125rem 0 3.125rem;
}

.newly-content a {
    /* æŸ¥çœ‹æ›´å¤š */
    opacity: 1;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    /* text-align: right; */
    color: #FFFFFF;
}


/* æµ·å¤–äº‹ä¸š */

.overseas {
    margin: 10rem 0 5rem;
    position: relative;
}

.overseas-bg {
    width: 50%;
    min-height: 33.9375rem;
    height: 100%;
    display: block;
    bottom: 5rem;
    left: 70%;
    position: absolute;
    background: linear-gradient(358deg, #004FFF 0%, #02B3FF 100%);
    transform: skewX(-23deg);
    z-index: 1;
}

.overseas-container {
    height: 32.875rem;
    position: relative;
    background: #ececed;
    /* padding: 4rem 0 4.25rem; */
}

.overseas-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.overseas-content h4 {
    opacity: 1;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.625rem;
    color: #1D1D1F;
}

.overseas-content p {
    opacity: 1;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #1D1D1F;
    margin: 1.3125rem 0 3.125rem;
}

.overseas-content a {
    /* æŸ¥çœ‹æ›´å¤š */
    opacity: 1;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    /* text-align: right; */
    color: #004FFF;
}

.overseas-content .overseas-right {
    width: 43.75rem;
    height: 24.625rem;
    margin-top: -2rem;
}

@media screen and (max-width: 870px) {
    .overseas-content .overseas-right {
        width: 41.35rem;
        height: 24.625rem;
        /* margin-top: 2rem; */
    }
}

@media screen and (max-width: 642px){
    .overseas-bg {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .newly {
        margin-top: 0;
    }
    .overseas {
        margin-top: 5rem;
    }
    .overseas-container {
        height: 49rem;
        padding: 4rem 0;
    }
    .overseas-content .overseas-right {
        margin-top: 2rem;
    }
}

.overseas-content .overseas-right img {
    width: 100%;
}

.overseas-bg-footer {
    width: 75%;
    height: 15%;
    display: block;
    bottom: 0;
    left: 28%;
    position: absolute;
    z-index: 1;
    background: #FFFFFF;
    transform: skewX(-23deg);
}


/* é‡‘èžæœåŠ¡ */

.service {
    position: relative;
    height: 26.125rem;
    margin-bottom: 5rem;
}

.service-bg {
    width: 112%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -30%;
}

@media screen and (max-width: 768px) {
    .service-bg {
        left: -40%;
    }
}

@media screen and (max-width: 640px) {
    .service {
        height: 24.125rem;
    }
    .service-bg {
        width: 130%;
        left: -66%
    }
    .service-bg img {
        height: 100%;
    }
}

@media screen and (max-width: 480px) {
    .service-bg {
        width: 150%;
        left: -100%;
    }
}


.service-bg img {
    width: 100%;
}



.service-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.service-content h4 {
    opacity: 1;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.625rem;
    text-align: right;
    color: #1D1D1F;
}

.service-content p {
    opacity: 1;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: right;
    color: #1D1D1F;
    margin: 1.3125rem 0 3.125rem;
}

.service-content a {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    text-align: right;
    color: #004FFF;
}</pre></body></html>