﻿@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: 12px;
    font-family: "Microsoft YaHei";
}

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;
}

/* footer */

.ewb-footer {
    min-height: 87px;
    border-top: 3px solid #015293;
    background-color: #eee;
    position: relative;
    min-width:998px;
}

.ewb-footer-content {
    padding-top: 17px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
}

/* .ewb-footer-content img {
    display: inline-block;
    margin: 0 6px 0 20px;
    width: 19px;
    height: 19px;
} */

.ewb-footer-icon1 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -370px;
}

.ewb-footer-icon1 a,
.ewb-footer-icon1 img {
    display: block;
    width: 52px;
    height: 63px;
}

.ewb-footer-icon2 {
        position: absolute;
    top: 35px;
    right: 50%;
    margin-right: -370px;
}

.ewb-footer-icon2 a,
.ewb-footer-icon2 img {
    display: block;
    width: 110px;
    height: 55px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-footer-content {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .ewb-footer {
        padding-bottom: 20px;
    }
    .ewb-footer-content {
        padding: 80px 10px 0 10px;
        font-size: 12px;
    }
    .ewb-footer-icon1 {
        margin-left: -86px;
    }
    .ewb-footer-icon2 {
        margin-right: -115px;
    }
}
