@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.wrapper{
    padding-top: 169px;
    background: #F4F2EF;
}
.banner:before{
    content: '';
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: calc(50% + 15px);
    left: 0;
    right: 0;
    z-index: -1;
}
.site-main{
    position: relative;
    z-index: 2;
}
.site-title {
    padding: 47px 0 32px;
    float: left;
}
.site-nav .menu>li>ul {
    top: 168%;
}
.site-nav .menu .full_menu > ul{
    top: 100%;
}
/*列表通用 index、products*/
.products-list.column4 .item {
    width: 20%;
}
.products-list.type2{
    margin: 0 -10px;
}
.products-list.type2 .item{
    margin-bottom: 30px;
    padding: 0 10px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list.type2 .txt{
    padding: 10px 12px 0 ;
}
.products-list.type2 .name{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0px 5px;
}
.products-list .box .name,.products-list.type2 .name{
    color: #333333;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #CD5410;
}
.products-list.type2 .description,.products-list .description{
    color: #524D4A;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 28px;
}

.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'new';
    display: block;
    width: 43px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #CD5410;
    color: #FFFFFF;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: normal;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    border-radius: 0 0 8px 0;
}
.products-list .pic:before{
    display: none;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    /*列表通用 index、products*/
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}
/*!列表通用 index、products*/
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 0px;
}
.news-list .btn.more{
    background: #CD5410;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 300;
}
.news-list .box:hover .btn.more {
    background: #555555;
    color: #FFF;
}
.news-list.type3 .date{
    color: #CD5410;
}
.news-list.type3 .item {
    border-left: solid rgba(85,85,85,.5) 1px;
}
.news-list.type3:before{
   display: none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    position: relative;
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    padding: 12px 15px 0;
    min-height: inherit;
}
.news-list.type4 .item .date,
.news-date{
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    background: #CD5410;
}
.news-list .item .date{
    font-family: "Playfair Display", serif !important;
}
.news-list.type2 .date{
    color: #CD5410;
    margin-bottom: 2px;
}
.news-list.type4 .item .date{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 65px;
    height: 65px;
    padding-top: 0px;
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
    border-radius: 0 0 8px 0;
    font-weight: 600;
    background: #CD5410;
    transition: all .3s ease;
}
.news-list.type4 .box:hover .date{
    background: #FFFFFF;
    color: #CD5410;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.3;
    margin-bottom: -12px;
    font-size: 33px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.news-list .item .name{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0px 5px;
    color: #333333;
    white-space: break-spaces;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #CD5410;
}
.news-list .item .description{
    color: #524D4A;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
}
.news-list.type4 .item .name{
    margin: 0;
}
.news-list.type4 .item .description{
    display: none;
}
@media screen and (max-width: 767px){
    .news-list.type2 .pic{
        padding-bottom: 0;
    }
    .news-list .box{
        text-align: left;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #333333;
    transition: all .3s ease;
}
.album-list .item .box:hover .name{
    color: #CD5410 ;
}
.album-list.type1 .item .box:hover .name{
    color: #FFF;
}
.album-list.type1 .item .name{
    line-height: 1.4;
    font-size: 17px;
    height: inherit;
    -webkit-line-clamp: 1;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.05em;
    max-height: inherit;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}

.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #333333;
    transition: all .3s ease;
}
.container .masonry-list.album-list .item .box:hover .name{
    color: #CD5410;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
    margin: 0;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner img{
    border-radius: 100px 0 0 0 ;
    overflow: hidden;
}

.banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -48px 0 0 0;
    border-radius: 10px;
    z-index: 100;
    background: #CD5410;
    box-sizing: border-box;
    border: none;
    width: 65px;
    height: 65px;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-arrow:hover{
    background: #555555;
}
.banner .slick-arrow::after {
    content: '';
    position: absolute;
    display: block;
    width: 21px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../../../images/layout01/common/index/bn_arrow_ic.png') center no-repeat;
    margin: auto;
    transition: all .3s ease;
}
.banner .slick-arrow:hover::after {
    background: url('../../../images/layout01/common/index/bn_arrow_ic.png') center no-repeat;
}
.banner .slick-prev {
    background-position: 0 0;
    left: -30px;
}
.banner .slick-next {
    left: auto;
    right: -30px;
    transform: rotate(180deg);
}
.banner .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li+li{
    margin-left: 20px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    cursor: pointer;
    background: #D6D6D6;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active button{
    background: #CD5410;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
}
.title span{
    display: block;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: normal;
    color: #CC5210;
    line-height: 1.5;
}
.title h2{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    color: #333333;
    margin: 0;
}
.title h2::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #CD5410;
    margin: 0 10px 6px 2px;
}
.title h2::after{
    content: '';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #CD5410;
    margin: 0 2px 6px 10px;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    color: #FFF;
    width: 230px;
    height: 52px;
    line-height: 52px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    background: #CD5410;
    overflow: hidden;
    transition: all .4s ease;
    margin: 0px auto 0;
    border-radius: 10px;
}
.index_more:hover {
    background: #555555;
}
.index_more a {
    position: relative;
    font-size: 0;
    padding: 0;
    display: block;
    width: 230px;
    height: 52px;
    z-index: 5;
}
.index_more a span {
    position: relative;
    letter-spacing: 0.1em;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 300;
    font-size: 17px;
    left: -30px;
    z-index: 2;
    transition: all .4s ease;
}
.index_more:hover a span{
    left: 50px;
}
.index_more::before{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 12px;
    background: url('../../../images/layout01/common/index/index_more_ic.png') center no-repeat;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
    transition: all .4s ease;
}
.index_more:hover::before{
    right: 175px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: transparent;
    padding: 160px 0 235px;
    overflow: hidden;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    float: none;
    z-index: 2;
    left: 3.9%;
    margin:  0 auto;
}
.about-sect .col.pic{
    position: absolute;
    width: 35.7%;
    right: 64.3%;
    top: 8.2%;
    height: auto;
    text-align: right;
    margin: 0;
    z-index: 2;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: auto !important;
    margin: 0;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: clip-path 3s cubic-bezier(.23, 1, .32, 1) 0s, -webkit-clip-path 3s cubic-bezier(.23, 1, .32, 1) 0s;
}
.loaded.about-sect .col.pic  img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    height: 100%;
}
.about-sect .a_right{
    position: absolute;
    width: 32.55%;
    left: 67.45%;
    top: 28%;
    height: auto;
    text-align: right;
    margin: 0;
    z-index: 2;
}
.about-sect .a_right img{
    object-fit: cover;
    height: auto !important;
    margin: 0;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: clip-path 3s cubic-bezier(.23, 1, .32, 1) 0s, -webkit-clip-path 3s cubic-bezier(.23, 1, .32, 1) 0s;
}
.loaded.about-sect .a_right img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    height: 100%;
}
.about-sect .index_more{
    margin: 45px 0 0;
}
.about-sect .title{
    text-align: left;
    margin: 0 0 30px;
}
.about-sect .title h2::after{
    display: none;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #444444;
    margin: 0;
}
.about-sect .txt-box .index-about-editor .editor h4{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    color: #333333;
    margin: 0 0 20px;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .a_logo{
    position: absolute;
    left: 8.2%;
    right: 0;
    top: 1.5%;
    width: fit-content;
    height: auto;
    margin: 0 auto;
    z-index: 0;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    background: url(../../../images/layout01/common/index/s_bg.jpg) 50% no-repeat;
    background-attachment: fixed;
    padding: 90px 0 80px;
}
.service-sect .title{
    margin: 0 auto 15px
}
.service-sect .editor{
    width: fit-content;
    padding: 0;
    margin: 0 auto;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 950px;
    background: rgba(255,255,255,.87);
    border-radius: 30px;
    margin: 0 auto;
    padding: 32px 0 98px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: relative;
    margin: 28px auto 0;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    background: #EDE5DD;
    padding: 70px 0 105px;
    z-index: 10;
}
.products-sect .container{
    position: relative;
}
.products-sect .container::before{
    content: '';
    position: absolute;
    box-sizing: border-box;
    background: #FFFFFF;
    left: -10.2%;
    right: -10.2%;
    top: 40px;
    bottom: -70px;
    border-radius: 50px;
}
.products-sect .index_more{
    display: block;
    margin: 15px auto 0px;
}
.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;
}
/*!少量排版*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    background: #EDE5DD;
    padding: 35px 0 35px;
}
.news-sect .title{
    margin-bottom: 20px;
}
.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;
    height: 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.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;
}
/*!少量排版*/
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0 -5px;
}
.album-sect .album-list .item{
    padding: 0 5px;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 67.8%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: #CD5410;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.05em;
    border-radius: 8px 8px 0 0 ;
    padding: 8.5px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    position: relative;
    background: #FFFFFF;
    padding: 40px 0 40px;
}
.album-sect:before {
    content: '';
    display: block;
    background: #EDE5DD;
    position: absolute;
    top: 0;
    bottom: calc(50% - 2px);
    left: 0;
    right: 0;
    z-index: 0;
}
.album-sect::after{
    content: '';
    display: block;
    position: absolute;
    width: 1681px;
    height: 503px;
    background: url(../../../images/layout01/common/footer_deco.png) 50% no-repeat;
    left: 2.2%;
    right: 0;
    margin: 0 auto;
    top: calc(50% + 2px);
    z-index: 1;
}
.album-sect .container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.album-sect .title{
    position: relative;
    width: fit-content;
    display: block;
    box-sizing: border-box;
    font-size: 21px;
    margin: 0 2.9% 0;
}
.album-sect .index_more{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    border-radius: 20px;
    margin: 10px 1.8% 0;
}
.album-sect .index_more a{
    width: 130px;
    height: 130px;
}
.album-sect .index_more a span{
    left: 4px;
    right: 0;
    top: 36px;
    margin: 0 auto;
}
.album-sect .index_more::before{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 38px;
    top: inherit;
}
.album-sect .index_more:hover:before {
    right: 0;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: 0 auto 30px;
}
.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: 1680px){
    .about-sect .col.pic {
        right: 67.3%;
    }
    .about-sect .a_right{
        left: 70.45%;
    }
    .products-sect .container::before{
        left: -2.8%;
        right: -2.8%;
    }
}
@media screen and (max-width: 1440px){
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        right: 15px;
    }
    .about-sect .col.txt{
        left: 2.8%;
    }
    .products-sect .container {
        position: relative;
        padding: 0 30px;
        max-width: 1360px;
    }
    .products-sect .container::before {
        left: 15px;
        right: 15px;
    }
    .album-sect .title{
        margin: 0 2.5% 0;
    }
}

