/*下载*/
#downloada {
	float: left;
	width: 1680px;
	height: 300px;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 10px;
}

#downloada .btn_downa {
	float: left;
	width: 296px;
	height: 151px;
	position: relative;
	text-indent: -9999em;
	background: url(../image/a1.png) no-repeat left bottom;
	display: block;
}
#downloada .btn_downa:hover {
	text-decoration: none;
	background: url(../image/a1.png) no-repeat left top;
}
#downloada .btn_downb {
	float: left;
	width: 296px;
	height: 151px;
	position: relative;
	text-indent: -9999em;
	background: url(../image/a2.png) no-repeat left bottom;
	display: block;
	margin-left: 20px;
}
#downloada .btn_downb:hover {
	text-decoration: none;
	background: url(../image/a2.png) no-repeat left top;
}
#downloada .btn_downc {
	float: left;
	width: 296px;
	height: 151px;
	position: relative;
	text-indent: -9999em;
	background: url(../image/a3.png) no-repeat left bottom;
	display: block;
	margin-left: 20px;
}
#downloada .btn_downc:hover {
	text-decoration: none;
	background: url(../image/a3.png) no-repeat left top;
}
#downloada .btn_downd {
	float: left;
	width: 296px;
	height: 151px;
	position: relative;
	text-indent: -9999em;
	background: url(../image/a4.png) no-repeat left bottom;
	display: block;
	margin-left: 20px;
}
#downloada .btn_downd:hover {
	text-decoration: none;
	background: url(../image/a4.png) no-repeat left top;
}
