html {
    color: #000;
    、/*background: #FFF;*/
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    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:after, q:before {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    min-width: 1300px;
    background: url(../images/bg_all.jpg) repeat-x;
	background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bg_all.jpg",sizingMethod='scale');
}

button, input, select, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

code, kbd, pre, 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:after, .clearfix:before {
    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 {
    padding: 0 20px;
    width: 998px;
    margin: 0 auto;
    background-color: #fff;
	min-height:300px;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 32px;
}

.ewb-span2 {
    float: left;
    width: 74px;
}

.ewb-span3 {
    float: left;
    width: 116px;
}

.ewb-span4 {
    float: left;
    width: 158px;
}

.ewb-span5 {
    float: left;
    width: 200px;
}

.ewb-span6 {
    float: left;
    width: 242px;
}

.ewb-span7 {
    float: left;
    width: 284px;
}

.ewb-span8 {
    float: left;
    width: 326px;
}

.ewb-span9 {
    float: left;
    width: 368px;
}

.ewb-span10 {
    float: left;
    width: 410px;
}

.ewb-span11 {
    float: left;
    width: 452px;
}

.ewb-span12 {
    float: left;
    width: 494px;
}

.ewb-span13 {
    float: left;
    width: 536px;
}

.ewb-span14 {
    float: left;
    width: 578px;
}

.ewb-span15 {
    float: left;
    width: 620px;
}

.ewb-span16 {
    float: left;
    width: 662px;
}

.ewb-span17 {
    float: left;
    width: 704px;
}

.ewb-span18 {
    float: left;
    width: 746px;
}

.ewb-span19 {
    float: left;
    width: 788px;
}

.ewb-span20 {
    float: left;
    width: 830px;
}

.ewb-span21 {
    float: left;
    width: 872px;
}

.ewb-span22 {
    float: left;
    width: 914px;
}

.ewb-span23 {
    float: left;
    width: 956px;
}

.ewb-span24 {
    float: left;
    width: 998px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

input, button, select {
    font-family: "Microsoft YaHei";
    outline: 0;
}

.ewb-bg {
    background: url(../images/bg.jpg) center top no-repeat;
}

/*左上角红旗*/

.ewb-red-flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 270px;
    z-index: 1;
}

/*top*/

.ewb-top {
    width: 1038px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}


/*header*/

.ewb-header {
    height: 295px;
}

.ewb-logo {
    float: left;
    margin: 118px 0 0 -3px;
    width: 570px;
    height: 78px;
}


/*nav*/

.ewb-nav {
    height: 50px;
    line-height: 50px;
    background: url(../images/nav_bg.jpg) repeat-x;
}

.ewb-nav-node {
    float: left;
    width: 127px;
    text-align: center;
    vertical-align: top;
}

.ewb-nav-node:first-child {
    width: 144px;
}

.ewb-nav-name {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ewb-nav-name:hover, .ewb-nav-name.current {
    color: #fcff00;
    background: url(../images/nav_bg_hover.jpg) repeat-x;
}


/*日期天气和搜索*/

.ewb-secondnav {
    height: 46px;
    line-height: 46px;
    background-color: #f2dfe0;
}

.ewb-weather {
    float: left;
    margin-left: 20px;
}

.ewb-weather-ico {
    float: left;
    margin: 12px 8px 0 8px;
    width: 21px;
    height: 21px;
}

.ewb-search-btn {
    float: right;
    margin: 6px 20px 0 0;
    width: 47px;
    height: 34px;
    background: url(../images/search_btn.png);
    border: 0;
    cursor: pointer;
}

.ewb-search-txt {
    float: right;
    margin: 6px 7px 0 0;
    padding-left: 18px;
    width: 224px;
    height: 34px;
    line-height: 34px;
    border: 0;
    font-size: 15px;
    background: url(../images/search_txt.png);
}

.placeholder {
    color: #bdbdbd;
}

/*footer*/

.ewb-footer {
    margin-top: 20px;
}

/*友情链接*/

.ewb-fl {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #d7d7d7;
}

.ewb-fl-tt {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #b00a0d;
}

.ewb-fl-type {
    float: left;
    margin-left: 50px;
    padding-right: 20px;
    background: url(../images/down_ico.png) right center no-repeat;
    cursor: pointer;
}

.ewb-fl-type.current {
    color: #b00a0d;
    background: url(../images/up_ico.png) right center no-repeat;
}

.ewb-fl-list {
    display: none;
    padding: 8px 0 12px 0;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}

.ewb-fl-list ul {
    margin-right: -10px;
}

.ewb-fl-list li {
    display: inline-block;
    *display: inline;
    *zoom:1;
    padding: 0 30px 0 25px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}

.ewb-fl-list li a {
    color: #666;
}

.ewb-fl-list li a:hover {
    color: #b00a0d;
    text-decoration: underline;
}

/*底部*/

.ewb-footer-content {
    height: 56px;
    line-height: 30px;
    color: #8a8a8a;
	
}

.ewb-footer-links {
    float: right;
    margin-top: 16px;
    height: 24px;
    line-height: 24px;
}

.ewb-footer-links a {
    float: left;
    color: #8a8a8a;
}

.ewb-footer-links i {
    float: left;
    margin: 0 13px;
    width: 2px;
    height: 24px;
    background: url(../images/fl_sx.png) center center no-repeat;
}
.ewb-foot-logo{
	margin-left: 10px;
    margin-top: 10px;
text-align: center;
width: 100%;
}
.ewb-fl-type1{
float: left;
    /* margin-left: 50px; */
    padding-right: 20px;
    /* background: url(../images/down_ico.png) right center no-repeat; */
    cursor: pointer;}

#bz{
text-align: center;
width: 100%;
}