body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu:link {
	background-image: url(../images/menu-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.menu {
	background-image: url(../images/menu-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ziti {
	font-family: "宋体";
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	line-height: 24px;
}
.xuxian {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.zitilink {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
.zitilink:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #CCAF70;
	text-decoration: none;
}
.ziti2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 24px;
	font-weight: lighter;
	color: #CDAF73;
	text-decoration: none;
}



.ziti3 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #884B92;
	text-decoration: none;
}
.ziti4 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: lighter;
	color: #CDAF73;
	text-decoration: none;
}

.kuang {
	border: 1px solid #E4E4E4;
	background-image: url(../images/bg-3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*
.nav{
	width: 900px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 38px;
	margin-left: auto;
}
*/
.nav{
	width: 948px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 38px;
	margin-left: 20px;
}
.nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav ul li{
	float: left;
	position:relative;
  }
.nav ul li a{
	text-decoration: none;
	color: #666;
	background: url(../images/menu-3.jpg) no-repeat 0px 0px;
	width: 140px;
	line-height: 38px;
	display: block;
	height: 38px;
}
.nav ul li a:hover{
  color: #CC0000;  
  background: url(../images/menu-2.jpg) no-repeat 0px 0px;  
}
.navSpan{
    text-decoration: none;
	color: #666;
	background: url(../images/menu-3.jpg) repeat;
	line-height: 38px;
	display: block;
	height: 38px;
}
/*下拉菜单实*/

.nav ul li ul{	
        position:absolute;
        display:none;
        text-align:center;
        background:#fff;
        border:1px solid #ddd;
}
.nav ul li ul li{
        border-bottom:1px dotted #ddd;
        clear:left;
}
.nav ul li ul li a{ 
    background-image:url(../image/subbg.jpg); 
    line-height:20px; 
    height:20px;
    width:160px;
    font-size:12px;
 }
 .nav ul li ul li a:hover
 {
      background: url(../images/menu-2.jpg) repeat 0px 0px; 
 }
 /*左侧菜单样式*/
 #LeftMenu{margin:0px;padding:0px;}
 #LeftMenu ul{ list-style-type:none;margin:0px;padding:0px;}
 #LeftMenu ul li { 
    margin:15px 0px 0px 0px;
 }
 #LeftMenu ul li img{ cursor:pointer;}
.index_summary{ height:168px; overflow:hidden;}
.title{ height:30px; font-weight:bold; border-bottom:1px solid gray}