@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
/*------------ 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.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 .box .name, .products-list.type2 .name {
    color: #A76F61;
}

.products-list .box:hover .name {
    color: #70C471;
}

.products-list.type2 .description, .products-list .description {
    color: #9A9A9A;
}

.products-list .box.new:before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png);
    width: 75px;
    height: 32px;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 0;
}

.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 .pic:before {
    content: '';
    background: rgba(167, 111, 97, 0.8);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.products-list .box .pic img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.products-list .box:hover .pic img {
    transform: scale(1.2);
}

.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

@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-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}

/* .news-list .pic:before{
    display: none;
} */

.news-list .btn.more {
    background: #3D9E70;
    color: #fff;
}

.news-list .box:hover .btn.more {
    background: #A7B450;
}

.news-list.type3 .date {
    color: #3D9E70;
}

.news-list.type4 .item .box {
    transition: all 0.3s ease;
    border: none;
}

.news-list .item .box {
    transition: all 0.3s ease;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .box .pic img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.news-list.type4 .item .box:hover .pic img {
    transform: scale(1.2);
}

.news-list.type4 .item .date, .news-date {
    border-radius: 3px;
    color: #70C471;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #70C471;
    background: #fff;
    transition: all 0.3s ease;
}

.news-list.type4 .item:hover .date {
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #70C471;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    margin: -45px 0px 13px;
}

.news-list .item .name {
    color: #666666;
}

.news-list .item .description {
    color: #8C8C8C;
}

.news-list.type4 .txt {
    padding: 0 15px 15px 15px;
}

/*!列表通用 index、news*/

/*------------ banner ------------*/

.banner {
    position: relative;
    height: auto!important;
}

.banner .slider {
    max-width: 1300px;
    position: relative;
    margin: auto;
}

.banner * {
    height: 100%;
}

.banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
}

.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}

.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;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 96px;
    height: 13px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
}

.banner .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    margin: 5px 0;
    background: #ddd;
}

.banner .slick-dots li.slick-active button:before {
    background: #2F8337;
}

/*------------ 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 {
    font-family: 'Montserrat';
    display: block;
    font-size: 85px;
    color: #000;
    margin-bottom: 3px;
    font-weight: 200;
    text-transform: lowercase;
}

.title h2 {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    color: #000;
    position: relative;
}

.title i {
    display: none;
}

/*------------ more ------------*/

.index_more {
    position: relative;
    display: block;
    width: 138px;
    height: 35px;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    color: #70C471;
    line-height: 33px;
    font-weight: 400;
    margin: 20px;
    text-align: center;
    border: 1px solid #70C471;
    text-transform: lowercase;
    background: #fff;
}

.index_more:hover {
    background: #fff;
}

.index_more a {
    font-size: 0;
    display: block;
    position: relative;
    color: #70C471;
    width: 138px;
    height: 35px;
}

.index_more a:hover {
    color: #fff;
}

.index_more a span {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 10;
    position: relative;
}

/* btn before after */

.index_more:before, .index_more:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #70C471;
    border-radius: 50%;
}

.index_more:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index_more:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.index_more:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}

.index_more:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}

/* btn 動畫 */

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

/* / btn 動畫 */

/*------------ sect ------------*/

/*新編輯器*/

.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/

/*------------ about ------------*/

.about-sect {
    background: #fff;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
    padding: 50px 0 40px;
    background: url(../../../images/layout01/common/index/about_bg.jpg) top left no-repeat fixed;
}

.about-sect::before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/about_bg1.png) top left no-repeat;
    width: 1920px;
    height: 603px;
    top: -480px;
    position: absolute;
    z-index: -1;
}

.about-sect::after {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/about_bg2.png) top left no-repeat;
    width: 1920px;
    height: 603px;
    bottom: -423px;
    position: absolute;
    z-index: -1;
}

.about-sect .row {
    padding: 0;
}

.about-sect .pic img {
    margin: 0;
}

.about-sect .col {
    float: left;
}

.about-sect .col.txt {
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    margin: 0 0 0 38px;
}

.about-sect .container {
    position: static;
}

.about-sect .col.pic {
    margin: 0px 0 0 0;
    position: absolute;
    right: 52%;
    top: 0;
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: -50px 0 0;
}

.about-sect .col.pic img {
    width: auto;
}

/* 關於我們、服務項目 btn */

.about-sect .index_more {
    display: block;
    font-size: 0;
    width: 95px;
    height: 95px;
    line-height: 95px;
    color: #659D65;
    border: 1px solid #659D65;
    border-radius: 100%;
    text-align: center;
    background: none;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    left: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 5;
    margin-top: 20px;
    overflow: visible;
    margin-right: 0;
    margin-left: auto;
}

