@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*列表通用 index article*/


.wrapper {
    padding-top: 137px;
    background: #FFFFFF;
   
    background: #F9F8F7;
}

/*------------ 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 .box{
    transition: all .2s;
    background: rgba(241,237,233,0.4);
    padding: 10px 10px 0px;
    border-radius: 15px;
    position: relative;
    
}
.products-list.type2 .box:hover{
    background: rgba(233,194,105,0.4);
}

.products-list .box.new:before{
    content: '';
    display: block;
    font-family: Arial;
    width: 68px;
    height: 34px;
    position: absolute;
    bottom: 125px;
    text-align: center;
    /* border-radius: 20px; */
    z-index: 15;
    left: 0px;
  
    background: url(../../../images/layout04/common/products/news_tag.png)center no-repeat;
}

.products-list.type1 .box.new:before{
    bottom: 65px;
}

/* .products-list .box.new:before{
    content: '';
    display: block;
    font-family: Arial;
    width: 68px;
    height: 34px;
    position: absolute;
    top: 220px;
    text-align: center;
   
    z-index: 15;
    left: 0px;
  
    background: url(../../../images/layout04/common/products/news_tag.png)center no-repeat;
} */

.products-list .mask {
  
    border-radius: 15px;
}


.products-list .pic:before {
    content: '';
    background: rgba(102, 102, 102, 0.85);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}


.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}


.products-list.type2 .pic:before{
    display: none;
}

.products-list .box .name{
    color:#666666;
}

.products-list.type2 .txt {
    padding-top: 10px;
    padding: 10px 0;
}

.products-list.type2 .name {
    color: #666666;
    font-size: 17px;
    text-align: left;
    height: auto;
    margin: 0px 0 0px;
    line-height: 29px;
    max-height: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.products-list .box .description{
    color: #888888;
}
.products-list .box:hover .description{
   
}
.products-list.type2 .box:after{
   display: none;
}
.products-list.type2 .box:hover:after{
    background: #000;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #EEEAE6;
    background: rgba(241,237,233,0.4);
    transition: all .3s ease;
    border-radius: 15px;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
    border-radius: 15px;
    padding: 10px;
}
.news-list .item .box:hover{
    background: rgba(233, 194, 105, 0.4);
}
.news-list  .pic{
    border-radius: 15px;
}

.news-list.type4 .pic {
  
    border-radius: 15px;
}

.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    padding-top: 13px;
   
    background: #EB5405;
}


.news-list .item .date{
    font-family: 'Open Sans', sans-serif;
}

.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 56px;
    left: 21px;
}

.news-list.type4 .txt {
    position: static;
    padding: 15px 0px 0;
    min-height: auto;
}

.news-list.type4 .date .day{
    color: #fff;
    font-weight: 300;
   font-size: 25px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.05em;
}
.news-list .item .name{
    color: #666666;
    font-size: 16px;
}
.news-list .box:hover .name{
    /* text-decoration: underline; */
}
.news-list .item .description{
    color: #666
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner *{
    height: 100%;
}
.banner img{
}
.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: relative;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
    bottom: 0;
    position: absolute;
    z-index: 50;
    top: 100%;
    right: 292px;
    text-align: right;
    margin-top: -32px;
}
.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: 8px;
    height: 8px;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 100%;
    margin: 0px 10px;
}
.banner .slick-dots li button{
    background: #fff;
    border: 1px solid #BBBBBB;
}
.banner .slick-dots li.slick-active button{
    background: #EB5405;
    border: #EB5405;
}
/*------------ title ------------*/
.title{
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-weight: normal;
}
.title span{
    display: none;
}
.title h2{
    font-size: 90px;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
    color: rgba(235, 85, 5, 0.6);
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more{
    
    display: block;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 2.2;
    width: unset;
    box-sizing: border-box;
    padding: 0;
    transition: all .3s ease;
    color: #F6E6C3;
    font-size: 16px;
    position: relative;
    text-align: left;
    padding-left: 60px;
    z-index: 1;
    width: 215px;
    letter-spacing: 0.1em;
}

.index_more:before {

    content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid #F6E6C3;
    background: transparent;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 30px;
    transition: all .5s ease;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    z-index: 1;
}

.index_more:after {
    content: '';
    border: 1px solid #F6E6C3;
    border-width: 1px 1px 0 0;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    position: absolute;
    left: 17px;
    top: 21px;
}

.index_more:hover{
    letter-spacing: 0.17em;
}
.index_more a{
    font-size: 0;
    padding: 6px 0;
    display: block;
    position: absolute;
   
    top: 0;
    left: 0;
    z-index: 1;
}
.index_more a span{
    font-size: 16px;
    padding-left: 65px;

    
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 15px;
    right: 0;
    width: 80px;

    position: relative;
    top: 175px;
    right: 0;
    width: unset;
}
.hot-arrow .slick-arrow{
    width: 60px;
    height: 60px;
    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: -80px;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: -80px;
    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.jpg) no-repeat center 35%; */
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 40px 0 0px;
    z-index: 1;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    display: block;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 40%;
    width: 50%;
    float: left;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #B5B5B5;
    padding: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    margin: 10px 0 50px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding-right: 30px;
    
}

