@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;
}

address,
caption,
cite,
code,
dfn,
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') center top no-repeat;
}

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;
}

input[type=text]::-ms-clear{
    display: none;
}

input[type=password]::-ms-reveal{ 
    display:none;
}

.ewb-container{
    width: 990px;
    margin: 0 auto;
}

.ewb-top{
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #6e6e6e;
    background: url('../images/top_bg.jpg') left top repeat-x;
}

.ewb-wel{
    float: left;
}

.ewb-top-a{
    float: right;
}

.ewb-top-a a{
    color: #6e6e6e;
}

.ewb-top-a span{
    padding: 0 5px;
}

.ewb-top-mod{
    margin-top: 50px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: url('../images/main_bg.jpg') left top repeat-x #fff;
}

.ewb-banner{
    height: 98px;
}

.ewb-title{
    float: left;
    margin-left: 22px;
    margin-top: 21px;
}

.ewb-shop-img{
    float: right;
    margin-top: -42px;
}

.ewb-rl{
    padding: 0 10px;
}

.ewb-nav{
    height: 37px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 30px;
    background: url('../images/nav_bg.jpg') left top repeat-x;
}

.ewb-nav-item{
    float: left;
    height: 37px;
    padding: 0 7px 0 9px;
    background: url('../images/nav_line.jpg') left center no-repeat;
}

.ewb-nav-item:first-child{
    background: none;
}

.ewb-nav-item a{
    padding: 0 12px;
    height: 30px;
    line-height: 25px;
    min-width: 44px;
    text-align: center;
    margin-top: 6px;
    display: block;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}

.ewb-nav-item a:hover,
.ewb-nav-item.cur a{
    background: url('../images/nav_bgh.jpg') left top repeat-x;
    color: #2541bb;
    border-color: #fff;
}

.ewb-time{
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    color: #656565;
    padding-left: 13px;
    border: 1px solid #e4e4e4;
    background: url('../images/time_bg.jpg') left top repeat-x;
}

.ewb-example-img{
    padding: 1px 0;
}

.ewb-example-img img{
    vertical-align: top;
}

/* footer */

.ewb-footer{
    border-top: 1px solid #9ca3ff;
    margin-top: 10px;
    height: 125px;
    background: url('../images/foot_bg.jpg') left top repeat-x;
}

.ewb-foot-a{
    padding-top: 8px;
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    color: #656565;
}

.ewb-foot-a a{
    color: #656565;
}

.ewb-foot-a span{
    padding: 0 5px;
}

.ewb-foot-copy{
    line-height: 22px;
    font-size: 12px;
    color: #656565;
    text-align: center;
}