<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é¡¶éƒ¨å¯¼èˆª*/
body {
    font-size: 18px;
}

#wrap {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.top-box {
    height: 79px;
    border-bottom: 1px solid #f9f9f9;
}

#nav {
    width: 100%;
    height: 79px;
    line-height: 79px;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    z-index: 100;
}

#nav .bar {
    color: #eaeaea;
}

#nav div {
    float: left;
}

#nav span {
    margin-left: 17px;
}

#nav .logo {
    width: 182px;
    height: 29px;
}

#nav ol {
    float: right;
    height: 79px;
}

#nav li {
    margin-left: 17px;
    float: left;
    cursor: pointer;
    width: 70px;
    text-align: center;
}

.active-item {
    position: relative;
    color: #D53733;
}

.active-item div {
    position: absolute;
    width: 36px;
    height: 4px;
    left: 50%;
    margin-left: -18px;
    bottom: -1px;
    background-color: #fff;
}

.hover-item:hover {
    background-color: #F1F1F1;
}

/*è„šæ­¥åŒºåŸŸ*/
.footer {
    /* height: 162px; */
    padding-top: 22px;
    background-color: #444;
    color: #c0c0c0;
    position: relative;
}

.footer .container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.text {
    float: left;
    margin-top: 10px;
}

.text p {
    margin-top: 20px;
}

.text img {
    width: 182px;
    height: 29px;
}

.text a {
    margin-right: 25px;
    color: #969696;
}

.contact {
    margin-top: 14px;
    float: right;
}

.contact img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 33px;
}

.contact span {
    color: #dcdcdc;
    vertical-align: middle;
}

.contact p {
    text-align: right;
    color: #969696;
    margin-bottom: 20px;
}
.copycontent{
    margin-top: 25px;
    padding-bottom: 5px;
    color: #787878;
    text-align: center;
    border-top: 1px solid #494949;
}
.copyright a{  
    color: #787878;
}
.copyright {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    line-height: 50px;
    /* border-top: 1px solid #494949; */
}
</pre></body></html>