.about-sect  .index-about-editor{
    
}

.about-sect .col.txt h3{
    font-size: 22px;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}

.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    /* left: 50%; */
    text-align: right;
    margin: 0px 0 0 0;
    width: 50%;
    position: relative;
    /* left: 50%; */
    text-align: right;
    top: -30px;
}


.about-sect .col.pic::before{
    content: "";
    display: block;
    position: absolute;
    bottom: -90px;
    right: -90px;
    width: 212px;
    height: 214px;
    background: url(../../../images/layout04/common/index/ab_icon.png) center no-repeat;
    -webkit-animation: circleRotate2 10s linear infinite;
    animation: circleRotate2 10s linear infinite;
    z-index: 1;
}


@keyframes circleRotate2 {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more{
    margin: 20px 0 0;
    margin-left: auto;
    margin-right: 0px;
}
.about-sect .title{
    z-index: 30;
    position: relative;
    margin-bottom: 0;
}
.about-sect .title h2{
    /* color: #fff;
    font-weight: normal; 
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.31;
    margin: 0; */
    position: relative;
    font-size: 70px;
}




.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.65;
    width: 100%;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 242px;
}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}
/*------------ 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{
    /* margin-bottom: 50px; */
    padding-top: 20px;
    padding: 75px 0;
    background: #F9F8F7;
    position: relative;
}


.news-sect:before {
    content: '';
    width: 100%;
    height: 401px;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
   
    margin: 0 auto;
    width: 1920px;
    width: 100%;
    height: 357px;
    background: url(../../../images/layout04/common/index/news_bg.png)center no-repeat;
}


.news-sect .title{
    /*display: none;*/
}
.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: 10px 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    display: none;
}
/*最新消息 少量排版*/
.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: 76px 0 50px;
}

.products-sect:before {
    content: '';
  
   
    position: absolute;
    left: 0px;
    right: 0;
    top: 210px;
    margin: 0 auto;
 
    height: 358px;
    background: url(../../../images/layout04/common/index/products_bg.png)center no-repeat;
    width: 100%;
    top: 240px;
}

.products-sect::after{
    content: '';
    width: 100%;
    height: 15%;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: -1;
  
}




.products-sect .title h2{
   color: rgba(255, 255, 255, 0.8);
}
.products-sect .title{
    margin-bottom: 20px;
}
.products-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
    display: none;
}
.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:before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    top: -82px;
    margin: 0 auto;
    width: 100%;
    height: 1320px;
    background: url(../../../images/layout04/common/index/s_bg.jpg)center fixed no-repeat;
}
.service-sect{
    position: relative;
    padding-bottom: 35px;
    padding-top: 50px;
  
}


.s_pic{
    position: relative;
    padding-top: 15px;
    width: 57%;
}

.s_pic img{
    -webkit-box-shadow: 5px 5px 11px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 5px 5px 11px 0px rgb(0 0 0 / 40%);
    box-shadow: 5px 5px 11px 0px rgb(0 0 0 / 40%);
    border-radius: 22px;
}


.s_pic .a-row{
    position: relative;
    display: flex;
    flex-direction: row;
}

.s_pic .a-col:nth-child(1){
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 39px;
}


.s_pic .a-col:nth-child(1) img:nth-child(1){
    margin-bottom: 36px;
}

.s_pic .a-col:nth-child(2){
    width: 50%;
}

.service-box{
    width: 33%;
    float: right;
    /* padding: 0 0px; */
    padding-top: 70px;
    padding-right: 50px;
}

