.page{
    text-align: center;
}
.page1{
    background: url("../mimages/bg-top.png") no-repeat;
    background-size: cover;
}
.page2{
    background: #fef9ef;
}
.page3{
    background: #fafafb;
}
.page4{
    background: #fef9ef;
}
.page5{
    background: #fafafb;
}
.page6{
    background: url("../mimages/bg-bottom.png") no-repeat;
    background-size: cover;
}
.slide img {
    width: 56vh;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    display: none;
}
.download{
    position: fixed;
    top: 73vh;
    text-align: center;
    width: 100%;
}
.download img{
    width: 20vh;
}
.download a:first-child{
    margin-right: 7vh;
}
.image-describe{
    text-align: center;
    font-size: 4.6vw;
    color: #af363d;
    letter-spacing: 2vw;
    margin: 10vw 0 3vw 0;
}
.slogan{
    color: #d6aa58;
    padding: 3vw;
    margin: 5vw 4%;
    border: 1px solid #d6aa58;
    border-radius: 4px;
}
.slogan h2{
    font-size: 6vw;
    margin-bottom: 2vw;
}
.slogan p{
    font-size: 4vw;
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: 300;
    line-height: 4vh;
    text-indent: 7vw;
}
.bottom{
    font-size: 4vw;
    color: #fff;
    text-align: left;
    padding: 0 5%;
    margin-top: 12vh;
}
.bottom p {
    margin-bottom: 3vw;
}
.pullup {
    position: fixed;
    bottom: 2vh;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.pullup img{
    width: 6vw;
}




