@charset "utf-8";
/* 本系统采用CSS HACK （!important是针对IE 7及以上系统） */

@import url("/template/css/head.css");
@import url("/template/css/foot.css");

html,body {
	margin:0px;
	background-image:url(/template/images/body_bg.jpg);
}

form,ul {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
}

li {
	display:block;
	float:left;
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
}

#group {
	margin:auto auto;
	width:1003px;
	height:auto;
}

#nav {
	float:left;
	padding:0px 10px;
	width:983px;
	height:25px;
	line-height:25px;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
	color:#666;
	overflow:hidden;
}

  #nav a {
	  font-family:"宋体";
	  font-size:12px;
	  color:#666;
	  font-weight:bold;
	  text-decoration:none;
  }
  
  #nav a:hover {
	  color:#f30;
	  text-decoration:underline;
  }

.group {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.advertisement {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
	text-align:center;
}

  .advertisement img {
	  display:block;
	  margin:auto;
	  border:0px;
  }
  
  .advertisement a {
	  border:0px;
  }

.clear {
	clear:both;
}

.none-margin {
	margin:0px;
}