@charset "UTF-8";
/* 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,
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;
    min-width: 1200px;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/*! grid system 20栅格 1200px */

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 27px;
}

.ewb-span2 {
    float: left;
    width: 78px;
}

.ewb-span3 {
    float: left;
    width: 129px;
}

.ewb-span4 {
    float: left;
    width: 180px;
}

.ewb-span5 {
    float: left;
    width: 231px;
}

.ewb-span6 {
    float: left;
    width: 282px;
}

.ewb-span7 {
    float: left;
    width: 333px;
}

.ewb-span8 {
    float: left;
    width: 384px;
}

.ewb-span9 {
    float: left;
    width: 435px;
}

.ewb-span10 {
    float: left;
    width: 486px;
}

.ewb-span11 {
    float: left;
    width: 537px;
}

.ewb-span12 {
    float: left;
    width: 588px;
}

.ewb-span13 {
    float: left;
    width: 639px;
}

.ewb-span14 {
    float: left;
    width: 690px;
}

.ewb-span15 {
    float: left;
    width: 741px;
}

.ewb-span16 {
    float: left;
    width: 792px;
}

.ewb-span17 {
    float: left;
    width: 843px;
}

.ewb-span18 {
    float: left;
    width: 894px;
}

.ewb-span19 {
    float: left;
    width: 945px;
}

.ewb-span20 {
    float: left;
    width: 996px;
}

.ewb-span21 {
    float: left;
    width: 1047px;
}

.ewb-span22 {
    float: left;
    width: 1098px;
}

.ewb-span23 {
    float: left;
    width: 1149px;
}

.ewb-span24 {
    float: left;
    width: 1200px;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-ml24 {
    margin-left: 24px;
}

body {
    background: #f6f6f6;
}

#header {
    background: #fff;
}

/* top */
.ewb-top {
    height: 29px;
    line-height: 29px;
    color: #3e699e;
    font-size: 12px;
    padding-left: 9px;
    border-bottom: 1px solid #ebf0f4;
}

/* nav */
.ewb-top-link a {
    color: #3e699e;
    margin-right: 5px;
}

.ewb-nav-list a {
    display: block;
    padding: 0 24px;
    height: 86px;
    line-height: 86px;
    font-size: 16px;
    color: #13489d;
}
.ewb-nav-list a:hover,
.ewb-nav-list a.cur {
    background: #43b9f7;
    color: #fff;
    font-weight: bold;
}

.ewb-search {
    display: block;
    width: 45px;
    height: 38px;
    margin-top: 25px;
    border-radius: 5px;
    cursor: pointer;
    background: url(../images/search_btn.png) center center no-repeat #e9ca32;
}

.ewb-search:hover {
    background: url(../images/search_btn.png) center center no-repeat #e8b000;
}

.ewb-nav {
    position: relative;
}

.ewb-search-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 89px;
    height: 54px;
    padding: 0 20px;
    background: #fff;
    z-index: 999;
}

.ewb-search-box.cur {
    display: block;
}

.ewb-search-btn {
    padding: 0;
    width: 20px;
    height: 54px;
    border: 0;
    outline: 0;
    background: url(../images/search_button.png) center center no-repeat;

}

.ewb-search-input {
    height: 54px;
    width: 611px;
    border: 0;
    outline: 0;
    text-indent: 18px;
    line-height: 54px;
}

.ewb-close-btn {
    width: 14px;
    height: 54px;
    background: url(../images/search_close.png) center center no-repeat;
}

/* footer */
.ewb-footer {
    padding: 24px 0;
    color: #fff;
    text-align: center;
    background: #43b9f7;
}

.ewb-footer-link {
    line-height: 24px;
    color: #fff;
}

.ewb-footer-link a {
    color: #fff;
    margin-right: 5px;
}

.ewb-copy {
    line-height: 24px;
}

.ewb-copy span {
    margin: 0 12px;
}