/**
* css reset
*/
html, body, body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
dailog {
  display: block; }

body,
button,
input,
select,
textarea {
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1",Arial,HELVETICA; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%; }

address,
cite,
dfn,
em,
var {
  font-style: normal; }

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace; }

small {
  font-size: 12px; }

ul,
ol {
  list-style: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

fieldset,
img {
  border: 0; }

button,
input,
select,
textarea {
  font-size: 100%; }
  
fieldset, img, button ,input {
  border: 0;
  outline:none;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

.hidden {
  display: none; }

body {
  font-size: 12px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  font-family: Microsoft Yahei,tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53", sans-serif; }

a {
  color: #355976;
  text-decoration: none; }

a:hover {
  color: #355976;
  text-decoration: none; }
