@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

.wrapper::before{
    content: '';
    position: absolute;
    top: 460px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../../images/layout01/common/bg.jpg) repeat;
    z-index: -1;
}
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
    padding:  0 0 40px;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner .slick-arrow{
    position: absolute;
    white-space: nowrap;
    text-indent: 101%;
    background: #4E9761;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
    border: 0;
    z-index: 80;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease;
}
.banner .slick-prev{
    left: -25px;
}
.banner .slick-next{
    right: -25px;
}
.banner .slick-prev:hover{
    background:#2C412F;
}
.banner .slick-next:hover{
    background:#2C412F;
}
.banner .slick-prev::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/bn_arrow_l.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-prev:hover:before{
    transform: translateX(-50px); 
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-prev::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/bn_arrow_l.png) center no-repeat;
    transform: translateX(100%); 
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-prev:hover:after{
    transform: translateX(0);
}

.banner .slick-next::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/bn_arrow_r.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-next:hover:before{
    transform: translateX(50px); 
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-next::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/bn_arrow_r.png) center no-repeat;
    transform: translateX(-100%); 
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.banner .slick-next:hover:after{
    transform: translateX(0);
}

.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: #4E9761;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    font-weight: normal;
    margin: 0 0;
    z-index: 5;
}
.title span{
    display: block;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.1;
    color: #4D9760;
    font-family: "Poppins", serif;
}
.title h2{
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    color: #2C412F;
    margin: 0;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    width: 180px;
    height: 55px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-family: "Poppins", serif;
    font-weight: normal;
    margin: 0;
    float: right;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.index_more a{
    width: 180px;
    height: 55px;
    font-size: 0;
    display: block;
}
.index_more a span{
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.index_more .more-txt {
    overflow: hidden;
    position: relative;
    line-height: normal;
    margin-right: 0;
    height: 27px;
    width: fit-content;
}
.index_more .more-txt .more-t1{
    display: inline-block;
    transition: opacity .35s ease,transform .35s cubic-bezier(.645, .045, .355, 1);
}
.index_more .more-txt .more-t2{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(104%);
    transition: opacity .35s ease,transform .35s cubic-bezier(.645, .045, .355, 1);
}
.index_more:hover .more-txt .more-t1 {
    transform: translateY(-104%);
}
.index_more:hover .more-txt .more-t2 {
    transform: translateY(0);
}
.index_more .more-round {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 100%;
    padding: 0;
    border: 0;
    z-index: 80;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease;
}
.index_more .more-round::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/arrow.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.index_more:hover .more-round:before{
    transform: translateX(55px); 
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.index_more .more-round::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/arrow.png) center no-repeat;
    transform: translateX(-100%); 
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.index_more:hover .more-round:after{
    transform: translateX(0);
}


/*------------ sect ------------*/
/*列表通用 index、news*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 100px 0 118px ;
}

.news-sect .container{
    display: flex;
    padding: 0;
    max-width: inherit;
}

.news-sect .container .n_bg {
    position: absolute;
    max-width: 885px;
    width: 67%;
    right: 69.8%;
    bottom: 55%;
    z-index: -1;
}
.news-sect .title-box{
    position: relative;
    box-sizing: border-box;
    width: 34.3%;
    padding-top: 4%;
    padding-left: 15.8%;
    z-index: 5;
}
.news-sect .title{
    text-align: left;
    width: fit-content;
}
.news-sect .index_more{
    display: none;
}
.news-box {
    position: relative;
    width: 65.7%;
    max-width: 1250px;
    margin: 0 0 0 auto ;
    z-index: 10;
}
.news-sect .news-slider-control{
    position: absolute;
    display: flex;
    width: 120px;
    height: 55px;
    justify-content: space-between;
    top: 55.2%;
    right: 119.1%;
}
.news-sect .slick-arrow{
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    background: #4E9761;
    width: 120px;
    height: 55px;
    border-radius: 100%;
    padding: 0;
    border: 0;
    z-index: 80;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease;
}
.news-sect .slick-prev{
    width: 55px;
    height: 55px;
}
.news-sect .slick-next{
    width: 55px;
    height: 55px;
}
.news-sect .slick-prev:hover{
    background:#2C412F;
}
.news-sect .slick-next:hover{
    background:#2C412F;
}
.news-sect .slick-prev::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/arrow_l.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.news-sect .slick-prev:hover:before{
    transform: translateX(-55px); 
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.news-sect .slick-prev::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/arrow_l.png) center no-repeat;
    transform: translateX(100%); 
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.news-sect .slick-prev:hover:after{
    transform: translateX(0);
}

.news-sect .slick-next::before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/arrow_r.png) center no-repeat;
    transform: translateX(0px);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.news-sect .slick-next:hover:before{
    transform: translateX(55px); 
    display: inline-block;
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.news-sect .slick-next::after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout01/common/index/arrow_r.png) center no-repeat;
    transform: translateX(-100%); 
    transition: transform .25s cubic-bezier(.645, .045, .355, 1);
}
.news-sect .slick-next:hover:after{
    transform: translateX(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: 25%
}
.news-list.onlyitem-list .item .box{
    max-width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 300px;
}
.news-list.onlyitem-list .item .box .txt{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.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;
}
/*!少量排版*/
.news-list .txt{
    min-height: auto;
}
.news-list .date{
    font-weight: normal;
    font-family: "Poppins", serif !important;
    color: #4D9760;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list.type3 {
    margin: 100px -40px;
}
.news-list.type3 .item{
    border-left: solid #dfdfdf 1px;
    margin: 10px 0px 30px;
}
.news-list.type4{
    margin: 0 -8.5px;
}
.news-list.type4 .item{
    padding: 0 8.5px;
    margin-bottom: 38px;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .pic{
    margin: 0 auto;
}
.news-list .btn.more{
    background: #4E9761;
    color: #fff;
    font-family: "Poppins", serif;
}
.news-list .box:hover .btn.more {
    background: #2C412F;
    color: #FFFFFF;
}
.news-list.type2 .item .btn.more span:last-child{
    display: none;
}
.news-list.type3 .date{
    color: #4E9761;
}
.news-list.type3:before{
    background: transparent;
}
.news-list.type3 .item:first-child {
    border-left: none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: url(../../../images/layout01/common/news/hover.png) 50% 60% no-repeat rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    display: none;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box .date,
.news-date{
    border-radius: 30px;
    color: #FFFFFF;
    font-family: "Poppins", serif;
    letter-spacing: 0.05em;
    font-weight: 500;
    background: #4E9761;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #2C412F;
}
.news-list.type4 .item .date{
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: -18px auto 10px;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    display: inline;
    width: unset;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.05em;
}
.news-list.type4 .date .month:before,
.news-list.type4 .date .month::after {
    content: '.';
}
.news-list.type4 .item .date .years{
    order: 1;
}
.news-list.type4 .item .date .month{
    order: 2;
}
.news-list.type4 .item .date .day{
    order: 3;
}
.news-list .item .name{
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: normal;
    line-height: 1.6;
    height: auto;
    margin: 0;
}
.news-list .box:hover .name{
    color: #4E9761;
}
.news-list .item .description{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.65;
    max-height: 48px;
}
.news-list .item .box:hover .description{
    color: #666666;
}
.news-list.type4 .description{
    display: none;
}
/*!列表通用 index、news*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding:  0;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    float: right;
    background: #4C975F;
    box-sizing: border-box;
    max-width: 1012px;
    width: 78%;
    padding-left: 19.4%;
    padding-top: 132px;
    padding-bottom: 148px;
    margin-right: -23.3%;
    z-index: 2;
    overflow: hidden;
    margin-top: 72px;
}
.about-sect .txt .a_bg {
    position: absolute;
    max-width: 914px;
    width: 90.4%;
    left: 21.5%;
    top: -18%;
    z-index: 0;
}

.about-sect .col.pic{
    position: absolute;
    max-width: 964px;
    width: 50.7%;
    height: 600px;
    text-align: right;
    margin: 0;
    right: 49.35%;
    top: 0;
    overflow: hidden;
    z-index: 5;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more{
    margin:45px 0 0;
}
.about-sect .title{
    position: relative;
    display: flex;
    align-items: baseline;
    margin: 0 0 35px;
}
.about-sect .title span,
.about-sect .title h2{
    color: #FFFFFF;
}
.about-sect .title h2{
    margin-left: 12px;
    font-weight: 400;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 468px;
    z-index: 5;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 91px;
    width: 100%;
}
.about-sect .txt .tag{
    display: none;
}

/*列表通用 index、products*/
/*------------ products ------------*/
.products-sect .index_more{
    display: none;
}
.products-sect{
    position: relative;
    z-index: 10;
    padding: 138px 0 40px;
}
.products-sect .title{
    position: relative;
    margin-bottom: 50px;
}

.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;
}
/*!少量排版*/
.products-list.type2{
    margin: 0 -12.5px;
}
.products-list.type2 .item{
    padding: 0 12.5px;
    margin-bottom: 48px;
}
.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{
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: normal;
    color:#333333;
    line-height: 25px;
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #4C975F;
}
.products-list.type2 .description,.products-list .description{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.65;
    letter-spacing: 0.01em;
    color: #666666;
    max-height: 50px;
}
.products-list .offers{
    color: #D80000;
}
.products-list .pic:before{
    background: linear-gradient(to bottom,  rgba(76,151,95,0) 0%,rgba(76,151,95,0.5) 100%);
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    background: #4C975F;
    color: #FFFFFF;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 18px;
    font-family: "Poppins", serif;
    font-weight: normal;
    font-size: 15px;
    border-radius: 100%;
    text-align: center;
}
.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: #4E9761;
}
.album-list .item .name{
    color: #4E9761;
}
.album-list.type2 .box .pic:before{
    background: rgba(44,65,47,.6);
}

.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: #FFFFFF;
}
.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;
}
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 40px 0 87px ;
    z-index: 0;
}
.service-sect::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 54.7%;
    height: 165%;
    background: url(../../../images/layout01/common/index/album_bg.jpg) center no-repeat;
    background-attachment: fixed;
}
.service-sect .title{
    margin: 0 auto 62px;
}
.service-sect .editor{
    padding: 0;
}
.service-box{
    position: relative;
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}

