@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ 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 .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #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 .pic:before {
    content: '';
    background: none;
    border-radius: 40px;
    border: 0px solid #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}
.products-list .box:hover .pic:before {
    border: 4px solid #65AE8E;
    opacity: 1;
}

.products-list .pic:before {
    content: '';
    background: rgb(255 255 255 / 30%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}


.products-list .mask {
    border-radius:40px
}

.products-list.type2 .txt {
    padding: 10px 10px 0;
}

.products-list .box .name,.products-list.type2 .name{
     color: #3E2F25;
     font-weight: 600;
     -webkit-line-clamp: 1;
     margin: 0 0 5px;
}
.products-list .box:hover .name{
    color: #5fae8f;
}
.products-list.type2 .description,.products-list .description{
    color: #524D4A;
    -webkit-line-clamp: 1;
}
.products-list .box:hover .description{
   
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png);
    width: 28px;
    height: 52px;
    position: absolute;
    z-index: 10;
    left: 30px;
    top: -10px;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
     /*列表通用 index、products*/
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
  
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
     /*!列表通用 index、products*/
 }
/*!列表通用 index、products*/
/*列表通用 index、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: #29A38D;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #EFF1F3;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type3 .item{
    padding: 0px 10px;
    border-left: none;
    margin: 20px 0px 30px;
}
.news-list.type2 .item .box,
.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: inherit;
}
.news-list.type3 .item .box{
    padding: 20px 30px;
    border-radius: 50px;
}
.news-list .item .box:hover{
}
.news-list.type2 .pic,
.news-list.type4 .pic{
    border-radius: 50px;
}
.news-list .pic:before {
    content: '';
    background: none;
    border-radius: 50px;
    border: 0px solid #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}
.news-list .box:hover .pic:before {
    border: 4px solid #65AE8E;
    opacity: 1;
}
.news-list .txt{
    position: relative;
    z-index: 5;
}
.news-list.type4 .txt{
    padding: 0 15px;
    min-height: auto;
}
.news-list.type2 .more-box{
    display: none;
}
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
}


/*-change date style-*/
.news-list.type1 .date,
.news-list.type2 .date,
.news-list.type4 .date,
.news-list.type3 .date {
    font-size: 15px!important;
    display: flex!important;
    position: static!important;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 32px;
    background: #fff;
    color: #65AE8E;
    margin: -16px 0 16px;
    padding: 0!important;
    border-radius: 60px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-family: "Fredoka", sans-serif;
}
.news-list.type1 .box:hover .date, 
.news-list.type2 .box:hover .date, 
.news-list.type4 .box:hover .date, 
.news-list.type3 .box:hover .date{
     color: #fff;
    background: #65AE8E;
}
.news-list.type3 .date{
    margin: -32px 0 16px;
}
.news-list.type4 .date{
    margin: -16px 0 10px;
}
.news-list.type4 .date .day,
.news-list.type4 .date .month, 
.news-list.type4 .date .years{
    display: flex;
    width: auto;
    line-height: 1;
    font-size: inherit;
    
}
.news-list.type4 .item .date .day {

}
.news-list.type1 .day,
.news-list.type2 .day,
.news-list.type4 .day,
.news-list.type3 .day {
    order: 3;
    color: inherit!important;
    display: flex!important;
    width: auto!important;
    font-size: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 1px!important;
    font-weight:500!important;
}
.news-list.type1 .month,
.news-list.type2 .month,
.news-list.type4 .month,
.news-list.type3 .month {
    order: 2;
    font-size: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 1px!important;
    font-weight:500!important;
}
.news-list.type1 .years,
.news-list.type2 .years,
.news-list.type4 .years,
.news-list.type3 .years {
    order: 1;
    font-size: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 1px!important;
    font-weight:500!important;
}
.news-list.type1 .date .years:before ,
.news-list.type2 .date .years:before ,
.news-list.type4 .date .years:before ,
.news-list.type3 .date .years:before {
    display: none;
}
.news-list.type1 .date .month:before,
.news-list.type1 .date .day:before,
.news-list.type2 .date .month:before,
.news-list.type2 .date .day:before,
.news-list.type4 .date .month:before,
.news-list.type4 .date .day:before,
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
.news-list .item .name{
    color: #3E2F25;
     font-weight: 600;
    height: auto;
    margin: 0px 0 10px;
    line-height: 28px;
    max-height: 56px;
    -webkit-line-clamp: 1;
   
}
.news-list .box:hover .name{
    color: #65AE8E;
}
.news-list .item .description{
    color: #666
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
    border-radius: 150px;
}
.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: 65px;
    height: 65px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev{
   background-position: 0 0;
   left: -90px;
}
.banner .slick-next{
    background-position: 100% 0;
    right: -90px;
}
.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: 15px 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: 7px;
    height: 7px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
    border-radius: 50%;
    margin: 0 6px;
}
.banner .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #d6d6d6;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active button:before {
    background: #65AE8E;
}
/*------------ title ------------*/
.title{
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
    font-weight: normal;
}
.title span{
     color: #65AE8E;
     font-size: 18px;
     font-weight: 600;
     font-family: "Fredoka", sans-serif;
     letter-spacing: 3px;
     margin: 0px 0 5px;
     display: block;
}
.title h2{
       color: #3E2E25;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    transition: all .3s ease;
    color: #3E2E25;
    font-weight: 600;
    position: relative;
    display: block;
    z-index: 0;
    font-family: "Fredoka", sans-serif;
    box-shadow: 4px 5px 0px 2px #65AE8E;
    border: 1px solid #65AE8E;
    margin: 35px 0 0;
    letter-spacing: 2px;
}
.index_more:hover{
    box-shadow: 0px 0px 0px 0px #65AE8E;
    background:#65AE8E;
    color:#fff;
}

