@charset "utf-8";

/*列表通用 index、news*/
.news-list .txt{
    min-height:inherit;
}
.news-list .item .box{
    padding: 0px;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4{
    margin: 0 -12.5px;
}
.news-list.type4 .item{
    padding: 0 12.5px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    position: relative;
    max-width: 306px;
    border:none;
}
.news-list.type4 .pic{
    z-index: -1;
}
.news-list.type4 .txt{
    position: static;
    box-sizing: border-box;
    margin: -60px 15px 0;
    background: rgba(255,255,255,.9);
    padding: 20px 20px 20px;
    transition: all .3s ease;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.news-list.type4 .box:hover .txt{
    background: rgba(27,59,111,.95);
}
.news-list .item .date{
    font-family: "Poppins", sans-serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #1B3B6F;
    width: 62px;
    height: 62px;
    padding-top: 13px;
    background: #EFF4F8;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    color: #FFFFFF;
    background: #C7A38A;
}
.news-list.type4 .date .day{
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    padding: 0;
    line-height: 1;
    top: 15px;
    left: 15px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 30px;
    letter-spacing: normal;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 11px;
    letter-spacing: 0.015em;
    font-weight: normal;
    margin-top: -30px;
}
.news-list .item .name{
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    color: #424242;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    transition: all .3s ease;
}
.news-list .item .box:hover .name{
    color: #1B3B6F;
}
.news-list.type4 .box:hover .name{
    color: #FFFFFF;
}
.news-list .item .description{
    font-size: 14px;
    color: #868686;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
    transition: all .3s ease;
}
.news-list.type4 .box:hover .description{
    color: rgba(255,255,255,.8);
}
.news-list.type4 .name,
.news-list.type4 .description{
    max-height: inherit;
    height: auto;
    -webkit-line-clamp: 2;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid #1B3B6F;
    background: #1B3B6F;
    color: #FFFFFF;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: #FFFFFF;
    color: #1B3B6F;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
}
.news-list.type3:before{
    display: none;
}
@media screen and (max-width: 1000px){
    .news-list.type4 {
        margin: 0 -7.5px;
    }
    .news-list.type4 .item {
        padding: 0 7.5px;
        margin-bottom: 25px;
    }
    .news-list .item .name,
    .news-list .name {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .news-list.type4 .txt{
        padding: 15px;
    }
    .news-list.type4 .item .date, .news-date{
        width: 55px;
        height: 55px;
    }
    .news-list.type4 .item .date .day {
        line-height: 1.45;
        margin-bottom: 15px;
        font-size: 30px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 10px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list .pic:before {
    content: '';
    background: rgba(0, 0, 0, 0.62);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list.type2{
    margin: 0 -12.5px;
}
.products-list.type2 .item{
    padding: 0 12.5px;
    margin-bottom: 30px;
}
.products-list.type2 .box{
    transition: all .2s;
    padding: 0;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    background: rgba(255,255,255,.9);
    padding: 20px;
    transition: all .3s ease;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.products-list.type2 .box:hover .txt {
    background: rgba(27,59,111,.95);
    transition: all .3s ease;
}
.products-list .box.new:before{
    position: absolute;
    content: 'NEW';
    display: block;
    font-family: "Poppins", sans-serif;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background: #C7A38A;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    border-radius: 0px;
    z-index: 15;
    top: 15px;
    left: 15px;
    letter-spacing: 0.05em;
}
.products-list .box .name{
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    color: #424242;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    transition: all .3s ease;
}
.products-list.type2 .name{
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.products-list.type2 .box:hover .name{
    color: #FFFFFF;
}
.products-list .box .description{
    font-size: 14px;
    color: #868686;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .description{
    color: rgba(255,255,255,.8);
}
.products-list .offers{
    color: #1B3B6F;
    margin-bottom: 0;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s ease ;
}
.products-list.type2 .box:hover .offers{
    color: #FFFFFF;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    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;
    display: none;
}
@media screen and (max-width: 1000px){
    .products-list.type2{
        margin: 0 7.5px;
    }
    .products-list.type2 .item {
        padding: 0 7.5px;
        margin-bottom: 25px;
    }
    .products-list.type2 .txt{
        padding: 15px;
    }
    .products-list .box .name{
        font-size: 17px;
        margin: 0 0 10px;
    }
    .products-list .offers{
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.for-cart.type2 .offers {
        font-size: 17px;
        margin: 10px 0 0;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left;
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.wrapper {
    background:url(../../../images/layout04/common/index/bg1.webp) 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 6px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #bdbdbd;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #C7A38A;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 40px;
}
.title span{
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #19396D;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.2;
    margin: 0;
}
.title h2{
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 2px 0 0px;
}
.title i{
    display: none;
}

.title::before{
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: rgba(26,58,110,.5);
    bottom: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    border: solid 1px #1B3B6F;
    background: #1B3B6F;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
    line-height: 53px;
    width: 200px;
    height: 55px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    transition: all .3s ease;
}
.index_more:hover{
    background: #FFFFFF;
    color: #1B3B6F;
}
.index_more a{
    width: 200px;
    height: 55px;
    font-size: 0;
    padding: 0px 0;
    display: block;
}
.index_more a span{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: normal;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 26px;
    right: 15px;
    width: 118px;
}
.hot-arrow .slick-arrow{
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    width: 55px;
    height: 55px;
    padding: 0;
    z-index: 100;
    color: transparent;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.webp');
    background-size: contain;
    left: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    background: url('../../../images/layout04/common/index/arrow2_.webp');
    background-size: contain;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ intro -------------*/
.intro-sect{
    position: relative;
    padding: 120px 0 100px;
    background:url(../../../images/layout04/common/index/bg0.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    color: #1A3A6E;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 12px;
}
.intro-box .intro-title {
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    padding: 0;
    margin: 0 auto 62px;
}
.intro-box .intro-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background:rgba(26,58,110,.5);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 30px );
}
.intro-box article.editor {
    color: #868686;
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 142px 0 36px;
}
.news-sect::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 44.5%;
    left: 0;
    right: 0;
    background: #FFFFFF;
}
.news-sect .title{
    position: relative;
}
.news-sect .title::after{
    content: 'STORIES';
    position: absolute;
    display: block;
    font-size: 180px;
    font-family: "Poppins", sans-serif;
    letter-spacing: normal;
    font-weight: 300;
    line-height: .75;
    color: rgba(27,59,111,.06);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.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;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 72px 0 40px;
}
.about-sect::before{
    content: '';
    position: absolute;
    display: block;
    background: rgba(255,255,255,.6);
    right: 0;
    top: 185px;
    left: 7.6%;
    bottom: -122px;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    float: left;
    z-index: 2;
    color: #868686;
    margin:0;
    padding: 35px 25px 0;
}
.about-sect .col.pic{
    position: relative;
    width: 50%;
    max-width: 650px;
    height: 100%;
    text-align: right;
    margin: 0;
    overflow: hidden;
    margin-left: auto;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .title{
    position: relative;
    text-align: left;
    margin: 0 0 65px;
}
.about-sect .title::before{
    right: inherit;
    bottom: inherit;
    top: calc(100% + 30px);
    margin: 0;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
    max-width: 540px;
}
.about-sect .txt-box .index-about-editor .editor h4{
    font-family: "Noto Serif TC", serif;
    font-size: 22px;
    color: #1A3A6E;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0 0 12px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    color: #868686;
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 162px;
}
.about-sect .index_more{
    border: solid 1px #65758A;
    background: #65758A;
    margin: 50px 0px 0;
}
.about-sect .index_more:hover{
    border: solid 1px #1B3B6F;
    background: #FFFFFF;
}
.about-sect .txt .tag{
    display: none;
}

/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 40px 0 120px;
}
.service-sect .title{
    position: relative;
    text-align: left;
}
.service-sect .title::before{
    right: inherit;
    margin: 0;
}
.service-sect  .service-box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}
.service-sect .service_pic{
    position: relative;
    width: 59.25%;
    max-width: 770px;
    height: 100%;
    text-align: right;
    margin: 0;
    overflow: hidden;
}
.service-sect .service_pic img{
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}
.service-sect .service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .service-box >.flex{
    position: relative;
    box-sizing: border-box;
    width: 40.75%;
    float: right;
    display: flex;
    flex-direction: column;
    padding: 105px 25px 0 50px;
}
.service-sect .editor{
    position: relative;
    color: #868686;
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 266px;
}
.service-sect .editor span{
    color: #19396C;
}
.service-sect .index_more{
    position: relative;
    margin: 50px 0 0;
}

.service-sect .s_item{
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin: 0 0 30px;
}
.service-sect .s_item .s_box{
    position: relative;
    display: flex;
    flex-direction: column;
}
.service-sect .s_item .s_box + .s_box{
    position: relative;
    margin-left: 20px;
}
.service-sect .s_item .s_box .s_ic{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 85px;
    height: 85px;
    border: 1px solid rgba(27, 59, 111, .3);
    border-radius: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-sect .s_item .s_box .s_ic img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.service-sect .s_item .s_box:hover .s_ic img{
    transform: scaleX(-1);
}
.service-sect .s_item .s_box h4{
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    color: #1A3A6E;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 0;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 100px 0 100px;
}
.articles-sect .title{
    position: relative;
}
.articles-sect .index_more{

}
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 142px 0 46px;
    z-index: 4;
}
.products-sect::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -92%;
    background: url(../../../images/layout04/common/index/bg2.webp) top center no-repeat;
    background-size: cover;
    z-index: 0;
}
.products-sect .title{
    position: relative;
}
.products-sect .title::before{
    width: 3px;
    height: 100px;
    left: 0;
    right: 0;
    bottom: calc(100% + 50px + 42px);
}
.products-sect .title::after {
    content: 'SELECT';
    position: absolute;
    display: block;
    font-size: 180px;
    font-family: "Poppins", sans-serif;
    letter-spacing: normal;
    font-weight: 300;
    line-height: .75;
    color: rgba(27, 59, 111, .06);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.products-sect .index_more{
    display: none;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 46px 0 120px;
    z-index: 6;
}
.album-sect .title{
    position: relative;
}
.album-sect .title::after {
    content: 'GALLERY';
    position: absolute;
    display: block;
    font-size: 180px;
    font-family: "Poppins", sans-serif;
    letter-spacing: normal;
    font-weight: 300;
    line-height: .75;
    color: rgba(27, 59, 111, .06);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.album-sect .index_more{
    display: none;
}
.album-sect .hot-arrow{

}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .slick-list{
    flex: 1 1 auto;
}
.album-list.type1 {
    margin: 0 -12.5px;
}
.album-list.type1 .item{
    padding: 0 12.5px;
    border: none;
    margin-bottom: 30px;
}
.album-list.type1 .item .name{
    position: absolute;
    width: calc(100% - 30px);
    height: 50px;
    line-height: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
    bottom: 15px;
    background: rgba(255,255,255,.9);
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    color: #424242;
    font-weight: 500;
    letter-spacing: 0.1em;
    -webkit-line-clamp: 1;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.album-list.type1 .item .box:hover .name{
    background: rgba(27,59,111,.95);
    color: #FFFFFF;
}
.album-list .box .name{
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    color: #424242;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    transition: all .3s ease;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.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: 0 auto;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}

/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1680px){
    .about-sect::before{
        left: 3%;
    }
}
@media screen and (max-width: 1440px){
    .about-sect::before{
        left: 15px;
    }
}
@media screen and (max-width: 1280px){
    .intro-sect {
        padding: 100px 0 80px;
    }
    .about-sect .col.txt{
        width: 55%;
    }
    .about-sect .col.pic{
        width: 45%;
    }
    .service-sect .service_pic{
        width: 50%;
    }
    .service-sect .service-box >.flex{
        width: 50%;
    }
    .album-sect {
        padding: 46px 0 80px;
    }
}
@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){
    .wrapper {
        background-attachment: inherit;
    }
    .banner .slick-dots, .banner_m .slick-dots{
        bottom: 20px;
    }
    .banner .slick-dots button, .banner_m .slick-dots button{
        width: 6px;
        height: 6px;
    }
    .banner .slick-dots li, .banner_m .slick-dots li {
        margin: 0 4px;
    }
    .title{
        margin-bottom: 35px;
    }
    .title span{
        font-size: 35px;
    }
    .title h2{
        font-size: 24px;
    }
    .title::before{
        width: 85px;
        height: 2px;
    }
    .news-sect .title::after,
    .products-sect .title::after,
    .album-sect .title::after{
        font-size: 152px;
        color: rgba(27, 59, 111, .04);
    }
    .index_more{
        width: 180px;
        height: 50px;
        line-height: 48px;
    }
    .index_more a{
        width: 180px;
        height: 50px;
    }
    .index_more a span{
        font-size: 14px;
    }
    .intro-sect{
        padding: 66px 0 66px;
    }
    .news-sect {
        padding: 92px 0 20px;
    }
    .about-sect {
        padding: 40px 0 31px;
    }
    .service-sect {
        padding: 31px 0 70px;
    }
    .products-sect {
        padding: 108px 0 34px;
    }
    .album-sect {
        padding: 34px 0 50px;
    }
    .intro-box .intro-sub-title{
        font-size: 16px;
    }
    .intro-box .intro-title{
        font-size: 24px;
    }
    .intro-box .intro-title::before{
        width: 85px;
        height: 2px;
    }
    .intro-box article.editor{
        font-size: 14px;
        line-height: 1.8;
    }
    .about-sect .row{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .about-sect::before{
        top: 123px;
        bottom: -10px;
        left: 15px;
        right: 0;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        max-width: 650px;
        text-align: center;
        margin: 0px auto 40px;
        padding: 0px;
    }
    .about-sect .col.pic{
        float: none;
        width: 100%;
        max-width: 650px;
        text-align: center;
        margin: 0 auto;
    }
    .about-sect .title{
        text-align: center;
    }
    .about-sect .title::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .txt-box{
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 20px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        font-size: 14px;
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .about-sect .index_more{
        margin: 30px 0px 0;
    }
    .about-sect .col.pic img,
    .service-sect .service_pic img{
        max-width: stretch;
    }
    .service-sect .title{
        text-align: center;
    }
    .service-sect .title::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .service-sect .service-box >.flex{
        width: 100%;
        max-width: 650px;
        margin: 0 auto 40px;
        padding: 0;
    }
    .service-sect .service_pic{
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
    .service-box{
        box-sizing: border-box;
        display: flex;
        flex-direction: column-reverse;
        padding: 0 15px;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
        border:none;
        font-size: 14px;
        text-align: center;
        -webkit-line-clamp:inherit;
        height: auto;
    }
    .service-sect .s_item .s_box .s_ic{
        width: 75px;
        height: 75px;
    }
    .service-sect .s_item .s_box .s_ic img{
        transform: scale(.85) scale(1);
        transition: all .3s ease;
    }
    .service-sect .s_item .s_box:hover .s_ic img{
        transform: scale(.85) scaleX(-1);
    }
    .service-sect .s_item .s_box h4{
        font-size: 16px;
    }
    .service-sect .index_more {
        margin: 30px auto 0;
    }
    .service-sect .s_item{
        justify-content: center;
        margin: 0 auto 25px;
    }
    .products-sect .title::before {
        width: 2px;
        height: 85px;
        bottom: calc(100% + 42.5px + 20px);
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .products-box{
        padding: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .products-sect .title,
    .album-sect .title{
        margin-bottom: 15px
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0 auto;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list.type1 .item{
        padding: 0 7.5px;
        margin-bottom: 25px;
    }
    .album-list.type1 .item .name{
        font-size: 17px;
    }
    .hot-arrow{
        position: relative;
        left: 0;
        right: 0;
        width: 108px;
        height: 50px;
        top: 0;
        margin:0 auto 20px;
    }
    .hot-arrow .slick-arrow{
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 720px){
    .news-sect .title::after, .products-sect .title::after, .album-sect .title::after {
        font-size: 85px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .service-sect .s_item{
        width:calc(100% - 30px);
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .service-sect .s_item .s_box{
        width: 50%;
        margin-bottom: 20px;
        align-items: center;
    }
    .service-sect .s_item .s_box + .s_box {
        margin-left: inherit;
    }
}
