﻿@charset "UTF-8";

/* 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,
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: "SimSun";
    background: url(../images/bg.jpg) left 28px repeat-x #fff;
}

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;
}
/*! grid system 24դ�� 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span24 {
    width: 998px;
    float: left;
}

.ewb-span23 {
    width: 956px;
    float: left;
}

.ewb-span22 {
    width: 914px;
    float: left;
}

.ewb-span21 {
    width: 872px;
    float: left;
}

.ewb-span20 {
    width: 830px;
    float: left;
}

.ewb-span19 {
    width: 788px;
    float: left;
}

.ewb-span18 {
    width: 746px;
    float: left;
}

.ewb-span17 {
    width: 704px;
    float: left;
}

.ewb-span16 {
    width: 662px;
    float: left;
}

.ewb-span15 {
    width: 620px;
    float: left;
}

.ewb-span14 {
    width: 578px;
    float: left;
}

.ewb-span13 {
    width: 536px;
    float: left;
}

.ewb-span12 {
    width: 494px;
    float: left;
}

.ewb-span11 {
    width: 452px;
    float: left;
}

.ewb-span10 {
    width: 410px;
    float: left;
}

.ewb-span9 {
    width: 368px;
    float: left;
}

.ewb-span8 {
    width: 326px;
    float: left;
}

.ewb-span7 {
    width: 284px;
    float: left;
}

.ewb-span6 {
    width: 242px;
    float: left;
}

.ewb-span5 {
    width: 200px;
    float: left;
}

.ewb-span4 {
    width: 158px;
    float: left;
}

.ewb-span3 {
    width: 116px;
    float: left;
}

.ewb-span2 {
    width: 74px;
    float: left;
}

.ewb-span1 {
    width: 32px;
    float: left;
}

.ewb-ml4 {
    margin-left: 4px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* top */

.ewb-top {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background-color: #f7f7f7;
}

.ewb-top .r span {
    padding: 0 7px;
}

.ewb-banner {
    height: 204px;
    /*background: url(../images/banner.png) center top no-repeat;*/
}

.ewb-logo {
    margin-left: 9px;
    margin-top: 58px;
}

.ewb-content {
    padding: 0 10px;
}

.ewb-nav {
    height: 42px;
    background-color: #185cb7;
}

.ewb-nav-items {
    padding-left: 20px;
}

.ewb-nav-item {
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.ewb-nav-item a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-item a:hover {
    background-color: #3194f2;
}

.ewb-second-items {
    position: absolute;
    /*width: 114px;*/
	width: 100%; 
    background: #3194f2; 
    z-index: 999;
    display: none;
}

.ewb-second-items li {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    text-align: center;

}

.ewb-second-items li a {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}

.ewb-second-items li a:hover {
    text-decoration: underline;
    color: #de9a2e;
}


.ewb-nav-item:hover .ewb-second-items {
    display: block;
}

.ewb-nav-search {
    margin-top: 10px;
    padding-left: 13px;
    width: 181px;
    height: 26px;
    background: url(../images/search_bg.png);
}

.ewb-search-txt {
    width: 156px;
    height: 26px;
    line-height: 26px;
    border: 0;
    outline: 0;
    color: #999;
}

.ewb-search-btn {
    margin-top: 2px;
    width: 22px;
    height: 22px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/search_btn.png);
}

.ewb-search-btn:hover {
    background: url(../images/search_btnh.png);
}

/* footer */

.ewb-footer {
    padding-top: 10px;
    height: 180px;
    background-color: #a0a8b0;
}

.ewb-footer-con {
    position: relative;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.ewb-footer-con a {
    color: #fff;
}

.ewb-split1 {
    padding: 0 15px;
}

.ewb-split2 {
    padding-left: 13px;
}

.ewb-footer-link1 {
    position: absolute;
    top: 22px;
    left: 211px;

}

.ewb-footer-link2 {
    position: absolute;
    top: 25px;
    right: 107px;
}


.ewb-yzmnew {
    line-height: 40px;
    font-size: 25px;
    letter-spacing: 18px;
    cursor: pointer;
}
