@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

.banner:before{
    content: '';
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height:310px;
    z-index: -1;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.fadeInUp {
    animation-name: fadeInUp
}
.wrapper{
    padding-top: 165px;
}
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    box-sizing: border-box;
    border: 1px solid #191970;
    background: #191970;
    color: #fff;
    border-radius: 0;
}
.news-list .box:hover .btn.more {
    background: transparent;
    color: #191970;
}
.news-list.type3:before{
    /* display: none; */
}
.news-list.type3 .item{
    border-left: solid rgba(255,255,255,.5) 1px;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    /* display: none; */
}

.news-list.type4{
    margin: 0 -5px;
}
.news-list.type4 .item {
    border-bottom: none;
    padding: 0 5px;
    margin-bottom: 42px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .date{
    font-weight: bold;
    color: #2D5A27;
}
.news-list .item:hover .date{
    color: #87C489;
}
.news-list.type2 .date .month {
    font-weight: bold;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #2D5A27;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #87C489;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 0px 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.9;
    margin-bottom: -15px;
    font-size: 30px;
    letter-spacing: 0;
}
/* .news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 500;
} */
.news-list.type4 .item .name{
    height: 52px;
}
.news-list .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.5;
    transition: all .3s ease;
    height: auto;
}
.news-list .box:hover .name{
    color: #191970;
}
.news-list .item .description{
    color: #777;
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.035em;
    line-height: 1.3;
}
.news-list.type4 .txt {
    padding: 0 15px;
}
.news-list.type4 .description {
    max-height: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .date {
        margin: -35px 0px 10px;
    }
    .news-list.type4 .date{
        width: 52px;
        height: 52px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 11px;
    }
    .news-list .item .name{
        font-size: 16px;
            height: auto;
    }
    .news-list .item .description{
        font-size: 13px;
    }
    .news-list.type4 .item{
        margin-bottom: 30px;
    }
    .news-list.type4 .txt {
        padding: 0 10px;
    }
}

