@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
body {
    /* background: #FFF;
    background: url(../../../images/layout01-2/common/index-bg-1.jpg) repeat-x;
    background-position: center 201px; */
}
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    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 .box:hover .name{
    color: #AC000D;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #888;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
     color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #D71A18;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #D71A18;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #AC000D;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #AC000D;
    border-color: #AC000D;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #F2856C;
    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 .pic:before {
    background: linear-gradient(0deg,rgba(181,15,19,0.4),rgba(255,255,255,0),rgba(255,255,255,0) );  
}
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .box .name,.products-list.type2 .name{
    color:#111111;
}
.products-list .box:hover .name{
    color: #AC000D;
}
.products-list.type2 .description,.products-list .description{
    color:#948985;
}
.products-list .box:hover .description{
    /* text-decoration: underline; */
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    background: #AC000D;
    width: 73px;
    height: 40px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 1.8;
    font-weight: 300;
}


.products-list .pic {
    position: relative;
    overflow: hidden;
}
.products-list .box:hover .pic img {
    -moz-transform: rotate(4deg) scale(1.2);
    -webkit-transform: rotate(4deg) scale(1.2);
    -o-transform: rotate(4deg) scale(1.2);
    -ms-transform: rotate(4deg) scale(1.2);
    transform: rotate(4deg) scale(1.2);
}


.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
@media screen and (max-width: 1000px){
     /*列表通用 index、products*/
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }

    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
     /*!列表通用 index、products*/
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}

.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #333;
}
.container .masonry-list.album-list .item .box:hover .name{
    color: #AC000D;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
.album-list.type2 .box:hover .pic:after {
    top: calc(50% - 16px);
}
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #AC000D;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #3A3A3A;
    color: #FFF;
}
.news-list.type3 .date{
    color: #3A3A3A;
}
.news-list.type4 .box{
    /* background: #FFF; */
}
.news-list.type4 .txt{
    /* box-shadow: inset 0px 0px 0px 1px #D3D3D3; */
    transition: all .3s ease;
    position: static;
    padding: 0;
}



.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .box:hover .pic img {
    -moz-transform: rotate(4deg) scale(1.2);
    -webkit-transform: rotate(4deg) scale(1.2);
    -o-transform: rotate(4deg) scale(1.2);
    -ms-transform: rotate(4deg) scale(1.2);
    transform: rotate(4deg) scale(1.2);
}

.news-list.type4 .item .pic {
    z-index: 1;
}

.news-list.type4 .item .pic::after{
    content: "";
    background: #B8181C; 
    display: block;
    position: absolute;
    z-index: 1;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
}

.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: linear-gradient(0deg,rgba(181,15,19,0.4),rgba(255,255,255,0),rgba(255,255,255,0) ); 
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #666666;
    transition: all .3s ease;
    font-size: 30px;
    letter-spacing: 1px;
}
.news-list.type4 .box:hover .date{
    background: #AC000D;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 12px;
}
.news-list.type2 .pic{
    margin-bottom: 0;
}
.news-list .item .name{
    color: #666666;
}
.news-list .box:hover .name{
   color: #000033;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
   
}
/*!列表通用 index、news*/

/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}


.banner::before{
    content: '';
    display: block;
    background: url(../../../images/layout01-2/common/banner_bg.png) no-repeat center;
    /* background: red; */
    position: absolute;
    top: 62px;
    /* bottom: 0; */
    left: 0;
    right: 0;
    height: 179px;
    margin: 0 auto;
    width: 100%;
}

.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../../images/layout01-2/common/index/arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev{
   background-position: 0 0;
    left: -27px;
}
.banner .slick-next{
    background-position: 100% 0;
    right: -27px;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    z-index: 80;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 37px;
    height: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    margin:5px 0;
     background: #ddd;
}
.banner .slick-dots li.slick-active button:before{
    background: #CC0000;
}
.site-header{
    background: #FFF;
}
/*------------ title ------------*/
.title span{
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #B50F13;
    font-size: 30px;
    font-weight: 600;
}
.title i{
   display: none;
}
/*------------ more ------------*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding-top: 120px;
    padding-bottom: 90px;
    background: url(../../../images/layout01-2/common/index-bg-1.jpg) repeat-x;
    z-index: 10;
}

.about-sect::before{
    content: "";
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: -5;
    background: url(../../../images/layout01-2/common/index-bg-1.jpg) repeat-x;
}

.about-sect .row{
    padding: 0;
    position: relative;
    padding-bottom: 0px;
}


.about-sect .pic img{
    margin: 0;
    /* display: none; */
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 100%;
    float: unset;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    
    width: 1300px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 400px;
    /* text-align: right; */
    /* display: none; */
    position: absolute;
   position: relative;
   
    
}


