<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…³äºŽæˆ‘ä»¬ */
.about-wrap {
    padding: 1rem 0;
    margin: 0 auto;
}

.about-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.38rem;
    margin: 0.6rem 0;
}

.about-des-box {
    display: flex;
    justify-content: space-between;
}

.about-img {
    width: 4.5rem;
    height: 5.7rem;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 100%;
}

.about-des {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.6rem;
}

.about-des-text {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

/* è”ç³»æˆ‘ä»¬ */
.contact-wrap {
    margin: 1rem auto;
}

.contact-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
    margin: 0.8rem 0 0.5rem 0;
}

.contact-map-box {
    /* box-shadow: 0.03rem 0.03rem 0.12rem 0.01rem rgba(0, 0, 0, 0.1); */
}

.contact-map {
    width: 100%;
    height: 4.5rem;
}

.contact-about-box {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.contact-about {
    width: 48%;
    margin-top: 0.3rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

@media only screen and (max-width: 1024px) {
    .about-p {
        padding: 0 0.3rem;
        font-size: 0.26rem;
        line-height: 0.4rem;
    }

    .about-des-box {
        flex-direction: column;
        padding: 0 0.3rem;
    }

    .about-img {
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
    }

    .contact-p {
        padding: 0 0.3rem;
        font-size: 0.26rem;
        line-height: 0.4rem;
    }

    .contact-map-box {
        padding: 0 0.3rem;
    }

    .contact-about-box {
        padding: 0 0.3rem;
        flex-direction: column;
        margin-top: 0.2rem;
    }

    .contact-about{
        width: 100%;
        font-size: 0.26rem;
    }
}</pre></body></html>