<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");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}


/* 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;
}


/* 通用样式 */

@media(min-width: 1300px) {
    body {
        min-width: 1300px;
    }
    #header {
        min-height: 150px;
        overflow: hidden;
    }
    .container {
        width: 1300px;
        padding: 0;
        margin: 0 auto;
    }
}

@media(min-width: 980px) and (max-width:1200px) {
    .container {
        width: 980px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* top */

.top-icon {
    vertical-align: top;
}

.header {
    padding-top: 10px;
    background-color: rgba(0,0,0,.4);
}

.mt16 {
    padding-top: 16px;
}

.nav {
    float: left;
}

.nav-item {
    float: left;
    margin-left: 19px;
}

.nav-item:first-child {
    margin-left: 0;
}

.nav-item .nav-list {
    display: block;
    padding: 0 8px;
    height: 38px;
    line-height: 36px;
    border-bottom: 2px solid transparent;
    font-size: 17px;
    color: #fff;
}

.nav-item.active .nav-list,
.nav-item .nav-list:hover {
    background: url('../images/nav-bgh.png') left top repeat-x;
    border-color: #fff;
}

.top-r {
    float: right;
}

.language {
    float: left;
    width: 178px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #95b2e3;
    margin-left: 10px;
}

a.language-item {
    float: left;
    width: 50%;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-left: 1px solid #95b2e3;
}

a.language-item:first-child {
    border-left: 0;
}

a.language-item:hover {
    background: #fff;
    color: #1f74d3;
}

.top-search {
    float: left;
    position: relative;
}

.search-btn {
    display: block;
    position: relative;
    z-index: 10;
    width: 60px;
    height: 36px;
    background: url('../images/search-icon.png') center center no-repeat;
}

.search-input {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 180px;
    height: 36px;
    padding-right: 60px;
    border: 1px solid #95b2e3;
    border-radius: 3px;
}

.top-search:hover .search-input {
    display: block;
}

.search-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    z-index: -1;
    cursor: text;
}

.search-input .input-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 0;
    text-indent: 10px;
    background: 0 0;
    color: #fff;
}

.pager-title {
    height: 200px;
    line-height: 110px;
    font-size: 58px;
    text-align: center;
    font-family: "SourceHanSansCN-Medium";
    color: #fff;
}


/* footer */

.footer {
    background: #1f2532;
}

.foot-info {
    padding: 29px 0 7px 0;
    min-height: 250px;
}

.foot-item {
    position: relative;
    float: left;
    width: 214px;
    height: 214px;
    padding-top: 11px;
    margin-left: 32px;
    color: #617092;
}

.foot-code {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #d4dadf;
    border-radius: 3px;
    opacity: 0;
    transition: all .2s;
}

.foot-code-img {
    width: 166px;
    height: 167px;
    margin: 24px auto 0;
}

.foot-code-img img {
    width: 100%;
    height: 100%;
}

.foot-item:hover .foot-code {
    opacity: 1;
}

.foot-item:first-child {
    margin-left: 0;
}

.foot-img {
    padding-top: 4px;
    height: 80px;
    text-align: center;
}

.foot-icon {
    vertical-align: top;
}

.foot-tt {
    line-height: 34px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    text-align: center;
}

.foot-tip {
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
}

.foot-copy {
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    color: #4e5973;
    background: #191d27;
}

.ml80 {
    margin-left: 80px;
}



/* 小分辨率 */

@media(max-width:1199px) {
    .nav-item {
        margin-left: 20px;
    }
    .foot-item {
        margin-left: 0;
        width: 20%;
        padding: 0 5px;
    }
}


/* pad */

@media(max-width:979px) {
    .nav {
        width: 100%;
    }
    .nav-item {
        margin-left: 0;
        width: 33.33333%;
    }
    .nav-item:last-child {
        width: 50%;
    }
    .nav-item .nav-list {
        padding: 0;
        line-height: 24px;
        height: 26px;
        font-size: 14px;
        text-align: center;
    }
    .top-r {
        width: 100%;
        margin-top: 10px;
        position: relative;
        height: 36px;
    }
    .search-input {
        display: block;
        border-color: #fff;
        width: 100%;
    }
    .search-btn {
        float: right;
    }
    a.language-item {
        font-size: 14px;
        border-color: #fff;
    }
    .language {
        width: 126px;
        border-color: #fff;
        float: right;
    }
    .top-search {
        float: none;
        position: absolute;
        left: 0;
        right: 136px;
    }
    .pager-title {
        height: 170px;
        font-size: 30px;
    }
    .foot-item {
        width: 50%;
        margin-top: 10px;
    }
    .ml80 {
        margin-left: 10px;
    }
    .footer {
        padding-bottom: 30px;
    }
}


/* phone */

@media(max-width:500px) {
    .foot-item {
        width: 100%;
    }
}</pre></body></html>