@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.wrapper{
    position: relative;
}
.wrapper::before{
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: calc(100% - 7.8%);
    background: #DDDDDD;
    z-index: 3;
}
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -10px;
}
.products-list.type2 .item{
    padding: 0 10px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .3s;
    position: relative;
    padding: 0;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    padding: 5px 15px 15px;
}
.products-list.type2 .name{
    -webkit-line-clamp:1;
    max-height:inherit;
    line-height: 1.8;
    margin: 0;
}
.products-list.type2 .description{
    -webkit-line-clamp:1;
    max-height:inherit;
}
.products-list .pic:before{
    display: none;
}
.products-list .box{
    position: relative;
    box-sizing: border-box;
    background: #FFF;
    transition: all .3s ease;
}
.products-list .box:hover{
    background: #333333;
}
.products-list .txt{
    box-sizing: border-box;
    transition:  all .3s ease;
}
.products-list.type2 .item .txt{
    box-sizing: border-box;
    transition:  all .3s ease;
    border: 1px solid #DDDDDD;
}
.products-list.type2 .item .box:hover .txt{
    border-color: #333333;
}
.products-list .name{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #FFFFFF;
}
.products-list .description{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #666666;
    font-weight: normal;
    transition: all .3s ease;
}
.products-list .box:hover .description{
    color: #FFFFFF;
}
.products-list .offers{
    color: #D80000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 15px 0 0;
    max-height: inherit;
    transition: all .3s ease;
}
.products-list .box:hover .offers{
    color: #FFFFFF;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: normal;
    font-family: "Belleza", sans-serif;
    z-index: 10;
    top: 15px;
    left: 15px;
    color: #FFF;
    background:#333333 ;
    padding: 0 0;
    text-align: center;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: rgba(51,51,51,.5);
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
.products-list.type1 .item .pic:before {
    content: '';
    background: rgba(102, 102, 102, 0.85);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list.type1 .item .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list.type2 .item {
        padding: 0 7.5px;
    }

    .products-list .name{
        font-size: 17px;
    }
    .products-list.type2 .name{
        font-size: 17px;
    }
    .products-list .description{
        font-size: 14px;
    }
    .products-list .offers{
        font-size: 17px;
    }
    .products-list.type2 .txt {
        padding: 5px 10px 10px;
    }
    .products-list .box.new:before{
        width: 45px;
        height: 22.5px;
        font-size: 14px;
        line-height: 22.5px;
        top: 10px;
        left: 10px;
    }
}
/*!列表通用 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: #3e53e6;
}
.album-list .item .namebox{
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10.5px 15px;
    background: #fff;
    transition: all .3s ease;
}
.album-list .item .box:hover .namebox{
    background: #333333;
    border-color: #333333;
}
.album-list .namebox:before{
    display: none;
}
.album-list .item .name{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    height: auto;
    transition: all .3s ease;
    text-align: center;
}
.album-list .item .box:hover .name{
    color: #FFFFFF;
}
.album-list.type1 .item .name{
    font-size: 18px;
    -webkit-line-clamp:1;
    height: auto;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    display: none;
}
.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.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: #000;
}
.masonry-list.album-list.type1 .item .box:hover .name,
.masonry-list.album-list.type3 .item .box:hover .name{
    color: #FFFFFF;
}
.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 .item .box{
    transition: all .2s;
    top: 0;
    padding: 0px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .txt{
    min-height: inherit;
}
.news-list.type4{
    margin: 0 0px;
}
.news-list.type4 .item{
    padding: 0 10px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    padding: 6px 15px 15px;
    background: #FFF;
    border: 1px solid #DDDDDD;
    transition: all .3s ease;
}
.news-list.type4 .box:hover .txt{
    background: #333333;
    border-color: #333333;
}
.news-list.type4 .name{
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0;
}
.news-list.type4 .description{
    max-height: inherit;
    -webkit-line-clamp: 2;
}
.news-list .item .name{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    transition: all .3s ease;
}
.news-list.type4  .item .box:hover .name{
    color: #FFFFFF;
}
.news-list .item .description{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #666666;
    font-weight: normal;
    transition: all .3s ease;
}
.news-list.type4  .item .box:hover .description{
    color: #FFFFFF;
}
.news-list .item .date{
    color: #333333;
    font-family: "Belleza", sans-serif !important;
    font-weight: normal !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    font-family: "Belleza", sans-serif !important;
    font-weight: normal;
    background: #333333;
    transition: all .3s ease;
}
.news-list.type2 .date .month{
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date{
    color: #333333;
    background: #FFFFFF;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px;
    padding: 0;
    line-height: 1;
    top: 15px;
    left: 15px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.6;
    margin-bottom: -15px;
    font-size: 35px;
    letter-spacing: 0;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
}
.news-list.type3 .date ,
.news-list.type3 .month,
.news-list.type3 .years,
.news-list.type3 .day{
    font-size: 18px;
    line-height: 2;
    margin: 0;
}
.news-list.type3 .name{
    height: auto;
    margin: 10px 0 15px;
}
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
}
.news-list.type3 .item .box {
    padding: 15px 15px 20px;
    border: 1px solid #DDDDDD;
    transition: all .3s ease;
}
.news-list.type3 .item .box:hover {
    background: #333333;
    border: 1px solid #333;
    transition: all .3s ease;
}
.news-list.type3 .box:hover .date,
.news-list.type3 .box:hover .name,
.news-list.type3 .box:hover .description{
    color: #FFFFFF;
}
.news-list .btn.more{
    z-index: 5;
    font-family: "Belleza", sans-serif;
    font-weight: normal;
    color: #fff;
    background: #333;
    bottom: 0px;
    border-radius: 0;
    border: 1px solid #333;
    box-sizing: border-box;
    overflow: hidden;
}
.news-list .box:hover .btn.more {
    background: #FFFFFF;
    color: #666;
    border-color: #ddd;
}
.news-list.type2 .txt{
    min-height: inherit;
}
@media screen and (max-width: 1000px){
    .news-list.type3{
        margin: 0 auto;
    }
    .news-list.type3 .item{
        padding: 0 7.5px;
    }
    .news-list.type4 {
        margin: 0 auto;
    }
    .news-list.type4 .item{
        padding: 0 7.5px;
    }
    .news-list.type4 .txt{
        padding: 5px 10px 10px;
    }
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
    }
    .news-list.type4 .item .date{
        left: 10px;
        top: 10px;
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before,
.banner_m .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 .banner-slider-control,
.banner_m .banner-slider-control{
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}

.banner .slick-arrow,
.banner_m .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: transparent;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 1px solid #767676;
    border-right: 1px solid #767676;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 12.5px;
    transition: all 0.3s ease;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(45deg);
    margin-left: -13px;
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-right: 10px;
}
.banner .slick-next,
.banner_m .slick-next{
    margin-left: 10px;
}
.banner .slick-arrow:hover::before,
.banner_m .slick-arrow:hover::before{
    border-color: #fff;
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    padding: 0 10px;
}
.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: 1px solid #DDDDDD;
    box-sizing: border-box;
    background: transparent;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    text-align: center;
    margin: 0 auto 48px;
    line-height: 1.2;
    text-align: center;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #000;
    font-family: "Noto Serif TC", serif;
    margin: 15px 0 0;
    padding: 0;
}
.title span{
    position: relative;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    color: #484848;
    font-family: "Belleza", sans-serif;
    margin: 0;
    padding: 0;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 32px;
    font-family: "Belleza", sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 0;
    transition: all .5s ease;
}
.index_more::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #888888;
    right: 0;
}
.index_more:hover:before{
    animation-name: menu_line;
    animation-duration: 1s;
}
.index_more a{
    font-size: 0;
    padding: 0;
    display: block;
    width: 120px;
    height: 36px;
}
.index_more a span{
    font-size: 17px;
    letter-spacing: 0;
    color: #333333;
    font-weight: normal;
}
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    text-align: center;
    padding-top: 40px;
}
.products-sect .slick-dots li,
.news-sect .slick-dots li,
.album-sect .slick-dots li{
    padding: 0 5px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    box-sizing: border-box;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
    width: 8px;
    height: 8px;
    cursor: pointer;
    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: #333333;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect{
    position: relative;
    z-index: 2;
}
.banner,.banner_m{
    position: relative;
    z-index: 4;
}
.products-box{
    margin:  0 -15px;
}
.products-list.type2,
.news-list.type2{
    margin: 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{
    position: relative;
    padding: 104px 0 45px;
}
.about-sect::before{
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 7.8%);
    height: 326px;
    right: 0;
    top: 0;
    background: url('../../../images/layout03/common/index/bg.jpg') 50% repeat;
}
.about-sect .container{
    position: relative;
}
.about-sect .row{
    position: relative;
    display: flex;
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 51.6%;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 48.4%;
    max-width: 629px;
    height: auto;
    margin-left: auto;
}
.about-sect .col.pic > img{
    filter: drop-shadow(7px 7px 24px rgba(0, 0, 0, 0.12));
    object-fit: cover;
    height: 100% !important;
    min-height: 650px;
    object-position: left center;
}
.about-sect .col.pic > .a_round{
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    left: -50px;
    bottom: 25px;
}
.about-sect .col.pic > .a_round::before{
    content: '';
    position: absolute;
    display: block;
    width: 180px;
    height: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('../../../images/layout03/common/index/a_deco_r.png') 50% no-repeat;
    transition: all .3s ease;
    animation: loadingRotate 24s linear infinite;
    margin: auto;
}

.about-sect .title {
    position: relative;
    text-align: left;
    width: 100%;
    margin:0 0 50px;
}
.about-sect .title h2{
    margin: 24px 0 0;
}
.about-sect .title::before{
    content: 'Who we are';
    position: absolute;
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 105px;
    font-weight: normal;
    color: rgba(170,170,170,.15);
    letter-spacing: 0;
    line-height: 1.2;
    top: -5px;
    left: 55px;
}
.about-sect .title::after{
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #666666;
    left: 0;
    top: calc(100% + 25px);
    visibility: visible;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    max-width: 550px;
    padding: 0;
    padding-top: 40px;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    color: #333333;
    margin: 0 0 15px;
}

.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 211px;
}

.about-sect .index_more{
    position: relative;
    margin-top: 60px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: relative;
}
.articles-sect .title{
    position: relative;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 45px 0 90px;
    z-index: 10;
}
.products-sect .title{
    position: relative;
}
.products-sect .title::before {
    content: 'Hot';
    position: absolute;
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 105px;
    font-weight: normal;
    color: rgba(170, 170, 170, .15);
    letter-spacing: 0;
    line-height: 1.2;
    top: 0px;
    left: -70px;
}
.products-sect .index_more{
    position: absolute;
    right: 18px;
    top: 60px;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
/*產品介紹 少量排版*/
.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{
    position: relative;
    padding: 145px 0 156px;
    background:
        linear-gradient(to bottom, #fff 327px, transparent 0),
        url(../../../images/layout03/common/index/bg.jpg) repeat;
}
.service-sect::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 7.8%;
    top: 0;
    bottom: 0;
    background: url('../../../images/layout03/common/index/s_bg.jpg') 50% 60.5% no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.service-sect::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    right: 7.8%;
    background: #DDDDDD;
    top: 327px;
}
.service-sect .title {
    position: relative;
    text-align: left;
    width: 100%;
    margin:0 0 50px;
}
.service-sect .title h2{
    margin: 24px 0 0;
    color: #FFFFFF;
}
.service-sect .title span{
    color: #FFFFFF;
}
.service-sect .title::before{
    content: 'Our';
    position: absolute;
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 105px;
    font-weight: normal;
    color: rgba(255,255,255,.15);
    letter-spacing: 0;
    line-height: 1.2;
    top: -2px;
    left: -114px;
}
.service-sect .title::after{
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #FFFFFF;
    left: 0;
    top: calc(100% + 25px);
    visibility: visible;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 550px;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .editor{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2;
}
.service-sect .editor > .s_row{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
}
.service-sect .editor > .s_row .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    max-width: 140px;
    height: auto;
}
.service-sect .editor > .s_row .s_col .s_pic{
    position: relative;
    box-sizing: border-box;
    display: block;
}
.service-sect .editor > .s_row .s_col .s_pic img{
    transform: scaleX(1);
    transition:  all .3s ease;
}
.service-sect .editor > .s_row .s_col:hover .s_pic img{
    transform: scaleX(-1);
}
.service-sect .editor > .s_row .s_col h5{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #FFFFFF;
    padding: 0;
    margin: 12px auto 0;
    text-align: center;
}
.service-sect .editor > .s_row .s_col:last-child .s_pic img{
    position: relative;
    left: -6px;
}
.service-sect .editor > .s_row .s_col:last-child:hover .s_pic img {
    position: relative;
    left: 6px;
}
.service-sect .index_more{
    position: relative;
    margin-top: 42px;
}
.service-sect .index_more::before {
    background: #eee;
}
.service-sect .index_more a span{
    color: #FFFFFF;
}
/*------------ album ------------*/
.album-sect{
    position: relative;
    background: url('../../../images/layout03/common/index/bg.jpg') 50% repeat;
    padding: 94px 0 41px;
}
.album-sect::before {
    content: '';
    position: absolute;
    width: calc(100% - 7.8%);
    top: 392px;
    bottom: 0;
    right: 0;
    background: #FFF;
}
.album-sect .title::before {
    content: 'Gallery';
    position: absolute;
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 105px;
    font-weight: normal;
    color: rgba(170, 170, 170, .15);
    letter-spacing: 0;
    line-height: 1.2;
    top: -10px;
    left: -78px;
}

.album-sect .index_more{
    position: absolute;
    right: 18px;
    top: 60px;
}
.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 {
    margin: 0 -10px;
}
.album-list.type1 .item{
    padding: 0 10px;
    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: #000000;
    font-size: 18px;
    position: relative;
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 0px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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%;
}
/*!少量排版*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    background: url('../../../images/layout03/common/index/bg.jpg') 50% repeat;
    padding: 41px 0 98px ;
}
.news-sect .container{
    padding: 0 10px;
}
.news-sect::before{
    content: '';
    position: absolute;
    width: calc(100% - 7.8%);
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
}
.news-sect .title{
    position: relative;
}
.news-sect .title::before {
    content: 'Information';
    position: absolute;
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 105px;
    font-weight: normal;
    color: rgba(170, 170, 170, .15);
    letter-spacing: 0;
    line-height: 1.2;
    top: -12px;
    left: -90px;
}
.news-sect .index_more{
    position: absolute;
    right: 18px;
    top: 60px;
}
.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.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;
}
/*最新消息 少量排版*/
.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;
}
/*!少量排版*/
/*----------- 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: 1680px){
    .container{
        padding: 0 60px;
    }
    .news-sect .container{
        padding: 0 50px;
    }
    .wrapper::before {
        right: calc(100% - 4.5%);
    }
    .about-sect::before {
        width: calc(100% - 4.5%);
    }
    .service-sect::before {
        right: 4.5%;
    }
    .service-sect::after{
        right: 4.5%;
    }
    .album-sect::before {
        width: calc(100% - 4.5%);
    }
    .news-sect::before {
        width: calc(100% - 4.5%);
    }
    .about-sect .col.txt{
        box-sizing: border-box;
        width: 55%;
    }
    .about-sect .col.pic{
        width: 55%;
    }
    .products-sect .index_more,
    .album-sect .index_more,
    .news-sect .index_more{
        right: 60px;
    }
    .service-box{
        box-sizing: border-box;
        width: 55%;
    }
}
@media screen and (max-width: 1440px){
    .container {
        padding: 0 70px;
    }
    .news-sect .container {
        padding: 0 60px;
    }
        .wrapper::before {
        right: calc(100% - 45px);
    }
    .about-sect::before {
        width: calc(100% - 45px);
    }
    .service-sect::before {
        right: 45px;
    }
    .service-sect::after{
        right: 45px;
    }
    .album-sect::before {
        width: calc(100% - 45px);
    }
    .news-sect::before {
        width: calc(100% - 45px);
    }
    .products-sect .index_more, .album-sect .index_more, .news-sect .index_more {
        right: 70px;
    }
    .products-list.type2{
        margin: 0 auto;
    }
    .about-sect .col.txt{
        width: 55%;
    }
    .about-sect .col.pic{
        width: 45%;
    }
}
@media screen and (max-width: 1280px){
    .banner .banner-slider-control, .banner_m .banner-slider-control{
        margin-top: -60px;
    }
    .about-sect {
        padding: 70px 0 30px;
    }
    .products-sect {
        padding: 30px 0 60px;
    }
    .service-sect {
        padding: 96px 0 104px;
    }
    .album-sect {
        padding: 62px 0 28px;
    }
    .news-sect {
        padding: 28px 0 65px;
    }
    .about-sect .col.txt{
        width: 62%;
    }
    .about-sect .col.pic {
        width: 38%;
    }
    .about-sect .txt-box{
        padding-top: 24px;
    }
    .about-sect::before {
        height: 278px;
    }
    .about-sect .col.pic > .a_round{
        width: 153px;
        height: 153px;
        left: -37px;
        bottom: 25px;
        background-size: contain;
    }
    .about-sect .col.pic > .a_round img{
        transform: scale(.85);
    }
    .about-sect .col.pic > .a_round::before{
        width: 153px;
        height: 153px;
        background-size: contain;
    }
    .service-box {
        box-sizing: border-box;
        width: 62%;
    }
    .service-sect::after{
        top: 278px;
    }
    .album-sect::before{
        top: 342px;
    }
}
@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 .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){
    .wrapper::before {
        right: calc(100% - 4%);
    }
    .about-sect::before {
        width: calc(100% - 4%);
    }
    .service-sect::before {
        right: 4%;
        background-attachment: inherit;
    }
    .service-sect::after{
        right: 4%;
    }
    .album-sect::before {
        width: calc(100% - 4%);
    }
    .news-sect::before {
        width: calc(100% - 4%);
    }

    .container,
    .news-sect .container {
        padding: 0 50px;
    }
    .about-sect .container,
    .service-sect .container{
        padding: 0 45px;
    }

    .about-sect {
        padding: 45px 0 22px;
    }
    .products-sect {
        padding: 22px 0 42px;
    }
    .service-sect {
        padding: 46px 0 54px;
    }
    .album-sect {
        padding: 45px 0 17px;
    }
    .news-sect {
        padding: 17px 0 42px;
    }

    .index_more{
        width: 108px;
        height: 32px;
        line-height: 28px;
    }
    .index_more a{
        width: 108px;
        height: 32px;
    }
    .index_more a span {
        font-size: 15.5px;
    }
    .title{
        text-align: center;
        margin: 0 auto 32px;
    }
    .title span{
        font-size: 35px;
    }
    .title h2{
        font-size: 22px;
        margin: 10px 0 0;
    }
    .about-sect .title::before,
    .products-sect .title::before,
    .service-sect .title::before,
    .album-sect .title::before,
    .news-sect .title::before{
        font-size: 78px;
        top: 8px;
        bottom: inherit;
        margin: 0 auto;
        white-space: nowrap;
    }
    .about-sect .title,
    .service-sect .title{
        width: fit-content;
        text-align: center;
        margin: 0 auto 34px;
    }
    .about-sect .title h2,
    .service-sect .title h2 {
        margin: 10px 0 0;
    }
    .about-sect .title::after,
    .service-sect .title::after{
        width: 40px;
        height: 3px;
        top: calc(100% + 18px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .about-sect .title::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect::before {
        height: 184px;
    }
    .about-sect .row {
        flex-direction: column;
        align-items: center;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
    }
    .about-sect .col.pic{
        float: none;
        width: 100%;
        max-width: 620px;
        height: 430px;
        margin: 0 auto;
    }
    .about-sect .col.pic > img{
        min-height: 430px;
        filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.12));
    }
    .about-sect .txt-box{
        padding: 0;
        display: block;
        width: 100%;
        max-width: inherit;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.03em;
        margin-bottom: 10px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 15px;
        letter-spacing: 0.03em;
        -webkit-line-clamp:inherit;
        height: auto;
    }
    .about-sect .col.pic > .a_round{
        width: 114px;
        height: 114px;
        left: -15px;
        bottom: 25px;
        background-size: contain;
    }
    .about-sect .col.pic > .a_round img{
        transform: scale(.75);
    }
    .about-sect .col.pic > .a_round::before{
        width: 114px;
        height: 114px;
        background-size: contain;
    }
    .about-sect .index_more{
        margin: 32px auto 40px;
    }
    .products-sect .title::before{
        left: -45px;
    }
    .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%;
    }
    /*!少量排版*/
    .products-box{
        padding: 0px 0;
    }
    .service-sect .title::before{
        left: -76px;
    }
    .service-box{
        box-sizing: border-box;
        width: 100%;
        max-width: 620px;
        padding: 0;
    }
    .service-sect::after {
        top: 185px;
    }
    .service-sect .editor{
        font-size: 15px;
        letter-spacing: 0.03em;
    }
    .service-sect .editor > .s_row .s_col h5 {
        font-size: 16px;
        margin: 10px auto;
        letter-spacing: 0.03em;
    }
    .service-sect .editor > .s_row{
        margin-top: 32px;
    }
    .service-sect .index_more {
        margin: 32px auto 0;
    }
    .album-sect::before {
        top: 258px;
    }
    .album-sect .title::before{
        left: -60px;
    }
    .news-sect .title::before{
        left: -60px;
    }
    .products-sect .index_more, .album-sect .index_more, .news-sect .index_more {
        right: 42px;
        top: 45px;
    }
    .banner .banner-slider-control,
    .banner_m .banner-slider-control{
        top: unset;
        bottom: 5px;
        display: none;
    }
    .banner:before,
    .banner_m:before{
        display: none;
    }
    .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;
    }
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .banner .slick-dots li, .banner_m .slick-dots li {
        vertical-align: middle;
        padding: 0 6px;
    }
    .products-sect .slick-dots li button, .news-sect .slick-dots li button, .album-sect .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .products-sect .slick-dots li, .news-sect .slick-dots li, .album-sect .slick-dots li {
        padding: 0 6px;
    }
    .products-sect .slick-dots, .news-sect .slick-dots, .album-sect .slick-dots {
        padding-top: 20px;
    }
    .album-list.type1 {
        margin: 0 auto;
    }
    .album-list.type1 .item{
        padding: 0 7.5px;
    }
    .album-list.type1 .item .name {
        font-size: 17px;
    }
    .album-list .item .namebox{
        padding: 9px 15px;
    }
    .news-list.type2 .txt {
        padding-bottom: 20px;
    }
    .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){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .products-sect .index_more, .album-sect .index_more, .news-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 15px auto 0;
        top: inherit;
    }
}
@media screen and (max-width: 620px){
    .service-sect .editor > .s_row{
        flex-wrap: wrap;
        width: 75%;
        margin: 32px auto 0;
    }
    .service-sect .editor > .s_row .s_col{
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 375px){

}