@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #C4D700;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #444444;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', 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{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #C4D700;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #444444;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #444444;
}
.type5 .article-list .item .box:hover .date .day{
    color: #C4D700;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #444444;
    color: #C4D700;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #444444;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #444444;
    border-color: #C4D700;
}
/*------------ 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;
    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: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .box{
    transition: all .2s;
    background: #ececec00;
    padding: 10px 10px 0px;
}
.products-list.type2 .box:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 100px;
    right: 0;
    left: 0;
    background: #FFFFFF;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.products-list.type2 .box:hover:before {
    background: #C4D700;
}
.products-list.type2 .txt {
    padding: 20px;
}
.products-list.type2 .name {
    margin: 0px 0 5px;
}
/* .products-list .box.new:before{
    content: 'NEW';
    display: block;
    font-family: Arial;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    left: 20px;
    line-height: 30px;
    background: #C4D700;
    font-weight: bold;
    display: none;
} */
.products-list .box .name{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.products-list .box:hover .name{
    color: #FFFFFF;
}
.products-list .box .description{
    color: #666666;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    position: relative;
}
.products-list .box:hover .description{
    color: #FFFFFF;
}
.products-list .offers{
    color: #C4D700;
}
/* .products-list.type2 .box:after{
    content: 'VIEW MORE';
    display: block;
    background: #9C9C9C;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .2s;
} */
.products-list.type2 .box:hover:after{
    background: #444444;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #444444;
    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: #C4D700;
}
.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;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    border-radius: 12px;
    padding: 20px;
    background: #FFFFFF;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto 0px;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    background: #C4D700;
}
.news-list.type .date {
    color: #C4D700;
}
.news-list.type2 .date {
    color: #C4D700;
}
.news-list.type2 .box:hover .date {
    color: #ffffff;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
} 
.news-list.type4 .date .day{
    color: #FFFFFF;
    font-weight: bolder;
    font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list.type:hover .date {
    color: #FFFFFF;
}
.news-list .item .name{
    color: #444444;
}
.news-list .box:hover .name{
    color: #FFFFFF;
}
.news-list .item:hover .description{
    color: #FFFFFF;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background-color: transparent;
    border: solid 2px #FFFFFF;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    border: solid 2px #C4D700;
    background: #C4D700;
}
/*------------ title ------------*/
.title{
    color: #444444;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    /* margin: 0 0 40px; */
    font-weight: normal;
}
.title span{
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #444444;
    font-size: 55px;
}
.title span::first-letter{
    color: #C4D700;
}
.title h2{
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #545454;
    display: block;
    margin: 0px 0px 0px 15px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    color: #bcbcbc;
    font-size: 12px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 1.2;
    /* width: 110px; */
    box-sizing: border-box;
    text-align: center;
    /* padding: 10px 10px 10px 234px; */
    transition: all .3s ease;
    z-index: 1;
}
.index_more:hover:before {
    background-position: 0 100%;
}
.index_more:hover{
    font-weight: bold;
    color: #fff;
    border-color: #ffffff;
}
.about-sect .index_more a{
    text-decoration: none;
    font-size: 0;
    background: transparent;
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
}
/* .index_more a{
    font-size: 0;
    padding: 6px 0;
    display: block;
} */
.index_more a span{
    color: #535353;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 1.0;
    letter-spacing: 1px;
}
.index_more a span:before {
    content: '';
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url(../../../images/layout04/common/index/arrow2.png);
    right: -2%;
    padding: 0;
    box-sizing: border-box;
    transform: rotate(180deg);
    top: 0px;
}
.index_more a span:hover:before {
    background-position: 0 100%;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    display: block;
    margin-top: 30px;
    order: 3;
}
.hot-arrow .slick-arrow{
    width: 50px;
    height: 50px;
    padding: 0;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    top: 50%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items:center;
    justify-content:center;
    position: absolute;
}
.hot-arrow  .slick-prev{
   left:-55px;

}
.hot-arrow  .slick-next{
    transform: rotate(180deg);
    right: -55px;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}
/*輪播*/
.album-sect .hot-arrow{
    position: absolute;
    top: -5px;
    right: 65px;
}
.album-sect.hot-arrow .slick-arrow{
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.album-sect.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.album-sect.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
} 
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 10px 0 10px;
    position: relative;
    z-index: 2;
}
.about-sect .aboutbg1{
    background: url(../../../images/layout04/common/index/abbg.png) 50% 50% no-repeat;   
    background-size: contain;  
    width: 1000px;
    height: 941px;
    position: absolute;
    top: calc(-3% - 0px);
    left: calc(50% - 0px);
    z-index: -1;
    transform: matrix(1, 0, 0, 1, 0, 100);
}
.about-sect:before{
    content: '';
    display: block;
    background: #F4F4F4;
    position: absolute;
    width: 100%;
    height: 60%;
    right: calc(49.1% - 0px);
    top: 0px;
    z-index: -2;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .txt-box{
    display:flex;
    flex-direction:column;
}
.about-sect .title{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-direction: column;
    margin: 0px 685px 0px 0px;
}
.about-sect .index_more{
    position: absolute;
    right: 90px;
    top: 400px;
    z-index: 2;
}
.about-sect .title .title-txt{
    margin:0;
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 55px;
}
.about-sect .title .title-txt::first-letter{
    color: #C4D700;
}
.about-sect .title h3{
    margin:0;
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 0.8px;
}
.about-sect .title span{
    display:none;
}
.about-sect .title h2{
    display:none;
}
.about-sect .index-about-editor{
     order:3;
}
.about-sect .col.pic{
    display: none;
}
/* .about-sect{
    background: url(../../../images/layout04/common/index/about_bg.jpg) no-repeat center 35%;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 50px 0;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #e3e3e3;
    padding: 40px 30px 40px 190px;
    background: rgba(0, 0, 0, 0.8);
    margin: 275px 0 50px 0;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more{
    margin: 20px 0;
}
.about-sect .title{
    z-index: 30;
    position: absolute;
    left: 35px;
    top: 40px;
}
.about-sect .title h2{
    color: #fff;
    font-weight: normal; 
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.31;
    margin: 0;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.75;
    width: 80%;
}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color: #C4D700;
    line-height: 1.4;
    margin: 0 0 25px;
} */
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect:before{
    content: '';
    display: block;
    background: #F4F4F4;
    position: absolute;
    width: 100%;
    height: 100%;
    right: calc(49.1% - 0px);
    top: 0px;
    z-index: -2;
}
.news-sect{
    padding: 70px 0 65px;
    position: relative;
    z-index: 2;
}

.news-sect .container{
    display:flex;
    padding: 0;
}
.news-sect .title{
    width: 20%;
    padding: 20px 0 0;
    text-align: left;
}
.news-sect .news-list{
    width: 80%;
}
.news-list.type3 {
    margin: 0 0px;
}
.news-sect .index_more a span{
    position: absolute;
    left: 100px;
    top: 100px;
    font-size: 0;
}
.news-sect .index_more {
    position: absolute;
    left: 8%;
}
.news-sect.type2 .index_more,
.news-sect.type4 .index_more{
    right: 50%;
    padding: 0;
}
.news-sect .index_more a {
    padding: 0;
    font-size: 0;
}
.new-sect .index_more a {
    position: relative;
    padding: 0;
}
.new-sect .index_more a:before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 100;
    position: absolute;
    cursor: pointer;
    background: url(../../../images/layout04/common/index/arrow2.png) no-repeat center center;
    background-size: contain;
    right: -2%;
    top: 0;
    transform: rotate(180deg);
}
.new-sect .index_more a:hover{
    background-position: 0 100%;
}
.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;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list.type2 .btn.more{
    position: static;
    margin: 15px 0 0; 
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    color: #444444;
}
.news-list.type2 .box:hover .btn.more {
    position: static;
    margin: 15px 0 0; 
    background: #ffffff;
    color: #C4D700;
}
.news-list.type3 .item {
    padding: 0px 10px;
    margin: 10px 0px 20px;
    position: relative;
    border-left: none;
    box-sizing: border-box;
}
.news-list.type3 .date {
    color: #C4D700;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
}
.news-list.type3 .box:hover .date {
    color: #ffffff;
}
.news-list.type3 .name {
    height: auto;
    height: 50px;
    white-space: inherit;
    margin: 1px 0 1px;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    color: #333333;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list.type3 .description {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #535353;
    letter-spacing: 1.5px;
    -webkit-line-clamp: 3;
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list.type3:before{
    display: none;
}

/* .news-sect .news-list.type3:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 25%!important;
} */
/* .news-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 80px 0;
} */
/* .news-sect .title{
    /*display: none;*/
 
/* .news-sect .index_more{
    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;
}
.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 .item .box .description{
    display: block;
}
.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;
    z-index: 10;
    padding: 50px 0 50px;
}
.products-sect::before{
    content: '';
    display: block;
    background: #F4F4F4;
    position: absolute;
    width: 100%;
    height: 315px;
    bottom: 0; /* 將區塊放到底部 */
    left: 0;
    z-index: -1;
}
.products-sect .title span{
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #444444;
    font-size: 55px;
}
.products-sect .title{
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
.products-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
    display: none;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.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{
    position: relative;
    background: #F4F4F4;
    z-index: 1;
}
.service-sect::before{
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 244px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.service-sect .title{
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 250px;
}
.service-sect .title2{
    padding: 0 0 0 90px;
    text-align: left;
    width: 68%;
}
.service-sect .title2 h3 {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #444444;
    letter-spacing: 1px;
    line-height: 1.7;
    margin: 0px 0 25px;
}
.service-sect .title2 p {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #525252;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin: 0px 0 0px;
    width: 60%;
}
.service-sect .title span{
    position: absolute;
    color:#444444;
    top: 0px;
}
.service-sect .title h2 {
    margin: -70px 0px 0px 83px;
}
.service-sect .editor{
    float: right;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    position: absolute;
    left: 240px;
    top: 125px;
}
.service-box .index_more:hover{
    color: #fff;
    border-color: #fff;
}
.service-box .index_more a{
    text-decoration: none;
    font-size: 0;
    background: transparent;
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;;
}
.index_more:hover:before {
    background-position: 0 100%;
}
/*------------ album ------------*/
.album-sect{

    padding: 70px 0 70px;
}
.album-sect .title{
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 20px;
    display: none;
}
/* .album-sect .hot-arrow{
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: bold !important;
    letter-spacing: 0.1em !important;
    line-height: 1.5;
    transition: all .3s ease;
}
.album-list .item  .box:hover .name{
    color: #C4D700;
}
.album-list.type1 .box .namebox{
    position: relative;
    background: #FFF;
    transition: all .3s ease;
    margin: 0px 19px 0;
    z-index: 5;
    top: -23px;
    box-shadow: 7px 7px 40px rgba(0, 0, 0, 0.2);
}
.album-list.type1 .box:hover .namebox{
    background: #C4D700;
}
.album-list.type1 .item  .box .name{
    margin: 0;
}
.album-list.type1 .item  .box:hover .name{
    color: #FFFFFF;
}
.album-list.type1 .item  .box  .name{
    font-size: 17px !important;
    border: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
}
.album-list.type1{
    margin: 0;
}
.album-list.type1 .item{
    border: none;
    padding: 0 10px;
    margin-bottom: 32px;
}
.album-list.type1  .item .box{
    transition: all .3s ease;
    top: 0;
    margin-top: 14px;
}
.album-list.type1  .item .box:hover{
    top: -14px;
}
.album-list.type2{
    padding-bottom: 30px;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list.type2 .box .pic:before{
    background: #c5d70074 ;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.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: #444444;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
    .about-sect .txt-box{
    }
    .album-sect .hot-arrow,
    .hot-arrow{
        position: absolute;
        top: 35px;
        right: 50%;
    }
    .album-sect .title,
    .products-sect .title {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1280px){
    .service-box .index_more {
        position: absolute;
        left: 100px;
        top: 125px;
    }
    .products-sect{
        padding-top: 40px;
    }
    .site-info {
        width: 40%;
    }
    .site-footer .tit {
        display: none;
    }
    .service-sect .title {
        margin: 0px 0px 0px 150px;
    }
}
@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-sect .title {
        margin: 0px 0px 0px 0px;
    }
    .service-box .index_more {
       
        left: 0px;
        top: 125px;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1100px){
    .about-sect .title {
        margin: 0px 555px 0px 0px;
    }
    .about-sect .title .title-txt {
        font-size: 40px;
    }
    .layout .col2-txt {
        font-size: 24px;
    }
    .layout .col2 p:before {
        top: 22.5%;
    }
}
@media screen and (max-width: 1000px){
    .news-sect .container {
        flex-direction:column;
    }
    .news-sect .title{
        width: 100%;
        text-align:center;
        padding: 0;
    }
    .news-sect .news-list{
        width: 100%;
    }
    .news-list.type3 {
        margin: 0 0px;
    }
    .news-sect .index_more {
        position: absolute;
        left: 52%;
        bottom: 120%;
    }
    .about-sect{
        padding: 0px 0 0px;
        margin: 0;
    }
    .about-sect .col.txt{
        padding: 30px 0px;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .title{
        /* position: static; */
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        margin: 0px 0px 0px 0px;
        justify-content: center;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .index_more{
        top: auto;
        right: auto;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .site-header::before {
        display: none;
    }
    /*-----new type3-----*/
    .news-list.type3 .item {
        padding: 0px 15px;
        margin: 10px 0px 20px;
        position: relative;
        border-left: solid #C4D700 0px;
    }
    .news-list.type3 .date {
        color: #C4D700;
    }
    .news-list.type3 .name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto;
        height: 50px;
        white-space: inherit;
        margin: 1px 0 1px;
        line-height: 1.5;
        font-family: "Noto Sans TC", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-size: 16px;
        font-style: normal;
        color: #333333;
        letter-spacing: 1.5px;
    }
    .news-list.type3 .description {
        font-family: "Noto Sans TC", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
        color: #535353;
        letter-spacing: 1.5px;
        -webkit-line-clamp: 3;
        max-height: 20px;
    }
    .news-list.type3:before{
        display: none;
    }
    /*-----new type3-----*/
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .news-sect .title span,.products-sect .title span,.album-sect .title span{
        font-size: 40px;
    }
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 30px 0 30px;
        margin-bottom: 0;
    }
    .products-box{
        padding: 8px 0;
    }
    .products-sect .title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .service-sect .title span{
        font-size: 40px;
    }
    .service-sect .title h2{
        margin: 50px 0px 0px 0px;
    }
    .service-sect .title2 h3{
        font-size: 24px;
    }
    .service-sect .title2 {
        padding: 20px 0 0 0px;
        text-align: center;
        width:100%;
    }
    .service-sect .title2 p {
        width: auto;
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect{
        padding-bottom: 30px;
        background-attachment: inherit;
    }
    .service-sect .editor{
        border:none;
    }
    .service-box .index_more{ 
        top: auto;
        right: auto;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .service-sect:before{
        height: 0px;
    }
    .album-sect .hot-arrow, 
    .hot-arrow {
        top: 60px;
    }
    .s-col1-txt:before,
    .s-col2-txt:before{
        display: none;
    }
    .banner .slick-dots{
        display: none !important;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .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{
        padding: 30px 0 10px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    /* .hot-arrow{
        position: relative;
        left: 0%;
        height: 60px;
        top: 0;
        margin:0 auto 10px;
    } */
    .album-sect .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .title h2{
        font-size: 25px;
        color: #444444;
        font-weight: 400;
        display: block;
        margin: 0 0 5px;
    }
    .products-sect{
        padding: 20px 0 0;
    }
    .s-col1,
    .s-col2 {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
         .news-sect:before {
        width: 100%;
        height: 100%;
        right: calc(0% - 0px);
    }
    .about-sect:before{
        width: 0%;
        height: 0%;
        right: calc(0% - 0px);
    }
}
@media screen and (max-width: 767px){
   
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }

}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
    .service-box .index_more{
        right: 15%;
    }
    .about-sect .index_more {
        right: 5%;
    }
}