.about-sect .col.pic::after{
    content: "";
    width: 1148px;
    height: 175px;
    background: url(../../../images/layout01-2/common/index/about_sh.png);
    position: absolute;
    bottom: -63px;
    left: 0;
    right: 0;
    visibility: unset;
    clear: unset;
    z-index: 0;
    display: block;
    margin: 0 auto;
    z-index: -1;
}


.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
   
}




.about-sect .txt-box{
    position: relative;
}
.about-sect .txt-box .title{
      /* width: 362px; */
    /* height: 277px; */
    /* box-sizing: border-box; */
    /* padding-left: 150px; */
    /* padding-top: 59px; */
    z-index: 1;
    text-align: center;
    position: relative;
}

.about-sect .txt-box .title::before{
    content: "WHO WE ARE";
    position: absolute;
    top: -95px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 145px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    opacity: 0.5;
    font-weight: 600;
    z-index: -1;
    letter-spacing: 4px;
}

.about-sect .title span{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
}

.about-sect .title h2{
    color: #121E30;
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
    text-indent: 0px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    margin-top: 12px;
}
.about-sect .title h2:before{
    content: "";
    width: 51px;
    height: 7px;
    background: #B8181C;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-sect .title h2:after{
 
}
.about-sect .txt-box .index-about-editor{
    width: calc(100% - 30px);
    box-sizing: border-box;
   
    z-index: 1;
    position: relative;
    margin: 0 auto;
}
.about-sect .txt-box .index-about-editor .editor{
    color: #4B5958;
    position: relative;
    line-height: 1.6;
    height: 205px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
}

.about-sect .txt-box .index-about-editor .editor h3{
    margin: 0;
    font-size: 25px;
    color: #B40E13;
    font-weight: unset;
    letter-spacing: 2.5px;
    margin-bottom: 25px;
}

.about-sect .txt .tag{
    display: none;
}
.about-sect .index_more{
    position: relative;
    right: 0;
    /* bottom: -20px; */
    margin: 0 auto;
    display: block;
    left: 0;
    margin: 55px auto -38px;
}
.about-sect .index_more a {
    text-decoration: none;
    text-decoration: none;
    color: #FFF;
    background: url(../../../images/layout01-2/common/index/more_bg_r.jpg) repeat;
    line-height: 80px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    width: 100px;
    height: 80px;
    font-size: 16px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
}
.about-sect .index_more a:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../../../images/layout01-2/common/index/more_bg_b.jpg) repeat;
    bottom: 0;
    z-index: -1;
}
.about-sect .index_more a:hover:before{
    bottom: inherit;
    top: 0;
    height: 100%;
}

.about-sect .index_more a:hover{
    letter-spacing: 6px;
}


/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
}



.news-sect .title{
    text-align: center;
    position: relative;
    /* padding-top: 0; */
    margin-bottom: 25px;
    margin-bottom: 15px;
}
.news-sect .title:after{
    content: "";
  
    width: 1300px;
    height: 9px;
    position: absolute;
    left: calc(50% - 650px);
    bottom: 6px;
}
.news-sect .title h2{
  
    margin: 0;
    position: relative;
    position: relative;
    color: #121E30;
    font-size: 35px;
    font-weight: normal;
    margin-top: -10px;
}
.news-sect .title h2:before{
   
 }
.news-sect .index_more{
    margin-top: 25px;
    display: block;
    display: none;
}
.news-sect .index_more:before{
    content: "";
    position: absolute;
    background: #FFBFBF;
    width: 1304px;
    height: 1px;
    left: calc(50% - 652px);
    bottom: 20px;
}
.news-sect .index_more a {
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    width: 191px;
    height: 43px;
    line-height: 43px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    margin:0 auto 0;
    font-weight: 600;
    background: #D71A18;
}
.news-sect .index_more a:before {
    background: #AC000D;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    transform: skewX(-12deg) scaleX(0);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
}
.news-sect .index_more a span{
    position: relative;
    z-index: 2;
}
.news-sect .index_more a:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
    margin-bottom: 0;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 10px 45px 10px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more{
    display: block;
    position: relative;
    bottom: -19px;
    display: none;
}
.products-sect .index_more a {
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    width: 191px;
    height: 43px;
    line-height: 43px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    margin:0 auto 0;
    font-weight: 600;
    background: #D71A18;
}
.products-sect .index_more a:before {
    background: #AC000D;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    transform: skewX(-12deg) scaleX(0);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
}
.products-sect .index_more a span{
    position: relative;
    z-index: 2;
}
.products-sect .index_more a:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

