@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.type3 .item{
    border-color: #ddd;
}
.news-list .item .box{
    padding: 0px;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
    background: #F093AE;
    color: #fff;
    border-radius: 0;
    font-family: "Cormorant Garamond";
}
.news-list .box:hover .btn.more {
    background: #6BCACF;
    color: #fff;
}
.news-list.type4{
    margin: 0 -16.5px;
}
.news-list.type4 .item {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0 16.5px;
}
.news-list.type4 .item .box{
    max-width: inherit;
    border:none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #ffffff;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    font-family: "Cormorant Garamond";
    transition: all .3s ease;
    z-index: 5;
}
.news-list .date{
    font-family: "Cormorant Garamond" !important;
    color: #525252;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years{
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    line-height: 2.2;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px 0px 5px;
    padding: 0;
    line-height: 1;
    background: #F093AE;
}
.news-list.type4 .item:hover .date{
    background: #6BCACF;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 0.8;
    margin-bottom: 10px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 550;
}
.news-list.type4 .txt{
    position: relative;
    padding: 0 20px 28px 20px;
    transition: all .3s ease;
}
.news-list.type4 .txt::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    box-shadow: 3px 3px 12px rgba(0,0,0,.1);
}
.news-list .item .name{
    color: #585858;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    -webkit-line-clamp: 2;
    height: auto;
    margin: 0 0 5px;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #6BCACF;
    font-weight: 500;
}
.news-list .item .description{
    color: #848484;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: auto;
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type1 .item{
    padding: 0 10px;
    margin-bottom: 25px;
}
.products-list.type2 {
    margin: 0 -16.5px;
}
.products-list.type2 .item{
    padding:  0 16.5px;
}
.products-list.type2 .box{
    transition: all .3s;
    padding: 0px;
}
.products-list.type2 .txt {
    padding: 12px 15px 0;
}
.products-list .pic:before{
    display: none;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    font-family: "Cormorant Garamond";
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    top: 15px;
    right: 15px;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0.03em;
    background: #6BCACF;
    color: #ffffff;
    font-weight: 600;
    z-index: 15;
}
.products-list .box .name{
    color: #585858;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 5px;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #6BCACF;
}
.products-list .box .description{
    color: #848484;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: auto;
}

.products-list .offers{
    color: #D80000;
}
.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;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type2 .box .pic:before{
    display: none;
}
.album-list.type2 .item .box{
    padding: 0 10px;
}
.album-list.type2 .item{
    margin-bottom: 25px;
}
.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;
}
.masonry-list.album-list.type1,
.album-list.type2{
    margin-bottom: 30px;
}
.masonry-list .item .namebox{
    padding: 10px 0;
}
/*!瀑布流*/
/*!列表通用 index、album*/

