/* #Download {
    width: 883px;
    height: 194px;
    text-align: center;
    position: absolute;
    top: 780px;
    left: 50%;
    margin-left: -450px;
    z-index: 51;
    border-radius: 5px;
    background: url() no-repeat left top;
}
#Download .btn_down_s1 {
    animation: sc 2s infinite linear;
    float: left;
    width: 345px;
    height: 97px;
    text-indent: -999em;
    background: url(../image/btn_down1.png) no-repeat left top;
}
#Download .btn_down_s2 {
    animation: sc 2s infinite linear;
    float: left;
    width: 345px;
    height: 97px;
    text-indent: -999em;
    margin-left: 180px;
    background: url(../image/btn_down2.png) no-repeat left top;
}
#Download .btn_down_s1:hover {
    background: url(../image/btn_down1.png) no-repeat left bottom;
}
#Download .btn_down_s2:hover {
    background: url(../image/btn_down2.png) no-repeat left bottom;
}
@keyframes sc {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
} */



#Download {
	width: 1064px;
	height: 120px;
	text-align: center;
	position: absolute;
	top: 921px;
	left: 50%;
	margin-left: -440px;
	z-index: 51;
	border-radius: 5px;
}
#Download .btn_down_s1 {
	float: left;
	width: 414px;
	height: 120px;
	text-indent: -999em;
	margin-right: 80px;
	background: url(../image/btn1.png) no-repeat left top;
}
#Download .btn_down_s2 {
	float: left;
	width: 414px;
	height: 120px;
	text-indent: -999em;
	margin-right: -1px;
	background: url(../image/btn2.png) no-repeat left top;
}
#Download .btn_down_s3 {
	float: left;
	width: 80px;
	height: 316px;
	text-indent: -999em;
	margin-right: -1px;
	background: url(../image/btn3.png) no-repeat left top;
}
#Download .btn_down_s4 {
	float: left;
	width: 80px;
	height: 316px;
	text-indent: -999em;
	margin-right: -1px;
	background: url(../image/btn4.png) no-repeat left top;
}
#Download .btn_down_s1:hover {
	background: url(../image/btn1_1.png) no-repeat left top;
	margin-top: -5px;
}
#Download .btn_down_s2:hover {
	background: url(../image/btn2_1.png) no-repeat left top;
	margin-top: -5px;
}
#Download .btn_down_s3:hover {
	background: url(../image/btn3_1.png) no-repeat left top;
	margin-top: -10px;
}
#Download .btn_down_s4:hover {
	background: url(../image/btn4_1.png) no-repeat left top;
	margin-top: -10px;
}