@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index、news*/
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item{
    border-left: solid #D5D5D5 1px;
}

.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type4{
    margin: 0 -7.5px;
}
.news-list.type4 .item{
    padding: 0 7.5px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    border: 1px solid #D5D5D5;
    background: #FFFFFF;
    max-width: 310px;
}
.news-list .item .box{
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    background: transparent;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list .item .date{
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    text-align: center;
    border-radius: 8px;
    color: #FFFFFF;
    width: 128px;
    height: 36px;
    padding-top: 0;
    background: #32A7BB;
    font-family: "Roboto", sans-serif !important;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background:#584B9C;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -20px auto 18px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    width: fit-content;
    display: inline;
    letter-spacing: 0.02em;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.news-list.type4 .item .date .day{
    order: 3;
}
.news-list.type4 .date .month{
    order: 2;
}
.news-list.type4 .date .years {
    order: 1;
}
.news-list.type4 .date .month::after{
    content: '.';
}
.news-list.type4 .txt{
    position: relative;
    box-sizing: border-box;
    padding: 0 20px 17px 20px;
    transition: all .3s ease;
    border-bottom: 5px solid #D5D5D5;
}
.news-list.type4 .box:hover .txt{
    border-color: #584B9C;
}
.news-list .item .name{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .item .box:hover .name{
    color: #584B9C;
}
.news-list .item .description{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.news-list .btn.more {
    background: #32A7BB;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    width: 112px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    transition: all .3s ease;
    margin-left: 5px;
}
.news-list .box:hover .btn.more {
    background: #584B9C;
    color: #FFFFFF;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .date, .news-date{
        width: 108px;
        height: 30px;
        margin: -15px auto 12px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 15px;
    }
    .news-list .item .name {
        font-size: 17px;
    }
    .news-list.type4 .txt {
        padding: 0 15px 12px 15px;
    }
}

/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -15px;
}
.products-list.type2 .item {
    padding: 0 15px;
    margin-bottom: 30px;
}
.products-list.type2 .box{
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 0px 0px 0px;
    border: 1px solid #D9D9D9;
    transition: all .3s ease;
}
.products-list.type2 .txt{
    position: relative;
    box-sizing: border-box;
    padding: 15px 20px 30px;
}
.products-list.type2 .name{
    max-height: 54px;
}
.products-list .box.new:before{
    content: '';
    position: absolute;
    display: block;
    width: 69px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 0px;
    z-index: 15;
    top: 23px;
    left: -9px;
    background: url(../../../images/layout04/common/products/news_tag.png);
}
.products-list .box .name{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #584B9C;
}
.products-list .box .description{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.products-list .offers{
    color: #D80000;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin: 10px 0 0;
}
.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;
}
.products-list .pic:before{
    display: none;
}
@media screen and (max-width: 1440px){
    .products-list.type2{
        margin: 0 -7.5px;
    }
    .products-list.type2 .item {
        padding: 0 7.5px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1000px){
    .products-list.type2 .txt {
        padding: 10px 15px 20px;
    }
    .products-list .box .name {
        font-size: 17px;
    }
    .products-list.for-cart.type2 .offers{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){


}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*------------ 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: fit-content;
    bottom: 45px;
    left: 76.5%;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 10px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #FFFFFF;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    color: #333333;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 52px;
}
.title span{
    display: block;
    font-size: 65px;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    letter-spacing: 0;
    line-height: 1.25;
    color: #333333;
    margin: 0;
}
.title span > i{
    color: #584B9A;
    font-style: normal;
}
.title h2{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    display: block;
    margin: 0 0px;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    display: flex;
    text-align: left;
    margin: 0px 0 0;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    background: #584B9C;
    width: 230px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    font-family: "Barlow", sans-serif;
    z-index: 5;
    font-size: 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s;
}
.index_more a span{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    z-index: 2;
}
.index_more a::before{
    content: '';
    display: block;
    width: 0%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #32A7BB;
    transition: all .8s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: all .8s cubic-bezier(.215,.61,.355,1);
    z-index:-1;
}
.index_more a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 49.5%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0 auto;
}
.hot-arrow .slick-arrow{
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 2px solid #32A7BB;
    position: absolute;
    cursor: pointer;
    background: transparent url('../../../images/layout04/common/index/p_arrow.png') 50% 50% no-repeat;
    padding: 0;
    box-sizing: border-box;
    border-radius: 100%;
    transition: all .2s ease;
}
.hot-arrow .slick-prev{
    left: -60px;
    right: auto;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: -60px;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    background: #32A7BB url('../../../images/layout04/common/index/p_arrow_.png') 50% 50% no-repeat;
}
/*!輪播*/

/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 82px 0 73px;
}
.news-sect .title{
    position: relative;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    box-sizing: border-box;
    padding: 10px 5px 5px;
}
.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;
}
/*!少量排版*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 73px 0 0px;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .container{
    position: relative;
    z-index: 2;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 57.55%;
    position: absolute;
    left: 42.45%;
    bottom: 0;
    height: auto;
    text-align: right;
    z-index: 2;
}
.about-sect .col.pic img{
    display: block;
    object-fit: cover;
    min-height: 743px;
    max-width: inherit;
    height: 100% !important;

}
.about-sect .index_more{
    margin: 72px 0 0;
}
.about-sect .col.txt{
    width: fit-content;
    float: left;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.about-sect .title{
    position: relative;
    text-align: left;
    margin: 0 0 52px;
}
.about-sect .title span{
    line-height: 0.98;
    margin-bottom: 18px;
}
.about-sect .txt-box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor{
    position: relative;
    box-sizing: border-box;
    max-width: 650px;
    padding: 94px 94px 78px 86px;
    background: #FFFFFF;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.05em;
    height: 214px;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #19407A;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-left: 15px;
    margin: 0 0 10px;
}
.about-sect .txt-box .index-about-editor .editor h4::before{
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: 52px;
    background: #19407A;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .a_deco {
    position: absolute;
    display: block;
    left: -20%;
    bottom: 0;
    z-index: 0;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 82px 0 240px;
}
.service-sect .title{
    position: relative;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    float: none;
    width: 100%;
    background: transparent;
    padding: 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}

/* 跑馬燈 */
.service-sect .marquee {
    width: 100%;
    height: 115px;
    line-height: 115px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: 5%;
    margin: 0;
    z-index: 0;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 80s linear infinite;
    height: 115px;
    display: flex;
}
.marquee .track .pic_mask{
    min-width: 219px;
    min-height: 68px;
}
.marquee .track span {
    position: relative;
    padding: 0;
    height: 115px;
    line-height: 115px;
    font-size: 150px;
    overflow: visible;
    white-space: nowrap;
    color: rgba(51,51,51,.05);
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    padding-left: 50px;
    padding-right: 55px;
}
.marquee .track .marquee_t.end{
    padding-right: 55px;
}
.marquee:hover .track {
    animation-play-state: paused;
}

