@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 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.type2 {
    margin: 0 -21.5px;
}
.products-list.type2 .item{
    padding: 0 21.5px;
    margin-bottom: 70px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .5s ease;
    padding: 0 0;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0 0;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .5s ease;
    overflow: hidden;
}
.products-list.type2 .txt {
    padding-top: 12px;
}
.products-list.type2 .mask .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    display: none;
}
.products-list.type2 .box .mask .pic:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
    display: none;
}
.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list.type2 .box:hover .mask .pic:after{
    opacity: 1;
    width: 72px;
}
.products-list .name,
.products-list.type2 .name {
    color: #464646;
    max-height: 24px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    font-size: 18px;
    -webkit-line-clamp: 1;
    font-weight: normal !important;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #3B1D7D;
}
.products-list .description,
.products-list.type2 .description{
    color: #646464;
    font-size: 15px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.products-list.type2 .box:hover .description{
}
.products-list .pic:before{
    background: rgba(51,51,51,.6);
}
/* type1 */
.products-list.type1 .name,
.products-list.type1 .box:hover .name{
    margin: 0 40px 20px;
}
/* /type1 */
/* type2 */
.products-list.type2 .box .p_btn {
    position: relative;
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    font-family: 'Cormorant Garamond',sans-serif;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    transition: all .3s  ease;
}
.products-list.type2 .box:hover .p_btn {
    color: rgba(51,51,51,.8);
}
.products-list.type2 .box .p_btn span{
    position: absolute;
    width: 41px;
    height: 41px;
    border: 1px solid #ddd;
    bottom: -1px;
    right: 0;
    background: transparent;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .p_btn span{
    border-color: #3B1D7D;
    background: #3B1D7D;
}
.products-list.type2 .box .p_btn span::before{
    content: "";
    position: absolute;
    top: 19px;
    right: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #333333;
}
.products-list.type2 .box:hover .p_btn span::before{
    border-color: #fff;
}
.products-list.type2 .box .p_btn span::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 22px;
    right: 12px;
    background: #333;
}
.products-list.type2 .box:hover .p_btn span::after{
    background: #fff;
}
/* /type2 */
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'NEW';
    display: flex;
    box-sizing: border-box;
    padding-top: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #868686;
    position: absolute;
    font-weight: 500;
    top: 15px;
    left: 15px;
    font-size: 15px;
    font-family: 'Cormorant Garamond',sans-serif;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.products-list .box img{
    display: block;
    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;
    display: none;
}
.products-list.type2 .box:hover .more{
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}
.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 .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .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: 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 );
}
.album-list .item .name{
    color: #7b6956;
}
.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 .3s 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;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 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: #4C4C4C;
}
.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: #FFF;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list.column3 .item {
    width: 25%;
}
.news-list .date{
    font-family: 'Cormorant Garamond',sans-serif;
    font-weight: normal;
}
.news-list.type3 .date {
    font-size: 15px;
    color: #FFF;
    font-family: 'Cormorant Garamond',sans-serif;
    background: #868686;
    width: fit-content;
    padding: 0 13px;
    height: 24px;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 28px;
    transition: all .3s ease;
}
.news-list.type3 .box:hover .date{
    background: #3B1D7D;
}
.news-list.type3  .day{
    line-height: 28px;
}
.news-list.type3  .month, .news-list.type3 .years{
    margin-top: 0;
    line-height: 28px;
}
.news-list.type3 .item .box {
    box-sizing: border-box;
    padding: 30px 35px  22px;
    max-width: 312px;
}
.news-list.type3  .item .description{
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.news-list.type3 {
    margin: 0 -9px;
}
.news-list.type3 .item{
    margin:  0  ;
    border-left:none;
    padding: 0 9px;
}
.news-list.type3:before{
    display: none;
}
.news-list.column3 .item:nth-child(3n+1) {
    clear: both;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background:#FFFFFF;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    background: #FFF;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #FFFFFF;
    width: 62px;
    height: 62px;
    padding-top: 0px;
    background:#868686;
    font-family: 'Cormorant Garamond',sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #3B1D7D;
}
.news-list.type4 .date .day{
    color: #FFF;
    font-weight: normal;
    font-family: 'Cormorant Garamond',sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list .item .name{
    color: #464646;
    letter-spacing: 0.15em;
    font-size: 18px;
    font-weight: normal;
    transition: all .3s ease;
}
.news-list .item:hover .name{
    color: #3B1D7D;
}
.news-list .item .description{
    color: #646464;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: normal;
}
.news-list.type3 .name {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin: 10px 0 7px;
    padding: 0;
}
.news-list.type2 .date{
    color: #464646;
    margin-top: 10px;
}

.news-list .btn.more{
    font-family: 'Cormorant Garamond',sans-serif;
    background: #868686;
    font-weight: normal;
    color: #FFF;
    border-radius: 0;
}
.news-list .box:hover .btn.more {
    background: #3B1D7D;
    color: #FFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.wrapper{
    padding-top: 0px;
}

.banner{
    height: 100%!important;
    border: none;
}
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner::before{
    display: none;
}
.banner .slick-arrow{
    position: absolute;
    width: 75px;
    height: 75px;
    display: block;
    border: 0;
    color: transparent;
    z-index: 100;
    cursor: pointer;
    background: rgba(255,255,255,1);
    z-index: 10;
    border-radius: 0;
    transition: all .5s ease;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: inherit;
    margin: 0;
    z-index: 100;
    cursor: pointer;
}
.banner .slick-arrow:after {
    content: "";
    position: absolute;
    top: 29px;
    left: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #868686;
    transition: all .3s ease;
}
.banner .slick-prev {
    left: 15.9%;
}
.banner .slick-prev:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    top: 40px;
    right: 24px;
    background: #868686;
    transition: all .3s ease;
}
.banner .slick-next {
    left: 19.9%;
    right: inherit;
}
.banner .slick-next:after {
    top: 35px;
    left: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner .slick-next:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    top: 40px;
    right: 24px;
    background: #868686;
}
.banner .slick-arrow:hover{
    background: #3B1D7D;
}
.banner .slick-arrow:hover:after{
    border-color: #FFF;
}
.banner .slick-prev:hover:before{
    background: #FFF;
}
/*------------ title ------------*/
.title{
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
}
.title span{
    position: relative;
    display: block;
    color: #858585;
    font-size: 40px;
    font-family: 'Cormorant Garamond',sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    margin: 0 0px;
    padding: 0;
}
.title h2{
    position: relative;
    display: block;
    color: #484848;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
    width: fit-content;
    margin: 0;
    padding: 0;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.articles-sect{
    position: relative;
    z-index: 2;
}

.index_more{
    position: relative;
    display: block;
    margin: 0px 0 0;
    width: 220px;
    height: 58px;
    line-height: 58px;
    color: #666;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    transition: all .5s ease;
    font-family: 'Cormorant Garamond',sans-serif;
    overflow: hidden;
}
.index_more:hover {
    color: #767070;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    width: 220px;
    height: 58px;
    z-index: 5;
}
.index_more a::before{
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid #DDDDDD;
    top: 0;
    right: 0;
    transition: all .5s ease;
}
.index_more:hover a::before {
    border-color: #3B1D7D;
    background: #3B1D7D;
}
.index_more a span{
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.index_more a span::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
}
.index_more a span::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    top: 30px;
    right: 16px;
    background: #333;
}
.index_more:hover a span::before{
    border-color: #fff;
}
.index_more:hover a span::after{
    background: #fff;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    position: relative;
    background: url(../../../images/layout06/common/index/h2_bg.jpg) center no-repeat;
    background-attachment: fixed;
    z-index: 0;
    /* margin-top: -110px; */
    padding: 110px 0 110px;
}
.article-sect::before {
    content: '';
    position: absolute;
    top: 47.3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}
.article-sect .title {
    text-align: center;
    width: fit-content;
    margin: 0 auto 45px;
}
.article-sect .title::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    background: #EF9C00;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.article-sect .title span{
    position: relative;
    display: block;
    color: #858585;
    font-size: 40px;
    font-family: 'Cormorant Garamond', sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    margin: 0 0px;
    padding: 0;
}

