.fp-controlArrow{
    border: 0;
    width: 70px;
    height: 70px;
}
.fp-prev {
    width: 70px;
    height: 70px;
    background: url(../images/fp-prev.png) no-repeat;
}
.fp-next {
    width: 70px;
    height: 70px;
    background: url(../images/fp-next.png) no-repeat;
}

/*第一屏*/
#section1 {
    background: url(../images/section1-bg.jpg) center no-repeat;
    background-size: cover;
}

/*第二屏*/
#section2 {
    background: url(../images/section2-bg.jpg) center no-repeat;
    background: cover;
}
#section2-container {
    margin: 7.33% auto 0;
    width: 57.33%;
    height: 37.5%;
    background-color: rgb(33, 32, 29);
    overflow: hidden;
}
#section2-word1 {
    margin: 11.98% auto 0;
    width: 100%;
}
#section2-word2 {
    margin: 5.98% auto 0;
    text-align: center;
    color: #fff;
}

/*第三屏*/
#section3-img1 {
    margin: 0 auto;
    width: 100%;
}

/*第四屏*/
#section4 {
    background: url(../images/section4-bg.jpg) center no-repeat;
    background-size: cover;
}

/*第五屏*/
#section5 {
    background: url(../images/section5-bg.jpg) center no-repeat;
    background-size: cover;
}
#section5-img1 {
    margin: 0 auto;
    width: 100%;
}

/*第六屏*/
#section6-img1 {
    margin: 0 auto;
    width: 100%;
}
#section6 img {
    display: block;
}
#section6-word1 {
    margin: 14.16% auto 0;
    width: 100%;
}
#section6 .bottom {
    margin: 12.25% auto 0;
    width: 79.2%;
}
#section6 .bottom .unit {
    float: left;
    width: 33.3333333333333333%;
}
#section6 .bottom .unit img {
    margin: 0 auto;
    width: 52.21%;
}
#section6 .bottom .unit p {
    margin-top: 2%;
    width: 100%;
    text-align: center;
}
#section6 .bottom .unit .word-font {
    margin-top: 6%;
    color: #000;
}
#section6 .bottom .unit .img-font {
    width: 95%;
    color: #808080;
}
