@charset "utf-8";
/*************************************
*
* 创建日期：2012-12-18
* 制造者：yaochange
* 概要：通用基础样式定义
*
*************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
}

html,body {height:100%;}
body, button, input, select, textarea {
	font:12px 宋体,tahoma, arial;
	color:#505050;
}

input, button, select, textarea {font-size:12px;vertical-align:middle;}
button {cursor:pointer;}
ul, ol, li {list-style:none; word-break:break-all;}
img {
	vertical-align:top;
	border:0;
}
a {
	color:#505050;
	text-decoration:none;
}
a:hover {
	color:#b40000;
	text-decoration:underline;
}
a.on {
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table td {
	padding:0;
	margin:0;
}
table th.wztop {
	vertical-align:top;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;
	content:".";
}
.clearfix {width:100%;display:block;clear:both;height:0;overflow:hidden;font-size:0;}
.fl {
	float:left;
}
.fr {
	float:right;
}
section, article, aside, header, footer, nav, dialog, figure {
	display:block;
	padding:0;
	margin:0;
}

/*public*/
.blank10 {display:block;clear:both;height:10px;overflow:hidden;}
.txtRight {text-align:right}
.txtCenter {text-align:center}
.txtLeft {text-align:left}
.last{margin-right:0!important;padding-right:0!important;}
.lastb {padding-bottom:0!important;margin-bottom:0!important;}
.lastbg {background:none!important;}
.lastbk {border-bottom:0!important;}
.ggw{margin-bottom:10px;}

.container,.topbar, header, nav, section{width:980px;margin:0 auto; clear:both;}






