﻿#index,
#contact{
    background-image: url('../img/index-products.png');
    background-position: top;
}
.index-banner-box{
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
.index-banner-box,
.index-banner-img,
.index-video-box,
.index-video,
.index-video-bg{
     height: 100vh;
}
.index-banner-img{
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
}
.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-color:#000;
}
.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-list{
    width: 100%;
    display: block;
    overflow: hidden;

}

.banner-logo-box{
    width: 179px;
    top: calc(50% - 89px);
    display: block;
    left: calc(50% - 90px);
    position: absolute;
    z-index: 9;
    pointer-events: none;
}
.index-baaner-scroll{
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    color: #FFF;
    z-index: 9;
    left: calc(50% - 25px);
    width: 50px;
    max-width: 100%;
    text-align: center;

}
.index-baaner-scroll span{
    display: block;
    letter-spacing: 3px;
    padding-top: 10px;
    transition: all .3s linear;
}
/* -----------------index-products------------- */
.index-products-box{
    width: 1225px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    font-size: 0;
}
.index-products-title-box{
    width: calc(100% - 950px);
    display: inline-block;
    vertical-align: middle;
}

.index-products-list-box{
    width: 950px;
    display: inline-block;
    vertical-align: middle;
}
.index-products-title{
    font-size: 28px;
    color: #39add0;
    letter-spacing: 2px;
}
.index-products-line{
    width: 100%;
    display: block;
    height: 1px;
    background-color: #39add0;
    position: relative;
    margin-top: 10px;
}
.index-products-line:after{
    content: 'normal';
    font-size: 0;
    width: 6px;
    height: 6px;
    display: block;
    background-color:  #39add0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}
.index-products-en-title{
    font-size: 40px;
    color: #aaaaaa;
    letter-spacing: 2px;
    font-family: 'Saira Extra Condensed';
}
.index-products-more-box{
    width: 54px;
    max-width: 100%;
    display: block;
    position: relative;
    transition: all .3s linear;
}
.index-products-more-box h4{
    font-size: 30px;
    position: absolute;
    font-size: 30px;
    color: #FFF;
    letter-spacing: 2px;
    bottom: 0;
    left:calc(50% - 14px);
    font-family: 'Saira Extra Condensed';
    transition: all .3s linear;
}
.index-products-list{
    width: 300px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.index-products-img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s linear;
}
.index-products-info-title-box{
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #eeeeee;
    left: 0;
    bottom: 0;
    transition: all .3s linear;
}
.index-products-info-title{
    font-size: 14px;
    padding: 0 10px ;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    letter-spacing: 1px;
    position: relative;
}
.index-products-icon{
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-color:  #39add0;
    color: #FFF;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    right: 5px;
    top: -15px;
    transition: all .3s linear;
}

.index-products-list-box .index-products-list:nth-child(3n+2){
    margin: 0 25px;
}
.index-service-box{
    width: 100%;
    display: block;
}
.index-service-box .index-service-list:first-child .index-service-list-title:before{
    width: calc(100% - 320px);
    left: 320px; 
}
.index-service-box .index-service-list:first-child .index-service-list-title:after{
    left: 320px;
}
.en .index-service-box .index-service-list .index-service-list-title:before,
.en .index-service-box .index-service-list .index-service-list-title:after{
    display: none;
}
.index-service-list{
    width: 100%;
    height: 600px;
    display: block;
    overflow: hidden;
    position: relative;
}
.index-service-list-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-service-list-p{
    width: 650px;
    max-width: 100%;
    display: block;
    position: absolute;
    right: 0;
    z-index: 3;
    top: 35%;
}
.en .index-service-list-p{
   top: 10%; 
}
.en .index-service-list-2 .index-service-list-p{
    width: 700px;
}
.en .index-service-list-2 .index-service-list-text{
    margin-left: 25px;
    width: 100%;
}
.en .index-service-list-2 .index-service-list-title{
    text-align: center;
}
.en .index-service-list-2 .index-service-list-p{
    top: calc(50% - 150px);
}
.en .index-service-list-3 .index-service-list-p{
    top: calc(50% - 95px);
}

.index-service-list-title{
    font-size: 28px;
    color: #FFF;
    position: relative;
    margin-bottom: 10px;
}
.index-service-list-title:after{
    content: 'normal';
    font-size: 0;
    width: 5px;
    height: 5px;
    display: block;
    background-color:  #39add0;
    border-radius: 50%;
    position: absolute;
    left: 250px;
    top: calc(50% - 4.5px);
}
.index-service-list-title:before{
    content: 'normal';
    font-size: 0;
    width:calc(100% - 250px) ;
    height: 1px;
    display: block;
    background-color:  #39add0;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 250px;
}
.index-service-mask1{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.index-service-mask2{
    width: 1900px;
    height: 1920px;
    display: block;
    position: absolute;
    top: -50%;
    right: -120.5%;
    background-color:#000;
    z-index: 2;
    transform: rotate(43deg);
    border:  10px solid  #39add0;
    opacity: 0.5;
    transition: all .3s linear;
}
.index-service-list-line{
    width: 100%;
    display: block;
    height: 10px;
    background-color: #63a2c2;
}

.index-service-list-2 .index-service-mask2{
     left: -172.5%;
     transform: rotate(-43deg);
}
.index-service-list-text{
    font-size: 18px;
    color: #FFF;
    line-height: 2.5;
    letter-spacing: 2px;
    padding-right: 50px;
    box-sizing: border-box;
}
.index-service-list-2 .index-service-list-p{
    left: 0;
    right: inherit;
}
.index-service-list-2 .index-service-list-text{
    padding-right: 0;
    width: 520px;
    margin-left: 425px;
}
.index-service-list-2 .index-service-list-title{
    text-align: right;
}
.index-service-list-2 .index-service-list-title:before{
    left:  inherit;
}

.index-service-list-2 .index-service-list-title:after{
    right: 250px;
     left:  inherit;
}

/* ------------------index-news--------------------- */
#index-news{
    background-repeat: no-repeat;
    background-image: url('../img/index-news-bg.jpg');

}

.index-news-box{
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}
.index-news-title-box{
    padding: 30px 0;
    display: block;
}
.index-news-title{
    font-size: 28px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: #FFF;
}
.index-news-en-title{
    font-size: 40px;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Saira Extra Condensed';
    position: relative;
    top: -15px;
}

.index-news-list-box{
    width: 100%;
    display: block;
    font-size: 0;
}
.index-news-list{
    width: 400px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.index-news-img-box{
    width: 360px;
    height: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index-news-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s linear;
}
.index-news-date{
    font-size: 14px;
    color: #FFF;
    letter-spacing: 1px;
    padding: 5px 0;
    font-family: 'Saira Extra Condensed';
    width: 360px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.index-news-list-title{
    width: 360px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 1px;
    height: 25px;
    overflow: hidden;   
}
.index-news-list-line{
    width: 360px;
    max-width: 100%;
    display: block;
  
    height: 1px;
    overflow: hidden;
    margin: 10px auto;
}
.index-news-list-line span{
    width: 100%;
    height: 1px;
    display: block;
    box-sizing: border-box;
    border: 1px dashed #39add0;
}



.index-news-list-text{
    font-size: 14px;
    color: #FFF;
    display: block;
    letter-spacing: 1px;
    line-height: 2;
    height: 75px;
    overflow: hidden;
}
.index-news-more{
    font-size: 18px;
    color: #FFF;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    letter-spacing: 2px;
    font-family: 'Saira Extra Condensed';
    text-align: center;
    height: 20px;
    line-height: 20px;
    transition: all .3s linear;
}
.index-news-more span{
    width: 50px;
    display: block;
    background-color: #0287a6;
    transition: all .3s linear;
}
.index-news-line{
    width: 100%;
    display: block;
    height: 10px;
    background-color: #39add0;
}

.index-news-border-right{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.index-news-border-right:after{
    content: "normal";
    font-size: 0;
    height: 100%;
    border-right: 10px dashed  #39add0;
    display: block;
}

/*過場動畫*/

.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: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.loading-log{
    vertical-align: middle;
    display: inline-block;
    position: relative;
 
}


.loading-logo-title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #39add0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}






#index .slick-prev,
#index .slick-next{
    width: 50px;
    height: 50px;
}
#index .slick-prev:before, 
#index .slick-next:before{
    font-size: 0;
    opacity: 1;
}
#index .slick-prev{
    left: -50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/slick-prev.png');
    background-size: cover;
}
#index .slick-next{
    right: -50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/slick-next.png');
    background-size: cover;
}