@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    box-sizing: border-box;
    max-width: inherit;
    padding: 10px;
    background: transparent;
    line-height: 1.6;
    transition: all .2s;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
    background: #FFFFFF;
}
.news-list .box:hover{
    background: #fff;
}
.news-list .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
    height: auto;
    transition: all .3s ease;
}
.news-list .item .description{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.6;
    max-height: inherit;
    height: auto;
}
.news-list .item .date{
    font-family: "Outfit", sans-serif !important;
    color: #009393;
    transition: all .2s;
}
.news-list .box:hover .date{
    color: #333333;
}
.news-list .item .box:hover .name{
    color: #009393;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
    background: #2365A2;
    transition: all .3s;
}
.news-list.type4 .item .box:hover .date{
    background: #009393;
}
.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;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #2365A2;
    bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-weight: normal;
    border-radius: 30px;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    color: #FFF;
    background: #6DB43C;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    padding:0 15px;
    margin: 0 0px 32px;
    border: none;
}
.news-list.type3 .box{
    position: relative;
    padding: 32px 25px 48px;
}
.news-list.type3 .box:hover .date{
    background: transparent;
}
.news-list.type3 .box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    transition: all .3s ease;
}
.news-list.type3 .box:hover:before{
    background: rgba(255,255,255,1);
    box-shadow: 4px 4px 20px rgb(0,0,0,.15);
    left: -12px;
    right: -12px;
}
.news-list.type3 .box::after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: 0 auto;
    background: #DDD;
    height: 68%;
    margin: auto 0;
    visibility: visible;
}
.news-list.type3 .item:first-child .box::after{
    background: transparent;
}
.news-list.type3 .txt {
    position: relative;
    min-height:inherit;
    z-index: 2;
}
.news-list.type3 .date{
    font-weight: 600;
}
.news-list.type3 .name{
    margin: 15px 0 12px;
}
.news-list.type2 {
    width: 78%;
    max-width: 1000px;
}
.news-list.type2 .item .box{
    background: #FFFFFF;
}

/*!列表通用 index、news*/
/*列表通用 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 .2s;
    position: relative;
}
.products-list .name{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
    height: auto;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #009393;
}
.products-list .pic:before{
    background: rgba(20, 220, 220, 0.2);
}
.products-list.type2 .box{
    border-bottom: none;
}

.products-list.type2 .txt{
    padding: 12px 0 0;
}
.products-list.type2 .name{
    -webkit-line-clamp: 1;
    margin: 0 0 8px;
    max-height: inherit;
    height: auto;
}
.products-list .description{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.6;
    max-height: inherit;
    height: auto;
}
.products-list .offers{
    color: #FFF;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    display: flex;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 14px;
    z-index: 10;
    width: 50px;
    height: 25px;
    line-height: 25px;
    top: 15px;
    left: 15px;
    color: #fff;
    text-align: center;
    background: #2365A2;
    padding: 0;
    border-radius: 30px;
    align-items: center;
    justify-content: 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.2);
    transform: scale(1.2);
}
.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: 12px;
        left: 12px;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    display: none;
}
.album-list .item .namebox{
    border: none;
    padding: 15px 15px;
    background: #fff;
    position: relative;
    transition: all .3s ease;
}
.album-list .item .box:hover .namebox{
    background: #009393;
}
.album-list .namebox:before{
    display: none;
}
.album-list .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
    height: auto;
    transition: all .3s ease;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #FFFFFF;
}
.album-list.type1 .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
    height: auto;
    transition: all .3s ease;
    -webkit-line-clamp: 1;
    margin: 0;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    display: none;
}
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.5);
}
.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;
}
.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.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*!列表通用 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: #333;
}
.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;
}
/*------------ banner ------------*/
.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: -90px;
}
.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;
    padding: 0 5px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../../images/layout03/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button{
    background-position: 100% 0;
}
/*------------ title ------------*/
.title{
    position: relative;
    display: block;
    width: fit-content;
    text-align: left;
    line-height: 1.2;
    margin: 0 auto 40px;
}
.title h2{
    position: relative;
    display: block;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.12em;
    font-family: "Noto Sans TC", sans-serif;
    padding: 0;
    margin: 0;
}
.title h2::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    margin: auto 0 auto 10px;
    top: 0;
    bottom: 0;
    background: rgba(22,22,22,.3);
}
.title span{
    display: block;
    color: #545454;
    font-size: 45px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    padding-bottom: 8px;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 190px;
    height: 55px;
    background: #2365A2;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 54px;
    letter-spacing: inherit;
    transition: all .3s ease;
    font-family: "Outfit", sans-serif;
    border-radius: 30px;
    overflow: hidden;
}
.index_more:hover{
    color: #FFF;
    background: #009393;
    background: #6DB43C;
}
.index_more a{
    font-size: 0;
    display: block;
    width: 190px;
    height: 55px;
    height: 100%;
    padding: 0;
}
.index_more a span{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: inherit;
}
.index_more a span::after{
    content: '';
    display: inline-block;
    position: relative;
    width: 15px;
    height: 11px;
    background: url('../../../images/layout03/common/index/more_ic.png') no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: 12px;
    margin-right: -8px;
    transition: all .3s;
}
.index_more:hover a span::after{
    background: url('../../../images/layout03/common/index/more_ic.png') no-repeat;
}
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.news-sect .slick-dots{
    position: relative;
    text-align: left;
    padding-top: 15px;
}
.products-sect .slick-dots{
    text-align: center;
    padding-top: 30px;
}
.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{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../../images/layout03/common/index/list_dot.png') no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .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: url('../../../images/layout03/common/index/list_dot_.png') no-repeat;
}

