/* yui3 reset.css */

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,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0;
   /*  padding-bottom: 30px; */
}
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: bolder;
}
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: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(imagesbj.jpg) repeat-x;
}
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;
    color: #BC0600;
}

/* 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;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-row {
    overflow: hidden;
}
.ewb-ml10 {
    margin-left: 10px;
}
.ewb-mt12 {
    margin-top: 12px;
}
.ewb-mt10 {
    margin-top: 10px;
}
.ewb-mt20 {
    margin-top: 20px;
}
.ewb-main {
    width: 1000px;
    margin: 0 auto;
}
.ewb-all{
    width:920px;
    margin:0 auto;
}
.ewb-container {
    width: 980px;
    margin: 0 auto;
}
.ewb-s250 {
    width: 250px;
    float: left;
}
.ewb-s720 {
    width: 720px;
    float: left;
}
.ewb-s350 {
    width: 350px;
    float: left;
}
.ewb-s360 {
    width: 360px;
    float: left;
}
.ewb-s446 {
    width: 446px;
    float: left;
}
.ewb-s230 {
    width: 230px;
    float: left;
}

/* header */


/* 顶部 */

.ewb-top {
    height: 29px;
    line-height: 29px;
    font-size: 12px;
}
.ewb-top-date {
    float: left;
    color: #DC9A00;
}
.ewb-top-link {
    float: right;
}
.ewb-top-link a {
    color: #333;
    cursor: pointer;
}

/* flash */


/* nav */

.ewb-nav-items {
    margin-top: -2px;
}
.ewb-nav-item {
    float: left;
    width: 92px;
    line-height: 46px;
    padding-right: 2px;
    text-align: center;
    background: url(imagesnav_bor.jpg) no-repeat right center;
}
.ewb-nav-link {
    display: block;
    height: 46px;
    font-weight: bold;
    font-size: 14px;
    color: #f5cd8f;
    cursor: pointer;
}
.ewb-nav-item:first-child {
    width: 144px;
}
.ewb-nav-link.fir {
    background: url(imagesnav_first.jpg) no-repeat center bottom;
}

/* foot */

.ewb-footer {
    position: relative;
    height: 203px;
    background: url(imagesindex24.jpg) repeat-x;
}
.ewb-footer p {
    color: #ab4511;
    font-size: 12px;
    padding-top: 60px;
    text-align: center;
}
.ewb-foot-icon {
    position: absolute;
    right: 28px;
    display: block;
    cursor: pointer;
}
.ewb-foot-icon.icon01 {
    top: 30px;
}
.ewb-foot-icon.icon02 {
    top: 83px;
}
.ewb-foot-last{
    display: block;
    position: absolute;
    bottom: 0;
    left: 445px;
    cursor: pointer;
}

/* common */
.ewb-work-hd {
    height: 29px;
    line-height: 29px;
    border-right: 1px solid #999;
    background: url(imagesindex05.jpg) repeat-x;
}
.ewb-work-hd span {
    float: left;
    font-weight: bold;
    padding-left: 20px;
    background: url(imagesindex04.jpg) repeat-y left center;
}