.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.png) center no-repeat;
    background-size: cover;
}

/*第二屏*/
#section2 {
    background: url(../images/section2-bg.jpg) center no-repeat;
    background-size: cover;
}
#section2-word1 {
    margin: 0 auto;
    width: 100%;
}
#section2-word2 {
    margin-top: 10.4%;
    width: 37.16%;
}
#section2-word3 {
    margin-top: 2.5%;
}

/*第三屏*/
#section3 {
    background-color: rgb(172, 235, 225);
}
#section3 .main {
    position: relative;
}
#section3-img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#section3-word1 {
    margin: 12.5% 0 0 57.5%;
    width: 22.16%;
}
#section3-word2 {
    margin: 2.5% 0 0 57.5%;
}

/*第四屏*/
#section4 .main {
    position: relative;
}
#section4-img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#section4-word1 {
    margin: 12.5% 0 0 6.25%;
    width: 22.25%;
}
#section4-word2 {
    margin: 2.5% 0 0 6.25%;
}
/*第五屏*/
#section5 {
    background: url(../images/section5-bg.png) center no-repeat;
    background-size: cover;
}
#section5 .main{
    position: relative;
}
#section5-word1 {
    margin: 0 auto;
    width: 100%;
}
#section5-word2 {
    margin: 4.16% auto 0;
    text-align: center;
    color: #fff;
}
#section5-word3 {
    margin: 10% 0 0 12.91%;
    width: 22.8%;
}
#section5-word4 {
    margin: 2.3% 0 0 12.91%;
    color: #fff;
}
#section5-bottom {
    position: absolute;
    bottom: 0;
    left: 55.25%;
    width: 100%;
}
#section5-word5 {
    width: 26.66%;
}
#section5-word6 {
    margin-top: 2.3%;
    color: #fff;
}

/*第六屏*/
#section6 .fp-controlArrow.fp-prev {
    left: 0;
}
#section6 .fp-controlArrow.fp-next {
    right: 0;
}
#section6 .main {
    position: relative;
}
#section6-word1 {
    margin: 0 auto;
    width: 100%;
}
#section6-word2 {
    margin: 3.3% auto 0;
    text-align: center;
}
#section6-bottom {
    margin: 10% auto 0;
    width: 82.5%;
}
#section6-bottom .section6-title {
    width: 100%;
}
#section6-bottom .img-font {
    margin: 2.16% 0;
}
#section6-bottom .section6-img {
    width: 100%;
}