.banner, .news-sect, .about-sect, .products-sect, .service-sect, .album-sect, .contact-sect ,.article-sect{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect .container{
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 5;
}
.news-sect{
    position: relative;
    padding: 108px 0 142px;
}
.news-sect .title {
    width: 76%;
    max-width: 1015px;
    text-align: left;
    margin: 0 0 40px;
    margin-left: auto;
}
.news-sect .index_more{
    position: absolute;
    right: 15px;
    top: 38px;
}
.news-sect .n_bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.news-sect .n_bg img{
    height: 100% !important;
}
.news-sect .n_deco{
    position: absolute;
    left: 72%;
    bottom: 8%;
}

.news-list{
    width: 76%;
    max-width: 1015px;
    margin: 0;
    margin-left: auto;
}
.news-list.type3{
    width: 76%;
    max-width: 1015px;
    margin: 0;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 20px;
}
.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;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 135px 0 135px;
    background: #FFFFFF;
}
.about-sect::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 33.3%;
    background: #2365A2;
}
.about-sect .container{
    position: relative;
    z-index: 5;
}
.about-sect .row{
    position: relative;
    display: flex;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    float: right;
    width: 47.65%;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 52.35%;
    max-width: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
}
.about-sect .col.pic img{
    display: none;
}
.about-sect .col.pic .a_inpic{
    position: absolute;
    width: 724px;
    height: 760px;
    top: -84%;
    right: -3%;
    background: url(../../../images/layout03/common/index/a_inpic.png) no-repeat;
    z-index: 0;
    margin: auto;
}
.about-sect .title{
    margin: -10px 0 32px;
    width: 100%;
}
.about-sect .title span{
    color: #FFFFFF;
}
.about-sect .title h2{
    color: #FFFFFF;
}
.about-sect .title h2::after{
    background: rgba(255,255,255,.3);
}
.about-sect .index_more{
    position: relative;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    margin: 36px 0 0;
}
.about-sect .index_more:hover{
    color: #363636;
    background: #F1EE3D;
}
.about-sect .index_more:hover a span::after{
    background: url('../../../images/layout03/common/index/more_ic_.png') no-repeat;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    max-width: 554px;
    padding: 0;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: rgba(255,255,255,.85);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 232px;
    overflow: hidden;
}
.about-sect .txt-box .index-about-editor .editor .txt_t{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
}
.about-sect .txt-box .index-about-editor .editor .txt_t > b{
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #F1EC3D;
    margin: 0 10px;
    padding: 0;
    top: -2px;
}
.about-sect .txt-box .index-about-editor .editor .txt_t::after{
    content: '';
    position: relative;
    display: block;
    background: rgba(255,255,255,.3);
    width: 100%;
    height: 1px;
    margin: 24px 0;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .a_bg1{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 45.5%;
    mix-blend-mode: multiply;
}
.about-sect .a_bg2{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 66.7%;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 108px 0;
}
.products-sect .container{
    position: relative;
    z-index: 5;
}
.products-box{
    margin:  0;
}
.products-sect .index_more{
    position: absolute;
    right: 34px;
    top: 36px;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title{

}
.products-sect .p_bg1{
    position: absolute;
    display: block;
    top: 0;
    bottom: 18.2%;
    right: 65.88%;
}
.products-sect .p_bg2{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 34.2%;
}
/*產品介紹 少量排版*/
.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: 135px 0 135px;
    background: #FFFFFF;
}
.service-sect::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 33.3%;
    background: #009393;
}
.service-sect .container{
    position: relative;
    z-index: 5;
}
.service-sect .title{
    margin: -10px 0 32px;
    width: 100%;
}
.service-sect .title span{
    color: #FFFFFF;
}
.service-sect .title h2{
    color: #FFFFFF;
}
.service-sect .title h2::after{
    background: rgba(255,255,255,.3);
}
.service-box{
    position: relative;
    display: flex;
    flex-direction: row-reverse
}
.service-sect .editor{
    position: relative;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: rgba(255,255,255,.85);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 232px;
    overflow: hidden;
}
.service-sect .editor .txt_t{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
}
.service-sect .editor .txt_t > b{
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #F1EC3D;
    margin: 0 10px;
    padding: 0;
    top: -2px;
}
.service-sect .editor .txt_t::after{
    content: '';
    position: relative;
    display: block;
    background: rgba(255,255,255,.3);
    width: 100%;
    height: 1px;
    margin: 24px 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .flex{
    position: relative;
    box-sizing: border-box;
    float: inherit;
    width: 47.65%;
    max-width: 554px;
    padding: 0;
    margin-left: auto;
}
.service-box .s_pic{
    position: relative;
    box-sizing: border-box;
    width: 52.35%;
    max-width: 680px;
    display: flex;
    height: auto;
    overflow: hidden;
    justify-content: space-between;
}
.service-box .s_pic .s_p1{
    position: relative;
    top: -97.5%;
}
.service-box .s_pic .s_p2{
    position: relative;
    bottom: -97.5%;
}
.service-box .s_pic .s_p3{
    position: relative;
    top: -97.5%;
}
.service-sect .index_more{
    position: relative;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    margin: 36px 0 0;
}
.service-sect .index_more:hover{
    color: #363636;
    background: #F1EE3D;
}
.service-sect .index_more:hover a span::after{
    background: url('../../../images/layout03/common/index/more_ic_.png') no-repeat;
}
.service-sect .s_bg {
    position: absolute;
    display: block;
    top: 18.9%;
    bottom: 0;
    left: 65.88%;
    mix-blend-mode: multiply;
}
.service-sect .s_deco {
    position: absolute;
    left: -12%;
    bottom: 12.5%;
}
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 108px 0;
}
.album-sect .container{
    position: relative;
    z-index: 5;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 36px;
}
.album-sect .album_bg1{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 49.6%;
}
.album-sect .album_bg2{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 38%;
}