@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* 跑馬燈 */
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{

}
.articles-sect .index_more{
    display: none;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 256px 0 38px;
    background: url(../../../images/layout04/common/bg/bg2.jpg) repeat;
}
.products-sect::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 734px;
    background: url(../../../images/layout04/common/index/p_bg.jpg) 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
.products-sect .container{
    position: relative;
    box-sizing: border-box;
    padding-top: 68px;
    padding-bottom: 82px;
}
.products-sect .container::before{
    content: '';
    position: absolute;
    display: block;
    background: #FFFFFF;
    top: 0;
    bottom: 0;
    left: -140px;
    right: -140px;
    border-radius: 15px;
    box-shadow: 10px 10px 50px rgba(0,0,0,.1);
    overflow: hidden;
    z-index: -1;
}
.products-sect .title{

}
.products-sect .index_more{
    position: relative;
    text-align: center;
    justify-content: center;
    margin: 30px auto 0;
}

.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect{
    position: relative;
    background: url(../../../images/layout04/common/bg/bg2.jpg) repeat;
    padding: 38px 0 82px;
}
.album-sect .title{
}

.album-sect .index_more{
    display: none;
}
.album-sect .hot-arrow{
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list.type1{
    margin: 0 -6.5px;
}
.album-list.type1 .item {
    padding: 0 6.5px 0px;
}
.album-list .box .name{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    transition: all .3s ease;
}
.album-list.type1 .item .name{
    font-size: 17px;
    color: #444444;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.5;
    transition: all .3s ease;
    height: auto;
    -webkit-line-clamp: 1;
    margin: 0;
}
.album-list.type1 .item .box:hover .name{
    color: #FFFFFF;
}
.album-list.type1 .item .box .namebox{
    position: relative;
    box-sizing: border-box;
    padding: 11.5px 15px 13.5px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: -23px 20px 30px;
    box-shadow: 7px 7px 40px rgba(0,0,0,.2);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    transition: all .3s ease;
}
.album-list.type1  .item .box:hover .namebox{
    -webkit-transform: translate(0, -38px);
    transform: translate(0, -38px);
    background: #584B9C;
}

.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: #333333;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: normal;
    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: 1680px){
    .hot-arrow .slick-prev{
        left: -40px;
    }
    .hot-arrow .slick-next{
        right: -40px;
    }
}
@media screen and (max-width: 1440px){
    .products-sect .hot-arrow{
        display: none;
    }
}
@media screen and (max-width: 1280px){
    .banner .slick-dots, .banner_m .slick-dots {
        bottom: 35px;
        left: 73.5%;
    }

    .news-sect {
        padding: 54px 0 48px;
    }
    .about-sect {
        padding: 48px 0 0px;
    }
    .service-sect {
        padding: 54px 0 160px;
    }
    .products-sect {
        padding: 170px 0 25px;
    }
    .album-sect {
        padding: 25px 0 54px;
    }

    .title {
        margin: 0 auto 34px;
    }
    .about-sect .title {
        margin: 0 0 34px;
    }
    .about-sect .col.pic {
        width: 48.36%;
        left: 51.64%;
    }
    .about-sect .col.pic img {
        min-height: 660px;
            width: 100%;
    }
    .about-sect .a_deco {
        left: -40%;
    }
    .about-sect .col.txt{
        margin-left: 3.2%;
    }
    .about-sect .txt-box .index-about-editor{
        padding: 62px 62px 52px 57px;
    }
    .about-sect .index_more {
        margin: 48px 0 0;
    }
    .service-sect .marquee{
        bottom: 2%;
    }
    .products-sect .container {
        padding-top: 45px;
        padding-bottom: 54px;
    }
    .products-sect .index_more{
        margin:20px auto 0;
    }
}
@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){
    .news-sect {
        padding: 50px 0 12px;
    }
    .about-sect {
        padding: 12px 0 0px;
    }
    .service-sect {
        padding: 48px 0 106px;
    }
    .products-sect {
        padding: 106px 0 23px;
    }
    .album-sect {
        padding: 23px 0 23px;
    }

    .title{
        margin-bottom: 30px;
    }
    .title span {
        font-size: 45px;
    }
    .title h2 {
        font-size: 24px;
    }

    .index_more a{
        width: 193px;
        height: 50px;
        line-height: 50px;
    }
    .index_more a span{
        font-size: 14px;
    }

    .about-sect .index_more{
        text-align: center;
        justify-content: center;
    }
    .about-sect .title {
        margin: 0 0 30px;
        text-align: center;
    }
    .about-sect .col.txt{
        padding: 0;
        margin: 0;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width: 100%;
        max-width: 650px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .col.pic img{
        min-height: inherit;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 18px;
        padding-left: 0px;
        padding-bottom: 15px;
        margin: 0 auto 15px;
    }
    .about-sect .txt-box .index-about-editor .editor h4::before {
        width: 52px;
        height: 3px;
        background: #19407A;
        top: inherit;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        height: auto;
        -webkit-line-clamp:inherit;
        overflow:inherit;
        font-size: 15px;
        text-align: left;
    }
    .about-sect .txt-box .index-about-editor{
        padding: 30px 30px 40px 35px;
        margin: 0 auto;
    }
    .about-sect .index_more{
        margin: 32px auto 0;
        text-align: center;
        justify-content: center;
    }
    .about-sect .a_deco img{
        width: 446px;
        height: 528px;
        background-size: contain;
    }
    .products-sect .container {
        padding-top: 48px;
        padding-bottom: 58px;
    }
    .products-sect .index_more {
        margin: 8px auto 0;
    }


    .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-sect::before{
        background-attachment: inherit;
        background-size: cover;
        height: 106px;
    }
    .products-box{
        padding: 0px 0;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }

    .service-sect .editor{
        border:none;
    }
    .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;
    }
    .service-box{
        padding-left: 0;
    }

    .service-sect .marquee {
        height: 86px;
        line-height: 86px;
        bottom: 1.4%;
    }
    .marquee .track {
        height: 86px;
    }
    .marquee .track .pic_mask{
        min-width: 146px;
        min-height: 45px;
    }
    .marquee .track span {
        height: 86px;
        line-height: 86px;
        font-size: 100px;
        padding-left: 33px;
        padding-right: 36px;
    }
    .marquee .track .marquee_t.end{
        padding-right: 36px;
    }

    .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.type1 .item .name{
        font-size: 16px;
    }

    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list.type1 {
        margin: auto;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .hot-arrow{
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin:0 auto 10px;
    }
}
@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%;
    } 
}