@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color: #ccc;
    border-color: #ccc;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #fff;
}
.article-list .item .description{
    color: #ccc;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #a8bfef;
    border-color: #a8bfef;
    background: none;
}
.article-box  .keyword li a:hover{
    background:  #3e53e6;
    border-color:#3e53e6;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #3e53e6;
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #a8bfef;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .name{
    color: #eee;
}
.products-list .box:hover .name{
    color: #D72828;
}
.products-list .pic:before{
    background: rgba(0,0,0,0.7);
}
.products-list.type2 .box:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
}
.products-list.type2 .box:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #D72828;
    transition: all 0.3s ease;
}
.products-list.type2 .box:hover:after{
    width: 100%;
}
/*.products-list.type2 .box:hover{
    border-bottom-color: #D72828;
}*/
.products-list.type2 .txt{
    padding-bottom: 8px;
}
.products-list.type2 .name{
    margin: 0 0;
    color: #333333;
    font-size: 17px;
}
.products-list .description{
    color: #8B8B8B;
}
.products-list .offers{
    color: #D72828;
}
.products-list .box.new .pic:after{
    content: '';
    position: absolute;
    width: 57px;
    height:30px;
    z-index: 10;
    top: 10px;
    left: 10px;
    background: url(../../../images/layout03/common/products/new_icon.png);
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.products-list.for-cart .box .wish {
    display: none;
    /* width: 35px;
    height: 35px;
    background: #fe00007f;
    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: #FE0000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
/*------------ album ------------*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #D72828;
}
.album-list .item .namebox{
    border: 0;
    padding: 10px 15px 10px 15px;
    background: #595959;
    position: relative;
}
.album-list.type1 .item .name{
    height:auto;
    margin: 10px 5px 10px;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-weight: 400;
}
.album-list .item .name{
    color: #fff;
    text-align: left;
}
.album-list .item .box:hover .namebox{
    background: #D72828;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 40%);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before{
    opacity: 1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #FFFFFF;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list.type3:before{
    /* background: #1b2143; */
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
    /* margin-top: 115px; */
}
.news-list.type4  .item .pic{
    /* margin-top: -115px; */
    position: relative;
}
.news-list.type4 .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(51,51,51,0) 10%,rgba(51,51,51,0) 50%,rgba(51,51,51,.8) 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;   
    display: block;
}
.news-list.type4  .box:hover .pic:before{
    opacity: 1;
}
.news-list.type4 .txt {
    padding: 0 10px 10px 10px;
}
.news-list.type4  .item .box{
    background: #FFFFFF;
    /* border: 1px solid #DCDCDC; */
}
.news-list.type4  .box:hover{
    background: #F1F1F1;
}
.news-list.type4 .item .name{
    color: #595959;
}
.news-list.type4 .item .description{
    color: #878787;
    font-size: 15px;
}

