﻿@charset "utf-8";
.wrapper {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    position:relative;
    overflow:hidden;
}
@media screen and (max-width: 768px) {
.wrapper {
    padding-top: 50px;
}
}

/*頁面*/
.index_swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position:relative;
    top: 0%;
    transition: all 0.8s ease-out ;
}

.index_swiper>.swiper-wrapper>.swiper-slide {
    position: relative;
    text-align: center;
    color: #FFF;

    background: #fff;
    background-position: center;
    background-size: cover;

    transition: all 1s ease-out 0.3s ;

}
.index_swiper>.swiper-wrapper>.swiper-slide-active {

}
/*
.index_swiper>.swiper-wrapper>.swiper-slide .box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s ease-out 0.9s ;
}
.index_swiper>.swiper-wrapper>.swiper-slide-active .box {
    opacity: 1;
}
    */
.index_swiper>.swiper-wrapper>.swiper-slide .link {
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0px;
    top: 25%;
    z-index: 10;

    display: block;
}


.index_swiper>.page_down {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 50;
    background-color: #e2d8bf;
    border-radius:50%;

        /*完全置中 */
    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;

    cursor: pointer;
}
.index_swiper>.page_down .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #424242 transparent transparent transparent;
    transition:all 0.5s ease-out;
}
.FlowTwo .swiper-slide{
    height:100%;
    display:inline-block;
}
#MyTwo .swiper-pagination{
    width: 64px;
    background-color: #140c00;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 15px;
}
#MyTwo .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0px 5px;
    background:#fff;
}
#MyTwo .swiper-pagination .swiper-pagination-bullet-active{
    background-color:#e7dcc5;
}
.FlowTwoText{
    width:79.06%;
    position:absolute;
    left:0px;
    right:0px;
    margin:0px auto;
    top: 63.5%;
    z-index: 2;
}
#MyThree .swiper-pagination{
    width: 64px;
    background-color: #140c00;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 15px;
}
#MyThree .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0px 5px;
    background:#fff;
}
#MyThree .swiper-pagination .swiper-pagination-bullet-active{
    background-color:#e7dcc5;
}
.FlowThreeText{
    width:77.5%;
    position:absolute;
    left:0px;
    right:0px;
    margin:0px auto;
    bottom: 12%;
    z-index: 2;
}
.FlowFourTextOne{
    width:53.59%;
    margin:0px auto;
    padding-top: 9%;
    padding-bottom:10px;
}
.FlowFiveTextOne {
    width: 55.94%;
    margin: 0px auto;
    padding-top: 9%;
    padding-bottom: 10px;
}
.FlowSixTextTwo{
    width:80.625%;
    position:absolute;
    left:0px;
    right:0px;
    margin:0px auto;
    bottom:50px;
    z-index:2;
}
.FlowSixTextTwoPlus {
    width: 80.625%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 90px;
    z-index: 2;
}
.FlowSevenTextOne {
    width: 79.219%;
    margin: 0px auto;
    padding-top: 9%;
    padding-bottom: 10px;
}
.FlowFour .swiper-pagination{
    width: 110px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 15px;
}
.FlowFour .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0px 5px;
    background:#fff;
}
.FlowFourTextTwo{
    width:81.25%;
    margin:10px auto 0px auto;
}
.FlowFourTextThree{
    width:19.375%;
    margin:20px 0px 0px 9.375%;
}
.logopic {
    width: 88.75%;
    position:absolute;
    left:0px;
    right:0px;
    top:50%;
    transform:translateY(-50%);
    margin: 0px auto;
}
.LogoText{
    width:56.71875%;
    position:absolute;
    left:0px;
    right:0px;
    margin:0px auto;
    bottom:15%;
}


/*影片彈跳*/
.light_box {
    position:absolute;
    width: 100%;
}

.light_box .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease-out ;
}
.light_box .bg.show {
    z-index: 200;
    opacity: 1;
}
.light_box .bg .video {
    width: 100%;
    /*height: calc(100vh - 120px);*/
    margin:25% auto auto auto;
    padding-top:  56.25%;
    position:relative;
    top: 50px;
    z-index: 100;
}
.light_box .bg .video #player{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0%;
    top: 0%;
}

.light_box   .close {
    width: 40px;
    height: 40px;
    position:absolute;
    right: 5px;
    top: 5px;
    text-align:center;
    font-size: 40px;
    color: #FFF;
    cursor: pointer;
}
.light_box   .close .relative{
    position:relative;
}
.light_box   .close .fa{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
}
.light_box   .close .fa-angle-up{
    top: 8px;
}
.light_box   .close:hover {
    color: #77480b;
}