.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: 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%;
}
/*!少量排版*/
/*----------- 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: 1800px){
    .news-sect .n_bg {
        left: -10%;
    }
}
@media screen and (max-width: 1680px){
    .news-sect .n_bg {
        left: -18%;
    }
}
@media screen and (max-width: 1440px){
    .news-sect .n_bg {
        left: -26%;
    }
    .news-sect .n_deco {
        left: 80%;
    }
    .service-box .s_pic .s_p1,
    .service-box .s_pic .s_p2,
    .service-box .s_pic .s_p3{
        width: 30.5%;
    }
    .service-sect .s_deco {
        left: -38%;
    }
}
@media screen and (max-width: 1280px){
    .news-sect {
        padding: 72px 0 94px;
    }
    .about-sect {
        padding: 90px 0 90px;
    }
    .products-sect {
        padding: 72px 0;
    }
    .service-sect {
        padding: 90px 0 90px;
    }
    .album-sect {
        padding: 72px 0;
    }

    .news-sect .title {
        box-sizing: border-box;
        width: 82%;
        max-width:inherit;
    }
    .news-list{
        width: 82%;
        margin: 0 0;
        max-width:inherit;
    }
    .news-list.type3 {
        width: 82%;
        margin: 0 0;
        max-width:inherit;
    }
    .news-sect .n_bg {
        left: -42%;
    }

    .about-sect .container{
        padding: 0 30px;
        max-width: 1300px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        height: 214px;
    }
    .about-sect .txt-box .index-about-editor .editor .txt_t::after{
        margin: 15px 0;
    }
    .about-sect .col.txt{
        width: 55%;
    }
    .about-sect .col.pic{
        width: 45%;
        max-width:inherit;
    }
    .about-sect .col.pic .a_inpic {
        top: -76%;
        right: -16%;
    }

    .service-sect .container{
        padding: 0 30px;
        max-width: 1300px;
    }
    .service-sect .editor{
        height: 214px;
    }
    .service-sect .editor .txt_t::after{
        margin: 15px 0;
    }
    .service-sect .s_deco {
        left: -42%;
    }
    .service-box .s_pic{
        align-items: center;
    }
    .service-box .flex{
        width: 55%;
    }
    .service-box .s_pic{
        width: 45%;
        max-width:inherit;
    }
    .service-box .s_pic .s_p1{
        top: -80%;
        width: 48%;
    }
    .service-box .s_pic .s_p2{
        bottom: -80%;
        width: 48%;
    }
    .service-box .s_pic .s_p3{
        top: -80%;
        width: 48%;
        display: none;
    }

    .products-list.type2 {
        margin: 0 auto;
    }

}

@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;
    }
    /*!少量排版*/

    .about-sect .col.txt{
        width: 62%;
    }
    .about-sect .col.pic{
        width: 38%;
        max-width:inherit;
    }
    .about-sect .col.pic .a_inpic{
        top: -72%;
        right: -46%;
    }
    .service-box .flex{
        width: 62%;
    }
    .service-box .s_pic{
        width: 38%;
        max-width:inherit;
    }
    .service-box .s_pic .s_p1{
        top: -80%;
    }
    .service-box .s_pic .s_p2{
        bottom: -80%;
    }
    .service-box .s_pic .s_p3{
        top: -80%;
    }
}

