﻿.index-banner-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 93px;
}
.index-banner-box
.index-banner-list,
.index-video-box,
.index-video,
.index-video-bg{
     height: calc(100vh - 93px);
}
.index-banner-list-box{
    width: 100%;
    display: block;
    position: relative;
    
}
.index-banner-list{
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.index-banner-list span{
    width: 100%;
    height: 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;
    position: absolute;
    z-index: 9;
    top: 48%;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
    cursor: context-menu;
}
.index-video-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url('../img/banner-mask.jpg');
    background-size: cover;
    background-position: center;
    z-index: 6;
    pointer-events: none;
}
.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-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url('../img/banner-mask.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.index-banner-slong-box{
    width: 100%;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 5;
    pointer-events: none;
    text-align: center;
}
.index-video-open{
    display: none;
}
.index-banner-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.banner-scroll{
    position: absolute;
    z-index: 5;
    display: none;
}

/* -------------index-team------------- */
.index-team-slong-box{
    text-align: center;
    display: block;
    padding: 35px 0;
}
.index-team-slong-title{
    font-size: 50px;
    font-weight: bold;
    color: #000;
    letter-spacing: 40px;
    box-sizing: border-box;
    padding-left: 40px;
    transition: all .3s linear;
}
.index-team-slong-en-title{
    width: 368px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all .3s linear;
}
.index-team-slong-p{
    font-size: 20px;
    color: #fdbc00;
    letter-spacing: 2px;
    padding-bottom: 20px;
    transition: all .3s linear;
}
.index-team-slong-p span{
    display: inline-block;
    background-color: #8fd3f5;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 42px;
    font-size: 0;
}


.index-team-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-team-bg-box{
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.index-team-bg{
    width: 100%;
    height: 120%;
    display: block;
    transition: all .3s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/index-team-bg.jpg');
    position: relative;
}
.index-team-info-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.index-team-title{
    width: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
}
.index-team-line{
    width: 2px;
    height: 297px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fdbc00;
    margin: 0 10px;
    margin-top: 5px;
    margin-left: 20px;
}
.index-team-info-class-box{
    width: calc(100% - 72px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    box-sizing: border-box;
}
.index-team-info-list{
    display: block;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 56px;
}
.index-team-info-class-box .index-team-info-list:last-child{
    margin-bottom: 0;
}
.index-team-info-list:before{
    content: 'none';
    font-size: 0;
    display: block;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/index-team-icon.png');
    position: absolute;
    left: 0;
    top: 30px;
    transition: all .3s linear;
}
.index-team-info-class-box .index-team-info-list:first-child:before{
    top: 27px;
}
.index-team-info-title{
    font-size: 24px;
    color:#8fd3f5;
    font-weight: bold;
    letter-spacing: 2px;
}
.index-team-info{
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: 2px;
}
.index-team-info-list:after{
    content: 'none';
    font-size: 0;
    display: block;
    width: 40px;
    height: 2px;
    background-color:  #fdbc00;
    left: -40px;
    top: 41px;
    position: absolute;
}
.index-team-info-class-box .index-team-info-list:first-child:after{
    top:38px;
}
/*-----------index-service----------*/
.index-service-box{
    width: 100%;
    display: block;
    padding: 60px 0;
    padding-bottom: 80px;
}
.index-ch-title{
    font-size: 26px;
    font-weight: bold;
    color: #000;
    letter-spacing: 14px;
    text-align: center;
    padding-left: 14px;
    box-sizing: border-box;
}
.index-en-title{
    font-size: 20px;
    color: #8fd3f5;
    display: block;
    text-align: center;
}
.index-service-list-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    padding-top: 70px;
}
.index-service-list{
    width: 380px;
    height: 230px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.index-service-list-box .index-service-list:nth-child(3n+2){
    margin: 0 30px;
}
.index-service-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s linear;
}

.index-service-list-title{
    font-size: 18px;
    width: 150px;
    display: block;
    max-width: 100%;
    background-color: #fdbc00;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all .3s linear;
    z-index: 1;
}
/*----------index-works------------*/
.index-works-box{
    width: 100%;
    display: block;
    padding: 60px 0;
    padding-bottom: 160px;
}
.index-works-list-box{
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.index-works-list{
    width: 390px;
    position: relative;
    display: block;
    
    box-sizing: border-box;
    margin: 0 10px;
    outline: none;
}
.index-works-img-box{
    width: 100%;
    height: 218px;
    display: block;
}
.index-works-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.map-box{
    width:100%;
    max-width: 100%;
    display: block;
    height: 400px;
}

.index-works-mask-box{
    width: 100%;
    height: 218px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
}
.index-works-mask{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(64,64,64,0.6);
    transition: all .3s linear;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index-works-mask i{
    font-size: 20px;
    color: #fdbc00;
    position: absolute;
    top: 48%;
    left: calc(50% - 9px);
    text-shadow: rgba(255,255,255,1) 0px 0px 10px,rgba(255,255,255,1) 0px 0px 10px,rgba(255,255,255,1) 0px 0px 10px;
}
/*過場動畫*/

.dt-loading-2 {
    width: 100%;
    height: 100vh;
    display: table;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: all .4s linear;
    background-color: #FFF;
}

.laying-2 {
   display: table-cell;
   vertical-align: middle;
}

.loading-logo-box{
    width: 154px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.loading-log{
    width: 100%;
    display: block;
    position: relative;
 
}
.loading-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #FFF;
    right: 0%;
    animation:  right2 2s linear 0s 1 forwards;
}
.banner-scroll{
    width: 35px;
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 3%;
    z-index: 9;
    left: calc(50% - 16px);
    text-align: center;
}
.banner-scroll-p{
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    padding-top: 5px;
}

.index-service-mask i{
    font-size: 20px;
    color: #fdbc00;
    position: absolute;
    top: 48%;
    left: calc(50% - 9px);
    text-shadow: rgba(255,255,255,1) 0px 0px 10px, rgba(255,255,255,1) 0px 0px 10px, rgba(255,255,255,1) 0px 0px 10px;
}

.index-slick-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}