#Download {
    width: 883px;
    height: 194px;
    text-align: center;
    position: absolute;
    top: 880px;
    left: 50%;
    margin-left: -430px;
    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);
    }
}
















.bar {
    width: 100px;
    position: fixed;
    top: 202px;
    right: 30px;
    z-index: 1000000;
}

.bar .nor {
    color: #fff;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    text-decoration: none;
    font: 14px / 70px "微软雅黑";
    background: url(../image/op.png) center repeat;
    margin-bottom: 1px;
    outline: none;
}

.bar .nor:hover,
.bar .cur {
    background: #680000;
}

.bar .home {
    font: 18px / 70px "微软雅黑";
    outline: none;
}

.bar .home:hover {
    background: #680000;
}

.bar .top {
    width: 100px;
    height: 42px;
    display: block;
    text-align: center;
    background: url(../image/op.png) center repeat;
    outline: none;
}

.bar .top img {
    display: block;
    margin: 0 auto;
    padding-top: 11px;
}