@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #FAD038;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.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{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #fad038;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #fad038;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #fad038;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #fad038;
}
/*------------ 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;
    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: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/

.products-list.type2 .p-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.products-list.type2 .p-hover-bg:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 1px solid #FB9E53;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    right: -1px;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease, width 0.6s 0s ease, height 0.6s 0.2s ease;
}
.products-list.type2 .box:hover .p-hover-bg:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    right: -1px;
    transition: all 0.4s ease, width 0.6s 0s ease, height 0.6s 0.2s ease;
}
.products-list.type2 .p-hover-bg:after {
    content: '';
    width: 0px;
    height: 0px;
    border: 1px solid #FB9E53;
    border-right: 0;
    border-top: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease, width 0.6s 0s ease, height 0.6s 0.2s ease;
}
.products-list.type2 .box:hover .p-hover-bg:after {
    width: 100%;
    height: 100%;
    bottom: -1px;
    opacity: 1;
    transition: all 0.4s ease, width 0.6s 0s ease, height 0.6s 0.2s ease;
}

.products-list .pic:before {
    background: rgba(251, 175, 137, 0.75);
}
.products-list.type2 .box:hover .pic:before {
    opacity: 0;
}

.products-list.type2 .box{
    transition: all .2s;
    background: #FFF;
    padding: 10px 10px 0px;
}

.products-list .box.new:before{
    content: '';
    background: url("../../../images/layout04/common/products/news_tag.png");
    display: block;
    font-family: Arial;
    width: 75px;
    height: 32px;
    position: absolute;
    top: 10px;
    z-index: 15;
    left: 0px;
}
.products-list .box .name{
    color: #000;
    font-size: 17px;
    font-weight: bold;
    transition: all .3s ease;
}
.products-list .box .description{
    color: #363636;
    font-size: 14px;
    margin-bottom: 25px;
}
.products-list .box:hover .name{
    color: #D52B2B;
}
.products-list.type2 .box:after{
    content: 'VIEW MORE';
    display: block;
    font-size: 15px;
    font-weight: bold;
    /* background: #555555; */
    background: linear-gradient(to right,#555555,#555555,#FF8000,#D52B2B);
    background-size: 300% auto;
    background-position: 0 50%;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 2px 10px;
    transition: all .5s ease;
}
.products-list.type2 .box:hover:after{
    transition: all .5s ease;
    background-position: 100% 50%;
}

/*!列表通用 index、products*/
/*列表通用 index、album*/

