<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ç²¾å‡†è¯¾å&nbsp;‚å…¬å…±åŒºæ&nbsp;·å¼ */

.inner-w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.inner-w1200 * {
    box-sizing: border-box;
}

.inner-w1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.blank-5 {
    height: 5px;
}

.blank-10 {
    height: 10px;
}

.blank-20 {
    height: 20px;
}

.blank-30 {
    height: 30px;
}

.fl {
    float: left;
}

.text-centent {
    text-align: center;
}

/* åˆ†é¡µ */

.pager {
    margin-bottom: 30px;
}

.pager span {
    line-height: 30px;
    float: right;
}

.pager a {
    display: inline-block;
    border-radius: 1px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    margin-right: 5px;
    color: #333
}

.pager a.current {
    border: 1px solid #04A4FF;
    color: #fff;
    background: #04A4FF
}

/* åˆ†é¡µ */


.top-banner {
    width: 100%;
    text-align: center;
}

.top-banner img {
    width: 100%;
}

.pre-content {
    position: relative;
    top: -70px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #bdbcbc;
    margin-bottom: -50px;
    padding-bottom: 60px;
}

.menu-list {
    font-size: 18px;
    color: #2F2F2F;
    border-bottom: 2px solid #E7E7E7;
    padding-top: 25px;
}

.menu-list ul {
    width: 1000px;
    margin: 0 auto;
}

.menu-list ul li {
    float: left;
    height: 45px;
    padding: 0px 40px;
    position: relative;
    bottom: -2px;
}

.menu-list ul li.current {
    border-bottom: 4px solid #0D7EFF;
}

.menu-list ul li.current a {
    color: #0D7EFF;
    font-weight: 600;
}


@media screen and (max-width: 768px) {

    .precise{
        padding: 5px ;
    }
    .pre-content {
        position: static;
        margin-top: 35px;
        margin-bottom: 0px;
        padding-bottom: 20px
    }

    .menu-list ul{
        width:100%;
    }
    .menu-list ul li {
        padding: 10px 30px 0px;
    }

}</pre></body></html>