@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.site-main{
    padding-bottom: 32px;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
    border: 1px dashed #888888;
    transition: all .3s ease;
}
.article-list .item .box:hover .top_box{
    background: #fff9e6;
    border: 1px dashed #00A8A8 !important;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color:#FB846B;
    border-color: #FB846B;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #424251;
}
.article-list .item .description{
    color: #424251;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #00A8A8;
    border-color: #00A8A8;
    background: none;
}
.article-box .keyword li a:hover{
    background:   #00A8A8;
    border-color: #00A8A8;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #FB846B;
    transition: all .3s ease;
}
.type5 .article-list .item:hover .date{
    background: #00A8A8;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #FB846B;
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .btn.more:hover{
    background:#00A8A8;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type4 .article-list .box:hover .btn.more{
    background:#00A8A8;
}
/*------------ keyword_box ------------*/
.keyword_box.detail li a,.keyword_box.detail li a:hover{
    background: none;
    border:none;
    padding: 0px 0px;
}
.keyword_box.detail li + li:before{
    content: ','
}
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #00A8A8;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box .keyword li a:hover{
    color:#FB846B;
}
.type4 .keyword_box .keyword li a:hover{
    background: #00A8A8;
    border-color:#00A8A8;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #FB846B;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .mask{
    overflow:inherit;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .name{
    color: #FFF;
    font-size:16px !important;
    line-height: 1.4 !important;
}
.products-list .box:hover .name{
    color: #FFF;
}
.products-list.type2 .box:hover .pic:before{
    opacity: 0 !important;
}
.products-list.type2 .box{
    background:#FFF;
    transition: all 0.3s ease;
}
.products-list.type2 .box:hover .txt{
    background:#6A9E59;
}
.products-list.type2 .box:hover .txt .name{
    color: #FFF;
}
.products-list.type2 .txt{
    padding: 13px 10px 10px 10px;
    background:#003333;
    transition: all 0.3s ease;
}
.products-list.type2 .name{
    margin: 0 0;
}
.products-list .description{
    color: #8B8B8B;
    display:none;
}
.products-list .box.new .mask:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 10;
    top: -23px;
    left: 11px;
    background: url(../../../images/layout03-5/common/products/new_tag.svg) no-repeat;
}
.products-list.masonry-list .box.new .mask:before{
    top: 5px;
    left: 5px;
}
.products-list.type1 .box.new .mask:before {
    background: url(../../../images/layout03-5/common/products/new_tag.svg) no-repeat;
    top: 5px;
    left: 5px;
}
.products-list .pic {
    overflow: hidden;
    position: relative;
}
.products-list .box .pic img {
    transition: all ease 0.3s;
}
.products-list .box:hover .pic img {
    transform: scale(1.1);
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
 }