@media screen and (max-width: 1280px){
    .banner .slick-dots {
        margin: 12px 0 0;
    }
    .banner .slick-dots li+li {
        margin-left: 12px;
    }
    .about-sect{
        padding: 106px 0 106px;
    }
    .service-sect {
        padding: 60px 0 52px;
    }
    .products-sect {
        padding: 46px 0 70px;
    }
    .news-sect {
        padding: 24px 0 24px;
    }
    .album-sect {
        padding: 26px 0 26px;
    }
    .about-sect .col.pic {
        right: 72.3%;
        top: 18.2%;
    }
    .about-sect .a_right{
        left: 75.45%;
        top: 38%;
    }
    .about-sect .a_logo {
        top: -10.5%;
        transform: scale(.8);
    }
    .service-box{
        padding: 22px 0 68px;
    }
}
@media screen and (max-width: 1250px){
    .wrapper {
        padding-top: 161px;
    }
    .site-nav .menu>li>ul {
        top: 139%;
    }
    .header-fixed .site-nav {
        margin-top: 0px;
        padding: 12px 0 10px;
    }
    .site-title {
        padding: 20px 0 15px;
        float: none;
        text-align: center;
        position: static;
    }
}
@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){
    .header-fixed .site-title, .site-title {
        display: block;
        float: none;
        padding: 10px 0;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 224px;
        height: 60px;
    }
    .banner img {
        border-radius:0;
        overflow: hidden;
    }
    .banner .slick-dots {
        margin: 0;
    }
    .banner .slick-dots li button {
        width: 6px;
        height: 6px;
    }
    .about-sect{
        padding: 30px 0 60px;
    }
    .service-sect {
        padding: 40px 0 30px;
        background-size: cover;
        background-attachment: inherit;
    }
    .products-sect {
        padding: 40px 0 60px;
    }
    .news-sect {
        padding: 20px 0 10px;
    }
    .album-sect {
        padding: 10px 0 20px;
    }
    .index_more {
        font-size: 15px;
        width: 208px;
        height: 46px;
        line-height: 46px;
    }
    .index_more a {
        width: 208px;
        height: 46px;
    }
    .index_more a span {
        position: relative;
        letter-spacing: 0.1em;
        font-family: "Frank Ruhl Libre", serif;
        font-weight: 300;
        font-size: 15px;
        left: -25px;
        z-index: 2;
        transition: all .4s ease;
    }
    .index_more:hover a span{
        left: 40px;
    }
    .index_more::before{
        content: '';
        position: absolute;
        display: block;
        width: 16px;
        height: 11px;
        background: url('../../../images/layout01/common/index/index_more_ic.png') center no-repeat;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto 0;
        background-size: contain;
        transition: all .4s ease;
    }
    .index_more:hover::before{
        right: 155px;
    }
    .title span {
        font-size: 42px;
        line-height: 1.3;
    }
    .title h2 {
        font-size: 20px
    }
    .title h2::before{
        width: 5px;
        height: 5px;
    }
    .title h2::after,
    .about-sect .title h2::after {
        content: '';
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #CD5410;
        margin: 0 2px 6px 10px;
    }
    .about-sect .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .title{
        text-align: center;
        margin: 0 auto 24px;
    }
    .about-sect .col.txt{
        float: none;
        width: fit-content;
        max-width: 675px;
        text-align: center;
        left: inherit;
        margin: 0 auto;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width: fit-content;
        max-width: 675px;
        text-align: center;
        margin: 0 auto 24px;
        right: inherit;
        left: inherit;
        top: inherit;
        text-align: center;
    }
    .about-sect .a_right{
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 14px;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
    }
    .about-sect .a_logo {
        top: 18.5%;
        transform: scale(.8);
        left: 30.2%;
        opacity: .9;
    }
    .service-box {
        padding: 15px 0 40px;
        max-width: 675px;
        border-radius: 25px;
    }
    .service-sect .index_more {
        margin: 24px auto 0;
    }
    .products-sect .container::before {
        top: 30px;
        bottom: -40px;
        border-radius: 30px;
    }
    .products-list.column4 .item {
        width: 25%;
    }
    .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;
    }
    .service-box > .flex{
        display: block;
    }
    .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;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        position: relative;
    }
    .album-sect:before {
        bottom: calc(50% - 15px);
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        position: relative;
        text-align: center;
        width: 100%;
        margin:0 auto 24px;
    }
    .album-sect .index_more {
        font-size: 15px;
        width: 208px;
        height: 46px;
        line-height: 46px;
        border-radius: 10px;
        margin: 24px auto 0;
    }
    .album-sect .index_more a {
        width: 208px;
        height: 46px;
    }
    .album-sect .index_more a span {
        position: relative;
        letter-spacing: 0.1em;
        font-family: "Frank Ruhl Libre", serif;
        font-weight: 300;
        font-size: 15px;
        left: -25px;
        z-index: 2;
        transition: all .4s ease;
        top: inherit;
        right: inherit;
    }
     .album-sect .index_more:hover a span{
        left: 40px;
    }
     .album-sect .index_more::before{
        content: '';
        position: absolute;
        display: block;
        width: 16px;
        height: 11px;
        background: url('../../../images/layout01/common/index/index_more_ic.png') center no-repeat;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto 0;
        background-size: contain;
        transition: all .4s ease;
        left: inherit;
    }
    .album-sect .index_more:hover::before{
        right: 155px;
    }
    .album-list{
        width: 100%;
        margin: 0 auto;
    }
    .album-sect .album-list{
        margin: 0 auto;
    }
    .album-sect .album-list .item .namebox {
        font-size: 16px;
        padding: 8.5px 12px;
    }
    .album-list.type1 .item .name{
        font-size: 16px;
    }

    .products-list.type2{
        margin: 0 -5px;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
        padding: 0 5px;
        margin-bottom: 25px;
    }
    .products-list.type2 .txt {
        padding: 10px 5px 0;
    }
    .products-list.type2 .name{
        font-size: 17px;
        margin: 0 0px 0px;
    }

    .news-list.type4 .item .date{
        width: 55px;
        height: 55px;
    }
    .news-list.type4 .item .date .day {
        line-height: 0;
        margin-bottom: -8px;
    }
    .news-list.type4 .txt {
        padding: 10px 10px 0;
    }
    .news-list .item .name{
        font-size: 17px;
    }
}
@media screen and (max-width: 767px){
    .products-list.column4 .item {
        width: 50%;
    }
    .album-sect .album-list{
        margin: 0 auto;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .album-sect .album-list .item {
        margin-bottom: 10px;
    }
    .about-sect .row{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .about-sect .txt-box{
        max-width: 400px;
        width: 100%;
    }
    .album-sect:before {
        bottom: calc(35% - 15px);
    }

}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}