* {
    margin: 0;
    font-family: "Microsoft YaHei";
}

body {
    padding: 0;
    margin: 0;
    overflow: hidden
}

a {
    text-decoration: none;
}


/*旋转*/

#scrollContainer {
    position: relative;
    min-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.page {
    width: 100%;
    position: relative;
    background-color: #eeeeee;
}

#page1 {
    background: url(../img/bg-r.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#page2 {
    background: url(../img/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#page3 {
    background-color: white;
}

#page4 {
    background: url(../img/bg-l.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#page5 {
    background-color: white;
}

#page6 {
    background: url(../img/bg-7.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#page7 {
    background: url(../img/bg-6.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.move {
    position: absolute;
    font-size: 30px;
    opacity: 0;
}

.v1 {
    z-index: 5;
}

.v2 {
    z-index: 10;
}

.v3 {
    z-index: 15;
}

.red {
    color: #981c1a;
}

.blue {
    color: #0779e2;
}

.gray {
    color: #8d8d8d;
}

.center {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.fdl {
    height: 64px;
    border: #981c1a 3px solid;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.rdownload {
    position: relative;
    left: 200px;
    height: 64px;
    border: #981c1a 3px solid;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 20;
    background-color: white;
    transition: all 0.5s;
}

.rdownload:hover {
    left: 15px;
}

.fdl img,
.rdownload img {
    display: inline-block;
    margin-left: 20px;
    line-height: 64px;
    font-size: 0;
}

.fdl p,
.rdownload p {
    display: inline-block;
    line-height: 64px;
    margin-left: 10px;
    color: #981c1a;
    font-size: 30px;
}

#rsh {
    z-index: 20;
}

.nav-ul {
    font-size: 0;
    background: url(../img/nav-ul.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 0;
}

.nav-li {
    display: inline-block;
    font-size: 30px;
    width: 15%;
    height: 50px;
    line-height: 50px;
    background: url(../img/nav-1.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.nav-first {
    background: url(../img/nav-first.png) no-repeat;
    background-size: 100% 100%;
}

.nav-select {
    background: url(../img/nav-select.png) no-repeat;
    background-size: 100% 100%;
    color: #981c1a;
}
