html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ol,
ul {
    list-style: none;
}

body {
    font-family: Microsoft Yahei;
    font-size: 14px;
    color: #004b99;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p0 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.mr4 {
    margin-right: 4px;
}

.mb30 {
    margin-bottom: 30px;
}

.b1px {
    border: 1px solid #01499b;
}

.mb10 {
    margin-bottom: 10px;
}

.mb0 {
    margin-left: 0;
    margin-right: 0;
}

.pr15 {
    padding-right: 15px;

}

.pl15 {
    padding-left: 15px;
}

.clearFix {
    *zoom: 1
}

img {
    display: block;
}

.clearFix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a,
a:hover {
    color: #1f1f1f;
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}