@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 0px;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.products-list .pic:before{
        background: -moz-linear-gradient(top,  rgba(189,135,32,0) 0%, rgba(189,135,32,.5) 99%, rgba(189,135,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(189,135,32,0) 0%,rgba(189,135,32,.5) 99%,rgba(189,135,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(189,135,32,0) 0%,rgba(189,135,32,.5) 99%,rgba(189,135,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD8720', endColorstr='#BD8720',GradientType=0 ); /* IE6-9 */
}
.products-list.type4 .pic:before ,
.products-list.type2 .pic:before{
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87caac+0,87caac+99&0+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(189,135,32,0) 0%, rgba(189,135,32,.5) 99%, rgba(189,135,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(189,135,32,0) 0%,rgba(189,135,32,.5) 99%,rgba(189,135,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(189,135,32,0) 0%,rgba(189,135,32,.5) 99%,rgba(189,135,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD8720', endColorstr='#BD8720',GradientType=0 ); /* IE6-9 */
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list.type4 .box:hover .pic:before,
.products-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 0.8;
}
.products-list.type2{
    margin: 0 -20px;
}
.products-list.type2 .item{
    padding: 0 20px;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    padding: 15px 20px 20px;
    background: #FFFFFF;
}
.products-list.type2 .name {
    margin: 0px 0 5px;
    line-height: 28px;
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.products-list .box .name{
    color: #1e4b25;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #BD8720;
}
.products-list .box .description{
    color: #787878;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1e4b25;
    color: #FFFFFF;
    font-family: "Noto Sans TC", sans-serif;    
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 2;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: none;
}
.products-list.type2 .box:hover .more{
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list.type2{
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
    .products-list .box.new:before{
        width: 52px;
        height: 25px;
        line-height: 26px;
        font-size: 14px;
    }
    .products-list .box .name{
        font-size: 17px;
    }
    .products-list .box .description{
        font-size: 14px;
    }
    .products-list.type2 .txt {
        padding: 12px 15px 15px;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    background: #FFFFFF;
    border: 1px solid rgba(167,169,172,0.50);
}
.news-list .item .box{
    transition: all .2s;
}
.news-list.type4{
    margin: 0 -20px;
}
.news-list.type4 .item{
    margin-bottom: 45px;
    padding: 0 20px;
}
.news-list.type4 .item .box{
    max-width: 295px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type3 .item{
    border-left: solid 1px rgba(167,169,172,0.50);
}
.news-list.type3:before{
    display: none;
}
.news-list .date{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal !important;
    color: #1e4b25;
}
.news-list.type2 .date .years,
.news-list.type2 .date .month,
.news-list.type2 .date .day{
    font-weight: normal;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: transparent;
}
.news-list.type2 .date{
    font-weight: normal;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    background: #1e4b25;
}
.news-list.type4 .item .box:hover .date{
    background: #BD8720;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    padding: 0;
    line-height: 1;
    left: 0;
    top: 25px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.6;
    margin-bottom: -10px;
    font-size: 35px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.news-list.type4 .txt{
    box-sizing: border-box;
    padding: 15px 20px 20px;
}
.news-list .txt{
    position: static;
    min-height: inherit;
}
.news-list .box .name{
    color: #1e4b25;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #BD8720;
}
.news-list .box .description{
    color: #787878;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 0;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.news-list .box:hover .btn.more {
    background: #BD8720;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #1e4b25;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4{
        margin: 0 -10px;
    }
    .news-list.type4 .item{
        padding: 0 10px;
    }
    .news-list .box .name{
        font-size: 17px;
    }
    .news-list .box .description{
        font-size: 14px;
    }
    .news-list.type4 .txt {
        padding: 12px 15px 15px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
        text-align: center;
    }
    .news-list.type4 .item .date .day{
        font-size: 30px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.album-list .item .name{
    color: #7b6956;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}

/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
.banner{
    height: auto !important;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    /* height: 100%!important; */
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 79.5%;
    z-index: 100;
    cursor: pointer;
    background: rgba(0, 0, 0, .6);
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06/common/index/arrow.png) no-repeat;
    background-size: 70px;
}
.banner .slick-arrow:hover:before,
.banner_m .slick-arrow:hover:before {
    background-position: 100% 100%;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(180deg);
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-left: -70px;
}
.banner .slick-next,
.banner_m .slick-next{
    background-position: 100% 0;
    margin-right: -69px;
    border-left: rgba(229, 229, 229,.5) 1px solid;
}
.banner .slick-arrow:hover,
.banner_m .slick-arrow:hover{
    background: #BD8720;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: normal;
}
.title h2{
    position: relative;
    color: #484848;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: normal;
    margin: 0;
}
.title span{
    position: relative;
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    color: #1e4b25;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 10px;
}
.title span::before{
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: rgba(167,169,172,.5);
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.banner_m,.articles-sect{
    position: relative;
    z-index: 2;
}
.index_more {
    position: relative;
    display: block;
    width: 165px;
    height: 55px;
    line-height: 55px;
    background: #1e4b25;
    color: #FFFFFF;
    font-size: 0;
    text-align: center;
    transition: all .3s ease;
    margin: 0;
    z-index: 20;
}
.index_more a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.index_more a span{
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: "Noto Sans TC", sans-serif;
}
.index_more:hover{
    background: #BD8720;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    position: relative;
}
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 0;    
    background: url(../../../images/layout06/common/index/about_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.about-sect .container{
    position: relative;
}
.about-sect .row{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 72px 0 ;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.pic{
    position: absolute;
    width: fit-content;

    height: 100%;
    margin: 0;
    margin-right: auto;
    order: 1;
    z-index: 1;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 55%;
    float: left;
    margin-left: auto;
    z-index: 2;
    order: 2;
}
.about-sect .title{
    position: relative;
    text-align: left;
    line-height: 1.1;
    margin: 0 0 15px;
}
.about-sect .title h2{
    position: absolute;
    left: 153px;
    top: 34px;
}
.about-sect .title span{
    position: relative;
    line-height: 1.1;
}
.about-sect .title span::before{
    position: absolute;
    left: 153px;
    top: 25px;
    margin: 0;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 720px;
    padding: 40px 50px 60px;
    margin-left: auto;
    background: #FFFFFF;
    border: 1px solid rgba(167, 169, 172, 0.50);
}
.about-sect .txt-box .index-about-editor{
    padding-top: 0;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    color: #787878;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
}
.about-sect .index_more{
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-sect .txt .tag{
    display: none;
}

/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 100px 0 72px;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.service-box >.flex{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .title{
    position: relative;
    text-align: left;
    margin: 0;
    top: 0px;
}
.service-sect .title span::before{
    margin: 0;
}
.service-sect .editor{
}
.service-sect .index_more{
    position: absolute;
    left: 0;
    top: 154px;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 60px 0 60px;
    background: #F6F6F6;
}
.articles-sect .title{
    position: relative;
}

.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}

/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 96px 0 96px;
    background: url(../../../images/layout06/common/gbg.jpg) 50% 50%  repeat;
    z-index: 10;
}
.products-sect::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 418px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: linear-gradient(to right,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-sect::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 418px;
    margin:  0 auto;
    background: url(../../../images/layout06/common/index/p_bg.jpg) 50% 0%  no-repeat;
    background-size: auto;
    background-attachment: fixed;
    z-index: -1;
}
.products-sect .container{
}
.products-sect .title{
    position: relative;
}
.products-sect .title span{
    color: #FFFFFF;
}
.products-sect .title h2{
    color: #FFFFFF;
}
.products-sect > .container{
    max-width: 1600px;
}
.products-box{
    margin: 0px auto 0;
    max-width: 1330px;
    padding-bottom: 0;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .index_more{
    display: none;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 88px 0 55px;
}
.news-sect .title{
    position: relative;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect {
    background: transparent;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: #1e4b25;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin: 10px 0;
    padding: 0 15px;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list.type1 .item .name {
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0.05em;
    height: auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-weight: normal;
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(30,75,37,.6);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect .title{
    position: relative;
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 2560px){
    .about-sect .a_deco {
        position: absolute;
        display: block;
        left: inherit;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .news-sect .n_deco {
        position: absolute;
        display: block;
        right: inherit;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
}
@media screen and (max-width: 1920px){
    .about-sect .a_deco {
        left: 76.6%;
        right: inherit;
    }
    .news-sect .n_deco {
        right: 81.94%;
        left: inherit;
    }
}

@media screen and (max-width: 1440px){
    .about-sect .index_more {
        right: calc(100% + 30px);
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.pic{
        width: 75%;
    }
    .about-sect .col.txt{
        width: 62%;
    }
    .about-sect .index_more {
        right: calc(100% + 40px);
    }
    .service-box >.flex {
        display: flex;
        flex-direction: column;
    }
    .service-sect .title{
        top: 0;
        text-align: center;
        margin: 0 auto 40px;
    }
    .service-sect .title span::before{
        margin: 0 auto;
    }
    .service-sect .index_more{
        right: 0;
        left: 0;
        bottom: -48px;
        top: inherit;
        margin: 0 auto;
    }
    .products-sect::before,
    .products-sect::after{
        height: 384px;
    }
    .about-sect {

    }
    .about-sect .row {
        padding: 56px 0;
    }
    .service-sect {
        padding: 48px 0 48px;
    }
    .products-sect {
        padding: 64px 0 64px;
    }
    .news-sect {
        padding: 58px 0 36px;
    }
}

@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .title {
        margin:  0 auto 30px;
    }
    .service-sect .title{
        margin: 0 auto 30px;
    }
    .about-sect {
        padding: 55px 0 55px;
    }
    .service-sect {
        padding: 55px 0 55px;
    }
    .products-sect {
        padding: 55px 0 55px;
    }
    .news-sect {
        padding: 50px 0 30px;
    }
    .title span{
        font-size: 26px;
        margin-bottom: 5px;
    }
    .title h2{
        font-size: 22px;
    }
    .title span::before{
        bottom: 0;
    }
    .index_more{
        width: 140px;
        height: 45px;
        line-height: 45px;
    }
    .index_more a span{
        font-size: 15px;
    }
    .about-sect .row{
        flex-direction: column;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        max-width: 600px;
        margin: 0 auto 0px;
    }
    .about-sect .col.pic img{
        min-height: inherit;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
    }
    .about-sect .title{
        display: flex;
        text-align: center;
        margin: 0 auto 15px;
            flex-direction: column;
        align-items: center;
    }
    .about-sect .title span::before {
        left: 0;
        right: 0;
        top: inherit;
        bottom: -5px;
        margin: 0 auto;
    }
    .about-sect .title h2{
        position: relative;
        color: #484848;
        font-size: 22px;
        letter-spacing: 0;
        line-height: 1.2;
        font-weight: normal;
        margin: 0;
        left: inherit;
        top: inherit;
        padding-top: 8px;
    }
    .about-sect .col.pic{
        position: static;
    }
    .about-sect .col.pic img{
        max-width: 100%;
        height: auto!important;
    }
    .about-sect .txt-box .index-about-editor{
        padding-top: 0;
    }
    .about-sect .txt-box .index-about-editor .editor{
        padding:0 0px;
        font-size: 15px;
        -webkit-line-clamp:inherit;
        height: auto;
    }
    .about-sect .txt-box{
            padding: 25px 30px 40px;
    }
    .about-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 24px auto 0;
        bottom: inherit;
    }
    .service-sect .index_more{
        bottom: -55px;
    }
    .products-sect::before, .products-sect::after {
        height: 290px;
    }
    .products-sect::after{
        background-attachment: inherit;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .service-box > .flex{
        display: block;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}