.news-list.type4 .box:hover .date,
.news-list.type4 .item .box:hover .name,
.news-list.type4 .item .box:hover .description{
    color: #fff;
}
.news-list  .item .box{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.news-list.type3 .item .box{
    border: unset;
}
.news-list .box:hover{
    background: rgb(238, 238, 238);
}
.news-list .item .name{
     /* color: #fff; */
}
.news-list .item .description,
.news-list .item .date{
    /* color: #ccc; */
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #111;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #F1F1F1;
}
.news-list.type4 .item .box:hover .date {
    background: #F1F1F1;
    color: #FE0000;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #F1F1F1;
    bottom: 10px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 400;
}
/*
.news-list.type3:before{
    background: #1b2143;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list  .item .box{
    background: #666b8a;
}
.news-list .box:hover{
    background: #fff;
}
.news-list .item .name{
    color: #fff;
}
.news-list .item .description,
.news-list .item .date{
    color: #ccc;
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #111;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #3e53e6;
    bottom: 10px;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before{
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control{
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: transparent;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 1px solid #767676;
    border-right: 1px solid #767676;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 12.5px;
    transition: all 0.3s ease;
    
}
.banner .slick-next::before{
    transform: rotate(45deg);
    margin-left: -13px;
}
.banner .slick-prev{
    margin-right: 10px;
}
.banner .slick-next{
    margin-left: 10px;
}
.banner .slick-arrow:hover::before{
    border-color: #fff;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li{
    vertical-align: middle;
    padding: 0 10px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #555555;
    border-radius: 100%;
    width: 6px; 
    height: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .slick-dots li.slick-active button{
    background: #3F54E9;
}
/*------------ title ------------*/
.title {
    margin: 0 0 40px;
}
.title h2{
    position: relative;
    color: #333333;
    font-size: 30px;
    line-height: 23px;
    margin: 0;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 40px;
}
.title h2:before{
    content: '';
    width: 26px;
    height: 3px;
    background: #FE0000;
    position: absolute;
    /*display: block;*/
    left:0;
   /* right: calc(100% - -15px);*/
    top: calc(50% - 1.5px);
}
.title span{
    position: relative;
    transition: all .3s ease;
    font-size: 100px;
    line-height: 1;
    display: block;
    color: #E0E0E0;
    margin-bottom: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    letter-spacing: 14px;
}
/*------------ more ------------*/
.index_more{
    display: inline-block;
    transition: all .3s ease;
    background: #FFFFFF;
    text-align: center;
    color: #888888;
    font-size: 15px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 10px;
}
.index_more :hover{
    color: #FFFFFF;
}
.index_more a{
    text-decoration: none;
    font-size: 0;
    background: transparent;
    border: 1px solid #E8E8E8;
    width: 200px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.index_more{
     width: 202px;
     margin: 0 auto;
     display: block;
}
.index_more a:hover{
    background: #D72828;
}
.index_more a span{
    font-size: 13px;
    letter-spacing: 0.075em;
    letter-spacing: 2px;
}
/*輪播*/
.products-list ,
.news-list,
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    text-align: center;
    padding-top: 20px;
}
.album-sect .slick-dots{
    position: relative;
    left: calc(0% - 25%);
}
.products-sect .slick-dots li,
.news-sect .slick-dots li,
.album-sect .slick-dots li{
    padding: 0 8px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #666666;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button {
    background: #FE0000;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner{
    position: relative;
    z-index: 2;
}
.products-box{
    margin:  0 -15px;
}
.products-list.type2,
.news-list.type2{
    margin: 0;
}
.news-sect .container{
    padding: 0 10px;
}
.news-list.type3 .item{
    padding:0 10px;
}
.news-list.type3{
    margin:  0 0px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: #FFFFFF;
    padding-bottom: 50px;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    /* box-sizing: border-box;
    align-content: center;
    position: relative;
    overflow: hidden; */
    float: left;
}
.about-sect .col.txt{
    width: 57%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 87px 0 94px 105px;
    background: #fff;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: contain;
    width: 865px;
    height: 675px;
    overflow: hidden;
}
.about-sect .col.pic img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
    object-position: center;
}
.about-sect .col.pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(215, 40, 40, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    transition: all 2s ease;
}
.about-sect.loaded .col.pic:before{
    width: 0%;
}
.about-sect:after {
    content: '';
    background: url(../../../images/layout03/common/index/well.png) no-repeat;
    bottom: 100px;
    height: 600px;
    right: 0px;
    position: absolute;
    width: 250px;
    z-index: -1;
    display: block;
    }
