@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #2A9990;
}
.article-list .item .box:hover .name{
    color: #2A9990;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #d90909;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #e9443d;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #1b2157;
}
.type4 .article-list .date{
    color: #d90909; 
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #d90909;
    border-color: #d90909;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #f7894f;
    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.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.type2 .description,.products-list .description{
    color: #8B8B8B;
}
.products-list .offers{
    color: #c5927e;
}

.products-list .box.new:before{
    content: 'new!';
    display: block;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: -3px;
    font-family: "Dynalight", serif;
    font-size:35px;
    color: #c5927e;
}
.products-list .mask{
    overflow:inherit;
}
.products-list .box .pic{
    position: relative;
    box-sizing: border-box;
    transition: all .2s; 
}
.products-list .box:hover .pic{
    border-color: #e9443d;
    transition: all .2s;  
}
.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: 47px;
    right: 7px;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
   color: #c5927e;
}
.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: 0;
    background: rgb(255 255 255 / 20%);
}
@media screen and (max-width: 1000px){
    .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 {
    width: calc(100% + 30px);
}

.products-list.type2 .txt {
    padding-top: 0px;
    margin: -42px 0 0;
}
.products-list .pic:before {
    z-index:0;
    
}
.products-list .box .name,.products-list.type2 .name{
    color: #333;
    background:#F0EBE6;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    padding: 7px 15px;
    -webkit-line-clamp: 1;
    border-radius: 0 20px 0 0;
}
.products-list .box:hover .name{
    color: #FFF;
    background:#f7b401;
}
.products-list.type2 .description,.products-list .description{
    color: #666;
}
@media screen and (max-width: 1440px){
    .products-list.type2 {
        width: calc(100% + 14px);
    }
}
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list .item .name{
    color: #333;
}
.album-list.type1 .item .box .more {
    display: none;
}
.album-list.type1 .item {
    border-bottom: 0px solid #ddd;
}
.album-list.type1 .item .namebox {
    position: absolute;
    left: 0;
    right: 0;
    background: #f7b401;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: 0;
}
.album-list.type1 .item .name {
    line-height: 1.5;
    font-size: 20px;
    height: 31px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-weight: normal;
    margin: 3px 0px 3px;
    color: #FFF;
}
.album-list.type1 .item .box:hover .namebox{
    opacity: 1;
}
.album-list.type3 .item .pic:before,
.album-list.type3 .item .pic:after{
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    z-index: 15;
}
.album-list.type3 .item .pic:before{
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../../images/layout02/common/album/ic.png');
    z-index: 18;
}
.album-list.type3 .item .pic:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}
.album-list.type3 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:after{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.album-list.type3 .item .box:hover .pic:before {
    top: 50%;
}
.container .masonry-list.album-list.type1 .item .box:hover .namebox {
    opacity: 1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
   transition: all .3s ease;
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.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: #333;
}
.masonry-list.album-list.type1 .item .box:hover .name{
    color: #F9632F;
}
.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;
}
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: none;
    color: #37332B;
    font-family: "EB Garamond";
    text-align: left;
    font-weight: 500;
}

.news-list .btn.more:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #f7b401;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    transition: all .3s ease;
}

.news-list .box:hover .btn.more:after{
   
    width: 70px;
    
 
}

