#Download {
    width: 764px;
    height: 172px;
    text-align: center;
    position: absolute;
    top: 820px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 51;
    border-radius: 5px;
    background: url(../images/down.png) no-repeat left top;
}
#Download .btn_down_s1 {
    float: left;
    width: 317px;
    height: 89px;
    text-indent: -999em;
    margin-left: 123px;
    margin-top: 43px;
}
#Download .btn_down_s2 {
    float: left;
    width: 155px;
    height: 91px;
    text-indent: -999em;
    margin-left: 3px;
    margin-top: 39px;
}
#Download .btn_down_s3 {
    float: left;
    width: 99px;
    height: 101px;
    text-indent: -999em;
    margin-left: 18px;
    margin-top: 35px;
}
#Download .btn_down_s4 {
    float: left;
    width: 131px;
    height: 89px;
    text-indent: -999em;
    overflow: hidden;
    margin-left: 13px;
    margin-top: 42px;
}
.topcontainer {
    width: 1920px;
    height: 1004px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: relative;
    background: url() no-repeat center;
    background-position: 0px 0px;
    margin-top: 68px;
}













.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: #9e7b09;
}
.bar .home {
    font: 18px / 70px "微软雅黑";
    outline: none;
}
.bar .home:hover {
    background: #b59839;
}
.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;
}