#banner{
	width: 100%;
}
#banner img{
	display: block;
	width: 100%;
	border:none;
}
h2{
	font-size: 35px;
	line-height: 35px;
	font-family: Arial,Arial Black,"黑体";
	padding-top: 50px;
	text-align: center;
}
#pdf ul{
    width: 960px;height: auto;
    margin: 60px auto;  
}
#pdf ul li{
	display: inline-block;
	width: 450px;
	margin-right: 50px;
}
#pdf ul li a{
	font-size: 14px;
	line-height: 38px;
	font-family: Arial,"宋体";
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	
}
#pdf ul li a.pdfDown{
	background: url(../images/pdf.png) no-repeat right 0;
}
#pdf ul li a.excelDown{
	background: url(../images/excel.png) no-repeat right 0;
}
#pdf ul li a:hover{
	/*color: rgb(246, 4, 13);*/
	text-decoration: underline;
}