/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -14px;
}
.products-list.type2 .item{
    padding:  0 14px ;
    margin-bottom: 42px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .mask {
    border: 1px solid #C0C0C0;
}
.products-list.type2 .txt {
    padding-top: 8px;
}
.products-list .item .name{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.5;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #191970;
}
.products-list.type2 .name{
    max-height: inherit;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .item .description{
    color: #777;
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.035em;
    line-height: 1.3;
}
.products-list .box:hover .description{
    text-decoration: underline;
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png);
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list.type2 .box.new .pic{
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    overflow: hidden;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
.products-list .pic:before{
}
.products-list .box:hover .pic:before {
    mix-blend-mode: multiply;
    opacity: 0.5;
}

@media screen and (max-width: 1000px){
    .products-list .item .name{
        font-size: 16px;
            height: auto;
    }
    .products-list .item .description{
        font-size: 13px;
    }
    .products-list.type2 .name{
        margin-bottom: 5px;
    }
    .products-list.type2{
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
    .products-list .box.new:before{
        width: 42px;
        height: 42px;
        background-size: contain;
    }
    .products-list.type2 .box.new .pic {
        clip-path: polygon(42px 0, 100% 0, 100% 100%, 0 100%, 0 42px);
        overflow: hidden;
    }
    /*列表通用 index、products*/
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}
/*!列表通用 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: #31CAA4;
}
.album-list .item .name{
    color: #191970;
}
.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.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
    font-weight: 500 !important;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #191970;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}

/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat #C0C0C0;
    background-size: contain;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 80;
    top: calc(50% - 35px);
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    margin: 0;
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: -60px;
}
.banner .slick-next,
.banner_m .slick-next{
    right: -60px;
    transform: rotate(180deg);
}
.banner .slick-arrow:hover,
.banner .slick-arrow:hover{
    background: url('../../../images/layout01/common/index/arrow_.png') no-repeat transparent;
    background-size: contain;
    border: 1px solid #C0C0C0;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 13px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    margin:5px 0;
    background: #ddd;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before{
    background: #C0C0C0;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    width: fit-content;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 30px;
}
.title span{
    color: #A7A7A7;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    display: none;
}
.title h2{
    position: relative;
    color: #191970;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
}
/* .title h2::before{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 5px;
    height: 25px;
    background: #191970;
    right: calc(100% + 25px);
    margin: auto 0;
}
.title h2::after{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 5px;
    height: 25px;
    background: #191970;
    left: calc(100% + 17px);
    margin: auto 0;
} */
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    background: #b0b0b0;
    width: 125px;
    height: 30px;
    text-indent: inherit;
    margin: 0px auto;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    transition: all .3s ease;
    display:block;
}
.index_more:hover{
    background: #191970;
}
.index_more a{
    font-size: 0;
    display: block;
}
.index_more a span{
    font-size: 15px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 20px 15px;
}
/*!新編輯器*/
/*------------ news ------------*/
.articles-sect{
    position: relative;
    padding: 50px 0 50px;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 64px 0 60px;
    overflow: hidden;
}
.service-sect .title{
    position: relative;
}
.service-sect .editor{
}
.service-box{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    padding: 72px 0 72px;
    overflow: hidden;
}
.news-sect .index_more{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.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;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 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.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;
}

/*!少量排版*/
/*------------ products ------------*/

.products-sect{
    position: relative;
    background: #ffffff;
    padding: 82px 0 86px;
    z-index: 10;
    overflow: hidden;
}
.products-sect .title{
    position: relative;
}
.products-sect  .index_more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.products-sect .p_deco1 {
    display: none;
}
.products-sect .p_deco2 {
    display: none;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.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;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: #FFFFFF;
    /* padding: 130px 0 36px; */
}
.about-sect .row{
    position: relative;
    box-sizing: border-box;
    background: #F0F0F0;
    display: flex;
    flex-direction: column-reverse;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
    float: left;
}
.about-sect .container:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/index/about_pic1.webp) 100% no-repeat fixed;
    background-position: center;
    background-size: 100%;
    min-height: 240px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.about-sect .col.txt{
    position: relative;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-sect .container{
    position: static;
    padding: 0 0px;
    max-width: 1920px;
}
.about-sect .col.pic{
    position: relative;
    height: auto;
    z-index: 2;
}
/* .about-sect .col.pic::before{
    content: '';
    position: absolute;
    bottom: -58px;
    left:-60px;
    width: 0;
    height: 100%;
    background: rgba(114,178,187,.5);
    transition: all 1.2s;
    opacity: 1;
    z-index: -1;
} */
.loaded.about-sect .col.pic::before{
    opacity: 1;
    width: calc(100%);
}

.about-sect .index_more{
    margin: 20px 0;
}
.about-sect .title{
    position: relative;
    text-align: left;
    margin: 0 0 32px;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.about-sect .txt-box .index-about-editor .editor{
    color: #333333;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 85px;
    overflow: hidden;
}
.about-sect .txt .tag{
    display: none;
}

/*------------ album ------------*/
.album-sect{
    position: relative;
    background: #FFFFFF;
    padding: 36px 0 36px;
}
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}

.album-sect .container{
    display: flex;
    justify-content: center;
}

.album-sect .title{
    position: relative;
    background: url(../../../images/layout01/common/index/album_title.png) center no-repeat;
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    font-size: 21px;
    margin: 0 auto 0px;
}
.album-sect .title h2{
    width: fit-content;
}
.album-sect .title h2::after {
    display: none;
}
.album-sect .title h2::before {
    display: none;
}
.album-sect .title span{
    display: none;
}
.album-sect .title h2{
    background: #191970;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    padding: 15px;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: 50%;
    margin-top: -53px;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 25px;
}
/* .album-sect .title::before{
    content: '';
    position: absolute;
    display: block;
    width: 73px;
    height: 51px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(0% + 18px);
    background: url(../../../images/layout01/common/index/album_icon.png) 50% 50% no-repeat;
} */
.album-sect .index_more{
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    border-radius: 0;
    position: relative;
    background: url(../../../images/layout01/common/index/album_title.png) center no-repeat;
}
.album-sect .index_more a {
    position: absolute;
    font-size: 0;
    display: block;
    width: 106px;
    height: 106px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.album-sect .index_more a span{
    background: url(../../../images/layout01/common/index/album_more_b.png);
    background-size: cover;
    width: 80px;
    height: 80px;
    font-size: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    padding: 0;
    transition: all .3s ease;
}
/* .album-sect .index_more a:hover span{
    background: url(../../../images/layout01/common/index/album_more_.png);
} */
.album-sect .index_more a::before,
.album-sect .index_more a::after{
    display: none;
}

/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
    width: fit-content;
    padding: 0;
    margin: 0 auto 30px;
}
.album-sect.masonry-album-sect .title::before{
    content: '';
    position: absolute;
    display: block;
    width: 73px;
    height: 51px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: calc(100% + 15px);
    background: url(../../../images/layout01/common/index/album_icon.png) 50% 50% no-repeat;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 72px;
    padding-bottom: 72px;
}
.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: 14px 0 0;
}
.album-list.type1 .item .name{
    font-size: 18px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background: url(../../../images/layout01/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.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: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.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: 1440px){
    .banner .slick-prev, .banner_m .slick-prev {
        left: 20px;
    }
    .banner .slick-next, .banner_m .slick-next {
        right: 20px;
        transform: rotate(180deg);
    }
    .about-sect .col.txt {
        /* right: 3%; */
    }
}
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1280px){

    .about-sect .row {
        /* padding: 60px 0 55px; */
    }

    .about-sect .col.pic{
        /* width: 46%;
        top: 44px;
        left: 6.5%; */
    }
    .about-sect .col.pic::before{
        bottom: -38px;
        left: -40px;
    }
    .about-sect .col.txt {
        /* right: 1.5%;
        max-width: 400px; */
    }
    .album-sect .title{
        /* padding: 0; */
    }
    .album-sect .title::before {
        bottom: calc(0% - 8px);
    }
}
@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){
    /* .index_more{
        width: 165px;
        height: 50px;
        line-height: 50px;
    }
    .index_more a{
        width: 165px;
        height: 50px;
    }
    .index_more a span{
        font-size: 13px;
        padding-left: 15px;
    }
    .index_more a::after{
        border-style: solid;
        border-width: 4px 0 4px 8px;
        border-color: transparent transparent transparent #ffffff;
        right: 15px;
    } */
    .about-sect .container:before {
background-attachment: initial;
        min-height: 200px;
    }
    .title {
        margin: 0 auto 25px;
    }
    .title span{
        font-size: 15px;
    }
    .title h2{
        font-size: 25px;
    }
    .title h2::before{
        width: 4px;
        height: 20px;
    }
    .title h2::after{
        width: 4px;
        height: 20px;
    }
    .service-sect {
        padding: 44px 0 40px;
    }
    .news-sect {
        background-size: cover;
        background-attachment:inherit;
        padding: 48px 0 48px;
    }
    .products-sect {
        padding: 54px 0 56px;
    }
    .about-sect {
        /* padding: 60px 0 30px; */
    }
    .album-sect {
        padding: 30px 0 48px;
    }
    .album-sect .title {
        margin: 15px auto;
        width: auto;
        height: auto;
        padding: 0 0 20px;
        background: none;
    }
    .album-sect .title h2, .album-sect .index_more a span {
        position: static;
        margin: 0 auto;
    }
    .about-sect .row {
        padding: 40px 15px 0px;
    }
    .about-sect .col.txt{
        position: relative;
        float: none;
        max-width: 650px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        max-width: 650px;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
    }
    .about-sect .col.pic::before {
        bottom: -20px;
        left: -20px;
    }
    .about-sect .title{
        width: fit-content;
        text-align: center;
        margin: 0 auto 28px;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .index_more {
        margin: 24px auto 36px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        height: auto;
    }
    .about-sect .title h2::before {
        width: 25px;
        height: 4px;
        top: calc(100% + 13px);
        left: 0;
        right: 0;
        margin:  0 auto;
    }
    .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: 0px 0;
    }
    .album-sect .title::before{
        width: 36px;
        height: 24px;
        background-size: contain;
        bottom: calc(100% + 6px);
    }
    .album-sect.masonry-album-sect .title::before{
        width: 36px;
        height: 24px;
        background-size: contain;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }

    .masonry-album-sect{
        background: #FFFFFF;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        position: relative;
        width: fit-content;
        margin: 0 auto 25px;
    }
    .album-sect .index_more {
        position: relative;
        background: none;
        width: 50px;
        height: 50px;
        padding: 0px 0 0px;
        line-height: 1;
        margin: 25px auto 0;
        padding: 0;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .index_more a{
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .album-sect .index_more a span{
        width: 50px;
        height: 50px;
        margin: 0;
        background-size: contain;
        top: 0;
        left: 0;
    }
}
@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: 50%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}