<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";
    background: url("../images/bg.jpg") center bottom no-repeat #f0f5f8;
}

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

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

/* header */

.header {
	padding-top: 0;
    height: 600px;
}

.banner,
.banner .item {
    position: relative;
    height: 600px;
}

.banner .item &gt; img {
    width: 100%;
    height: 100%;
}

.banner-box {
    position: absolute;
    bottom: 147px;
    left: 50%;
    margin-left: -51px;
    width: 651px;
    height: 260px;
    padding: 32px 40px 0 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 15px 10px 0px rgba(45, 49, 70, 0.4);
    color: #0e4676;
}

.banner-box &gt; h3 {
    height: 64px;
    line-height: 64px;
    font-size: 40px;
}

.banner-box &gt; p {
    line-height: 30px;
    height: 120px;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}

.banner .owl-nav button.owl-next,
.banner .owl-nav button.owl-prev {
    position: absolute;
    top: 54%;
    width: 23px;
    height: 42px;
}

.banner .owl-nav button.owl-prev {
    right: 50%;
    margin-right: 663px;
    background: url("../images/owl_prev.png") no-repeat;
}

.banner .owl-nav button.owl-next {
    left: 50%;
    margin-left: 663px;
    background: url("../images/owl_next.png") no-repeat;
}

.banner .owl-dots {
    position: absolute;
    z-index: 300;
    bottom: 175px;
    left: 50%;
    margin-left: -10px;
    height: 3px;
}

.banner .owl-dots .owl-dot {
    margin: 0 10px;
    width: 21px;
    height: 3px;
    background: #bbb;
}

.banner .owl-dots .owl-dot.active {
    background: #47b368;
}



#header {
	min-height:auto;
	height: 107px;
}
#header .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    z-index: 200;
}
.logo {
    float: left;
}

.top-right {
    float: right;
    margin-top: 5px;
}

.top-links {
    height: 22px;
    line-height: 22px;
    text-align: right;
}

.top-links a {
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}

.search {
    position: relative;
    z-index: 1;
    width: 220px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 16px;
    height: 28px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    z-index: -1;
    cursor: text;
}

.search-txt {
    display: block;
    padding-left: 16px;
    width: calc(100% - 34px);
    height: 28px;
    line-height: 28px;
    border: 0;
    background: none;
    color: #fff;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 7px;
    width: 28px;
    height: 28px;
    background: url("../images/search_ico.png") center no-repeat;
    cursor: pointer;
}

.nav {
    margin-top: 10px;
    overflow: hidden;
    height: 40px;
}

.nav&gt;ul {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.nav-node {
    display: inline-block;
    vertical-align: top;
}

.nav-name {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 38px;
}

.nav-name:hover,
.nav-name.current {
    border-bottom: 2px solid #fff;
    background: url("../images/nav_bg.png") left bottom repeat-x;
}

@media (max-width: 1399px) {
    .banner .owl-nav button.owl-next,
    .banner .owl-nav button.owl-prev {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header,
    .banner,
    .banner .item {
        height: 480px;
    }
    .banner-box {
        margin-left: -161px;
        bottom: 40px;
    }
}

@media (max-width: 979px) {
    .banner-box {
        width: 736px;
        margin-left: -368px;
    }
    .nav {
        overflow-x: auto;
    }
    .nav&gt;ul {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
    }
    .nav-node {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .header,
    .banner,
    .banner .item {
        height: 400px;
    }
    .header &gt; .container {
        left: 0;
        right: 0;
        transform: none;
    }
    .banner-box {
        left: 12px;
        right: 12px;
        width: auto;
        margin: 0;
    }
    .nav-name {
        font-size: 14px;
        padding: 0 8px;
    }
    .banner-box {
        padding: 20px 20px 0 20px;
        height: 176px;
    }
    .banner-box &gt; h3 {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .banner-box &gt; p {
        line-height: 24px;
        height: 96px;
        font-size: 13px;
    }
    .banner .owl-dots {
        text-align: center;
        bottom: 40px;
        right: 0;
        left: 0;
        margin: 0;
    }
}


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