﻿@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,
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;
}
a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  -ms-interpolation-mode: bicubic;
}

html,
body {
  font-family: "微软雅黑", sans-serif;
}
html {
  height: 100%;
  position: relative;
}
input {
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.left {
  float: left;
  overflow: hidden;
}
.right {
  float: right;
  overflow: hidden;
}
.clearLeft {
  margin-left: 0 !important;
}
.clearRight {
  margin-right: 0 !important;
}
.clearTop {
  margin-top: 0 !important;
}
.clearBottom {
  margin-bottom: 0 !important;
}

.display {
  display: block !important;
}