.index_more a {
    font-size: 0;
    display: block;
}
.index_more a span {
    font-size: 16px;
    text-align: center;
    padding: 0 0 0 12px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
   position: relative;
   padding: 30px 0 60px;
   z-index: 3;
   position:relative;
}
.about-sect:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 200px;
    background: url(../../../images/layout01/common/index/deco03.png)50% 50% no-repeat;
    width: 304px;
    height: 220px;
    -webkit-animation: img-walk 7s infinite linear;
    animation: img-walk 7s infinite linear;
    z-index: 1;
    background-size: contain;
}

   @keyframes img-walk {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    5% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }
    10% {
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px);
    }
    12% {
        -webkit-transform: translate(15px, 5px);
        transform: translate(15px, 5px);
    }
    20% {
        -webkit-transform: translate(20px, 0px);
        transform: translate(20px, 0px);
    }
    22% {
        -webkit-transform: translate(25px, 5px);
                transform: translate(25px, 5px);
    }
    30% {
        -webkit-transform: translate(30px, 0px);
        transform: translate(30px, 0px);
    }
    32% {
        -webkit-transform: translate(35px, 5px);
                transform: translate(35px, 5px);
    }
    40% {
        -webkit-transform: translate(40px, 0px);
        transform: translate(40px, 0px);
    }
    42% {
        -webkit-transform: translate(45px, 5px);
        transform: translate(45px, 5px);
    }
    50% {
        -webkit-transform: translate(50px, 0px) scaleX(1);
        transform: translate(50px, 0px) scaleX(1);
    }
    52% {
        -webkit-transform: translate(45px, 5px) scaleX(-1);
        transform: translate(45px, 5px) scaleX(-1);
    }
    60% {
        -webkit-transform: translate(40px, 0px) scaleX(-1);
        transform: translate(40px, 0px) scaleX(-1);
    }
    62% {
        -webkit-transform: translate(35px, 5px) scaleX(-1);
        transform: translate(35px, 5px) scaleX(-1);
    }
    70% {
        -webkit-transform: translate(30px, 0px) scaleX(-1);
        transform: translate(30px, 0px) scaleX(-1);
    }
    72% {
        -webkit-transform: translate(25px, 5px) scaleX(-1);
        transform: translate(25px, 5px) scaleX(-1);
    }
    80% {
        -webkit-transform: translate(20px, 0px) scaleX(-1);
        transform: translate(20px, 0px) scaleX(-1);
    }
    82% {
        -webkit-transform: translate(15px, 5px) scaleX(-1);
                transform: translate(15px, 5px) scaleX(-1);
    }
    90% {
        -webkit-transform: translate(10px, 0px) scaleX(-1);
        transform: translate(10px, 0px) scaleX(-1);
    }
    95% {
        -webkit-transform: translate(0px, 5px) scaleX(-1);
        transform: translate(0px, 5px) scaleX(-1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) scaleX(1);
        transform: translate(0px, 0px) scaleX(1);
    }
}
.about-sect .title{
    display:none;
}
.about-sect .title1{
    border-bottom: 3px solid #65ae8e;
    max-width: fit-content;
    padding: 10px 25px;
    color: #3E2E25;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 3px;
    border-radius: 20px;
    box-sizing: border-box;
}
.about-sect .title2{
     color: #65AE8E;
     font-size: 24px;
     font-weight: 600;
     letter-spacing: 2px;
     margin: 30px 0 15px;
     /* padding: 0 0 0 10px; */
}
.about-sect p{
    line-height:2;
    margin: 0;
    /* padding: 0 0 0 10px; */
}
.about-sect .row{
    display: flex; 
}
.about-sect .txt{
    width:50%;
    padding: 60px 90px 0px 125px;
    box-sizing: border-box;
    position:relative;
}
.about-sect .txt:before{
     content: '';
     width: 207px;
     height: 200px;
     display: block;
     left: -140px;
     bottom: 70px;
     margin:0 auto;
     position: absolute;
     background: url(../../../images/layout01/common/index/deco01.png)50% 50% no-repeat;
     visibility: visible;
     z-index: 7;
     animation: dodo 2s  infinite normal;
     animation-delay: .3s;
     transform-origin: center center;
     transition-delay: 0.9s;
     background-size: contain;
}

