/* CSS Document */
.container {
    width: 1000px;
    min-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

.download i, .download u, .download b, .download em {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.download, .download a {
    background-repeat: no-repeat;
    background-position: center center;
}

.download p, .download h5, .download h6, .download a {
    text-align: center;
}

.download .banner {
    padding-top: 115px;
    min-width: 1000px;
    height: 800px;
    background-position: center center;
}

.download .banner h5 {
    font-size: 52px;
    color: #2a2a2a;

}

.download .banner h5 b {
    color: #937933;
}

.download .banner header > p {
    font-size: 30px;
    color: #1b1b1b;
    line-height: 100px;
}

#fix {
    position: absolute;
    top: 200px;
    padding: 20px 15px;
    border-radius: 5px;
    background-color: #3b414d;
    display: inline-block;
    right: 25px;
}

.download .banner ul {
    margin-top: 80px;
    overflow: hidden;
}

.download .banner li:first-child {
    float: left;
}

.download .banner li:last-child {
    margin-top: 50px;
    float: right;
}

.download .banner li a, footer .right a {
    margin-top: 30px;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background-color: #303030;
    font-size: 20px;
    padding-left: 80px;
    display: block;
    color: #FFF;
    line-height: 60px;
    text-align: left;
    background-position: 30px center;
}

#fix a {
    color: #FFF;
}

#fix h6 {
    margin-top: 20px;
    font-size: 26px;
}

#fix p i {
    color: #efaa1d;
}

#fix p {
    line-height: 40px;
    font-size: 20px;
}

.download .left {
    float: left;
}
.download .left h5,.download .left p,.download .style .left span{
    text-align: left;}
.download .right h5,.download .right p,.download .style .right span{
    text-align: right;}
.download .right {
    float: right;
}

.download .style div h5 {
    line-height: 66px;
    font-size: 48px;
    color: #3a3a3a;
}

.download .style div p ,.download .style div span{
    font-size: 24px;
    color: #3a3a3a;
    line-height: 40px;
}

.download .style div > span {
    display: block;
    margin-top: 30px;
}

.download .style {
    padding-top: 40px;
}

.download .style div > h5:first-child{
    margin-top: 130px;
}

.download > .style:nth-child(odd),.download > .style:nth-child(odd) .container {
    background-color: #f3eee5;
    min-width: 1000px;
}

.download .style .container {
    overflow: hidden;
}

.download footer {
    padding: 75px 0;
    background-color: #292929;
    min-height: 280px;
}

.download footer div {
    position: relative;
    padding-left: 55px;
}

.download footer div * {
    text-align: left;
}

.download footer div.left img:first-child {
    margin-right: 110px;
}

.download footer div.right a {
    margin-top: 0;
    margin-bottom: 30px;
    background-color: #7e6626;
}

.download footer div.right:before {
    content: "";
    height: 60%;
    border-left: 2px solid #FFF;
    position: absolute;
    left: 0;
    top: 15%;
}
.move section header img{
	padding-top: 45px;
}