html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body, blockquote, dd, dl, figure, form, p, pre, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
em, i {
	font-style: italic;
}
p {
	color: #3d464d;
	font-size: 14px;
	line-height: 1.6;
}
menu, ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background-color: #f6f6f6;
	line-height: 1.5;
	transition: all 0.5s ease;
}
body, h1, h2, h3, h4, h5, h6, input, button, select, textarea {
	font-size: 14px;
	line-height: 1.4;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	font-size: 16px;
}
body, input, button, select, optgroup, option, textarea, pre {
	font-family: li, "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
iframe {
	background-color: #FFFFFF;
	vertical-align: middle;
}
a {
	color: #48494d;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #00A7EB;
}
img {
	vertical-align: middle;
}
a img {
	border: 0 none;
}
fieldset {
	margin: 0;
	padding: 0;
}
legend {
	color: windowtext;
}
button, input.ie6 {
	overflow: visible;
	padding: .1em .25em;
	cursor: pointer;
	outline: none;
	border: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	overflow: visible;
	padding: .1em .25em;
	cursor: pointer;
}
input, input:focus, input[type="text"], input[type="text"]:focus, select, textarea {
	background-color: #FFFFFF;
	border-color: #eaeaea;
	outline: none!important;
	box-shadow: none!important;
}
input:focus, input[type="text"]:focus {
	border-color: #dde1e8;
}
button, button:focus {
	box-shadow: none;
}
select {
	border: 1px inset;
}
textarea {
	overflow: auto;
	vertical-align: text-bottom;
*vertical-align:auto;
	border: 1px solid;
	resize: vertical;
}
table {
	border-spacing: 0;
}
td, th, caption {
	padding: 0;
}