/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 87px 0 140px;
    z-index: 4;
}
.album-sect .container{
    display: flex;
}
.album-sect .title {
    box-sizing: border-box;
    text-align: left;
    width: 24.3%;
    max-width: 360px;
    padding-top: 8px;
}
.album-sect .title h2,
.album-sect .title span{
    color: #FFFFFF;
}
.album-sect .title h2{
    font-weight: 400;
}
.album-sect .index_more{
    position: absolute;
    left: 15px;
    right: unset;
    bottom: 6px;
}

.album-sect .album-list{
    margin-left: auto;
    margin-right: -2px;
}
.album-sect .album-list .item{
    padding: 0 2px;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0;
    width: 73.35%;
    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;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44,65,47,.7);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    padding: 0px 22.5px;
    transition: all 0.3s;
    opacity: 0;
    align-items: center;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    height: 50px;
    transition: all .3s ease;
}
.album-sect .album-list .item:hover .name{
    color: rgba(255,255,255,.6);
}
.album-list.type1 .item .name{
    text-align: left;
}
.album-list .item .box .more{
    display: none;
}

/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
    margin-bottom: 50px;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    position: relative;
    padding-top: 35px;
    padding-bottom: 70px;
    z-index: 0;
}
.masonry-album-sect .title{
    text-align: center;
}
.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: 12px 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: 1680px){
    .news-sect .title-box{
        width: 28%;
        padding-top: 3%;
        padding-left: 4.8%;
    }
    .news-box {
        width: 72%;
    }
    .news-sect .news-slider-control{
        right: 121%;
    }
    .about-sect .col.txt{
        padding-left: 12.9%;
    }
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        right: 15px;
    }
}
@media screen and (max-width: 1440px){
    .news-sect .title-box {
        padding-left: 2.8%;
    }
    .news-sect .news-slider-control {
        right: 122%;
    }
}
@media screen and (max-width: 1280px){
    .banner{
        padding-bottom: 26px;
    }
    .news-sect {
        padding: 66px 0 78px;
    }
    .products-sect {
        padding: 92px 0 26px;
    }
    .service-sect {
        padding: 26px 0 58px;
    }
    .album-sect {
        padding: 58px 0 92px;
    }

    .news-sect .title-box {
        padding-left: 15px;
        padding-top: 2%;
        top: 60%;
    }
    .news-sect .news-slider-control {
        left: -37%;
        right: inherit;
    }
    .about-sect .col.txt{
        width: 85%;
        padding-top: 88px;
        padding-bottom: 98px;
        margin-top: 48px;
    }
    .about-sect .col.pic{
        width: 45%;
        right: 55%;
        height: 500px;
    }
    .products-sect .title,
    .service-sect .title{
        margin-bottom: 40px;
    }
    .album-sect .title{
        width:  fit-content;
        padding-top: 0;
    }
    .album-list{
        width: 69.5%;
    }
    .album-sect .index_more{
        bottom: -22px;
    }

    .news-list.type3 {
        margin: 40px -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){
    .index_more{
        font-size: 16px;
        width: 162px;
        height: 49.5px;
    }
    .index_more a span{
        font-size: 16px;
    }
    .index_more .more-round{
        width: 49.5px;
        height: 49.5px;
    }
    .index_more .more-round::before{
        width: 8px;
        height: 14px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
    }
    .index_more:hover .more-round::before{
        transform: translateX(49.5px);
    }
    .index_more .more-round::after{
        width: 8px;
        height: 14px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
        transform: translateX(-49.5px);
    }
    .index_more:hover .more-round:after{
        transform: translateX(0);
    }
    .banner {
        padding-bottom: 15px;
    }
    .title,
    .news-sect .title,
    .service-sect .title,
    .products-sect .title,
    .album-sect .title {
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
        margin:0 auto 25px !important;
    }
    .about-sect .title{
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 18px !important;
    }
    .title span{
        font-size: 50px;
        line-height: 1;
    }
    .title h2,
    .news-sect .title  h2,
    .about-sect .title  h2,
    .service-sect .title  h2,
    .about-sect .title  h2 {
        font-size: 24px;
        padding: 0 !important;
        margin: 0 !important;
    }
    .news-sect {
        padding: 40px 0 50px;
    }
    .about-sect{
        position: relative;
        padding: 52px 0 50px;
        background: #4C975F;
    }
    .products-sect {
        padding: 45px 0 15px;
    }
    .service-sect {
        padding: 15px 0 18px;
    }
    .album-sect {
        padding: 18px 0 40px;
    }
    .about-sect::before{
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../../../images/layout01/common/index/a_bg.png) right no-repeat;
    }
    .about-sect .txt .a_bg{
        display: none;
    }
    .news-sect .container{
        display: flex;
        padding: 0 15px;
        max-width: inherit;
        flex-direction: column;
        align-items: center;
    }
    .news-sect .news-slider-control{
        position: relative;
        width: 108px;
        height: 49.5px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .news-sect .slick-prev,
    .news-sect .slick-next{
        width: 49.5px;
        height: 49.5px;
    }
    .news-sect .slick-prev::before{
        width: 8px;
        height: 14px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
        transform: translateX(0);
    }
    .news-sect .slick-next::before{
        width: 8px;
        height: 14px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
        transform: translateX(0);
    }
    .news-sect .slick-prev:hover:before{
        transform: translateX(-49.5px);
    }
    .news-sect .slick-next:hover:before{
        transform: translateX(49.5px);
    }
    .news-sect .slick-prev::after{
        width: 8px;
        height: 14px;
        left:0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
        transform: translateX(49.5px);
    }
    .news-sect .slick-next::after{
        width: 8px;
        height: 14px;
        left: 0;
        right:0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: contain;
        transform: translateX(-49.5px);
    }
    .news-sect .slick-prev:hover::after{
        transform: translateX(0);
    }
    .news-sect .slick-next:hover::after{
        transform: translateX(0);
    }
    .news-sect .title-box{
        width: fit-content;
        padding: 0;
        top:0;
    }
    .news-box{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .about-sect .container{
        padding: 0;
    }
    .about-sect .col.txt{
        float: none;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 0 ;
        margin: 0;
        background: transparent;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width: 100%;
        max-width: 560px;
        height: auto;
        left: 15px;
        right: 15px;
        margin: 0px auto 24px;
        text-align: center;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
        max-width: 560px;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        height: auto;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: auto;
        text-align: justify;
    }
    .about-sect .index_more {
        margin: 24px auto 0;
        float: none;
        justify-content: center
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .service-sect{
        z-index: 0;
        overflow: visible;
    }
    .album-sect{
        z-index: 5;
    }
    .service-sect::before{
        background-attachment: inherit;
        background-size: cover;
    }
    .album-sect .index_more{
        position: relative;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: 20px auto 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%;
    }
    /*!少量排版*/
    .service-box > .flex{
        display: block;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .album-list{
        margin: 0 auto;
    }


    .news-list.type4 .item{
        margin-bottom: 25px;
    }
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list.type4 .item .date{
        width: 135px;
        height: 32px;
        margin: -16px auto 8px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 15px;
    }
    .news-list.type3 {
        margin: 0px -40px;
    }


    .products-list .box.new:before{
        width: 45px;
        height: 45px;
        line-height: 45px;
        left: 10px;
        top: 10px;
    }
    .products-list.type2 {
        margin: 0 -7.5px;
    }
    .products-list.type2 .item {
        padding: 0 7.5px;
        margin-bottom: 25px;
    }
    .products-list .box .name, .products-list.type2 .name {
        font-size: 17px;
        margin: 0px 0 5px;
    }
    .products-list.type2 .description, .products-list .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .about-sect .container {
        padding: 0 15px;
    }
    .about-sect .col.pic{
        left: 0;
        right: 0;
    }
    .service-sect::before{
        height: 147%;
    }
    .album-sect .album-list .item{
        margin-bottom: 5px;
        padding: 0 2.5px;
    }

    .news-list.type3 {
        margin: 0px auto;
        width: 100%;
    }
    .news-list.type3 .item{
        width: 280px;
    }
    .news-list.type2 .pic {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 480px){
    .service-sect::before {
        height: 130%;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}