/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #ffffff;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    background: #6BCACF;
}
/*------------ title ------------*/
.title{
    position: relative;;
    display: block;
    text-align: center;
    margin: 0 0 40px;
}
.title span{
    position: relative;
    display: block;
    font-family: "Cormorant Garamond";
    font-size: 60px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    color: #525252;
    padding: 0;
    margin: 0;
}
.title h2{
    position: relative;
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #676767;
    padding: 0;
    margin: 0;
}
.title h2::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 auto;
}
.news-sect .title h2::before,
.service-sect .title h2::before,
.album-sect .title h2::before{
    background: #F093AE;
}
.about-sect .title h2::before,
.products-sect .title h2::before{
    background: #6BCACF;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0 0px;
    font-family: "Cormorant Garamond";
    transition: all .4s ease;
    z-index: 4;
}
.index_more::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(132,132,132,.6);
    right: 0;
}
.index_more:hover:before{
    animation-name: index_more;
    animation-duration: .8s;
}
.index_more::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 15px;
    background: url('../../../images/layout04/common/index/more_ic.png') no-repeat;
    z-index: -1;
}
.index_more a{
    font-size: 0;
    padding: 0;
    display: block;
    width: 150px;
    height: 50px;
}
.index_more a span{
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #848484;
}
@keyframes index_more {
    0%{
        width: 100%;
    }
    35%{
        right: 0;
        width: 0;
    }
    65%{
        right: 0;
        width: 0;
        right: unset;
    }
    100%{
        left: 0;
        width: 100%;
    }
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}
.hot-arrow .slick-arrow{
    width: 105px;
    height: 75px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/ar.png') center right no-repeat;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s ease;
}
.hot-arrow .slick-arrow::before{
    content: '';
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    background: rgba(240,147,174,.3);
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 30px;
    transition: all .2s ease;
    opacity: 0;
}
.hot-arrow .slick-arrow:hover:before{
    opacity: 1;
}
.hot-arrow .slick-prev{
    left: -113px;
}
.hot-arrow .slick-prev:hover{
    left: -128px;
}
.hot-arrow .slick-next{
    transform: scaleX(-1);
    right: -113px;
    left: auto;
}
.hot-arrow .slick-next:hover{
    right: -128px;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 100px 0 45px;
    background: url(../../../images/layout04/common/index/n_bg.jpg) repeat;
}
.news-sect .title{
    position: relative;
}
.news-sect .index_more{
   display: none;
}
.news-sect .n_deco_l {
    content: '';
    position: absolute;
    display: block;
    right: 81%;
    bottom: 12%;
    z-index: 0;
}
.news-sect .n_deco_r {
    content: '';
    position: absolute;
    display: block;
    left: 78.4%;
    bottom: 13.2%;
}
.news-list{
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}
.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: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .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;
    background: url(../../../images/layout04/common/index/n_bg.jpg) repeat;
    padding: 45px 0 120px;
}
.about-sect::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 450px;
    bottom: 0;
    background: url(../../../images/layout04/common/bg/bg01.jpg) top center;
    z-index: 0;
}
.about-sect .container{
    position: static;
}
.about-sect .title{
    position: relative;
    text-align: left;
    margin-bottom: 50px;
}
.about-sect .title h2::before{
    position: relative;
    display: inline-block;
    margin-left: 4px;
    margin-right: 18px;
    bottom: 6px;
}
.about-sect .row{
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0;
    z-index: 2;
}
.about-sect .col{
    float: none;
}
.about-sect .col.pic{
    position: absolute;
    width: 43%;
    max-width: 480px;
    height: auto;
    margin: 0 0 0 2.5%;
    order: 1;
    top: -17.6%;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: auto;
    max-width: inherit;
    margin: 0;
}
.about-sect .col.txt{
    position: static;
    box-sizing: border-box;
    float: left;
    width: auto;
    max-width: 540px;
    padding: 112px 0 0;
    margin: 0 11% 0 auto;
    order: 2;
    z-index: 2;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor h4{
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    letter-spacing: 0.3em;
    line-height: 1.6;
    font-weight: 600;
    color: #F093AE;
    margin: 0 0 15px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-size: 15px;
    color: #848484;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
.about-sect .index_more{
    margin: 56px 0px 0 auto;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .a_txtdeco{
    position: absolute;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #848484;
    text-align: start;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-family: "Cormorant Garamond";
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 7px 17px;
    height: 345px;
    overflow: hidden;
    margin: 0;
    border-left: 1px solid rgba(132,132,132,.6);
    border-right: 1px solid rgba(132,132,132,.6);
    top: 0;
    right: 0;
}
.about-sect .a_deco_l {
    content: '';
    position: absolute;
    display: block;
    right: 75.5%;
    top: 57%;
    z-index: 0;
}
.about-sect .a_deco_r {
    content: '';
    position: absolute;
    display: block;
    left: 66.6%;
    bottom: 450px;
    z-index: 0;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    background: url(../../../images/layout04/common/index/s_bg.jpg) center no-repeat;
    background-attachment: fixed;
    padding: 160px 0 170px;
}
.service-sect::before{
    content: '';
    display: block;
    position: absolute;
    left: 32%;
    right: 0;
    top: -50px;
    bottom: 0;
    background: rgba(255, 255, 255, .1) ;
    z-index: 0;
    border-radius: 520px 0 0 0;
}
.service-sect .service-box .flex{
    position: relative;
    display: flex;
}
.service-sect .title{
    position: relative;
    text-align: left;
    width: fit-content;
    margin-left: 5.8%;
}
.service-sect .title h2,
.service-sect .title span{
    color: #ffffff;
}
.service-sect .title h2::before{
    position: relative;
    display: inline-block;
    top: -6px;
    bottom: unset;
    right: unset;
    left:  unset;
    margin: 0 18px 0 5px;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 850px;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    z-index: 5;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: absolute;
    left:  5.8%;
    bottom: 0;
}
.service-sect .index_more a span{
    color: #fff;
}
.service-sect .index_more::before{
    background: rgba(255, 255, 255, .6);
}
.service-sect .index_more::after{
    background: url(../../../images/layout04/common/index/more_ic_f.png) no-repeat;
}

/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 100px 0;
}
.articles-sect .title{
    position: relative;
}
.articles-sect .index_more{
    position: relative;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 100px 0 26px;
    z-index: 10;
}
.products-sect .title{
    position: relative;
}
.products-sect .hot-arrow{
    top: 53.5%;
}
.products-sect .index_more{
    position: relative;
    display: none;
}
.products-sect .p_deco {
    content: '';
    position: absolute;
    display: block;
    left: 77.4%;
    top: 30%;
}
.products-box{
    position: relative;
    z-index: 2;
}
.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;
}
/*!少量排版*/

/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 26px 0 140px;
}
.album-sect .title{
    position: relative;
    text-align: left;
}
.album-sect .title h2::before{
    position: relative;
    display: inline-block;
    top: -6px;
    bottom: unset;
    right: unset;
    left:  unset;
    margin: 0 18px 0 5px;
}
.album-sect .hot-arrow{
    display: none;
}
.album-sect .album_deco {
    content: '';
    position: absolute;
    display: block;
    right: 88%;
    left: -24px;
    bottom: 30%;
}
.album_txtdeoc{
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #848484;
    text-align: start;
    letter-spacing: 0.03em;
    line-height: 1.7;
    font-family: "Cormorant Garamond";
    text-align: right;
    text-decoration: underline;
    margin: 0px;
    padding: 0;
    z-index: 1;
    left: 64%;
    top: 6.5%;
}
.album-sect .index_more{
    display: none;
}
/*---- 跑馬燈 ----*/
.album-sect .marquee {
    width: 100%;
    display: flex;
    height: 90px;
    line-height: normal;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
    border-top: 1px solid #ddd;
}

