@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;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt24 {
    margin-top: 24px;
}



/*header*/

.ewb-header {
    display: block;
    width: 100%;
}

/*nav*/

.ewb-nav {
    line-height: 52px;
    background-color: #cf001e;
}

.ewb-nav-node {
    float: left;
    margin: 0 77px;
    vertical-align: top;
}

.ewb-nav-name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    color: #fefb11;
    text-decoration: underline;
}

/*footer*/

.ewb-footer {
    height: 144px;
    border-top: 4px solid #bc3131;
    background-color: #ededed;
    position: relative;
}

.ewb-footer-content {
    padding-top: 40px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.ewb-guohui {
    display: inline-block;
    margin: 0 5px 0 20px;
    width: 19px;
    height: 19px;
}

.ewb-footer-ico {
    position: absolute;
    display: block;
    left: 50%;
}

.ewb-fico1 {
    top: 38px;
    margin-left: -312px;
    width: 75px;
    height: 64px;
}

.ewb-fico2 {
    top: 44px;
    margin-left: 261px;
    width: 110px;
    height: 55px;
}

/*pad 样式*/

@media (min-width: 768px) and (max-width: 1200px) {
    /*nav*/
    .ewb-nav-node {
        margin: 0 37px;
    }
    .ewb-nav-name {
        font-size: 18px;
    }
}

/*phone样式*/

@media (max-width: 767px) {
    .ewb-mt24 {
        margin-top: 15px;
    }
    /*nav*/
    .ewb-nav {
        line-height: 30px;
    }
    .ewb-nav-node {
        margin: 0;
        width: 33.3333333333333333333%;
        text-align: center;
    }
    .ewb-nav-name {
        font-size: 14px;
    }
    /*footer*/
    .ewb-footer {
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    .ewb-footer-content {
        padding-top: 20px;
        font-size: 12px;
    }
    .ewb-footer-ico {
        position: static;
        display: inline-block;
    }
    .ewb-fico1,
    .ewb-fico2 {
        margin: 10px 10px;
    }
}

/*phone竖屏*/
@media (max-width: 480px) {
    /*footer*/
    .ewb-footer-content span {
        display: block;
    }
    .ewb-guohui {
        margin-left: 0;
    }
}
