@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -17px;
}
.products-list.type2 .item{
    padding: 0 17px;
    margin-bottom: 45px;
}
.products-list.type2 .box{
    transition: all .3s;
    padding: 0;
}
.products-list.type2 .txt {
    padding: 15px 10px 0;
}
.products-list .pic:before{
    display: none;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    border-radius: 10px;
    z-index: 15;
    left: 20px;
    line-height: 32px;
    color: #FFFFFF;
    background: #004AAD;
    font-weight: normal;
    letter-spacing: 0.06em;
    font-family: "Viga", sans-serif;
}
.products-list .box .name{
    color: #292E3A;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.06em;
    transition: all .3s ease;
}
.products-list .box:hover  .name{
    color: #153869;
}
.products-list.type2 .box .name{
    line-height: 1.2;
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: auto;
    margin-bottom: 8px;
}
.products-list .box .description{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.25;
    max-height:inherit;
    height: auto;
}

.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1280px){
    .products-list.type2{
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1000px){
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
    .products-list .box.new:before{
        width: 54px;
        height: 27px;
        line-height: 29px;
        font-size: 14px;
        top: 15px;
        left: 15px;
        border-radius: 8px;
    }
    .products-list .box .name{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .products-list .box .description{
        font-size: 14px;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 30px;
    transition: all .3s ease;
}
.news-list.type4 .item .box{
    max-width: 310px;
    border: solid 1px #dddddd;
}
.news-list .btn.more{
    bottom: 12px;
    border-radius: 30px;
    font-family: "Viga", sans-serif;
    background: #708BAB;
    color: #FFFFFF;
    font-weight: normal !important;
}
.news-list .box:hover .btn.more {
    background: #153869;
    color: #FFFFFF;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
}
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item .box{
    min-height: 208px;
}
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
    margin-bottom: 45px;
}
.news-list.type4 .pic{
    border-radius: 20px;
}
.news-list .date{
    font-family: "Viga", sans-serif !important;
    font-weight: normal !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 15px;
    color: #FFFFFF;
    width: 58px;
    height: 58px;
    padding-top:0;
    background: #708BAB;
    font-family: "Viga", sans-serif !important;
    transition: all .3s ease;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date{
    background: #153869;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-right: 0px;
    font-weight: normal;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.1;
    font-size: 30px;
    letter-spacing: 0.03em;
    font-weight: normal;
    margin: 0;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 10px;
    letter-spacing: 0.03em;
    font-weight: normal;
    margin-top: -15px;
}

.news-list.type4 .txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 15px 0px 0;
    min-height: inherit;
    align-items: center;
}
.news-list.type4 .txt_in{
    width: 75%;
}
.news-list .item .name{
    color: #292E3A;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.06em;
    transition: all .3s ease;
    height: auto;
}
.news-list .box:hover .name{
    color: #153869;
}
.news-list.type4 .name{
    margin: 0;
    height: 54px;
    box-sizing: border-box;
    padding-left: 12px;
}
.news-list .item .description{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.25;
    max-height:inherit;
    height: auto;
}
@media screen and (max-width: 1280px){
    .news-list.type4 .item{
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item{
        margin-bottom: 30px;
    }
    .news-list.type4 .item .date, .news-date{
        min-width: 52px;
        min-height: 52px;
        border-radius: 10px;
    }
    .news-list .item .box{
        border-radius: 20px;
    }
    .news-list.type4 .item .date .day {
        line-height: 1.2;
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 9px;
    }
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list.type3 .item .box{
        min-height: inherit;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 .box{
        margin-bottom: 15px;
    }
}

/*!列表通用 index、news*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}

.album-list.type2 .box .pic:before{
    border-radius: 15px;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*------------ main ------------*/
.wrapper{
    background: url(../../../images/layout04/common/index/s_bg.jpg) center repeat;
}
.site-main{
    position: relative;
    z-index: 5;
}
/* .site-footer{
    margin-top: -230px;
}
.footer_top .container{
    padding-top: 345px;
} */
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 24px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 7.5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #004AAD;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin: 0 0 42px;
}
.title span{
    position: relative;
    display: block;
    font-size: 50px;
    font-weight: normal;
    font-family: "Viga", sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.15;
    color: #262C39;
}
.title span:first-letter{
    color: #004AAC;
}
.title h2{
    position: relative;
    color: #282D39;
    font-size: 30px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.title h2::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 60px ;
    height: 8px;
    margin: 0 14px 6px 0;
    background: url('../../../images/layout04/common/index/title_ic.png') center no-repeat;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    display: block;
    width: 188px;
    height: 58px;
    line-height: 58px;
    color: #282D39;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-family: "Viga", sans-serif;
    vertical-align: middle;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
    transition: all .3s ease;
    z-index: 15;
}
.index_more a{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0;
}
.index_more a::after{
    content: '';
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    border: 2px solid #708BAB;
    background: transparent url('../../../images/layout04/common/index/more_ic.png') center no-repeat;
    transform: scale(1);
    transition: all .3s ease;
}
.index_more a:hover:after{
    border: 2px solid #153869;
    background: #153869 url('../../../images/layout04/common/index/more_ic_.png') center no-repeat;
    transform: scale(1.15);
}
.index_more a span{
    font-size: 18px;
    font-weight: normal;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 131px;
}
.hot-arrow .slick-arrow{
    display: inline-block;
    box-sizing: border-box;
    z-index: 100;
    color: transparent;
    position: relative;
    cursor: pointer;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    border: 2px solid #708BAB;
    background: transparent url(../../../images/layout04/common/index/more_ic.png) center no-repeat;
    transform: scale(1) scaleX(-1);
    transition: all .3s ease;
    left: 0;
    padding: 0;
}
.hot-arrow .slick-arrow:hover{
    border: 2px solid #153869;
    background: #153869 url('../../../images/layout04/common/index/more_ic_.png') center no-repeat;
    transform: scale(1.15) scaleX(-1);
}
.hot-arrow .slick-next{
    right: 0;
    left: auto;
    transform: scale(1) scaleX(1);
}
.hot-arrow .slick-next:hover{
    border: 2px solid #153869;
    background: #153869 url('../../../images/layout04/common/index/more_ic_.png') center no-repeat;
    transform: scale(1.15);
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: #FFFFFF;
    padding: 120px 0 40px;
    overflow: hidden;
}
.about-sect .container{
    position: relative;
    z-index: 2;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: right;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 49.2%;
    padding-top: 40px;
}
.about-sect .col.pic{
    position: relative;
    width: 50.8%;
    text-align: right;
    left: -3.8%;
}

.about-sect .index_more{
    position: relative;
    margin: 36px 0 0;
}
.about-sect .title{
    position: relative;
    margin: 0 0 28px;
}
.about-sect .txt-box{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 2;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.06em;
    height: 245px;
    overflow: hidden;
}
.about-sect .txt-box .index-about-editor .editor h4{
    color: #004AAD;
    font-size: 28px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 2;
    margin: 0 0 5px;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .a_deco_r{
    position: absolute;
    left: 68.2%;
    top: -8%;
    z-index: 1;
        -webkit-animation: sparkle 1.2s ease-in-out infinite;
    animation: sparkle 1.2s ease-in-out infinite;
}

.about-sect .a_deco_l{
    position: absolute;
    left: -0.8%;
    right: 73%;
    bottom: -11.8%;
    z-index: 1;
        -webkit-animation: sparkle 1.2s ease-in-out infinite;
    animation: sparkle 1.2s ease-in-out infinite;
}
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    position: relative;
}
.articles-sect .index_more{

}
/*------------ products ------------*/
.products-sect{
    position: relative;
    background:#f4f4f4; 
    padding: 114px 0 60px;
}
.products-sect .container{
    position: relative;
    display: flex;
    flex-direction: column;
}
.products-sect .container::before{
    content: '';
    position: absolute;
    display: block;
    width: 83.5%;
    height: 1px;
    background: #ddd;
    bottom: 4.5%;
    left: 15px;
}
.products-sect .title{
    position: relative;
    order: 1;
}
.products-sect .index_more{
    order: 3;
    position: absolute;
    right: 15px;
    top: 32px;
}
.products-box{
    order: 2;
}
.products-sect .hot-arrow{
    order: 4;
    margin-left: auto;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ news ------------*/
.news-sect{
    position: relative;
    background: #f4f4f4;
    padding: 100px 0 164px;
}
/* .news-sect .n_deco{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 718px;
    height: fit-content;
    right: 62.3%;
    top: -7.4%;
    bottom: 0;
    margin: auto 0;
    overflow: hidden;
    border-radius: 0 40px 40px 0px;
} */
/* .news-sect .container{
    position: static;
    display: flex;
    flex-direction: column;
    margin-right: -12.2%;
} */
.news-sect .title{
    position: relative;
    order: 1;
}
.news-sect .index_more {
    order: 3;
    position: absolute;
    left: 74.3%;
    top: 132px;
}
.news-sect .hot-arrow{
    order: 4;
    position: relative;
    left: 50%;
}
.news-list{
    position: relative;
    order: 2;
    justify-content: center;
    flex-wrap: wrap;
}
.news-list::before {
    content: '';
    position: absolute;
    display: block;
    width: 44.8%;
    height: 1px;
    background: #ddd;
    bottom: -7%;
    left: 10px;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .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 .item .box .description{
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 114px 0 82px;
}
.service-sect::before{
    display: none;
}
.service-sect .title{
    position: relative;
}

.service-sect .editor{
    float:none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    display: none;
}
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 95px 0 100px;
}
.album-sect::before{
    content: '';
    position: absolute;
    max-width: 1600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 40px;
    z-index: 0;
}
.album-sect .container {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.album-sect .container::before {
    content: '';
    position: absolute;
    display: block;
    width: 83.5%;
    height: 1px;
    background: #ddd;
    bottom: 4.5%;
    left: 15px;
}
.album-sect .title{ 
    position: relative;
    order: 1;
}
.album-sect .index_more{
    order: 3;
    position: absolute;
    right: 15px;
    top: 32px;
}

.album-sect .hot-arrow{
    order: 4;
    margin-left: auto;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
}
.album-list.type1 .item{
    margin-bottom: 45px;
}
.album-list .box .name{
        color: #292E3A;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.06em;
    transition: all .3s ease;
}
.album-list .box:hover  .name{
    color: #153869;
}
.album-list.type1 .item .name{
    font-size: 18px;
    font-weight: normal;
    height: auto;
    -webkit-line-clamp:1;
    box-sizing: border-box;
    padding: 0px 16px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 48px;
    margin: -25px 15px 0;
}
.album-list.type1 .item{
    border: none;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 0px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 2560px){
    .news-sect .n_deco{
        position: absolute;
        display: block;
        width: 100%;
        max-width: 718px;
        height: fit-content;
        right: 76%;
        top: -7.4%;
        bottom: 0;
        margin: auto 0;
        overflow: hidden;
        border-radius: 40px;
    }
    .news-sect .container {
        position: static;
        display: flex;
        flex-direction: column;
        margin-right: 15%;
    }
}
@media screen and (max-width: 2240px){
    .news-sect .container {
    margin-right: 2%;
    }
}
@media screen and (max-width: 1920px){
    .news-sect .n_deco{
        position: absolute;
        display: block;
        width: 100%;
        max-width: 718px;
        height: fit-content;
        right: 62.3%;
        top: -7.4%;
        bottom: 0;
        margin: auto 0;
        overflow: hidden;
        border-radius: 0 40px 40px 0px;
    }
    .news-sect .container {
        position: static;
        display: flex;
        flex-direction: column;
        margin-right: -12.2%;
    }
}
@media screen and (max-width: 1800px){
    .news-sect .n_deco{
        right: 72.2%;
    }
    .news-sect .index_more {
        left: 77.5%;
    }
    .news-sect .hot-arrow {
        left: 60.7%;
    }
    .news-list::before{
        width: 55.4%;
    }
}
@media screen and (max-width: 1680px){
    .news-sect .n_deco {
        right:86.3%;
    }
    .news-sect .index_more {
        left: 82.1%;
    }
    .news-sect .hot-arrow {
        left: 72.2%;
    }
    .news-list::before {
        width: 66.7%;
    }
}
@media screen and (max-width: 1600px){
    /* .site-footer {
        margin-top: -153px;
    }
    .footer_top .container {
        padding-top: 265px;
    } */
    .footer_bottom .container {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1440px){
    .about-sect {
        padding: 120px 0 40px;
    }
    .products-sect {
        padding: 110px 0 40px;
    }
    .news-sect {
        padding: 40px 0 88px;
    }
    .service-sect {
        padding: 110px 0 74px;
    }
    .album-sect {
        padding: 92px 0 88px;
    }
    .about-sect .col.pic{
        left: inherit;
        width: 48%;
    }
    .about-sect .col.txt{
        width: 52%;
        padding-top: 20px;
    }
    .news-sect .n_deco{
        display: none;
    }
    .news-sect .container{
        position: relative;
        margin: 0 auto;
    }
    .news-sect .index_more{
        left: inherit;
        right: 15px;
        top: 32px;
    }
    .news-sect .hot-arrow {
        position: relative;
        margin-left: auto;
        left:inherit
    }
    .news-list::before{
        display: none;
    }
    .news-sect .container::before {
        content: '';
        position: absolute;
        display: block;
        width: 83.5%;
        height: 1px;
        background: #ddd;
        bottom: 4.5%;
        left: 15px;
    }
}
@media screen and (max-width: 1280px){
    /* .site-footer {
        margin-top: -78px;
    }
    .footer_top .container {
        padding-top: 156px;
    } */

    .title {
        margin: 0 0 32px;
    }
    .banner .slick-dots, .banner_m .slick-dots{
        bottom: 15px;
    }

    .about-sect {
        padding: 68px 0 46px;
    }
    .products-sect {
        padding: 68px 0 24px;
    }
    .news-sect {
        padding: 24px 0 46px;
    }
    .service-sect {
        padding: 68px 0 38px;
    }
    .album-sect {
        padding: 68px 0 46px;
    }
    .about-sect .row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .about-sect .col.txt{
        width: 65%;
        padding: 0;
    }
    .about-sect .col.pic {
        width: 35%;
    }
    .about-sect .title {
        margin: 0 0 20px;
    }
    .products-sect .container::before,
    .news-sect .container::before,
    .album-sect .container::before{
        width: 80%;
    }
    .album-list.type1 .item {
        margin-bottom: 35px;
    }
}
@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){
    /* .site-footer{
        margin-top: -40px;
    }
    .footer_top .container {
        padding-top: 80px;
    } */
    .banner .slick-dots button, .banner_m .slick-dots button{
        width: 6px;
        height: 6px;
    }
    .banner .slick-dots li,
    .banner_m .slick-dots li{
        margin: 0 5px;
    }
    .hot-arrow{
        width: 110px;
        position: relative;
        left: 0%;
        top: 0;
        margin:0 auto 0px;
        }
    .hot-arrow .slick-arrow{
        width: 50px;
        height: 50px;
    }
    .products-sect .hot-arrow,
    .news-sect .hot-arrow,
    .album-sect .hot-arrow{
        order: 2;
        margin: 0 auto 18px;
    }
    .index_more{
        width: 160px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .index_more a span {
        font-size: 16px;
    }
    .index_more a::after{
        width: 50px;
        height: 50px;
    }
    .title {
        margin: 0 auto 32px;
        text-align: center;
    }
    .title span{
        font-size: 35px;
    }
    .title h2{
        font-size: 24px;
    }
    .title h2::before{
        width: 40px;
        height: 6px;
        background-size: contain;
        margin: 0 15px 5px 0;
        opacity: .7;
    }
    .title h2::after{
        content: '';
        position: relative;
        display: inline-block !important;
        background: url('../../../images/layout04/common/index/title_ic_.png') center no-repeat;
        width: 40px;
        height: 6px;
        background-size: contain;
        margin: 0px 0 5px 12px;
        opacity: .7;
    }
    .about-sect {
        padding: 48px 0 52px;
    }
    .products-sect {
        padding: 50px 0 24px;
    }
    .news-sect {
        padding: 24px 0 52px;
    }
    .service-sect {
        padding: 50px 0 24px;
    }
    .album-sect {
        padding: 50px 0 52px;
    }
    .about-sect .row {
        box-sizing: border-box;
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
    }
    .about-sect .col.txt{
        float: none;
        width: fit-content;
        max-width: 600px;
        text-align: center;
    }
    .about-sect .col.pic{
        float: none;
        width:fit-content;
        text-align: center;
        max-width: 600px;
        left: -6%;
    }
    .about-sect .title {
        margin: 0 0 18px;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 22px;
        text-align: center;
        margin: 0;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 18px;
        height: auto;
        -webkit-line-clamp:inherit;
    }
    .about-sect .index_more {
        position: relative;
        margin: 24px auto;
    }
    .about-sect .a_deco_r{
        top: 0;
    }
    .about-sect .a_deco_l {
        left: 0;
        right: 60%;
        bottom: -6.8%;
    }
    .products-sect .title,
    .news-sect .title,
    .album-sect .title{
        margin-bottom: 20px;
    }
    .products-box,
    .news-list,
    .album-list{
        order: 3;
    }
    .products-sect .index_more,
    .news-sect .index_more,
    .album-sect .index_more{
        order: 4;
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .service-sect .title h2::after{
        display: none;
    }
    .album-sect::before{
        border-radius: 30px;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list.type1 .item .name {
        font-size: 17px;
    }
    /*少量排版*/
    .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 .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-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1 .item {
        margin-bottom: 30px;
    }
    .products-sect .container::before, .news-sect .container::before, .album-sect .container::before{
        display: none;
    }

}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}