.products-sect{
    position: relative;
    z-index: 10;
    padding-top: 10px;
    margin-bottom: 15px;
}
.products-sect > .container {
    max-width: 1440px;
    
}
.products-sect > .container:before {
    
}
.products-sect > .container:after {
  
}
.products-box {
    margin: -40px auto 0;
    max-width: 1330px;
}
.products-sect .title{
    text-align: center;
    position: relative;
    padding-top: 0;
    margin-bottom: 80px;
}
.products-sect .title:before{
   
}
.products-sect .title:after{
   
}
.products-sect .title h2{
    line-height: 22px;
    margin: 0;
    display: block;
    margin-top: 10px;
    /* margin-bottom: 12px; */
    position: relative;
    color: #121E30;
    font-size: 35px;
    font-weight: normal;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 58px;
    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;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding-top: 160px;
    padding-bottom: 66px;
   
    position: relative;
    background: url(../../../images/layout01-2/common/index/s_deco.png) no-repeat;
    background-position: 2% 68%;
}
.service-sect:before{
    content: "";
    background: url(../../../images/layout01-2/common/index-bg-1.jpg) repeat-x;
    background: url(../../../images/layout01-2/common/index/index-services-bg.png);
    width: 1920px;
    height: 874px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 200px;
    z-index: -1;
    /* clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);*/
}

.service-sect::after{
    content: "";
   
    background: #FFF7E8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: -2;
}

.service-sect .ss_pic{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.service-sect .title{
    margin: 0px auto 10px;
}

.service-sect .title span{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
}

.service-sect .title h2{
   
    padding-bottom: 25px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    position: relative;
    display: block;
    color: #555555;
    font-size: 35px;
    margin-top: 10px;
    text-align: left;
}
.service-sect .title h2:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    /* border-style: solid; */
    /* border-width: 6px 6px 0 6px; */
    background: #B8181C;
    left: -40px;
    bottom: 11px;
    width: 9px;
    height: 49px;
}
.service-sect .editor{
    margin-top: 0;
    margin-bottom: 0;
    height: 185px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 22px;
}

.service-sect .editor .a_title{
    font-size: 20px;
    color: #111111;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    
}

.service-sect .editor .a_title::before{
    content: "》";
    position: absolute;
    left: -20px;
    top: 0;
}

.service-sect .editor .a_txt{
    margin-bottom: 20px;
}


.service-box{
    position: relative;
    max-width: 583px;
    text-align: left;
    color: #878787;
    margin: 0 auto;
    background: #fff;
    float: left;
    padding: 50px;
    padding: 50px 60px 60px 40px;
}

.service-box::before{
    content: "SERVICE";
    position: absolute;
    top: -170px;
    right: 0;
    font-size: 145px;
    font-family: 'Poppins', sans-serif;
    color: white;
    opacity: 0.7;
    font-weight: 600;
    letter-spacing: 4px;
}

.service-box::after{
    content: " ";
    position: absolute;
    top: -170px;
    right: 0;
    font-size: 145px;
    font-family: 'Poppins', sans-serif;
    color: white;
    opacity: 0.7;
    font-weight: 500;
}

.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: block;
    margin-top: 30px;
    position: absolute;
    top: 60px;
    right: 0;
}
.service-sect .index_more a{
    text-decoration: none;
    color: #fff;
   
    width: 130px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-left: auto;
    font-size: 16px;
    margin: auto;
    background: url(../../../images/layout01-2/common/index/more_bg_r.jpg) repeat;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
}

.service-sect .index_more a span{
    z-index: 10;
    position: relative;
    transition: all .3s;
}

.service-sect .index_more a::before{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    background: url(../../../images/layout01-2/common/index/more_bg_b.jpg) repeat;
    
    bottom: 0;
    width:0px;
    transition: all .3s;
  
}



.service-sect .index_more a:hover::before{
    width: calc(100% - 10px);   
}

.service-sect .index_more a:hover span{
    letter-spacing: 6px; 
}
    

