﻿/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
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 ;
}
.float_left {
  float: left !important;
}
.float_right {
  float: right !important;
}
.float_none {
  float: none !important;
}
.float_clear:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  zoom: 1;
  clear: both;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
    width: 1200px;
  }
}
.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
@font-face {
  src: url(../fonts/lth.ttf);
  font-family: "LTH";
}
@font-face {
  src: url(../fonts/ltxh.ttf);
  font-family: "LTXH";
}
