/* 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
}
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 {
    background: url(imagesbody_bg_final.jpg) center top no-repeat;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    min-width: 1018px;
}
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-ml10 {
    margin-left:10px;
}
.ewb-mt10 {
    margin-top:10px;
}

.ewb-outwrap{
    width: 1018px;
    margin: 0 auto;
}

/* header */

/* welcome */
.ewb-header-welcome{
    height: 33px;
    line-height: 33px;
    background-color: #65b723;
    color: #fff;
    font-size: 12px;
}

/* guide */
.ewb-header-guide span{
    padding: 0 5px;
}

.ewb-header-guide a{
    color: #fff;
    cursor: pointer;
}

/* banner */
.ewb-header-banner{
    height: 213px;
}

.ewb-header-banner img{
    margin-top: 55px;
    margin-left: -12px;
    vertical-align: top;
}

/* func */
.ewb-func{
    border-bottom: 2px solid #3c9b10;
}

/* nav */

.ewb-nav-a{
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #3d9c12;
    cursor: pointer;
}

.ewb-nav-item{
    margin-right: 5px;
}

.ewb-nav-item.current .ewb-nav-a{
    color: #fff;
    background-color: #65b723;
}

.ewb-nav-item:hover .ewb-nav-a{
    color: #fff;
    background-color: #65b723;
}

/* search */
.ewb-search{
    margin-top: 4px;
}

.ewb-search-input{
    padding: 0 10px;
    width: 186px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    outline: 0;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #666;
}

.placeholder{
    color: #666;
}

.ewb-search-btn{
    width: 36px;
    height: 30px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4db51e;
    background-image: url(imagesbtn_ico.png)
}

.ewb-search-btn:hover{
    background-color: #3fa013;
}

/* footer */
.ewb-footer{
    border-top: 1px solid #3d9b11;
    background-color: #fff;
}

.ewb-footer-wrap{
    position: relative;
}

.ewb-footer-ico{
    position: absolute;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.ewb-footer-ico.ico-a{
    top: 41px;
    left: 37px;
    width: 99px;
    height: 43px;
    background-image: url(imagesfoot_ico01.png);
}

.ewb-footer-ico.ico-b{
    top: 27px;
    right: 49px;
    width: 52px;
    height: 64px;
    background-image: url(imagesfoot_ico02.png);
}

.ewb-footer-msg{
    font-size: 12px;
    text-align: center;
}

.ewb-footer-guides{
    padding-top: 8px;
}

.ewb-footer-guides a{
    color: #333;
    cursor: pointer;
}

.ewb-footer-p{
    margin-top: 20px;
    padding-bottom: 32px;
    line-height: 32px;
    color: #666;
}