/* reset */
html, body, div, span, applet, object, 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, 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 {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
html, body{
	background: #FFFFFF;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
   select,option{
     font-size: 14px;
   }
}

input:empty{
	font-family: "Microsoft Yahei";
	font-size: 14px;
}
input, button, textarea, select {
	*font-size: 100%;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
del, ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color: #626262;
}
/*img {
	vertical-align: top;
}*/
i, em, var, strong, th, td {
	font-weight: normal;
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cf:before, .cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
.com-width {
	margin: 0 auto;
	width: 1000px;
}
html {
	*overflow-y: auto;
	/* for IE 7 */;
}
body {
	font-family: "Microsoft Yahei";
}

/*background*/
.bg_grey{background-color:#f0f0f0;}
.bg_red{background-color:#be0000;}
.bg_org{background-color:#f47630;}
.bg_none{background:none !important;}
.abs { position: absolute; }.rel { position: relative; }.cp{cursor:pointer;}
.ofv{overflow:visible !important;}
.btn_tc { text-align: center; padding: 20px 0 0 0; }
.cfx:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }.cfx { *zoom:1;}
.clr { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }
/*================= /public_settings =================*/

/*================= layout =================*/
#page, #header, #nav, #content, #footer, #topbar { margin-left: auto; margin-right: auto; }
#nav { }
#content { }
#help { }
#footer,.content, .help {width: 950px; margin: 0 auto; clear:both; margin-bottom:10px;}