.about-sect .title h2{
    padding: 0;
    color: #333333;
    font-size: 30px;
    margin: 0px 0 16px;
}
.about-sect .title h2:before{
    display: none;
}
.about-sect .title h2::after{
    content: '';
    width: 26px;
    height: 3px;
    background: #FE0000;
    display: block;
    margin-top: 23px;
}
.about-sect .index_more{
    position: relative;
    margin: 50px 0 0;
}
/*.about-sect .index_more {
    display: inline-block;
    transition: all .3s ease;
    background: transparent;
    text-align: center;
    color: #888888;
    font-size: 15px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 10px;
    margin-left: 0;
    left: 50px;
}*/
.about-sect .index_more :hover{
    background: #D72828;
}
/*.about-sect .index_more:hover{
    letter-spacing: 5px;
}
.about-sect .index_more:hover{
    background-position: bottom;
}*/
.about-sect .txt-box{
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    /* min-height: 220px; */
    color: #545454;
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 195px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-list.type3:before{
    /* background: #1b2143; */
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
/* .news-list.type4 .item .box{
    border:none;
    margin-top: 115px;
}
.news-list.type4  .item .pic{
    margin-top: -115px;
    position: relative;
} */
.news-list.type4 .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(51,51,51,0) 10%,rgba(51,51,51,0) 50%,rgba(51,51,51,.8) 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;  
    display: block;
}
.news-list.type4  .box:hover .pic:before{
    opacity: 1;
}
.news-list.type4 .txt {
    padding: 0 10px 10px 10px;
}
.news-list.type4  .item .box{
    /* background: #FFFFFF;
    border: 1px solid #DCDCDC; */
    background: transparent;
}
.news-list.type4 .item .box:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 100px;
    right: 0;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    transition: all .3s ease;
}
.news-list.type4  .box:hover{
    background: #F1F1F1;
}
.news-list.type4 .item .name{
    color: #222222;
    font-weight: 700;
    text-align: left;
}
.news-list.type4 .item .description{
    color: #878787;
    font-size: 14px;
}

