html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
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 {
    font: 12px/1.231 "SimSun", arial, helvetica, clean, sans-serif;
    color: #333;
    background-color: #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 */

.row {
    overflow: hidden;
}

.span1 {
    float: left;
    width: 32px;
}

.span2 {
    float: left;
    width: 74px;
}

.span3 {
    float: left;
    width: 116px;
}

.span4 {
    float: left;
    width: 158px;
}

.span5 {
    float: left;
    width: 200px;
}

.span6 {
    float: left;
    width: 242px;
}

.span7 {
    float: left;
    width: 284px;
}

.span8 {
    float: left;
    width: 326px;
}

.span9 {
    float: left;
    width: 368px;
}

.span10 {
    float: left;
    width: 410px;
}

.span11 {
    float: left;
    width: 452px;
}

.span12 {
    float: left;
    width: 494px;
}

.span13 {
    float: left;
    width: 536px;
}

.span14 {
    float: left;
    width: 578px;
}

.span15 {
    float: left;
    width: 620px;
}

.span16 {
    float: left;
    width: 662px;
}

.span17 {
    float: left;
    width: 704px;
}

.span18 {
    float: left;
    width: 746px;
}

.span19 {
    float: left;
    width: 788px;
}

.span20 {
    float: left;
    width: 830px;
}

.span21 {
    float: left;
    width: 872px;
}

.span22 {
    float: left;
    width: 914px;
}

.span23 {
    float: left;
    width: 956px;
}

.span24 {
    float: left;
    width: 998px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.container {
    padding: 0 6px;
    width: 998px;
    margin: 0 auto;
    background: url(../images/bg.jpg) repeat-y;
}

/* header */

.ewb-header {
    height: 326px;
}

.ewb-header img {
    display: block;
    width: 998px;
    height: 326px;
}

/* footer */

.ewb-footer {
    width: 978px;
    margin: 10px auto 0;
    height: 146px;
    border-top: 2px solid #ca150f;
}
.ewb-footer-hd {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f1f1f1;
}
.ewb-footer-hd a {
    color: #333;
}

.ewb-footer-content {
    padding-top: 42px;
    line-height: 21px;
    text-align: center;
}

.ewb-footer-content span {
    display: inline-block;
    margin: 0 3px;
}