.album-sect .marquee .track1 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee1 50s linear infinite;
    height: 90px;
}
.album-sect .marquee .track2 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee2 50s linear infinite;
    height: 90px;
}
.album-sect .marquee .track3 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee3 50s linear infinite;
    height: 90px;
}

.album-sect .marquee span {
    position: relative;
    padding: 0 40px 0 0;
    line-height: 88px;
    font-size: 40px;
    font-weight: 500;
    white-space: nowrap;
    color:rgba(82,82,82,.4);
    font-family: "Cormorant Garamond";
    font-weight: normal;
}

.album-sect .marquee:hover .track1,
.album-sect .marquee:hover .track2,
.album-sect .marquee:hover .track3{
    animation-play-state: paused;
}

@keyframes marquee1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee3 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*---- /跑馬燈 ----*/
.album-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 5;
}
.album-list.type1 {
    margin: 0 -16.5px;
}
.album-list.type1 .item{
    padding: 0 16.5px;
}

.album-list .box .name,
.album-list.type1 .item .name{
    color: #585858;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0px;
    transition: all .3s ease;
}
.album-list.type1 .item .name{
    position: relative;
    box-sizing: border-box;
    padding: 0px 15px;
    line-height: 55px;
    background: #fff;
    -webkit-line-clamp: 1;
    box-shadow: 3px 3px 12px rgba(0,0,0,.1);
}
.album-list.type1 .item .box:hover .name{
    color: #ffffff;
    background: #F093AE;
}
.album-list.type1 .item{
    border-bottom: none;
}
.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: 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){
    .news-sect .n_deco_l {
        right: calc(81% + 5%);
        left: 1.2%;
    }
    .news-sect .n_deco_r{
        left: calc(78.4% + 5%);
        right: 1.2%;
    }
    .about-sect .a_deco_l {
        right:calc(75.5% + 5%);
        left:  1.2%;
    }
    .about-sect .a_deco_r {
        left: calc(66.6% + 5%);
        right: 1.2%;
    }
    .products-sect .p_deco {
        left: calc(77.4% + 5%);
        right: 1.2%;
    }
    .album-sect .album_deco{
        right: calc(88% + 5%);
        left: -1.2%;
    }
}
@media screen and (max-width: 1440px){
    .service-sect::before {
        left: 24%;
    }
}
@media screen and (max-width: 1280px){
    .news-sect {
        padding: 66px 0 30px;
    }
    .about-sect {
        padding: 30px 0 80px;
    }
    .service-sect {
        padding: 106px 0 112px;
    }
    .products-sect {
        padding: 66px 0 18px;
    }
    .album-sect {
        padding: 18px 0 92px;
    }

    .about-sect::before{
        height: 410px;
    }
    .about-sect .col.pic{
        width: 38%;
        top: -11.7%;
        margin: 0 0 0 1.2%;
    }
    .about-sect .col.txt{
        padding: 74px 0 0;
    }
    .service-sect .title{
        margin-left: 3.8%;
    }
    .service-sect .index_more {
        left: 3.8%;
    }
    .service-sect::before{
        left: 25%;
    }
    .service-sect .editor{
        width: 720px;
        margin-right: 0;
    }
    
    .news-sect .n_deco_l {
        right: calc(81% + 10%);
        left: -8%;
    }
    .news-sect .n_deco_r{
        left: calc(78.4% + 10%);
        right: -8%;
    }
    .about-sect .a_deco_l {
        right:calc(75.5% + 10%);
        left:  -8%;
    }
    .about-sect .a_deco_r {
        left: calc(66.6% + 10%);
        right: -8%;
        bottom: 408px;
    }
    .products-sect .p_deco {
        left: calc(77.4% + 10%);
        right: -8%;
    }
    .album-sect .album_deco{
        right: calc(88% + 10%);
        left: -8%;
    }
    .album_txtdeoc{
        left: 60%;
    }

    .news-list.type4{
        margin: 0 -12px;
    }
    .news-list.type4 .item{
        padding: 0 12px;
    }
    .products-list.type2{
        margin: 0 -12px;
    }
    .products-list.type2 .item{
        padding: 0 12px;
    }
    .album-list.type1{
        margin: 0 -12px;
    }
    .album-list.type1 .item{
        padding: 0 12px;
    }
}