@keyframes dodo{
  0%, 50%{
    transform: rotate(0deg);
  }
  62.5%, 87.5%{
    transform: rotate(-1deg) translateY(-3px);
  }
  75%, 100%{
    transform: rotate(0deg);
  }
}
.about-sect .txt:after{
     content: '';
     width: 62px;
     height: 70px;
     display: block;
     right: 100px;
     bottom: 40px;
     margin:0 auto;
     position: absolute;
     background: url(../../../images/layout01/common/index/deco02.png)50% 50%;
     visibility: visible;
     z-index: -1;
     animation: upup 2.5s infinite normal;
     animation-delay: .4s;
     transform-origin: center center;
     background-size: contain;
}

@keyframes upup{
  0%, 50%{
    transform: translateY(0);
  }
  62.5%, 87.5%{
    transform: translateY(-10px) scale(1.04);
  }
  75%, 100%{
    transform: translateY(0);
  }
}
.about-sect .pic{
    width: 50%;
    max-width: 620px;
    position: relative;
}
.about-sect .pic:before{
   content:" ABOUT US\A CAT · HOTEL";
   white-space:pre;
   color: #65AE8E;
   font-size: 18px;
   font-weight: 600;
   font-family: "Fredoka", sans-serif;
   letter-spacing: 2px;
   line-height: 1.25;
   -webkit-writing-mode: vertical-lr;
   writing-mode: sideways-rl;
   right: -40px;
   position: absolute;
   top: 35%;
   text-align: left;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding: 35px 0 50px;
    background:url(../../../images/layout01/common/bg01.jpg);
    position: relative;
    margin: 78px 0 0;
    z-index: 2;
}
.news-sect:after {
    content: '';
    width: 244px;
    height: 320px;
    display: block;
    left: 140px;
    bottom: -140px;
    margin: 0 auto;
    position: absolute;
    background: url(../../../images/layout01/common/index/deco04.png) 50% 50% no-repeat;
    visibility: visible;
    z-index: 1;
    animation: upup 2.5s infinite normal;
    animation-delay: .4s;
    transform-origin: center center;
    background-size: contain;
}
.news-sect:before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/bg02.png)50% 0%;
    background-size: cover;
    height: 78px;
    margin-bottom: 0px;
    margin-top: 0px;
    width:100%;
    position: absolute;
    top: -78px;
}