.about-sect .index_more a {
    position: relative;
    transform: rotate(0deg);
    background: none;
    width: 95px;
    height: 95px;
    display: block;
    top: 0px;
    border-radius: 50%;
    z-index: 5;
}

.about-sect .index_more a span {
    font-size: 13.55px;
    display: block;
    font-weight: bold;
}

.about-sect .index_more::before {
    display: none;
}

.about-sect .index_more:after {
    content: '';
    width: 20px;
    height: 20px;
    line-height: 45px;
    border-radius: 50%;
    background: #659D65;
    position: absolute;
    color: transparent;
    display: inline-block;
    left: 8px;
    top: 0px;
    transition: all 0.6s;
    transform-origin: 55px 55px;
    transform: scale(1);
    animation: initial;
}

.about-sect .index_more:hover {
    background: #d5f7d5;
    transition-delay: 0.16s;
}

.about-sect .index_more:hover:after {
    transform: rotate(-200deg);
    left: -24px;
    top: -13px;
}

.about-sect .index_more a:hover {
    color: #659D65;
}

/* / 關於我們、服務項目 btn */

.about-sect .title {
    margin-bottom: 20px;
}

.about-sect .title span {
    color: #659D65;
}

.about-sect .title span::first-letter {
    font-weight: 700;
    text-transform: uppercase;
}

.about-sect .title h2 {
    text-align: left;
}

.about-sect .title h2::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: solid 10px #659D65;
    border-left: solid 10px #659D65;
    border-right: solid 10px transparent;
    border-top: solid 10px transparent;
    vertical-align: middle;
    left: 20px;
    top: -3px;
}

.about-sect .txt-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.about-sect .txt-box .index-about-editor .editor {
    color: #6C6C6C;
    position: relative;
    line-height: 1.75;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 140px;
}

.about-sect .txt-box .index-about-editor .editor span {
    color: #FD929B;
    font-size: 20px;
}

.about-sect .txt .tag {
    display: none;
}

/*------------ news ------------*/

.articles-sect {
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}

/*------------ news ------------*/

.news-sect {
    margin-bottom: 50px;
    padding-top: 20px;
}

.news-sect .title {
    text-align: left;
    margin: 0 0 20px;
}

.news-sect .title span {
    color: #A76F61;
}

.news-sect .title span::first-letter {
    font-weight: 700;
    text-transform: uppercase;
}

.news-sect .index_more {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 68px;
}

.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: 10;
    padding-top: 60px
}

.products-sect .title h2::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-top: solid 10px #FDB9BC;
    border-right: solid 10px #FDB9BC;
    border-left: solid 10px transparent;
    border-bottom: solid 10px transparent;
    vertical-align: middle;
    left: -25px;
    top: -3px;
}

.products-sect .title h2::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: solid 10px #FDB9BC;
    border-left: solid 10px #FDB9BC;
    border-right: solid 10px transparent;
    border-top: solid 10px transparent;
    vertical-align: middle;
    left: 20px;
    top: -3px;
}

.products-sect .title span {
    color: #A76F61;
}

.products-sect .title span::first-letter {
    font-weight: 700;
    text-transform: uppercase;
}

.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:before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/service_bg01.jpg) 100% no-repeat fixed;
    background-position: center;
    background-size: 100%;
    min-height: 315px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.service-sect .title h2::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-top: solid 10px #70C471;
    border-right: solid 10px #70C471;
    border-left: solid 10px transparent;
    border-bottom: solid 10px transparent;
    vertical-align: middle;
    left: -25px;
    top: -3px;
}

.service-sect .title h2::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: solid 10px #70C471;
    border-left: solid 10px #70C471;
    border-right: solid 10px transparent;
    border-top: solid 10px transparent;
    vertical-align: middle;
    left: 20px;
    top: -3px;
}

.service-sect .title span {
    color: #FFF;
    margin: 0 0 20px;
}

.service-sect .title span::first-letter {
    font-weight: 700;
    text-transform: uppercase;
}

.service-sect {
    background: #ffffff;
    margin-bottom: 50px;
}

.service-sect .title {
    margin: 20px auto 20px;
}

.service-sect .editor {
    padding: 10px 21% 30px;
    position: relative;
    max-height: 120px;
}

.service-sect .editor .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-box {
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #666;
    margin: 0 auto;
    margin-top: -101px;
}

.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

/* 服務項目 btn */

.service-box .index_more {
    margin: 0 auto;
}

.service-sect .editor::after {
    content: '';
    height: 1px;
    width: calc(100% - 15px);
    background: #70C471;
    display: block;
    position: absolute;
    bottom: -20px;
    visibility: visible;
    z-index: 0;
    left: 0;
}

/* /服務項目 btn */

