@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.site-footer{
    z-index: 3;
}
/*列表通用 index 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;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    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 .box.new:before{
    content: '';
    display: block;
    position: absolute;
    width: 77px;
    height: 40px;
    background: url(../../../images/layout06/common/products/news_tag.png) no-repeat;
    background-size: contain;
    top: -12px;
    left: -5px;
    z-index: 2;
}
.products-list .name{
    color: #444;
    letter-spacing: 1.5px;
    line-height: 1.5;
    transition: all .5s ease;
}
.products-list .box:hover .name{
    color: #DC6585;
}
.products-list .description,
.products-list.type2 .description{
    color: #878787;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-height: 42px;
    -webkit-line-clamp: 2;
}
.products-list .pic:before{
    background: rgba(0, 0, 0, 0.3);
}
.products-list.type2 .item{
    margin-bottom: 40px;
}
.products-list.type2 .txt {
    padding-top: 15px;
}
.products-list .mask .more,
.products-list.type2 .pic:before {
    display: none;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name{
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .5s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    transition: all .5s ease;
    overflow: hidden;
    z-index: 1;
}
.products-list.for-cart .offers{
    color: #D80000;
}
.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 .5s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #4E7439;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.album-list .item .name{
    color: #444;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
    transition: all .5s ease;
    text-align: left;
    margin: 15px 0 10px;
}
.album-list .box:hover .name{
    color: #DC6585;
}
.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 .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .5s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name {
    padding-left: 0;
}
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.3);
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #444;
    transition: all .5s ease;
}
.onlyitem-list.album-list .item .box:hover .name{
    color: #DC6585;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    color: #444;
    transition: all .5s ease;
}
.masonry-list.album-list.type1 .item .box:hover .name,
.masonry-list.album-list.type3 .item .box:hover .name{
    color: #DC6585;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    transition: all .5s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #444;
    letter-spacing: 1.5px;
    line-height: 1.5;
    transition: all .5s ease;
}
.news-list .box:hover .name{
    color: #DC6585;
}
.news-list .item .description{
    color: #878787;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-height: 42px;
    -webkit-line-clamp: 2;
}
.news-list .date,
.news-list.type2 .date,
.news-list.type2 .date .month {
    color: #444;
    font-family: 'ZCOOL XiaoWei', serif;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.news-list.type1 .item {
    position: relative;
    border-bottom: 0;
}
.news-list.type1 .item::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
    background-size: 4px 1px;
    z-index: 1;
}
.news-list.type1 .item:nth-child(2n),
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: #fff;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 40px;
    background: #4E7439;
    font-family: 'ZCOOL XiaoWei', serif;
    letter-spacing: 1.5px;
    font-weight: normal;
}
.news-list .btn.more b {
    display: none;
}
.news-list .box:hover .btn.more {
    background: #DC6585;
    color: #fff;
}
.news-list.type2 .item {
    border-bottom: 0;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
    background-size: 4px 1px;
}
.news-list.type3 .item{
    border: 0;
    background: url(../../../images/layout06/common/bg/line03.png) repeat-y left;
    background-size: 1px 4px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    padding: 0 15px;
}
.news-list.type4 .item .box{
    border: 0;
    background: transparent;
}
.news-list.type4 .item .box:hover{
    top: -10px;
}
.news-list.type4 .txt {
    padding: 15px 0 0;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 0;
    color: #545454;
    font-weight: normal;
    background: transparent;
    font-family: 'ZCOOL XiaoWei', serif;
}
.news-list.type4 .item .date .day{
    display: inline;
    width: auto;
    margin: 0;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    order: 2;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .item .date .month {
    margin: 0;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    order: 1;
}
.news-list.type4 .date .month:before {
    content: '';
}
.news-list.type4 .item .date .years {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    order: 3;
}
.masonry-list.news-list.type4 .item .date {
    background: #4E7439;
    color: #fff;
    width: 125px;
    height: 30px;
    line-height: 30px;
    align-items: baseline;
    padding: 3px 15px 0;
    border-radius: 30px;
    margin: -35px 0 15px;
}
.masonry-list.news-list.type4 .item .date .day,
.masonry-list.news-list.type4 .item .date .month {
    font-size: 20px;
}
.masonry-list.news-list.type4 .item .date .years {
    font-size: 14px;
    padding: 0 0 0 5px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    max-width: inherit;
    animation-duration: 5s;
}
.banner .slick-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 50%;
    z-index: 100;
    cursor: pointer;
    background: url('../../../images/layout06/common/index/arrow.png');
}
.banner .slick-prev{
    margin-left: -70px;
}
.banner .slick-next{
    background-position: 100% 0;
    margin-right: -69px;
    border-left: #8A8A8A 1px solid;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
@keyframes zoomOutImage {
    from {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.zoomOutImage {
    animation-name: zoomOutImage;
}
.banner .progressBox {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 20px;
    z-index: 999;
}
.banner .progressBox .progressBar {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -1px;
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
}
.banner .progressBox .progressBar.show {
    display: block;
}
.banner .progressBox .progressBar .path {
    width: 100%;
    height: 2px;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
}
.banner .progressBox .progressBar .path rect {
    width: 100%;
    height: 2px;
}
.banner .progressBox .progressBar .path.active rect {
    animation: progressBarAnimation linear forwards;
}
.banner .progressBox .slidePageBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.banner .progressBox .slidePageBox.show {
    display: flex;
}
.banner .progressBox .slidePageBox span {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 14px;
    font-family: 'ZCOOL XiaoWei', serif;
    letter-spacing: 0.05em;
}
.banner .progressBox .slidePageBox span.current {
    color: #fff;
}
.banner .progressBox .slidePageBox i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
}
@keyframes progressBarAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin:  0 0 40px;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    color: #444;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0 0;
}
.title h2 .dotslist {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.title h2 .dotslist .dotsitem {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.title h2 .dotslist .dotsitem:nth-child(1) {
    background-color: #DC6585;
    -webkit-animation: dotsitem 3s linear infinite both;
    animation: dotsitem 3s linear infinite both;
}
.title h2 .dotslist .dotsitem:nth-child(2) {
    background-color: #EFD53B;
    -webkit-animation: dotsitem2 3s linear infinite both;
    animation: dotsitem2 3s linear infinite both;
}
.title h2 .dotslist .dotsitem:nth-child(3) {
    background-color: #4E7439;
    -webkit-animation: dotsitem3 3s linear infinite both;
    animation: dotsitem3 3s linear infinite both;
}
@keyframes dotsitem {
    0% {
        background-color: #4E7439;
    }
    50% {
        background-color: #DC6585;
    }
    100% {
        background-color: #EFD53B;
    }
}
@keyframes dotsitem2 {
    0% {
        background-color: #DC6585;
    }
    50% {
        background-color: #EFD53B;
    }
    100% {
        background-color: #4E7439;
    }
}
@keyframes dotsitem3 {
    0% {
        background-color: #EFD53B;
    }
    50% {
        background-color: #4E7439;
    }
    100% {
        background-color: #DC6585;
    }
}
.title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #4E7439;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    font-family: 'ZCOOL XiaoWei', serif;
}
/*------------ more ------------*/
.index_more{
    position: relative; 
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 150px;
    height: 52px;
    line-height: 52px;
    color: #4F7539;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
    transition: all .5s ease;
    z-index: 1;
    overflow: hidden;
}
.index_more:hover {
    color: #DC6585;
}
.index_more::before{
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #4F7539;
    border: 1px solid #4F7539;
    transition: all .5s ease;
    z-index: -1;
}
.index_more:hover:before{
    background: #DC6585;
    border-color: #DC6585;
}
.index_more a{
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    z-index: 5;
    overflow: hidden;
}
.index_more a span{
    display: block;
    font-size: 16px;
    /* text-decoration: underline; */
    font-family: 'ZCOOL XiaoWei', serif;
}
.index_more a span b {
    font-weight: normal;
}
.index_more a span i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-style: unset;
    width: 20px;
    height: 20px;
}
.index_more:hover a span i {
    -webkit-animation: arrRight 1.2s ease-in-out infinite;
    animation: arrRight 1.2s ease-in-out infinite;
}
.index_more a span i::before  {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background: #fff;
}
.index_more a span i::after  {
    content: '';
    position: absolute;
    top: 9px;
    right: -1px;
    width: 8px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}
