@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index、news*/
.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: 10px 0 0;
}
.news-list .date{
    color: #EF9091;
    transition: all .3s ease;
}
.news-list .item .box:hover .date{
    color: #F5AE5F;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list.type3 .name{
    height: auto;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .btn.more{
    background: #563C30;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
    opacity: 1;
    transition: all .3s ease;
    border-radius: 30px;
}
.news-list .box:hover .btn.more {
    background: #563C30;
    color: #fff;
    opacity: .6;
}
.news-list.type3 {
    margin: 0 -20px;
}
.news-list.type3 .item {
    border-left: none;
    margin-bottom: 30px;
    padding: 0 20px;
}
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item {
    border-bottom: none;
    margin-bottom: 40px;
    padding: 0 10px;
}
.news-list.type4 .item .box{
    transition: all .3s;
    border:none;
}
.news-list .item .box{
    transition: all .3s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt{
    position: static;
    padding: 15px 5px 0;
}
.news-list .item .date{
    font-family: "Montserrat", sans-serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 10px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #EF9091;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #F5AE5F;
    color: #FFFFFF;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    top: 15px;
    left: 15px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 32px;
    font-weight: 500;
}
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    font-size: 11px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 500;
}
.news-list .item .name{
    font-family: "Noto Sans TC", sans-serif;
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list .box:hover .name{
    color: #563C30;
}
.news-list .item .description{
    color: #7F7F7F;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list.type4 .description{
    max-height: inherit;
    height: auto;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 1000px){
    .news-list.type4{
        margin: 0 -5px;
    }
    .news-list.type4 .item{
        padding: 0 5px;
        margin-bottom: 30px;
    }
    .news-list.type4 .txt{
        padding: 10px 5px 0;
    }
    .news-list .item .name{
        font-size: 17px;
        height: auto;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list.type4 .item .date{
        width: 55px;
        height: 55px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 10px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto ;
}
.products-list.type1{
    border-radius: 15px;
    overflow: hidden;
}
.products-list.type1 .item .pic{
    border-radius: 0;
}
.products-list.type1.for-cart .box .wish{
    bottom: calc(0% + 0px);
    top: inherit;
}
.products-list.type2 .txt{
    padding: 15px 5px 0;
}
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .item .name{
    font-family: "Noto Sans TC", sans-serif;
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.products-list .box:hover .name{
    color: #563C30;
}
.products-list.type2 .name{
    -webkit-line-clamp: 1;
    height: auto;
}
.products-list .description{
    color: #7F7F7F;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.products-list.type2 .description{
    max-height: inherit;
    height: auto;
    -webkit-line-clamp: 2;
}
.products-list .offers{
    color: #EF9091;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.2;
    margin-left: 30px;
}
.products-list .box.new:before{
    position: absolute;
    content: 'New';
    display: block;
    background: #563C30;
    color: #FFFFFF;
    width: 75px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    z-index: 10;
    left: 0;
    top: 20px;
    border-radius: 0 10px 10px 0px;
}
.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: none;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: url(../../../images/layout01/common/products/wish.png) 50% no-repeat;
    text-align: center;
    position: absolute;
    top: calc(100% + 106px);
    left: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: url(../../../images/layout01/common/products/wish_.png) 50% no-repeat;
}
.products-list.for-cart .box .wish::before{
    display: none;
}
.products-list .mask{
    overflow: visible;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list .pic:before,
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
    display: none;
}
@media screen and (max-width: 1000px){
    /*列表通用 index、products*/
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
    .products-list.type2{
        margin: 0 -5px;
    }
    .products-list.type2 .item{
        padding: 0 5px;
        margin-bottom: 30px;
    }
    .products-list.type2 .txt{
        padding: 10px 5px 0;
    }
    .products-list .item .name{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .products-list .item .description{
        font-size: 14px;
    }
    .products-list .offers{
        font-size: 18px;
    }
    .products-list.for-cart .box .wish{
        top: calc(100% + 90px);
    }
    .products-list .box.new:before{
        width: 65px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type2 .name {
        margin-top: 0;
    }
    .products-list.for-cart.type2 .offers {
        font-size: 16px;
        margin: 15px 0;
        line-height: 25px;
        max-height: 25px;
        margin-left: 30px;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #563C30;
}
.album-list .item .name{
    color: #563C30;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
.album-list .item .name{
    font-weight: 500 !important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.album-list.type1 .item .name{
    height: auto;
    font-size: 18px;
    font-weight: 500;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #563C30;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list .item .box .pic{
    border-radius: 15px;

}
.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;
    overflow: hidden;
}
.banner:before,
.banner_m:before{
    content: '';
    display: block;
    background:#F6F4F2;
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: 0;
    height: 67.8%;
    z-index: -1;
    margin: auto;
}
.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 #563C30;
    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;
    opacity: 1;
}
.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{
    opacity: .6;
    background-size: contain;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    top: calc(100% - 40px);
    left: 0;
    right: 0;
    margin: 0px 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;
    margin: 0;
    line-height: 0;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 10px;
    height: 10px;
    margin : 0px 5px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before{
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: transparent;
    border-radius: 50%;
    background: #FFFFFF;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before{
    background: #563C30;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 45px;
}
.title h2{
    font-family: "Noto Sans TC", sans-serif;
    color: #553B30;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.5;
}
.title span{
    font-family: "Montserrat", sans-serif;
    color: #C0B9B2;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: normal;
    margin: 0;
    line-height: 1.2;
}
.title i{
    display: none;
}
.title::before{
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #F5AE5F;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100% + 6px);
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display:block;
    width: 100%;
    height: 50px;
    margin: 0px auto;
}
.index_more a{
    box-sizing: border-box;
    display:block;
    font-family: "Montserrat", sans-serif;
    background: #FFFFFF;
    width: 200px;
    height: 50px;
    text-indent: inherit;
    color: #563C30;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
    border: 2px solid #563C30;
    transition: all .3s ease;
    font-size: 0;
    margin: 0 auto;
}
.index_more:hover a{
    background: #563C30;
    color: #FFFFFF;
}
.index_more a span{
    font-size: 18px;
    font-weight: 600;
}
.news-sect .index_more::before,
.products-sect .index_more::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 8px;
    background-image: radial-gradient(rgba(86,60,48,.3) 20%,transparent 0);
    background-position: 0 100%;
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 86px 0 43px;
}
.news-sect .n_r {
    content: '';
    position: absolute;
    display: block;
    width: 280px;
    height: 226px;
    left: calc(100% - 280px);
    top: 12%;
    background-image: url(../../../images/layout01/common/index/a_footprint.png);
    background-repeat: no-repeat;
    animation-name: footprint-run1;
    animation-duration: 2s;
    animation-timing-function: steps(6, end);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: scaleX(-1);
    z-index: -1;
}
.news-sect .n_l {
    content: '';
    position: absolute;
    display: block;
    width: 291px;
    height: 231px;
    right: calc(100% - 291px);
    top: 64%;
    background-image: url(../../../images/layout01/common/index/s_footprint.png);
    background-repeat: no-repeat;
    animation-name: footprint-run2;
    animation-duration: 2s;
    animation-timing-function: steps(6, end);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
    transform: scaleX(-1);
    z-index: -1;
}
.news-sect .index_more{
    margin: 0px auto 0;
}
.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.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;
    z-index: 10;
    padding: 43px 0 72px;
}
.products-sect .title{
    position: relative;
}
.products-sect .index_more{
    display: block;
    margin: 10px auto 50px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px;
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: #F6F4F2;
    padding: 92px 0 60px;
    z-index: 2;
}
.about-sect .a_l {
    position: absolute;
    display: block;
    width: 280px;
    height: 226px;
    right: calc(100% - 280px);
    top: 22%;
    background-image: url(../../../images/layout01/common/index/a_footprint.png);
    background-repeat: no-repeat;
    animation-name: footprint-run1;
    animation-duration: 2s;
    animation-timing-function: steps(6, end);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: -1;
}

.about-sect::after{
    content: '';
    position: absolute;
    width: 100%;
    height:15px;
    background: url(../../../images/layout01/common/index/a_t.png) 50% no-repeat;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    position: relative;
    display: flex;
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: absolute;
    box-sizing: border-box;
    width: fit-content;
    max-width: 500px;
    float: right;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-sect .col.pic{
    position: relative;
    width: 28%;
    height: auto;
    margin: 0;
    top: -42px;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0,.08));
    margin-right: auto;
}
.about-sect .pic img{
    margin: 0;
    display: block;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more{
    margin: 40px 0 0;
}
.about-sect .title{
    position: relative;
    margin: 0 auto 10px
}
.about-sect .txt-box{
    position: relative;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2.4;
}
.about-sect .txt-box .index-about-editor .editor h4{
    color: #523930;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.about-sect .txt .tag{
    display: none;
}

.about-sect .index_more a{
    background: transparent;
}
.about-sect .index_more:hover a{
    background: #563C30;
}
.about-sect .col.pic2 {
    position: relative;
    width: 28%;
    height: auto;
    margin: 0;
    top: 4px;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0,.08));
    margin-left: auto;
}
.about-sect .a_deco {
    position: absolute;
    display: block;
    right: -98px;
    top: -20%;
    z-index: 4;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0,.08));
}


/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}

/*------------ service ------------*/
.service-sect{
    position: relative;
    background: #F6F4F2;
    padding: 60px 0 104px;
}
.service-sect::before{
    content: '';
    position: absolute;
    width: 100%;
    height:15px;
    background: url(../../../images/layout01/common/index/s_b.png) 50% no-repeat;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-sect .s_r {
    content: '';
    position: absolute;
    display: block;
    width: 291px;
    height: 231px;
    left: calc(100% - 291px);
    top: 32%;
    background-image: url(../../../images/layout01/common/index/s_footprint.png);
    background-repeat: no-repeat;
    animation-name: footprint-run2;
    animation-duration: 2s;
    animation-timing-function: steps(6, end);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
    z-index: 0;
}
.service-sect .title{
    position: relative;
    margin: 0 auto 20px;
    display: none;
}
.service-sect .editor{
    padding: 0;
}
.service-box{
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #666;
    margin: 0 auto;
    z-index: 2;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}

/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-list .item .pic{
    border-radius: 0;
}
.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: #563C30;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
    letter-spacing: 0.05em;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
    font-size: 16px;

}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    position: relative;
    padding: 124px 0 120px;
}
.album-sect::before{
    content: '';
    position: absolute;
    display: block;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 173px;
    height: 91px;
    background: url(../../../images/layout01/common/index/album_deco.png) 50% no-repeat;
    z-index: 4;
}
.album-sect .container{
    display: flex;
}
.album-sect .title{
    position: relative;
    background: #F6F4F2;
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    /* padding: 0 0 16.66%; */
    padding: 5% 0 11.66%;
    border-radius: 30px 0 0 30px;
    margin: 0;
}
.album-sect .title::before{
    display: none;
}
.album-sect .title span{
    position: relative;
}
.album-sect .title span::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #F5AE5F;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100% + 6px);
}
.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: #F6F4F2;
    border-radius: 0 30px 30px 0;
}
.album-sect .index_more a{
    width: 80px;
    height: 80px;
    line-height: inherit;
    border-radius: inherit;
    border: inherit;
    background: inherit;
    color: inherit;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.album-sect .index_more a span{
    background: url(../../../images/layout01/common/index/album_more.png);
    width: 80px;
    height: 80px;
    font-size: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    opacity: 1;
    transition: all .3s ease;
}
.album-sect .index_more a:hover span{
    opacity: .6;
}
/*瀑布流*/
.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: 0px 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: 1440px){
    .news-sect::before,
    .news-sect::after{
        opacity: .6;
    }
    .about-sect .a_deco{
        top: -40%;
    }
}
@media screen and (max-width: 1280px){
    .title h2{
        font-size: 36px;
    }
    .about-sect{
        padding: 92px 0 40px;
    }
    .service-sect {
        padding: 40px 0 104px;
    }
    .about-sect .row{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .about-sect .col.pic{
        margin-right: inherit;
        width: fit-content;
    }
    .about-sect .col.pic2{
        display: none;
    }
    .about-sect .col.txt{
        position: relative;
        float: left;
        margin: 0;
    }
}
@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){
    .banner .slick-dots, .banner_m .slick-dots{
        top: calc(100% - 30px);
    }
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .title{
        margin: 0 auto 24px;
    }
    .title h2{
        font-size: 32px;
    }
    .title span{
        font-size: 18px;
    }
    .title::before{
        width: 45px;
        height: 4px;
        bottom: calc(100% + 5px);
    }
    .index_more{
        height: 45px;
    }
    .index_more a{
        width: 180px;
        height: 45px;
        line-height: 42px;
    }
    .index_more a span{
        font-size: 16px;
    }
    .news-sect {
        padding: 68px 0 34px;
    }
    .products-sect {
        padding: 34px 0 34px;
    }
    .about-sect {
        padding: 68px 0 42px;
    }
    .service-sect {
        padding: 42px 0 104px;
    }
    .album-sect {
        padding: 124px 0 34px;
    }

    .news-sect .n_r{
        transform: scaleX(-1) scale(.8);
        left: calc(100% - 224px);
        top: 10%;
    }
    .news-sect .n_l{
        transform: scaleX(-1) scale(.8);
        right: calc(100% - 232px);
        top: 72%;
    }
    .about-sect .a_l{
        transform: scale(.8);
        right: calc(100% - 224px);
        top: 22%;
    }
    .service-sect .s_r{
        transform: scale(.8);
        left: calc(100% - 232px);
        top: 58%;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .products-box{
        padding: 0px 0;
    }
    .about-sect .row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .about-sect .col.txt{
        position: relative;
        float: none;
        width:fit-content;
        text-align: center;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width:fit-content;
        max-width: 345px;
        text-align: center;
        margin: 0 auto 40px;
        top: inherit;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        font-size: 14px;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 20px;
    }
    .about-sect .txt-box .index-about-editor .editor br{
        display: none;
    }
    .about-sect .index_more {
        margin: 30px 0 0;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }
    .album-sect .title{
        background: transparent;
        width: 100%;
        padding: 0;
        height: auto;
        border-radius: inherit;
        margin:0 auto 24px;
    }

    .album-sect .album-list{
        overflow: hidden;
        border-radius: 15px;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .index_more{
        background: none;
        width: auto;
        height: auto;
        padding: 0px 0 0px;
        line-height: 1;
        margin-top: 30px;
    }
    .album-sect .index_more a span{
        width: 70px;
        height: 70px;
        background-size: contain;
        margin: 0 auto;
        left: inherit;
        top: inherit;
    }
    .album-sect .index_more a{
        position: relative;
        width: 70px;
        height: 70px;

    }
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@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%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}