/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bk {
	border: 1px solid #CCCCCC;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}

.hg {
	line-height: 5px;
}

.zj {	line-height: 20px;
}

#nav{
  padding: 10px 10px 0;
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0 0;
  list-style:none;
}

#nav li{
  float: left;
  margin-right: 1px;
}

.bi{
  position: relative;
  z-index: 0;
}

.bi:hover{
  z-index: 99;
}

.bi:hover span{
  visibility: visible;
  top: 0;
  left: 0;
  cursor: pointer;
}

.bi span{
  position: absolute;
  left: -999em;
  visibility: hidden;
}

#nav li a,.bi:hover span{
	line-height: 20px;
	text-decoration: none;
	background: #DDDDDD;
	color: #666666;
	display: block;
	width: 80px;
	text-align: center;
}

#nav li a:hover,.bi:hover span{
  color: #FFFFFF;
  background: #DC4E1B;
}

.bi:hover span{
  padding-top: 2px;
}

#navbar{
  background: #DC4E1B;
  height: 8px;
  overflow: hidden;
  clear: both;
}

h1,h2,h3,h4,h5{
	 font-size:12px;
	 
}
.se {	font-size: 10px;
	color: #F00;
}