@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;
    }
    /*!少量排版*/
    .about-sect .a_txtdeco{
        display: none;
    }
    .about-sect .col.txt{
        margin: 0 1.2% 0 auto;
    }
}
@media screen and (max-width: 1024px){
    .about-sect .col.pic{
        top: 40px;
    }
}
@media screen and (max-width: 1000px){
    .index_more{
        width: 135px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .index_more a {
        width: 135px;
        height: 45px;
    }
    .index_more a span{
        width: 135px;
        height: 45px;
        font-size: 15px;
        padding: 0 5px;
    }
    .index_more::after{
        width: 20px;
        height: 12px;
        background-size: contain;
    }
    .title,
    .album-sect .title{
        text-align: center;
        margin: 0 auto 28px;
    }
    .about-sect .title{
        text-align: center;
        margin-bottom: 40px;
    }
    .title span{
        font-size: 45px;
    }
    .title h2{
        font-size: 22px;
        line-height: 1.25;
    }
    .title h2::before,
    .about-sect .title h2::before,
    .service-sect .title h2::before{
        bottom: 5px;
        width: 6px;
        height: 6px;
        position: relative;
        display: inline-block;
        margin-left: 0;
        margin-right: 15px;
    }

    .news-sect {
        padding: 40px 0 20px;
    }
    .about-sect {
        padding: 20px 0 58px;
    }
    .service-sect {
        padding: 52px 0 60px;
        background-attachment: inherit;
        background-size: cover;
    }
    .products-sect {
        padding: 50px 0 10px;
    }
    .album-sect {
        padding: 10px 0 60px;
    }

    .news-sect .n_deco_l {
        right: calc(81% + 0%);
        left: -8%;
    }
    .news-sect .n_deco_r {
        left: calc(78.4% + 0%);
        right: -8%;
    }
    .about-sect .row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width: 650px;
        text-align: center;
        top: unset;
        margin:0 auto 30px;
    }
    .about-sect .col.txt{
        position: relative;
        float: none;
        width: 650px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 17px;
        letter-spacing: 0.15em;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        -webkit-line-clamp:inherit;
        height: auto;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
    }
    .about-sect::before {
        height: 32.5%;
    }
    .about-sect .a_deco_l {
        top: 62%;
    }
    .about-sect .a_deco_r{
        bottom: 32%;
        right: 5%;
        left: calc(66.6% + 15%);
    }

    /*少量排版*/
    .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-list.type2 .item{
        margin-bottom: 30px;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .products-box{
        padding:0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    /*!少量排版*/
    .service-sect .title{
        margin:0 auto 32px;
        text-align: center;
    }
    .service-sect::before {
        left: 0%;
        top: -30px;
        border-radius: 280px 0 0 0;
    }
    .service-sect .editor {
        box-sizing: border-box;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 auto;
    }
    .service-sect .service-box .flex {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-box{
        margin: 0;
        padding: 0;
    }
    .service-sect .index_more{
        margin: 15px auto 0;
        left: unset;
        position: relative;
    }
    .products-sect .p_deco {
        left: calc(77.4% + 0%);
        right: -8%;
    }
    .album-sect .album_deco {
        right: calc(88% + 0%);
        left: -8%;
    }
    .album_txtdeoc{
        display: none;
    }
    .album-sect .marquee{
        height: 60px;
    }
    .album-sect .marquee .track1,
    .album-sect .marquee .track2,
    .album-sect .marquee .track3{
        height: 60px;
    }
    .album-sect .marquee span{
        font-size: 30px;
        line-height: 60px;
    }
    .banner .slick-dots{
        display: none !important;
    }
    .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;
    }

    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .products-sect .title{
        margin: 0 auto 15px;
    }
    .hot-arrow{
        width: 122px;
        position: relative;
        left: 0;
        right: 0;
        height: 40px;
        top: 0;
        margin:0 auto 15px;
    }
    .products-sect .hot-arrow {
        top: 0;
    }
    .hot-arrow .slick-arrow {
        width: 56px;
        height: 40px;
        background-size: contain;
    }
    .hot-arrow .slick-arrow::before{
        width: 40px;
        height: 40px;
        right: 24px;
    }
    .hot-arrow .slick-prev{
        left: 0px;
    }
    .hot-arrow .slick-prev:hover{
        left: -15px;
    }
    .hot-arrow .slick-next{
        transform: scaleX(-1);
        right: 0px;
        left: auto;
    }
    .hot-arrow .slick-next:hover{
        right: -15px;
    }
    .news-list.type4{
        margin: 0 auto;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
    }
    .products-list.type2{
        margin: 0 auto;
    }
    .products-list.type2 .item{
        padding: 0 7.5px;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list.type1 .item{
        padding: 0 7.5px;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .about-sect::before {
        height: 32%;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        width: 100%;
    }
    .about-sect .a_deco_l{
        display: none;
    }
    .service-sect::before {
        left: 0%;
        top: -15px;
        border-radius: 240px 0 0 0;
    }
    .service-sect .editor{
        width: 100%;
        max-width: 620px;
    }
}
@media screen and (max-width: 520px){
    .about-sect::before {
        height: 36.5%;
    }
    .about-sect .a_deco_r {
        bottom: 36.5%;
        right: 5%;
        left: calc(66.6% + 15%);
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }

    .about-sect::before {
        height: 40.5%;
    }
    .about-sect .a_deco_r {
        bottom: 40.5%;
    }
    .news-list.type4 .item .date, .news-date{
        width: 55px;
        height: 55px;
        margin: -30px 0px 5px;
    }
    .news-list.type4 .item .date .day{
        font-size: 32px;
        line-height: 1.2;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 13px;
    }
    .news-list.type4 .txt {
        padding: 0 15px 20px 15px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .products-list.type2 .txt {
        padding: 10px 12px 0;
    }
    .products-list .box .name{
        font-size: 16px;
    }
    .products-list .box .description{
        font-size: 14px;
    }
    .album-list .box .name, .album-list.type1 .item .name{
        font-size: 16px;
    }
    .album-list.type1 .item .name{
        line-height: 45px;
    }
}
@media screen and (max-width: 375px){
    .about-sect::before {
        height: 47.5%;
    }
    .about-sect .a_deco_r {
        bottom: 47.5%;
    }
    .about-sect .txt-box .index-about-editor .editor h4 {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
}