﻿.index-banner-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.index-banner-box,
.index-banner-list,
.index-video-box,
.index-video,
.index-video-bg{
     height:100vh;
}
.index-banner-list-box{
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
}
.index-banner-list{
    width: 100%;
    display: block;
     position: relative;
}
.index-banner-list span{
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-banner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.index-banner-slong,
.index-video-slong{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    display: block;
    cursor: context-menu;
    padding: 0 20px;
    box-sizing: border-box;
}
.index-video-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 5;
}
.index-video-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-video{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: block;
}

.index-video-bg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-banner-slong-box{
    width: 100%;
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 5;
    pointer-events: none;
    text-align: center;
    overflow: hidden;
}
.index-video-open{
    display: none;
}



.index-banner-slong-title{
    font-size: 32px;
    font-family: "Anton",'Noto Sans TC';
    letter-spacing: 5px;
    color: #61c1be;
    margin-bottom: 10px;
}

.index-banner-slong-p{
    font-size: 18px;
    font-family: 'Noto Sans TC';
    color: #555555;
    font-weight: 900;
    letter-spacing: 1px;
}


/*---------------------------------------*/
.pages-banner-box{
    margin-top: 75px;
    width: 100%;
    height: 600px;
    position: relative;
}
.pages-banner-img-box{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.pages-main-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-main-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

.page-banner-title-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display:         flex;
    display: -webkit-flex;
          align-items: center;
    -webkit-align-items: center;
          justify-content: center;
    -webkit-justify-content: center;
     flex-direction:column;
    -webkit-flex-direction:column;
}
.pages-banner-title-en{
    font-size: 36px;
    font-family: "Anton";
    transform: skewX(-10deg);
    color: #61c1be;
    letter-spacing: 8px;
    text-shadow: rgba(0,0,0,1) 1px 1px 1px;
}
.pages-banner-title-ch{
    font-size: 24px;
    color: #FFF;
    font-family: "Noto Sans TC";
    transform: skewX(-10deg);
    font-weight: bold;
    text-shadow: rgba(0,0,0,1) 1px 1px 1px;
}

