@charset "utf-8";
/* CSS reset */
/*重置*/
*{
	font-size: 16px;
	font-family:"微软雅黑";
}
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 {
	margin: 0; 
	padding: 0px; 
	border: 0; 
	font-size: 100%; 
	outline: none; 
}
html {
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	overflow-x: hidden; 
}
body {
	font: 14px/1.8 "微软正黑体","Microsoft JhengHei","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif; 
	margin: 0 auto; 
	color: #666; 
	background-color: #F8F8F8; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, p, dl, dt, dd, a, embed, input{
	display: block; 
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
ol,ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black; 
	blr: expression(this.onFocus=this.blur()); 
	cursor: pointer; 
	-webkit-transition: 0.3s; 
	-moz-transition: 0.3s; 
	-o-transition: 0.3s; 
	transition: 0.3s; 
}
a:link, a:visited { 
	text-decoration: none; 
}
a:active, a:hover {
	text-decoration: none;
}
img{
	border-style:none;
	}
input{
	border: none;
	outline: none;
	background-color:#fff;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none; 
	border-radius: 0; 
}
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; 
	content: none; 
}
strong {
	font-weight: bold; 
}
textarea {
	-webkit-appearance: none; 
	border-radius: 0; 
	outline: none; 
}
::-moz-selection {
	background: #59b9ff;
	color: #fff;
	text-shadow: none; 
}
::selection {
	background: #59b9ff; 
	color: #fff; 
	text-shadow: none; 
}
select {
	outline: none; 
}
select::-ms-expand {
	display: none; 
}
.clearfix:before, .clearfix:after {
	display: table; 
	content: ""; 
	line-height: 0px; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}
.l { 
	float: left; 
	display: inline-block; 
}
.r {
	float: right; 
	display: inline-block;
}
.vt {
	vertical-align: top; 
}
.vm {
	vertical-align: middle; 
}
.inner {
	width: 1094px; 
	margin: 0px auto; 
}
.trans3 { 
	-webkit-transition: 0.3s; 
	-moz-transition: 0.3s; 
	-o-transition: 0.3s; 
	transition: 0.3s; 
}
.trans4 {
	-webkit-transition: 0.4s; 
	-moz-transition: 0.4s; 
	-o-transition: 0.4s; 
	transition: 0.4s; 
}
.trans6 { 
	-webkit-transition: 0.6s; 
	-moz-transition: 0.6s; 
	-o-transition: 0.6s; 
	transition: 0.6s; 
}