.news-list .box:hover .btn.more {
    background: none;
    color: #e2b35d;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border:none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date{
    color: #333;
}
.news-list.type4 .item .date,
.news-date{

    color: #333;
    font-family: "EB Garamond", serif;
    font-weight: 500;
  
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #FFB23F;
    background: transparent;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.news-list.type2 .item {
    border-bottom: 0px solid #E7E7E7;
    padding: 0 10px 0px;
    margin-bottom: 0px;
}
.news-list.type2 .item .date{
    display: inline-flex;
    font-family: "EB Garamond", serif;
    color: #333333;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 7px;
}
.news-list.type2 .item .date .years{
    order: 1;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.news-list.type2 .item .date .years:before{
    display: none;
}
.news-list.type2 .item .date .years:after{
    content: ".";
}
.news-list.type2 .item .date .month{
    order: 2;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.news-list.type2 .item .date .month:after{
    content: ".";
}
.news-list.type2 .item .date .day{
    order: 3;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.news-list.type2 .more-box{
    /* display: none; */
}
.news-list.type2 .pic {
    width: 170px;
    border-radius: 20px;
}

.news-list .item .name{
    color: #333;
    "Noto Serif TC", font-family: sans-serif;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    letter-spacing: 2px;
}
.news-list .box:hover .name{
    color: #e2b35d;
}
.news-list .item .description{
    color: #545454;
}
@media screen and (max-width: 767px){
    .news-list.type2 .pic {
        width: auto;
    }
    .news-list.type2 .txt {
        margin-top: 0;
        padding-top: 5px;
    }
    .news-list.type2 .btn.more {
    margin: 0 0 13px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    }
    .news-list .btn.more:after{
        margin:0 auto;
    }
}


/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    position: relative;
}
.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0 40px 0;
    box-sizing: border-box;
    right: 220px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button{
    width: 15px;
    height: 15px;
    border: 0;
    color: transparent;
    background: url('../../../images/layout02/common/index/dot.png');
    background-position: 100% 0;
    cursor: pointer;
}
.banner .slick-active button{
    background-position: 0 0;
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
/*!輪播*/
/*------------ title ------------*/
.title{
    margin-bottom: 25px;
    position: relative;
    /* z-index: 0; */
}
.title span{
    position: absolute;
    font-size: 150px;
    color: rgb(255 255 255 / 50%);
    font-family: "Dynalight", serif;
    margin: 0 auto;
    left: 0;
    display: block;
    right: 0;
    text-align: center;
    top: -20px;
    line-height: 1;
    z-index: 0;
}
.title h2{
    font-size: 34px;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
    color: #f7b401;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 6px;
    position: relative;
    text-align: center;
    z-index: 0;
}

.title h2:before{
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #f7b401;
    border-radius:100%;
    text-align:center;
    margin: 0 auto 10px;
}

.title i{
   display: none;
}

/*------------ more ------------*/

.index_more{
    width: 160px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.index_more a{
    background: #f7b401;
    width: 160px;
    height: 50px;
    text-indent: inherit;
    margin: 0px auto;
    color: #444444;
    text-align: left;
    line-height: 50px;
    border-radius: 6px;
    transition: all .3s ease;
    display:block;
    font-family: "EB Garamond", serif;
    padding: 0 25px;
    box-sizing: border-box;
}
.index_more a:hover{
    background: #e2b35d;
     padding: 0 35px;
    color: #fff;
}
.index_more a{
    font-size: 0;
    display: block;
      position: relative;
}
.index_more a span{
    font-size: 15px;
   
}

.index_more a:before{
    content: '';
    width: 6px;
    height:6px;
    background: #444444;
    position: absolute;
    display: block;
    top: 24px;
    right: 20px;
    border-radius:100%;
    transition: all .3s ease;
}


.index_more:hover a:before{
    content: '';
    width: 25px;
    height:1px;
    background: #fff;
    top:25px;
    border-radius:0%;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    z-index:1;
    background: url(../../../images/layout02/common/bg02.jpg)repeat;
    padding: 100px 0 60px;
    box-sizing: border-box;
}

.about-sect .pic{
    display:none;
}

.about-sect .index-about-editor{
    color:#585245;
    text-align:center;
    max-width:550px;
    margin:0 auto;
    line-height:2;
    padding: 0 15px 15px;
    position: relative;
    z-index: 1;
}

.about-sect .index-about-editor h3{
    text-align:center;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color:#37342B;
    letter-spacing:3px;
    margin: 0px 0 10px;
    font-size: 18px;
}

.about-sect .txt .tag{
    display: none;
}

.about-sect .index_more a{
    background:none;
    padding: 0;
    text-align: center;
}

.about-sect .index_more a:before{
    content: '';
    width: 1px;
    height:50px;
    background: #f7b401;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    border-radius:0%;
    transition: all .3s ease;
    margin: 0 auto -10px;
}


.about-sect .index_more:hover a:before{
   height:25px;
   
}

.about-sect .index_more a:hover{
    
    color: #e2b35d;
   
}

/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 80px;
}
/*------------ news ------------*/
.news-sect{
    padding: 0px 0 190px;
    background: url(../../../images/layout02/common/newsbg.jpg)repeat;
    background-size: cover;
}
.news-sect:before {
    content: '';
    width: 1px;
    height: 70px;
    background: #f7b401;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    margin: 0 auto 15px;
}

.news-sect .title span {
    
    color: rgb(216 204 195 / 25%);
   
}


.news-sect .index_more{
    position:absolute;
    right:0;
    top: 15px;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom:  0px solid #E6E4E3;
}
.news-list.type2{
    border-bottom: none;
}
.news-list.type3 .item{
    border:none;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list {
    justify-content: center;
}
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item.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 .slick-arrow{
    width: 50px;
    height: 50px;
    border: 0;
    color: transparent;
    background: url('../../../images/layout02/common/index/products_arrow.png') center;
    position: absolute;
    top: 210px;
    right: -18px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s ease;
}
.products-sect .slick-arrow:hover{
    background:  url('../../../images/layout02/common/index/products_arrow_hover.png') center;
}
.products-sect .slick-prev{
    transform: rotate(180deg);
    right: inherit;
    left: -10px;
    z-index: 1;
}
.products-sect .slick-next{
    right: -10px;
}
.products-sect{
    position: relative;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 70px;
    background: url(../../../images/layout02/common/bg03.jpg)0 0 repeat;
}

.products-sect:before {
    content: '';
    width: 1px;
    height: 70px;
    background: #f7b401;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    border-radius: 0%;
    margin: 0 auto 15px;
}
.products-sect .index_more {
   position:absolute;
top:10px;
right:15px;
}

.products-sect .title span {
 color: rgb(216 204 195 / 25%);
 top: -40px;
}


.products-sect .container{
   
}
.products-box{
    width: 100%;
}
.products-sect .title{
}

.products-list{
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list):not(.onlyitem-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    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: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    z-index: 1;
    position: relative;
    background:url(../../../images/layout02/common/bg02.jpg)repeat;
    padding: 40px 0 110px;
}


.service-sect .container{
    max-width:1380px;
    padding:0;
    
}

.service-sect .title{
    max-width:350px;
    margin: -30px auto 0;
}

.service-sect .title:before{
   content: '';
   width: 100%;
   height: 120px;
   display: block;
   background: url(../../../images/layout02/common/bg02.jpg)repeat;
   position: absolute;
   z-index: 0;
   top: -14px;
}

.service-sect .service-text{
    border: 1px solid #f7b401;
    border-radius: 60px 0 60px 0;
    padding: 0 50px;
    box-sizing: border-box;
}


.service-sect .service-pic{
    display:none;
}


.service-sect .index_more{
    margin: 0 auto -25px;
}

.slayout {
    display:flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    padding: 50px 0 70px;
}

.slayout .sitem{
    max-width:200px;
    margin:0 25px;
    text-align:center;
}


.slayout .sum{
    font-size: 50px;
    color: #f7b401;
    font-family: "Dynalight", serif;
    transition: all .3s ease;
}

.slayout .stitle{
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color: #37342B;
    letter-spacing: 3px;
    font-size: 18px;
    margin: 0;
    position: relative;
      transition: all .3s ease;
}


.slayout .sitem:hover .sum{
    color: #e2b35d;
}



.slayout .stitle:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #f7b401;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    margin: 15px auto;
    transition: all .3s ease;
}
.slayout .sitem:hover .stitle:after {
   
    width: 100px;
 
   
}

.slayout .stxt{
    color:#585245;
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1px;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: -120px 0 0;
    width: 100%;
    z-index: 2;
    position: relative;
    border-radius: 150px 0 0 0;
    overflow: hidden;
}

.album-sect .title{
    width: 20%;
    padding: 0;
    margin: -36px 15px 0px 30px;
    z-index: 1;
}

.album-sect .title h2{
    text-align:left;
}

.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
    margin: 0;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.album-sect{
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../../../images/layout02/common/bg03.jpg)0 0 repeat;
  }



.album-sect .container{
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    max-width: 1500px;
    justify-content: space-between;
}
.album-sect .title span{
   color: rgb(217 204 195 / 25%);
   top: -83px;
   width: 380px;
   left: -82px;
}

.album-sect .title h2:before {
  display: inline-block;
  margin: 0px 15px 8px  0;
}

.album-sect .index_more{
  
position: absolute;
  
bottom: 90px;
  
left: 50px;
  
z-index: 1;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
}
.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: 5px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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;
}
.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: 14px 0 0;
    font-size: 16px;
    padding-right: 0;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.contact-sect .arrowL{
    display: none;
}
.contact-sect .btn-box{
    max-width: 800px;
    margin: auto;
}
.form-box{
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.reminder{
    position: relative;
    padding: 9.5px 15px;
    color: #2a9990;
    margin-bottom: 30px;
}
.reminder b:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #2A9990;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.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;
    display: none;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1800px){
   .service-sect .service-text {
    margin:0 15px;
    padding: 0 20px;
}

    .products-sect .slick-arrow{
        top:inherit;
        bottom: 0px;
    }
    
.album-sect .index_more{
  
    bottom: 70px;
   
}
    .products-sect .slick-prev{
  left: -223px;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.products-sect .slick-next{
    right: -220px;
    left: 0px;
    z-index: 1;
    margin: 0 auto;
}

    .products-sect{
    padding-bottom: 90px;
  }
}


@media screen and (max-width: 1600px){
.album-sect .album-list{
   width: 70%;
}
    .album-sect .index_more{
  
    bottom: 0px;
   
}
    .album-sect .title{
    width: 25%;
    padding: 0;
    margin: -50px 15px 0px 30px;
    z-index: 1;
}
    .slayout {
    flex-wrap:wrap;
}
    .banner .slick-dots{
   
    right: 50px;
}
    .news-sect .index_more {
    position:relative;
    right: 0;
    top: 0px;
}
    .products-sect .index_more {
    position:relative;
    right: 0;
    top: 0px;
}
    .about-sect {
  padding: 60px 0 60px;
 
}
}
@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){
      .slayout {

    padding: 30px 0 50px;
}
    .slayout .sitem {
  
    margin: 15px;
  
}
    .slayout .sum {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 5px;
}
    .service-sect {
      padding: 40px 0 65px;
}
    .title h2{
    font-size: 26px;
    }

    .about-sect .index-about-editor h3 {
  letter-spacing: 1px;

}

    .title span{
          font-size: 70px;
          top: 0;
    }

   

   .service-sect .title {
    max-width: 220px;
}
      .about-sect {
  padding: 40px 0 40px;
 
}
    .banner .slick-dots{
        display: none!important;
    }
    .articles-sect{
        padding: 40px 0 40px;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .news-list.type3, .news-list.type4{
        margin-bottom: 40px;
    }
    /*少量排版*/
    .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{
        margin-bottom: 25px;
        text-align: center;
    }


    .products-sect .title span {
   
    top: 0px;
}

    .products-sect {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .products-sect:before{
        height:40px;
    }
    
    .news-sect{
        padding: 0px 0 30px;
    }
    .news-sect:before {
  
    height: 40px;
    
}
  
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 10px;
        padding-bottom:30px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 35px 15px 0;
    }
     .album-sect .title span {
    left: 0px;
    top: 0;
    width: 100%;
}
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        margin: 0 auto;
    }
    .album-sect .album-list {
    margin: 0px 0px 0;
    width: 100%;
    z-index: 2;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
    .album-sect .title{
        width:100%;
        margin: 0 auto 20px;
    }
    .album-sect .index_more{
     position:relative;
     left: 0;
     margin: 20px auto 0;
    }
    .album-sect .title h2{
        text-align: center;
    }

    .album-sect .title h2:before {
    display: block;
    margin: 0px auto 10px;
}
    
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
        width: 50%;
    }
    .album-list.type1 .item .name {
        font-size:15px;
        height: 22px;
    }
    .products-list.for-cart.type1 .box .wish {
        top: 7px;
        right: 7px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .news-list.column2 .item{
        width:100%;
    }
}

@media screen and (min-width: 1921px) {
    .album-sect .container {
    margin:0 auto;
    max-width: 1300px;
}
    .album-sect .index_more {
  
    bottom: 0px;
    
}
}