@charset "utf-8";

/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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 {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

body {
  font: 14px tahoma, "SimSun";
  background: #fff;
  font-family: "Microsoft Yahei";
  overflow-x: hidden;
}

.clear{
  clear: both;
}
 ul,
dl {
  list-style: none outside none;
}

a {
  outline: 0 none;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}



img {
  border: 0 none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wp {
  width: 1200px;
  margin: 0 auto;
}

.wp h2 {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}