@charset "utf-8";

/*列表通用 index、products*/
.products-list.type2 {
    margin: 0 -12.5px;
}
.products-list.type2 .item{
    padding: 0 12.5px;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout05/common/products/new_tag.png) no-repeat;
    width: 75px;
    height: 28px;
    position: absolute;
    z-index: 10;
    top: 5%;
    left: 0px;
    pointer-events: none;
}
.products-list.type2 .box{
    border-radius: 15px;
    border: 12px solid #fff;
    background: #fff;
    overflow: hidden;
    max-width: 300px;
}
.products-list.type2 .txt {
    padding-top: 20px;
}
.products-list.type2 .pic{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list.type2 .box:hover .pic{
    -webkit-transform: translate(0, -56px);
    transform: translate(0, -56px);
}
.products-list .name{
    font-size: 20px;
    font-weight: normal;
    color: #46312D;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-family: "Noto Sans TC", sans-serif;
}
.products-list .box:hover .name{
    color: #AC6740;
}
.products-list.type2 .name{
    font-size: 20px;
    text-align: left;
    height: auto;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    padding: 0 ;
    margin: 0px 0 5px;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .name{
    -webkit-transform: translate(0, -56px);
    transform: translate(0, -56px);
}
.products-list .description{
    color: #8C7E73;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.5;
}
.products-list.type2 .description{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding: 0 0px;
}
.products-list.type2 .box:hover .description{
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.products-list.for-cart .offers{
    color: #D80000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}
.products-list.for-cart.type2 .box:hover .offers{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list.type2 .offers{
    padding: 0;
    margin-top: 0px;
    max-height: 22px;
    line-height: 1.3;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 8px;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
    border-radius: 10px;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
.products-list .pic:before{
    display: none;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .name {
        font-size: 18px;
    }
    .products-list .description{
        font-size: 14px;
    }
    .products-list.type2 .box:hover .pic{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .box:hover .name{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        position: static;
        padding: 0px 0px;
        margin: 0  0 20px;
    }
    .products-list.type2 .box:hover .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.for-cart.type2 .box:hover .offers {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

/*!列表通用 index、products*/
.products-list.type2.onlyitem-list .box:hover .pic{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .box:hover .name{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0  0 20px;
}
.products-list.type2.onlyitem-list .box:hover .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

/*列表通用 index、news*/
.news-list .date{
    color: #46312E;
    font-family: "Poppins", sans-serif !important;
    transition: all .3s ease;
}
.news-list .date .item .box:hover{
    color: #AC6740;
}
.news-list.type1 .date{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0px 20px;
}
.news-list.type1 .date::before{
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 50%;
    background: rgba(70,49,46,.2);
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}
.news-list.type1 .date .day{
    font-size: 35px;
    font-weight: normal;
    width: 100%;
    order: 1;
}
.news-list.type1 .date .years{
    order: 2;
}
.news-list.type1 .date .month{
    order: 3;
}
.news-list.type1 .date .month,.news-list.type1 .date .years{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 0;
    line-height: 1.1;
}
.news-list.type1 .date .years:before{
    content: '';
}
.news-list.type1 .date .years::after{
    content: '.';
}
.news-list .date{
    font-family: "Poppins", sans-serif !important;
}

.news-list.type4 .date{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #46312E;
    color: #fff;
}
.news-list.type4 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list .name{
    font-size: 18px;
    font-weight: normal;
    color: #46312D;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-family: "Noto Sans TC", sans-serif;
    transition: all .3s ease;
    margin-bottom: 3px;
}
.news-list .box:hover .name{
    color: #AC6740;
}
.news-list .description{
    color: #8C7E73;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.5;
}
.news-list.type1 .item{
    background: #FEFDFC;
    border-radius: 20px;
    border-bottom:none;
    box-shadow: 5px 5px 12px rgba(221,208,193,.1);
}
.news-list.type1 .item+.item{
    margin-top: 8px;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more{
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    background: #FFF;
    color: #501F00;
    border: 1px solid #9E705A;
    transition: all .3s ease;
    border-radius: 12px;
}
.news-list .box:hover .btn.more{
    transition: all .3s ease;
    color: #FFF;
    background: #501F00;
    border: 1px solid #501F00;
}
.news-list.type1 .more-box,
.news-list.type1 .btn.more{
    display: none;
}
.news-list.type1 .txt{
    width: 100%;
    padding: 0 15px;
}
.news-list.type1 .item .txt_in {
    box-sizing: border-box;
    padding: 28.5px 20px;
}
.news-list.type3 .item {
    border-left: solid rgba(80,31,0,.2) 1px;
}
.news-list.type4 .txt {
    padding: 0 10px 10px 10px;
}
@media screen and (max-width: 1000px){
    .news-list .name{
        font-size: 17px;
    }
    .news-list .description{
        font-size: 14px;
    }
    .news-list.type1 .item .txt_in {
        padding: 20.5px 15px;
    }
    .news-list.type1 .date {
        padding: 30px 0px 15px;
    }
    .news-list.type1 .date .day {
        font-size: 32px;
    }
    .news-list.type1 .date .month, .news-list.type1 .date .years {
        font-size: 13px;
    }
}

/*!列表通用 index、news*/
/*列表通用 index、album*/
.album-list:not(.masonry-list) .pic{
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(80,31,0,.1);
    padding: 10px;
    border: none;
    overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,.album-list:not(.masonry-list) .pic:before,.album-list:not(.masonry-list) .pic:after{
    border-radius: 50%;
    overflow: hidden;
}
.album-list:not(.masonry-list) .box:hover .pic img{
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.album-list.type1 .item .box .more:after{
    background: #AC6740;
    color: #fff;
}
.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.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!列表通用 index、album*/
.album-list.type1 .item {
    padding: 0 2.5px 0px;
}
.album-list .pic:before,
.album-list .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(80,31,0,.5);
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:before{
    opacity: 1;
}
.album-list.type1 .item .name{
    position: absolute;
    font-size: 18px;
    letter-spacing: 0.035em;
    line-height: 1.4;
    font-weight: normal;
    color: #FFFFFF;
    max-width: 192px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    transition: all .3s ease;
    opacity: 0;
}
.album-list.type1 .item .box:hover .name{
    opacity: 1;
}
.album-list .pic::after, .album-list .pic:after{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(47,39,34,.7);
    opacity: 0;
}
.album-list .box:hover .pic::after, .album-list .box:hover .pic:after{
    opacity: 1;
}
/*------------ banner ------------*/
.banner::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 50%;
    background: linear-gradient(to bottom,  rgba(252,249,243,1) 0%,rgba(252,249,243,0) 100%); 
    bottom: 50%;
}
.banner,
.banner_m{
    text-align: center;

}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    margin:auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
        overflow: hidden;
    border-radius: 10px;
}
.banner img{
    border-radius: 25px;
    overflow: hidden;
}
.banner_m img{
    border-radius: 0px;
    overflow: hidden;
}
.banner .slick-prev,
.banner_m .slick-prev,
.banner .slick-next,
.banner_m .slick-next {
    position: absolute;
    box-sizing: border-box;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid rgba(80,31,0,0.20);
    transition: all 0.3s ease;
}
.banner .slick-prev::before,
.banner_m .slick-prev::before,
.banner .slick-next::before,
.banner_m .slick-next::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.banner .slick-prev:hover:before,
.banner_m .slick-prev:hover:before,
.banner .slick-next:hover:before,
.banner_m .slick-next:hover:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/layout05/common/index/banner_arrow_.png') no-repeat;
    background-size: contain;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(180deg);
}
.banner .slick-prev,
.banner_m .slick-prev {
    left: -6%;
}
.banner .slick-next,
.banner_m .slick-next {
    right: -6%;
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover,
.banner .slick-next:hover,
.banner_m .slick-next:hover {
    background: #501F00;
    border: 2px solid #501F00;
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    width: 23.5px;
    line-height: 25px;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: transparent;
    background: rgba(80,31,0,.2);
    cursor: pointer;
    vertical-align: middle;
    margin-top: -6px;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #501F00;
}
.banner_m{
    display: none;
}
/*---------------------*/
.cloud {
    display: block;
}
.cloud{
    position: absolute;
    display: block;
    left: 0;
    top: 265px;
    z-index: 0;
    width: 100%;
    height: 41.5%;
    overflow: hidden;
}
.cloud .imgs {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    animation: bg-slide 70s linear infinite;
}
.cloud .imgs img {
    width: 100%;
    max-width: inherit;
    height: auto
}


/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 70px;
}
.title h2{
    position: relative;
    display: inline-flex;
    justify-content: center;
    z-index: 2;
    margin: 0;
}
.title h2 > span{
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Huninn", sans-serif;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    width: 82px;
    height: 82px;
    background: #CA6026;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}
.title h2 > span:nth-child(even) {
    background: #C23A18;
}
.title h2 > span + span{
    margin-left: -12px;
}
.title h2 > span:nth-child(1){
    z-index: 5;
}
.title h2 > span:nth-child(2){
    z-index: 4;
}
.title h2 > span:nth-child(3){
    z-index: 3;
}
.title h2 > span:nth-child(4){
    z-index: 2;
}
.title h2 > span:nth-child(5){
    z-index: 1;
}

.title > span{
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #501F00;
    margin-bottom: 18px;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 216px;
    height: 70px;
    line-height: 68px;
    background: transparent;
    border: 2px solid rgba(80,31,0,.5);
    color: #6D4429;
    cursor: pointer;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: center;
    transform: scale(1);
    transition: all .3s ease;
}
.index_more a{
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.index_more a span{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.1em;
    display: inline-block;
    z-index: 5;
    transform: scale(1);
    transition: all .3s ease;
}
.index_more:hover{
    color: #FFFFFF;
    border-color: transparent;
    transform: scale(1.1);
}
.index_more::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #501F00;
    transition: all .3s ease;
    opacity: 0;
}
.index_more:hover:before{
    opacity: 1;
}
.index_more:hover span{
    transform: scale(0.9);
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-list.type2{
    margin: 0;
}
.banner ,.banner_m{
    position: relative;
    z-index: 4;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.articles-sect{
    position: relative;
    z-index: 2;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 194px 0px 0px;
}
.about-sect .container{
    position: relative;
    z-index: 2;
}
.about-sect .title{
    position: relative;
    margin: 0 0 45px;
}
.about-sect .title::before{
    content: '純手工 • 蛋奶素';
    display: inline-block;
    position: relative;
    color: #501F00;
    font-family: "Huninn", sans-serif;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    width: fit-content;
    margin: 0 auto 18px;
}
.about-sect .title > span{
    display: none;
}
.about-sect .row{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.about-sect .col{
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    max-width: 460px;
    padding: 0px;
    margin: 0 auto;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index-about-editor{
    position: relative;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: center;
    overflow: hidden;
    height: fit-content;
}
.about-sect .txt-box .index-about-editor .editor{
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    color: #5E574C;
}
.about-sect .txt-box .index-about-editor .editor > span{
    color: #CA5F26;
}
.about-sect .about-pic{
    display: none;
}
.about-sect .col.pic{
    position: relative;
    display: block;
    max-width: 520px;
    height: fit-content;
    margin: 0 auto 35px;
}
.about-sect .index_more{
    position: relative;
    margin: 60px auto 0;
}
.about-sect .a_slogan{
    position: absolute;
    display: block;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 360px;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(228,221,197,.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 97px 0 194px;
    margin-top: -152px;
    z-index: 1;
}
.service-sect::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30px;
    background: linear-gradient(to bottom, rgba(252, 249, 243, 0) 0%, rgba(252, 249, 243, 1) 100%);
    bottom: 0;
}
.service-sect .container{
    max-width: 1620px;
    padding: 0 15px;
}
.service-sect .title{
    position: relative;
    display: none;
}
.service-sect .editor{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: fit-content;
}
.service-box{
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 0px 3px;
    width: 100%;
    text-align: center;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: relative;
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 100px 0 130px;
    background: #FFF7DF;
}
.articles-sect .title{
    position: relative;
}
.articles-sect .index_more{
    margin:20px auto 20px;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 485px 0 100px;
    z-index: 4;
}
.products-sect .container{
    position: relative;
    z-index: 2;
}
.products-sect::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 17px;
    background: url(../../../images/layout05/common/index/p_top.png) repeat-x;
    z-index: 2;
}
.products-sect::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 829px;
    margin: 0 auto;
    background: url(../../../images/layout05/common/index/p_bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}
.products-sect .title{
    position: relative;
}
.products-sect .title > span{
    color: #FFFFFF;
}
.products-sect .index_more{
    position: relative;
    margin: 76px auto 0;
}

.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-slider-control{
    display: block;
}
.products-sect .slick-prev,
.products-sect .slick-next{
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items:center;
    justify-content:center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    border-radius: 100%;
    z-index: 1;
    top: 43%;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid rgba(80, 31, 0, 0.20);
    transition: all 0.3s ease;
    margin: 0;
}
.products-sect .slick-prev{
    left: -65px;
}
.products-sect .slick-next{
    right: -65px;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover{
    background: #501F00;
    border: 2px solid #501F00;
}
.products-sect .slick-prev::before,
.products-sect .slick-next::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.products-sect .slick-prev:hover:before,
.products-sect .slick-next:hover:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/layout05/common/index/banner_arrow_.png') no-repeat;
    background-size: contain;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic{
    font-size: 0;
}
.products-sect .slick-next::before {
    transform: rotate(180deg);
}

/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    margin-bottom: 15px;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding:100px 0 120px;
}

.news-sect::after{
    content: '';
    width: 54000px;
    background: url('../../../images/layout05/common/index/n_bg.png') no-repeat;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin:  0 auto;
    height: 1108px;
    transform: translate3d(-9000px, 0, 0);
    background-repeat: repeat-x;
    display: block;
    z-index: -2;
    animation: moveSlideshow 180s linear infinite;
}
.news-sect .container{
    display: flex;
}
.news-sect .title{
    position: relative;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 0;
    margin-left: 8.8%;
}
.news-sect .title > span{
    writing-mode: vertical-lr;
    margin: 0;
    margin-left: 20px;
    margin-top: 4px;
}
.news-sect .title h2{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    width: fit-content;
    height: fit-content;
}
.news-sect .title h2 > span + span{
    margin-left: 0px;
    margin-top: -12px;
}


.news-sect .news-list{
    padding: 0px 0px 0px;
    position: relative;
    max-width: 850px;
    margin: 0;
    margin-left: auto;
    margin-right: 3.5%;
}

.news-list.type3:before{
    background: #fff7df;
}
.news-sect .index_more{
    position: absolute;
    top: 71.6%;
    right: 77.6%;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 100%
}
.news-list.onlyitem-list{
    margin: auto;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 120px 0 72px;
}
.album-sect::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 43%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('../../../images/layout05/common/footer_bg.jpg')50% no-repeat;
    background-size: cover;
}
.album-sect .container{
    z-index: 3;
}
.album-sect .title{
    position: relative;
    display: none;
}
.album-sect .index_more{
    display: none;
}
.album-list .item .box .more{
    display: none;
}
.album-sect .album-list:not(.masonry-list){
    padding: 0 7%;
}
.album-sect .slick-arrow{
    font-size: 0;
    color: transparent;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items:center;
    justify-content:center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    border-radius: 100%;
    z-index: 1;
    top: 43%;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid rgba(80, 31, 0, 0.20);
    transition: all 0.3s ease;
    margin: 0;
}
.album-sect .slick-prev{
    left: 10px;
}
.album-sect .slick-next{
    right: 10px;
}
.album-sect .slick-next:before {
    transform: rotate(180deg);
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover  {
    background: #501F00;
    border: 2px solid #501F00;
}
.album-sect  .slick-prev::before,
.album-sect  .slick-next::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.album-sect .slick-prev:hover:before,
.album-sect  .slick-next:hover:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../../images/layout05/common/index/banner_arrow_.png') no-repeat;
    background-size: contain;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic{
    font-size: 0;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 15px;
    position: relative;
    color: #46312C;
}
.album-list.type2 .box:hover .pic:after {
    display: none;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background:#FCF8F5;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.contact-title{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 0 auto 0px;
    text-align: center;
}
.reminder{
    background: #fcf8f5;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
    padding-top: 15px;
    border:none;
}
.reminder:before{
    display: none;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
}
.contact-title h2{
    font-size: 23px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    display: block;
    background: url(../../../images/layout05/common/index/contact_title.png);
    width: 156px;
    height: 66px;
    font-size: 0;
    margin: 0 auto 7px;
}
.reminder{
    text-align: center;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1680px){

}
@media screen and (max-width: 1440px){
    .banner .slick-prev,
    .banner_m .slick-prev {
        left: 2%;
    }
    .banner .slick-next,
    .banner_m .slick-next {
        right: 2%;
    }
}
@media screen and (max-width: 1280px){
    .cloud {
        height: 40.2%;
    }
    .about-sect {
        padding: 128px 0px 0px;
    }
    .service-sect {
        padding: 64px 0 128px;
        margin-top: -100px;
    }
    .products-sect {
        padding: 323px 0 66px;
    }
    .news-sect {
        padding: 66px 0 80px;
    }
    .album-sect {
        padding: 80px 0 48px;
    }
    .about-sect .a_slogan{
        font-size: 240px;
    }
    .products-sect::after{
        height: 668px;
    }
    .news-sect .title {
        margin-left: 5.8%;
        margin-right: 5.2%;
    }
    .news-sect .news-list{
        margin-right: 1.2%;
    }
    .album-sect .slick-prev{
        left: 5px;
    }
    .album-sect .slick-next{
        right: 5px;
    }
}
@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 7px;
        height: 7px;
    }
    .cloud {
        height: 40.5%;
    }
    .index_more{
        width: 184px;
        height: 65px;
        line-height: 63px;
    }
    .index_more a span{
        font-size: 16px;
    }
    .title {
        margin: 0 0 45px;
    }
    .title > span{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .title h2 > span{
        width: 65px;
        height: 65px;
        font-size: 38px;
    }
    .title h2 > span + span {
        margin-left: -10px;
    }
    .about-sect {
        padding: 85px 0px 0px;
    }
    .service-sect {
        padding: 42px 0 85px;
        margin-top: 0;
    }
    .products-sect {
        padding: 154px 0 44px;
    }
    .news-sect {
        padding: 44px 0 44px;
    }
    .album-sect {
        padding: 44px 0 32px;
    }
    .about-sect .title::before{
        margin: 0 auto 12px;
        font-size: 26px;
    }
    .about-sect .a_slogan {
        font-size: 160px;
        top: 12%;
    }
    .about-sect .col.pic{
        margin: 0 auto 24px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 18px;
    }
    .about-sect .row{
        top: 0;
        padding: 0;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
    }
    .about-sect .txt-box{
        display: block;
    }
    .about-sect .index_more {
        margin: 40px auto 0;
    }
    .about-sect .index-about-editor{
        -webkit-line-clamp:inherit;
    }
    .products-sect::after{
        height: 455px;
        background-attachment:inherit;
        background-size: cover;
    }
    .news-sect .container{
        flex-direction: column;
    }
    .news-sect .index_more {
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        margin: 45px auto 0;
        order: 5;
    }
    .news-sect .title {
        position: relative;
        flex-direction: column;
        align-items:inherit;
        margin: 0 0 24px;
    }
    .news-sect .title > span{
        writing-mode:inherit;
        margin: 0 0 18px;
    }
    .news-sect .title h2{
        position: relative;
        display: inline-flex;
        justify-content: center;
        z-index: 2;
        margin: 0;
        flex-direction: row;
        align-items: center;
        width: inherit;
        height: inherit;
    }
    .news-sect .title h2 > span + span {
        margin-left: -12px;
        margin-top: 0px;
    }
    .news-sect .news-list{
        margin: 0 auto;
    }

    .products-sect .container{
        display: flex;
        flex-direction: column;
    }
    .products-sect .title{
        order: 1;
        margin: 0 auto 24px;
    }
    .products-slider-control {
        display: none;
        margin: 0;
        padding: 0;
        height: 0;
    }
    .products-list.type2:not(.masonry-list) .item {
        margin-bottom: 20px;
    }
    /* .products-slider-control{
        position: relative;
        text-align: center;
        width: 110px;
        margin: 20px auto;
        top: inherit;
        height: 50px;
        order: 2;
    } */
    .products-sect .slick-prev{
        left: 0;
    }
    .products-sect .slick-next{
        right: 0;
    }
    .products-sect .slick-prev, .products-sect .slick-next{
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: inherit;
    }
    .products-sect .index_more {
        margin: 25px auto 0;
        order: 4;
    }
    .products-box{
        padding: 0px 0;
        order: 3;
    }
    /*少量排版*/
    .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-sect .slick-prev,
    .products-sect .slick-next{
        float: none;
        display: inline-block!important;
        margin-left: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .service-box{
        box-sizing: border-box;
        padding: 0px;
        width: 100%;
    }
    .album-sect .slick-arrow{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .album-sect .slick-prev{
        left: 0px;
    }
    .album-sect .slick-next{
        right: 0px;
    }
    .articles-sect .index_more{
        margin:0px auto 20px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .reminder{
        padding:0 15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .album-list:not(.masonry-list){
        padding: 0 50px;
    }
    .album-sect .title{
        display: flex;
    }
    .album-sect::before {
        height: 32%;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    
    .news-sect .news-list {
        padding: 0px;
        max-width: 100%;
        margin: auto;
    }
    .about-sect .a_slogan {
        font-size: 92px;
        top: 24%;
    }
}
@media screen and (max-width: 600px){
    .cloud {
        height: 46.3%;
    }
}
@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: 375px){

}