@keyframes arrRight {
    0%, 100% {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    50% {
        -webkit-transform: translate(5px, 0%);
        transform: translate(5px, 0%);
    }
}
/*------------ sect ------------*/
.banner{
    position: relative;
    z-index: 3;
}
.album-sect,
.about-sect,
.news-sect,
.article-sect,
.contact-sect,
.articles-sect,
.service-sect,
.products-sect{
    position: relative;
    z-index: 2;
}
/*新編輯器*/
.article-sect {
    padding: 115px 0 0;
    background: transparent;
    overflow: hidden;
}
.article-sect .container .ar_line {
    content: '';
    position: absolute;
    top: -700px;
    left: -680px;
    width: 728px;
    height: 826px;
    background: url(../../../images/layout06/common/index/line.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.article-sect .container .ar_leaf {
    position: absolute;
    top: -125px;
    left: 100px;
    width: 58px;
    height: 64px;
    background: url(../../../images/layout06/common/index/leaf1.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.article-sect .container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: url('../../../images/layout06/common/index/a_bg.jpg') no-repeat fixed;
    background-size: cover;
    background-position: 50% 100%;
}
.about-sect .title span {
    color: #fff;
}
.about-sect .title h2 {
    color: #fff;
}
.about-sect .title h2 .dotslist .dotsitem:nth-child(1) {
    background-color: rgba(255, 255, 255, 1);
    -webkit-animation: a_dotsitem 3s linear infinite both;
    animation: a_dotsitem 3s linear infinite both;
}
.about-sect .title h2 .dotslist .dotsitem:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-animation: a_dotsitem2 3s linear infinite both;
    animation: a_dotsitem2 3s linear infinite both;
}
.about-sect .title h2 .dotslist .dotsitem:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: a_dotsitem3 3s linear infinite both;
    animation: a_dotsitem3 3s linear infinite both;
}
@keyframes a_dotsitem {
    0% {
        background-color: rgba(255, 255, 255, 1);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.75);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.5);
    }
}
@keyframes a_dotsitem2 {
    0% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    50% {
        background-color: rgba(255, 255, 255, 1);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.75);
    }
}
@keyframes a_dotsitem3 {
    0% {
        background-color: rgba(255, 255, 255, 0.75);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    100% {
        background-color: rgba(255, 255, 255, 1);
    }
}
.about-sect .col{
    float: left;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    float: right;
    z-index: 2;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    padding: 150px 70px 200px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    color: rgb(255, 255, 255, 0.8);
    letter-spacing: 1.5px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 160px;
    font-size: 16px;
}
.about-sect .index_more{
    margin: 30px 0 0 auto;
    color: #fff;
}
.about-sect .index_more::before {
    border: 1px solid #fff;
    background: transparent;
}
.about-sect .index_more:hover:before {
    border-color: #DC6585;
    background: #DC6585;
}
.about-sect .index_more:hover {
    color: #f0b8c7;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect .index_more{
    display: block;
    position: absolute; 
    top: 15px;
    right: 15px;
}
.news-sect{
    padding: 50px 0 115px;
}
.news-sect .container .n_line {
    content: '';
    position: absolute;
    top: 140px;
    right: -320px;
    width: 688px;
    height: 667px;
    background: url(../../../images/layout06/common/index/line.png) no-repeat;
    background-size: contain;
    transform: rotate(75deg);
    z-index: -2;
}
.news-sect .container .n_leaf {
    position: absolute;
    bottom: 200px;
    right: -100px;
    width: 47px;
    height: 43px;
    background: url(../../../images/layout06/common/index/leaf2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 20px 20px 20px;
}
.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: 10px;
    margin-top: 0;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}
.products-sect{
    padding: 60px 0 115px;
    background: url(../../../images/layout06/common/index/p_bg.jpg) no-repeat 50% 100%;
    background-size: cover;
    z-index: unset;
}
.products-sect .container .p_leaf {
    position: absolute;
    top: 100px;
    left: -140px;
    width: 50px;
    height: 55px;
    background: url(../../../images/layout06/common/index/leaf4.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.products-sect .container {
    z-index: 2;
    max-width: 1360px;
}
.products-sect .title {
    text-align: center;
}
.products-sect .title h2 {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.products-sect .title h2 .dotslist {
    position: absolute;
    right: 110%;
    top: 60%;
    transform: translateY(-50%);
    margin: 0;
}
.products-sect .title h2 .dotslist2 {
    position: absolute;
    left: 110%;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    margin: 0;
}
.products-sect .title h2 .dotslist2 .dotsitem2 {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.products-sect .title h2 .dotslist2 .dotsitem2:nth-child(1) {
    background-color: #DC6585;
    -webkit-animation: p_dotsitem 3s linear infinite both;
    animation: p_dotsitem 3s linear infinite both;
}
.products-sect .title h2 .dotslist2 .dotsitem2:nth-child(2) {
    background-color: #EFD53B;
    -webkit-animation: p_dotsitem2 3s linear infinite both;
    animation: p_dotsitem2 3s linear infinite both;
}
.products-sect .title h2 .dotslist2 .dotsitem2:nth-child(3) {
    background-color: #4E7439;
    -webkit-animation: p_dotsitem3 3s linear infinite both;
    animation: p_dotsitem3 3s linear infinite both;
}
@keyframes p_dotsitem {
    0% {
        background-color: #4E7439;
    }
    50% {
        background-color: #DC6585;
    }
    100% {
        background-color: #EFD53B;
    }
}
@keyframes p_dotsitem2 {
    0% {
        background-color: #DC6585;
    }
    50% {
        background-color: #EFD53B;
    }
    100% {
        background-color: #4E7439;
    }
}
@keyframes p_dotsitem3 {
    0% {
        background-color: #EFD53B;
    }
    50% {
        background-color: #4E7439;
    }
    100% {
        background-color: #DC6585;
    }
}
.products-box{
    margin: 0 auto;
    max-width: 1330px;
    padding: 0;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    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: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 56px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    background: transparent;
    padding: 115px 0 60px;
}
.service-sect .container .s_line {
    content: '';
    position: absolute;
    bottom: -565px;
    left: -186px;
    width: 1000px;
    height: 849px;
    background: url(../../../images/layout06/common/index/line3.png) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
}
.service-sect .container .s_leaf {
    position: absolute;
    top: -100px;
    right: -150px;
    width: 100px;
    height: 92px;
    background: url(../../../images/layout06/common/index/leaf3.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.service-sect .container {
    background: #fff;
    width: calc(100% - 30px);
}
.service-box{
    position: relative;
    box-sizing: border-box;
    padding: 70px;
}
.service-box .flex {
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    line-height: 2;
}
.service-sect .index_more{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}
/*------------ album ------------*/
.album-sect {
    background: transparent;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgb(220, 101, 133, 0.8);
    color: #fff;
    font-size: 18px;
    text-align: center;
    transition: all .5s ease;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin: 15px 0;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.album-list.type1 .item .name {
    -webkit-line-clamp: 1;
    height: 25px;
    color: #fff;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0 ,0 ,0, 0.3);
    transition: all .5s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding: 80px 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect .title{
    text-align: center;
}
.album-sect .title{
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.onlyitem-sect .title h2,
.masonry-album-sect .title h2 {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.onlyitem-sect .title h2 .dotslist,
.masonry-album-sect .title h2 .dotslist {
    position: absolute;
    right: 110%;
    top: 60%;
    transform: translateY(-50%);
    margin: 0;
}
.onlyitem-sect .title h2 .dotslist2,
.masonry-album-sect .title h2 .dotslist2 {
    position: absolute;
    left: 110%;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    margin: 0;
}
.onlyitem-sect .title h2 .dotslist2 .dotsitem2,
.masonry-album-sect .title h2 .dotslist2 .dotsitem2 {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.onlyitem-sect .title h2 .dotslist2 .dotsitem2:nth-child(1),
.masonry-album-sect .title h2 .dotslist2 .dotsitem2:nth-child(1) {
    background-color: #DC6585;
    -webkit-animation: p_dotsitem 3s linear infinite both;
    animation: p_dotsitem 3s linear infinite both;
}
.onlyitem-sect .title h2 .dotslist2 .dotsitem2:nth-child(2),
.masonry-album-sect .title h2 .dotslist2 .dotsitem2:nth-child(2) {
    background-color: #EFD53B;
    -webkit-animation: p_dotsitem2 3s linear infinite both;
    animation: p_dotsitem2 3s linear infinite both;
}
.onlyitem-sect .title h2 .dotslist2 .dotsitem2:nth-child(3),
.masonry-album-sect .title h2 .dotslist2 .dotsitem2:nth-child(3) {
    background-color: #4E7439;
    -webkit-animation: p_dotsitem3 3s linear infinite both;
    animation: p_dotsitem3 3s linear infinite both;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    padding: 80px 0;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #444;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box:hover .namebox{
    color: #DC6585;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .5s ease;
}
.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 .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 20px 0 0;
    padding-right: 60px;
    padding-left: 0;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.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: 1440px){
    .article-sect .ar_line {
        left: -540px;
        top: -660px;
    }
    .news-sect .container .n_leaf{
        bottom: 100px;
        right: 100px;
    }
    .about-sect .txt-box {
        padding: 80px 70px 140px;
    }
    .service-sect .container .s_leaf {
        right: 0;
    }
    .service-sect .container .s_line {
        left: -500px;
    }
    .products-sect .container .p_leaf {
        top: -75px;
        left: 100px;
    }
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item{
        padding: 0 10px;
    }
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1320px) {
    .products-list.column4 .item {
        width: 25%;
    }
    .products-list.column4 .item:nth-child(4n+1) {
        clear: left;
    }
    .products-list.column4 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type2 > .item > .box {
        background: rgba(255, 255, 255, 0.8);
    }
    .products-list.type2 .txt {
        padding: 20px;
    }
}
@media screen and (max-width: 1280px){
    .title h2 .dotslist{
        display: none;
    }
    .about-sect .txt-box {
        padding: 60px 50px 100px;
    }
    .news-sect .title {
        text-align: center;
    }
    .news-sect .title h2 {
        justify-content: center;
    }
    .news-list.column4 .item {
        width: 25%;
    }
    .news-list.column4 .item:nth-child(4n+1) {
        clear: left;
    }
    .news-list.column4 .item:nth-child(3n+1) {
        clear: none;
    }
    .news-sect .index_more {
        display: block;
        position: relative;
        top: unset;
        right: unset;
        margin: 30px auto 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        height: 170px;
    }
    .about-sect .col.txt {
        width: 60%;
    }
    .service-sect .container .s_leaf {
        width: 50px;
        height: 46px;
    }
    .service-sect .s_line {
        left: -180px;
    }
    .products-sect .title h2 .dotslist2,
    .album-sect .title h2 .dotslist2 {
        display: none;
    }
    .products-sect .index_more {
        display: block;
        position: relative;
        top: unset;
        right: unset;
        margin: 5px auto 0;
    }
}
@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 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: 0;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 20px 0 0; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .title {
        margin: 0 0 30px;
    }
    .title span,
    .title h2 {
        font-size: 22px;
    }
    .banner .progressBox {
        display: none;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .article-sect {
        padding: 50px 0 0;
    }
    .article-sect .container {
        padding-bottom: 30px;
    }
    .article-sect .ar_line {
        display: none;
    }
    .article-sect .container .ar_leaf{
        z-index: -1;
        left: 50px;
        width: 38px;
        height: 42px;
    }
    .news-sect {
        padding: 30px 0 50px;
    }
    .news-list.type4 .item .box {
        max-width: unset;
    }
    .news-sect .index_more {
        margin: 0 auto;
    }
    .products-list .box.new:before{
        width: 60px;
        height: 31px;
        top: -12px;
        left: -5px;
    }
    .about-sect {
        background: #fff;
        background: url(../../../images/layout06/common/bg.jpg);
    }
    .about-sect .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .title h2 {
        color: #444;
        justify-content: center;
    }
    .about-sect .title span {
        color: #4E7439;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        position: relative;
        box-sizing: border-box;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .about-sect .col.pic .a_w {
        position: relative;
        box-sizing: border-box;
        margin: 0;
        width: 130%;
        left: -50px;
    }
    .about-sect .col.pic img {
        display: block;
        width: auto;
        aspect-ratio: 1 / 0.8;
        object-fit: cover;
        object-position: 20% 50%;
    }
    .about-sect .txt-box .index-about-editor .editor{
        color: #878787;
        -webkit-line-clamp: initial;
        height: auto;
        font-size: 15px;
    }
    .about-sect .txt-box{
        padding: 30px 20px 50px;
        display: block;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
        color: #878787;
    }
    .about-sect .index_more::before {
        border: 1px solid #4E7439;
        background: #4E7439;
    }
    .about-sect .index_more:hover:before {
        border: 1px solid #DC6585;
        background: #DC6585;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .index_more {
        position: relative;
        margin: 30px auto 0;
        top: unset;
        right: unset;
    }
    .service-sect {
        padding: 0;
    }
    .service-sect .title{
        text-align: center;
    }
    .service-sect .title h2 {
        justify-content: center;
    }
    .service-box {
        padding: 50px 5px;
    }
    .service-sect .container .s_leaf {
        z-index: 1;
    }
    .service-sect .container .s_line {
        opacity: 0.5;
    }
    .products-sect{
        padding: 50px 0;
    }
    .products-box{
        padding: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list.type2 .name {
        font-size: 16px;
    }
    .products-list.type2 .txt {
        padding: 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-list .item .namebox .name {
        margin: 10px 0;
        padding: 0 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .article-sect .container .ar_leaf {
        top: -20px;
        left: 30px;
        width: 30px;
        height: 33px;
    }
    .news-list.column4 .item {
        width: 50%;
    }
    .news-list.column4 .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list.column4 .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .day {
        font-size: 20px;
    }
    .news-list.type4 .item .date .years {
        font-size: 14px;
        padding: 0 0 0 5px;
    }
    .news-sect .container .n_line{
        opacity: 0.5;
    }
    .news-sect .container .n_leaf {
        bottom: 150px;
        right: 50px;
        width: 30px;
        height: 27px;
    }
    .news-list.type4 .item {
        margin-bottom: 30px;
    }
    .about-sect .txt-box {
        padding: 30px 5px 50px;
    }
    .service-sect .container .s_leaf {
        right: unset;
        left: 0;
        top: -150px;
        width: 45px;
        height: 41px;
    }
    .products-sect .container .p_leaf {
        top: -75px;
        left: unset;
        right: 20px;
    }
    .products-list.column4 .item,
    .products-list.column3 .item {
        width: 50%;
    }
    .products-list.column4 .item:nth-child(3n+1),
    .products-list.column3 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.column4 .item:nth-child(2n+1),
    .products-list.column3 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0 0 5px;
        line-height: 1.5;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}