.service-sect .title h2{
    color: rgba(246, 230, 159, 0.8);
}
.service-sect .title{
    padding: 0px 0;
    text-align: left;
    margin-bottom: -25px;
}
.service-sect .editor{
    float: right;
    width: 100%;
    position: relative;
    /* background: rgba(255, 255, 255, 0.9); */
    padding: 0px 0px 22px;
    box-sizing: border-box;
    color: #B4B4B4;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    line-height: 1.6;

    
}

.service-sect .editor p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
}

.service-sect .editor .s-list{
    display: flex;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
}


.service-sect .editor .s-main{
    padding-left: 0px;
   
    margin-top: 10px;
    line-height: 1.7;
}


.service-sect .editor .s-main:nth-child(1){
    padding-left: 0px;
    width: 54%;
    margin-top: 10px;
    line-height: 1.7;
}

.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    clear: both;
    margin: 0 auto 0;
    position: relative;
    margin-right: 0;
    right: 0;
    left: 0;
    width: 205px
}
.service-box .index_more:hover{
   
}
.service-box .index_more a{
   
}

.service_pic img{
    margin-left: -25px;
}

/*------------ album ------------*/
.album-sect{
    background: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 10px 0 90px;
    position: relative;
}



.album-sect .title{
    margin-bottom: 20px;
}
.album-sect .title h2{
    color: rgba(235, 85, 5, 0.6);
}
.album-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #8d8d8d;
}

.album-list.type1 .box .name{
   display: none;
}


.album-list.type1 .item {
    border-bottom:unset;
   
}

.album-list .item .pic {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}


.album-list.type1 .item .pic {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}


.album-list .pic:before {
    content: '';
    background: rgba(233, 194, 105, 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}


.album-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

/*瀑布流*/
.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: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;

}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}

@media screen and (max-width: 1500px){
    .hot-arrow {
        position: relative;
        left: 0%;
        top: -11px;
        bottom: unset;
        margin: 0 auto 10px;
        width: 0px;
        width: 0px;
        height: 60px;
    }

    .hot-arrow .slick-arrow{
        left: -70px;
    }

    .hot-arrow .slick-next{
        left: auto;
        right: -70px;
    }

}

@media screen and (max-width: 1440px){
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
    .about-sect .txt-box{
    }
}
@media screen and (max-width: 1280px){

    .about-sect .col.txt{
        margin-top: -10px;
        padding: 0 30px;
        width: 50%;
    }

    .about-sect .col.pic {
        width: 50%;
     
        padding-right: 15px;
    }

    .about-sect .index_more {
        margin-top: 20px;
    }

    .service-sect:before {
     
        top: -72px;
        height: 1100px;
    }


    .products-sect{
        padding-top: 40px;
    }
}

@media screen and (max-width: 1250px){
    .service-sect:before {
        top: -90px;
    }

    .about-sect .col.txt {
      
        padding: 0 20px;
    }
}

@media screen and (max-width: 1230px){
    .service-sect:before {
        top: -72px;
    }
}

@media screen and (max-width: 1200px){

    .site-nav .menu>li ul {
       
        top: 116%;
    }

    .header-fixed .site-nav .menu>li>ul {
        
        top: 106%;
    }

    .service-box {
        width: 40%;
        padding-top: 20px;
    }

    .s_pic {
     
        width: 50%;
    }

     /*產品介紹 少量排版*/
    .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: 1024px){
    .about-sect .col.pic {
       
        top: 0px;
    }

    .service-sect:before {
        top: -60px;
    }
}


