@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、news*/
.news-list .txt {
    position: relative;
    min-height: inherit;
}
.news-list .item .box{
    box-sizing: border-box;
    border: none;
    padding: 0;
    background: #ffffff;
    transition: all .3s ease;
}
.news-list .btn.more{
    position: relative;
    display: block;
    margin: 0px 0 20px;
    margin-left: 15px;
    bottom: 0;
    font-family: "Marcellus SC", serif !important;
    background: #333333;
    color: #FFFFFF;
    border-radius: 0;
    font-weight: normal;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more{
    background: #939393;
    color: #FFFFFF;
}
.news-list.type4 .more {
    display: none;
}
.news-list .item .box{
    border: 2px solid #DDDDDD;
}
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
    margin-bottom: 50px;
}
.news-list.type4 .item .box{
    position: relative;
    max-width: 310px;
    border: 2px solid #DDDDDD;
}
.news-  list .date{
    font-family: "Marcellus SC", serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    width: 62px;
    height: 62px;
    padding: 0;
    background: #333333;
    font-family: "Marcellus SC", serif !important;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 12px;
    right: 12px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: normal;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -26px;
    letter-spacing: 0.03em;
    font-size: 12px;
    font-weight: normal;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    background: #FFFFFF;
    border-top: none;
    padding: 20px;
}
.news-list.type4 .item .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 0;
}
.news-list .item .name{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    transition: all .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 0 0 10px;
}
.news-list .box:hover .name{
    color: #939393;
}
.news-list.type4 .description{
    display: none;
}
.news-list .item .description{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    color: #858585;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
@media screen and (max-width: 1000px){
    .news-list.type4 {
        margin: 0 auto;
    }
    .news-list.type4 .item{
        margin-bottom: 30px;
    }
    .news-list.type4 .item .date, .news-date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
        margin-top: -24px;
    }
    .news-list.type4 .txt{
        padding: 15px;
    }
    .news-list .item .name,
    .news-list.type4 .name{
        font-size: 17px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -16.5px;
}
.products-list.type2 .item{
    padding: 13px 16.5px 0;
    margin-bottom: 50px;
}
.products-list.type2 .box{
    transition: all .2s;
    background: #FFFFFF;
    padding: 0;
    box-shadow: 5px 5px 15px rgb(0,19,38,.05);
    top: 0;
}
.products-list.type2 .box:hover{
    top: -13px;
}
.products-list.type2 .txt{
    padding: 18px 18px 35px;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    border-radius: 0px;
    z-index: 15;
    left: 20px;
    line-height: 30px;
    font-family: "Marcellus SC", serif;
    background: #333333;
    color: #FFFFFF;
    font-weight: normal;
}
.products-list .box .name{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.4;
    transition: all .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    margin: 0 0 5px;
}
.products-list.type2 .name{
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
}

.products-list .box .description{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    color: #858585;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.products-list .offers{
    font-family: "Noto Sans TC", sans-serif;
    color: #D80000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin: 10px 0 0;
}

.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    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;
}
.products-list .pic:before{
    display: none;
}
.products-list.type1 .pic:before {
    content: '';
    background: rgba(102, 102, 102, 0.85);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 1000px){
    .products-list.type2{
        margin: 0 auto;
    }
    .products-list.type2 .item {
        padding: 13px 10px 0;
        margin-bottom: 30px;
    }
    .products-list.type2 .txt {
        padding: 15px 15px 25px;
    }
    .products-list .item .name,
    .products-list.type2 .name{
        font-size: 17px;
    }
    .products-list .box .description{
        font-size: 13px;
    }
    .products-list .offers{
        font-size: 17px;
    }
    .products-list .box.new:before {
        width: 50px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.for-cart.type2 .offers {
        font-size: 17px;
        margin: 10px 0 0;
        line-height: 1.5;
        max-height: inherit;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/

/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
    overflow: visible;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    position: absolute;
    width: 65px;
    height: 65px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 80.8%;
    z-index: 100;
    background: #333333;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-prev::after,
.banner_m .slick-prev::after{
    content: '';
    position: absolute;
    display: block;
    width: 65px;
    height: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../../../images/layout04/common/index/arrow.webp');
    z-index: 2;
}
.banner .slick-next::after,
.banner_m .slick-next::after{
    content: '';
    position: absolute;
    display: block;
    width: 65px;
    height: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../../../images/layout04/common/index/arrow.webp') ;
    transform: rotate(180deg);
    z-index: 2;
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-left: 0px;
    bottom: 0px;
}
.banner .slick-next,
.banner_m .slick-next{
    margin-right: -64px;
    bottom: -65px;
    border-left: none;
}
.banner .slick-prev::before,
.banner_m .slick-prev::before{
    content: '';
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #939393;
    z-index: 0;
    transition: all .3s ease;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    content: '';
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #939393;
    z-index: 0;
    transition: all .3s ease;
}
.banner .slick-prev:hover:before,
.banner_m .slick-prev:hover:before{
    width: 100%;
    left: 0;
}
.banner .slick-next:hover:before,
.banner_m .slick-next:hover:before{
    width: 100%;
    left: 0;
}


.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #333333;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    color: #000000;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    line-height: 1;
    margin: 0 0 40px;
    z-index: 10;
}
.title span{
    position: relative;
    font-family: "Marcellus SC", serif;
    font-weight: normal;
    font-size: 120px;
    color: rgb(31,31,31,.05);
    letter-spacing: 0.02em;
    line-height: 1;
    display: block;
    margin: 0 0;
    z-index: 1;
}
.title h2{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #000000;
    letter-spacing: 0.15em;
    line-height: 1.2;
    display: block;
    margin: 0 0px;
    margin-top: -32px;
    z-index: 2;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    background: #333333;
    color: #ffffff;
    font-family: "Marcellus SC", serif;
    width: 220px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0 auto;
    transition: all .3s ease;
    overflow: hidden;
}
.index_more a{
    position: relative;
    display: block;
    font-size: 0;
    padding: 0;
    width: 220px;
    height: 65px;
}
.index_more a::before{
    content: '';
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #939393;
    z-index: 0;
    transition: all .4s ease;
}
.index_more a:hover:before {
    width: 100%;
    left: 0;
}
.index_more a::after{
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
    background: url('../../../images/layout04/common/index/more_arrow.webp');
    z-index: 1;
}
.index_more a span{
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: normal;
    padding-left: 34px;
    z-index: 2;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 70px;
    right: 12px;
    width: 143px;
}
.hot-arrow .slick-arrow{
    width: 65px;
    height: 65px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: #333333;
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover{

}
.hot-arrow .slick-arrow::before{
    content: '';
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #939393;
    z-index: 0;
    transition: all .3s ease;
}
.hot-arrow .slick-arrow:hover:before {
    width: 100%;
    left: 0;
}
.hot-arrow .slick-prev::after,
.hot-arrow .slick-next::after{
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../../../images/layout04/common/index/arrow2.webp') no-repeat 50%;
    z-index: 2;
    background-size: contain;
}
.hot-arrow .slick-next::after{
    transform: rotate(180deg);
}

/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/

/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 57px 0 28.5px;
}
.news-sect .title{
    position: relative;
    text-align: left;
}
.news-sect .title span{
    left: -4px;
}
.news-sect .index_more{
    display: none;
}
.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;
}
.news-list.type2 .item .txt{
    padding: 10px 20px;
    min-height: inherit;
    text-align: left;
}
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3 .item{
    padding: 0 10px;
    border: none;
    margin-bottom: 30px;
}
.news-list.type3 .txt{
    padding: 15px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.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;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 28.5px 0 50px;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    position: relative;
    box-sizing: border-box;
    padding: 0;
}
.about-sect .col.pic{
    position: absolute;
    width: 74.1%;
    max-width: 963px;
    max-height: 538px;
    overflow: hidden;
    text-align: right;
    top: 0;
    right: 42.4%;
    margin: 0 0;
    z-index: 2;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .pic img{
    margin: 0;
    display: block;
    -webkit-animation-name: zoomOut01;
    animation-name: zoomOut01;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 73.3%;
    max-width: 952px;
    max-height: 538px;
    float: right;
    background: url('../../../images/layout04/common/index/a_txtbg.webp') #EEEEEE;
    background-size: cover;
    color: #333333;
    left: 16.65%;
    padding: 0 0 0 0;
    margin: 60px 0 0px 0;
    z-index: 1;
}

.about-sect .index_more{
    margin: 42px 0 0;
}
.about-sect .title{
    position: relative;
    margin: 0;
}
.about-sect .title span{
    color: rgba(255,255,255,.5);
    left: -4px;
}
.about-sect .title h2{
    display: none;
}
.about-sect .txt-box{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 65px 15% 60px 30%;
}
.about-sect .txt-box .index-about-editor{
    position: relative;
    margin-top: -50px;
    z-index: 12;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 2.0;
    padding: 0;
    margin: 0 0 5px;
}
.about-sect .txt-box .index-about-editor .editor h4 > span{
    color: #AAAAAA;
    letter-spacing: 0.1em;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
}
.articles-sect .title{
    position: relative;
}
.articles-sect .index_more{

}

/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 50px 0 66px;
    z-index: 10;
}
.products-sect .title{
    position: relative;
    margin-bottom: 27px;
}
.products-sect .index_more{
    position: relative;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 66px 0 48px;
}
.service-box >.flex{
    position: relative;
    display: flex;
    flex-direction: column;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .title{
    position: relative;
    text-align: left;
    order: 1;
}
.service-sect .title span{
    left: -4px;
}
.service-box .index_more{
    position: absolute;
    margin: 0;
    order: 2;
    right: 48%;
    bottom: 18%;
    z-index: 10;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: right;
    padding: 0 0 0;
    margin-top: 0;
    order: 3;
}

/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 48px 0 60px;
}
.album-sect .title{
    position: relative;
}
.album-sect .index_more{
    position: relative;
    display: none;
}
.album-sect .hot-arrow {
    width: calc(100%);
    top: 54.5%;
    margin: 0 auto;
}
.album-sect .hot-arrow .slick-prev{
    left: -60px;
    right: inherit;
}
.album-sect .hot-arrow .slick-next{
    right: -84px;
    left: inherit;
}

.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .slick-list{
    flex: 1 1 auto;
}
.album-list.type1 {
    margin: 0 -10px;
}
.album-list.type1 .item {
    padding: 0 10px 0px;
    border: none;
    margin-bottom: 50px;
}
.album-list.type1 .item .name{
    position: absolute;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    background: rgba(51,51,51,.85);
    font-weight: normal;
    letter-spacing: 0.05em;
    transition: all .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 62px;
    line-height: 62px;
    bottom: 0;
    padding: 0 20px;
    margin: 0;
    transition: all .3s ease;
    opacity: 0;
}
.album-list.type1 .item .box:hover .name{
    opacity: 1;
}
.album-list .box .name{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    transition: all .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.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){
    .about-sect .col.pic{
        right: 50%;
    }
    .about-sect .col.txt{
        left: 9%;
    }
    .about-sect .txt-box {
        padding: 65px 12% 60px 30%;
    }
}
@media screen and (max-width: 1500px){
    .album-sect .hot-arrow {
        margin: inherit;
        position: absolute;
        top: 70px;
        right: 12px;
        width: 143px;
    }
    .album-sect .hot-arrow .slick-prev{
        right: inherit;
        left: 0;
    }
    .album-sect .hot-arrow .slick-next{
        right: 0;
        left: auto;
    }
}
@media screen and (max-width: 1440px){

    .about-sect .col.pic {
        right: 55%;
    }
    .about-sect .col.txt {
        left: 3.5%;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.pic {
        right: 65%;
    }
    .about-sect .col.txt {
        left: 0;
    }
    .about-sect .txt-box {
        padding: 65px 6% 60px 18%;
    }
    .service-box .index_more{
        right: 32%;
    }
}
@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){
    .news-sect{
        padding: 50px 0 15px;
    }
    .about-sect {
        padding: 15px 0 25px;
    }
    .products-sect {
        padding: 25px 0 25px;
    }
    .service-sect {
        padding: 25px 0 25px;
    }
    .album-sect {
        padding: 25px 0 30px;
    }

    .index_more{
        width: 175px;
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    .index_more a{
        width: 175px;
        height: 50px;
    }
    .index_more a::after{
        width: 5px;
        height: 9px;
        bottom: 2px;
        background-size: contain;
    }
    .index_more a span{
        font-size: 13px;
        padding-left: 28px;
    }
    .title{
        margin: 0 auto 32px;
    }
    .title h2{
        font-size: 22px;
        margin-top: -28px;
    }
    .title span{
        font-size: 72px;
    }
    .news-sect .title,
    .about-sect .title,
    .service-sect .title{
        text-align: center;
    }
    .news-sect .title span,
    .about-sect .title span,
    .service-sect .title span{
        left: inherit;
    }
    .about-sect .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        max-height:inherit;
    }
    .about-sect .col.pic{
        position: relative;
        max-height: 438px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .about-sect .col.pic img{
        max-width: 100%;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
        padding: 45px 10% 58px ;
    }
    .about-sect .txt-box .index-about-editor {
        margin-top: -30px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        font-size: 14px;
        text-align: justify;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.1em;
    }
    .about-sect .txt-box .index-about-editor .editor h4 > span{
        letter-spacing: 0.05em;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .products-box{
        padding: 0;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
        margin: 0;
    }
    .service-box .index_more{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 58px;
        margin: 0 auto 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list.type1 .item{
        margin-bottom: 30px;
    }
    .album-list.type1 .item .name{
        font-size: 17px;
        height: 52px;
        line-height: 52px;
        padding: 0 15px;
    }

    .products-sect .title{
        margin: 0 auto 20px;
    }
    .hot-arrow,
    .album-sect .hot-arrow{
        position: relative;
        width: 120px;
        left: 0;
        right: 0;
        height: 55px;
        top: 0;
        left: 0;
        right: 0;
        margin:0 auto 32px;
    }
    .hot-arrow .slick-arrow{
        display: inline-block;
        width: 55px;
        height: 55px;
    }
    .hot-arrow .slick-prev::after, .hot-arrow .slick-next::after{
        width: 6px;
        height: 10px;
    }
    .album-sect .hot-arrow .slick-prev{
        right: inherit;
        left: 0;
        margin-right: 0;
    }
    .album-sect .hot-arrow .slick-next{
        right: 0;
        left: inherit;
        margin-left: auto;
    }
    .products-sect .hot-arrow{
        margin: 0 auto 19px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .about-sect .txt-box {
        padding: 45px 30px 58px;
    }
}
@media screen and (max-width: 500px){
    .about-sect .txt-box .index-about-editor .editor h4 > span{
        letter-spacing: 0.05em;
        display: block;
        line-height: 0.5;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .title span {
        font-size: 60px;
    }
}