.section-wrap{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    overflow:visible;
    transition:transform 1s cubic-bezier(0.86,0,0.03,1);
    -webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);
}

.section-wrap .section{
    position:relative;
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
}

.section-wrap .section .title{
    width:100%;
    position:absolute;
    top:10%;
    color:#fff;
    font-size:2.4em;
    text-align:center;
}

.section-wrap .section .title p{
    padding:0 4%;
    opacity:0
}

.section-wrap .section .title.active .tit{
    opacity:1;
    transform:translateY(-50px);
    -webkit-transform:translateY(-50px);
    transition:all 2s cubic-bezier(0.86,0,0.8,1);
    -webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);
}

.section-wrap .section:nth-child(1){}
.section-wrap .section:nth-child(2){}
.section-wrap .section:nth-child(3){ background: #fafafa; }
.section-wrap .section:nth-child(4){ background: #fafafa; }
.section-wrap .section:nth-child(5){ background: #009944; }
.section-wrap .section:nth-child(6){ background: #fafafa; }


.section-btn{
    width:100px;
    position:fixed;
    left:1%;
    top:30%;
    z-index: 9;
}
.section-btn li{ list-style-type: none; cursor:pointer; text-align: center;}
.section-btn li span{ display: none; font-size: 18px; margin-top: 5px; color: #c8c8c8;}
.section-btn li a{ margin-top: 20px; background: url(../images/index-a.png) no-repeat; text-align: center; color: #fff; text-decoration: none; width: 30px; height: 30px; line-height: 28px; display: inline-block;}
.section-btn li.on{}
.section-btn li.on a{text-align:center;color:#fff;background: url(../images/index-s.png) no-repeat;width: 30px; height: 30px; line-height: 28px;display: inline-block;}
.section-btn li.on span{ display: block;}
.arrow{
    opacity:1;
    animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
    -webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
    /* transform:rotate(-90deg);
     -webkit-transform:rotate(-90deg);*/
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-30px;
    width:25px;
    height:37px;
    text-align: center;
    cursor:pointer;
    overflow:hidden;
    box-sizing: border-box;z-index: 9999;
}

.arrow:hover{
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
}

@keyframes arrow{
    0%{}
    100%{bottom:10px; opacity:1}
    50%{bottom:50px; opacity:0.5}
}

@-webkit-keyframes arrow{
    0%{}
    100%{bottom:10px; opacity:1}
    50% {bottom:50px; opacity:0.5}
}

.navBar{background: #fff; position:fixed; width: 100%; top: 0;z-index: 9999;
}




/* 棣栭〉banner */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; z-index: 999;height:auto !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}