﻿@charset "UTF-8";
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;
}

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 {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 41px;
}

.ewb-span2 {
    float: left;
    width: 102px;
}

.ewb-span3 {
    float: left;
    width: 163px;
}

.ewb-span4 {
    float: left;
    width: 224px;
}

.ewb-span5 {
    float: left;
    width: 285px;
}

.ewb-span6 {
    float: left;
    width: 346px;
}

.ewb-span7 {
    float: left;
    width: 407px;
}

.ewb-span8 {
    float: left;
    width: 468px;
}

.ewb-span9 {
    float: left;
    width: 529px;
}

.ewb-span10 {
    float: left;
    width: 590px;
}

.ewb-span11 {
    float: left;
    width: 651px;
}

.ewb-span12 {
    float: left;
    width: 712px;
}

.ewb-span13 {
    float: left;
    width: 773px;
}

.ewb-span14 {
    float: left;
    width: 834px;
}

.ewb-span15 {
    float: left;
    width: 895px;
}

.ewb-span16 {
    float: left;
    width: 956px;
}

.ewb-span17 {
    float: left;
    width: 1017px;
}

.ewb-span18 {
    float: left;
    width: 1078px;
}

.ewb-span19 {
    float: left;
    width: 1139px;
}

.ewb-span20 {
    float: left;
    width: 1200px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/*最大宽度*/

.ewb-main {
    width: 1280px;
    margin: 0 auto;
}

/*header*/

.ewb-header {
    height: 240px;
}

.ewb-header img {
    display: block;
    width: 100%;
    height: 240px;
}

/*nav*/

.ewb-nav {
    height: 45px;
    line-height: 45px;
    background-color: #002e73;
}

.ewb-nav ul {
    padding: 0 29px;
}

.ewb-nav-node {
    float: left;
    /*margin-left: 70px;
    width: 132px;*/
    margin-left: 60px;/*20211215*/
    width: 111px;/*20211215*/
    text-align: center;
    vertical-align: top;
    position: relative;
}

.ewb-nav-node:first-child {
    margin-left: 0;
}

.ewb-nav-name {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ewb-nav-node:hover .ewb-nav-name,
.ewb-nav-node.current .ewb-nav-name {
    background-color: #399bf6;
}

.ewb-nav-ico {
    display: none;
    position: absolute;
    top: -5px;
    left: -6px;
    width: 144px;
    height: 5px;
    background: url(../images/nav_ico.png);
}

.ewb-nav-node:hover .ewb-nav-ico,
.ewb-nav-node.current .ewb-nav-ico {
    display: block;
}

/*footer*/

.ewb-footer {
    margin-top: 20px;
    padding-top: 22px;
    height: 100px;
    font-size: 12px;
    background-color: #a7a7a9;;
}

.ewb-footer-hd {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.ewb-footer-hd a {
    margin: 0 15px;
    color: #fff;
}

.ewb-footer-content {
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.ewb-fwl {
    display: inline-block;
    margin: 0 5px;
    width: 72px;
    height: 12px;
    vertical-align: middle;
}


.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:#399bf6;
}

