@charset "utf-8";
.box .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0;
    transition: opacity 800ms cubic-bezier(0.26, 0.06, 0, 1),
    transform 1100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.loaded .box .pic img {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color: #ccc;
    border-color: #ccc;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #fff;
}
.article-list .item .description{
    color: #ccc;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #a8bfef;
    border-color: #a8bfef;
    background: none;
}
.article-box  .keyword li a:hover{
    background:  #3e53e6;
    border-color:#3e53e6;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #3e53e6;
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #a8bfef;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;
}
.products-list .name,
.products-list.type2 .name {
    color: #333;
    -webkit-line-clamp: 1;
    font-weight: 500 !important;
}
.products-list.type2 .pic:before{
    display: none;
}
.products-list.type1 .pic:before{
    background: rgba(33, 33, 33, 0.6);
}
.products-list.type2 .box{
    margin: 0 auto 15px;
    border-bottom: 1px solid #DCDCDC;
    transition: all .3s ease;
}
.products-list.type2 .box:hover{
    border-bottom-color: #E60012;
}
.products-list.type2 .txt{
    padding-bottom: 10px;
}
.products-list .description{
    color: #8B8B8B;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    font-size: 15px;
    letter-spacing: 0.35px;
    z-index: 10;
    top: 15px;
    left: 15px;
    color: #fff;
    background: #E50012;
    padding: 0 5px;
    font-family: 'Lato',serif;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 5px;
        left: 5px;
    }
}
/*!列表通用 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.type1 .item .box {
    margin: 0 auto 15px;
}
.album-list.type1 .item .pic {
    z-index: 6;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}
.album-list .item .namebox {
    position: relative;
    border: 3px solid #DCDCDC;
    border-top-width: 0;
    padding: 30px 25px;
    background: #fff;
    margin: 0 5px;
    transition: all 0.5s ease;
    z-index: 5;
}
.album-list .item .box:hover .namebox {
    border-color: #E50012;
}
.album-list .item .box .namebox::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 0px 8px;
    border-color: transparent transparent #E50012 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    transition: all 0.3s ease;
}
.album-list .item .box:hover .namebox::before{
    border-width: 0 8px 7px 8px;
}
.album-list .item .name,
.album-list.type1 .item .name {
    color: #333;
    text-align: left;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    margin: 0;
}
.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;
}
/*!瀑布流*/
/*!列表通用 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.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list.type3:before{
    background: #fff;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
    padding: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    z-index: 2;
}
.news-list.type4 .item .pic{
    padding: 0;
    margin: 10px;
}
.news-list.type4 .item .box{
    border: none;
    margin: 0 auto 15px;
}
.news-list.type4 .txt,
.news-list.type2 .txt {
    padding: 112px 20px 25px 20px;
    margin-top: -112px;
    background: #fff;
    border: 1px solid #DCDCDC;
    transition: all 0.3s ease;
}
.news-list.type2 .box:hover .txt,
.news-list.type4 .box:hover .txt{
    background: #E60012;
}
.news-list .item .name {
    color: #333;
}
.news-list .item .box:hover .name{
    color: #E60012;
}
.news-list.type2 .item .box:hover .name,
.news-list.type3 .item .box:hover .name,
.news-list.type4 .item .box:hover .name{
    color: #fff;
}
.news-list .item .description {
    color: #888;
}
.news-list.type2 .item .box:hover .description,
.news-list.type3 .item .box:hover .description,
.news-list.type4 .item .box:hover .description{
    color: rgba(255,255,255,0.7);
}
.news-list .item .date {
    font-family: 'Lato',serif;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Lato',serif;
    font-weight: 500;
    background: #E60012;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date{
    color: #E60012;
    background: #FFFFFF;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.news-list.type3 .item .box:hover .date,
.news-list.type2.column2 .item .box:hover .date {
    color: #FFFFFF;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #E60012;
    bottom: 0;
    border-radius: 30px;
    font-family: 'Lato',serif;
    font-weight: 500;
}
.news-list .box:hover .btn.more {
    background: #212121;
    color: #fff;
}
.news-list.type2.column2 .txt {
    padding-bottom: 80px;
}
.news-list.type2.column2 .btn.more {
    left: 0;
    right: 0;
    margin: 0 auto 25px;
}
.news-list.type3 {
    margin: 0;
}
.news-list.type3 .item {
    padding: 15px !important;
    margin: 10px 10px 20px;
    border: solid 1px #DCDCDC;
    background: #fff;
    transition: all 0.5s ease;
}
.news-list.type3 .item:hover {
    border: solid 1px #E60012;
    background: #E60012;
}
.news-list.column3 .item {
    width: calc(33.3% - 30px);
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    padding: 0; 
    font-size: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: rgba(33,33,33,0.6);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-prev::before{
    content: '';
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    width: 12px;
    height: 12px;
    transform: rotate(225deg);
    position: absolute;
    right: 21px;
    top: 23px;
    opacity: 0.6;
}
.banner .slick-prev::after{
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid rgba(33,33,33);
    top: -7px;
    left: -7px;
    border-radius: 50%;
    opacity: 0.3;
    animation: m01 20s linear infinite;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-next::before{
    content: '';
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    width: 12px;
    height: 12px;
    transform: rotate(225deg);
    position: absolute;
    right: 20px;
    top: 23px;
    transition: all 0.3s ease;
}
.banner .slick-next::after{
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid rgba(33,33,33);
    top: -7px;
    left: -7px;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0.3;
    animation: m01 20s linear infinite;
}
.banner .slick-arrow:hover{
    background: #D92634;
    opacity: 1;
}
.banner .slick-arrow.slick-prev:hover:after,
.banner .slick-arrow.slick-next:hover:after{
    border: 2px dotted #ED6260;
    opacity: 1;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
    display: none;
}
@keyframes m01 {
    0% {
        transform-origin:50% 50%;
        transform: rotate(0);
    }
    100% {
        transform-origin:50% 50%;
        transform: rotate(360deg);
    }
}
/*------------ title ------------*/
.title{
    position: relative;
    margin: 0 0 30px;
    text-align: left;
}
.title h2 {
    position: relative;
    display: block;
    color: #212121;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
}
.title span {
    position: relative;
    display: block;
    color: #E50012;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 0.75px;
    line-height: 1;
    margin: 0;
    font-family: 'Lato',serif;
}
.title span i{
    display: inline-block;
    font-style: unset;
    transform: rotate(5deg) translate(0, 70%);
    transform-origin: 1000px center;
    opacity: 0;
}
.loaded .title span i{
    font-style: unset;
    transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
    transform: rotate(0deg) translate(0, 0%);
    opacity: 1;
    animation-duration: 3.8s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-name:ttl1_anim;
    animation-iteration-count: infinite
}
@keyframes ttl1_anim {
    0% {
        color: #E50012
    }

    12.5% {
        color: #202020
    }

    25% {
        color: #E50012
    }

    100% {
        color: #E50012
    }
}
.title span i:first-of-type {
    color: #202020;
    font-style: unset;
    transform: rotate(5deg) translate(0, 70%);
    transform-origin: 1000px center;
    opacity: 0;
}
.loaded .title span i:first-of-type {
    color: #202020;
    font-style: unset;
    transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
    transform: rotate(0deg) translate(0, 0%);
    opacity: 1;
    animation-duration: 3.8s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-name:ttl1_anim2;
    animation-iteration-count: infinite
}
@keyframes ttl1_anim2 {
    0% {
        color: #202020
    }

    12.5% {
        color: #E50012
    }

    25% {
        color: #202020
    }

    100% {
        color: #202020
    }
}
/*------------ more ------------*/
.index_more{
    position: relative;
    display: block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: right;
    color: #212121;
    font-size: 15px;
    font-family: 'Lato',serif;
    transition: all 0.5s ease;
    z-index: 1;
}
.index_more::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #E60012;
    transition: background-color .3s ease;
    z-index: -2;
}
.index_more:hover:before {
    border-color: #E60012;
    background-color: transparent;
}
.index_more::after {
    content: '';
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    width: 7px;
    height: 7px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 17px;
    z-index: -1;
}
.index_more:hover:after{
    border-color: #E60012;
}
.index_more span::before {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
    border-color: #E60012;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: transform .3s ease, opacity .3s ease;
}
.index_more:hover span::before {
    opacity: 0;
    transform: scale(.8);
}
.index_more:hover{
    color: #E60012;
}
.index_more a {
    font-size: 0;
    display: block;
    height: 100%;
    padding: 0;
}
.index_more a span{
    font-size: 15px;
    letter-spacing: 1px;
    padding-right: 7px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}
