/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
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,
p,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  list-style: none ;
}
.container {
  padding: 0;
}
.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 10px !important;
  }
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
header,
section,
footer {
  overflow: hidden;
}
