@charset "utf-8";
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    SimSun, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}
img {
    outline: none;
    vertical-align: middle;
}
nav, ul, ol {
    list-style: none;
}
a {
    color:#4a90e2;
    text-decoration: none;
    outline: none;
}
table {
    border-collapse: collapse;
}
input, select {
    border: 0 none;
    vertical-align: middle;
    outline:none;
}
a:hover {
    text-decoration: underline;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}




header {
    height: 60px;
    background-color: #fff;
    box-shadow: 2px 0 3px #666;
    position:relative;
    padding:0 20px;
}
header .logo {
    float: left;
    width:210px;
    height: 43px;
    background: url(../../assets/img/logo.png) no-repeat;
    margin-top:9px;
}
header h1 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-top:18px;
    padding-left:10px;
    border-left:1px solid #000;
    color:#303a5f;
}