.news-list.type4 .box:hover .date,
.news-list.type4 .item .box:hover .name{
    color: #222222;
}
.news-list.type4 .item .box:hover .description{
    color: #AAAAAA;
}
.news-list  .item .box{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}
.news-list.type3 .item .box{
    border: unset;
}
.news-list .box:hover{
    background: rgb(238, 238, 238);
}
.news-list .item .name{
     /* color: #fff; */
}
.news-list .item .description,
.news-list .item .date{
    /* color: #ccc; */
}
.news-list .box:hover .date,
.news-list .item .box:hover .name,
.news-list .item .box:hover .description{
    color: #111;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #F1F1F1;
}
.news-list.type4 .item .box:hover .date {
    background: #FFFFFF;
    color: #FE0000;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 13px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #888888;
    background: #F1F1F1;
    bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.news-list .box:hover .btn.more {
    background: #D72828;
    color: #F1F1F1;
}
.news-sect{
    padding: 20px 0 80px;
    position: relative;
    background-size: cover;
    background: url(../../../images/layout03/common/index/news_background.jpg);
}
.news-sect .title{
    text-align: left;
    padding-top: 40px;
    margin: 0 0 5px;
    position: relative;
    padding-left: 15px;
}
.news-sect .index_more{
    position: absolute;
    right: 17px;
    top: 120px;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ news ------------*/
.news-list.onlyitem-list .item{
    width: 25%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    justify-content: center;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .txt {
    padding: 0 10px 10px 10px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 0px);
    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{
    padding-top: 4px;
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: -35px 0px 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 13px;
    color: #FFFFFF;
    border-radius: 3px;
    font-weight: 500;
    background: #787B7C;
}
.news-list.onlyitem-list .item .date{
    border-radius: 3px;
    color: #595959;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #F1F1F1;
}
.news-list.onlyitem-list4 .item .box:hover .date {
    background: #FFFFFF;
    color: #FE0000;
}
.news-list.onlyitem-list .item .date{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.news-list.onlyitem-list .date .month, .news-list.onlyitem-list .date .years {
    font-size: 13px;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 110px 0;
}
.products-sect .index_more{
    position: absolute;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    right: 17px;
    top: 93px;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title {
    margin: 0 0 10px;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
    margin-bottom: 30px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 90px 0;
    background-size: cover;
    background: url(../../../images/layout03/common/index/news_background.jpg);
}
.service-sect .title{
    margin: 0px auto 55px;
}
.service-sect .title h2{
    color: #333333;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-weight: bold;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    left: 0px;
}
.service-sect .title h2:before{
    content: '';
    width: 26px;
    height: 3px;
    background: #FE0000;
    position: absolute;
    display: block;
    right: calc(100% - -15px);
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.service-sect .editor{
    color: #333333;
}
.service-box{
    position: relative;
    padding: 25px 0 45px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #666;
    margin: 0 auto;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display:none;
    /*display: inline-block;
    transition: all .3s ease;
    background: #FFFFFF;
    text-align: center;
    color: #888888;
    font-size: 15px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 10px;*/
}
.service-sect .index_more a{
    padding: 0;
}
.service-sect .index_more:hover{
    background: #D72828;
}
.service-sect .index_more span{
    display: block;
}
.service-sect .index_more span:before{
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    content: "\e910";
}
/*------------ album ------------*/
.album-sect{
    padding: 50px 0 30px;
    position: relative;
}
/*------------type1:not(.mm-list) ------------*/
.album-sect.type1:not(.mm-list) .title{
    width: 30%;
    padding: 50px 125px 0 0px;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.album-sect.type1:not(.mm-list) .title h2{
    margin-bottom: 30px;
}
.album-sect.type1:not(.mm-list) .title span{
    left: 20px;
}
.album-sect.type1:not(.mm-list) .container{
    max-width: 1800px;
    display: flex;
        /* justify-content: flex-end; */
    margin: 0 0 0 auto;
    padding: 0;
    position: relative;
}
.album-sect.type1:not(.mm-list) .album-list.type1 {
    /* width: 82%;/ */
    width: calc(100% - 30%);
}
/* ------------type1:not(.mm-list) ------------*/
/* ------------.album-sect.type1 ------------*/
.album-sect.type1.mm-list .index_more{
    position: absolute;
    right: 1%;
    top: 90px;
}
/* ------------.album-sect.type1 ------------*/
/* ------------.album-sect.type2 ------------*/
.album-sect.type2 .index_more{
    position: absolute;
    right: 1%;
    top: 90px;
}
.album-sect.type2 .slick-dots{
    position: relative;
    left: calc(0% - 1%);
}
/* ------------.album-sect.type2 ------------*/
/* ------------.album-sect.type3 ------------*/
.album-sect.type3 .index_more{
    position: absolute;
    right: 1%;
    top: 90px;
}
/* ------------.album-sect.type3 ------------*/
.album-sect:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - 0px);
    margin: 0;
    z-index: -1;
}
.album-sect .index_more{
    position: absolute;
    right: 72.5%;
    top: 250px;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*
.album-sect{
    padding: 30px 0;
    position: relative;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 90px;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout03/common/index/contact_border.png) top center no-repeat, url(../../../images/layout03/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.btn.style01{
    display: inline-block;
}
.btn-box{
    text-align: center;
    background: #333333;
    padding: 30px 0 50px 0;
}
.contact-title{
    position: relative;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #E7E7E7;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #D72828;
    width: 76px;
}
.contact-title h2{
    font-size: 18px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1700px){
    .about-sect .col.txt{
        width: 53%;
        float: right;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        padding: 87px 0 94px 105px;
        background: #fff;
    }
        .album-sect .index_more {
        position: absolute;
        right: 77.5%;
        top: 200px;
        }
}
/*
    .about-sect .col.txt {
        width: 60%;
        float: right;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        }
        .title span {
        font-size: 70px;
        letter-spacing: 5px;
        }

    .about-sect .txt-box{
        padding: 30px 40px 90px;
    }
} */
@media screen and (max-width: 1440px){
    .title span {
        font-size: 60px;
        letter-spacing: 2px;
    }
    .about-sect{
        padding: 0;
    }
    .about-sect .col.txt {
        width: 50%;
        float: right;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
    }
    .about-sect .col.pic {
        width: 750px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: unset;
    }
    .album-sect .index_more{
        position: absolute;
        right: 76%;
        top: 200px;
    }
    .products-sect .index_more {
        top: 50px;
    }
    .news-sect .index_more {
        top: 94px;
    }
    /* .article-list.title span {
        font-size: 18px; 
    } */
  

    /* .about-sect .txt-box{
        padding: 30px 40px 90px;
    } */
}
@media screen and (max-width: 1280px){
    /* .about-sect{
        padding: 30px 0 0 0;
    } */
    .about-sect .col.txt{
        padding: 87px 0 94px 65px;
    }
    .about-sect .col.pic img {
        /* object-fit: cover;
        height: 100% !important;
        max-width: inherit;
        object-position: center; */
        left: -20%;
        position: relative;
    }
}
@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .about-sect .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .about-sect .index_more {
        display: flex;
        justify-content: center;
        width: auto;
    }
    .about-sect .col.pic {
        width: unset;
        position: relative;
        left: unset;
        top: unset;
        height: unset;
    }
    .about-sect .col.pic img {
        left: unset;
    }
    .title span {
        text-align: center;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        padding: 30px 50px 0px 50px
    }
    .about-sect .title h2::after {
        margin: 23px auto 0;
    }
    .index-about-editor{
        text-align: center;
    }
    .about-sect .container{
        padding: 0;
    }
    .about-sect .txt-box{
        display: block;
        width: 100%;
        padding-bottom: 40px;
    }
    .about-sect .title{
        width: 100%;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .news-sect .index_more {
        position: relative;
        right: 0px;
        top: 0px;
    }
    .products-sect .index_more {
        position: relative;
        right: 0px;
        top: 0px;
    }
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .title h2:before{
        display: none;
    }
    .title h2{
        padding: 0;
        display: block;
        text-align: center;
        font-size: 25px;
    }
    .service-sect .title h2 {
         padding: 0;
        display: block;
        text-align: center;
        font-size: 25px;
    }
    .title{
        font-size: 20px;
    }
    .about-sect .title h2{
        text-align: center;
         font-size: 25px;
    }
    .products-sect .title h2,.album-sect .title h2,.news-sect .title h2,.articles-sect .title h2{

    }
    .products-sect .index_more,.album-sect .index_more,.news-sect .index_more,.articles-sect .index_more{
    }
    .products-sect{
        padding-top: 30px;
    }
    .products-box{
        padding: 8px 0;
    }
    .service-box{
        box-sizing: border-box;
        padding: 10px 15px;
    }
    .service-sect {
        padding: 30px 0;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .banner-slider-control,.banner:before{
        display: none;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-sect{
        padding: 40px 0 40px;
    }
    .news-sect .title {
        padding-top: 0px;
    }
    .album-sect{
        padding: 30px 0 40px;
    }
    .album-sect .slick-dots{
        padding-top: 20px;
    }
    .album-sect .index_more{
        position: relative;
        right: 0px;
        top: 0px;
    }
    .album-sect .title h2{
        padding-bottom: 0px;
    }
    .album-sect.type1:not(.mm-list) .container {
        display: flex;
        justify-content: center;
        position: relative;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .album-sect.type1:not(.mm-list) .title {
        width: 100%;
        padding: 0px 0px 0 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .album-sect.type1:not(.mm-list) .title h2{
        margin-bottom: 0px;
    }
    .album-sect.type1:not(.mm-list) .title span {
        left: 0px;
    }
    .album-sect .slick-dots {
        left: calc(0% - 0%);
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .title span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    .service-sect{
        padding-top: 25px;
        margin-top: 0;
    }
    .about-sect{
        padding: 0;
    }
    .about-sect .txt .pic:before{
        letter-spacing: 5px;
    }
    .about-sect .txt .pic{
        padding:20px 0 5px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px){
    .title span {
        font-size: 40px;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .about-sect .container{
        padding: 0;
    }
}
