﻿dex-banner-box{
    width: calc(100% - 260px);
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}

.index-banner-box{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.index-banner-list,
.index-video-box,
.index-video,
.index-video-bg,
.index-banner-box{
     height: 100vh;
}
.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;
}
.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;
    font-weight: normal;
}
.index-video-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    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-open{
    display: none;
}
.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: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url('../img/banner-mask.jpg');
    opacity: 0.2;
    background-size: cover;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}

.index-banner-slong-box{
    width: 100%;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 5;
    pointer-events: none;
    text-align: center;

}
.index-logo-box{
    width: 260px;
    display: none;
    max-width: 100%;
    float: right;
    height: 100vh;
    background-color: #01344f;
    position: relative;
    z-index: 2;
}
.index-logo-mid{
    display: table-cell;
    vertical-align: middle;
}
.index-logo{
    width: 248px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.index-logo-slong{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
}
.index-logo-slong1{
    width: 150px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    color: #FFF;
    text-align: right;
    letter-spacing: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.index-logo-line{
    width: 100%;
    display: block;
    height: 1px;
    background-color: #b2e202;
    margin-bottom: 10px;
}
.index-logo-slong2{
    width: 110px;
    max-width: 100%;
    display: block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    color: #b2e202;
    padding-right: 30px;
    letter-spacing: 12px;
    padding-left: 15px;
}
.index-logo-line2{
    width: 1px;
    height: 150px;
    display: block;
    background-color: #b2e202;
    position: absolute;
    top: -23px;
    left: 150px;
}
/* --------------------about----------------- */
.about-list-box{
    text-align: left;
    width: 900px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box; 
}
#about{
    clear: both;
    width: 100%;
    padding-top: 100px;
    background-color: #b8f8e9;
}
.about-box{
    width:1200px;
    display: block;
    padding: 50px 0; 
    margin:  0 auto;
    text-align: center;
    max-width: 100%;
}
.about-line-box{
    width: 1px;
    height: 30px;
    display: block;
    margin: 10px auto;
    background-color: #b2e202;
}

.about-h1{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    letter-spacing: 5px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.about-h1 span{
    font-weight: bold;
    width: 26px;
    display: inline-block; 
}


.about-title{
    font-size: 28px;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    color: #01344f;
    font-weight: bold;
    padding-bottom: 20px;
}
.about-list{
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}
.about-list:after{
    content: 'none';
    font-size: 0;
    width: 27px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/icon.png');
    position: absolute;
    left: -30px;
    top: 0;
}
/* --------------------idea------------------ */
#idea{
    position: relative;
    background-color: #ededed;
}
.idea-list-title-box{
    margin-bottom: 40px;
}
.idea-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}
.idea-list-title-box{
    margin-bottom: 50px;
}
.idea-title{
    font-size: 30px;
    color: #604d3f;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-weight: bold;
}
.idea-p{
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.house-list-title{
    font-size: 26px;
}
.idea-list-title{
    color: #604d3f;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bold;
}
.idea-list-box{
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #555;
}
.idea-list-title{
    font-size: 26px;
    color: #c99176;
    letter-spacing: 2px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.idea-list-p{
    padding-bottom: 10px;
    font-size: 20px;
    color: #555;
    letter-spacing: 2px;
}
.idea-list-last{
    border-bottom: 0;
}
.idea-map{
    margin-top: 50px;
}
.idea-list-scend{
    margin-top: 40px;
}
.idea-last-img-box{
    padding-bottom: 50px;
}
.idea-last-img-box img{
    margin-bottom: 50px;
}
/* -------------public------------ */
.public-title{
    font-size: 16px;
    color: #b2e202;
    font-weight: bold;
    text-align: center;
    background-color: #01344f;
    padding: 27.5px 0px;
    letter-spacing: 7px;

}
.public-list{
    width: 25%;
    height: 660px;
    display: block;
    position: relative;
}
.public-list-title{
    font-size: 18px;
    color: #FFF;
    position: relative;
    z-index: 1;
    letter-spacing: 3px;
}
.public-list-icon{
    width: 21px;
    display: block;
    position: absolute;
    top: calc(50% + 30px);
    z-index: 1;
    left: calc(50% - 10.5px);
}
.public-list-img{
    width: 100%;
    height: 100%;
    display: block;
}
.public-list-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.public-list-mask-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.public-list-mask{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s linear;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.public-list-mask-box{
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    pointer-events: none;
}
.public-box .slick-next{
    right: 1%;
    z-index: 3;
    top: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/arrow-right.png');
}
.public-box .slick-prev{
    left: 1%;
    z-index: 3;
    top: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/arrow-left.png');
}
.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
}
.public-box .slick-prev:before,.public-box .slick-next:before{
    display: none;
}
/* ------------house--------------- */
.house-box{
    width: 100%;
    display: block;
    background-color: #ededed;
    padding: 80px 0;
}
.house-list-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #555;
    padding-bottom: 50px;
}
.house-list-title{
    font-size: 40px;
    color: #604d3f;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 10px;
}
.house-list-title span{
    color: #aeaeae;
}
.house-list-p{
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: #555;
    padding-top: 20px;
    padding-bottom: 40px;
}
.house-box .house-list-box{
    padding-top: 50px;
}
/* -----------------contact------------- */
.contact-box{
    width: 900px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.contact-title{
    font-size: 18px;
    color: #01344f;
    display: block;
    text-align: center;
    padding: 40px 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.contact-info-form li{
    width: 400px;
    max-width: 100%;
    display: block;
    margin-bottom: 40px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.contact-text input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    outline: none;
}

.contact-info-left{
    width: 400px;
    max-width: 100%;
    display: block;
}

.contact-text ::-webkit-input-placeholder { color: #000;font-family: "微軟正黑體"; }
.contact-text :-moz-placeholder { color: #000;font-family: "微軟正黑體"; }
.contact-text ::-moz-placeholder { color: #000;font-family: "微軟正黑體"; }
.contact-text :-ms-input-placeholder { color: #000;font-family: "微軟正黑體"; }

.demo--radioInput{
    background-color: rgba(0,0,0,0);
    border: 1px solid #000;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px;
    line-height: 1;
    position: relative;
    margin-bottom: 5px;
}
.demo--radio:checked + .demo--radioInput:after {
    background-color: #000;
    content: "normal";
    font-size: 0;
    display:block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.demo--radio{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.demo--label{
    font-size: 16px;
    letter-spacing: 2px;
}
.demo-mid{
    margin: 0 10px;
}
.contact-need{
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-textarea textarea{
    width: 100%;
    height: 230px;
    border: 0;
    outline: none;
    font-size: 16px;
    letter-spacing: 2px;
    border-bottom: 1px solid #DDDDDD;
    resize: none;
}
.contact-textarea ::-webkit-input-placeholder { color: #000;font-family: "微軟正黑體"; }
.contact-textareat :-moz-placeholder { color: #000;font-family: "微軟正黑體"; }
.contact-textarea ::-moz-placeholder { color: #000;font-family: "微軟正黑體"; }
.contact-textarea :-ms-input-placeholder { color: #000;font-family: "微軟正黑體"; }

.button input{
    width: 100%;
    display: block;
    height: 40px;
    background-color: #dddddd;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "微軟正黑體";
    border: 0;
    transition: all .3s linear;
    cursor: pointer;
}


/*過場動畫*/

.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: 220px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.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;

}

.first{
    overflow: hidden;
}
.fancybox-show-infobar .fancybox-infobar{
    display: none;
}