<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…¨å±€*/
body {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
/*é¡¶éƒ¨*/
.top {
    height: 30px;
    background-color: #fbfbfb;
    width: 100%;
}

.top_welcome {
    margin: 0 auto;
    width: 1200px;
}

    .top_welcome p {
        float: left;
        font-family: MicrosoftYaHei;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #a9a9a9;
    }
/*å¤´éƒ¨*/
.header {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    position: absolute;
}

.header_content {
    width: 1200px;
    margin: 0 auto;
}

.header_logo {
    float: left;
    margin-top: 20px;
}

.header_hotline {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #47b0eb;
    float: right;
    margin-top: 20px;
}
/*å¯¼èˆªæ&nbsp;*/
.navigate {
    height: 60px;
    width: 100%;
    background-color: #47b0eb;
    position: absolute;
    margin-top: 120px;
}

.navigate_content {
    margin: 0 auto;
    width: 1200px;
}

.navigate_nav {
    float: left;
}

    .navigate_nav ul {
        height: 60px;
        margin-top: 0;
        margin-left: -40px;
    }

    .navigate_nav li {
        width: 200px;
        float: left;
        text-align: center;
        height: 60px;
        margin-right: 0;
    }

        .navigate_nav li:hover {
            background-image: linear-gradient(0deg, #35a0dc 0%, #8ee8ff 100%);
        }

    .navigate_nav a:hover {
        font-weight: bold;
    }

    .navigate_nav a {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 60px;
        letter-spacing: 2px;
        color: #ffffff;
        display: flow-root;
    }

.xuan {
    background-image: linear-gradient(0deg, #35a0dc 0%, #8ee8ff 100%);
    font-weight: bold;
}

    .xuan a {
        font-weight: bold;
    }
/*banner*/
.banner {
    width: 100%;
    position: absolute;
    margin-top: 180px;
}

.banner_content {
    width: 1200px;
    margin: 0 auto;
}
</pre></body></html>