.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-size: cover;
}
#section2-title {
    margin: 0 0 0 11.60%;
    width: 42.83%;
}
#section2-word {
    margin: 4.58% 0 0 11.6%;
    width: 100%;
    text-align: left;
    color: #000;
}

/*第三屏*/
#section3 {
    background: #0e2954;
    background-size: cover;
}
#section3-title {
    margin: 0 auto;
    width: 100%;
}
#section3-word {
    margin: 5.79% 0 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
#section3-img1 {
    margin: -10% auto 0;
    width: 67.33%;
}
#section3-img2 {
    margin: 3% auto 0;
    width: 38%;
}

/*第四屏*/
#section4 {
    background: #1b1b1b;
    background-size: cover;
}
#section4 .main {
    position: relative;
}
#section4 .left {
    float: left;
    box-sizing: border-box;
    margin-left: 5.7%;
    width: 54%;
}
#section4 .figure {
    margin: 11.57% 0 0 0;
}
#section4 .figure img {
    float: left;
    margin-right: 6.6%;
}
#section4-title {
    margin: 0;
    width: 60.3%;
}
#section4-word1 {
    margin: 5.79% auto 0;
    width: 100%;
    text-align: left;
    color: #d2d2d2;
}
#section4-img1 {
    position: absolute;
    width: 100%;
}

/*第五屏*/
#section5 {
    background-color: #fff;
    background-size: cover;
}
#section5-title {
    margin: 5% auto 0;
    width: 100%;
}
#section5-word {
    margin: 2.2% auto 0;
    text-align: center;
    color: #333;
}
#section5-img1 {
    margin: 2.2% auto 0;
    width: 68.75%;
}
#section5 .content {
    margin: 9.6% auto 0;
    width: 76.33%;
}
#section5 .left,
#section5 .center,
#section5 .right {
    float: left;
    width: 33%;
}
#section5 .word-font {
    margin-top: 5%;
    text-align: center;
}
#section5 .section5-img {
    margin: 0 auto;
    width: 83.5%;
}
#section5 .section5-font {
    margin: 5% auto 0;
    width: 83.5%;
    text-align: center;
    color: #333;
}

/*第六屏*/
#section6 {
    background: #313131;
    color: #fff;
}
#section6 .left {
    margin: 15% 0 0 11%;
    float: left;
    width: 38%;
}
#section6 .right {
    margin: 15% 11% 0 0;
    float: left;
    width: 40%;
}
#section6 .right img {
    width: 100%;
}
#section6 .word-font {
    margin-top: 8%;
}
#section6 .img-font {
    margin-top: 3%;
}