/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
    z-index: 2;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
    margin-left: 2px;
    margin-right: 2px;
}
.album-list.type1.masonry-list .item {
    margin-left: 0;
    margin-right: 0;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    padding: 40px 0 50px;
    background: #FFF7E8;
}
.album-sect .container{
    display: flex;
}
.album-sect .title span{
    display: block;
    top: calc(50% - 50px);
    position: relative;
}
.album-sect .title h2{
    text-align: center;
    text-align: left;
    /* background: #606060; */
    border-radius: 50%;
    margin: 0 auto;
    color: #121E30;
    
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: normal;
    line-height: 33px;
}
.album-sect .title{
    position: relative;
    width: 16.66%;
    height: auto;
    display: block;
    box-sizing: border-box;
    /* padding: 0 0 16.66%; */
    font-size: 21px;
    overflow: visible;
    z-index: 1;

   
}

.album-sect .title::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    border: 14px solid #B50F13;
    box-sizing: border-box;
    border-right: unset;
    z-index: -5;
}

.album-sect .title::after{
    content: "";
    position: absolute;
    width: 71px;
    height: 100px;
    left: 0;
    top: 0;
    background: #FFF7E8;
   
    box-sizing: border-box;
    border-right: unset;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -3;
}

.album-sect .index_more{
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%; 
    border-radius: 0;
    position: relative;  
    background: url(../../../images/layout01-2/common/index/index-album-more.png) no-repeat center,url(../../../images/layout01-2/common/index/more_bg_b.jpg) repeat;
    transition: all .3s;
}
.album-sect .index_more a span{
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block;
    position: absolute;
    left: 0;
    /* margin-left: -59px; */
    top: 0;
}

.album-sect .index_more:hover{
    background: url(../../../images/layout01-2/common/index/index-album-more.png) no-repeat center,url(../../../images/layout01-2/common/index/more_bg_r.jpg) repeat;
}

