@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;
    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 .top_box{
    padding:10px;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color: #ccc;
    border-color: #ccc;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #fff;
}
.article-list .item .description{
    color: #ccc;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #a8bfef;
    border-color: #a8bfef;
    background: none;
}
.article-box  .keyword li a:hover{
    background:  #3e53e6;
    border-color:#3e53e6;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #3e53e6;
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #a8bfef;
    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 {
    
    font-family: "Noto Sans TC", sans-serif;
}

.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .name{
    color: #333333;
}
.products-list .box:hover .name{
    color: #0C7FB8;
}
.products-list .pic:before{
    background: rgba(0,0,0,0.7);
}

.products-list.type2 .pic:before{
    
    background: linear-gradient(to bottom,  rgba(12,127,184,0) 0%,rgba(12,127,184,0.5) 100%); 
    
}

.products-list.type2 .box{
    
}
.products-list.type2 .box:hover{
     
}

.products-list .pic {
  
    border-radius: 15px;
}

.products-list.type2 .txt{
    padding: 5px 0;
}
.products-list.type2 .name{
    margin-bottom: 5px;
}
.products-list .description{
    color: #8B8B8B;
}
.products-list .offers{
    color: #FFF;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #fff;
     
    background: #0C7FB8;
    width: 50px;
    height: 24px;
    border-radius: 20px;
    text-align: center;
    
    font-family: "Montserrat", sans-serif;
}
.products-list .box img{
    display: block;
    
    width: 100%;
}
.products-list .box:hover img{
    
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #343d728c;
    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.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
    z-index: 2;
}
.album-list .item{
    padding: 0 10px;
}

.album-list .item .box {
   
    padding-bottom: 60px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #3e53e6;
}
.album-list .item .namebox{
    
    box-shadow:0px 0px 10px 0 #0c7fb83b;
    position: absolute;
    z-index: 5;
    bottom: auto;
    background: #fff;
    border-radius: 15px;
    font-family: "Noto Sans TC", sans-serif;
    left: 20px;
    right: 20px;
    bottom: 0;
     
}
.album-list .namebox:before{
    /* content: 'MORE';
    display: inline-block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 3px; */
}

.album-list.type1 .item .name {
    font-size: 18px;
    height: 25px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 10px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.album-list .item .name{
    color: #666;
    font-weight: normal;
     
}
.album-list .item .box:hover .namebox{
   background: #0C7FB8;
   color: #fff;
}

.album-list.type1 .item .box:hover .name{
    color: #fff;
}

.album-list .item .pic{
    border-radius: 15px;
}

.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    /* content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../images/layout03/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}
.album-list .box:hover .pic:before{
    /* opacity: 1; */
}
.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;
    position: absolute;
    bottom: 45px;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}

.masonry-list.album-list.type3 .item:hover .name{
    color: #fff;
}

.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
    padding: 0 10px !important;
}
/*列表通用 index、news*/
.news-list.type3:before{
    background: #1b2143;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
}
.news-list.type4 .item .box{
    border: none;
    border-radius: 15px;
}
.news-list  .item .box{
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px #0000000a;
     
    border-radius: 15px;
}

 
.news-list .box:hover{
    background: #0C7FB8;
}
.news-list .item .name{
    color: #333333;
}

.news-list.type4 .name{
    margin-bottom: 0;
}

.news-list .item .description,
.news-list .item .date{
    color: #333333;
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #fff;
}

.news-list.type4 .description{
    display: none;
}

.news-list.type4 .txt{
    position: static;
    min-height: unset;
    padding: 15px 10px;
}

.news-list.type4 .item .date,
.news-date{
    border-radius:50%;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #0C7FB8;
    width: 65px;
    height: 65px;

}
.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;
    position: absolute;
    top: 55px;
    left: 25px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.5;
    margin-bottom: -18px;
    font-size: 28px;
    letter-spacing: 0;
}

