@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/

/*------------ 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 .name{
    color: #000;
}
.article-list .item .box:hover .name{
    color: #000;
    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: #139FD0;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #0E85A3;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #1b2157;
}
.type4 .article-list .date{
    color: #139FD0; 
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #139FD0;
    border-color: #139FD0;
}
/*------------ 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: #f7894f;
    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 .pic:before{
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background:none;
    border: #ddd 1px solid;
}
.products-list.type2 .item{
    margin-bottom: 20px;
}
.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: #333333;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
    -webkit-line-clamp: 1;
}
.products-list .box:hover .name{
    color: #9ac1d9;
}
.products-list.type2 .description,.products-list .description{
    color: #8B8B8B;
}
.products-list .box.new:before{
    content: 'NEW';
    color:#9ac1d9;
    display: block;
    background:#fff;
    font-family: "Roboto Condensed", sans-serif;
    padding:0px 7px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
}
.products-list .mask{
    overflow:inherit;
}
.products-list .box .pic{
    position: relative;
    box-sizing: border-box;
    transition: all .2s; 
}
.products-list .box:hover .pic{
    border-color: #0E85A3;
    transition: all .2s;  
}
.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;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .item{
    margin-bottom: 10px;
}
    .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、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item{
    border:none;
}
.album-list.type1 .item .box .more{
    display:none;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #0E85A3;
}
.album-list.type1 .item .name{
    color: #000;
    display: none;
}
.album-list.type1 .item .pic:before,
.album-list.type1 .item .pic:after,
.album-list.type3 .item .pic:before,
.album-list.type3 .item .pic:after{
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    z-index: 15;
}
/*.album-list.type1 .item .pic:before,
.album-list.type3 .item .pic:before{
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../../images/layout02-1/common/album/ic.png');
    z-index: 18;
}*/
.album-list.type1 .item .pic:after,
.album-list.type3 .item .pic:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255 255 255 / 30%);
   }
.album-list.type1 .item .box:hover .pic:before,
.album-list.type1 .item .box:hover .pic:after,
.album-list.type3 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:after{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.album-list.type1 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:before {
    top: 50%;
}
.album-list.type1 .item .box:hover .name{
    color:#0E85A3;
}
.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{
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.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 .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 0px;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
   border:1px solid #ddd;
   background: transparent;
   color: #484848;
   transition: all 0.3s;
   font-weight: normal;
   font-family: "Roboto Condensed", sans-serif;
}
.news-list .box:hover .btn.more {
    background: #9ac1d9; 
     border:1px solid #9ac1d9;
    color:#fff;
  
}
.news-list.type1 .item:nth-child(2n){
    background:#fff;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: rgba(204, 204, 204, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type2 .item{
   border:none;
   margin-bottom: 10px;
   padding: 0 10px 20px;
}
.news-list.type2 .item:nth-child(3),
.news-list.type2 .item:nth-child(4){
    background:none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    text-align:left;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list .date{
    color: #484848;
}
.news-list.type2 .date{
    margin-top: 8px;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
}
.news-list.type2 .date .month {
    font-weight: normal;
}

.news-list.type2 .date .day{
    border-top: #9CC2DA 2px solid;
    color: #484848;
  
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
    background: #9CC2DA;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -42px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .item .name{
    color: #333333;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
     font-size: 17px;
}
.news-list .box:hover .name{
    color: #000;
    text-decoration: underline;
   
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    position: relative;
}
.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button{
    width: 10px;
    height: 10px;
    border: 0;
    color: transparent;
    background: #aaa;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    background: #FFF;
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
/*!輪播*/
/*------------ title ------------*/
.title{
    color: #474747;
    font-size: 23px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0 0 28px;
    font-weight: normal;
}
.title span{
     font-family: "Roboto Condensed", sans-serif;
     color: #878787;
    display:block;
    font-size:18px;
}
.title h2{
    font-family: "Noto Serif TC", serif;
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0;
}


.title h2:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #9CC2DA;
    position: relative;
    margin: 0 15px 9px 0;
}
.title h2:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #9CC2DA;
    position: relative;
    margin: 0 0 9px 10px;
}

/*------------ more ------------*/
.index_more{
    display: block;
    box-sizing: border-box;
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    margin: 35px auto 0px;
    letter-spacing: 0;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
}
.index_more a{
    font-size: 0;
    display: inline-block;
    width: 150px;
     line-height: 50px;
    height: 50px;
    border:#666666 1px solid;
    background:#666666;
    transition: all .2s;
}
.index_more:hover a{
    color: #fff;
    background: #9ac1d9;
    border: #9ac1d9 1px solid;
}
.index_more a span{
    font-size: 15px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: url(../../../images/layout02-1/common/index/index_about.jpg) fixed;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background-size: cover;
    padding: 120px 0 200px;
}

.about-sect .row .txt{
    padding: 0;
   
}
.about-sect .pic img{
    margin: 0;
    display: none;
}

.about-sect .title{
    color: #fff;  
}

.about-sect .title span{ 
     color: #fff;
}


.about-sect .txt-box{
    position: relative;
    display: flex;
    max-width: 770px;
    margin: 0 auto;
    justify-content: flex-start;
}
.about-sect .txt-box .index-about-editor{
   padding: 32px 0px 0 70px;
   box-sizing: border-box;
}

.about-sect .txt-box .index-about-editor h3{
    font-size:20px;
    font-family: "Noto Serif TC", serif;
    font-weight:600;
    letter-spacing:2px;
    margin: 0 0 15px;
}


.about-sect .txt-box .index-about-editor p{
    margin:0;
    line-height: 1.8;
    font-size: 16px;
    color: #eee;
    border-left: 1px solid rgb(255 255 255 / 50%);
    padding: 0 0 0 20px;
    letter-spacing: 2px;
}

.about-sect .txt-box .index-about-editor .editor{
      color:#fff;
 
}


.about-sect .index_more{
    position:absolute;
    bottom: 5px;
    left: 22px;
}

.about-sect .index_more a {
    font-size: 0;
    display: inline-block;
    width: 150px;
    line-height: 50px;
    height: 50px;
    border: rgb(255 255 255 / 50%) 1px solid;
    background: transparent;
}

.about-sect .index_more:hover a{
    color:#9ac1d9;
    background:#FFF;
    border:#FFF 1px solid;
}
.about-sect .txt .tag{
    display: none;
}

/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 80px;
}
/*------------ news ------------*/

