@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
/*------------ article ------------*/
.article-list .item .name {
    font-weight: 500;
}
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box:hover .name{
    color: #17a98a;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #34BC4B;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #F2856C;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .box .name,.products-list.type2 .name{
    color:#333333;
    font-size: 17px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    letter-spacing: 0.05em;
    margin: 0px 0 5px;
}
.products-list .box:hover .name{
    color: #28B941;
}
.products-list.type2 .description,.products-list .description{
    color: #898E86;
    letter-spacing: 0.05em;
}
.products-list .box:hover .description{
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: "NEW";
    position: absolute;
    z-index: 10;
    top: -18px;
    left: -18px;
    width: 80px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
    box-sizing: border-box;
    color: #fff;
    background: #27b348;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.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: 'Montserrat';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.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;
}
.products-list .pic:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px){
    /*列表通用 index、products*/
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #35BD4C;
}
.album-list .item .name{
    color: #35BD4C;
}
.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.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
.album-sect.masonry-album-sect .title{
    margin: 0 0 40px;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #333333;
}
.container .masonry-list.album-list .item .name:hover{
    color: #35BD4C;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}

/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    /* display: none; */
}
.news-list .item .box{
    padding: 30px;
    background: #FCFCFC;
    transition: all .3s ease;
    margin: 0 auto 0px;
}
.news-list .item:hover .box{
    background: #FFFFFF;
}
.news-list .txt {
}
.news-list .btn.more{
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .txt {
    padding: 0px;
}
.news-list .item .box:hover{
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.184);
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #35BD4C;
    width: 100%;
    padding-top: 13px;
    margin-top: 15px;
    background: #FCFCFC;
    height: 15px;
    font-family: "Montserrat", sans-serif;
}
.news-list.type4 .item .box:hover .date{
    background: linear-gradient(
        to bottom,
        rgb(40, 185, 65) 0%,
        rgb(0, 0, 254) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.news-list.type4 .item .date .day {
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: auto;
    line-height: 0.8;
    letter-spacing: 0;
    margin-bottom: 0px;
    font-size: 17px;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.news-list.type4 .date .month {
    order: unset;
}
.news-list.type3 .item .name{
    margin: 15px 0 10px;
}
.news-list .item .name{
    color: #333333;
    font-size: 17px;
    margin: 0px 0 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.news-list .item:hover .name{
    color: #35BD4C;
}
.news-list .box:hover .name{
}
.news-list .item .description{
    color: #666;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
}
.news-list .date,
.news-list.type3 .date{
    font-size: 17px;
    font-family:"Montserrat", sans-serif;
    font-weight: 600;
}
.news-list.type3 .day {
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
}
.news-list.type4 .item,
.news-list.type3 .item {
    padding: 0px 20px 0 0;
    border-left: 3px solid;
    border-image: linear-gradient(to bottom, rgba(40,185,65,0.3) 0%, rgba(0,0,254,0.3) 100%);
    border-image-slice: 1;
}
.news-list.type4 .item:hover,
.news-list.type3 .item:hover {
    border-left: 3px solid;
    border-image: linear-gradient(to bottom, rgb(40,185,65) 0%,  rgb(0,0,254) 100%);
    border-image-slice: 1;
}
.news-list .date .month,
.news-list .date .years {
    font-size: 17px;
}
.news-list.type3:before {
    width: 0px;
}
.news-sect .news-list.type4 .item:nth-child(n) {
    /* width: 325px; */
    position: relative!important;
    left: auto!important;
    top: auto!important;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/banner_bg.webp) no-repeat;
    position: absolute;
    top: 13%;
    bottom: 10%;
    left: calc(50% - 975px);
    width: 1920px;
    z-index: -1;
}
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner .slick-arrow,
.banner_m .slick-arrow {
    width: 65px;
    height: 89px;
    padding: 0;
    border: 0;
    margin-top: -75px;
    position: absolute;
    top: 50%;
    z-index: 80;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: opacity 0.3s ease;
}
/* 三角形外框 */
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        url('../../../images/layout01/common/index/arrow_wire.svg')
        center / 100% 100% no-repeat;
    pointer-events: none;
}
/* 三角形內層 */
.banner .slick-arrow::after,
.banner_m .slick-arrow::after {
    content: "";
    position: absolute;
    inset: 16px 8px 16px 15px;
    background:
        url('../../../images/layout01/common/index/arrow.png')
        -30% center / 50px auto no-repeat,
        rgba(51, 51, 51, 0.5);

    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    pointer-events: none;
}

/* 三角形外框 */
.banner .slick-arrow:hover::before,
.banner_m .slick-arrow:hover::before {
    background-color: #28B941;
    -webkit-mask: url('../../../images/layout01/common/index/arrow_wire.svg')
        center / 100% 100% no-repeat;
    mask: url('../../../images/layout01/common/index/arrow_wire.svg')
        center / 100% 100% no-repeat;
}
/* 三角形內層 */
.banner .slick-arrow:hover::after,
.banner_m .slick-arrow:hover::after{
    background:
        url('../../../images/layout01/common/index/arrow.png')
        -30% center / 50px auto no-repeat,
        #28B941;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}


.banner .slick-prev,
.banner_m .slick-prev{
    left: -100px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: -100px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    /* background: url('../../../images/layout01/common/index/arrow.png') no-repeat rgba(0, 0, 0, 1);
    background-size: contain; */
}.banner .slick-dots,
.banner_m .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    list-style-type: none;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    border: solid #A0A092 1px;
    width:  8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    border: solid #28B941 1px;
    background: #28B941;
    border-radius: 30px;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    color: #878C85;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
    font-weight: normal;
}
.title span{
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #333333;
}
.title span::first-letter{
    color: #27B840;
}
.title h2{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.title h2::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #28B941;
    background: -moz-linear-gradient(left, #0C2CD4 0%, #28B941 100%);
    background: -webkit-linear-gradient(left, #0C2CD4 0%,#28B941 100%);
    background: linear-gradient(to right, #0C2CD4 0%,#28B941 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C2CD4', endColorstr='#28B941',GradientType=1 );
    margin: 0 10px 6px 2px;
}
.title h2::after{
    content: '';
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #28B941;
    background: -moz-linear-gradient(left, #28B941 0%, #0C2CD4 100%);
    background: -webkit-linear-gradient(left, #28B941 0%,#0C2CD4 100%);
    background: linear-gradient(to right, #28B941 0%,#0C2CD4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28B941', endColorstr='#0C2CD4',GradientType=1 );
    margin: 0 2px 6px 10px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.album-sect, .about-sect, .article-sect,.contact-sect ,.banner,.articles-sect{
    position: relative;
    z-index: 2;
}
.index_more{
    display: block;
    position: relative;
}
.index_more a{
    width: 200px;
    height: 55px;
    background: linear-gradient(
        270deg,
        rgb(52,188,75),
        rgba(0, 102, 153),
        rgb(52,188,75),
        rgb(52,188,75)
    );  
    background-size: 500%;
    transition: all .3s ease-in-out;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_more a span{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1px;
    transition: all .3s ease;
    margin: 0;
    text-align: center;
}
.index_more a span::first-line {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all .3s ease;
}
.index_more a:hover {
    animation: grahover 4s linear infinite;
}
@keyframes grahover {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    margin-top: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    background: #F7F7F7;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 50%;
    padding-left: 100px;
    padding-top: 100px;
}
.about-sect .container{
    position: static;
    padding: 0px;
    max-width: unset;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 50%;
    height: auto;
    text-align: left;
}
.about-sect .col.pic:before{
    content: '';
    display: block;
    /* background: url(../../../images/layout01/common/index/text1.webp) 100% no-repeat; */
    margin: 0px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 896px;
    height: 202px;
    text-align: right;
}
.about-sect .col.pic img{
    min-height: 450px;
    object-fit: cover;
}
.about-sect .index_more{
    margin: 20px 0;
}
.about-sect .title{
    margin-bottom: 10px;
    text-align: left;
}
/* .about-sect .title h2{
    font-weight: normal; 
    font-size: 23px;
    letter-spacing: 1px;
    text-indent: 0px;
    line-height: 1.31;
    margin: 0;
} */
.about-sect .title h2:before {
    display: none;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    color: #767676;
    position: relative;
    line-height: 1.75;
    letter-spacing: 0.1em;
    width: 75%;
    font-size: 16px;
}
.t_about{
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #28B941;
}
.t_about p{
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #878C85;
    margin: 0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../../../images/layout01/common/index/new_bg.webp) 100% repeat;
    background: #EEEEEE;
}
.news-sect .index_more{
    margin: 20px auto 0;
    display: none;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list.type2 .date {
    font-size: 17px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #28B941;
}
.news-list.type2 .item .box:hover .date {
    background: linear-gradient(
        to bottom,
        rgb(40, 185, 65) 0%,
        rgb(0, 0, 254) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.news-list.type2 .day {
    margin-top: 5px;
    line-height: 23px;
}
.news-list.type2 .date .month, .news-list.type2 .date .years {
    font-size: 17px;
    letter-spacing: 0;
}
.news-list.type2 .date .years:before {
    content: '';
}
.news-list.type2 .day:before {
    content: '.';
}
.news-list.type2 .date .month:before {
    content: '.';
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    background: #28B941;
    font-family: 'Montserrat';
    color: #ffffff;
    border-radius: 0px;
    font-weight: 500;
    width: 130px;
}
.news-list .box:hover .btn.more {
    background: #28B941;
    color: #ffffff;
}
.news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.news-list.type4 {
   height: auto !important;
}
.news-list.column4 .item {
    width: 20%;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
/* .news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%
} */
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
    width: 25% ;
}
.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; */
    display: none;
}
.news-list.onlyitem-list .item .box .txt{
    /* width: calc(100% - 312px); */
    box-sizing: border-box;
    padding: 0px;
}
.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: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 30px;
    margin-bottom: 5px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more{
    display: none;
}
.products-sect{
    position: relative;
    z-index: 10;
    padding-top: 200px
}
.products-sect::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../../../images/layout01/common/index/products_bg.webp) 50% top no-repeat fixed;
    background-size: cover;
    width: 100%;
    min-height: 394px;
    top: 0;
}
.products-sect .container {
    background: #F7F7F7;
    max-width: 1435px;
    padding: 50px 80px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    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: 30px 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: 0;
}
/*!少量排版*/
/*------------ service ------------*/
/* .service-sect .title span {
    color: #FFFFFF;
}
.service-sect .title span::first-letter{
    color: #FFFFFF;
}
.service-sect .title h2 {
    color: #FFFFFF;
}
.service-sect .title h2:before {
    display: none;
}
.service-sect .title h2:after {
    display: none;
} */
.service-sect{
    background: #EEEEEE;
    margin-bottom: 70px;
}
.service-sect:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/service_bg01.webp) 100% no-repeat fixed;
    background-position: center;
    background-size: 100%;
    min-height: 900px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.service-sect .container{
    max-width: unset;    
    padding: 0 0px;
}
.service-sect .title{
    background: rgba(255,255,255,1);
    margin: 0px 0 0px;
    padding: 40px;
}
.service-sect .editor{
    /* padding: 30px 5% 30px;
    background: #FFFFFF; */
}
.service-sect .index_more{
    display: none;
}
.service-box >.flex{
    display: block;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0px 5% 0px;
}
.service-box{
    position: relative;
    width: 100%;
    text-align: center;
    color: #666;
    margin-top: -635px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    background-size: cover;
    padding: 70px 0;
}
.album-sect .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 400px;
}
.album-sect .container{
    display: flex;
    justify-content: space-between;
}
.masonry-album-sect .title h2:before {
    display: inline-block;
}
.album-sect .index_more{
    position: absolute;
    top: 255px;
}

/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    text-align: center;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    /* margin: auto; */
}
.onlyitem-sect .index_more{
    display: none;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.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 .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.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;
}
/*------------ intro -------------*/
.intro-sect{
    padding: 50px 0 90px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #28B941;
    margin-bottom: 10px;
}
.intro-box .intro-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #333333;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
}
.intro-description{
    letter-spacing: 0.15em;
}
.intro-box .intro-title::before {
}
/*------------ faq -------------*/
.faq-sect{
    padding: 25px 0 70px;
    background: #f9f9f9;
}
.faq-sect .title {
    padding-bottom: 0;
    margin: 0 0 10px;
}
.faq-box {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    padding: 35px 20px 40px;
}
.faq-list{
    padding: 0 15px;
    margin: 0;
}
.faq-item{
    border-bottom: 1px dashed #bbb;
    list-style-type: none;
}
.faq-question{
    position: relative;
    color: #333333;
    font-size: 17px;
    min-height: 27px;
    padding: 32px 5px 32px 75px;
    cursor: pointer;
    transition: all 0.3s;
}
.faq-question h3{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}
.faq-question i{
    display: none;
}
.faq-question:before{
    content: '';
    display: block;
    background: url('../../../images/layout01/common/faq/accordion.png') no-repeat #28B941;
    width: 53px;
    height: 53px;
    border-radius: 50px;
    position: absolute;
    top: 20px;
    left: 5px;
}
.faq-question:hover:before{
    background-color: #54DA6B;
}
.faq-item.active .faq-question:before{
    background-position: 0 100%;
}
.faq-item:hover .faq-question,
.faq-item.active .faq-question{
    color: #333333;
}
.faq-answer{
    margin: 0 0 35px 75px;
    background: #F2F2F2;
    border-radius: 8px;
    padding: 15px 20px;
    color: #28B941;
    display: none;
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
}
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    background: #28B941;
    margin: 30px auto 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    color: #FFF;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
}
.faq-box .reserve-more-btn:hover {
    background: #333333;
    box-shadow: 0px 5px 20px 4px #ddd;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1680px){
    .about-sect .col.txt {
        padding-left: 50px;
        padding-top: 50px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 90%;
    }
    .service-box >.flex {
        padding: 0px 0% 0px;
    }
}
@media screen and (max-width: 1440px){
    /* .service-sect .editor {
        padding: 70px 1% 70px;
    }
    .service-sect .title {
        padding: 30px;
    } */
    .about-sect .col.txt {
        padding-left: 30px;
        padding-top: 30px;
        width: 60%;
    }
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
        width: 40%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
    .about-sect .txt-box{
    }
}
@media screen and (max-width: 1280px){
    .products-sect{
    }
    .service-sect {
        margin-bottom: 0px;
    }
}
@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 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
    
    /* .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        margin: 0px;
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect .editor{
        border:none;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .service-sect:before{
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% auto;
        min-height: 500px;
    } */
}
    @media screen and (max-width: 1000px){
    .service-sect:before{
        content: '';
        display: block;
        background: url(../../../images/layout01/common/index/service_bg01.webp) 100% no-repeat;
        background-repeat: no-repeat;
        background-position: center top -150px;
        background-size: cover;
        min-height: 800px;
        margin: 0;
    } 
    .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;
    }
    .intro-sect {
        padding: 40px 10px;
    }
    .intro-box .intro-sub-title {
        font-size: 17px;
    }
    .intro-box .intro-title {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .about-sect{
        padding: 30px 0;
        background-repeat: no-repeat;
        background-position: 100% 70%;
        background-size: auto;
        background-attachment: inherit;
    }
    .about-sect .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .container {
        padding: 0 15px;
        max-width: 1330px;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }
    .about-sect .txt-box{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .index_more{
        margin: 20px 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{
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
    }
    .album-sect .title h2:before {
        display: inline-block;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    /* .news-sect .title span,.products-sect .title span,.album-sect .title span{
        font-size: 24px;
    } */
    .title span {
        font-size: 50px;
    }
    .title h2 {
        font-size: 20px;
    }
    .about-sect .title {
        text-align: center;
    }
    .about-sect .title h2:before {
        display: inline-block;
    }
    .products-sect .title{
        /* background: none;
        font-size: 20px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        top: -60px; */
        padding-top: 50px;
    }
    .products-sect .container {
        padding: 0 15px;
        max-width: 1330px;
    }
    .news-sect{
        padding: 30px 0 0px;
    }
    .news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
        width: 100% !important;
    }
    .products-box{
        padding: 8px 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        padding-top: 30px;
        background: none;
        margin-bottom: 20px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        margin: 0 0 40px;
        text-align: center;
    }
    .album-sect .index_more{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: fit-content;
        margin: 20px auto;
        text-align: center;
    }
    .album-sect .title h2,.album-sect .index_more a span{
        position: static;
        margin:0 auto;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .faq-sect {
        padding: 20px 0 50px;
    }
    .faq-sect .title {
        margin-bottom: 0;
    }
    .faq-box .faq-list {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
    .faq-question:before{
        background-size: 30px auto;
        width: 30px;
        height: 30px;
        left: 0;
    }
    .faq-question{
        padding: 23px 0 23px 40px;
    }
    .faq-answer{
        margin: 0 0 25px;
    }
    .products-list .box.new:before {
        width: 75px;
        height: 50px;
        padding-bottom: 7px;
    }
    .t_about p {
        text-align: left;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .service-sect{
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .products-list .box.new:before {
        top: -12px;
        left: -13px;
        width: 55px;
        height: 35px;
        padding-bottom: 4px;
        font-size: 12px;
    }
    .album-list.type1 .item .name {
        height: unset;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}