@media screen and (max-width: 1000px){
    .news-sect {
        padding: 48px 0 62px;
    }
    .about-sect {
        padding: 60px 0 60px;
    }
    .products-sect {
        padding: 48px 0;
    }
    .service-sect {
        padding: 60px 0 60px;
    }
    .album-sect {
        padding: 48px 0;
    }

    .index_more{
        width: 160px;
        height: 45px;
        line-height: 44px;
    }
    .index_more a{
        width: 160px;
        height: 45px;
    }
    .index_more,.index_more a span{
        font-size: 16px;
    }
    .index_more a span::after,.index_more a:hover span::after{
        width: 12px;
        height: 9px;
        background-size: contain;
    }
    .about-sect .index_more:hover a span::after,
    .service-sect .index_more:hover a span::after {
        background: url(../../../images/layout03/common/index/more_ic_.png) no-repeat;
        width: 12px;
        height: 9px;
        background-size: contain;
    }
    .title span {
        font-size: 35px;
        padding-bottom: 6px;
    }
    .title h2 {
        font-size: 24px;
    }
    .title,
    .news-sect .title{
        width: fit-content;
        margin: 0 auto 30px;
    }
    .about-sect .title,
    .service-sect .title{
        width: fit-content;
        margin: 0 auto 24px;
    }
    .news-list,
    .news-list.type2,
    .news-list.type3,
    .news-list.type4 {
        width: 100%;
    }
    .news-sect .n_bg{
        display: none;
    }
    .news-sect .slick-dots{
        text-align: center;
    }
    .news-sect .index_more {
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .about-sect .row,
    .service-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-sect .col.txt,.about-sect .col.pic,    
    .service-box .flex, .service-box .s_pic{
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor,
    .service-sect .editor{
        height: auto;
        -webkit-line-clamp: inherit;
        font-size: 15px;
        text-align: justify;
    }
    .about-sect .txt-box .index-about-editor .editor .txt_t,
    .service-sect .editor .txt_t{
        font-size: 18px;
        letter-spacing: 0.03em;
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor .txt_t > b,
    .service-sect .editor .txt_t > b{
        font-size: 14px;
        margin: 0 8px;
    }
    .about-sect .txt-box .index-about-editor .editor .txt_t::after,
    .service-sect .editor .txt_t::after{
        margin: 12px 0;
    }
    .about-sect .col.pic img {
        display: block;
    }
    .about-sect .col.pic .a_inpic{
        display: none;
    }
    .about-sect .txt-box{
        max-width: inherit;
    }
    .about-sect .index_more,
    .service-sect .index_more {
        margin: 32px auto;
    }
    .about-sect::before,
    .service-sect::before {
        bottom: 26%;
        left: 0;
        right: 0;
    }
    .about-sect .a_bg1,
    .service-sect .s_bg{
        top: 0;
        bottom: 0;
        right: 0;
        height: 74%;
        background-size: cover;
    }
    .about-sect .a_bg1 img,
    .service-sect .s_bg img{
        height: 100% !important;
        background-size: cover;
    }
    .about-sect .a_bg2{
        top: 74%;
        left: 0;
    }
    .service-box .s_pic .s_p1,
    .service-box .s_pic .s_p2,
    .service-box .s_pic .s_p3{
        top: inherit;
        bottom: inherit;
        display: block;
        width: 32%;
    }
    .service-box .s_pic .s_p1, .service-box .s_pic .s_p2 , .service-box .s_pic .s_p3{
        top: inherit;
        bottom: inherit;
        animation: inherit !important;
        transform: inherit !important;
    }
    .service-sect .s_deco{
        width: 170px;
        height: 137px;
        background-size: contain;
    }
    .service-sect .s_deco {
        left: -54%;
        bottom: 3.5%;
    }
    .products-sect .p_bg2 img,
    .album-sect .album_bg1 img{
        height: 100% !important;
        background-size: cover;
    }
    .products-sect .index_more {
        right: 24px;
        top: 30px;
    }
    .album-sect .index_more {
        right: 15px;
        top: 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%;
    }
    
    /*!少量排版*/

    .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;
    }
    .album-sect .slick-dots{
        padding-top: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .news-sect .slick-dots{
        text-align: center;
        padding-top: 5px;
    }
    .products-sect .slick-dots,
    .album-sect .slick-dots{
        text-align: center;
        padding-top: 15px;
    }
    .products-sect .slick-dots li button, .news-sect .slick-dots li button, .album-sect .slick-dots li button,
    .products-sect .slick-dots li.slick-active button, .news-sect .slick-dots li.slick-active button, .album-sect .slick-dots li.slick-active button{
        width: 25px;
        height: 25px;
        background-size: contain;
    }


    .news-list.type2 .txt {
        padding-bottom: 30px;
    }
    .news-list.type3 .box {
        padding: 24px 25px 40px;
    }
    .news-list.type3 .item,
    .news-sect .news-list:not(.masonry-list) .item{
        margin-bottom: 10px;
    }
    .news-list.type3 .box:hover:before {
        background: rgba(255, 255, 255, 1);
        box-shadow: 2px 2px 12px rgb(0, 0, 0, .15);
        left: -12px;
        right: -12px;
    }
}
@media screen and (max-width: 767px){
    .news-sect .index_more,
    .products-sect .index_more,
    .album-sect .index_more{
        position: relative;
        left: inherit;
        top: inherit;
        bottom: inherit;
        right: inherit;
        margin: 15px auto 0;
    }

    .news-list .item .name{
        font-size: 17px;
    }
    .news-list .item .description{
        font-size: 14px;
    }

    .products-list .name,.products-list.type2 .name{
        font-size: 17px;
    }
    .products-list .description{
        font-size: 14px;
    }

    .album-list .item .namebox {
        padding: 12px 15px
    }
    .album-list.type1 .item .name {
        font-size: 17px;
    }
    
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .about-sect::before, .service-sect::before {
        top: 0;
        bottom: 16.5%;
        left: 0;
        right: 0;
    }
    .about-sect .a_bg1, .service-sect .s_bg{
        top: 0;
        bottom: 0;
        right: 0;
        height: 83.5%;
        background-size: cover;
    }
    .about-sect .a_bg2{
        top: 83.5%;
        left: 0;
    }

}