/*初始化CSS-开始*/
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, dt, dl, dd, em {
	margin:0;
	padding:0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	font-family: inherit;
}
ol, ul, li {
	list-style: none;
}
img {
	border: 0;
}
body {
	/*font-family: "Segoe UI Light",Tahoma,Arial,Verdana,sans-serif;*/
	font-family: Tahoma,Microsoft Yahei,Arial,Verdana,sans-serif;
	font-size:12px;
}
a:link {
	text-decoration:none;
	color:#333;
}
a:visited {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#777;
}
a:active {
}

.cl { zoom: 1; }
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 	
