<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top {
    display: block;
    width: 100%;
    height: 329px;
    background: url('../images/top.jpg') center top no-repeat;
}

.nav {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #9e0b0f;
}

.header-list {
    display: block;
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

.header-list li {
    float: left;
}

.header-list li a {
    display: block;
    width: 100px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}

.header-list li.now a,
.header-list a:hover {
    background-color: #fff;
    color: #9e0b0f;
    font-weight: bold;
}

/* 公共样式 */

body {
    background-color: #e8e8e8;
}

/* .container {
    width: 980px;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
} */

.container {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }

.local {
    height: 37px;
    line-height: 37px;
    border-top: 1px solid #ebebea;
    padding-left: 25px;
    color: #b00000;
    font-weight: bold;
    border-bottom: 2px solid #cc0000;
    background: #fdf7ff;
}

.local&gt;a {
    color: #b00000;
}

.local&gt;a:hover {
    text-decoration: underline;
}

.header-logo {
    width: 1100px;
    margin: 0 auto;
    padding-top: 5px;
}

.header-logo&gt;a {
    display: inline-block;
    vertical-align: top;
}

.header-logo&gt;img {
    width: 315px;
}





/* 底部 */

.footer-top-box {
    position: relative;
    z-index: 999;
}

.footer-top {
    height: 70px;
    background: url("/images/footer_bg.png") no-repeat center top;
}

.footer-chosen {
    width: 20%;
    padding-top: 27px;
    height: 70px;
}

.footer-sel-val:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 8px;
    height: 18px;
    width: 2px;
    background-color: #b3b3b3;
}

.footer-sel-val {
    position: relative;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.footer-sel-val&gt;span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    background: url("/images/chose_jiao.png") right center no-repeat;
}

.footer-options {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
    max-height: 200px;
    padding: 20px 20px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    z-index: 99;
    overflow-y: auto;
}

.footer-chosen:hover .footer-options {
    display: block;
}

.footer-chosen:hover .footer-sel-val&gt;span {
    background-image: url("/images/chose_jiaoh.png");
}

.footer-option {
    float: left;
    width: 20%;
    padding: 0 0 20px 20px;
}

.footer-option&gt;a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 18px;
    text-align: center;
    background-color: #f9f9f9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-option&gt;a:hover {
    color: #fff;
    background-color: #47b368;
}

.footer-list {
    padding-top: 7px;
}

.footer-bom {
    padding-top: 20px;
    height: 190px;
    background-color: #e5e5e5;
}

.footer-text {
    line-height: 30px;
    color: #666;
    font-size: 16px;
}

.footer-text&gt;span {
    margin-left: 35px;
}

.footer-images {
    margin-left: 186px;
    margin-top: 20px;
}

.footer-images&gt;a {
    display: inline-block;
}

.footer-error {
    margin-left: 40px;
}

.footer-left-bom {
    padding-top: 18px;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
}

.footer-left-bom&gt;a,
.footer-left-bom&gt;span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}

.footer-left-bom&gt;span {
    margin-left: 35px;
}

.footer-left-bom&gt;a:first-child {
    padding-left: 28px;
    margin-right: 13px;
    background: url("/images/footer_icon1.png") no-repeat left center;
}

.footer-contact {
    width: 320px;
    height: 108px;
    margin-left: auto;
}

.footer-contact li {
    float: left;
    width: 33.33%;
}

.footer-contact a {
    display: block;
    height: 108px;
    line-height: 50px;
    padding-top: 55px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.footer-contact li:first-child a {
    background-image: url("/images/ditu.png");
}

.footer-contact li:nth-child(2) a {
    background-image: url("/images/weibo.png");
}

.footer-contact li:nth-child(3) a {
    background-image: url("/images/weixin.png");
}

.footer-hope {
    line-height: 39px;
    color: #666;
    font-size: 16px;
}</pre></body></html>