@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: #17a98a;
    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: #29A38A;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ 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 .box .name {
    color: #333;
    font-weight: normal;
    -webkit-line-clamp: 1;
    font-weight: normal !important;
}
.products-list.type1 .box .name{
    margin: auto;
}
.products-list.type1 .box:hover .name{
    margin-bottom: 0px;
    margin: auto;
    padding: 20px 10px;
}
.products-list .box:hover .name {}
/* type2 */
.products-list.type2 .item {
    margin-bottom: 30px;
}
.products-list.type2>.item>.box {
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    position: relative;
}
.products-list.type2 .pic:before {
    display: none;
}
.products-list.type2 .txt {
    position: relative;
    z-index: 10;
    text-align: left;
}
.products-list.type2 .name {
    color: #393737;
    font-weight: normal;
    -webkit-line-clamp: 1;
    margin: -30px 0 10px;
    background: #fff;
    padding: 10px 15px 15px;
    border-radius: 0 15px 0 0;
    max-height: 25px;
    line-height: 1.8;
    transition: all 0.5s ease;
}
.products-list .box:hover .name {
    color: #fff;
    background: #B69B7D;
}
.products-list.type2 .description,
.products-list .description {
    color: #666;
    padding: 0 10px;
    font-size: 15px;
}
.products-list .box:hover .description {
    color: #888;
}
/* end type2 */
.products-list .box.new:before {
    content: 'NEW';
    display: block;
    background: #4c4c4c;
    width: 50px;
    height: 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-family: "Forum", serif;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 0 0 05px;
    line-height: 25px;
}
.products-list .box img {
    display: block;
    width: 100%;
}
.products-list .box .more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    display: none;
}
.products-list .box:hover .mask .more {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    /*列表通用 index、products*/
    .products-list.masonry-list.products-list .item .box {
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}
@media screen and (max-width: 767px){
    .products-list.type2 .name{
        padding: 5px 15px 7px!important;
    }
}
/*!列表通用 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: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.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: #29A38D;
}
.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:before {
    display: none;
}

.news-list.type4 .item .box {
    transition: all .3s;
    border: unset;
    background: unset;
    overflow: hidden;
    margin: 0 auto 15px;
}
.news-list .item .box {
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover {}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img {
    /* opacity: 0.7; */
}
.news-list.type4 .item .box:hover .date {
   background: #B69B7D;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "Forum", serif;
    font-weight: 500;
    width: 65px;
    height: 65px;
    background: #4C4C4C;
    transition: all .3s;
}
.news-list .item .date{
    display:none !important;
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
    border-radius: 0 0 10px 0px;
    position: absolute;
    top: 31px;
    left: 0;
}
.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 34px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 15px;
    font-weight: normal;
}
.news-list.type4 .txt {
    padding: 0px;
    position: static;
    min-height: auto;
}
.news-list.type4 .item .name {
    padding: 6px 15px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    position: absolute;
    margin: -39px 0 0px;
    border-radius: 0;
    transition: all .3s;
    width: 100%;
}
.news-list.type4 .item .box:hover .name {
   background: #B69B7D;
   color:#fff; 
}
.news-list .item .name {
    color: #555555;
}
.news-list .box:hover .name {}
.news-list .item .description {
    color: #8C8C8C;
}
.news-list .item .box:hover .description {
    /* color: #464646; */
}
.news-list.type4 .description {
    color: #888;
    max-height: max-content;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    z-index: 1;
    height: auto;
    padding: 8px 15px 0;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    /* background: #8B2128; */
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before {
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #8B2128;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .news-list.type4 .item .box:hover {
        top: 0;
    }
    .news-list.type4 .item .name {
       
margin: -36px 0 0px;
    }  
}
/*列表通用 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%;
}
.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 #4c4c4c;
    background-size: contain;
    border-radius: 12%;
    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: -30px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: -30px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat #B69B7D;
    background-size: contain;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 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;
    box-sizing: border-box;
    list-style-type: none;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background:#BEB9B5;
    width:  8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
     width: 16px;
    height: 8px;
    background: #B69B7D;
    border-radius: 30px;
}
.banner_m{
    display: none;
}

.wrapper:before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/service_bg01.jpg) 0 0 no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 450px;
    width: 100%;
    height: 1600px;
}
/*------------ title ------------*/
.title{
    text-align: center;
    line-height: 1.15;
    letter-spacing: 1px;
    margin: 0 0 20px;
    display:flex;
    flex-direction:column;
    position: relative;
}
.title span{
   font-family: "Forum", serif;
   font-size: 90px;
   background: linear-gradient(to right, #555 40%, #999 50%, #555 70%);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
   order:2;
   line-height: 1;
}
.title h2{
    color:#555;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
}
.title h2:before{
    content: '“';
    color:#B69B7D;
    font-size: 50px;
    font-family: "Forum", serif;
    position: relative;
    top: 20px;
    left: -10px;
}
.title h2:after{
    content: '”';
    color:#B69B7D;
    font-size: 50px;
    font-family: "Forum", serif;
    position: relative;
    top: 20px;
    right: -10px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more a{
    background: #B69B7D;
    width: 215px;
    height: 60px;
    text-indent: inherit;
    margin: 0px auto;
    color: #ffffff;
    text-align: left;
    line-height: 60px;
    border-radius: 30px 30px 30px 6px;
    transition: all .3s ease;
    display:block;
    font-family: "Forum", serif;
    padding: 0 25px;
    box-sizing: border-box;
}
.index_more a:hover{
    background: #4D4A4A;
     padding: 0 40px;
}
.index_more a{
    font-size: 0;
    display: block;
      position: relative;
}
.index_more a span{
    font-size: 16px;
    letter-spacing: 1px;
}

.index_more a:after{
    content: '';
    width: 6px;
    height:6px;
    background: #fff;
    position: absolute;
    display: block;
    top: 27px;
    right: 25px;
    border-radius:100%;
    transition: all .3s ease;
}


.index_more:hover a:after{
    content: '';
    width: 30px;
    height:1px;
    background: #fff;
    top: 30px;
    border-radius:100%;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 65px 0 30px;
}
.about-sect .index_more{
    margin: -30px auto 0;
    display: block;
}
.about-sect:before {
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/about_bg.jpg) 0 0 no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 75%;
}
.about-sect .pic img{
    display: none;
}

.about-sect .index-about-editor{
    text-align:center;
    color:#777777;
    letter-spacing: 2px;
    line-height: 1.6;
    font-size: 16px;
}
.about-sect .index-about-editor h3{
    color:#555;
    font-size:22px;
    font-weight:normal;
    letter-spacing:12px;
    margin: 0 0 30px;
}
.about-sect .index-about-editor p{
    margin:0 0 50px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding-top: 20px;
}
.news-sect .index_more{
    margin: 30px auto 0;
    display: block;
}
.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{
   padding:20px;
   position:relative; 
}
.products-sect .index_more{
    position:absolute;
    top:75px;
    right:70px;
}

.products-sect .title{
    text-align: left;
    padding: 0px 70px;
}
.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{
    padding: 50px 0 40px;
}
.service-sect .title{
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 810px;
    margin: 0 auto 40px;
    align-items: center;
    line-height: 1;
}
.service-sect .index_more{
    position:absolute;
    top: 105px;
    right: 420px;
}
.service-sect .title:before{
    content: 'WHAT';
    font-family: "Forum", serif;
    font-size: 90px;
    background: linear-gradient(to right, #555 20%, #999 50%, #555 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 30px 0 0;
}
.service-sect .title:after{
    content: '致力於科學、安全、安心、個人化、客製化，\A提供完善的皮膚治療與美肌逆齡方案。';
    font-family:"Noto Sans TC", sans-serif;
    font-size: 16px;
    color: #777;
    position: relative;
    top: 0px;
    left: 0px;
    white-space: pre-line;
    text-align: left;
    line-height: 1.6;
    margin: 22px 0 0 70px;
    letter-spacing: 2px;
}
.service-sect .title span{
    padding:0 0 0 115px;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 75%;
    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: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 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{
    padding: 30px 0 90px;
}
.album-sect .title{
    width:25%;
    text-align:right;
    padding:0 40px 0 0;
    box-sizing: border-box;
}
.album-sect .container{
    display: flex;
}

.album-sect .index_more{
    position: absolute;
    bottom: 30px;
    left: 80px;
}

/*瀑布流*/
.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;
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 1280px){
    .service-sect .index_more {
        top: 105px;
        right: 200px;
    }
    .album-sect .title span{
       font-size: 65px;
    }
    .album-sect .index_more {
        bottom: 0px;
        left: 15px;
    }
}    
@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){
    .about-sect {
        padding: 30px 0 10px;
    }
    .about-sect .index-about-editor p {
        margin: 0 0 30px;
    }
    .about-sect:before {
        background: url(../../../images/layout01/common/index/about_bg.jpg) 50% 50% no-repeat;
        background-size: cover;
        width: 100%;
        height: 75%;
    }
    .about-sect .index-about-editor h3{
        font-size:18px;
        letter-spacing:1px;
        margin: 0 0 10px;
    }
    .products-sect .index_more{
        position:relative;
        top:0;
        right:0;
    }
    .products-sect {
        padding: 15px;
    }
    .products-sect .title{
        text-align: center;
        padding: 0px 0px;
    }
    .news-sect{
        padding: 30px 0 0;
    }
    .news-sect .index_more{
        margin: 5px auto 0;
    }
    .wrapper:before {
        display:none;
    }
    .title span{
        font-size: 50px;
    }
    .service-sect {
        padding: 65px 0 50px;
        background: url(../../../images/layout01/common/index/service_bg01.jpg) 0 0 no-repeat;
        background-size: cover;
        margin: -50px 0 0;
        position: relative;
        z-index: 1;
    }
    .service-sect .title{
       justify-content:center;
       margin: 0 auto 20px;
    }
    .service-sect .index_more{
        position:relative;
        top: 0;
        right:0;
        margin: 0px auto 35px;
        display:block;
    }
    .service-sect .title:before{
        font-size: 50px;
        margin: 0 15px 0 0;
         order: 2;
    }
    .service-sect .title h2{
        order: 1;
        margin: 0 0 0;
        width:100%;
    }
    .service-sect .title:after{
        width:100%;
        margin: 10px 0;
        letter-spacing: 1px;
        order:4;
        text-align:center;
    }
    .service-sect .title span{
        padding:0 0 0 0px;
        
    }
    .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%;
    }
    /*!少量排版*/
  
    .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: 10px 0 50px;
        background: none;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title span {
        font-size: 50px;
    }
    .album-sect .title{
        margin:0 auto 15px;
        width: 100%;
        background: none;
        text-align: center;
        padding: 0;
    }
    .album-sect .index_more{
       position:relative;
        margin:20px auto 0;
        display:block;
    }
    .album-sect .title h2,.album-sect .index_more a span{
        position: static;
        margin:0 auto;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px){

    .banner {
        display: none;
    }
    .banner_m {
        display: block;
        z-index: 2;
    }
   
    .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%;
    } 
}