.index_more:hover span{
    padding-right: 0;
    letter-spacing: 2px;
}
/*輪播*/
.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: 20px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #636363;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.3);
}
.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: #E60012;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner{
    position: relative;
    z-index: 2;
}
.products-box{
    margin:  0 -15px;
}
.products-list.type2,
.news-list.type2{
    margin: 0;
}
.news-sect .container{
    padding: 0 10px;
}
.news-list.type3 .item{
    padding:0 10px;
}
.news-list.type3{
    margin:  0 0px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.about-sect::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1282px;
    top: 0;
    left: 0;
    background: url(../../../images/layout03/common/index/a_bg.jpg) no-repeat fixed;
}
.about-sect .row{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 60px 0 25px;
}
.about-sect .row::before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: rgb(230, 0, 18, 0.7);
    backdrop-filter: blur(5px);
    top: 0;
    left: -12%;
    transition: all 0.8s ease;
}
.loaded.about-sect .row::before{
    width: calc(100% + 483px);
}
.about-sect .col{
    float: left;
}
.about-sect .col.pic{
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 49%;
    z-index: 2;
}
.about-sect .col.pic::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 0;
    height: calc(100% - 50%);
    background: #212121;
    transition: all 1.5s ease;
    opacity: 1;
    z-index: -1;
}
.loaded.about-sect .col.pic::before {
    opacity: 1;
    width: calc(100% - 50%);
}
.about-sect .col.txt{
    float: right;
    box-sizing: border-box;
    position: relative;
    width: 51%;
    z-index: 2;
}
.about-sect .txt-box {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
}
.about-sect .title h2{
    color: #fff;
}
.about-sect .title span i {
    color: #F0A8AF;
    animation-name: ttl1_anim4;
}
@keyframes ttl1_anim4 {
    0% {
        color: #F0A8AF
    }

    12.5% {
        color: #202020
    }

    25% {
        color: #F0A8AF
    }

    100% {
        color: #F0A8AF
    }
}
.about-sect.loaded .title span i:first-of-type {
    color: #fff;
    animation-name: ttl1_anim3;
}
@keyframes ttl1_anim3 {
    0% {
        color: #fff
    }

    12.5% {
        color: #E50012
    }

    25% {
        color: #fff
    }

    100% {
        color: #fff
    }
}
.about-sect .index_more{
    margin: 30px 0 0;
    color: #fff;
}
.about-sect .index_more::before{
    background: #fff;
}
.about-sect .index_more:hover:before{
    background: transparent;
    border-color: #fff;
}
.about-sect .index_more span::before{
    border-color: #fff;
}
.about-sect .index_more::after{
    border-color: #E60012;
}
.about-sect .index_more:hover:after{
    border-color: #fff;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 1.55;
    text-align: justify;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 80px 0 20px;
}
.news-sect .title{
    padding-left: 5px;
}
.news-sect .index_more{
    position: absolute;
    right: 20px;
    top: 72px;
}
.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;
    margin: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
    padding: 60px 45px;
    margin: 0;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 70px 0 ;
    background: #fafafa;
}
.products-sect .index_more{
    position: absolute;
    right: 15px;
    top: 72px;
}
.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;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 25px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 15px;
    left: 15px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
    position: relative;
    z-index: 3;
    padding: 80px 0;
}
.service-sect::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: #FAFAFA;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.service-sect::after {
    content: 'SERVICE';
    position: absolute;
    right: 0;
    top: 0;
    color: #FAFAFA;
    font-size: 320px;
    font-weight: 900;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    z-index: -2;
    line-height: 0.68;
    font-family: 'Lato',serif;
    /* transform: scaleY(-1); */
    letter-spacing: 0;
}
.service-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.service-sect .editor{
    position: relative;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 1.55;
    text-align: justify;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: absolute;
    right: 15px;
    top: 72px;
}
/*------------ album ------------*/
.album-sect {
    position: relative;
    padding: 80px 0;
    background: #fff;
}
.album-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #F0F0F0 0, #F0F0F0 100%), linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%), linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%), linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%), linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%), linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%);
    background-position: 10% 0, 26% 0, 42% 0, 58% 0, 74% 0, 90% 0;
    background-size: 1px 100%;
    z-index: -1;
    pointer-events: none;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 72px;
}
.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: 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;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .service-sect .index_more {
        right: 130px;
        top: 72px;
    }
}
@media screen and (max-width: 1280px){
    .title span {
        font-size: 65px;
    }
    .news-sect {
        position: relative;
        padding: 50px 0 15px;
    }
    .products-sect {
        padding: 15px 0 50px;
    }
    .about-sect .col.pic {
        padding-left: 15px;
    }
    .about-sect .col.pic::before {
        top: -15px;
        left: 0;
    }
    .service-sect {
        padding: 80px 0 50px;
    }
    .service-sect::before {
        display: none;
    }
    .service-sect .container{
        background: #FAFAFA;
        padding: 30px 15px 50px;
    }
    .service-sect::after {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
        -webkit-writing-mode: unset;
        writing-mode: unset;
        line-height: 1;
    }
    .about-sect {
        padding: 80px 0 50px;
    }
    .service-sect .index_more {
        right: 15px;
        top: 72px;
    }
}
@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){
    .about-sect .col.txt{
        float: none;
        width: 100%;
    }
    .about-sect .txt-box{
        display: block;
        width: 100%;
        padding: 30px 30px 0;
    }
    .about-sect .title{
        width: 100%;
    }
    .products-list{
        margin: 0 auto;
    }
    .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: calc(100% - 20px);
        margin: 10px 10px 0;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 20px;
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .title span{
        font-size: 40px;
    }
    .title h2{
        font-size: 24px;
    }
    .title {
        text-align: center;
        margin: 0 0 20px;
    }
    .news-sect .title{
        margin: 0 0 10px;
    }
    .about-sect .title h2{
        text-align: center;
    }
    .products-sect .index_more,
    .album-sect .index_more,
    .news-sect .index_more,
    .articles-sect .index_more{
        display: none;
    }
    .banner-slider-control,.banner:before{
        display: none;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-sect {
        padding: 40px 0 20px;
    }
    .products-sect{
        padding: 50px 0;
    }
    .products-box{
        padding: 0;
    }
    .album-sect{
        padding: 40px 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%;
    }
    .about-sect {
        padding: 40px 0 20px;
    }
    .about-sect .row {
        flex-direction: column-reverse;
        padding: 50px 0;
    }
    .about-sect .col.pic{
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    .about-sect .col.pic::before {
        top: -10px;
        left: 0;
    }
    .about-sect .index_more{
        margin: 20px auto 0;
    }
    .about-sect::before{
        background-attachment: unset;
    }
    .about-sect .row::before {
        left: -15px;
    }
    .service-box{
        position: relative;
        box-sizing: border-box;
        background: #FAFAFA;
        padding: 0 15px;
    }
    .service-sect{
        padding: 80px 0 0;
    }
    .service-sect::before{
        display: none;
    }
    .service-sect::after {
        font-size: 100px;
    }
    .service-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        margin: 20px auto 0;
    }
    .products-sect .slick-dots li button,
    .news-sect .slick-dots li button,
    .album-sect .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .news-list.type4 {
        margin: 0;
    }
    .products-list.type2 {
        margin: 0;
        padding: 0 20px;
    }
    .album-sect::before{
        background-image: linear-gradient(to bottom, #F0F0F0 0, #F0F0F0 100%), 
        linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%),
        linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%),
        linear-gradient(to bottom,#F0F0F0 0, #F0F0F0 100%);
        background-position: 10% 0, 26.7% 0, 53.4% 0, 90% 0;
    }
}
@media screen and (max-width: 767px){
    .album-list.type1 .item .name{
        height: 50px;
    }
    .album-list .item .namebox {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}