@charset "gb2312";
/* CSS Document */

/* reset: 重设外观 */
body { color: #424242; font-family: "宋体", SimSun, sans-serif; background: url(../images/bodybg.gif) repeat #fff;}
a{ text-decoration:none; color:#424242;outline: none;}
body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea{word-break: normal; line-height:1.4;}
body,input,textarea,select,button{margin: 0; font-size: 12px; font-family: "宋体", SimSun, sans-serif; color:#424242;}
div,p,table,th,td{ font-size:1em; font-family:inherit; line-height:inherit;}
td{word-wrap:break-word; word-break:normal;}
ul,dl,li{list-style: none outside;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none;}
p{ text-justify: inter-ideograph; line-height:1.4; margin:0; padding:0;}

* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }/* 使多行文本框不显示默认的竖向滚动条 */
* html iframe, * html frame {overflow:auto; }/* 使浮动窗口不显示默认的竖向滚动条 */
* html input {overflow: hidden; }/* 使按钮文字不溢出 */
/* end reset */

/* Global:常用样式 */
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.clear{ clear:both;}
.clearfix{display: block; display: table; *display: inline-block; _height: 1%;}
.clearfix:after {content:'\20'; display:block; clear:both;}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
.inline-block{display:inline-block;*zoom: 1;*display: inline;vertical-align:middle;overflow:hidden;}
.justify{ text-align: justify; text-justify: inter-ideograph;}
ul li a:visited {color:#c00;}
a:hover,a:active {color:#0000CC;}
/*页头样式*/
.pageWidth {
	width: 1000px;
	margin: 0 auto;
}
.header {
	width: 1000px;
	height: 30px;
	overflow: hidden;
	position: relative;
	background: url(../images/topBack.png) 0 0 no-repeat;
	margin: 0 auto;
}