@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;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    color: #000;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #139FD0;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #0E85A3;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #1b2157;
}
.type4 .article-list .date{
    color: #139FD0; 
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #139FD0;
    border-color: #139FD0;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #f7894f;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .pic:before{
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background:none;
    background:rgba(0,0,0,0.4);
}
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .box .name,.products-list.type2 .name{
    color: #000;
}
.products-list.type2 .box:hover .name{
    text-decoration: underline;
}
.products-list.type2 .description,.products-list .description{
    color: #8B8B8B;
}
.products-list .box.new:before{
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    line-height:25px;
    color:#444;
    text-align:center;
    font-size:16px;
    position: absolute;
    z-index: 10;
    left: 7px;
    top: 7px;
    background-image: url(../../../images/layout02-5/common/products/news_tag.svg);
}
.products-list .mask{
    overflow:inherit;
}
.products-list .box .pic{
    position: relative;
    box-sizing: border-box;
    transition: all .2s; 
}
.products-list .box:hover .pic{
    border-color: #1A1B20;
    transition: all .2s;  
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item{
    border:none;
}
.album-list.type1 .item .box .more{
    display:none;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #0E85A3;
}
.album-list .item .name{
    color: #000;
}
.album-list.type1 .item .pic:before,
.album-list.type1 .item .pic:after,
.album-list.type3 .item .pic:before,
.album-list.type3 .item .pic:after{
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    z-index: 15;
}
.album-list.type1 .item .pic:after,
.album-list.type3 .item .pic:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0,0,0,0.25)
}
.album-list.type1 .item .box:hover .pic:before,
.album-list.type1 .item .box:hover .pic:after,
.album-list.type3 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:after{
    transition: all 0.3s;
    opacity: 1;
}
.album-list.type1 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:before {
    top: 50%;
}
.album-list.type1 .item .box .name{
    margin: 0px 5px 10px;
    padding-top:25px;
}
.album-list.type1 .item .box:hover .name{
    text-decoration: underline;
}
.album-list.type1 .item .namebox{
    position: relative;
}
.album-list.type1 .item .namebox:before{
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    left: calc(50% - 2.5px);
    top: -15px;
    background: #343434;
    opacity: 1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #292929;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: relative;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 0px;
    width: 118px;
    background: transparent;
    color: #343434;
    font-weight: normal;
    border:#343434 1px solid;
    transition: all 0.3s;
    font-family: 'Orbitron', sans-serif;
    text-transform:lowercase
}
.news-list .box:hover .btn.more {
    color: #FFF;
    border-color:#343434;
    background:#343434;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.3s;
}
.news-list.type1 .item:nth-child(2n){
    background: #f3f3f359;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list .pic:before ,
.news-list .pic:before{
    display: none;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .box:hover .pic,
.news-list.type2 .box:hover .pic{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.news-list.type2 .item{
    border: none;
    margin-bottom: 25px;
    padding-bottom: 0px;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box .pic img{
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list .item .date{
    color: #1a1b20;
    font-family: 'Orbitron', sans-serif;
}
.news-list.type2 .date{
    margin-top: 8px;
    font-weight: 400;
}
.news-list.type2 .date .day{
    font-weight: 400;
    margin-right: 5px;
    position: relative;
}
.news-list.type2 .date .day:before{
    content: "";
    width: 42px;
    height: 2px;
    background: #7F7F7F;
    position: absolute;
    left: 0;
    top: 0;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    background: #343434;
    width: 70px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -42px 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 .item .name{
    color: #000;
    font-weight:normal;
    font-size: 20px;
    height: 32px;
}
.news-list .box:hover .name{
    color: #000;
}
.news-list.type2 .name {
    margin-top: 3px;
    margin-bottom: 5px;
}
.news-list .item .description{
    color: #444444;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .box:hover .date{
    color: #000;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    position: relative;
}
.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button{
    width: 10px;
    height: 10px;
    border: 0;
    color: transparent;
    background: #8E989E;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    background: #FFF;
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
/*!輪播*/
/*------------ title ------------*/
.title{
    color: #000000;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 25px;
    font-weight: normal;
}
.title span{
    display: block;
    color: #212121;
    font-size: 40px;
    font-family: 'Orbitron', sans-serif;
}
.title h2{
    font-weight: normal;
    letter-spacing: 1px;
    text-indent: 0px;
    line-height: 1.31;
    color: #000;
    padding: 0px 0 20px 0;
    position: relative;
    margin: 0;
    font-size: 28px;
    text-align: center;
}
.title h2:after{
    content:'';
    display:block;
    position:absolute;
    left: calc(50% - 4.5px);
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #343434 transparent transparent transparent;
    
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more a {
    text-decoration: none;
    display: block;
    background: #FFF;
    position: relative;
    width: 140px;
    height:40px;
    line-height:40px;
    color: #343434;
    font-size:13px;
    border:#343434 1px solid;
    text-align: center;
    transition: all .3s ease;
    z-index: 2;
    font-family: 'Orbitron', sans-serif;
}
.index_more a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: #343434;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease;
    z-index: -1;
}
.index_more a:hover {
    background: #343434;
    border:#343434 1px solid;
    color: #FFF;
}
.index_more a:hover:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background: url(../../../images/layout02-5/common/index/about_bg.jpg);
    background-size: cover;
    position: relative;
    padding: 80px 0 80px 0;
    z-index: 2;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    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: 320px;
    height: 320px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
}
.about-sect .title h2{
    padding-right: 54px;
    margin-top: 9px;
    padding-bottom: 9px;
}
.about-sect .title h2:before {
    content: "";
    width: 26px;
    height: 1px;
    background: #7F7F7F;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-sect .title h2:after {
    left: unset;
    right: 13px;
    bottom: 24px;
}
.about-sect .txt-box .index-about-editor{
    width: calc(100% - 320px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 45px;
    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: 101px;
}
.about-sect .index_more{
    position: absolute;
    top: 231px;
    left: 362px;
}
.about-sect .index_more a{
    background: transparent;
    color: #FFF;
    border: #FFF 1px solid;
}
.about-sect .index_more a:before {
    background: #FFF;
}
.about-sect .index_more a:hover {
    background: #FFF;
    border:#FFF 1px solid;
    color: #343434;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 80px;
}
/*------------ news ------------*/
.news-list.type3 .item{
    width:50%;
}
.news-sect{
    padding: 112px 0 40px;
    position: relative;
    z-index: 2;
    background: url(../../../images/layout02-5/common/index/news_bg.jpg);
    background-size: cover;
}
.news-sect .title span {
    position: absolute;
    -webkit-text-stroke: 1px #dbdbdb;
    color: transparent;
    white-space: nowrap;
    font-size: 150px;
    top: -49px;
    line-height: 150px;
    left: calc(50% - 271px);
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.news-list.type2{
    border-bottom: none;
}
.news-list.type3 .item{
    border:none;
}
.news-list.column2.type2:before{
    content: "";
    background: #C8C8C8;
    width: calc(100% - 30px);
    height: 1px;
    top: 297px;
    position: absolute;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list {
        justify-content: end;
}
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item.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.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more{
   display: none;
}
.hot-arrow {
    position: absolute;
    top: 5px;
    right: 43px;
    width: 90px;
    height: 44px;
}
.hot-arrow .slick-arrow {
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout02-5/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next {
    background-position: 100% 0;
    right: 0;
    left: auto;
}
.hot-arrow .slick-prev:hover {
    background-position: 0 100%;
}
.hot-arrow .slick-next:hover {
    background-position: 100% 100%;
}
.products-sect{
    position: relative;
    padding-top: 76px;
    padding-bottom: 104px;
    z-index: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../../images/layout02-5/common/index/products_bg_1.jpg);
    background-size: cover;
}
.products-sect:before{
    content: "";
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: calc(100% - 202px);
    position: absolute;
    left: 0;
    bottom: 0px;
}
.products-sect + .service-sec{
    padding-bottom: 120px;
}
.products-sect .container{
    display: flex;
    flex-wrap: wrap;
}
.products-box{
    width: 100%;
    order: 0;
}
.products-sect .title{
    width: 100%;
    position: relative;
}
.products-sect .title h2{
    color: #FFF;
}
.products-sect .title h2:after{
    border-color: #FFF transparent transparent transparent;
}
.products-sect .title span {
    font-size: 150px;
    color: rgba(255,255,255,0.2);
    white-space: nowrap;
    position: absolute;
    left: calc(50% - 492px);
    bottom: -57px;
    line-height: 180px;
}
.products-list{
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list):not(.onlyitem-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 58px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    background:  url(../../../images/layout02-5/common/index/service_bg.jpg);
    background-size: cover;
    padding-top: 40px;
}
.service-sect .title{
    width: 252px;
    height: 185px;
    background: url(../../../images/layout02-5/common/index/service_title_bg.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.service-sect .title span{
    font-size: 150px;
    color: rgba(52,52,52,0.05);
    white-space: nowrap;
    position: absolute;
    left: calc(50% - 455px);
    bottom: -57px;
    line-height: 180px;
}
.service-sect .title h2{
    color: #FFF;
}
.service-sect .title h2:after {
    border-color: #FFF transparent transparent transparent;
}
.service-sect .service-box{
    position: relative;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color:#333333;
    padding: 0 20px 40px;
    margin: 0 auto;
    box-sizing: border-box;
}
.service-sect .index_more{
    margin-top: 35px;
    display: block;
}
.service-sect .index_more a{
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}
.service-sect .index_more a:hover:before {
    width: 100%;
    height: 100%;
}
.products-sect + .service-sect{
    margin-top: -133px;
}
/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.album-sect{
    padding: 112px 0 50px;
    background: url(../../../images/layout02-5/common/index/album_bg.jpg) repeat center top;
}
.album-sect .title span {
    position: absolute;
    -webkit-text-stroke: 1px #e5e5e5;
    color: #f5f3f4;
    white-space: nowrap;
    font-size: 150px;
    top: -62px;
    line-height: 150px;
    left: calc(50% - 317px);
}
.album-sect .index_more{
    display: none;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 112px;
    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 .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.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: 14px 0 0;
    font-size: 16px;
    padding-right: 0;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.contact-sect .arrowL{
    display: none;
}
.contact-sect .btn-box{
    max-width: 800px;
    margin: auto;
}
.form-box{
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.reminder{
    position: relative;
    padding: 9.5px 15px;
    color: #000;
    margin-bottom: 30px;
}
.reminder b:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.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;
    display: none;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1800px){
    .news-sect .title span {
        right: 20px;
    }
    .about-sect .txt-box .index-about-editor {
        padding-right: 0px;
    }
}
@media screen and (max-width: 1440px){
    .news-list.column2.type2:before{
        display: none;
    }
}
@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){
    .banner .slick-dots{
        display: none!important;
    }
    .title{
        margin-bottom: 25px; 
    }
    .news-sect .title span,
    .about-sect .title span,
    .products-sect .title span,
    .service-sect .title span,
    .album-sect .title span{
        font-size: 18px;
        color: #9b9b9b;
    }
    .news-sect .title h2,
    .about-sect .title h2,
    .products-sect .title h2,
    .service-sect .title h2,
    .album-sect .title h2{
        font-size: 24px;
        padding-bottom: 16px;
    }
    .news-sect {
        padding: 25px 0 25px;
    }
    .news-sect .title span {
        position: relative;
        -webkit-text-stroke: 0px #dbdbdb;
        color: #212121;
        font-size: 18px;
        left: 0;
        top: 0;
        line-height: 1.2;
    }
    .about-sect{
        padding: 30px 0 30px 0;
    }
    .about-sect .txt-box {
        flex-direction: column;
    }
    .about-sect .title {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
    .about-sect .title h2:before {
       display: none;
    }
    .about-sect .title h2 {
        padding-right: 0;
        margin-top: 9px;
        padding-bottom: 15px;
        margin-top: 0;
    }
    .about-sect .title h2:after {
        right: unset;
        left: calc(50% - 4.5px);
        bottom: 0;
     }
    .about-sect .txt-box .index-about-editor {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        display: block;
        height: unset;
    }
    .about-sect .index_more {
        position: relative;
        top: 0;
        left: 0;
    }
    .about-sect .index_more a {
        margin-left: auto;
        margin-right: auto;
    }
    .products-sect{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .products-sect .title {
        margin: 0 auto 10px;
    }
    .products-sect .title span {
        font-size: 18px;
        color: rgba(255,255,255,0.5);
        position: relative;
        left: 0;
        bottom: 0;
        line-height: 1.2;
    }
    .hot-arrow {
        position: relative;
        top: 0;
        right: unset;
        left: calc(50% - 45px);
        margin-bottom: 10px;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .service-sect{
        padding: 25px 5px 30px;
    }
    .products-sect + .service-sect {
        margin-top: 0;
        background-position: 95% 0%;
    }
    .service-sect .title {
        width: 233px;
        height: 171px;
        background-size: contain;
        background-repeat: no-repeat;
        flex-direction: column;
    }
    .service-sect .title span {
        position: relative;
        left: 0;
        bottom: 0;
        line-height: 1.2;
    }
    .service-sect .service-box {
        padding: 0;
    }
    .articles-sect{
        padding: 40px 0 40px;
    }
    /*少量排版*/
    .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{
        padding: 30px 0 30px;
        margin-bottom: 0px;
    }
    .products-box{
        padding: 8px 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 10px;
        padding-bottom:30px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        background: #F5F3F3;
        padding-top: 30px;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
    }
    .album-sect .index_more{
        background: none;
        width: auto;height: auto;
        padding: 20px 0 0px;
        line-height: 1;
    }
    .album-sect .title span {
        position: relative;
        -webkit-text-stroke: 0px #dbdbdb;
        color: #9b9b9b;
        font-size: 18px;
        left: 0;
        top: 0;
        line-height: 1.2;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    .service-sect{
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .news-list.type2 .item{
        margin-bottom:10px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
}