.news-sect .container{
    display:flex;
    padding: 0;
}
.news-sect .title{
    width: 18%;
    padding: 20px 0 0;
}
.news-sect .news-list{
    width: 82%;
}
.news-sect .index_more{
    margin: 20px auto 0;
    position: absolute;
    bottom: 25%;
    left: 55px;
    width: 120px;
    height: 120px;
    line-height: 8px;
    border-radius: 100%;
    box-sizing: border-box;
}
.news-sect .index_more a{   
    padding: 46px 35px;    
}
.news-sect .index_more a span {
    padding: 0;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more{
    display: block;
    margin: 10px auto 50px;
}
.products-sect{
    position: relative;
    z-index: 1;
}
.products-sect:after{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/bg03.png)0% 100%;
    background-size: cover;
    height: 78px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    position: absolute;
    bottom: -105px;
    z-index: 0;
}
.products-sect .pdbg{
   
    display: block;
    background: url(../../../images/layout01/common/bg01.jpg) 50% 0%;
    height: 240px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    position: absolute;
    top: 0;
}

.products-sect .container{
    max-width:1800px;
    background: #fff;
    border-radius: 60px;
    padding: 75px 0 0;
    position: relative;
}
.products-sect .container:before {
    content: '';
    width: 207px;
    height: 200px;
    display: block;
    right: 200px;
    bottom: -150px;
    margin: 0 auto;
    position: absolute;
    background: url(../../../images/layout01/common/index/deco06.png) 50% 50% no-repeat;
    visibility: visible;
    z-index: 7;
    animation: dodo 2s infinite normal;
    animation-delay: .3s;
    transition-delay: 0.9s;
    background-size: contain;
}

.products-sect .container:after{
     content: '';
     width: 62px;
     height: 70px;
     display: block;
     right: 100px;
     top: 50%;
     margin:0 auto;
     position: absolute;
     background: url(../../../images/layout01/common/index/deco02.png)50% 50%;
     visibility: visible;
     z-index: 1;
     animation: upup 2.5s infinite normal;
     animation-delay: .4s;
     transform-origin: center center;
     background-size: contain;
}

.products-sect .pdbg:after {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 180px;
    background: url(../../../images/layout01/common/index/mask_pd.png);
    background-size: cover;
    z-index: 10;
    width: 60px;
    height: 60px;
    z-index: 1;
}
.products-sect .pdbg:before {
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    top: 180px;
    background: url(../../../images/layout01/common/index/mask_pdr.png);
    background-size: cover;
    z-index: 10;
    width: 60px;
    height: 60px;
    z-index: 1;
}
.products-sect .products-box{
    max-width:1300px;
    margin:0 auto;
}

.products-sect .title{
    margin-bottom: 30px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/

.service-sect{
    padding: 20px 0 85px;
}
.service-sect .index_more{
     display:none;
}
.service-sect .title{
    display:none;
}

/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden;
    border-radius: 40px;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
    margin: 5px;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(95 174 143);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
    margin: 10px;
    border-radius: 40px;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    padding: 0px 0 35px;
    position:relative;
    z-index: 0;
}

.album-sect:before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/album_bg.jpg)50% 50% fixed;
    background-size: cover;
    height: 425px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: -1;
}
.album-sect:after {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/bg03.png) 0% 100%;
    background-size: cover;
    height: 78px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    position: absolute;
    top: 379px;
    z-index: -1;
    -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
.album-sect .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -155px auto 0;
    position:relative;
}
.album-sect .title span{
    /* display:none; */
    order: 2;
    text-shadow: 2px -2px 11px #ffffff;
}
.album-sect .title h2{
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 17px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 5px 0px 2px #65AE8E;
    border: 1px solid #65AE8E;
    font-size: 24px;
    padding: 20px;
    box-sizing: border-box;
}
.album-sect .title{
    position: relative;
    width: 16.66%;
    /* height: 0; */
    display: block;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    font-size: 22px;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.album-sect .index_more{
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    position: relative;
    margin: 0 10px;
    width: 120px;
    height: 120px;
    line-height: 8px;
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
   }

.album-sect  .index_more a{
    padding: 46px 35px; 
}
.album-sect .index_more a span {
    padding: 0;
}

/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}

