@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup,samp,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei", Verdana,"SimHei", "SimSun";
}
 h1, h2, h3, h4, h5, h6{font-weight: normal;}
 input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
img {
	border:0;
	vertical-align:middle;
}
ul {
	list-style:none;
}
html, body {
	min-height: 100%;
	background: #fff;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
	transition:all 0.3s;
	text-decoration:none;
	color:#333333;
}
a:active, a:hover {
	outline: 0;
	color:#153073;
	text-decoration: underline;
    transition:all 0.3s;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
.hide{display:none;}
.show{display:block;}