﻿body{
	font-family:"微软雅黑";
	background:#FFF;
	}
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: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	margin:0px 0px;
}
li{ list-style:none;}
a{
  text-decoration:none;}
a:hover{
	  color:#F00;
	  }
code {
	padding: 3px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3f8faf;
}
blockquote, q {
	quotes: none;
}
/*标签样式重置结束*/
/*清除浮动开始*/
.clear{
	margin:0px auto;
	width:100%;
	height:10px;
	font-size:1px;
	clear:both;
	background:none;
	overflow:hidden;
}
/*清除浮动结束*/
/*通用父子盒子嵌套浮动问题解决，开始*/
.clearfix:after {  
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {
	display: inline-block;
} 
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
.font_14{ font-size:14px;}
.font_16{ font-size:16px;}
.font_18{ font-size:18x;}
.font_20{ font-size:20px;}
.font_22{ font-size:22px;}
.left{ float:left;}
.right{ float:right;}