/*------------ 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;
}

.album-sect .album-list .item {
    margin-bottom: 0;
}

.album-list.type1 .item {
    border-bottom: none;
}

.album-sect .album-list .item .namebox {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(167, 111, 97, 0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
    z-index: 5;
}

.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: 50px 0 20px;
}

.album-sect .container {
    display: flex;
}

.album-sect .title span {
    display: none;
}

.album-sect .title h2 {
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: 50%;
    margin-top: -53px;
    box-sizing: border-box;
}

.album-sect .title {
    position: relative;
    background: url(../../../images/layout01/common/index/album_title.png) center no-repeat;
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    font-size: 21px;
}

.album-sect .index_more {
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    border-radius: 0;
    position: relative;
    background: url(../../../images/layout01/common/index/album_title-.png) center no-repeat;
    margin: 0;
    border: none;
}

.album-sect .index_more a {
    font-size: 0;
    display: block;
    position: initial;
    color: #70C471;
    width: 100%;
    height: 100%;
}

.album-sect .index_more::before, .album-sect .index_more::after {
    display: none;
}

.album-sect .index_more a span {
    background: url(../../../images/layout01/common/index/album_more.png);
    width: 80px;
    height: 80px;
    font-size: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

.album-list .item .box .pic:before {
    content: '';
    background: rgba(167, 111, 97, 0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.album-list .item .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.album-list .item .box .pic img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.album-list .item .box:hover .pic img {
    transform: scale(1.2);
}

/*瀑布流*/

.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: 1775px) {
    .about-sect .txt-box {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 15px;
    }
}

@media screen and (max-width: 1440px) {
    /* .about-sect .col.pic {
        margin: 0px 0 0 0%;
    } */
    .about-sect .txt .pic {
        padding: 5% 0 20px;
    }
    .about-sect .txt-box {}
    .service-sect:before {
        min-height: 200px;
    }
}

@media screen and (max-width: 1280px) {
    .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) {
    .about-sect {
        padding: 30px 0;
        background-repeat: no-repeat;
        background-position: 100%;
        background-attachment: inherit;
        margin: 0;
        background-size: cover;
    }
    .about-sect .col.txt, .about-sect .col.pic {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more {
        margin: 20px auto;
    }
    .service-sect:before {
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-position: center 50%;
        background-size: 100%;
        min-height: 120px;
    }
    .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 span, .products-sect .title span, .album-sect .title span, .about-sect .title span, .service-sect .title span {
        font-size: 60px;
    }
    .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title {
        background: none;
        font-size: 20px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        top: -60px
    }
    .news-sect {
        padding: 10px 0 0px;
        margin: 0;
    }
    .products-box {
        padding: 8px 0;
    }
    .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 {
        padding-top: 30px;
        background: none;
        margin-bottom: 50px;
    }
    .masonry-album-sect {
        background: none;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }
    .album-sect .title {
        margin: 15px auto;
        width: auto;
        height: auto;
        padding: 0;
        background: #B8665F;
        margin: 0;
    }
    .album-sect .index_more {
        background: #F3EEF0;
        width: auto;
        height: auto;
        padding: 10px 0 10px;
        line-height: 1;
    }
    .album-sect .title h2, .album-sect .index_more a span {
        position: static;
        margin: 0 auto;
    }
    .album-list {
        width: 100%;
        margin: 0;
    }
    .about-sect .col.pic {
        display: none;
    }
    .about-sect .title h2 {
        text-align: center;
    }
    .products-sect {
        padding: 20px 0 20px;
    }
    .products-sect .index_more {
        display: block;
        margin: 10px auto;
    }
    .products-list.type2 .item {
        margin-bottom: 20px;
    }
    .service-sect .editor::after {
        width: 100%;
    }
    .banner.index_banner:before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .service-sect {
        margin-top: 0;
    }
    .album-list {
        flex-wrap: wrap;
    }
    .album-sect .album-list .item {
        min-width: 50%;
    }
    .news-sect {
        padding: 00;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .news-sect .title {
        text-align: center;
        margin: 0 0 20px;
    }
    .news-sect .index_more {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 120px;
    }
    .news-sect .title {
        text-align: center;
        margin: 0 0 60px;
    }
    .about-sect .txt-box .index-about-editor .editor span {
        color: #FD929B;
        font-size: 15px;
    }
    .service-sect:before {
        min-height: 80px;
    }
    .service-box {
        margin-top: -58px;
    }
    .service-sect .editor {
        padding: 10px 15px 20px;
    }
    .service-sect .title span {
        margin-bottom: 0;
    }
    .service-sect .title {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .news-sect .title span, .products-sect .title span, .album-sect .title span, .about-sect .title span, .service-sect .title span {
        font-size: 40px;
    }
    .copy_box {
        margin: 0;
    }
}

@media screen and (max-width: 320px) {
    .about-sect .txt-box .index-about-editor .editor span {
        color: #FD929B;
        font-size: 12px;
    }
    .site-info span {
        display: inline;
    }
}