 /*第二种形式*/  
.menu1box{  
 position:relative;  
 overflow:hidden;  
 }  
 #menu1 li{  
 float:left;  
 display:block;  
 cursor:pointer;  
 width:50px;  
 text-align:center;  
 line-height:21px;  
 }  
 #menu1 li.hover{  
text-decoration: underline;
 }  
 .main1box{  
 clear:both;  

 }  
 #main1 ul{  
 display: none;  
 }  
 #main1 ul.block{  
 display: block;  
 }  
/* 友情连接 */
#youqing{
	padding: 0;
	float: left;
	width: 978px;
	border: 1px solid #C1D1E3;
	margin-top: 10px;
}
#youqing #biaoti{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D1E3;
	font-size: 12px;
	line-height: 26px;
	color: #5E6368;
	background-color: #E6ECF6;
	float: left;
	width: 978px;
	text-indent: 10px;
	font-weight: bold;
}
#youqing #biaoti em{
	font-style: normal;
	font-weight: normal;
	float: right;
	margin-right: 10px;
}
#youqing #biaoti a{
	color: #5E6368;
}
#youqing ul{
	padding: 5px;
	float: left;
white-space:nowrap;
	width: 968px;
}
#youqing li{
	font-size: 12px;
	float: left;
	line-height: 20px;
	margin:0 5px 0 0;
}
#youqing a{
	color: #5E6368;
}
#tishi {
	font-size: 12px;
	line-height: 35px;
	float: left;
	width: 680px;
	text-indent: 10px;
	color: #555;

}
