@charset "utf-8";
/* CSS Document */
/*==========全局=============*/
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, font, img, ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	text-align:justify;
	text-justify:inter-ideograph;
	vertical-align: baseline;
	font:normal 12px  "宋体",Arial, Helvetica, sans-serif;
	color:#333;
}
ul{ list-style:none;}
a img {border:none;}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
a{ text-decoration:none;}
a:hover{ color:#cc0000;}
div,ul,li,dl,dd,dt{ display:inline; overflow:hidden;}

.hidden{ display:none;}
.visible{ display:inline;}
.width100{ width:100%;}
.fleft{ float:left;}
.fright{ float:right;}

.pdLeft10{ padding-left:10px;}

.fontRed{ color:#cc0000;}


