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


/* 通用样式 */

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

#header {
    min-height: 200px;
}


/* 头部 */

.header-top {
    height: 176px;
    background: url("../images/header_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.logo {
    width: 600px;
    height: 85px;
    margin-top: 44px;
}

.logo img {
    /* width: 100%;
    height: 100%; */
}

.address {
    position: relative;
    margin: 69px 0 0 10px;
}

.address-text {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 49px;
    color: #333;
    font-size: 16px;
    background: rgba(255, 255, 255, .5) url("../images/address_icon.png") no-repeat 15px center;
    border-radius: 15px;
}

.address-box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: -63px;
    height: 63px;
}

.address-body {
    position: relative;
    width: 244px;
    height: 50px;
    margin-top: 13px;
    padding-left: 17px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .19);
    border-radius: 2px;
}

.address-body:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
}

.address-body li {
    float: left;
    line-height: 50px;
    padding-left: 21px;
}

.address-body li a {
    padding-top: 16px;
    line-height: 16px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}

.address-body li a:hover {
    color: #f48419;
    border-bottom-color: #f48419;
}

.address:hover .address-box {
    display: block;
}

.search {
    margin-top: 65px;
    position: relative;
    z-index: 1;
    width: 355px;
    height: 42px;
    font-size: 15px;
}

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

.search .input-box {
    position: relative;
    width: 279px;
    height: 40px;
    line-height: 39px;
    padding: 0 10px;
    border: 1px solid #5181cc;
    border-right: none;
}

.search .input-box:focus {
    border-color: #11367e;
}

.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 42px;
    background: #5181cc url("../images/search_icon.png") no-repeat center;
    cursor: pointer;
}

.search .btn:hover {
    background-color: #11367e;
}

.header-bot {
    height: 50px;
    background-color: #5181cc;
    box-shadow: inset 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}

.header-con {
    position: relative;
    height: 50px;
}

.header-list li {
    float: left;
}

.header-list li&gt;a {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
}

.header-list li&gt;.active {
    font-weight: bold;
}

.header-bot .blue-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    background-color: #3a6ebf;
    z-index: 1;
}

.header-list li&gt;a:hover {
    font-weight: bold;
}


/* 底部 */

.footer {
    height: 160px;
    margin-top: 20px;
    background-color: #132d54;
}

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

.footer-list&gt;li {
    float: left;
    margin-right: 24px;
}

.footer-list&gt;li:last-child {
    margin-right: 0;
}

.sel-box {
    display: inline-block;
    vertical-align: top;
    width: 384px;
    height: 36px;
    font-size: 14px;
    background-color: rgba(32, 63, 109, .5);
}

.ewb-sel {
    display: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.chosen-container {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.chosen-container-single .chosen-single {
    height: 34px;
    box-shadow: none;
    font-size: 14px;
    color: #cae5ff;
    background-color: transparent;
    text-align: center;
    border: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
}

.chosen-container-single .chosen-default {
    color: #fff;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-single .chosen-single span {
    margin-right: 30px;
    height: 36px;
    line-height: 36px;
}

.chosen-container-single .chosen-single div {
    width: 30px;
    height: 36px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 30px;
    height: 36px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: auto;
    bottom: 36px;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: rgba(19, 45, 84, .6);
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #fff;
}

.chosen-container .chosen-results li {
    text-align: center;
    padding-right: 30px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #6c9de9;
}

.footer-bot-one {
    padding-top: 24px;
}

.footer-bot {
    line-height: 28px;
    color: #cae5ff;
    text-align: center;
}

.footer-bot span {
    margin: 0 8px;
}


/* 右侧固定栏 */

.sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    background-color: #2e2e2e;
}

.sidebar-list {
    position: absolute;
    top: 30px;
    left: 0;
    width: 3px;
}

.sidebar-item {
    position: relative;
    padding: 18px 0;
    width: 39px;
    vertical-align: top;
}

.sidebar-name {
    display: inline-block;
    vertical-align: top;
    padding: 28px 10px 0 10px;
    width: 19px;
    text-align: center;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}

.sidebar-name.icon1 {
    background-image: url('../images/sidebar_icon1.png');
}

.sidebar-name.icon2 {
    background-image: url('../images/sidebar_icon2.png');
}

.sidebar-name.icon3 {
    background-image: url('../images/sidebar_icon3.png');
}

.sidebar-item:hover {
    background-color: #227be9;
}

.sidebar-drop {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    border: 1px solid #227be9;
    border-right: 0;
    background-color: #fff;
}

.ewb-login {
    left: -187px;
    width: 186px;
}

.ewb-userinfo,
.ewb-login-remind {
    height: 96px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-userinfo {
    display: none;
    padding-left: 21px;
}

.ewb-login-remind {
    text-align: center;
}

.ewb-userinfo p,
.ewb-login-remind p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 27px;
    font-size: 14px;
}

.ewb-userinfo i,
.ewb-login-remind i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ewb-personal-center {
    color: #2687ff;
}

.ewb-sign-out {
    margin-left: 36px;
    color: #999;
}

.ewb-login-link {
    color: #006aed;
}

.ewb-reg-link {
    color: #ff8400;
}

.sidebar-btns {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.sidebar-btns li {
    position: relative;
    margin-top: 4px;
    width: 39px;
    height: 44px;
    vertical-align: top;
}

.sidebar-btns li:first-child {
    margin-top: 0;
}

.sidebar-btns li:hover {
    background-color: #227be9;
}

.sidebar-btn-name {
    display: block;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
}

.sidebar-btn-name.icon1 {
    background-image: url('../images/sidebar_btn1.png');
}

.sidebar-btn-name.icon2 {
    background-image: url('../images/sidebar_btn2.png');
}

.sidebar-btn-name.icon3 {
    background-image: url('../images/sidebar_btn3.png');
}

.ewb-code-box {
    top: auto;
    bottom: 0;
    left: -155px;
    width: 154px;
    height: 178px;
}

.ewb-code-img {
    padding: 8px 7px 0 7px;
    width: 140px;
    height: 140px;
}

.ewb-code-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-code-name {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.sidebar-item:hover .sidebar-drop,
.sidebar-btns li:hover .sidebar-drop {
    display: block;
}

.nav {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    color: #666;
    background: url("../images/address_icon2.png") no-repeat 10px center;
}

.nav a {
    color: #666;
}

.nav .current-active {
    color: #ff6600;
}</pre></body></html>