


.agentimgflex{
    padding-left:20px;
}

.agentimg{
    width: 100%;
    position: relative;
    padding-top: 137%;
}

.pushagentimg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (min-width: 640px) {
    .agentimgflex{
        display: flex;
    }
    
    .agentimg{
        width: 33%;
        position: relative;
        padding-top: 45%;
    }
}

#products, #about, #contact{
    display: block;
    position: relative;
    top: -80px;
}
.loading{
    position: fixed;
    z-index: 99999;
    width: 0%;
    height: 5px;
    background-color: #000;
}
.index-header{
    position: fixed;
    z-index: 9999;
    background-color: rgba(255,255,255,1);
    width: 100%;
    top: 0;
    transition: all .4s linear;
    height: 0;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.6) 2px 2px 3px;
}
.index-header-open{
    padding-bottom: 80px;
    display: block;
}
.index-banner{
    width: 100%;
    display: table;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.index-banner-box{
    width: 100%;
    height: 120%;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-image: url('../img/index-bg.jpg');
    top: 0;
    transition: all .4s linear;
}

.index-bg-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.6);
}

.index-menu-box{
    display: table-cell;
    vertical-align: middle;

}
.index-logo{
    width: 200px;
    max-height: 100%;
    display: block;
    position: absolute;
    top: calc(50% - 200px);
    left: calc( 50% - 95px) ;
}
.index-menu{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}
.index-menu li{
    width: 300px;
    max-width: 100%;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    border: 1px solid #FFF;
    position: relative;
    box-sizing: border-box;
    letter-spacing: 3px;
    color: #FFF;
    transition: all 0.2s linear;
}

.index-menu li a{
    width: 100%;
    height: 100%;
    display: block;
}

.index-menu li:nth-child(2){
    margin: 0 150px;
}

.index-next{
    width: 50px;
    max-width: 100%;
    display: block;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 25px);
    font-size: 40px;
    color: #FFF;
    transform: rotate(-90deg);
}

.separation{
    width: 100%;
    height: 10px;
    display: block;
    background-color: #000;
}

.index-product .title{
    width: 300px;
    max-width: 100%;
    font-size: 25px;
    background-color: #000;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    margin-left: 0;
    transition: all .4s linear;
    letter-spacing: 3px;
    display: block;
    vertical-align: middle;
}
.index-product .title span{
    width: 25px;
    display: inline-block;
    vertical-align: middle;

}

.index-product-list{
    width: 90%;
    display: block;
    margin: 70px auto;
    font-size: 0;
}

.index-product-list li{
    width: 500px;
    max-width: 100%;
    height: 430px;
    display: inline-block;
    border-top: 10px solid #000;
    box-sizing: border-box;
    margin: 0 35px;
}
.index-product-list li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;

}
.product-icon{
    width: 60px;
    max-width: 100%;
    height: 60px;
    display: none;
    position: absolute;

}

.slick-prev:before{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/prev.png');
}
.slick-prev{
    left: -50px;
}
.slick-next:before{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/next.png');
}
.slick-next{
    right: -20px;
}
.index-product-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.index-product-img-title{
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    background-color: #000;
    letter-spacing: 3px;
    position: absolute;
    bottom: 0;
    z-index: 10;

}
.more{
    width: 300px;
    max-width: 100%;
    font-size: 25px;
    background-color: #000;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    transition: all .4s linear;
    display: block;
    letter-spacing: 3px;
}

.about{
    width: 100%;
    height: 650px;
    display: block;
    background-size: cover;
    background-image: url('../img/about-bg.jpg');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.about-img-title{
    width:50%;
    max-width: 100%;
    display: block;
    position: absolute;
    top: 33%;
    right: 14%;
}
.about-box{
    width: 1400px;
    height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.about-left{
    width: 50%;
    height: 100%;
    display: inline-block;
   
}
.about-left .title{
    display: block;
    margin: 0 auto;
    height: 100%;
    font-size: 50px;
    text-align: center;
    writing-mode: vertical-lr;
    color: #FFF;
    letter-spacing: 3px;
    text-shadow: rgba(0,0,0,0.7) 2px 3px 2px ;
}

.about-right{
    width: 50%;
    height: 100%;
    display:inline-block;
    background-color: rgba(0,0,0,0.4);
    vertical-align: top;
    position: relative;
}

.about-p{
    width: 100%;
    padding: 0 45px;
    box-sizing: border-box;
    padding-top: 110px;
    line-height: 1.6;
    text-align: justify;
}
.about-p p{
    font-size: 22px;
    color: #FFF;
    letter-spacing: 3px;
    padding-bottom: 35px;
}
.about-p p span{
    padding-left: 100px;
}

.about-logo{
    width: 200px;
    max-width: 100%;
    display: block;
    position: relative;
    float: right;
    top: -50px;
}
.contact-box{
    width: 1200px;
    max-width: 100%;
    height: 700px;
    display: block;
    font-size: 0;
    margin: 0 auto;
}
.contact-left, .contact-right{
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.contact-left{
    background-color: #000;
    background-repeat: no-repeat;
}
.contact-left> .title{
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    color: #FFF;
    padding-bottom: 15px;
}
.contact-left .title2{
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    color: #FFF;
    padding-bottom: 20px;
}
.contact-form{
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.contact-form li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.contact-form li input {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    font-size: 22px;
    font-family: "微軟正黑體";
    letter-spacing: 3px;
    padding-left: 10px;
    color: #000;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.contact-form textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    resize: none;
    font-size: 22px;
    letter-spacing: 3px;
    padding-left: 10px;
    font-family: "微軟正黑體";
}

.button {
    width: 120px;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    color: #000;
    border: 0;
    padding: 5px 10px;
    font-family: inherit;
    cursor: pointer;
}

.contact-info{
    margin-top: 30px;
    margin-left: 100px;
    font-size: 0;
    height: 165px;
}

.contact-info .title{
    height: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    writing-mode: vertical-lr;
    color: #FFF;
    display: inline-block;
}

.contact-info-list{
    display: inline-block;
    margin-left: 5px;
    border-left:1px solid #FFF;
    vertical-align: top;
    line-height: 1.6;
}
.contact-info-list li{
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFF;
}

.contact-info-list li:last-child{
    padding-bottom: 0;
}

.contact-right{
    overflow: hidden;
}

.index-product .index-title{
    margin-left: 50px;
}