
body {
	overflow-x: hidden;
	overflow-y: auto
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea{
	margin: 0;
    padding: 0;
    border: 0;
}
input, button, ul, ol {
	margin: 0;
	padding: 0
}
input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: microsoft yahei, 宋体, arial;
	color: #333
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: 400
}
ul, ol, li {
	list-style: none
}
input {
	background: 0 0;
	border: 0
}
img, iframe {
	border: 0
}
em, i {
	font-style: normal
}
button, input, select, textarea {
	font-size: 100%
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.red {
	color: #ba292e
}
.fl, .left {
	float: left
}
.fr, .right {
	float: right
}
.tac {
	text-align: center
}
.tar {
	text-align: right
}
.por {
	position: relative
}
.hidden {
	display: none
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}
a:hover {
	color: #003e92;
	text-decoration: none
}
a:visited {
	text-decoration: none
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
:-moz-placeholder {
color:#aaa
}
::-moz-placeholder {
color:#aaa
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#aaa
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#aaa
}
.clearfix {
*zoom:1
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
