@charset "utf-8";
/*列表通用 index、news*/
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 35px;
}
.news-list.type3{
    margin: 0 auto;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    position: relative;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    color: #666;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: #CBB05C;
    color: #FFFFFF;
}
.news-list.type3 .date{
    color: #CBB05C;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    position: relative;
    max-width: 302px;
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.news-list .txt{
    position: relative;
    min-height: inherit;
}
.news-list.type4 .txt{
    position: static;
    padding: 0;
    padding-top: 10px;
}
.news-list .date{
    font-family: "Poppins", sans-serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: ne;
    background: #CBB05C;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0;
    padding: 0;
    line-height: 1;
    left: 0;
    top: 15px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 32px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.03em;
}
.news-list.type4 .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}
.news-list .item .name{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #333333;
    text-decoration: underline;
}
.news-list .item .description{
    color: #888;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.news-list.type4 .description{
    display: none;
}
@media screen and (max-width: 1000px){
    .news-list.type4{
        margin: 0 auto;
    }
    .news-list.type4 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .news-list.type4 .date{
        width: 50px;
        height: 50px;
    }
    .news-list.type4 .item .date .day{
        line-height: 1;
        margin-bottom: -12px;
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 9px;
    }
    .news-list .item .name{
        font-size: 15px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 .item{
        border-left: solid #787B7C 1px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -15px;
}
.products-list.type2 .item{
    padding: 0 15px;
    margin-bottom: 35px;
}
.products-list.type2 .txt{
    padding: 0;
    padding-top: 10px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list.type2 .item .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}
.products-list .item .name{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    transition: all .3s ease;
}
.products-list .item .box:hover .name{
    color: #333333;
    text-decoration: underline;
}
.products-list .item .description{
    color: #888;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.products-list.type2 .item .description{
    display: none;
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    background: #CBB05C;
    color: #FFFFFF;
    width: 60px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 20px;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
.products-list .pic:before{
    display: none;
}
@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;
    }
    .products-list.type2{
        margin: 0 auto;
    }
    .products-list.type2 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .products-list .item .name{
        font-size: 15px;
    }
    .products-list .item .description{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .products-list.type2 .name{
        margin: 0;
        max-height: inherit;
    }
}
/*!列表通用 index、products */
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #CBB05C;
}
.album-list .item .name{
    color: #CBB05C;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #CBB05C;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner:before,
.banner_m:before{
    content: '';
    display: block;
    background:#000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: rgba(0,0,0,0.6) ;
    width: 45px;
    height: 45px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    transform: rotate(-135deg);
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: 0px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: 0px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    background: rgba(0,0,0,1) ;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 75px;
    height: 6px;
    margin: 12px 3px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 6px;
    display: block;
    margin:0;
    background: #777777;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before{
    background: #CBB05C;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    color: #333;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 80px;
}
.title span{
    font-family: "微軟正黑體", sans-serif;
    color: #CBB05C;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 auto 20px;
    display: none;
}
.title h2{
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 0;
    margin: 0px;
}
.title h2::before{
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #CBB05C;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: absolute;
    width: 105px;
    height: 20px;
    text-indent: inherit;
    background: inherit;
    color: rgba(255,255,255,1);
    text-align: left;
    line-height: 20px;
    border-radius: 0px;
    transition: all .3s ease;
    display:block;
    margin: 0px auto;
    top: 123px;
    right: 25px;
}
.index_more:hover{
    color: rgba(255,255,255,.6);
}
.index_more a{
    font-size: 0;
    display: block;
}
.index_more a span{
    position: relative;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
}
.index_more a span::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255,255,255,1);
    border-bottom: 2px solid rgba(255,255,255,1);
    transform: rotate(-45deg);
    left: calc(100% + 5px);
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .3s ease;
}
.index_more:hover a span::before {
    border-right: 2px solid rgba(255,255,255,.6);
    border-bottom: 2px solid rgba(255,255,255,.6);
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ intro -------------*/
.intro-sect{
    position: relative;
    padding: 80px 0 80px;
}
.intro-sect::before{
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    max-width: 1300px;
    height: 1px;
    background: #D0D3D7;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    max-width: 600px;
}
.intro-box .intro-sub-title {
    position: relative;
    color: #CBB05C;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
}
.intro-box .intro-title {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 0;
    margin: 0 auto 55px;
}
.intro-box .intro-title::before {
    content: "";
    width: 50px;
    height: 5px;
    background: #CBB05C;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto 0;
}
.intro-box .editor{
    color: #666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 75px 0 20px;
}
.news-sect .index_more{
    margin: auto;
}
.news-list{
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}
.news-list.type2::before,
.news-list.type3::before,
.news-list.type4::before,
.news-list::before{
    content: '新着情報';
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    height: 35px;
    border-left: 10px solid #333333;
    background: #000;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: normal;
    padding-left: 15px;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0;
    font-family: "微軟正黑體", sans-serif;
}
/*最新消息 少量排版*/
.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.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{
    position: relative;
    padding: 20px 0 50px;
    z-index: 10;
}
.products-sect .title{
    position: relative;
    display: none;
}
.products-sect .index_more{
    position: absolute;
    top: 7px;
}
.products-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-list.type1::before,
.products-list.type2::before,
.products-list::before {
    content: '製品一覧';
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    height: 35px;
    border-left: 10px solid #333333;
    background: #000;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: normal;
    padding-left: 15px;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}

/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    background: #eee;
    padding: 75px 0 70px;
}
.service-sect .title{
    position: relative;
    margin: 0 auto 85px;
}
.service-sect .editor{
    padding: 0;
}
.service-box{
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 80px 0 100px;
}
.about-sect::before{
    content:'';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: #F5F5F5;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float:none;
    z-index: 2;
    margin: 0 auto 75px;
}
.about-sect .col.pic{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .title{
    position: relative;
    padding: 0;
    margin: 0 auto 55px;
}
.about-sect .title span{
    display: block;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    max-width: 600px;
}
.about-sect .txt-box .index-about-editor .editor{
    color: #666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    position: relative;
    padding: 80px 0 80px;
}
/*------------ album ------------*/
.album-sect{
    position: relative;
    background: #F5F5F5;
    padding: 0 0 0;
}
.album-sect .album-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list.type1::before,
.album-list.type2::before,
.album-list::before {
    content: '写真アルバム';
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    height: 35px;
    border-left: 10px solid #333333;
    background: #000;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: normal;
    padding-left: 15px;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-list.type1{
    margin: 0 -15px;
}
.album-list.type1 .item{
    padding: 0 15px;
    margin-bottom: 35px;
    border: none;
}
.album-list.type1 .item .namebox {
    padding: 0;
    padding-top: 10px;
}
.album-list.type1 .item .name{
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 auto 0;
    text-align: left;
}
.album-sect .album-list .item .name{
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    transition: all .3s ease;
}
.album-sect .album-list .item .box:hover .name{
    color: #333333;
    text-decoration: underline;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    position: relative;
    padding: 80px 0 60px;
}
.album-sect .title{
    position: relative;
}
.album-sect .index_more{
    position: absolute;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background: url(../../../images/layout01/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1320px) {
    .news-list.type2::before,
    .news-list.type3::before,
    .news-list.type4::before,
    .news-list::before, 
    .products-list.type1::before,
    .products-list.type2::before,
    .products-list::before,
    .album-list.type1::before,
    .album-list.type2::before,
    .album-list::before{
        width: calc(100% - 30px);
    }
    /*--list 25% has-padding --*/
    .products-list.column4 .item {
        width: 25%;
    }
    .products-list.column4 .item:nth-child(4n+1) {
        clear: left;
    }
    .products-list.column4 .item:nth-child(3n+1) {
        clear: inherit;
    }
    /*--list 25% no-padding --*/
}
@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){
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 8px;
        height: 8px;
        margin: 8px 2px;
    }
    .banner .slick-dots li button:before, .banner_m .slick-dots li button:before{
        height: 8px;
    }
    .title{
        margin:0 auto 60px;
    }
    .title span,
    .intro-box .intro-sub-title{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .title h2,
    .intro-box .intro-title{
        font-size: 21px;
    }
    .title h2::before,
    .intro-box .intro-title::before{
        top: calc(100% + 12px);
    }
    .index_more{
        width: 92px;
        height: 18px;
        line-height: 18px;
        top: 89px;
        right: 30px;
    }
    .index_more a span{
        font-size: 15px;
    }
    .index_more a span::before{
        width: 8px;
        height: 8px;
        left: calc(100% + 5px);
    }
    .news-list.type2::before,
    .news-list.type3::before,
    .news-list.type4::before,
    .news-list::before, 
    .products-list.type1::before,
    .products-list.type2::before,
    .products-list::before,
    .album-list.type1::before,
    .album-list.type2::before,
    .album-list::before{
        width: calc(100% - 15px);
        height: 28px;
        line-height: 26px;
        font-size: 18px;
    }
    .intro-box .editor,
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 14px;
    }
    .products-sect .index_more {
        top: 5px;
    }
    .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: 0px 0;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }
    .service-box{
        padding: 0;
    }
    .about-sect::before{
        height: 125px;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .about-sect .col.pic{
        height: 250px;
        overflow: hidden;
    }
    .about-sect .col.pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .about-sect .col.txt{
        margin-bottom: 60px;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-list{
        width: 100%;
        margin: 0 auto;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list.type1 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
    .album-sect .album-list .item .name{
        font-size: 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    /*--list 25% has-padding --*/
    .products-list{
        flex-wrap: wrap;
    }
    .products-list.column4 .item {
        width: 33.33%;
    }
    .products-list.column4 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.column4 .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list.column4 .item,
    .products-list.column3 .item {
        width: 50%;
    }
    .products-list.column4 .item:nth-child(3n+1),
    .products-list.column3 .item:nth-child(3n+1) {
        clear: none;
    }

    .products-list.column4 .item:nth-child(2n+1),
    .products-list.column3 .item:nth-child(2n+1) {
        clear: left;
    }
    /*!--list 25% has-padding --*/
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .intro-box .editor br,
    .about-sect .txt-box .index-about-editor .editor br{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}