/****************************************************************************/
/******************************  === 全局 ===  ******************************/
/****************************************************************************/
/*                                                                          */
/*  .clear                                  强制清除对齐                    */
/*                                                                          */
/****************************************************************************/
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Fixedsys;
	font-size: 14px;
	background: #fff;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f00;
}
img {
	border: none;
}
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
/****************************************************************************/
.fit_clear {
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
/****************************************************************************/







