@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box:hover .name{
    color: #f17b3d;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #f17b3d;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #f17b3d;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #f17b3d;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #f17b3d;
    border-color: #f17b3d;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #F2856C;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .box .name,.products-list.type2 .name{
    color: #333;
}
.products-list .box:hover .name{
    color: #f17b3d;
}
.products-list.type2 .description,.products-list .description{
    color: #888;
}
.products-list .pic:before {
    content: '';
    background: rgb(255 255 255 / 20%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png);
    width: 59px;
    height: 30px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .txt {
        padding-top: 0px;
    }
    /*列表通用 index、products*/
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #f17b3d;
}
.album-list .item .name{
    color: #f17b3d;
}
.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: #f17b3d;
}
.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;
}
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 0px;
}
.news-list .btn.more{
    background: #f17b3d;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.news-list .box:hover .btn.more {
    background: #555555;
    color: #FFF;
}
.news-list.type3 .date{
    color: #f17b3d;
}
.news-list.type3 .item {
    border-left: solid rgba(85,85,85,.5) 1px;
}
.news-list.type3:before{
   display: none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    position: relative;
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    padding: 12px 12px 0;
    min-height: inherit;
}
.news-list.type4 .item .date,
.news-date{
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: #f17b3d;
}
.news-list .item .date{
    font-family: "Poppins", sans-serif !important;
}
.news-list.type2 .date{
    color: #f17b3d;
    margin-bottom: 2px;
}
.news-list.type4 .item .date{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    width: 65px;
    height: 65px;
    padding-top: 5px;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    border-radius: 0 0 8px 0;
    font-weight: 600;
    background: #f17b3d;
    transition: all .3s ease;
}
.news-list.type4 .box:hover .date{
    background: #FFFFFF;
    color: #f17b3d;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.3;
    margin-bottom: -18px;
    font-size: 33px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: normal;
}
.news-list .item .name{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0px 5px;
    color: #333333;
    white-space: break-spaces;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #f17b3d;
}
.news-list .item .description{
    color: #524D4A;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
}
.news-list.type4 .item .name{
    margin: 0;
}
.news-list.type4 .item .description{
    display: none;
}
@media screen and (max-width: 767px){
    .news-list.type2 .pic{
        padding-bottom: 0;
    }
    .news-list .box{
        text-align: left;
    }
}
/*!列表通用 index、news*/
/*------------ 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%;
    border-radius: 15px;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url(../../../images/layout01/common/index/arrow.png) no-repeat #f17b3d;
    background-size: contain;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: -80px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: -80px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat #888;
    background-size: contain;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px 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: 8px;
    height: 8px;
    margin-top: 10px;
    cursor: pointer;
    background: #D6D6D6;
    border-radius: 100%;
}
.banner .slick-dots li+li,
.banner_m .slick-dots li+li{
    margin-left: 10px;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #f17b3d;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    margin: 0 0 24px;
    font-weight: normal;
    position: relative;
    z-index: 0;
}
.title span{
    font-family: "Poppins", sans-serif;
    color: #A3A3A3;
    font-size: 19px;
}
.title h2{
    font-size: 34px;
    color: #333;
    letter-spacing: 4px;
    font-weight: 700;
    margin: 0;
}
.title h2:before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #f17b3d;
    margin: 0 14px 9px 0;
}
.title h2:after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #f17b3d;
    margin: 0 0 9px 8px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    color: #FFF;
    width: 200px;
    height: 52px;
    line-height: 52px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    background: #f17b3d;
    overflow: hidden;
    transition: all .4s ease;
    margin: 0px auto 0;
    border-radius: 26px;
}
.index_more:hover {
    background: #888;
}
.index_more a {
    position: relative;
    font-size: 0;
    padding: 0;
    display: block;
    width: 230px;
    height: 52px;
    z-index: 5;
}
.index_more a span {
    position: relative;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    left: -24px;
    z-index: 2;
    transition: all .4s ease;
}
.index_more:hover a span{
    left: 8px;
}
.index_more::before{
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 12px;
    background: url('../../../images/layout01/common/index/moreic.png') center no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto 0;
    transition: all .4s ease;
}
.index_more:hover::before{
    right: 145px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: url(../../../images/layout01/common/index/about_bg.jpg) repeat;
    position: relative;
    padding: 0px 0 60px;
}
.about-sect .container {
    padding: 0px;
    max-width:100%;
}
.about-sect .row{
    padding: 0;
    display: flex;
    align-items: end;
      min-height: 640px;
}
.about-sect .col.pic{
    position:absolute;
    max-width: 1150px;
    top: 0;
}
.about-sect .col.txt{
    order:1;
    margin: 0 0 0 auto;
    width: 50%;
    position: relative;
    z-index: 2;
}
.about-sect .txt-box{
    background: #fff;
    padding: 100px 32% 100px 140px;
    box-sizing: border-box;
    border-radius: 15px 0 0 0;
    line-height: 2;
}
.about-sect .index-about-editor{
    color:#555;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.about-sect .txt-box h3{
    font-size:24px;
    color:#F1793D;
    margin: 0 0 10px;
}
.about-sect .title{ 
    text-align: left;
}
.about-sect .title::before {
    content: 'JU YUAN';
    white-space: pre;
    display: block;
    color: #f4f2ef;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 100px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
    letter-spacing: 5px;
    text-align: center;
}
.about-sect .title h2:before {
    display:none;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect  .index_more{
    margin:20px 0  0 auto;
}

/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding: 40px 0 60px;
}
.news-sect .title::before {
    content: 'NEWS';
    white-space: pre;
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 100px;
    position: absolute;
    top:0;
    right:0;
    left: 0px;
    z-index: -1;
    letter-spacing: 5px;
    text-align: center;
}
.news-sect .index_more{
    margin: 20px auto 0;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.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.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;
    z-index: 10;
    padding-top: 80px
}
.products-sect .container{
    max-width:1600px;
    padding: 0 15px 70px;
}
.products-sect .container:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 15px 15px 0 0;
}
.products-sect .products-box{
    max-width:1300px;
    margin:0 auto;
}
.products-sect .title::before {
    content: 'SERVICE';
    white-space: pre;
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    z-index: -1;
    letter-spacing: 5px;
    text-align: center;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    background: url(../../../images/layout01/common/index/service_bg01.jpg) 50% 100% no-repeat fixed;
    background-position: center;
    background-size: cover;
    padding: 95px 0 95px;
}
.service-sect .title::before {
    content: 'PROCESS';
    white-space: pre;
    display: block;
    color: rgb(255 255 255 / 70%);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 100px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0px;
    z-index: -1;
    letter-spacing: 5px;
    text-align: center;
}
.service-sect .index_more{
    margin: 25px auto 0;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0 -5px;
}
.album-sect .album-list .item{
    padding: 0 5px;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 67.8%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: #f17b3d;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.05em;
    border-radius: 8px 8px 0 0;
    padding: 8.5px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    position: relative;
    padding: 30px 0;
    margin: -40px 0 0;
    z-index:0;
}
.album-sect:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 55%;
    background: url(../../../images/layout01/common/index/service_bg01.jpg) 50% 100% no-repeat fixed;
    background-position: center;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: -1;
}
.album-sect:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 45%;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.album-sect .container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.album-sect .title{
    position: relative;
    display: block;
    box-sizing: border-box;
    font-size: 21px;
    margin: 0 2% 0 0;
    width: 156px;
}
.album-sect .title::before {
    content: 'ALBUM';
    white-space: pre;
    display: block;
    color: rgb(255 255 255 / 70%);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 100px;
    position: absolute;
    top: 0px;
    right: 0;
    left: -100px;
    z-index: -1;
    letter-spacing: 5px;
    text-align: center;
}
.album-sect .title h2:before{
    display:none;
}
.album-sect .title h2:after{
    display:block;
    margin: 15px auto 60px;
}
.album-sect .index_more{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin: 10px 1.8% 0;
}
.album-sect .index_more a{
    width: 130px;
    height: 130px;
}
.album-sect .index_more a span{
    left: 4px;
    right: 0;
    top: 36px;
    margin: 0 auto;
}
.album-sect .index_more::before{
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 38px;
    top: inherit;
}
.album-sect .index_more:hover:before {
    right: 0;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: 0 auto 30px;
}
.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: 0px 0 0;
}
/*瀑布流*/
.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{
}
.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: 1600px){
    .banner .slick-prev,
    .banner_m .slick-prev{
        left: 30px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        right: 30px;
    }
   .about-sect .txt-box {
        padding: 100px 15% 100px 80px;
    }
}
@media screen and (max-width: 1280px){
   .about-sect .col.txt {
        width: 80%;
    }
}
@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){
    .service-sect .title::before,
    .about-sect .title::before,
    .news-sect .title::before,
    .products-sect .title::before,
    .album-sect .title::before{
        display:none;
    }
    .title h2 {
        font-size: 28px;
    }
    .about-sect {
        padding: 0px 0 30px;
    }
    .about-sect .row {
        align-items:center;
        min-height: auto;
        flex-direction: column;
    } 
    .about-sect .col.pic{
        position:relative;
    }
    .about-sect .col.txt{
        width: 100%;
    }
    .about-sect .txt-box{
        padding: 30px;
        border-radius: 0;
    }
    .about-sect .index-about-editor{
        display:block;
    }
    .about-sect .txt-box h3{
        font-size:18px;
    }
    .about-sect .title::before {
        top: 0px;
        right: 0;
        z-index: -1;
        letter-spacing: 5px;
        text-align: center;
    }
    .about-sect .title h2:before {
        display:none;
    }
    .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%;
    }
    /*!少量排版*/
    
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect {
        padding-top:40px;
    }
    .products-sect .container{
        padding: 0 15px 40px;
    }
    .products-sect .container:before{
        display:none;
    }
    .service-sect {
        background: url(../../../images/layout01/common/index/service_bg01.jpg) 50% 100% no-repeat;
        background-size: cover;
        padding:40px 0;
    }
    .news-sect{
        padding: 30px 0;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .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.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        padding: 30px 0;
        background: none;
        margin: 0;
    }
    .album-sect:before,
    .album-sect:after{
        display:none;
    }
    .album-sect .title h2:after {
        margin: 15px auto 20px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        margin: 15px auto 0;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
    }
    .album-sect .index_more{
        margin: 20px auto 0;    
        text-align: center;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@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: 50%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}
@media screen and (min-width: 1921px) {
   .about-sect .container{
        max-width:1600px;
        padding: 0 15px;
    }
    .about-sect .txt-box {
   
    padding: 100px 10% 100px;
   
}
}
