﻿@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,
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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') left top 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;
}


/* 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 {
    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-banner{
    height: 210px;
}

.ewb-banner img{
    vertical-align: top;
}

/* nav */

.ewb-nav{
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #8a0202;
    background: #cc0000;
}

.ewb-nav-item{
    width: 14.2%;
    float: left;
    background: url('../images/nav_bd.jpg') left center no-repeat;
}

.ewb-nav-item.first{
    background: none;
}

.ewb-nav-item a{
    color: #fff;
}

.ewb-nav-item a:hover{
    color: #f6ff00;
}

.ewb-wea{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: "SimSun";
    background: #eee;
    padding-left: 13px;
}

.ewb-search{
    float: right;
    width: 269px;
    height: 23px;
    margin-right: 12px;
    margin-top: 7px;
}

.ewb-search input{
    display: block;
    float: left;
    width: 200px;
    height: 21px;
    border: 1px solid #dadada;
    background: #fff;
    line-height: 21px;
    text-indent: 4px;
    font-family: "SimSun";
    outline: 0;
}

.ewb-search button{
    display: block;
    width: 61px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0;
    background: #cc0000;
    border: 0;
    float: right;
    cursor: pointer;
    outline: 0;
}


/* footer */

.ewb-footer{
    border-top: 4px solid #cc0000;
    margin-top: 10px;
    height: 150px;
}

.ewb-footer-a{
    padding-top: 8px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #333;
}

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

.ewb-footer-a span{
    padding: 0 15px;
}

.ewb-foot-copy{
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

.ewb-gure{
    color: #666;
}

.ewb-rel{
    position: relative;
}

.ewb-footer-icon{
    position: absolute;
    display: block;
    width: 52px;
    height: 60px;
    right: 194px;
    top: 26px;
}

.ewb-footer-icon img{
    vertical-align: top;
}

.ewb-span6-letter{
    width: 240px;
    float: left;
    margin-left: 2px;
}


.ewb-reg-input.short {
    width: 14%;
}


.ewb-reg-input {
    float: left;
    padding-left: 10px;
    width: 29%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
}

.ewb-get-code {
    float: left;
    margin-left: 15px;
    width: 13.5%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color:#cb120f;
}

/*20211207*/
.w-746{
	width:746px !important;
}