div {
	padding:0px;
	margin:0px;
	
}

body {
 scrollbar-base-color:#bae87c;
 scrollbar-arrow-color:#FFFFFF;
 scrollbar-shadow-color:#c1ea8b;
 padding:0px;
 margin:auto;
 text-align:center;
 /*background-color:#9ad075; */
 BACKGROUND: #e7e7e7; COLOR:Black; 
}

dl.bitem {
	width:166px;
	margin:0px 0px 5px 4px;
}

dl.bitem dt {
  /*background:url(../images/menubg.gif);  */  /*隐藏掉菜单背景图*/
  background-color:#c7c7c7;
  height:26px;
  line-height:26px;
  text-align:center;
  cursor:pointer;
}

dl.bitem dd {
  padding:3px 3px 3px 3px;
  background-color:#fff;
}

.fllct
{
	float:left;
	
	width:90px;
}

.flrct
{
	padding-top:3px;
	float:left;
}

div.items
{
	line-height:22px;
	background:url(../images/arr3.gif) no-repeat 10px 9px;
}

span.items
{
	padding:10px 0px 10px 22px;
	background:url(../images/arr3.gif) no-repeat 10px 12px;
}

ul {
  /*padding-top:6px;*/
}

li {
  /*height:42px;*/
}

.sitemu li {
	padding:0px 0px 0px 20px;
	line-height:20px;
	background:url(../images/arr4.gif) no-repeat 10px 9px;
	text-align:left;
}




/*网页左边折叠菜单CSS开始*/
/* 网站链接总的css定义*/
a{text-decoration: underline;}
a:link {color: #595989;}
a:visited {color: #595989;} 
a:hover{color: #ff0000;} 
a:active {color: #595989;} 
.dt1, .dt2, .dt3, .dt4 ,.dt5,.dt6,.dt{
padding: 0px; margin: 0px; border: 0px; padding-left: 25px;
border-left: 5px solid #c0c0c0; 
border-top: 1px solid #ffffff; 
border-bottom: 1px solid #c0c0c0;
width: auto;text-align: left;
line-height: 26px;
height: 26px;
background: #E0E0E0;
cursor:pointer!important;
cursor:hand;
display:block;
}
#aboutbox {   /*左侧box*/
padding: 0px; margin: 0px; border: 0px;
width: 190px; 
float: left;
background: #eee;
}
#aboutbox dl {  /*dl、dt、dd*/
margin: 0px; border: 0px;
border: medium none;  /*不显示边框*/
background:#eeeeee;
background-image: url();/*背景图像，这里省略了*/
background-repeat: repeat-y;
background-position: left;
clear: both;
}
#aboutbox dd {
padding: 0px; margin: 0px; border: 0px;
background: #eee;
border-top: 1px solid #fff;
border-left: 5px solid #e0e0e0;
padding-right:3px;
}
#aboutbox ul {  /*ul、li定义*/
padding: 0px;
margin: 0px; 
border: 0px;
list-style-type: none; 
}
#aboutbox li {
padding: 0px; margin: 0px; border: 0px;
text-align: left;
text-indent: 10px;
list-style:none;
}
#aboutbox li a {
padding-left: 5px; margin: 0px; border: 0px;
display: block;
background: #eee;
font-weight: normal;height: 22px;line-height: 22px;
color: #000;
border: 1px solid #eee;
text-decoration: none;}
#aboutbox li a:link,#aboutbox li a:visited {height: 22px;line-height: 22px;}
#aboutbox li a:hover {
padding-left: 5px;
background-color: #e4e4e4;
border: 1px solid #999999;
color: #D90000;height: 22px;line-height: 22px;}
#aboutbox li a:active {color: #333333;height: 22px;line-height: 22px;background: #EEEEEE;}
.center_tdbgall /* 中部表格背景颜色 */
{
background:#ffffff;
}

/*网页左边折叠菜单CSS结束*/