.article-sect .title h2{
    text-align: center;
    margin: 0 auto;
    color: #484848;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    z-index: 6;
    background:transparent;
    padding: 105px 0 0;
}

.about-sect::before{
    content: '';
    position: absolute;
    display: block;
    width: 382px;
    height: 100%;
    background: url(../../../images/layout06/common/index/a_deco.png) center no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.about-sect .row{
    padding: 0;
    display: flex;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 49.55%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    order: 2;
    padding: 0;
    padding-top: 2%;
    padding-left: 6%;
}
.about-sect .container{
    position: static;
    padding: 0;
    margin: 0;
    max-width: inherit;
}
.about-sect .col.pic{
    position: absolute;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    width: 50.45%;
    z-index: 1;
    order: 1;
}
.about-sect .title span{
    margin: 0 0px;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .title{
    position: relative;
    width: fit-content;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 100px;
}
.about-sect .title h2{
    line-height: 1.5;
}
.about-sect .title h2::after{
    content: '◣勤儉修理厝◥';
    display: block;
}
.about-sect .index_more{
    position: relative;
    left: unset;
    bottom: unset;
    margin: 30px 0 0 ;
}
.about-sect .txt-box{
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    max-width: 600px;
    margin: 0 auto 0;
    width: 100%;
}
.about-sect .txt-box .index-about-editor{
    width: 100%;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    color: #464646;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: normal;
    height: auto;
    color: #646464;
    padding: 0;
    overflow: visible;
}
.about-sect .txt-box .index-about-editor .editor p{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.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: none;
}
.news-sect{
    position: relative;
    padding: 102px 0 90px;
}
.news-sect .title, .news-sect .title span {
    position: relative;
    text-align: center;
}
.news-sect .title h2 {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.news-sect .title::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3B1D7D;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.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: 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: none;
}
.products-sect{
    position: relative;
    z-index: 10;
    padding-top: 100px
}
.products-sect .container{
    background: transparent;
}
.products-sect .title,.products-sect .title span{
    position: relative;
    text-align: center;
}
.products-sect .title h2{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.products-sect .title::before{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3B1D7D;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.products-sect > .container{
    max-width: 1600px;
}
.products-box{
    margin: 0px auto 0;
    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: 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: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 110px 0 80px;
    background: url(../../../images/layout06/common/index/s_bg.jpg) no-repeat 0% 100% fixed;
    z-index: 3;
    margin-top: -70px;
}
.service-sect::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(9 6 2 / 60%);
    z-index: 1;
}
.service-sect .container {

}

.service-sect .title{
    position: absolute;
    text-align: left;
    align-items: flex-start;
    top: 30%;
    color: #FFF;
    z-index: 5;
}
.service-sect .title span,
.service-sect .title h2{
    color: #FFFFFF;
}
.service-sect .editor {
    position: relative;
    color: #fff;
    padding-top: 0;
}
.service-box {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: block;
    position: absolute;
    left: 0;
    top: 72%;
    color: #FFFFFF;
}
.service-sect .index_more a span::before{
    border-right: 1px solid #FFFFFF;
}
.service-sect .index_more a span::after{
    background: #FFFFFF;
}
.service-sect .s_deco {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: .5;
}
/*------------ album ------------*/
.album-sect {
    background: #f6f6f6;
}
.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{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: transparent;
    color: #464646;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin:0px 0;
    padding: 0 15px;
}
.album-list.type1 .item .namebox {
    background: #3B1D7D;
}
.album-list.type1 .item .name{
    line-height: 50px;
    font-weight: normal;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(51,51,51,.6);
    transition: all .3s 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-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect{
    text-align: center;
    display: block;
}
.album-sect span{
    text-align: center;
}
.album-sect .title h2{
    margin: 0 auto;
}
.album-sect .title::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    background: #3B1D7D;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.album-sect .title{
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.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: 0px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.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 .3s 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: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- 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: 1820px){
    .service-sect .index_more {
        position: absolute;
        bottom: 2.5%;
        right: 28.3%;
    }
}
@media screen and (max-width: 1680px){
    .banner .slick-prev {
        left: 10.9%;
    }
    .banner .slick-next {
        left: 16.2%;
        right: inherit;
    }

    .about-sect .col.txt{
        padding-top: 0;
        padding-left: 4%;
    }
    .service-sect {
        margin: 0;
    }
    .about-sect {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 1440px){
    .service-sect .index_more {
        position: absolute;
        bottom: 3.5%;
        right: 28.3%;
    }
}
@media screen and (max-width: 1280px){
    .about-sect {
        padding: 70px 0px 70px;
    }
    .about-sect .col.pic{
        width: 40%;
    }
    .about-sect .col.pic img{
        object-position: center;
    }
    .about-sect .col.txt{
        width: 60%;
        padding-right: 2%;
    }
    .about-sect .txt-box .index-about-editor {
        padding-left: 2.5%;
    }
    .about-sect .index_more{
        margin-top: 30px;
    }
    .article-sect{
        margin-top: 0;
        padding: 133px 0 73px;
    }
    .article-sect::before {
        top: 51%;
    }
    .service-sect {
        padding: 72px 0 42px;
        margin: 0;
    }
    .service-sect .s_deco{
        left: -12.5%;
    }
    .service-sect .index_more {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: inherit;
    }
    .products-sect{
        padding-top: 65px;
    }
    .news-sect {
        padding: 68px 0 60px;
    }
    .banner .slick-prev {
        left: 4%;
    }
    .banner .slick-next {
        left: 10.8%;
    }
}
@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){
    .about-sect .container{
        padding: 0 15px;
        max-width: 1330px;
    }
    .about-sect .row{
        display: flex;
        flex-direction: column;
    }
    .index_more,.about-sect .index_more{
        position: relative;
        left: inherit;
        bottom: inherit;
        width: 165px;
        height: 42px;
        margin: 30px auto 0;
    }
    .index_more a{
        width: 165px;
        height: 42px;
    }
    .index_more a span{
        font-size: 19px;
        width: 165px;
        height: 42px;
        line-height: 42px;
    }
    .index_more a::before{
        width: 40px;
        height: 40px;
    }
    .index_more a span::after {
        width: 22px;
        height: 1px;
        top: 23px;
        right: 10px;
    }
    .index_more a span::before{
        top: 19px;
        right: 12px;
    }
    .title, .about-sect .title,.service-sect .title{
        position: relative;
        text-align: center;
        width: 100%;
        align-items: center;
        margin: 0 auto 38px;
    }
    .article-sect .title{
        text-align: center;
        width: 100%;
        margin: 0 auto 45px;
    }
    .products-sect .title{
        text-align: center;
        width: 100%;
        margin: 0 auto 48px;
    }
    .title span, .about-sect .title span,.article-sect .title span{
        text-align: center;
        font-size: 32px;
        margin: 0;
    }
    .title h2, .about-sect .title h2,.article-sect .title h2{
        font-size: 26px;
        text-align: center;
        margin: 0 auto;
        padding-left: 0;
    }
    .about-sect .title h2::before,.products-sect .title::before,.news-sect .title::before,.article-sect .title::before{
        width: 40px;
        bottom: -22px;
        left: 0;
        right: 0;
        top: unset;
        margin: 0 auto;
    }
    .about-sect{
        background: #FFF;
        padding: 45px 0 45px;
        margin-left: 0;
    }
    .about-sect .txt-box::before{
        display: none;
    }
    .about-sect .col.txt{
        float: none;
        width: 600px;
        text-align: center;
        padding: 0px;
        margin: 0 auto;
    }
    .about-sect .col.pic{
        float: none;
        width: 600px;
        text-align: center;
        padding: 0px;
        margin: 0 auto 24px;
    }
    .about-sect .col.pic{
        position: static;
        display: none;
    }
     .about-sect .col.pic img{
        max-width: 100%;
        height: auto!important;
    }
    .about-sect .txt-box .index-about-editor{
        padding: 0;
        width: 100%;
    }
    .about-sect .txt-box .index-about-editor .editor:before{
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor{
        padding:0 0px;
        font-size: 15px;
        -webkit-line-clamp:inherit;
        height: auto;
        text-align: justify;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor p{
        display: inline;
    }
    .about-sect .txt-box{
        padding:0;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 18px;
    }
    .article-sect {
        margin-top: -50px;
        padding: 88px 0 50px;
        background-attachment: inherit;
        background-size: cover;
    }
    .article-sect::before{
        display: none;
    }
    .service-sect{
        padding: 45px 0 ;
        background: url(../../../images/layout06/common/index/s_bg.jpg) no-repeat 20% 50% ;
        background-size: cover;
    }
    .service-sect .s_deco{
        opacity: .25;
    }
    .service-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0px auto 0;
    }
    .products-sect {
        padding-top: 45px;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item{
        padding: 0 10px;
        margin-bottom: 45px;
    }
    .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%;
    }
    /*!少量排版*/
    .products-box{
        padding: 0;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }
    .news-sect {
        padding: 45px 0 25px;
    }
    .news-sect .title{
        margin-bottom: 48px;
    }
    .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;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .news-list.column3 .item {
        width: 33.3%;
    }
    .news-list.type3 .item .box{
        margin-bottom: 30px;
        padding: 25px 30px 18px;
    }
}
@media screen and (max-width: 767px){
    .about-sect .col.pic{
        width: 100%;
    }
    .about-sect .col.txt{
        width: 100%;
    }
    .products-list.type2 .txt {
        padding-top: 8px;
    }
    .products-list .name, .products-list.type2 .name{
        font-size: 16px;
        margin: 5px 0px;
    }
    .products-list .description, .products-list.type2 .description{
        font-size: 14px;
    }
    .products-list.type2 .box .p_btn {
        position: relative;
        margin-top: 12px;
        font-size: 12px;
        letter-spacing: 0.1em;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        font-family: 'Cormorant Garamond',sans-serif;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #333;
        transition: all .3s ease;
    }
    .products-list.type2 .box .p_btn span {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #ddd;
        bottom: -1px;
    }
    .products-list.type2 .box .p_btn span::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 1px;
        top: 16px;
        right: 7px;
    }
    .products-list.type2 .box .p_btn span::before {
        content: "";
        position: absolute;
        top: 13px;
        right: 9px;
    }
    .products-list .box.new:before{
        width: 40px;
        height: 40px;
        font-size: 13px;
        padding-top: 3px;
    }
    .album-list.type1 .item .name{
        font-size: 16px;
    }
    .album-list.type1 .item .name {
        line-height: 40px;
    }
    .news-list.column3 .item {
        width: 100%;
    }
    .news-list.type3 .item .box{
        max-width: inherit;
    }
    .news-list.type3 .name{
        height: auto;
    }
    .news-list.type3 .item .box {
        margin-bottom: 20px;
    }
    .news-list.type2 .txt {
        margin: 5px 0 0;
        padding: 10px 5px 24px;
    }
}
@media screen and (max-width: 480px){
    .about-sect .col.txt, .about-sect .col.pic {
        padding: 0 0px;
    }

    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .news-list.type4 .item .date, .news-date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .txt {
        padding: 0 10px 10px 10px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list.type4 .item .date .day{
        font-size: 30px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 11px;
    }
}