@charset "utf-8";
body{
    background: #FBF8F4;
}
.banner:before{
    bottom: 305px;
    background: url(../../../images/layout01/common/banner_bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.footer_top{
    background: #fff;
}
.site-header::before {
    background: #EFE9E0
}
/*------------ 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:hover .name{
    color: #17a98a;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .3s ease;
    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 .3s ease;
}
.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: #29A38A;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ 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: #F2856C;
    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:not(.type1) .pic:before{
    display: none;
}
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .3s ease;
}
.products-list.type2 .txt {
    padding: 15px 0 0;
}
.products-list .box .name,
.products-list.type2 .name{
    color: #46352B;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    max-height: 27px;
    font-weight: 600;
    text-align: center;
}
.products-list .box:hover .name{
    color: #EE7B1D;
}
.products-list.type2 .description,
.products-list .description{
    color: #999;
    line-height: 1.3;
    font-size: 15px;
}
.products-list .box:hover .description{
    color: #8C7F78;
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -24px;
    top: -24px;
    z-index: -1;
    background: url(../../../images/layout01/common/products/news_tag.png) no-repeat;
    background-size: contain;
    animation: rotate 12s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.products-list .box img{
    display: block;
    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 .3s ease;
    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、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: #29A38A;
}
.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: #46352B;
    line-height: 1.5;
}
.container .masonry-list.album-list .item .box:hover .name{
    color: #EE7B1D;
}
.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;
    padding: 0;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .btn.more{
    color: #C4B8A6;
    border: 1px solid #ECE8E3;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: none;
}
.news-list .box:hover .btn.more {
    color: #A08D70;
    background: #ECE8E3;
    border-color: #CABEB0;
}
.news-list .date,
.news-list.type2 .date {
    color: #46362B;
    font-family: 'Quicksand', serif;
    display: none;
}
.news-list.type2 .item {
    border-bottom: 1px solid #ECE8E3;
}
.news-list.type3 .item {
    border-left: solid #ECE8E3 1px;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: none;
    background: #fff;
}
.news-list.type4 .item .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #CAB095;
    transition: all .3s ease;
}
.news-list.type4 .item .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: transparent;
    transition: all .5s ease;
    visibility: visible;
}
.news-list.type4 .item .box:hover::after {
    width: 100%;
    background: #F8B62B;
    background: -moz-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: -webkit-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: linear-gradient(to left, #F8B62B 0%, #EE7B1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B62B', endColorstr='#EE7B1D',GradientType=1);
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #fff;
    background: #46362B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px auto 15px;
    padding: 0;
    line-height: 1;
    font-family: 'Quicksand', serif;
    display: none;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: 600;
}
.news-list.type4 .item .box:hover .date{
    color: #fff;
    background: #F8B62B;
    background: -moz-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: -webkit-linear-gradient(left, #F8B62B 0%, #EE7B1D 100%);
    background: linear-gradient(to left, #F8B62B 0%, #EE7B1D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B62B', endColorstr='#EE7B1D',GradientType=1);
}
.news-list .item .name{
    color: #46352B;
    font-weight: 600;
    text-align: center;
}
.news-list .box:hover .name{
    color: #EE7B1D;
}
.news-list .item .description{
    color: #999;
    line-height: 1.3;
    max-height: 39px;
    -webkit-line-clamp: 2;
}
.news-list .item .box:hover .description{
    color: #8C7F78;
}
.news-list.onlyitem-list .item .name {
    text-align: left;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    left: -30px;
}
.banner .slick-next{
    background-position: 100% 0;
    right: -30px;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 12px 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 button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 13px;
    margin: 0;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    margin: 5px 19px;
    background: #E8E3DD;
}
.banner .slick-dots li.slick-active button:before{
    background: #BAAB98;
}
/*------------ title ------------*/
.title{
    position: relative;
    margin: 0 0 30px;
}
.title span{
    display: none;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    color: #46352B;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 0;
    font-family: 'Quicksand', serif;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #C4B8A6;
    border: 1px solid #ECE8E3;
    background: transparent;
    width: 178px;
    height: 47px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0;
    transition: all .3s ease;
}
.index_more::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    width: 48px;
    height: 12px;
    background: url(../../../images/layout01/common/index/btn_arr.png) no-repeat;
    background-size: contain;
    transition: all .5s ease;
}
.index_more:hover{
    color: #A08D70;
    background: #ECE8E3;
    border-color: #CABEB0;
}
.index_more:hover:before {
    left: 160px;
    background: url(../../../images/layout01/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
.index_more a{
    font-size: 0;
    display: block;
}
.index_more a span{
    font-size: 20px;
    letter-spacing: 1.3px;
    padding: 0 15px 0 55px;
    transition: all .5s ease;
}
.index_more:hover a span{
    padding: 0 55px 0 15px;
}
/*------------ sect ------------*/
.album-sect, .about-sect, .news-sect, .article-sect, .service-sect, .products-sect, .contact-sect, .banner, .articles-sect {
    position: relative;
    z-index: 2;
}
/*新編輯器*/
.article-sect .container{
    padding: 0 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 0 0 61px;
}
.about-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 128px;
    background: #EFE9E0;
}
.about-sect .title h2 {
    color: #FBF8F4;
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 651px);
    padding-top: 57px;
    padding-left: 60px;
    z-index: 2;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 651px;
    padding-right: 66px;
    z-index: 1;
}
.about-sect .col.pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F9D190;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 2s ease;
}
.about-sect .loaded.col.pic:before {
    width: 0%;
}
.about-sect .index_more{
    margin: 38px 0 0;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    color: #8D7F78;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 145px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding: 80px 0 96px;
    margin: 75px 0 0;
}
.news-sect::before {
    content: '';
    position: absolute;
    top: 202px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 202px);
    background: #EFE9E0;
}
.news-sect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 482px;
    background: url(../../../images/layout01/common/index/n_bg.png) no-repeat top center;
    background-size: cover;
    z-index: -1;
}
.news-sect.loaded .container::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px;
    height: 118px;
    background: url(../../../images/layout01/common/index/n_pic.png) no-repeat;
    background-size: contain;
    animation: flipAni 1s 0.2s cubic-bezier(0.445,0.05,0.55,0.95) 1;
}
@keyframes flipAni {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.news-sect .title {
    text-align: center;
}
.news-sect .title h2 {
    color: #FBF8F4;
}
.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;
    min-height: unset;
}
.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: 20px 30px;
}
.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: 0 0 15px;
    display: none;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    padding: 80px 0
}
.products-sect .index_more{
    position: absolute;
    top: 25px;
    right: 15px;
    display: none;
}
.products-sect .title {
    text-align: center;
}   
.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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 27px;
    margin-bottom: 10px;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 2;
    height: auto; 
    max-height: 39px;
    line-height: 1.3;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 93px 0 31px;
}
.service-sect .title {
    margin: 0 0 75px;
}
.service-sect::before {
    content: '';
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 270px;
    background: #EFE9E0;
}
.service-sect .container {
    display: flex;
}
.service-sect .service-box{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 651px);
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 60px;
    z-index: 2;
}
.service-sect .service_pic {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 651px;
    padding-left: 66px;
    z-index: 1;
}
.service-sect .service_pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F9D190;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 2s ease;
}
.service-sect .loaded.service_pic:before {
    width: 0%;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    color: #8D7F78;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 155px;
}
.service-sect .index_more {
    display: none;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0 -3px;
}
.album-sect .album-list .item{
    padding: 0 3px;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    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: rgb(70, 54, 43, 0.8);
    color: #fff;
    font-size: 15px;
    padding: 10px 10px;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.album-list.type1 .item .name {
    font-size: 16px;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    padding: 108px 0 50px;
}
.album-sect .container{
    display: flex;
    align-items: center;
}
.album-sect .title{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 20%;
}
.album-sect .title h2{
    margin-top: -20px;
}
.album-sect .title h2::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 40px;
    width: 161px;
    height: 31px;
    background: url(../../../images/layout01/common/index/al_pic.png) no-repeat;
    background-size: contain;
    visibility: visible;
}
.album-sect .index_more{
    position: relative;
    margin: 0 auto;
}
.album-list.type1 .item {
    border-bottom: 0;
}
.album-list.type2 .box .pic:before{
    background: rgba(102, 102, 102, 0.85);
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
}
.album-sect.masonry-album-sect .title h2::after {
    display: block;
    position: relative;
    bottom: unset;
    left: 0;
    right: 0;
    margin: 10px auto 0;
}
.album-sect.masonry-album-sect .title h2 {
    margin-top: 0;
}
.album-sect.masonry-album-sect .index_more{
    display: block;
}
.masonry-album-sect{
    padding: 80px 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
    margin: 0;
}
.masonry-album-sect .album-list .item{
    padding: 0;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-album-sect .item .namebox{
    position: relative;   
    opacity: 1;
    text-align: left;
    background: none;
    padding: 0;
}
.masonry-list .item .namebox .name{
    margin: 15px 0 10px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    padding: 80px 0;
}
.album-sect.onlyitem-sect .title{
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
}
.album-sect.onlyitem-sect .title h2::after {
    display: block;
    position: relative;
    bottom: unset;
    left: 0;
    right: 0;
    margin: 10px auto 0;
}
.album-sect.onlyitem-sect .title h2 {
    margin-top: 0;
}
.onlyitem-sect .index_more{
    display: block;
    margin: 20px auto 0;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    position: relative;   
    opacity: 1;
    text-align: left;
    background: none;
    padding: 0;
}
.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 {
    color: #46352B;
    font-weight: 600;
    margin: 15px 0 0;
    line-height: 1.5;
}
.onlyitem-sect .album-list .item .box:hover .name {
    color: #EE7B1D;
}
/*!少量排版*/
/*----------- 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: 1550px){
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next{
        right: 15px;
    }
    .banner .slick-dots li button {
        width: 66px;
    }
    .banner .slick-dots li button:before {
        margin: 5px 5px;
    }
}
@media screen and (max-width: 1280px){
    .title h2 {
        font-size: 60px;
    }
    .service-sect {
        padding: 60px 0 30px;
    }
    .service-sect::before {
        height: 330px;
        top: 160px;
    }
    .service-sect .title {
        margin: 0 0 30px;
    }
    .service-sect .service-box {
        width: 50%;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 30px;
    }
    .service-sect .service_pic{
        width: 50%;
        padding: 0;
        max-width: unset;
    }
    .about-sect::before {
        height: 105px;
    }
    .about-sect .col.pic{
        width: 50%;
        padding: 0;
        max-width: unset;
    }
    .about-sect .col.txt {
        width: 50%;
        padding-top: 30px;
        padding-left: 60px;
    }
    .news-sect {
        padding: 100px 0 60px;
    }
    .album-sect {
        padding: 60px 0 50px;
    }
    .album-sect .title {
        width: 25%;
    }
    .album-sect .index_more {
        margin: auto 0 auto 30px;
    }
    .products-sect {
        padding: 40px 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;
    }
    .news-list.onlyitem-list .item .pic {
        width: 50%;
    }
    .news-list.onlyitem-list .item .box .txt {
        width: 50%;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .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 {
        text-align: center;
    }
    .title h2 {
        font-size: 45px;
    }
    .index_more {
        width: 140px;
    }
    .index_more::before {
        width: 35px;
        height: 9px;
    }
    .index_more a span {
        font-size: 16px;
        padding: 0 15px 0 35px;
    }
    .index_more:hover a span {
        padding: 0 35px 0 15px;
    }
    .index_more:hover:before {
        left: 125px;
    }
    .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: 0 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .service-sect {
        padding: 50px 0;
    }
    .service-sect::before {
        height: calc(100% - 89px);
        top: 89px;
    }
    .service-sect .container {
        flex-direction: column;
    }
    .service-sect .service-box {
        width: 100%;
        padding: 0 15px 50px;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .service_pic {
        width: 100%;
        text-align: center;
    }
    .service-sect .editor {
        -webkit-line-clamp: initial;
        height: auto;
    }
    .about-sect {
        padding: 0 0 25px;
    }
    .about-sect::before {
        height: 40px;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic {
        max-width: 585px;
        margin: 0 auto;
    }
    .about-sect .col.txt {
        padding: 0 0 50px;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .about-sect .index_more{
        margin: 20px auto 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .news-sect {
        padding: 70px 0 50px;
        margin: 50px 0 0;
    }
    .news-sect::after {
        background-size: contain;
    }
    .news-sect::before {
        top: 80px;
        height: calc(100% - 80px);
    }
    .news-sect .container::before {
        top: -150px;
    }
    .news-list .name {
        margin: 0 0 10px;
    }
    .news-list.type4 .item .date {
        width: 55px;
        height: 55px;
        margin: -25px auto 15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        padding: 50px 0;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        margin: 0 auto 30px;
        width: auto;
        height: auto;
        padding: 0;
    }
    .album-sect .title h2 {
        font-size: 45px;
        margin: 0;
    }
    .album-sect .title h2::after {
        position: relative;
        display: block;
        margin: 10px auto 0;
        right: unset;
        bottom: unset;
    }
    .album-sect .album-list {
        margin: 0;
    }
    .album-sect .album-list .item {
        padding: 0;
    }
    .album-sect .index_more{
        margin: 0 auto;
    }
    .products-sect{
        padding: 25px 0 50px;
    }
    .products-box{
        padding: 0;
    }
    .products-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 0 auto 0;
    }
    .products-list .box .name,
    .products-list.type2 .name {
        margin: 0 0 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .news-sect {
        margin: 115px 0 0;
    }
    .album-list.type1 .item .name {
        height: 50px;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .products-list .box .name,
    .products-list.type2 .name {
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}
@media screen and (max-width: 360px) {
    .title h2 {
        font-size: 35px;
        letter-spacing: 0;
    }
}