.album-list.type1 .box .name{
    color: #fff;
    background: #FFF;
    color: #1A1A19;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .3s ease;
}
.album-list.type1 .item {
    border-bottom: 0px solid #ddd;
    margin-bottom: 40px;
}
.album-list.type1 .box:hover .name {
    background: linear-gradient(to right,#FF8000,#D52B2B);
    color: #FFF;
}
.album-list.type1.masonry-list .box .name {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.album-list.type2 .box .pic:before {
    background: rgba(251, 175, 137, 0.75);
}
.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*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: transparent;
    transition: all .3s ease;
}
.news-list .item .box .pic{
    overflow: hidden;
}
.news-list .item .box .pic img{
    transition: all .3s ease;
}
.news-list .item .box:hover .pic img{
    overflow: hidden;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
}
.news-list.type4 .item .box:hover .date{
    background: url(../../../images/layout04/common/news/date-hover.png);
    color: #FFF;
}
.news-list.type4 .item .box:hover .month{
    color: #DCFF73;
}
.news-list.type4 .item .box:hover .years{
    color: #DCFF73;
}
.news-list.type4 .date .day{
    color: #E2E2E2;
    font-size: 25px;
    font-weight: bolder;
    font-family: "Montserrat", sans-serif;
}
.news-list .date,.news-list .date .month, .news-list .date .years {
    font-family: "Montserrat", sans-serif;
}
.news-list .item .name{
    color: #000000;
    font-size: 16px;
}
.news-list .item .description{
    color: #666
}

.news-list .btn.more {
    background: linear-gradient(to right,#838483,#838483); 
    color: #FFF;
    bottom: 0;
    border-radius: 0;
    transition: all .3s ease;
}
.news-list .box:hover  .btn.more {
    background: linear-gradient(to right,#FF8000,#D52B2B); 
    color: #FFF;
}


/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner *{
    height: 100%;
}
.banner .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{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.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: center;
    z-index: 80;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li button{
    background: #ddd;
}
.banner .slick-dots li.slick-active button{
    background: #21A38C;
}
/*------------ title ------------*/
/* .title{
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
    font-weight: normal;
} */
.title span{
    display: none;
}
/* .title h2{
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
} */
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more{
    font-size: 13px;
    display: block;
    margin: 0 auto;
    line-height: 1.2;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: all .3s ease;
}
.index_more a{
    font-size: 0;
    padding: 0;
    display: block;
}
.index_more a span{
    font-size: 13px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 15px;
    right: 0;
    width: 80px;
}
.hot-arrow .slick-arrow{
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: url(../../../images/layout04/common/index/about-bg-1.jpg) no-repeat center fixed  ;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 50px 0;
}
.about-sect:after{
   content: "";
   background: url("../../../images/layout04/common/index/about-bg-2.jpg");
   position: absolute;
   right: 0;
   top: 0;
   width: 464px;
   height: 100%;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #333333;
    padding: 127px 49px 130px 187px;
    background: #FFF;
    margin: 187px 0 50px 0;
}
.about-sect .col.txt:before{
    content: "ABOUT";
    position: absolute;
    font-size: 135px;
    writing-mode: vertical-lr;
    left: -76px;
    top: 0;
    font-weight: 700;
    font-family: "Arial";
    letter-spacing: -4px;
    background:url(../../../images/layout04/common/index/about-bg-1.jpg) no-repeat center 35% fixed;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}

.about-sect .title{
    z-index: 30;
    position: absolute;
    left: 183px;
    top: 40px;
}
.about-sect .title h2{
    font-weight: bold; 
    letter-spacing: 2px;
    background: linear-gradient(to bottom,#FF8000,#D90000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 1.31;
    margin: 0;
    position: relative;
}
.about-sect .title h2:before{
    content: "";
    background: #EE483C;
    width: 73px;
    height: 1px;
    bottom: -21px;
    position: absolute;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.75;
    width: 100%;
    max-height: 202px;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index_more {
    margin: 0px 0;
    position: absolute;
    bottom: 95px;
    right: 130px;
}
.about-sect .index_more a span {
    position: relative;
    font-size: 0;
}
.about-sect .index_more a span:before {
    content: "";
    position: absolute;
    background: url(../../../images/layout04/common/index/index-a-more-1.png);
    width: 80px;
    height:45px;
    left: 0;
    top: 0;
    transition: all .3s ease;
    opacity: 1;
}
.about-sect .index_more a:hover span:before {
    opacity: 0.7;
}
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect{
    background: linear-gradient(to right,#FDFBFB,#F9EDCE);
    padding: 30px 0;
    padding-top: 70px;
}
.news-sect .title h2 {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 36px;
    letter-spacing: 2px;
    margin-left: 10px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 0;
}
.news-sect .title h2:before {
    content: "NEWS";
    font-weight: 600;
    font-size: 100px;
    color: #FFF;
    line-height: 100px;
    position: absolute;
    left: calc( 50% - -30px);
    top: -28px;
    z-index: -1;
    letter-spacing: 0px;
    font-family: "Arial";
}

.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{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 50px 0 40px;
    background:#fff; 
    z-index: 1;
    clip-path: polygon(100% 0, 100% 72%, 88% 72%, 88% 100%, 12% 100%, 12% 72%, 0 72%, 0 0);
}
.products-sect .container{
    position: relative;
}
/*.products-sect .container:before{
    content: "";
    background: url("../../../images/layout04/common/index/index-products-bg-1.png");
    width: 218px;
    height: 206px;
    left: -71px;
    top: -85px;
    position: absolute;
    z-index: -1;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(-359deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(-359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(-359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(-359deg)}
}*/
.products-sect .title span{
    color: #000000;
    display: block;
    font-family: 'Roboto';
    font-size: 36px;
    display: none;
}
.products-sect .title{
    margin-bottom: 0px;   
}
.products-sect .title h2{
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-left: 10px;
}
.products-sect .index_more{
    position: absolute;
    right: 90px;
    margin-left: 0;
    top: 18px;
}
.products-sect .index_more a span{
   width: 97px;
   height: 35px;
   border-radius: 50px;
   background: linear-gradient(to right,#B1B2B6,#61656A);
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: "Arial";
   font-weight: 800;
   color: #FFF;
   letter-spacing: 1px;
   transition: all .3s ease;
}
.products-sect .index_more a span:hover{
   background: linear-gradient(to bottom,#FF8000,#D52B2B);
   transition: all .3s ease;
}
.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;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding-bottom: 0px;
    background: url(../../../images/layout04/common/index/service-bg-1.jpg) center top no-repeat;
    padding-top: 185px;
    margin-top: -185px;
    background-size: cover;
    z-index: 0;
}
.service-sect:before{
    content: "";
    background: url("../../../images/layout04/common/index/products-bg-1.png");
    width: 813px;
    height: 26px;
    position: absolute;
    top: 185px;
    left: calc(50% - 406px);
}
.service-sect .container{
    position: relative;
}
.service-sect .container::before{
    content: "";
    background: linear-gradient(to bottom,#000000,#551806);
    width: 400px;
    height: calc( 100% );
    position: absolute;
    bottom: 0px;
    left: 35px;
    z-index: -1;
    opacity: 0.79;
}
.service-sect .title {
    display: inline-block;
}
.service-sect .service-box > .flex{
    display: flex;
    flex-direction: column;
    width: 400px;
    left: 20px;
    position: relative;
}
.service-sect .title h2{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    background: linear-gradient(to bottom,#F3BE30,#FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 35px;
    margin: 5px 30px;
    letter-spacing: 3px;
    margin-top: 125px;
    position: relative;
    margin-bottom: 15px;
}
.service-sect .title h2:before{
    content: "";
    background: url("../../../images/layout04/common/index/service-t-1.png");
    width: 61px;
    height: 66px;
    position: absolute;
    left: 3px;
    top: -82px;
}

.service-sect .editor{
    float: right;
    width: 100%;
    position: relative;
    padding: 0px 30px 0px;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    position: absolute;
    top: 127px;
    left: 273px;
}
.service-box .index_more span{
    background: url("../../../images/layout04/common/index/index-s-more-1.png");
    width: 60px;
    height: 34px;
    display: block;
    font-size: 0;
    position: relative;
}
.service-box .index_more span:before{
    content: "";
    position: absolute;
    background: url("../../../images/layout04/common/index/index-s-more-2.png");
    width: 60px;
    height: 34px;
    left: 0;
    top: 0;
    transition: all .3s ease;
    opacity: 0;
}
.service-box .index_more:hover span:before{
    opacity: 1;
}

/*------------ album ------------*/
.album-sect{
    background: url(../../../images/layout04/common/index/album-bg-1.jpg) center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 86px 0 65px;
}
.album-sect .title{
    margin-bottom: 24px;
}
.album-sect .title h2 {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 36px;
    letter-spacing: 2px;
    margin-left: 10px;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 0;
}
.album-sect .title h2:before {
    content: "ALBUM";
    font-weight: 600;
    font-size: 100px;
    color: #FFF;
    line-height: 100px;
    position: absolute;
    left: calc( 50% - 23px);
    top: -44px;
    z-index: -1;
    letter-spacing: 0px;
    font-family: "Arial";
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}

.album-sect .container {
    position: relative;
}
.album-sect .index_more {
    position: absolute;
    right: 90px;
    margin-left: 0;
    top: 18px;
}
.album-sect .index_more a span {
    width: 97px;
    height: 35px;
    border-radius: 50px;
    background: linear-gradient(to right,#B1B2B6,#61656A);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial";
    font-weight: 800;
    color: #FFF;
    letter-spacing: 1px;
    transition: all .3s ease;
}
.album-sect .index_more a span:hover {
    background: linear-gradient(to bottom,#FF8000,#D52B2B);
    transition: all .3s ease;
}


/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 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: #333;
}
/*!少量排版*/
/*----------- 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: 1800px){
    .products-sect{
        clip-path: polygon(100% 0, 100% 71%, 93% 71%, 93% 100%, 7% 100%, 7% 71%, 0 71%, 0 0);
    }
}
@media screen and (max-width: 1700px){
    .products-sect{
        clip-path: polygon(100% 0, 100% 71%, 93% 71%, 93% 100%, 7% 100%, 7% 71%, 0 71%, 0 0);
    }
}
@media screen and (max-width: 1600px){
    .products-sect{
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);
    }
}
@media screen and (max-width: 1440px){
    .hot-arrow {
        right: 5px;
    }

    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
    
}
@media screen and (max-width: 1280px){
    .products-sect{
        padding-top: 40px;
    }
}
@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){
    .products-sect {
        padding-top: 20px;
    }
    .products-sect .title h2 {
        font-size: 26px;
        margin-bottom: 45px;
        text-align: center;
        margin-left: 0;
    }
    .products-sect .index_more {
        position: absolute;
        right: calc( 50% - 48.5px);
        margin-left: 0;
        top: 46px;
    }
    .album-sect .index_more {
        position: absolute;
        right: calc( 50% - 48.5px);
        margin-left: 0;
        top: 46px;
    }
    .about-sect{
        padding: 0px 0 0px;
        margin: 0;
        background: url(../../../images/layout04/common/index/about-bg-1.jpg)center bottom no-repeat;
        background-position: 0% 100%;
        background-size: cover;
    }
    .about-sect .container {
        padding-left: 0;
        padding-right: 0;
    } 
    .about-sect .index_more {
        margin: 0px 0;
        position: absolute;
        bottom: 51px;
        right: calc( 50% + 40px);
    }
    .about-sect .col.txt{
        margin-top: 0px;
        padding: 20px 20px 85px;
        margin-bottom: 0;
        background: rgba(255,255,255,0.9);
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .title{
        position: static;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .index_more{
        margin: 20px auto;
    }
    .about-sect:after {
        content: "";
        background:none;
    }

    .about-sect .col.txt:before {
        content: "";
        background: none;
    }

    .about-sect .title h2 {
        font-size: 26px;
    }
    .about-sect .title h2:before {
        bottom: -10px;
        left: calc( 50% - 36.5px );
    }

    .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%;
    }
    /*!少量排版*/
    .news-sect .title span,.products-sect .title span,.album-sect .title span{
        font-size: 24px;
    }
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .products-box{
        padding: 8px 0;
    }
    .service-sect:before {
        content: "";
        background: none;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-sect .service-box > .flex{
        width: unset;
        padding-right: 30px;
        padding-left: 30px;
        box-sizing: border-box;
        margin: auto;
        left: 0;
    }
    .service-box .editor .service-t-1:before {
        content: "";
        background: none;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
        padding-bottom: 0px;
    }
    .service-sect .title h2{
        font-size: 30px;   
        margin-bottom: 0;
        margin-left: 0;
        text-align: center;
        margin-right: 0;
    }
    .service-sect .title h2:before {
        left: calc( 50% - 30.5px);
        top: -82px;
    }
    .service-sect .editor {
        padding: 0px 0px 0px;
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect{
        padding-bottom: 0;
        background-attachment: inherit;
        background-position: 62% 50%;

    }
    .service-sect .editor{
        border:none;
    }
    .service-box .index_more{
        position: relative;
        margin: 0 0 0;
        left: calc( 50% - 30px);
        top: -40px;
        display: inline-block;
    }
    .service-sect:before{
        height: 80px;
    }
    .service-sect .container::before {
        content: "";
        background: linear-gradient(to bottom,#000000,#551806);
        width: 100vw;
        height: calc( 100% );
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        opacity: 0.79;
    }

    .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;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .news-sect .title h2:before {
        content: "";
    }
    .news-sect .title h2 {
        font-size: 26px;
        margin-left: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .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{
        padding: 15px 0 10px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }

    .album-sect .title h2 {
        font-size: 26px;
        margin-bottom: 45px;
        text-align: center;
        margin-left: 0;
    }


    .album-sect .title h2:before {
        content: "";
    }
    .hot-arrow{
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin:0 auto 10px;
    }
    .title h2{
        font-size: 25px;
        color: #000000;
        font-weight: bold;
        display: block;
        margin: 0 0 5px;
    }
    .products-sect{
        padding-bottom: 0;
    }
    .site-footer:before {
        content: "";
        background: none;
    }

}
@media screen and (max-width: 767px){
    .service-sect{
        padding-top: 0px;
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }

}
@media screen and (max-width: 500px){
    .service-sect .service-box > .flex {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}

