.banner{
	background-image: url(../images/download_banner.jpg);
}
.download{
	width: 1100px;
	margin: auto;
	padding-top: 50px;
	margin-bottom: 100px;
}
.download li{
	width: 520px;
	height: 45px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0px 10px;
	background-color: #eaeaea;
}
.download_icon1{
	width: 30px;
	height: 24px;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
	background: url(../images/download_icon_1-1.png) no-repeat center center;
}
.download_title{
	width: 370px;
	height: 45px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.download_title p{
	font-size: 14px;
	color: #464646;
	line-height: 45px;
}
.download_icon2{
	width: 21px;
	height: 19px;
	float: left;
	margin-top: 14px;
	margin-right: 7px;
	background: url(../images/download_icon_2-1.png) no-repeat center center;
}
.download_txt{
	width: 70px;
	float: left;
	overflow: hidden;
}
.download_txt p{
	font-size: 14px;
	color: #464646;
	line-height: 45px;
}
.download li:hover{
	background-color: #0f408e;
}
.download li:hover .download_icon1{
	background-image: url(../images/download_icon_1-2.png);
}
.download li:hover .download_title p{
	color: #fff;
}
.download li:hover .download_icon2{
	background-image: url(../images/download_icon_2-2.png);
}
.download li:hover .download_txt p{
	color: #fff;
}