@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;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #F8BE27;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #201f1f;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.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{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #F8BE27;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #201f1f;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #201f1f;
}
.type5 .article-list .item .box:hover .date .day{
    color: #F8BE27;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #201f1f;
    color: #F8BE27;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #201f1f;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #201f1f;
    border-color: #F8BE27;
}
/*------------ 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;
    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: #222;
}
/*!列表通用 index article*/
.products-sect .slick-slider .slick-track {
    padding-top: 20px;
}
/*列表通用 index、products*/

.products-list .pic {
    overflow: hidden;
}
.products-list .box .pic img {
    transition: all ease 0.5s;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.products-list .item .box {
    transition: all .3s ease;
    position: relative;
    top: 0;
}
.products-list .item .box:hover {
    top: -20px;
}
.products-list.type2 .box{
    transition: all .2s;
    padding: 10px 10px 0px;
}
.products-list.type2 .box .txt{
    padding: 20px 30px;
    transition: all .3s ease;
    position: relative;
}
.products-list.type2 .box:hover .txt{
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.products-list.type2 .box:hover .pic:before {
    opacity: 0;
}
.products-list.type2 .box .txt:before {
    content: "";
    position: absolute;
    background: url(../../../images/layout04/common/products/products-icon-2.png) no-repeat;
    width: 67px;
    height: 84px;
    right: -24px;
    top: -13px;
    transition: all .3s ease;
    opacity: 0;
}
.products-list.type2 .box:hover .txt:before {
    opacity: 1;
}
.products-list.type2 .pic:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(253, 185, 64, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
}
.products-list.type2 .box:hover .pic:after {
    opacity: 1;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    font-family: Arial;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0px;
    text-align: center;
    border-radius: 50%;
    z-index: 15;
    left: 0px;
    line-height: 65px;
    background: #FDB940;
    font-weight: bold;
    color: #FFF;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 300;
}
.products-list .box .name{
    color: #1D1210;
    font-size: 17px;
}
.products-list .box .description{
    color: #878787;
}

.products-list.type2 .box:after{
    content: 'VIEW MORE';
    display: block;
    background: #9C9C9C;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .2s;
    display: none;
}

/*!列表通用 index、products*/
/*列表通用 index、album*/

.album-list .pic {
    overflow: hidden;
}
.album-list .box .pic img {
    transition: all ease 0.5s;
}
.album-list .box:hover .pic img {
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}


.album-list.type2 .item .name, .album-list.type2 .item .namebox {
    display: block;
}
.album-list.type2 .item .namebox {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(248, 190, 41, 0.8);
    width: 100%;
    opacity: 0;
    transition: all .3s ease;
}
.album-list.type2 .box:hover .namebox {
    opacity: 1;

}
.album-list.type2 .box:hover .pic:before {
    opacity: 0;
}
.album-list.type2 .box:hover .pic:after {
    opacity: 0;

}
.album-list.type2.masonry-list .item .namebox .name {
    margin: 14px 0 12px ;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.news-sect .slick-slider .slick-track{
    padding-top: 20px;
}
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #EFF1F3;
    transition: all .3s ease;
    position: relative;
    top: 0;
}
.news-list .item .box:hover{
    top: -20px;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    background: #FFF;
    border: solid 1px #E1E1E1;
}
.news-list .item .box:hover{
    background: #FDB940;
}
.news-list .item .box:hover .name{
    color: #FFF;
}
.news-list .item .box:hover .description{
    color: #FFF;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: #f3f3f3;
    color: #073190;
}
.news-list.type4 .date .day{
    color: #FFF;
    color: #073190;
    font-weight: 400;   
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
}
.news-list.type4 .date {
    margin: -63px 0px 13px;
    left: -32px;
    border: 1px solid #E1E1E1;
}
.news-list.type4 .item .box:hover .date {
    border: 1px solid #073190;
    background: #073190;
    color: #FFFFFF;
}
.news-list.type4 .item .box:hover .day {
    color: #FFFFFF;
}
.news-list.type4 .item .name{
    font-size: 16px;
}
.news-list.type4 .txt {
    padding: 0 20px 0px 20px;
}
.news-list .item .name{
    color: #201f1f;
}
.news-list.type4 .box:hover .name{
    text-decoration: unset;
}
.news-list .item .description{
    color: #666
}
.news-list .box .btn.more {
    border-radius: 0;
}
.news-list .box:hover .btn.more {
    background: #073190;
    color: #FFF;
}
.news-list  .box:hover .date {
    color: #FFF;
}
.news-list.type2 .name{
    font-weight: bold;
}
.news-list.type2 .date {
    color: #093391;
}

/*!列表通用 index、news*/




/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner *{
    height: 100%;
}
/* 
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow2.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
} */

.banner .slick-arrow{
    position: absolute;
    width: 43px;
    height: 43px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    right: calc(50% - 599px);
}
.banner .slick-prev{
    margin-left: -43px;
    border-right: 1px solid #c9c9c9;
}
.banner .slick-next{
    background-position: 100% 0;
    margin-right: -43px;
    transform: rotate(180deg);
}
.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: 5px 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;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li button{
    background: #ddd;
}
.banner .slick-dots li.slick-active button{
    background: #21A38C;
}
/*------------ title ------------*/

.title i{
   display: none;
}
/*------------ more ------------*/
.index_more a{
    width: 177px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #E1E1E1;
    font-family: 'Bebas Neue', cursive;
    color: #666666;
    font-size: 0;  
    text-decoration: none;
    display: block;
    transition: all .5s ease;
    letter-spacing: 1px;
    background: #FFF;
    letter-spacing: 2px;
}
.index_more a span{
    font-size: 18px;
}
.index_more a:hover{
    border: 1px solid #F8BE28;
    background:#F8BE28 ;
    letter-spacing: 0px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 15px;
    right:22px;
    width: 86px;
}
.hot-arrow .slick-arrow{
    width: 43px;
    height: 43px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-prev{
    border-right:1px solid #c9c9c9;
}
.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}

.album-sect  .hot-arrow{
    right: 15px;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 0;
    padding-bottom: 92px;
    z-index: 12;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
/* .about-sect .col{
    float: left;
} */
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;

}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
    display: none;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more a{
    margin-left: auto;
    margin-right: 468px;
    margin-top: 51px;
}
.about-sect .title{
    z-index: 30;
    position: absolute;
    right: 531px;
    top: 316px;
    display: flex;
}
.about-sect .title span div:nth-child(1){
    font-size: 86px;
    line-height: 86px;
    color: #F8BE27;
    font-family: 'Bebas Neue', cursive;
    text-align: right;
}
.about-sect .title span div:nth-child(2){
    font-size: 167px;
    line-height: 138px;
    color: #F8BE27;
    font-family: 'Bebas Neue', cursive;
}
.about-sect .title h2{
    color: #201f1f;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.31;
    margin: 0;
    padding-top: 84px;
    padding-left: 42px;
    position: relative;
}
.about-sect .title h2:before{
    content: "";
    width: 1px;
    height: 30px;
    background: #DDDDDD;
    position: absolute;
    left: 22px;
    top: 88px;
}
.about-sect .txt-box{
    display: block;
    /* flex-wrap: wrap; */
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.75;

}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color: #F8BE27;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect{
    background: url(../../../images/layout04/common/index/news-bg.jpg) no-repeat;
    background-position: top;
    margin-bottom: 0px;
    padding-top: 20px;
    padding: 65px 0;
    background-size: cover;
}

.news-sect .title {
    text-align: center;
    margin-bottom: 30px;
}
.news-sect .title span {
    color: #FDB940;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 7px;
    font-family: 'Bebas Neue', cursive;
    display: block;
}
.news-sect .title h2 {
    color: #201f1f;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.news-sect .title h2:before {
    content: "";
    background: #DDDDDD;
    width: 1px;
    height: 30px;
    position: absolute;
    left: -18px;
    top: -2px;
}
.news-sect .title h2:after {
    content: "";
    background: #DDDDDD;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.news-sect .news-pic-1{
    background: url(../../../images/layout04/common/index/news-pic-1.png) no-repeat;
    width: 213px;
    height: 300px;
    position: absolute;
    left: -271px;
    top: 63px;
}
.news-sect .news-pic-2{
    background: url(../../../images/layout04/common/index/news-pic-2.png) no-repeat;
    width: 285px;
    height: 304px;
    position: absolute;
    right: -308px;
    bottom: -95px;
}

.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;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.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{
    background: url(../../../images/layout04/common/index/products-bg.jpg) no-repeat;

    position: relative;
    z-index: 10;
    padding: 100px 0 50px;
    /* background:#fff;  */
}
.products-sect .title span{
    color: #201f1f;
    display: block;
    font-family: 'Roboto';
    font-size: 36px;
    display: none;
}
.products-sect .title{
    width: 342px;
    box-sizing: border-box;
    padding-left: 170px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}
.products-sect .title:before{
    content: "HOT";
    font-family: 'Bebas Neue', cursive;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    left: 60px;
    top: -9px;
    color: #FDB940;
}
.products-sect .title:after{
    content: "";
    background: url(../../../images/layout04/common/index/products-icon-1.png) no-repeat;
    width: 36px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0px;
}
.products-sect .title span {
    color: #FDB940;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'Bebas Neue', cursive;
    display: block;
}
.products-sect .title h2 {
    color: #201f1f;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    position: relative;
}


.products-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: 140.5px;
    top: 28px;
}
.products-sect .index_more a{
    background: url(../../../images/layout04/common/index/products-more.svg) no-repeat;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0px solid #E1E1E1;
    position: relative;
    background-size: contain;
}
.products-sect .index_more a:before{
    content: "";
    background: url(../../../images/layout04/common/index/products-more-hover.svg) no-repeat;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0px solid #E1E1E1;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    transition: all .3s ease;
    opacity: 0;
}
.products-sect .index_more a:hover:before{
    opacity: 1;
}
.products-sect .index_more a span {
    font-size: 0;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/

.service-sect{
    position: relative;
    padding-top: 327px;
    padding-bottom: 78px;
}
.service-sect .flex{
    display: flex;
}
.service-sect .title{
    width: 28%;
    text-align: center;
    position: relative;
}
.service-sect .title:before{
    content: "";
    background: url(../../../images/layout04/common/index/service-bg-2.png) no-repeat;
    width: 361px;
    height: 361px;
    position: absolute;
    left: -101px;
    top: -197px;
    z-index: -1;
}
.service-sect .title:after{
    content: "";
    background: url(../../../images/layout04/common/index/service-bg-1.jpg) no-repeat;
    width: 900px;
    height: 525px;
    position: absolute;
    right: -902px;
    top: -273px;
}
.service-sect .title span{
    font-family: 'Bebas Neue', cursive;
    color: #FDB83F;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 1px;
}
.service-sect .title h2{
    color: #201f1f;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.service-sect .title h2:before{
    content: "";
    background: #333333;
    width: 1px;
    height: 30px;
    position: absolute;
    left: -15px;
    top: -1px;
}
.service-sect .title h2:after{
    content: "";
    background: #333333;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -1px;
}
.service-sect .title{
    width: 32%;
    /* animation-name: unset !important; */

}
.service-sect article{
    width: 490px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 143px;
    position: relative;
    margin-top: 31px;
    color: #948d87;
}
.service-sect article:before{
    content: "馬來西亞皇室御用主廚第三代傳人";
    font-size: 22px;
    color: #473d34;
    line-height: 22px;
    margin-bottom: 9px;
    letter-spacing: 4px;
}

.service-sect .index_more{
    position: absolute;
    left: 134px;
    bottom: 10px;
}



/*------------ album ------------*/
.album-sect{
    background: url(../../../images/layout04/common/index/album-bg-1.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 79px;
}
.album-sect .title{
    margin-bottom: 60px;
    text-align: center;
}
.album-sect .title span{
    font-family: 'Bebas Neue', cursive;
    color: #FF9326;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 1px;
    text-align: center;
}
.album-sect .title h2{
    color: #201F1F;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.album-sect .title h2:before{
    content: "";
    background: #A3997D;
    width: 1px;
    height: 30px;
    position: absolute;
    left: -15px;
    top: -1px;
}
.album-sect .title h2:after{
    content: "";
    background: #A3997D;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -1px;
}

.album-sect .hot-arrow {
    width: 90px;
}
.album-sect .hot-arrow .slick-arrow {
    width: 43px;
    height: 43px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url(../../../images/layout04/common/index/arrow3.png);
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.album-sect  .hot-arrow .slick-prev {
    border-right: 0px solid #c9c9c9;
}
.album-sect  .hot-arrow .slick-next {
    transform: rotate(
180deg
);
    right: 0;
    left: auto;
}
.album-sect   .hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}

.album-sect .index_more{
    position: absolute;
    right: 123px;
    top: 15px;
}
.album-sect .index_more a{
    height: 43px;
    line-height: 43px;
    color: #201F1F;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #201F1F;
}
.album-sect .index_more a:hover {
    border: 1px solid #F8BE28;
    background: #F8BE28;
    color: #201F1F;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.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: 14px 0 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{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.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: #201f1f;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .title {
        top: 320px; 
        right: unset;
    }  
    .service-sect .title {
        width: 400px;
    }
    .service-sect .index_more {
        left: 125px;
    }

    .about-sect .index_more a {
        margin-left: 434px;
        margin-right: unset;
    }
}
@media screen and (max-width: 1280px){
    .banner .slick-next { 
        right: 0;
        margin-right: 0;  
    }
    .banner .slick-prev {
        right: 43px;
    }
    .products-sect{
        padding-top: 40px;
    }
}
@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-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;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
     .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
     }
     .news-list.onlyitem-list .item .pic{
        width: 100%;
     }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
 
    .news-sect .title h2,.album-sect .title h2{
        font-size: 24px;
    }
    .news-sect{
        padding: 30px 0 50px;
        margin-bottom: 0;
    }
    .news-sect .title {
        margin-bottom: 20px;
    }
    .news-sect .container:before {
        content: "";
        background: url(../../../images/layout04/common/index/news-pic-1.png) no-repeat;
        width: 70px;
        height: 100px;
        position: absolute;
        left: 10px;
        top: -24px;
        background-size: contain;
    }
    .news-sect .container:after {
        content: "";
        background: url(../../../images/layout04/common/index/news-pic-2.png) no-repeat;
        width: 85px;
        height: 100px;
        position: absolute;
        right: 0;
        bottom: -35px;
        background-size: contain;
        visibility: visible;
    }

    .about-sect {
        padding-bottom: 217px;
    }
    .about-sect:after {
        content: "";
        background: url(../../../images/layout04/common/index/about-2.png) no-repeat;
        width: 173px;
        height: 236px;
        position: absolute;
        left: calc(50% - 86.5px);
        bottom: -29px;
        background-size: contain;
    }
    .about-sect .title {
        position: relative;
        right: 0;
        top: 0;
        display: block;
    }

    .about-sect .title:before {
        content: "FEATURES";
        font-family: 'Bebas Neue', cursive;
        position: absolute;
        left: calc(50% - 145px);
        top: 22px;
        font-size: 84px;
        -webkit-text-stroke: 1px #f2f2f2;
        color: transparent;
        white-space: nowrap;
        letter-spacing: 5px;
        line-height: 60px;
        z-index: -1;
    }
    .about-sect .title span div:nth-child(1) {
        font-size: 18px;
        line-height: 18px;

        text-align: center;
    }
    .about-sect .title span div:nth-child(2) {
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }
    .about-sect .title h2 {
        font-size: 24px;
        margin: 0;
        padding-top: 0px;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 35px;
    }

    .about-sect .index_more a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .products-sect{
        padding-bottom: 0;
        background-size: cover;
        padding-top: 50px;
    }
    .products-box{
        padding: 8px 0;
    }
    .products-sect .title {
        width: 310px;
        padding-left: 135px;
        margin-bottom: 30px;
    }
    .products-sect .title:before {
        font-size: 69px;
        line-height: 80px;
        left: 45px;
    }
    .products-sect .title h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .products-sect .index_more {
        margin-left: 107.5px;
        top: 26px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }

    .service-sect {
        padding-top:45px;
        padding-bottom: 230px;
        position: relative;
    }
    .service-sect:before {
        content: "";
        background: url(../../../images/layout04/common/index/service-bg-1.jpg) no-repeat;
        width: 320px;
        height: 186px;
        position: absolute;
        left: calc(50% - 160px);
        bottom: 0px;
        z-index: -1;
        visibility: visible;
        background-size: contain;
    }
    .service-sect .flex {
        display: block;
    }
    .service-sect .title {
        width: 100%;
    }
    .service-sect .title h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .service-sect article:before {
        font-size: 20px;
        display: block;
        text-align: center;
        line-height: 29px;
        letter-spacing: 2px;
    }
    .service-sect article {
        width: 100%;
        display: block;
        height: unset;
        position: relative;
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 25px;
    }
    .service-sect .title:after {
        display: none;
    }
    .service-sect .title:before {
        background-size: contain;
        width: 200px;
        height: 200px;
        top: -33px;
        left: calc(50% - 100px);
    }

    .service-sect .index_more {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .service-sect .index_more a {
        margin: auto;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 30px 0 30px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }

    .album-sect .title {
        margin-bottom: 30px;
    }
    .album-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
        display: block;
    }
    .album-sect .index_more a{
        margin: auto;
    }

    .hot-arrow{
        position: relative;
        left: 0%;
        height: 43px;
        top: 0;
        margin:0 auto 25px;
    }  
    .products-sect .hot-arrow{
   
        margin:0 auto 0px;
    } 
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}