@charset "gb2312";

/* 全局CSS定义 */
* {
	font-family: "宋体", "新宋体", "楷体_GB2312"; 
	font-size: 12px;
	color: #000000;
	word-break:break-all;
	word-warp:break-word;
	background-position:left top;
}

body { width:auto; margin:0; padding:0 auto;  font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd,embed,select {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
/* 链接颜色 */
a:link {color:#000; cursor:hand; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color:#FC5900;text-decoration:none;}
a:active {color:#FC5900; text-decoration:none;}


