@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
    background: #fdfdfd;
    border: 3px solid #f0efe9;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #8DA2B3;
}
.article-list .item .date{
    color: #8DA2B3;
    border-color: #8DA2B3;
}
.type2 .keyword_box:before{
    background: #d89959;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #3B3B3B;
}
.article-list .item .description{
    color: #999;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #d89959;
    border-color: #d89959;
    background: none;
}
.keyword_box.detail .keyword li a{
    border:none;
    padding: 0;
}
.keyword_box.detail .keyword li a:hover{
    background: none;
    color: #8DA2B3;
}
.keyword li a:hover{
    color: #8DA2B3;
}
.article-box  .keyword li a:hover{
    background:  #8DA2B3;
    border-color:  #8DA2B3;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: all .3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    opacity: 0.8;
    color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #d89959;
    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 .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout05/common/products/new_tag.png) no-repeat;
    width: 75px;
    height: 28px;
    position: absolute;
    z-index: 10;
    top: 5%;
    left: 0px;
    pointer-events: none;
}
.products-list.type2 .box{
    overflow: hidden;
}
.products-list.type2 .pic{
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list.type2 .box:hover .pic{
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}
.products-list.type2 .name{
    transition: all .3s ease-in-out;
    padding: 0 15px;
}
.products-list.type2 .box:hover .name{
    -webkit-transform: translate(0, -58px);
    transform: translate(0, -58px);
}
.products-list .description{
    color: #000;
}
.products-list.type2 .description{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px);
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding-bottom: 10px;
    padding: 0 15px;
}
.products-list.type2 .box:hover .description{
    -webkit-transform: translate(0, -24px);
    transform: translate(0, -24px);
}
.products-list.for-cart .offers{
    color: #D80000;
    transition: all .3s ease;
}
.products-list.for-cart.type2 .box:hover .offers{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list.type2 .offers{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.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;
    top: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .box:hover .pic{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .box:hover .name{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        position: static;
        padding: 0px 15px;
        margin: 0  0 20px;
    }
    .products-list.type2 .box:hover .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.for-cart.type2 .box:hover .offers {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
/*!列表通用 index、products*/
.products-list.type2.onlyitem-list .box:hover .pic{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .box:hover .name{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0  0 20px;
}
.products-list.type2.onlyitem-list .box:hover .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
/*列表通用 index、album*/
.album-list:not(.masonry-list) .pic{
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    border:1px solid rgb(190 199 205/40%);
    overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,.album-list:not(.masonry-list) .pic:before,.album-list:not(.masonry-list) .pic:after{
    border-radius: 50%;
    overflow: hidden;
}
.album-list.type1 .item .box .more:after{
    background: #8DA2B3;
    color: #fff;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 32px;
}
.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.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!列表通用 index、album*/
.album-list .pic:before,
.album-list .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:before{
    opacity: 1;
}
/*列表通用 index、news*/
.news-list .date{
    color: #8DA2B3;
}
.news-list.type4 .date{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff; 
}
.news-list.type4 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type1 .item{
    border-bottom: 1px solid rgba(189, 180, 193, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    text-align: center;
    z-index: 1;
}
.banner:before{
    content: '';
    display: block;
    background: url(../../../images/layout05/common/bg2.jpg);
    position: absolute;
    top: calc(66% - 0px);
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: -1;
}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    margin:auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-prev,
.banner_m .slick-prev,
.banner .slick-next,
.banner_m .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: calc(66% - 30px);
    right: -30px;
    cursor: pointer;
    border:1px solid rgb(190 199 205/40%);
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-indent:-9999px;
    transition: all 0.3s ease;
}
.banner .slick-prev::before,
.banner_m .slick-prev::before,
.banner .slick-next::before,
.banner_m .slick-next::before {
    content: "";
    position:relative;
    display: block;
    width: 30px;
    height: 5px;
    background:#8DA2B3;
    mask: url('../../../images/layout05/common/index/arrow.png') no-repeat;
    mask-size: contain;
    transition: all 0.3s ease;
}
.banner .slick-prev::before,
.banner_m .slick-prev::before{
    transform: rotate(-90deg) scaleY(-1);
}
.banner .slick-prev,
.banner_m .slick-prev {
    margin-top:-30px;
}
.banner .slick-next,
.banner_m .slick-next {
    margin-top:30px;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(90deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover,
.banner .slick-next:hover,
.banner_m .slick-next:hover {
    background: #8DA2B3;
}
.banner .slick-prev:hover::before,
.banner_m .slick-prev:hover::before,
.banner .slick-next:hover::before,
.banner_m .slick-next:hover::before {
    background: #fff;
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: relative;
    width: 100%;
    bottom: 0px;
    height: auto;
    margin-top: 30px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    line-height: 0;
}
.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;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #8DA2B3;
    cursor: pointer;
    vertical-align: middle;
    transition:all .5s;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #8DA2B3;
    border-radius:8px;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 0 18px 0 0px;
    flex-direction: column-reverse;
}
.news-sect .title{
    margin-left: 40px;
}
.about-sect .title{
    margin-bottom: 44px;
    margin-left: -40px;
}
.service-sect .title{
    margin: 0 0 72px auto;
    margin-right: calc((100% - 1300px) / 2);
}
.products-sect .title{
    margin: 0 auto 32px;
}
.album-sect .title{
    padding: 0 18px 0 40px;
}
.title:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../../images/layout05/common/index/title_before.png) no-repeat;
    width: 39px;
    height: 40px;
    top: -75px;
    left: 0%;
    opacity: 0.3;
}
.about-sect .title:before{
    position: absolute;
    top: calc(50% - 20px);
    left: calc(100% + 40px);
}
.service-sect .title:before{
    background: url(../../../images/layout05/common/index/title_before2.png) no-repeat;
    position: absolute;
    top: calc(50% - 64px);
    right: calc(100% + 30px);
}
.news-sect .title:before{
    transform:scaleX(-1);
    position: absolute;
    top: calc(100% - 20px);
    right: calc(100% + 0px);
}
.products-sect .title:before {
    transform: scaleX(-1);
    position: absolute;
    bottom: 0;
    top: auto;
    right: calc(100% + 0px);
    opacity: 0.6;
}
.album-sect .title:before{
    background: url(../../../images/layout05/common/index/title_before2.png) no-repeat;
    position: absolute;
    top: calc(50% + 10px);
    right: calc(100% - 40px);
    transform: scaleX(-1) scaleY(-1);
}
.title:after{
    content:'';
    display:block;
    width:1px;
    height:calc(100% - 11px);
    background:#8DA2B3;
    position:absolute;
    right:0;
    top:2px;
    opacity:0.5;
    visibility:visible;
}
.title h2{
    display: block;
    font-size: 34px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.25em;
    line-height: 1.2;
    margin: 0;
}
.products-sect .title h2{
    color: #fff;
}
.title span{
    display: block;
    font-size: 18px;
    font-family: "Lora", serif;
    font-weight: normal;
    color: #8DA2B3;
    letter-spacing: 0.15em;
    line-height: 1.2;
}
/*------------ more ------------*/
.index_more{
    width: fit-content;
    display: flex;
    align-items:center;
    justify-content:center;
    margin: 40px auto 0;
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}
.index_more:hover{

}
.products-sect .index_more{
    display: none;  
}
.album-sect .index_more{
    display: none;
}
.news-sect .index_more{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    right: unset;
}
.service-sect .index_more{
    position: absolute;
    margin: 0;
    top: 152px;
    right: calc(((100% - 1300px) / 2) + 120px);
}
.about-sect .index_more{
    margin: 32px auto 0 0;
}
.index_more a{
    font-size: 0;
    display: flex;
    align-items:center;
    justify-content:center;
    width: 215px;
    height:60px;
    border-radius:60px;
    border: 2px solid rgb(209 218 225/40%);
    text-indent: -9999px;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.index_more:hover a{
}
.index_more a:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    transition: transform .48s cubic-bezier(.895,.03,.685,.22),border-radius .35s cubic-bezier(.55,.085,.68,.53) 40ms;
    transform: scale(1,0);
    transform-origin: 50% 100%;
    background-color: #90A3B2;
}
.index_more:hover a:before{
    border-radius: 50% 50% 0 0/0 0 0 0;
    transition: transform .48s cubic-bezier(.165,.84,.44,1),border-radius .35s cubic-bezier(.55,.085,.68,.53) 20ms;
    transform: scale(1,1);
}
.index_more a span{
    font-size: 16px;
    color:#8DA2B3;
    font-family: "Lora", cursive;
    letter-spacing: 2px;
    display: inline-flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1;
    text-indent: 0;
    transition: all .5s ease;
}
.index_more:hover span{
    color:#fff;
}

/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-list.type2{
    margin: 0;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner ,.banner_m,.articles-sect{
    position: relative;
    z-index: 2;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: url(../../../images/layout05/common/bg2.jpg);
    padding: 70px 0px 87px;
    position: relative;
    /* overflow: hidden; */
}
.about-sect .container{
    max-width: 100%;
    padding: 0;
}
.about-sect .about-pic{
    display: none;
}
.about-sect .row{
    padding-left: calc((100% - 1300px) / 2);
    position: relative;
    overflow: inherit;
    display: flex;
    justify-content: space-between;
    gap: 0;
}
.about-sect .row::before,
.about-sect .row::after{
    display: none;
}
.about-sect .col{
    
}
.about-sect .col.txt{
    position: relative;
    width: calc(100% - 900px);
}
.about-sect .col.pic{
}
.about-sect .txt-box{
    /* max-width: 100%; */
    position: relative;
    padding: 0 88px;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
}
.about-sect .txt .tag{
    display: block;
    font-size: 26px;
    color: #8CA0B2;
    font-weight: 400;
    letter-spacing: 0.5em;
    line-height: 1.4;
    font-family: "Noto Serif TC", serif;
    position: absolute;
    left: 184px;
    top: 130px;
}
.about-sect .index-about-editor{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 130px;
    background: #FFF7DF;
    position: relative;
}
.articles-sect:after{
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    bottom: -5px;
    z-index: 2;
    position: absolute;
    background: url(../../../images/layout05/common/newsomething/wave.png)repeat-x;
}
.articles-sect .title{
    background: url(../../../images/layout05/common/index/article_title.png) top center no-repeat;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 66px;
}
.articles-sect .index_more{
    margin:20px auto 20px;
}
/*------------ news ------------*/
.news-sect{
    padding: 70px 0 140px;
    position: relative;
}
.news-sect .container{
    display: flex;
    align-items: flex-start;
    max-width: 1100px;
    gap: 122px;
}
.news-sect .container:before,
.news-sect .container:after{
    display:none;
}
.news-sect .news-list{
    padding: 0;
    position: relative;
    max-width: 1130px;
    margin: auto;
    flex: 1;

}
.news-sect .news-list:before{
    
}
.news-list.type3:before{
    background: #fff7df;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 100%
}
.news-list.onlyitem-list{
    margin: auto;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.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% - 350px);
    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: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 76px 0 0px;
}
.products-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 500px;
    background: url(../../../images/layout05/common/index/sect2_bg02.jpg) 50% 0% no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}
.products-box{
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 107px 0 40px;
}
.products-box::before{
    content: '';
    background: #fff;
    width: 2100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: -1;
}
.products-box::after{
    content: '';
    background: #fff;
    width: calc((100vw - 1300px) / 4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -1;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-slider-control{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 116px);
    width: 100%;
}
.products-sect .slick-prev,
.products-sect .slick-next{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    /* top:calc(50% - 30px); */
    z-index: 1;
    cursor: pointer;
    border:1px solid rgb(190 199 205/40%);
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-indent:-9999px;
    transition: all 0.3s ease;
}
.products-sect .slick-prev::before,
.products-sect .slick-next::before {
    content: "";
    position:relative;
    display: block;
    width: 30px;
    height: 5px;
    background:#8DA2B3;
    mask: url('../../../images/layout05/common/index/arrow.png') no-repeat;
    mask-size: contain;
    transition: all 0.3s ease;
}
.products-sect .slick-prev{
    left:auto;
    right:0;
}
.products-sect .slick-next{
    left:0;
    right:auto;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic{
    font-size: 0;
}
.products-sect .slick-next::before {
    transform: scaleX(-1);
}
.products-sect .slick-prev:hover, 
.products-sect .slick-next:hover {
    background:#8DA2B3;
}
.products-sect .slick-prev:hover::before, 
.products-sect .slick-next:hover::before {
    background:#fff;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    margin-bottom: 15px;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 0px 0 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.service-sect .container{
    max-width:100%;
    padding:0;
}
.service-sect:before{
    content:url(../../../images/layout05/common/index/service_deco.jpg);
    display: block;

    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
}
.service-sect:after {
    content: '';
    display: block;
    background: url(../../../images/layout05/common/bg2.jpg);
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: -2;
}
.service-sect .editor{
    background: #fff;
    margin-left: calc((100% - 1300px) / 4);
    box-sizing:border-box;
    padding:120px 140px;
    padding-right: calc((100% - 1300px) / 2);
}
.service-box{
    position: relative;
    box-sizing: border-box;
    padding: 56px 0 0 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect{
    padding:0;
    position: relative;
}
.album-sect .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 15px 145px;
    background: #fff;
    max-width: 1270px;
    z-index: 3;
    /* gap: 68px; */
}
.album-sect .container:before{
    content: '';
    background: #fff;
    width: 2100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: -1;
}
.album-sect .container:after{
    content: '';
    background: #fff;
    width: calc((100vw - 1300px) / 4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -1;
    overflow: visible;
    visibility: visible;
    height: auto;
}
.album-sect .album-list{
    max-width: 1070px;
    flex: 1;
    padding: 0 32px;
}
.album-list .item .box .more{
    display: none;
}
.album-sect .album-list:not(.masonry-list){
    
}
.album-sect .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 30px);
    left: 100%;
    cursor: pointer;
    border:1px solid rgb(190 199 205/40%);
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-indent:-9999px;
    transition: all 0.3s ease;
    font-size: 0!important;
}
.album-sect .slick-arrow::before {
    content: "";
    position:relative;
    display: block;
    width: 30px;
    height: 5px;
    background:#8DA2B3;
    mask: url('../../../images/layout05/common/index/arrow.png') no-repeat;
    mask-size: contain;
    transition: all 0.3s ease;
}
.album-sect .slick-prev::before{
    transform: rotate(-90deg) scaleY(-1);
}
.album-sect .slick-next::before{
    transform: rotate(90deg);
}
.album-sect .slick-prev{
    margin-top:-30px;
}
.album-sect .slick-next{
    margin-top:30px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover  {
    background: #8DA2B3;
}
.album-sect .slick-prev:hover::before,
.album-sect .slick-next:hover::before {
    background: #fff;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect .container{
    padding: 0 15px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
    padding: 16px 0;
    flex: 1;
}
.masonry-list .item .namebox{
    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%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background:#FCF8F5;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.contact-title{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 0 auto 0px;
    text-align: center;
}
.reminder{
    background: #fcf8f5;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
    padding-top: 15px;
    border:none;
}
.reminder:before{
    display: none;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
}
.contact-title h2{
    font-size: 23px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    /*display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;*/
    display: block;
    background: url(../../../images/layout05/common/index/contact_title.png);
    width: 156px;
    height: 66px;
    font-size: 0;
    margin: 0 auto 7px;
}
.reminder{
    text-align: center;
}
/*-modify products-list css*/
/*-type common*/
.products-list .name{
    font-family: "Noto Serif TC", serif;
    color: #444;
    font-weight: 600;
    letter-spacing: 2px;
    transition:all .3s;
}
.products-list .box:hover .name{
    color:#8CA1B2;
}
.products-list .description{
    color: #666;
}
/*-type1*/
/*-type2*/
.products-list.type2 .txt {
    padding: 10px 0;
    border-bottom: 2px solid rgb(141 162 179/40%);
}
.products-list.type2 .box:hover .txt{
    border-bottom: 2px solid rgb(141 162 179/100%);
}
.products-list.type2 .name {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}
.products-list.type2 .description{
    -webkit-line-clamp: 2;
}
/*-type3*/
/*-type4*/
/*-//modify products-list css*/
/*-modify album-list css*/
/*-type common*/
.album-list.type1 .item{
    padding:0 5px;
}
.album-list .box .pic{
    transition:all .3s;
}
.album-list .box:hover .pic{
    background:#8CA1B2;
}
.album-list .name{
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    color: #444;
    font-weight: 600;
    letter-spacing: 2px;
    transition:all .3s;
}
.album-list .box:hover .name{
    color:#8CA1B2;
}
.masonry-list.album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    z-index: 3;
    color: #ffffff;
    background:#8DA2B3;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox{
    
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
        padding: 0;
}
/*-type1*/

.album-list.type1 .item .name{
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 auto;
    padding: 16px 0 0;
    font-size: 18px;
}
/*-type2*/
/*-type3*/
/*-type4*/
/*-//modify album-list css*/
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "Lora", sans-serif;
}
.news-list .box .name {
    font-family: "Noto Serif TC", serif;
    color: #444;
    font-weight: 600;
    letter-spacing: 2px;
}
.news-list .box:hover .name {
    color: #8DA2B3;
    text-decoration:none;
}
.news-list .btn.more{
    border: 1px solid rgb(190 199 205 / 40%);
    background: #fff;
    color: #8DA2B3;
    font-family: "Lora", sans-serif;
}
.news-list .box:hover .btn.more{
    background: #8DA2B3;
    color: #fff;
}
/*-type1*/
.news-list.type1{
    
}
.news-list.type1 .item{
    border:none;
}
.news-list.type1 .item+.item {
    border-top: 1px solid rgba(189, 180, 193, 0.3);
    padding:16px 0 0;
    margin:16px 0 0;
}

.news-list.type1 .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list.type1 .txt{
    width: 100%;
    height: auto;
    min-height: inherit;
    padding: 0;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .date{
    padding: 8px 16px 8px 0;
    font-family: "Lora", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-weight:500;
    width: 56px;
    height: 56px;
    color: #555;
    transition:all .3s;
    border-right: 1px solid rgb(141 162 179/50%);
}
.news-list.type1 .box:hover .date{
    color: #8DA2B3;
}
.news-list.type1 .date .day {
    display: block;
    width:100%;
    font-size: 36px;
    line-height:1;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type1 .item .txt_in{
    padding: 0;
    margin-right: 24px;
    height: fit-content;
}
.news-list.type1 .name{
    margin-bottom:4px;
}
.news-list.type1 .description{
    -webkit-line-clamp: 2;
    max-height: max-content;
    height: auto;
}
.news-list.type1 .box:hover .description {
    
}
.news-list.type1 .more-box{
    margin: 0;
}
.news-list.type1 .btn.more{
    font-size: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: inherit;
    text-indent: -9999px;
    border: 2px solid rgba(209 218 225 /40%);
}
.news-list.type1 .box:hover .btn.more{
    background:#8DA2B3;
}
.news-list.type1 .btn.more:before{
    display:none;
}
.news-list.type1 .btn.more:after{
    content: "";
    position:relative;
    display: block;
    width: 16px;
    height: 4px;
    background:#8DA2B3;
    mask: url('../../../images/layout05/common/index/arrow2.png') no-repeat;
    mask-size: contain;
    transition: all 0.3s ease;
}
.news-list.type1 .box:hover .btn.more:after{
    background:#fff;
}
/*-type2*/
/*-type3*/
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.news-list.type3 .date{

}
.news-list.type3 .name{
    margin: 0 0 8px;
}
.news-list.type3 .description{
/*    -webkit-line-clamp: 1;
    max-height: 24px;*/
}
.news-list.type3:before{
    display: none;
}
/*-type4*/
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: transparent;
}
.news-list.type4 .item .box:hover {
    top: -10px;
    box-shadow: inherit;
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    position: static;
    padding: 16px;
    background: #fff;
    z-index: 99;
    border: 1px solid #ebebeb;
    transition: all .3s;
}
.news-list.type4 .item .date {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    background: #8DA2B3;
    border-radius: 0;
}
.news-list.type4  .item .box:hover .date{
    background: #8DA2B3;
    color: #fff;
}
.news-list.type4 .item .date .day{
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-weight: 400;
}
/*-//modify news-list css*/
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect:after {
        bottom: 60px;
    }
    .news-sect {
        padding: 40px 0 100px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev {
        left: 2%;
    }
    .banner .slick-next,
    .banner_m .slick-next {
        right: 2%;
    }
    .about-sect .col.txt{
        width: 70%;
    }
    .service-sect .flex{
        display: flex;
        flex-direction: column;
    }
    .service-sect .title {
        margin: 0 auto 72px ;
        order: 1;
    }
    .service-sect .title h2{
        color: #fff;
    }
    .service-sect .title:before{
        opacity: 0.6;
    }
    .service-sect .editor{
        order: 3;
        padding: 90px 70px 60px;
        width: 100%;
        margin: 0 auto;
    }
    .service-sect .index_more{
        order: 2;
        position: relative;
        margin: 0 auto -30px;
        top: auto;
        right: auto;
        z-index: 50;
    }
}
@media screen and (max-width: 1300px){
    .products-sect .container{
        display: flex;
        flex-direction: column;
    }
    .products-sect .title{
        order: 1;
        margin: 0 auto 64px;
    }
    .products-box{
        width: 100%;
        flex: 1;
        box-sizing: border-box;
        padding: 60px;
        order: 3;
        display: block;
        margin: 30px auto 56px;
    }
    .products-box::before,
    .products-box::after{
        display: none;
    }
    .products-slider-control {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 120px;
        order: 2;
        margin: -30px auto 0;
        display: block;
    }
    .album-sect{
        padding:  0;
    }
    .album-sect .container{
        display: block;
        padding: 56px 15px 136px;
    }
    .album-sect .album-list {
        max-width: 100%;
        width: 100%;
        flex: 1;
        padding: 0;
        display: block;
        margin:  0 auto;
    }
    .album-sect .slick-prev{
        margin-top: 30px;
        top: 100%;
        left: calc(50% - 60px);
    }
    .album-sect .slick-prev::before {
        transform: rotate(180deg) scaleY(-1);
    }
    .album-sect .slick-next{
        margin-top: 30px;
        top: 100%;
        left: calc(50% + 0px);
    }
    .album-sect .slick-next::before {
        transform: rotate(0deg) scaleY(1);
    }
}
@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: 1000px){
    .products-sect .title h2:before, .album-sect .title h2:before {
        width: 140px;
        margin-left: -70px;
    }
    .album-sect .title h2:before {
        top: 10px;
    }
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .title h2{
        font-size: 28px;
    }
    .album-sect .title{
        padding-left: 0;
        margin: 0 auto 24px;
    }
    .album-sect .title:before{
        right: calc(100% + 0px);
    }
    .products-sect .title{
        
    }
    .about-sect{
        padding: 56px 0;
    }
    .about-sect:after{
        display: none;
    }
    .about-sect:before {
        width: 100%;
        background: url(../../../images/layout05/common/index/about_after.png)no-repeat;
    }
    .about-sect .txt-box{
        margin-left: 0;
        padding: 0px 10px 0px;
    }
    .about-sect .about-pic{
        position: relative;
        margin: 60px auto 20px;
        max-width: 80%;
        background-position: center;
        height: 0;
        padding-bottom: 64%;
    }
    .about-sect .txt .tag{
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0 auto 40px;
    }
    .about-sect .row{
        flex-direction: column;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
    }
    .about-sect .txt-box{
        display: block;
    }
    .about-sect .title{
        margin: 0 auto 32px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        max-width: 480px;
        margin:  0 auto;
    }
    .about-sect .index_more {
        margin: 32px auto -30px;
        position: relative;
        z-index: 50;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .products-sect{

    }
    .products-sect::before{
        background-attachment: inherit;
    }
    .articles-sect{
        padding: 50px 0 25px;
    }
    .articles-sect .index_more{
        margin:0px auto 20px;
    }
    .news-sect{
        padding: 56px 0 ;
    }
    .news-sect .container{
        flex-direction: column;
        gap: 0;
    }
    .news-sect .title{
        margin:  0 auto 32px;
    }
    .news-sect .news-list {
        max-width: 100%;
        margin: 0 auto;
    }
    .news-sect .index_more {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 32px auto 0;
        right: auto;
    }
    
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .reminder{
        padding:0 15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .album-list:not(.masonry-list){
        padding: 0 ;
    }
    .banner .slick-dots, .banner_m .slick-dots{
        margin: 16px auto;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .about-sect .about-pic {
        margin: 45px auto 20px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
    }
    .album-sect:before{
        display: none;
    }
}
@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: 360px){
    .about-sect .about-pic{
        width: 100%;
        height: 0;
        padding-bottom: 66.67%;
    }
}
