.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: #fff url(../images/section2-bg.jpg) center no-repeat;
    background-size: cover;
}
#section2-word1 {
    margin: 0 auto;
    width: 100%;
}
#section2-word2 {
    margin-top: 3.3%;
    width: 100%;
    text-align: center;
}
#section2-img1 {
    margin-top: 3.3%;
    width: 100%;
}

/*第三屏*/
#section3 {
    background-color: rgb(247, 247, 247);
}
#section3-word1 {
    margin: 0 auto;
    width: 100%;
}
#section3-word2 {
    margin: 2% auto 0;
    width: 100%;
    text-align: center;
}
#section3-img1 {
    margin: 2% auto 0;
    width: 100%;
}

/*第四屏*/
#section4 {
    background: url(../images/section4-bg.jpg) center bottom no-repeat;
    background-size: cover;
}
.section4-container {
    float: left;
    width: 50%
}
.section4-container::after {
    display: block;
    clear: both;
    content: "";
}
#section4-word1 {
    margin-left: 6.25%;
    width: 93.75%;
}
#section4-word2 {
    margin-left: 6.25%;
    width: 93.75%;
}
.section4-container .word-font {
    margin: 3.3% 6.25% 0;
}

/*第五屏*/
#section5 {
    background: url(../images/section5-bg.png) center bottom no-repeat;
    background-size: cover;
}
.section5-container {
    float: left;
    width: 50%
}
.section5-container::after {
    display: block;
    clear: both;
    content: "";
}
.section5-title {
    margin-left: 6.25%;
    width: 93.75%;
}
.section5-container .word-font {
    margin: 3.3% 6.25% 0;
}
/*第六屏*/
#section6-word1 {
    margin: 0 auto;
    width: 100%;
}
#section6-word2 {
    margin: 3.3% auto 0;
    text-align: center;
}
#section6-img1 {
    margin: 6% auto 0;
    width: 100%;
}

/*第七屏*/
#section7 {
    background-color: #fff;
}
#section7-word1 {
    margin: 0 auto;
    width: 100%;
}
#section7-word2 {
    margin: 3.3% auto 0;
    width: 100%;
    text-align: center;
}
#section7-img1  {
    margin: 6% auto 0;
    width: 100%;
}

/*第八屏*/
#section8 {
    background-color: #fff;
}
#section8-word1 {
    margin: 0 auto;
    width: 100%;
}
#section8-word2 {
    margin: 3.3% auto 0;
    text-align: center;
}
#section8-img1 {
    margin: 5% auto 0;
    width: 100%;
}

/*第九屏*/
#section9 {
    background-color: #fff;
}
#section9 .main {
    position: relative;
}
#section9-img1 {
    position: absolute;
    top: 6.25%;
    width: 100%;
}
#section9-word1 {
    margin-top: 12.1%;
    width: 50%;
    text-align: left;
    color: #fff;
}