/*!列表通用 index、products*/
.products-sect .slick-slider .slick-track{
    padding-top: 30px;
}
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #3e53e6;
}
.album-list.type1 .item .box {
    margin-bottom: 30px;
}
.album-list .item .namebox{
    padding: 10px 15px 10px 15px;
    background: #003333;
    position: relative;
    transition: all 0.3s;
}
.album-list .namebox:before{
    content: 'MORE';
    display: inline-block;
    height:24px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 3px;
    box-sizing:border-box;
    letter-spacing: 2px;
}
.album-list .namebox:after{
    content: '';
    width: 46px;
    height: 2px;
    background: #FFFF4D;
    position: absolute;
    top: 37px;
}
.album-list .item .name{
    color:#FFF;
    text-align: left;
}
.album-list.type1 .item .name{
    text-align: left;
    margin: 15px 0px 10px;
}
.album-list .item .box:hover .namebox{
    background: #6A9E59;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
.album-list .pic {
    overflow: hidden;
    position: relative;
}
.album-list .box .pic img {
    transition: all ease 0.3s;
}
.album-list .box:hover .pic img {
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #FFF;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.1);
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .pic:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(255,215,215,0.1);
    opacity: 0;
    z-index: 2;
}
.news-list .item:hover .pic:after{
    opacity: 1;
}
.news-list .item .description,
.news-list .item .name{
     color: #424251;
}
.news-list .item .date{
    color: #FFF;
    transition: all .2s;
}
.news-list .item .box:hover .name{
    color:#3E7D4F;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #3E7D4F;
    bottom: 10px;
}
.news-list .item .box:hover .btn.more{
    background:#B2D03A;
    color: #FFF;
}
.news-list.type2 .date{
    color:#3E7D4F;   
}
.news-list.type3:before{
    background: #FFF;
}
.news-list.type3 .item .date{
    color:#3E7D4F;
}
.news-list.type3 .item .box:hover .date{
    color:#B2D03A;
}
.news-list.type4 .item .box{
    border:1px solid #DDDDDD;
}
.news-list.type4 .item .box{
    background: #FFF;
}
.news-list.type4 .item .box:hover{
    border:1px solid #3F7E50;
}
.news-list.type4 .box:hover{
    background:rgba(255,255,255,0.6);
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background:#3E7D4F;
    transition: all 0.3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .date:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom,#FFDC73,#6A9E59);
    transition: all .3s ease;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.news-list.type4 .item .box:hover .date:before{
    opacity: 1;   
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../images/layout03-5/common/index/banner_bg.png) 50% 100% / 100% 100% no-repeat;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 86px;
    z-index: 1;
}
.banner img{
    width: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before{
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control{
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -30px;
}
.banner .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../../images/layout03-5/common/index/arrow.png) no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next{
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li{
    vertical-align: middle;
    margin:0 5px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width:6px;
    height:6px;
    border-radius: 100%;
    cursor: pointer;
    background:#FFF;
}
.banner .slick-dots li.slick-active button{
    background:#3E7D4F;
}
/*------------ title ------------*/
.title{
    text-align: center;
    margin-bottom: 20px;
    padding-top: 21px;
}
.title:before{
    content: '';
    display: block;
    width: 62px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 31px);
    background: url('../../../images/layout03-5/common/index/title_icon.svg') no-repeat;
}
.title h2{
    color: #3D473B;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: relative;
    letter-spacing: 5px;
}
.title h2:before{
    content: '';
    background: #3E7D4F;
    width: 80px;
    height: 1px;
    position: absolute;
    left: -97px;
    top: 21px;
}
.title h2:after{
    content: '';
    background: #3E7D4F;
    width: 80px;
    height: 1px;
    position: absolute;
    right: -92px;
    top: 21px;
}
.title span{
    display: none;
}
/*------------ more ------------*/
.index_more{
    margin-top: 20px;
    display: block;
}
.index_more a{
    position: relative;
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF;
    background: #3E7D4F;
    text-align:center;
    z-index: 0;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}
.index_more a:before{
    content: "";
    background: linear-gradient(to bottom,#C7C569,#6A9E59);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}
.index_more a:hover:before {
    opacity: 1;
}
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    text-align: center;
    padding-top: 20px;
}
.products-sect .slick-dots li,
.album-sect .slick-dots li,
.news-sect .slick-dots li{
    margin:0 4px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background:#DDDDDD;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s ease;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button ,
.album-sect .slick-dots li.slick-active button{
    background:#3E7D4F;
    width: 20px;
    border-radius: 10px;

}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner{
    position: relative;
    z-index: 2;
}
.products-box{
    max-width:1100px;
    margin:  0 auto;
}
.products-list.type2,
.news-list.type2{
    margin: 0;
}
.news-sect .container{
    padding: 0 10px;
}
.news-list.type3 .item{
    padding:0 10px;
    border-left: solid #d4d4d4 1px;
}
.news-list.type3{
    margin:  0 0px;
}

.products-sect .slick-arrow,
.album-sect .slick-arrow,
.news-sect .slick-arrow{
    text-decoration: none;
    font-size: 13px;
    width: 30px;
    height: 30px;
    display: block;
    transition: all .2s;
    position: absolute;
    overflow: hidden;
    top: 0px;
    color: transparent;
    background:#00A8A8;
    cursor: pointer;
}
.products-sect .slick-arrow:hover:before,
.album-sect .slick-arrow:hover:before,
.news-sect .slick-arrow:hover:before{
      -webkit-transform: skewX(-12deg) scaleX(1.2);
      transform: skewX(-12deg) scaleX(1.2);
  }
  
.products-sect .slick-arrow:before,
.album-sect .slick-arrow:before,
.news-sect .slick-arrow:before{
    background:#FA7861;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index:0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: skewX(-12deg) scaleX(0);
      transform: skewX(-12deg) scaleX(0);
      transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
      transition: transform .5s cubic-bezier(.215,.61,.355,1);
      transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.products-sect .slick-arrow span,
.album-sect .slick-arrow span,
.news-sect .slick-arrow span{
    content:'';
    display:block;
    position: relative;
    width:100%;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
}
.products-sect .slick-prev span,
.album-sect .slick-prev span,
.news-sect .slick-prev span{
    background-image:url(../../../images/layout03-5/common/index/p_al.png);
}
.products-sect .slick-next span,
.album-sect .slick-next span,
.news-sect .slick-next span{
    background-image:url(../../../images/layout03-5/common/index/p_ar.png);
}
.products-sect .slick-prev,
.album-sect .slick-prev,
.news-sect .slick-prev{
    left:50%;
    margin-left:-100px;
}
.products-sect .slick-next,
.album-sect .slick-next,
.news-sect .slick-next{
    right:50%;
    margin-right:-100px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 53px 0 53px;
    background: url(../../../images/layout03-5/common/index/about_bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    display: none;
}
.about-sect .col.txt{
    max-width:1300px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.about-sect .txt-box{
    display: flex;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .title{ 
    width: 245px;
    height: 213px;
    box-sizing: border-box;
    background: url(../../../images/layout03-5/common/index/about_title.png) no-repeat;
    margin-bottom: 0;
    padding-top: 78px;
    margin-left: 96px;
}
.about-sect .title:before{
    display: none;
}
.about-sect .title h2{
    color: #FFF;
}
.about-sect .title h2:before {
    width: 45px;
    background: #FFF;
    left: 0;
    top: -23px;
}
.about-sect .title h2:after {
    display: none;
}
.about-sect .txt-box .index-about-editor{
    width: calc(100% - 360px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 91px;
    padding-right: 70px;
}
.about-sect .txt-box .index-about-editor .editor{
    color: #FFF;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 107px;
}
.about-sect .index_more{
    position: absolute;
    top: 120px;
    left: 221px;
}
.about-sect .index_more a{
    color: #3A561B;
    background: #B2D03A;
    width: 140px;
    transition: all .3s ease;
}
.about-sect .index_more a:before {
    background: #3E7D4F;
}
.about-sect .index_more a:hover{
    color: #FFF;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect{
    padding: 57px 0 60px;
    position: relative;
    background: url(../../../images/layout03-5/common/index/news_bg.jpg) center top repeat;
}
.news-sect .title{
    text-align:center;
}
.news-sect .index_more{
    position:relative;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;

}
.news-list.onlyitem-list .item .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.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 50px 0 45px 0;
    background: #F1F8F3;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
    margin-bottom: 30px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
.products-list.onlyitem-list .box.new .mask:before {
    top: 5px;
    left: 5px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 46px 0 46px;
    position: relative;
    background: url(../../../images/layout03-5/common/index/service_bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-sect .editor{
    color: #313140;
}
.service-sect article.editor {
    color: #313140;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 107px;
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}
/*------------ album ------------*/
.album-sect{
    padding: 57px 0 30px;
    position: relative;
    background: url(../../../images/layout03-5/common/index/news_bg.jpg) center top repeat;
}
/* .album-sect .title h2{
    display:block;
    text-align:center;
} */
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #FFF;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout03-5/common/index/contact_border.png) top center no-repeat, url(../../../images/layout03-5/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.btn.style01{
    display: inline-block;
}
.btn-box{
    text-align: center;
    background: #0c1338;
    padding: 30px 0 50px 0;
}
.contact-title{
    position: relative;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #595f82;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #253bd0;
    width: 76px;
}
.contact-title h2{
     font-size: 18px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
   .products-list.onlyitem-list.type2 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .banner-slider-control,.banner:before{
        display: none;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
     .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
     }
     .news-list.onlyitem-list .item .pic{
        width: 100%;
     }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .title{
        margin-bottom: 15px;
    }
    .products-sect .title h2,
    .about-sect .title h2,
    .service-sect .title h2,
    .album-sect .title h2,
    .news-sect .title h2,
    .articles-sect .title h2{
        font-size: 25px;
        letter-spacing: 2px;
    }
    .title h2:before{
        width: 40px;
        left: -53px;
        top: 18px;
    }
    .title h2:after{
        width: 40px;
        right: -49px;
        top: 18px;
    }
    .index_more a {
        width: 140px;
        height: 35px;
        line-height: 35px;
    }
    .about-sect{
        padding: 20px 0 30px;
        background-attachment: unset;
        background-size: cover;
    }
    .about-sect .txt-box {
        flex-direction: column;
    }
    .about-sect .title {
        width: 100%;
        height: 100%;
        background: unset;
        margin-bottom: 0;
        padding-top :0;
        padding-bottom: 10px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .about-sect .title h2:before {
        top: unset;
        bottom: -10px;
        left: calc(50% - 22.5px);
    }
    .about-sect .txt-box .index-about-editor {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        display: block;
        height: unset;
    }
    .about-sect .index_more {
        position: relative;
        top: 0;
        left: 0;
    }
    .products-sect{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .products-sect .slick-slider .slick-track {
        padding-top: 0;
    }
    .products-list .box.new .mask:before{
        top: 5px;
        left: 5px;
    }
    .products-box{
        padding: 8px 0;
    }
    .service-sect {
        padding: 20px 0 20px;
    }
    .service-sect article.editor {
       display: block;
       height: unset;
    }
    .news-sect{
        padding: 20px 0 20px;
    }
    .album-sect{
        padding: 20px 0 10px;
    }
    .album-sect .slick-dots{
        padding-top: 15px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}