<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";

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

address,
caption,
cite,
code,
dfn,
em,
strong,
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: 12px;
    font-family: "Microsoft Yahei";
    background: url(imagestop_bg.jpg) center top no-repeat #edf6fd;
}

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


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


/* header */


/* top */

.ewb-top {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: url(imagestop_bg.png) left center repeat-x;
}

.ewb-top-l {
    float: left;
    padding-left: 10px;
}

.ewb-top-r {
    float: right;
}

.ewb-top-r a {
    color: #333;
    float: left;
    padding: 0 10px;
}

.ewb-top-r a:hover {
    color: #004177;
}

.ewb-top-r span {
    display: block;
    width: 2px;
    height: 9px;
    background: #e0e0e0;
    float: left;
    margin-top: 11px;
}


/* banner */

.ewb-banner {
    height: 144px;
}

.ewb-rel {
    position: relative;
}

.ewb-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.ewb-search-mod {
    position: relative;
    z-index: 20;
    float: right;
    margin: 49px 5px 0 0;
}

.ewb-search {
    width: 450px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
}

.ewb-search input {
    display: block;
    float: left;
    width: 256px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    background: #fff;
    border: 0;
    outline: 0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    font-family: "Microsoft Yahei";
}

.ewb-search button {
    display: block;
    width: 68px;
    height: 40px;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    float: left;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    background: url(imagessearch_icon.png) center center no-repeat #004177;
}

a.ewb-help {
    display: block;
    float: right;
    width: 71px;
    height: 40px;
    padding-left: 40px;
    background: url(imageshelp_icon.png) 10px center no-repeat #004177;
    color: #fff;
    line-height: 36px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 1px;
}

.ewb-search button:hover,
a.ewb-help:hover {
    background-color: #0f5ea1;
}

.ewb-hot {
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.ewb-hot span {
    float: left;
}

.ewb-hot a {
    display: block;
    height: 25px;
    padding: 0 10px;
    border-radius: 13px;
    background: url(imageshot_bg.png) repeat;
    color: #333;
    float: left;
    margin-left: 5px;
}

.ewb-hot a:hover {
    background: #fff;
}

@media(max-width: 767px) {
    .ewb-search {
        width: 100%;
        height: auto;
    }
    .ewb-top {
        height: auto;
        background: url(imagestop_bg2.png) repeat;
    }

    a.ewb-help{
        float: left;
        margin-left: 3px;
        width: 0px;
        overflow: hidden;
    }
    .ewb-top-r {
        width: 100%;
        float: left;
    }
    .ewb-top-r span {
        margin-top: 7px;
    }
    .ewb-search input {
        width: 58%;
    }
    .ewb-search-mod {
        float: none;
        margin-left: 20px;
        margin-top: 0;
    }
    .ewb-banner {
        height: auto;
        padding-bottom: 20px;
        background: url(imagesldjgorgansheader.jpg) 70% bottom no-repeat;
        background-size: auto 100%;
    }
    .ewb-title {
        position: static;
        display: block;
        margin: 0 auto;
        max-height: 100px;
    }
}


/* nav */

.ewb-nav {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    background: url(imagesnav_bg.png) repeat;
}

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

.ewb-nav-item.first {
    margin-left: 2px;
}

.ewb-nav-item a {
    display: block;
    padding: 0 14px 0 48px;
    color: #fff;
    background-position: 16px center;
    background-repeat: no-repeat;
}

.ewb-nav-item:hover {
    background: url(imagesnav_bgh.png) repeat;
}

.ewb-nav-a0 {
    background-image: url(imagesnav_icon0.png);
}

.ewb-nav-a1 {
    background-image: url(imagesnav_icon1.png);
}

.ewb-nav-a2 {
    background-image: url(imagesnav_icon2.png);
}

.ewb-nav-a3 {
    background-image: url(imagesnav_icon3.png);
}

.ewb-nav-a4 {
    background-image: url(imagesnav_icon4.png);
}

.ewb-nav-a5 {
    background-image: url(imagesnav_icon5.png);
}

.ewb-nav-a6 {
    background-image: url(imagesnav_icon6.png);
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-nav-item {
        margin-left: 5px;
    }
    .ewb-nav-item a {
        padding: 0 5px 0 35px;
        background-position: 6px center;
    }
}

@media(max-width: 767px) {
    .ewb-nav {
        height: auto;
    }
    .ewb-nav-item.first {
        margin-left: 0;
    }
    .ewb-nav-item {
        width: 33.3%;
        margin-left: 0;
    }
    .ewb-nav-item a {
        padding: 0 5px 0 35px;
        background-position: 2px center;
    }
}


/* footer */

.ewb-footer {
    height: 50px;
    background: url(imagesmask-bg.png) repeat;
}

.ewb-foot-icon1,
.ewb-foot-icon2 {
    display: block;
    float: left;
    margin-top: 8px;
}

.ewb-foot-icon1 {
    margin-left: -3px;
}

.ewb-foot-icon2 {
    margin-left: 35px;
}

.ewb-foot-copy {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-top: 7px;
    margin-left: 190px;
}

@media(max-width: 979px) and (min-width: 768px){
    .ewb-foot-copy{
        padding-top: 5px;
    }
}

@media(max-width: 767px) {
    .ewb-footer {
        height: auto;
    }
    .ewb-foot-copy {
        padding-top: 46px;
        margin-left: 0;
    }
}
/* 1114改 */
.ewb-area{
	position: relative;
}
@media(max-width: 979px){
	.ewb-footer{
		height: auto;
	}

	.ewb-area&gt;div{
		position: static!important;
	}
}</pre></body></html>