.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 11px;
   
    font-weight: normal;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #0C7FB8;
    border-radius: 20px;
    bottom: 10px;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner:before{
    content: '';
    background: url(../../../images/layout03/common/index/banner_cover.png) 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
}
.banner img{
    width: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before{
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control{
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../../images/layout03/common/index/arrow.png) no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next{
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li{
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #D6D6D6;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.banner .slick-dots li.slick-active button{
    background: #0C7FB8;
    width: 16px;
}
.site-main {
    position: relative;
    background: unset;
    background-position: right bottom;
}

/*------------ title ------------*/

.title{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
}

.title::before{
    content: " ";
    font-size: 135px;
    color: #fff;
    opacity: 0.3;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    z-index: -1;
    font-weight: 700;
    text-align: center;
    left: 0;
    right: 0;
    top: -75px;
    text-shadow: #0c7fb878 1px 0 17px;
}

.news-sect .title::before{
    content: "NEWS";
}


.about-sect .title::before{
    content: "ABOUT";
    display: none;
}

.products-sect .title::before{
    content: "PROJECT";
    text-shadow: unset;
    opacity: 0.05;
}

.album-sect  .title::before{
    content: "ALBUM";
}

.title h2{
    color: #444444;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
}
.title h2:before{
    
}
.title span{
    display:block;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: -15px;
    letter-spacing: 2px;
}

.title span::first-letter{
    color: #0C7FB8;
}

/*------------ more ------------*/
.index_more{
    display: inline-block;
    transition: all .3s ease;
    
    background: #0C7FB8;
    text-align: left;
    color: #fff;
    
    font-size: 15px;
    line-height: 3.2;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    width: 165px;
    height: 50px;
    border-radius: 30px;
    z-index: 5;
}
.index_more:hover{
    background:  #142144;
}

.index_more a:after {
    content: '';
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 32px;
    top: 20px;

    transition: all .3s ease;
}

.index_more a:hover:after{
    -webkit-animation: arrowMove 0.8s infinite ease-out;
    -moz-animation: arrowMove 0.8s infinite ease-out;
    animation: arrowMove 0.8s infinite ease-out;
    
}

.index_more a{
    font-size: 0;
    display: block;
    height: 100%;
    
}
.index_more a span{
    padding-left: 30px;
    font-size: 15px;
    letter-spacing: 0.075em;
}
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
    z-index: 3;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    text-align: center;
    padding-top: 30px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #D6D6D6;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button ,
.album-sect .slick-dots li.slick-active button{
   background: #0C7FB8;
   width: 16px;
}
  .about-sect, .news-sect, .article-sect,.contact-sect ,.banner{
    position: relative;
    z-index: 2;
}
.products-box{
    margin:  0 -15px;
}
.products-list.type2,
.news-list.type2{
    margin: 0;
}
.news-sect .container{
    padding: 0 10px;
}
.news-list.type3 .item{
    padding:0 10px;
}
.news-list.type3{
    margin:  0 0px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/


/* 跑馬燈 */
.about-sect .marquee {
    width: 100%;
    height: 210px;
    line-height: 200px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: 43px;
    left: 0;
    z-index: -1;
}

.about-sect .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 120s linear infinite;
    height: 200px;
}

.about-sect .marquee .track span {
    position: relative;
    padding: 0 100px 0 0;
    height: 200px;
    line-height: 200px;
    font-size: 280px;
    overflow: visible;
    white-space: nowrap;
    color: #f4f4f4;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.3;
    text-shadow: #0c7fb878 1px 0 17px;
    display: inline-block;
}

.about-sect .marquee:hover .track {
    animation-play-state: paused;
}

@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* 跑馬燈 */


.about-sect .deco{
    width: 943px;
    height: 900px;
    background: url(../../../images/layout03/common/index/about_deco.png) no-repeat;
    position: absolute;
    left: -350px;
    top: -530px;
    z-index: -2;
}

.about-sect{
    padding: 70px 0 120px;
  
}
.about-sect .row{
     
    display: flex;
    position: relative;
  
}
.about-sect .col{
    
}
.about-sect .col.txt{
    width: 40%;
}
 
.about-sect .col.pic{
    right: -70px;
    position: relative;
    width: 60%;
}

.about-sect .col.pic img{
    border-radius: 30px;
    overflow: hidden;
}

.about-sect .title{
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.about-sect .title h2:before{
    content: '關於';
}

.about-sect .title h2 {
    
    margin-left: 10px;
}
.about-sect .index_more{
    position: relative;
    display: block;
    z-index: 5;
    margin-top: 45px;
     
}
 
.about-sect .txt-box{
    position: relative;
    padding: 10px 55px 65px 82px;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    font-size: 15px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 195px;
    text-align: justify;
}

.about-sect .txt-box .index-about-editor .editor h3{
    margin: 0;
    font-weight: normal;
    color: #0C7FB8;
    letter-spacing: 4px;
    font-size: 20px;
}

.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect{
    padding:110px 0 90px;
    position: relative;
    z-index: 3;
}
.news-sect .title{
     
}
.news-sect .index_more{
    position: absolute;
    right: 20px;
    top: 50px;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}

.news-list.type4 .item {
    
    padding: 5px 5px;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
    padding-top: 10px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.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: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    /* z-index: 2; */
    padding: 140px 0 50px;
    
}

.products-sect::after{
    content: '';
    display: block;
    background: #fff;
    height: calc(100% - 390px);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
   

}

.products-sect::before{
    content: '';
    display: block;
    background: url(../../../images/layout03/common/index/product_bg.jpg) no-repeat fixed;
    /* background-position: center; */
    background-size: 100%;
    height: 390px;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
}


.products-sect .title{
    margin-bottom: 40px;
}

.products-sect .index_more {
    position: absolute;
    right: 15px;
    top: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: transparent;
}

.products-sect .index_more:hover{
    background: #0C7FB8;
    border-color:#0C7FB8;
}

.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}

.products-sect .title span{
    color: #fff;
}

.products-sect .title span::first-letter{
    color: #fff;

}

.products-sect .title h2{
    color: #fff;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
    margin-bottom: 30px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 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: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 20px 0 90px;
    background: linear-gradient(to bottom,  rgba(245,249,250,0) 0%,rgba(255,252,252,1) 100%); 
    
   
}
.service-sect .title{
    
    display: none;
}
.service-sect .title h2{
    color: #000;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-weight: bold;
    border-bottom: 2px solid #9a9aa0;
    display: inline-block;
    padding: 0;
    margin-top: 0;
}
.service-sect .title h2:before{
    display: none;
}
 
.service-sect .container{
    max-width: unset;
}

.service-sect .index_more{
   display: none;
} 

/*------------ album ------------*/
.album-sect{
    padding: 50px 0 100px;
    position: relative;
    z-index: 2;
}

.album-sect::before{
    content: '';
    display: block;
    background:url('../../../images/layout03/common/main_bg.png')    no-repeat; 
    
    
    width: 426px;
    height:813px;
    z-index: -2;
    position: absolute;
   bottom: 0px;
    right: 0;
   
  
}

.album-sect::after{
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgba(245, 249, 250, 0) 100%); 
    
    background-size: 100%;
    height: 255px;
    z-index: -5;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
   
}


.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 50px;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    margin: 10px 15px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/

.footer_top::before{
    
    display: none;
}

/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout03/common/index/contact_border.png) top center no-repeat, url(../../../images/layout03/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.btn.style01{
    display: inline-block;
}
.btn-box{
    text-align: center;
    background: #0c1338;
    padding: 30px 0 50px 0;
}
.contact-title{
    position: relative;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #595f82;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #253bd0;
    width: 76px;
}
.contact-title h2{
     font-size: 18px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .col.pic {
        right: unset;
        position: relative;
        width: 60%;
    }

    .about-sect .txt-box {
        position: relative;
        padding: 10px 90px 65px 50px;
        box-sizing: border-box;
    }

    .products-box {
        margin: 0px 0px;
    }
}
@media screen and (max-width: 1380px){

    .service-sect {
        padding: 20px 0 50px;
    }

   
    .news-sect {
        padding: 70px 0 30px;
        
    }

    .about-sect .deco {
        width: 650px;
        
        left: -200px;
        top: -388px;
        
        background-size: contain;
    }

    .about-sect {
        padding: 50px 0 120px;
    }

    .about-sect .title {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
        flex-direction: column;
    }


    .about-sect .title h2 {
        margin-left: 0;
    }

    .about-sect .txt-box .index-about-editor .editor h3 {
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 1200px){

   
    

    .about-sect .col.txt {
        width: 100%;
        max-width: 450px;
    }

    .about-sect .col.pic{
        width: 100%;
        width: calc(100% - 450px);
    }

    .about-sect .txt-box {
        padding: 10px 40px 65px;
    }

    .album-sect::before{
        right: -150px;
    }

     /*產品介紹 少量排版*/
    .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 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/

}
@media screen and (max-width: 1000px){
    .about-sect {
        padding: 15px 0 20px;
    }

    .about-sect .row {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    .about-sect .col.pic {
        width: 100%;
        width: 100%;
        max-width: 480px;
    }


    .about-sect .col.txt{
        float: none;
        width: 100%;
        padding: 0 25px;
    }
    
    .about-sect .deco{
        top: -301px;
        width: 500px;
        left: -100px;
    }

    .about-sect .container{
         
    }
    .about-sect .txt-box{
        display: block;
        width: 100%;
        padding-bottom: 40px;
        padding: 0;
    }
    .about-sect .title{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .about-sect .txt-box .index-about-editor .editor h3 {
        letter-spacing: 1px;
        font-size: 18px;
        line-height: 1.5;
    }

    
    .about-sect .txt-box .index-about-editor .editor{
       
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
    }

    .about-sect .index_more {
         
        margin: 25px auto 30px;
    }

    
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        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 h2:before{
        display: none;
    }
    .title h2{
        padding: 0;
        display: block;
        text-align: center;
    }
    .title{
        margin-bottom: 10px;
    }
    .title::before {
        font-size: 55px;
        top: -30px;
    }

    .title span {
      
        font-size: 35px;
    }

    .about-sect .title h2{
        text-align: center;
    }
    .products-sect .title h2,.album-sect .title h2,.news-sect .title h2,.articles-sect .title h2{
        /* padding-bottom: 55px; */
    }

    .products-sect .slick-dots,
    .news-sect .slick-dots,
    .album-sect .slick-dots{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;

        
    }

    .products-sect .index_more,.album-sect .index_more,.news-sect .index_more,.articles-sect .index_more{
        position: relative;
        right: unset;
        left: unset;
        top: unset;
        margin: 0 auto;
        display: block;
    }
    .products-sect{
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .products-sect::after {
        
        height: calc(100% - 280px);
    }

    .products-sect::before {
       
        background: url(../../../images/layout03/common/index/product_bg.jpg) no-repeat ;
        background-size:cover;
        height: 280px;
        
    }

    .products-sect .title {
        margin-bottom: 5px;
    }
    

    .products-box{
        padding: 8px 0 0;
    }

    .products-sect .index_more {
       
        background: #0C7FB8;
        
        color: #fff;
        
    }

    .products-sect   .index_more:hover {
        background: #142144;
    }

    .service-sect {
        padding: 10px 0 20px;
    }


    .service-box{
       
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .banner-slider-control,.banner:before{
        display: none;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-sect{
        padding: 40px 0 30px;
    }
    .album-sect{
        padding: 20px 0 50px;
    }
    .album-sect .slick-dots{
        padding: 25px 0 10px;
    }

    .album-sect::before{
        display: none;
    }
    
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    
    .about-sect .deco{
        display: none;
    }

    .about-sect .marquee{
        display: none;
    }

    .masonry-list .item .namebox .name {
        
        margin: 10px 10px;
    }

    .album-list .item .namebox {
       
        left: 10px;
        right: 10px;
         
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .about-sect .container{
        
    }
}