.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background: url(../../../images/layout01/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}

@media screen and (max-width: 1700px){
.products-sect .pdbg:after,
.products-sect .pdbg:before {
   display:none;
}
.news-sect:after {
   width: 150px;
   bottom: -174px;
   left: 75px;
}
.about-sect:before{
    width: 200px;
}
.about-sect .txt:before{
    width: 138px;
    left: -80px;
    }
   
.about-sect .pic{
    padding-right: 50px;
}

.about-sect .pic:before{
     right: 0px;
}
.about-sect .txt {
    width: 50%;
    padding: 10px 30px 0px 80px;
    box-sizing: border-box;
    position: relative;
}
.products-sect .container:before {
    width:150px;  
}

.products-sect .container:after{
   display:none;
}
}
@media screen and (max-width: 1280px){
.about-sect .title1{
   padding: 5px 15px;
   font-size: 24px;
}
.about-sect .title2{
     color: #65AE8E;
     font-size: 18px;
     margin: 20px 0 10px;
     padding: 0;
}
    .about-sect p {
    padding: 0 0 0 0px;
}
.about-sect .txt:after{ 
    right: 37px;
    bottom: 0px;
}
}
@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-sect:after {   
    width: 82px;
    bottom: -132px; 
    left: 50px;
}
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
.index_more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    }
.banner *{
    border-radius: 70px;
}
.about-sect {
    padding: 10px 0 60px;
}
.about-sect .row{
    flex-direction:column;
    align-items: center;
}
.about-sect .txt {
    width: 100%;
    padding: 10px;
    order:2;
    text-align: center;
}
.about-sect:before {
    width: 110px;
    height: 100px;
    right: 10px;
    bottom: -29px;
    z-index: 1;
}

.about-sect .txt:before,.about-sect .txt:after {
    display:none;
}
.about-sect .index_more{
    margin:25px auto 0;
}
.about-sect .title1{
   margin:0 auto 10px;
}
.title h2 { 
    font-size: 24px;
}
.about-sect .pic{
   width: 100%;
   padding: 0 0 46px;
   text-align:center;
}
.about-sect .pic:before{
  -webkit-writing-mode: initial;
  writing-mode: initial;
  right: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  top: initial;
  margin: 0 auto;
  content: "ABOUT US";
}
.news-sect .container{
    flex-direction: column;
    padding: 0;
}
.news-sect .title{
    width: 100%;
    padding: 0;
}
.news-sect .news-list{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.news-sect .index_more{
   position:relative;
   left: 0;
   bottom: 0;
   margin: 0 auto;
}
.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%;
}
/*!少量排版*/

    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title{
     margin: 0 0 20px;
    }
    .news-sect{
        padding: 0px 0 45px;
    }
    .products-sect .container {
   
    padding: 40px 15px 0;
    position: relative;
}
    .products-sect .container:before {
        width: 100px;
        bottom: -170px;
        right: 10px;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect .editor{
        border:none;
    }
    
    .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;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
   .album-sect:before {
   
    background: url(../../../images/layout01/common/index/album_bg.jpg)50% 0%;   
    background-size: cover;
    height: 320px;
}
.album-sect:after {
   top: 242px;
}
.album-sect .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -155px auto 0;
    position:relative;
}

.masonry-album-sect{
        background: none;
    }   
    .album-sect .container{
        display: block;
        padding: 0 15px;
        margin: -159px auto 0;
    }
    .album-sect .title{
        margin: 0px auto;
        width: auto;height: auto;
        padding: 0 0 0px;
        background: none;
    }
    .album-sect .index_more{
       margin: 5px auto 0;
    }
    .album-sect .title h2,.album-sect .index_more a span{
        position: static;
        margin: 0 auto 10px;
        order: 2;
    }
    .album-list{
        width: 100%;
        margin: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .service-sect{
        padding: 10px 0 100px;
    }
}
@media screen and (max-width: 767px){
    
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 45%; 
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
     .album-sect .album-list .item{
        min-width: 45%;
        width: 100%;
    }
}

@media screen and (min-width: 1921px) {
 .products-sect .pdbg:after,
.products-sect .pdbg:before {
   display:none;
}
}