@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

.wrapper{
    background: #FFFFFF;
}
.wrapper::before{
    content: '';
    position: absolute;
    display: block;
    width: 867px;
    height: 646px;
    background: url(../../../images/layout01/common/index/header_lt.png) center no-repeat ;
    top: -3.95%;
    left: -8.4%;
}
.wrapper::after{
    display: none;
}
.site-header {
    background: transparent;
}
.banner::before{
    display: none;
}
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #4BA552;
    color: #fff;
    font-family: 'GenSenRounded' !important;
    transition: all .3s ease;
    border-radius: 30px;
    line-height: 42px;
}
.news-list .box:hover .btn.more {
    background: #FD9304;
    color: #fff;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: url(../../../images/layout01/common/news/hover.png) 50% 60% no-repeat rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    display: none;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date{
    font-family: "Noto Sans TC", sans-serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    background: #4BA552;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #FD9304;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -38px 0px 12px;
    padding: 0;
    line-height: 0.5;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.5;
    margin-bottom: -8px;
    font-size: 35px;
}
.news-list.type3 {
    position: relative;
    margin: 0 -15px;
    z-index: 5;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    border-left: none;
    padding: 0 15px;
    margin: 5px 0px 20px;
}
.news-list.type3 .date{
    color: #4BA552;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}
.news-list.type3 .date .day, .news-list.type3 .date .month, .news-list.type3 .date .years{
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin: 0;
}
.news-list.type3 .box:hover .date{
    color: #FD9304;
}
.news-list .date{
    font-family: 'GenSenRounded' !important;
    font-weight: normal;
    letter-spacing: 0.025em;
}
.news-list.type3 .item .name{
    font-size: 17px;
    font-weight: 400;
    height: auto;
    margin:  0 0 5px;
}
.news-list.type3 .description {
    -webkit-line-clamp: 2;
    max-height: 40px;
}
.news-list .item .name{
    color: #051F11;
    font-family: 'GenSenRounded' !important;
    letter-spacing: 0.03em;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #4BA653;
}
.news-list .item .description{
    color: #748177;
    letter-spacing: inherit;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}
.news-list.type2 .name {
    margin: 5px 0 5px;
}
.news-list.type2 .date{
    color: #4BA552;
    transition: all .3s ease;
}
.news-list.type2 .box:hover .date{
    color: #FD9304;
}
.news-list.type4{
    position: relative;
    margin: 0 -6px;
    z-index: 5;
}
.news-list.type4 .item{
    padding: 0 6px;
}
.news-list.type4 .description{
    max-height: 40px;
    -webkit-line-clamp: 2;
}
.news-list.type4 .txt {
    padding: 0 15px;
}
@media screen and (max-width: 1000px){
    .news-list.type3 .date{
        font-size: 15px;
    }
    .news-list.type3 .date .day, .news-list.type3 .date .month, .news-list.type3 .date .years{
        font-size: 15px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list.type3 .item {
        margin: 0px 0px 15px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 10px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -12px;
    position: relative;
    z-index: 5;
}
.products-list.type2 .item{
    padding: 0 12px;
    margin-bottom: 55px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list.type2 .txt {
    padding-top: 18px;
}
.products-list .box  .name{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1;
    font-family: "Noto Sans TC", sans-serif;
    transition: all .3s ease;
}
.products-list.type2 .name{
    -webkit-line-clamp: 1;
    max-height: 19px;
    margin-bottom: 8px;
}
.products-list .box:hover .name{
    color: #4BA552;
}
.products-list .description{
    color: #738077;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1.6;
    max-height: 52px;
}
.products-list .offers{
    color: #D80000;
}
.products-list .box .pic:before{
    opacity: 0;
    background: rgba(0,0,0,.2);
}
.products-list .box:hover .pic:before{
    opacity: 1;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png) no-repeat;
    width: 72px;
    height: 70px;
    position: absolute;
    z-index: 10;
    left: -15px;
    top: -45px;
}
.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: 'Roboto';
    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.type1{
    border-radius: 12px;
    overflow: hidden;
}
.products-list.type1 .pic{
    border-radius: 0;
    overflow: hidden;
}
@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;
    }
    .products-list.type2{
        margin: 0 -6px;
    }
    .products-list.type2 .item {
        padding: 0 6px;
        margin-bottom: 30px;
    }
    .products-list.type2 .txt {
        padding-top: 15px;
    }
    .products-list .box .name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .products-list .description{
        font-size: 14px;
    }
    .products-list .box.new:before{
        width: 54px;
        height: 52px;
        left: -6px;
        top: -24px;
        background-size: contain;
    }
    /*!列表通用 index、products*/
}
@media screen and (max-width: 767px) {
    .products-list.type1 .box .name{
        opacity: 0;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list .item .pic{
    border-radius: inherit;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.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;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.album-list.type2{
    border-radius: 12px;
    overflow: hidden;
}
.album-list.type1 .item .pic{
    border-radius: 0px;
}
.album-list.type2 .box .pic:before{
    background: rgba(0,0,0,.2);
}
.album-list.type1 .item .name{
    font-size: 18px;
}
.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 .box:hover .name{
    color: #4BA653;
    transition: all .3s ease;
}
.container .masonry-list.album-list .item .name{
    color: #051F11;
}
.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;
}

/*------------ banner ------------*/
.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{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat rgba(128,193,134,1);
    background-size: contain;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: -80px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: -80px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat rgba(75,165,83,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;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    cursor: pointer;
    background: none;
    border-radius: 100%;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    background: #dcdcdc;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before{
    background: #4BA653;
}
.banner .slick-dots li + li, 
.banner_m .slick-dots li + li{
    margin-left: 20px;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 50px;
}
.title span{
    display: block;
    font-size: 65px;
    font-weight: 1.2;
    font-weight: 600;
    letter-spacing: 0.025em;
    font-family: "Poppins", sans-serif;
    color: #4BA553;
}
.title h2{
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    color: #4BA552;
    margin: 0;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: absolute;
    width: 133px;
    height: 133px;
    text-align: center;
    text-indent: inherit;
    margin: 0px auto;
    line-height: 120px;
    border-radius: 100%;
    transition: all .3s ease;
    display:block;
    overflow: hidden;
    z-index: 20;
}
.index_more a{
    position: relative;
    font-size: 0;
    display: block;
    width: 133px;
    height: 133px;
    background: #EBF5EC;
    color: #ffffff;
    transition: all .3s ease;
}
.index_more a::before{
    content: '';
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #A4D1A6;
    border-radius: 100%;
    transition: all .3s ease;
}
.index_more a::after{
    content: '';
    position: absolute;
    display: block;
    width: 23px;
    height: 14px;
    left: 0;
    right: -25px;
    bottom: 45px;
    background: url(../../../images/layout01/common/index/more_arrow.png) 50% no-repeat ;
    margin: 0 auto;
}
.index_more a:hover{
    background: #FFF5D0;
}
.index_more a:hover:before{
    background: #FFDE59;
}
.index_more a span{
    position: relative;
    font-size: 17px;
    font-weight: lighter;
    font-family: "Poppins", sans-serif; 
    letter-spacing: 0.1em;
    z-index: 25;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect:first-child{
    background: transparent;
}
.article-sect{
    position: relative;
    padding: 60px 0px 40px;
    background: url(../../../images/layout01/common/bg.jpg) center repeat;
    z-index: 5;
}

/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 140px 0 140px;
}
.about-sect::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 274px;
    background: url(../../../images/layout01/common/index/a_bg_bottom.png) repeat-x ;
    background-size: cover;
    animation: 18s WaveAni linear infinite;
}

.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.pic{
    position: absolute;
    text-align: right;
    width: 34%;
    height: fit-content;
    right: 59.8%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 5;
    display: none;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
    margin: 0;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    max-width: 650px;
    float: inherit;
    z-index: 2;
    margin: 0 auto;

}
.about-sect .title{
    display: none;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box::before{
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 99px;
    top: 12%;
    right: calc(100% - 0px);
    background: url(../../../images/layout01/common/index/a_deco1.png)  no-repeat;
}
.about-sect .txt-box::after{
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height:80px;
    bottom: 8%;
    left: calc(100% + 42px);
    background: url(../../../images/layout01/common/index/a_deco2.png)  no-repeat;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.09em;
    line-height: 1.52;
    color: #94e27a;
    padding: 0;
    margin: 0 0 24px;
}
.about-sect .txt-box .index-about-editor .editor h4 > i{
    position: relative;
    display: inline-block;
    width:  29px;
    height: 29px;
    background: url(../../../images/layout01/common/index/in_ic.png)  no-repeat;
    margin: 0 4px 0px 2px;
    -webkit-animation: animeX--2 1.2s steps(2) infinite;
    animation: animeX--2 1.2s steps(2) infinite;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #051F11;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.3;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.about-sect .txt-box .index-about-editor .editor span{
    color: #4BA552;
}
.about-sect .index_more{
    display: none;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .app_item{
    position: relative;
    display: flex;
    width: 426px;
    justify-content: space-between;
    margin: 50px auto 0;
}
.about-sect .app_item .app_more1{
    position: relative;
    box-sizing: border-box;
    width: 196px;
    height: 58px;
    background: url(../../../images/layout01/common/index/apple_app.png) center no-repeat;
    font-size: 0;
    overflow: hidden;
}
.about-sect .app_item .app_more2{
    position: relative;
    box-sizing: border-box;
    width: 195px;
    height: 58px;
    background: url(../../../images/layout01/common/index/google_app.png) center no-repeat ;
    font-size: 0;
    overflow: hidden;
}
.about-sect .app_item .app_more1::before,
.about-sect .app_item .app_more2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70% 
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}
.about-sect .app_item .app_more1:hover::before,
.about-sect .app_item .app_more2:hover::before {
    animation: shine 1s ease-out infinite;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 80px 0 560px;
    background: url(../../../images/layout01/common/bg.jpg) center repeat ;
}
.service-sect::before{
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    height: 265px;
    width: 100%;
    background: url(../../../images/layout01/common/index/s_bg_bottom.png) center bottom no-repeat ;
    background-size: cover;
    display: none;
}
.service-sect::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 462px);
    display: block;
    max-width:1330px;
    height: 462px;
    background: url(../../../images/layout01/common/index/s_bottom_deco.png) center bottom no-repeat ;
    margin: 0 auto 0px;
}
.service-sect .container{
    padding: 0 15px;
    max-width: 1360px;
}
.service-sect .title{
    display: none;
}
.service-sect .index_more{
    display: none;
}
.service-sect .editor{
    padding: 0;
}
.service-box{
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #666;
    margin: 0 auto;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .s_tititem {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 72px;
}
.service-sect .s_tititem h4{
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 50px;   
    font-weight: bold;
    letter-spacing: 0.09em;
    line-height: 1.52;
    color: #4BA553;
    padding: 0;
    margin: 0 0 0;
}
.service-sect .s_tititem h4 span{
    color: #3981FA;
}
.service-sect .s_tititem h4 > i{
    position: relative;
    display: inline-block;
    width:  29px;
    height: 29px;
    background: url(../../../images/layout01/common/index/in_ic.png)  no-repeat;
    margin: 0 34px 4px 30px;
    -webkit-animation: animeX--2 1.2s steps(2) infinite;
    animation: animeX--2 1.2s steps(2) infinite;
}
.service-sect .s_gifitem{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px auto 0;
}
.service-sect .s_gifitem .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
    margin-bottom: 30px;
}
.service-sect .s_gifitem .s_col .s_pic{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 300px;
    height: fit-content;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 20px;
}
.service-sect .s_gifitem .s_col .s_pic img{
    max-width: 360px;
    object-position: center;
}
.service-sect .s_gifitem .s_col .s_txt{
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    color: #4BA653;
}

/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 170px 0 60px;
    z-index: 7;
}
.news-sect .title{
    text-align: left;
}
.news-sect .index_more{
    position: absolute;
    top: 0;
    left: 17.6%;
}
/**/
.news-sect  .n_bgblock{
    position: absolute;
    display: block;
    /* left: 87.65%; */
    top: 6.5%;
    width: 12.35%;
    height: auto !important;
    left: 100%;
    opacity: 0;
    transition: all 1.5s ease;
}
.loaded.news-sect  .n_bgblock{
    left: 87.65%;
    opacity: 1;
}
.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 .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.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 .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;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 60px 0 60px;
    z-index: 5;
}
.products-sect::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    bottom: -27.8%;
    background: url(../../../images/layout01/common/index/p_bg.png) no-repeat ;
    background-size: cover;
}
.products-sect .title{
    position: relative;
}
.products-sect .index_more{
    position: absolute;
    right: 15px;
    top: 0;
}
.products-sect .p_bg1 {
    position: absolute;
    right: 84.8%;
    top: -4.6%;
    z-index: 5;
}
.products-sect .p_bg1 .p_sun1{
    width: 211px;
    height: 211px;
    margin: auto;
}
.products-sect .p_bg2 {
    position: absolute;
    left: 89.2%;
    bottom: 37.5%;;
    z-index: 4;
}
.products-sect .p_bg2 .p_sun2 {
    width: 124px;
    height: 124px;
    margin: auto;
}
/**/
.products-sect .p_bgblock{
    position: absolute;
    display: block;
    /* right: 88.75%; */
    top: -16.5%;
    width: 11.25%;
    height: auto !important;
    right: 100%;
    opacity: 0;
    transition: all 1.5s ease;
}
.loaded.products-sect .p_bgblock{
    right: 88.75%;
    opacity: 1;
}
.products-sect .p_bgblock2{
    position: absolute;
    display: block;
    /* right: 90.85%; */
    bottom: -9.8%;
    width: 9.15%;
    height: auto !important;
    right: 100%;
    opacity: 0;
    transition: all 1.2s ease;
    transition-delay: .8s;
}
.loaded.products-sect .p_bgblock2{
    right: 90.85%;
    opacity: 1;
}
.products-list{
    position: relative;
    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: inherit;
    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;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect .album-list{
    position: relative;
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    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: #4BA552;
    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-weight: normal;
    letter-spacing: 0.03em;
    font-family: "Noto Sans TC", sans-serif;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    position: relative;
    padding: 60px 0 180px;
    z-index: 7;
}
.album-sect .container{
    display: flex;
}
.album-sect .title span{
    font-size: 30px;
    letter-spacing: 0.025em;
    color: #FFFFFF;
}
.album-sect .title h2{
    color: #FFFFFF;
}
.album-sect .title{
    position: relative;
    box-sizing: border-box;
    background: #34704C;
    width: 16.66%;
    height: 0;
    display: flex;
    box-sizing: border-box;
    /* padding: 0 0 16.66%; */
    padding: 11.4% 0 5.25% 1.5%;
    margin: 0;
    font-size: 21px;
    flex-direction: column-reverse;
    text-align: center;
    border-radius: 50% 0 0px 50%;
}
.album-sect .index_more{
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%; 
    border-radius: 0;
    position: relative;
    background: #34704C;
    border-radius: 0 50% 50% 0 ;
    overflow: hidden;
    transition: all .3s ease;
}
.album-sect .index_more a {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%
}
.album-sect .index_more a span{
    background: url(../../../images/layout01/common/index/album_more_ic.png) no-repeat;
    width: 41px;
    height: 41px;
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 30px);
    margin: auto;
}
.album-sect .index_more:hover{
    background: #4BA552;
}
.album-sect .index_more a::before,
.album-sect .index_more a::after{
    display: none;
}
.album-sect .a_bgblock{
    position: absolute;
    display: block;
    left: 63.1%;
    /* bottom: -81.2%; */
    width: 32.4%;
    height: auto !important;
    bottom: -100%;
    opacity: 0;
    transition: all 1.2s ease;
}
.loaded.album-sect .a_bgblock{
    bottom: -81.2%;
    opacity: 1;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
}
.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: url(../../../images/layout01/common/index/album_bg.jpg);
    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;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1680px){
    .about-sect .col.pic{
        right: calc(59.8% + 10%);
    }
    .news-sect .n_citem{
        left: calc(68.2% + 5%);
        top: calc(-36.4% + 5%);
    }
    .loaded.news-sect .n_bgblock {
        left: calc(87.65% + 5%);
    }
    .loaded.products-sect .p_bgblock {
        right: calc(88.75% + 5%);
    }
    .loaded.products-sect .p_bgblock2 {
        right: calc(90.85% + 5%);
    }
    .loaded.album-sect .a_bgblock {
        bottom: calc(-81.2% + 27.2%);
    }
    .about-sect .txt-box::after {
        left: calc(100% + 12px);
    }
}
@media screen and (max-width: 1440px){
    .banner .slick-prev, .banner_m .slick-prev {
        left: 15px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        right: 15px;
        transform: rotate(180deg);
    }
    .about-sect .col.pic{
        right: calc(59.8% + 15%);
    }
    .loaded.news-sect .n_bgblock {
        left: calc(87.65% + 15%);
    }
    .loaded.products-sect .p_bgblock {
        right: calc(88.75% + 15%);
    }
    .loaded.products-sect .p_bgblock2 {
        right: calc(90.85% + 15%);
    }
    .loaded.album-sect .a_bgblock {
        bottom: calc(-81.2% + 27.2%);
    }
    .products-sect .p_bg1{
        right: calc(84.8% + 5%);
        top: calc(-4.6% + 2%);
    }
    .products-sect .p_bg2{
        left: calc(89.2% + 5%);
    }
}
@media screen and (max-width: 1280px){
    .about-sect {
        padding: 93px 0 93px;
    }
    .service-sect {
        padding: 60px 0 340px;
    }
    .news-sect {
        padding: 113px 0 40px;
    }
    .products-sect {
        padding: 40px 0 40px;
    }
    .album-sect {
        padding: 40px 0 120px;
    }
    .about-sect::before{
        height: 182px;
    }
    .about-sect .col.pic{
        width: fit-content;
        right: calc(59.8% + 0%);
    }
    .about-sect .col.pic img{
        max-width: 485px;
        background-size: contain;
    }
    .service-sect .s_gifitem .s_col .s_pic img {
        max-width: 240px;
    }
    .news-sect .index_more{
        left: calc(17.6% + 5%);
    }
    .album-sect .title{
        padding: 12.4% 0 4.25% 1.5%;
    }
    .products-sect::before {
        top: calc(22% - 18%);
        bottom: calc(-27.8% + 18%);
    }
    .service-sect::after {
        top: calc(100% - 415px);
        display: block;
        max-width:887px;
        height: 415px;
        background-size: contain;
    }
}
@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;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1150px){
    .about-sect .col.pic{
        right: calc(59.8% + 8%);
    }
}
@media screen and (max-width: 1000px){
    .wrapper::before{
        display: none;
    }
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .banner .slick-dots li + li, .banner_m .slick-dots li + li {
        margin-left: 12px;
    }
    .index_more{
        width: 100px;
        height: 100px;
        line-height: 88px;
    }
    .index_more a{
        width: 100px;
        height: 100px;
    }
    .index_more a span {
        font-size: 13px;
    }
    .index_more a::before{
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .index_more a::after{
        width: 17px;
        height: 10px;
        background-size: contain;
        right: -24px;
        bottom: 35px;
    }
    .about-sect {
        padding: 64px 0 48px;
    }
    .service-sect {
        padding: 48px 0 220px;
    }
    .news-sect {
        padding: 32px 0 32px;
    }
    .products-sect {
        padding: 32px 0 32px;
    }
    .album-sect {
        padding: 32px 0 35px;
    }
    .title{
        margin: 0 0 30px;
    }
    .title span{
        font-size: 36px;
    }
    .title h2{
        font-size: 20px;
    }
    .about-sect::before {
        height: 120px;
    }
    .service-sect::before{
        height: 176px;
    }
    .about-sect .row{
        box-sizing: border-box;
        padding: 0px;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 28px;
        letter-spacing: 0.02em;
        margin: 0 auto 15px;
        text-align: center;
        width: fit-content;
    }
    .about-sect .txt-box::before{
        width: 60px;
        height: 49px;
        background-size: contain;
        right: calc(92% - 0px);
    }
    .about-sect .txt-box::after{
        width: 40px;
        height: 70px;
        background-size: contain;
        left: calc(95% + 0px);
    }
    .service-sect .s_tititem {
        margin-bottom: 24px;
    }
    .service-sect .s_tititem h4{
        font-size: 28px;
        letter-spacing: 0.02em;
    }
    .service-sect .s_gifitem .s_col .s_txt{
        font-size: 16px;
    }
    .service-sect .s_gifitem .s_col .s_pic{
        margin-bottom: 12px;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        text-align: center;
        margin:0 auto 32px;
    }
    .about-sect .col.pic{
        float: none;
        width: inherit;
        text-align: center;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: inherit;
        bottom: inherit;
        max-width: 520px;
        height: auto;
    }
    .about-sect .col.pic img {
        max-width: 100%;
    }
    .about-sect .txt-box .index-about-editor .editor h4 > i{
        transform: scale(.7);
        margin: 0 0px -4px 0px;
    }
    .service-sect .s_tititem h4 > i{
        transform: scale(.7);
        margin: 0 0px -4px 2px;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
        -webkit-line-clamp:inherit;
        height: auto;
        letter-spacing: 0.05em;
        overflow: visible;
        padding: 0 6px;
    }
    .about-sect .app_item{
        width: 319px;
        margin:28px auto 0;
    }
    .about-sect .app_item .app_more1,
    .about-sect .app_item .app_more2{
        width: 152px;
        height: 45px;
        background-size: contain;
    }
    .service-box{
        box-sizing: border-box;
        padding: 0 0;
    }
    .service-sect::after {
        top: calc(100% - 311px);
        display: block;
        max-width: 565px;
        height: 311px;
        background-size: contain;
    }
    .news-sect .title {
        text-align: center;
        margin: 0 0 24px;
    }

    .news-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 18px auto 0;
    }
    .products-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 0px auto 0;
    }
    .products-sect::before {
        top: calc(22% - 40%);
        bottom: calc(22% - 10%);
    }
    .products-sect .p_bg1{
        right: calc(84.8% + 0%);
        top: calc(-4.6% + 0%);
    }
    .products-sect .p_bg2{
        bottom: calc(37.5% - 5%);
    }
    .products-sect .p_bg1 .p_sun1{
        width: 105px;
        height: 105px;
    }
    .products-sect .p_bg2 .p_sun2{
        width: 62px;
        height: 62px;
    }
    .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%;
    }
    /*!少量排版*/
    .products-box{
        padding:  0;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }
    .album-sect.masonry-album-sect .title{
        margin: 0 auto 30px;
    }
    .masonry-list .item .namebox .name{
        margin: 0 0 0;
    }
    .album-sect .title{
        width: 100%;
        position: relative;
        margin: 0 auto 30px;
        padding: 0;
        text-align: center;
        font-size: inherit;
        border-radius: inherit;
        flex-direction: column;
        height: auto;
        background: transparent;
    }
    .album-sect .title span{
        display: block;
        font-weight: 1.2;
        font-weight: 600;
        letter-spacing: 0.025em;
        font-family: "Poppins", sans-serif;
        color: #4BA553;
        font-size: 36px;
    }
    .album-sect .title h2{
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.15em;
        font-weight: normal;
        font-family: "Noto Sans TC", sans-serif;
        color: #4BA552;
        margin: 0;
    }
    .album-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        padding: 0;
        width: 70px;
        height: 70px;
        margin: 35px auto 0;
        border-radius: 100%;
    }
    .album-sect .index_more a span{
        width: 30px;
        height: 30px;
        background-size: contain;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .loaded.news-sect .n_bgblock {
        left: calc(87.65% + 5%);
    }
    .products-sect .p_bgblock{
        top: -8.5%;
    }
    .loaded.products-sect .p_bgblock {
        right: calc(88.75% + 4%);
    }
    .products-sect .p_bgblock2{
        bottom: 0;
    }
    .loaded.products-sect .p_bgblock2 {
        right: calc(90.85% + 0%);
    }
    .loaded.album-sect .a_bgblock {
        bottom: calc(0% - 25%);
    }
    .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;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media screen and (max-width: 950px){
    .service-sect .s_gifitem{
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 520px;
    }
    .service-sect .s_gifitem .s_col{
        width: fit-content;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .service-sect .s_gifitem .s_col .s_pic img {
        max-width: 200px;
    }
    .news-sect .n_bgblock{
        top: 12%;
    }
    .products-sect .p_bgblock {
        top: -2%;
    }
    .products-sect .p_bgblock2 {
        bottom: -2%;
    }
    .loaded.album-sect .a_bgblock {
        bottom: calc(0% - 8%);
    }

    .album-list.type1 .item .name {
        margin: 5px 0 0;
        font-size: 16px;
        height: auto;
    }
    .about-sect .txt-box::before {
        right: calc(92% - 0px);
        top: -2%;
    }
    .about-sect .txt-box::after {
        left: calc(100% + 0px);
    }
}
@media screen and (max-width: 620px){
    .service-sect {
        padding: 48px 0 35%;
    }
    .service-sect::after {
        margin: 0 15px;
    }
}

@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 375px){
    .about-sect .app_item{
        width: fit-content;
        flex-direction: column;
        align-items: center;
    }
    .about-sect .app_item .app_more2{
        margin-top: 15px;
    }
}