@media screen and (max-width: 1000px){

    .banner .slick-dots {
        margin-top: -22px;
        right: 0px;
        left: 0;
        text-align: center;
       }

    .about-sect{
        padding: 15px 0 0px;
        margin: 0;
    }

    .about-sect .row {
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
    
    }

    .about-sect .col.txt{
        
        padding: 0px 10px 15px;
        margin: 0;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }

    .about-sect .col.pic{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .about-sect .col.pic::before{
        display: none;
    }

    .about-sect .title{
        position: static;
    }

    .about-sect .title h2{
        font-size: 30px;
        text-align: left;
    }



    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        width: 100%;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: hidden;
        height: auto;
        text-align: left;
    }

    .about-sect .col.txt h3{
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: hidden;
        height: auto;
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 1.5;
    }

    .about-sect .index_more{
        margin: 20px auto;
       color: rgba(235, 85, 5, 0.6);
     
       padding: 20px 0;
       left: 10px;
    }

    .about-sect .index_more:before, .about-sect .index_more:after{
        border-color:rgba(235, 85, 5, 0.6) ;
    }
    .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: 30px;
    }
    .title{
        margin-bottom: 25px;
        font-size: 30px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 40px 0 10px;
        margin-bottom: 0;
    }

    .news-sect:before {
        content: '';
        width: 100%;
        height: 401px;
        background: #fff;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0px;
        margin: 0 auto;
        width: 1920px;
        width: 100%;
        height: 260px;
        background: url(../../../images/layout04/common/index/news_bg.png)center no-repeat;
        background-size: cover;
    }

    .products-box{
        padding: 8px 0;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
        padding: 0px 0px 0px;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
        padding-bottom: 20px;
    }
    .service-sect .title h2{
        /* color: #fff;
        padding: 3px 0; */
       
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect{
        padding-bottom: 0;
        background-attachment: inherit;
        background: url(../../../images/layout04/common/index/s_bg.jpg)center no-repeat;
        background-size: cover;
        padding-bottom: 245px;
    }

    .service-sect:before{
        display: none;
     }

    .service-sect::after{
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2f2f2fa6;
        z-index: 0;
    }

    .service-sect .editor{
        border:none;
    }

    .service-sect .editor p{
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: hidden;
        height: auto;
    }

    .service-sect .editor .s-main:nth-child(1){
        width: 50%;
    }

    .service-sect .editor .s-main {
       
        width: 50%;
    }

    .service-box .index_more{
        margin: 0 0 0;
        /* left: 30px;
        top: -81px; */
    }
   
    .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;
        width: 95%;
        margin: 0 auto;
        padding-right: 0;
        float: unset;
        padding-top: 30px;
        position: relative;
        z-index: 1;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }

    .s_pic{
        display: none;
    }

    .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-sect .title {
        margin-bottom: 10px;
    }
    
    .album-list{
        width: 100%;
        margin: 0;
    }
    .hot-arrow{
          /* position: absolute; */
    left: 0%;
    /* height: 40px; */
    top: unset;
    bottom: 0;
    margin: 0 auto 15px;
    width: 80px;
    height: 40px;
    }
    .title h2{
        font-size: 30px;
        color: rgba(235, 85, 5, 0.6);
        font-weight: bold;
        display: block;
        margin: 0 0 5px;
    }
    .products-sect{
        padding-bottom: 0;
        margin-top: -225px;
    }

    .products-sect:before{
        display: none;
    }

    .products-sect .title h2{
    
    }

    .products-sect .title {
        margin-bottom: 12px;
    }

    .hot-arrow .slick-arrow{
        left: -5px;
        width: 40px;
        height: 40px;
        background-size: cover;
    }



    .hot-arrow .slick-next{
        left: 45px;
    }


    .products-list.type2 .item {
       
        margin-bottom: 10px;
    }

    .index_more{
        padding-left: 49px;
        line-height: 1.5;
        
    }


    .index_more a span {
        font-size: 16px;
        padding-left: 50px;
    }

    .index_more:before {
      
        width: 35px;
        height: 35px;
      
    }

    .index_more:after {
      
        left: 12px;
        top: 14px;
    }


}
@media screen and (max-width: 767px){
    .service-sect{
        /* padding-top: 25px;
        margin-top: 0; */
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){


   

    .service-sect .editor .s-main {
        width: 100%;
        margin-top: 0;
    }

    .service-sect .editor .s-main:nth-child(1){
        width: 100%;
        margin-bottom: 0;
    }

    .service-box .index_more {
        left: 20px;
        /* margin: 0 auto; */
        width: 180px;
        left: 0px;
    }

    .service-sect .editor .s-list {
      
        flex-direction: column;
    }

    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}


@media screen and (max-width: 325px){
    .about-sect .title h2:before {
        
        font-size: 25px;
        display: block;
        text-align: left;
        margin-bottom: 0px;
        display: block;
        margin-right: 0px;
        margin-bottom: -3px;
    }

   
}


.news-list.type3 .item {
    padding: 0px 20px;
    margin: 10px 0px 20px;
    position: relative;
    border-left: solid #d7d7d7 1px;
}