/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
    padding: 0;
    height: 106px;
    width: 106px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.album-sect.masonry-album-sect .title:before{
    display: none;
}
.album-sect.masonry-album-sect .title h2 {
    position: relative;
    left: 0;
    margin-left: unset;
    top: 0;
    margin-top: unset;
    text-align: center;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 30px;
    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: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background: url(../../../images/layout01-2/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}

@media screen and (max-width: 1440px){
    .about-sect .col.txt {
        padding-left: 60px;
        padding-right: 60px;
    }
    .about-sect .index_more {
        padding-right: 0;
    }
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        right: 15px;
    }
    .album-sect .title:before {
        /* width: 81px;
        height: 161px;
        right: 13px;
        top: calc( 50% - 80px);
        background-size: contain;
        background-repeat: no-repeat; */
    }
    .album-sect .index_more:before {
        background: url(../../../images/layout01-2/common/index/index-album-bg-2.svg);
        width: 81px;
        height: 161px;
        left: 13px;
        top: calc( 50% - 80px);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .service-sect{
        background: unset;
    }

    .about-sect .col.pic {
        width: 1300px;
        width: calc(100% - 20px);
        margin: 0 auto;
        display: block;
        float: unset;
    }

    .about-sect .col.pic::after {
        content: "";
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* bottom: -47px; */
    }
}
@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;
    }
    /*!少量排版*/

    .about-sect .txt-box .title::before {
       
        top: -56px;
        font-size: 105px;
        font-weight: 600;
        z-index: -1;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 1000px){
    .banner::before{
        display: none;
    }

    .banner .slick-dots {
        text-align: center;
        margin-top: 0;
        text-align: center;
    }

    .banner .slick-dots li button {
       /* 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;
    }

    .title span{
        font-size: 22px;
    }

    .about-sect .txt-box {
        flex-direction: column;
    }
    .about-sect {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .about-sect .title h2 {
        font-size: 20px;
        line-height: 20px;
        padding-left: 0px;
    }
    .about-sect .title h2:after {
        display: none;
    }
    .about-sect .txt-box .title {
       
         /* width: 100%; */
        height: unset;
        /* background-size: cover; */
        /* padding: 10px 30px; */
        text-align: center;
        /* padding-top: 5px; */
        /* padding-bottom: 10px; */
        /* background-position: center;*/
    }

    .about-sect .title span {
       
        letter-spacing: 3px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.35px;
        text-align: center;
    }

    .about-sect .title h2 {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 23px;
        line-height: 20px;
        margin-top: 3px;
    }
    .about-sect .title h2:before {
        /* left: calc(50% - 26px); */
    }
    .about-sect .col.txt {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-sect .col.pic{
        background-attachment: scroll;
        height: 100%;
        width: 100%;
        /* background-position: 50% 0%; */
        /* display: none; */
        /* background-size: contain; */
        background: unset;
    }

    .about-sect .col.pic img {
       display: block;
    }

    .about-sect .col.pic::after {
        content: "";
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* bottom: -21px; */
        bottom: -65px;
    }

    .about-sect .txt-box .index-about-editor {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        height: unset;
        padding: 30px 10px 30px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        height: unset;
        display: block;

        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow:unset;
        height: auto;
        font-size: 16px;
 
    }

    .about-sect .txt-box .index-about-editor .editor h3 {
        margin: 0;
        font-size: 18px;
        color: #B40E13;
        font-weight: unset;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .about-sect .index_more {
        margin: 5px auto -38px;
    }

    .service-sect:before{
        bottom: 50px;
    }

    

    .service-sect::after {
        content: "";
        background: #FFF7E8;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: url(../../../images/layout01-2/common/index/s_bg.png) no-repeat,#FFF7E8;
       opacity: 0.5;
       background-position: center;
    }

    .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%;
    }
    .news-list.type3:before {
        display: none;
     }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .news-sect {
        padding-bottom: 40px;
        padding-top: 0;
    }
    .news-sect .title {
        text-align: center;
        position: relative;
        padding-top: 0;
        margin-bottom: 22px;
        overflow: hidden;
    }
    .news-sect .title h2:before {
        top: -35px;
        height: 22px;
    }
    .news-sect .title:before {
        background-size: cover;
    }
    .news-sect .title h2 {
        font-size: 23px;
        line-height: 20px;
        margin-top: 3px;
    }
    .news-sect .index_more {
        margin: 10px auto 10px;
        display: none;
    }

    .products-sect {
        margin-bottom: 10px;
        padding-top: 0;
    }
    .products-sect .title h2 {
        font-size: 23px;
        line-height: 20px;
        margin-top: 3px;
    }
    .products-sect .title {
        padding-top: 30px;
        margin-bottom: 65px;
        overflow: hidden;
    }
   
   
    .service-sect {
        padding: 45px 0px;
        
       
    }

    .service-sect .ss_pic{
        display: none;
    }

    .service-sect .title span {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.35px;
        text-align: center;
    }


    .service-sect .title h2 {
        font-size: 23px;
        line-height: 20px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 0;
    }

    .service-sect .title h2:before{
        display: none;
    }


    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        margin-top: 0px;
        margin-bottom: 10px;
        height: unset;
        display: block;

        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
    }

    .service-sect .editor .a_title {
        font-size: 17px;
       
        letter-spacing: 1px;
    }

    .service-sect .editor .a_title::before {
        content: "》";
        position: absolute;
        left: -15px;
        top: 0;
    }

    .service-box{
        padding-left: 0;
        max-width: 100%;
        padding: 25px 20px 0px;
        float: unset;
    }
    .service-box:before{
        font-size: 55px;
        top: -60px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        text-align: center;

        display: none;
    }
    .service-sect .index_more {
        position: relative;
        margin-top: 32px;
        top: 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%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        margin: 15px auto;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
    }

    .album-sect .title::after{
        display: none;
    }

    .album-sect .index_more{
           /* background: none; */
        width: auto;
        height: auto;
        padding: 0;
        line-height: 1;
        background-size: 30px 30px;
    }

    .album-sect .index_more:hover{
        background-size: 30px 30px;
    }

    .album-sect .title span {
        display: block;
        top: unset;
        position: relative;
        text-align: center;
    }

    .album-sect .title h2{
        position: static;
        margin: 0 auto;
        line-height: 25px;
        font-size: 20px;
        width: unset;
        height: unset;
        text-align: center;
        font-size: 23px;
        line-height: 20px;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 20px;
        padding: 0;
    }
    .album-sect .index_more a span:before {
        width: 106px;
        height: 106px;
    }
    .album-sect .index_more a span:after {
        width: 106px;
        height: 106px;
    }
    .album-sect .index_more a span{
        position: relative;
        margin:0 auto;
        left: unset;
        width: 100%;
        height: 50px;
    }
    .album-sect .title:before {
       display: none;
    }
    .album-sect .index_more:before {
        display: none;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .album-list.type1 .item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-sect .txt-box .title::before {
        top: -28px;
        font-size: 44px;
        /* font-weight: 600; */
        /* z-index: -1; */
        letter-spacing: 0;
    }

}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}