.news-list.type3 .item{
    width:50%;
}
.news-sect{
    padding: 70px 0 30px;
    background: url(../../../images/layout02-1/common/index/newsbg.jpg);
    background-size: cover;
    z-index: 1;
    position: relative;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom:  1px solid #E6E4E3;
}
.news-list.type2{
    border-bottom: none;
}
.news-list.type3 .item{
    border:none;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list {
        justify-content: end;
}
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item.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 .index_more{
    position: relative;
    margin: 5px auto 0px;
    /* width:100%; */
}

.hot-arrow {
    position: absolute;
    top: 21px;
    right: 43px;
    width: 105px;
    height: 50px;
}
.hot-arrow .slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout02-1/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next {
    background-position: 100% 0;
    right: 0;
    left: auto;
}
.hot-arrow .slick-prev:hover {
    background-position: 0 100%;
}
.hot-arrow .slick-next:hover {
    background-position: 100% 100%;
}
.products-sect{
    position: relative;
    padding: 80px 0 85px;
   }

.products-sect:before {
    content: '';
    display: block;
    background: url(../../../images/layout02-1/common/index/pdbg.jpg)no-repeat;
    position: absolute;
    width: 100%;
    height: 1500px;
    left: calc(0% - 0px);
    bottom: 0;
    z-index: 0;
    background-size: cover;
}


.products-box{
    width: 100%;
    order: 0;
}
.products-sect .title{
   
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.products-list{
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list):not(.onlyitem-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .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: 90px 0 100px;
    background: url(../../../images/layout02-1/common/index/service_bg.jpg) no-repeat 0 0px;
    background-size: cover;
}
.service-sect .title{
    color: #fff;
   
}

.service-sect .title span{
    color: #fff;
   
}
.service-sect .index_more{
  
}
.service-box{
    color:#fff;
    text-align:center;
}
.service-sect  .slayout{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-sect  .slayout .itembox{
    background: #fff;
    color: #666;
    width: 185px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 12px 22px;
    position:relative;
    font-size:16px;
    letter-spacing:1.5px;
    width: 25%;
    max-width: 185px;
}

.service-sect  .slayout .snum{
    position:absolute;
    font-size:80px;
    color:rgb(162 162 162 / 15%);
    font-family: "Roboto Condensed", sans-serif;
    font-weight:700;
    left:0;
    right:0;
    top: 15px;
}

.service-sect  .slayout .stitle{
    color: #333333;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
    font-size: 22px;
    position: relative;
}

.service-sect .slayout .stitle:after{
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    background: #9CC2DA;
    position: relative;
    margin: 5px auto 10px;
}

/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
    width: 85%;
    z-index: 2;
    position: relative;
}

.album-sect .title{
    width:15%;
    padding: 130px 40px 51px 0px;
    margin: 0 0 0;
    z-index: 1;
}

.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
    margin: 0;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.album-sect{
    padding: 0;
    margin: -85px 0 0 0;
    position: relative;
  }



.album-sect .container{
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    max-width: 1500px;
    align-items: flex-start;
}
.album-sect .title span{
    /* display:none; */
}
.album-sect .index_more{
    /* display: none; */
    position: absolute;
    bottom: 35px;
    left: 35px;
    z-index: 1;
}
/*瀑布流*/
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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;
}
.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: 14px 0 0;
    font-size: 16px;
    padding-right: 0;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.contact-sect .arrowL{
    display: none;
}
.contact-sect .btn-box{
    max-width: 800px;
    margin: auto;
}
.form-box{
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.reminder{
    position: relative;
    padding: 9.5px 15px;
    color: #000;
    margin-bottom: 30px;
}
.reminder b:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.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;
    display: none;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}


@media screen and (max-width: 1680px){
.album-sect {
   
    margin: -30px 0 0 0;
  
}
.album-sect .album-list{
   
    width: 75%;
  
}

.album-sect .title{
    width: 25%;
    padding: 60px 10px 51px 0px;
}

    .album-sect .index_more{
  position: absolute;
  bottom: 0px;
  left: 90px;
}
}

@media screen and (max-width: 1440px){
     .album-sect .index_more{
 
left: 75px;
}
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
}
@media screen and (max-width: 1280px){
.album-sect .container{
    flex-direction:column;
    padding: 0 15px;
}
    .album-sect .album-list{
   
    width:100%;
  
}

.album-sect .title{
    width:100%;
    padding:0;
    z-index: 1;
    margin: 0 0 15px;
}

    .album-sect {
    padding: 40px 0 0;
    margin: 0px 0 0 0;
    position: relative;
    /* background: #fff; */
}

    .album-sect .index_more{
  position: relative;
  bottom: 0px;
  left: 00px;
  margin: 25px auto 0;
}

    .about-sect {
   padding: 90px 0 120px;
}
    .products-sect{
        padding: 50px 0;
    }
}
@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){
.title{
    margin: 0 0 20px;
}
.title h2{
    font-size:30px;
    letter-spacing: 2px;
}
    
.service-sect .slayout {
    
align-items: center;
    
max-width: 500px;
    
margin: 0 auto;
}

    .service-sect  .slayout .itembox{
   
    width: 50%;
    
}

    
.about-sect{
    background: url(../../../images/layout02-1/common/index/index_about.jpg)no-repeat;
    background-size: cover;
    padding: 40px 0 50px;
}





.about-sect .txt-box{
   flex-direction: column;
   justify-content: center;
}
.about-sect .txt-box .index-about-editor{
   padding: 0 10px;
   text-align: center;
}

.about-sect .txt-box .index-about-editor h3{
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    font-weight:600;
    letter-spacing: 1px;
    margin: 0 0 15px;
}


.about-sect .txt-box .index-about-editor p{
  text-align:left;
  max-width: 350px;
  letter-spacing: 1px;
  font-size: 15px;
  margin: 0 auto;
}



.about-sect .index_more{
    position: relative;
    bottom: 0;
    left: 0;
}






    
    .banner .slick-dots{
        display: none!important;
    }
  
    .service-sect{
        padding: 45px 0px 60px;
    }

    .service-sect .index_more {
    margin: 10px auto 0;
    }
    
    .articles-sect{
        padding: 40px 0 40px;
    }
    .products-sect{
        padding-top: 30px;
    }
    .hot-arrow {
        position: relative;
        top: 0;
        right: unset;
        left: calc(50% - 50px);
        margin-bottom: 10px;
    }
    .products-list.type2{
        margin:0;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-sect .title {
        margin-bottom: 10px;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .news-list.type3, .news-list.type4{
        margin-bottom: 40px;
    }
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
   
   
    .news-sect{
        padding: 45px 0 10px;
    }
    .products-box{
        padding: 8px 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 10px;
        padding-bottom:30px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
       padding: 35px 0 15px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
     
    }
    .album-sect .index_more{
        
    }
    .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){
    
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
        .service-sect .slayout .itembox {
        width:100%;
    }
}

@media screen and (min-width: 1921px) {
    .album-sect .container {
    margin:0 auto;
   
}
}