

/* ---html、body100%--- */
html, body {}
/* ---默认字体9pt--- */
* {
	padding:0;
	margin:0;}

body, td, th, div, input, ul, li {
	font-family:"微软雅黑", "宋体";
	font-size: 14px !important;
	color: #000;}
body {
	background-color: #f2f3f6;}
img{border:none;}
a {
	color:#000;}
a:link {
	text-decoration: none;}
a:visited {
	text-decoration: none;}
a:hover {}
a:active {
	text-decoration: none;}
li {
	list-style:none;}
#pageGro{height:35px;}