@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: 'Poppins', 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: 'Poppins', sans-serif;
    font-weight: 500;
    background: #0095D5;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #0095D5;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #1b2157;
}
.type4 .article-list .date{
    color: #0095D5; 
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #0095D5;
    border-color: #0095D5;
}
/*------------ 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: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:none;
    border:#0095D5 1px solid;
        background: rgba(102, 102, 102, 0.85);
            border-radius: 0 30px 0 30px;
}
.products-list .box:hover .pic:before{
    border:#0095D5 5px solid;
}
.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;
    font-weight: bold;
}
.products-list .box:hover .name{
    color: #0095D5;
}
.products-list.type2 .description,.products-list .description{
    color: #8B8B8B;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout02-1/common/products/news_tag.png);
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 7px;
    top: 7px;
}
.products-list .mask{
    overflow:inherit;
}
.products-list .box .pic{
    position: relative;
    box-sizing: border-box;
    transition: all .2s; 
    border-radius: 0 30px 0 30px;
}
.products-list .box:hover .pic{
    border-color: #0095D5;
    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: 'Poppins';
    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: #0095D5;
}
.album-list .item .name{
    color: #000;
}
.album-list .pic:before{
    content:'';
    display:block;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:none;
    border:#0095D5 0px solid;
    transition:all .3s;
}
.album-list .box:hover .pic:before{
    border:#0095D5 5px solid;
}
.album-list.type1 .item .box:hover .name{
    color:#0095D5;
}
.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{
    
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 30px;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: linear-gradient(to bottom, rgba(0,149,213,1) 0%,rgba(0,95,175,1) 100%);
    color: #fff;
    transition: all 0.3s;
    font-weight: normal;
}
.news-list .box:hover .btn.more {
    background: linear-gradient(to bottom, rgba(0,95,175,1) 0%,rgba(0,95,175,1) 100%);
    color: #fff;
}
.news-list.type1 .item:nth-child(2n){
    background:#f2fcff;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list .pic:before{
    content:'';
    display:block;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:none;
    border:#0095D5 0px solid;
    transition:all .3s;
    border-radius: 0 30px 0 30px;
}
.news-list .box:hover .pic:before{
    border:#0095D5 5px solid;
}
.news-list.type2 .item{
    border:none;
    background: url('../../../images/layout02-1/common/index/dot_line.png') bottom center repeat-x;
}
/*.news-list.type2 .item:nth-child(3),
.news-list.type2 .item:nth-child(4){
    background:none;
}*/
.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;
    border-radius: 0 30px 0 30px;
}

.news-list .item .date{
    color: #0095D5;
}
.news-list.type2 .date{
    margin-top: 8px;
}
.news-list.type2 .date .day{
    border-top:#0095D5 2px solid;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #0095D5;
}
.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:bold;
}
.news-list .box:hover .name{
    color: #000;
    text-decoration: underline;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
/*!列表通用 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;
    transition: all 1.2s ease;
}
/*!輪播*/
/*------------ title ------------*/
.title{
    color: #000000;
    font-size: 23px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
    font-weight: normal;
}
.about-sect .title,
.service-sect .title{
    color: #fff;
}
.service-sect .title{
    margin: 0 40px 0 0;
}
.title h2{
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
}
.title span{
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 60px;
    color: #212121;
    line-height: 0.7;
    display: block;
    margin-bottom: 16px;
    letter-spacing:0;
}
.title span::first-letter {
    color: #0095D5;
}
.about-sect .title span:first-letter,
.service-sect .title span:first-letter{
    color: #fff;
}
.title span:before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #0095D5;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: -8px;
    transition: transform 1.5s cubic-bezier(1, 0, 0, 1), opacity 1.5s;
    transform: scaleX(0);
    transform-origin: 0% 50%;
}
.loaded .title span:before {
    transform: scaleX(1);
}
.service-sect .title span:before,
.about-sect .title span:before{
    display: none;
}
.about-sect .title span,
.service-sect .title span{
    color: #fff;
}
.title i{
   display: none;
}
.news-sect .title h2,
.products-sect .title h2,
.album-sect .title h2{

}

/*------------ more ------------*/
.index_more{
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin: 35px auto 0px;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
}
.service-sect .index_more{
    position: absolute;
    left: calc(50% - 80px);
    bottom: -20px;
    margin: 0;
}
.index_more a{
    font-size: 0;
    display: inline-block;
    width: 160px;
    line-height: 40px;
    height: 40px;
    background:#898788;
    transition: all .3s;
        box-shadow: inset 0 6px 10px 0 hsla(0, 0%, 100%, .2);
}
.index_more:hover a{
    color:#fff;
    background:#0095D5;
        box-shadow: inset 8px 0 10px 0 hsla(0, 0%, 100%, .1);
}
.index_more a span{
    font-size: 15px;
    letter-spacing: 0.05em;
    transition: all .3s;
    display:flex;
    align-items:center;
    justify-content:center;
}
.index_more:hover a span{
    letter-spacing:0.1em;
}
.index_more a span:after{
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    margin-left:16px;
    transition: all .3s;
}
.index_more:hover a span:after{
    transform:translateX(10px);
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    padding: 40px 0 80px;
}
.about-sect .index_more{
    position:absolute;
    bottom: 0;
    right: 0;
}
.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 .container{
    position: static;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .title{
    background: url(../../../images/layout02-1/common/index/abg.jpg) repeat center top;
    background-size: cover;
    margin-bottom: 10px;
    width: 320px;
    height: 320px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 0;
    flex-grow: 0;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
}
.about-sect .txt-box{
    position: relative;
    /* padding:0 0 0 160px; */
    display: flex;
    align-items: center;
    /* flex-grow: 1; */
    
}
.about-sect .txt-box .index-about-editor{
    background:#FFF;
    padding: 40px;
    box-sizing: border-box;
    flex-grow: 1;
    align-self: center;
    min-height: 320px;
    align-content: center;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    color: #000000;
    line-height: 1.7;
    text-align: center;
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 80px;
}
/*------------ news ------------*/

.news-list.type3 .item{
    width:50%;
}
.news-sect{
    padding: 80px 0 0px;
    position: relative;
    z-index: 20;
}
.news-sect:before{
    content: '';
    display: block;
    background: #EFF3FB;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 30%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -1;
        background: url(../../../images/layout02-1/common/index/pbg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}
.news-sect:after{
    content: '';
    display: block;
    background: #EFF3FB;
    position: absolute;
    left: 0;
    right: calc(50% - 20px);
    top: 0;
    bottom: calc(30% - 20px);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -11;
    opacity: 0.2;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom:  1px solid #E6E4E3;
}
.news-list.type2{
    border-bottom: none;
}
.news-list.type3 .item{
    border:none;
}
/*最新消息 少量排版*/
.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 a{
    border-color:#000;
    color:#000;
}
.products-sect .index_more:hover a{
    color:#FFF;
    background:#0095D5;
    border:#0095D5 1px solid;
}*/
.hot-arrow {
    position: absolute;
    top: 45px;
    right: 15px;
    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: transparent;
    border:#878586 1px solid;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 0;
    transition:all .3s;
}
.hot-arrow .slick-arrow:hover{
    background:#0095D5;
    border:#0095D5 1px solid;
}
.hot-arrow .slick-next {
    right: 0;
    left: auto;
}
.hot-arrow .slick-next:before{
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #878586;
    transition:all .3s;
}
.hot-arrow .slick-prev:before{
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #878586 transparent transparent;
    transition:all .3s;
}
.hot-arrow .slick-next:hover:before{
    border-color: transparent transparent transparent #fff;
}
.hot-arrow .slick-prev:hover:before{
    border-color: transparent #fff transparent transparent;
}
.products-sect{
    position: relative;
    z-index: 10;
    padding-top: 300px;
    padding-bottom: 80px;
    background: url(../../../images/layout02-1/common/index/pbg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -300px;
}
.products-sect:after{
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -10;
}
.products-sect:before {
    content: '';
    display: block;
    background: #EFF3FB;
    position: absolute;
    left: 0;
    right: calc(0% - 20px);
    top: -4px;
    bottom: calc(0% - 20px);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -11;
    opacity: 0.4;
}
.products-sect .container{
    display: flex;
    flex-wrap: wrap;
}
.products-box{
    width: 100%;
    order: 0;
}
.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: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    background: url(../../../images/layout02-1/common/index/pbg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    box-sizing: border-box;
    padding: 80px 0;
    z-index:30;
}
.service-sect:before {
    content: '';
    display: block;
    background: #0063b2;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
    bottom: 0%;
    z-index: -1;
}
.service-sect .container{
    position: static;
}
.service-box{
    position: static;
    margin: 0 auto;
    box-sizing: border-box;
}
.service-box >.flex{
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;    
}
.service-box >.flex .editor {
    color: #fff;
    box-sizing: border-box;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ 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{
    position: relative;
    padding: 80px 0 50px;
    z-index: 20;
}
.album-sect:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 22%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -1;
/*    background: linear-gradient(to bottom, rgba(0,132,212,1) 0%,rgba(255,255,255,0) 100%);
    opacity: 0.05;*/
    background: url(../../../images/layout02-1/common/index/pbg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}
.album-sect:after {
    content: '';
    display: block;
    background: #EFF3FB;
    position: absolute;
    left: 0;
    right: calc(50% - 20px);
    top: 0;
    bottom: calc(22% - 20px);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: -11;
    opacity: 0.2;
}
.album-sect .index_more{
    display: none;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{

}
.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: 1440px){
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
}
@media screen and (max-width: 1280px){

}
@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: 1100px){
    .about-sect{
            padding: 100px 0 0px 0;
    }
    .album-sect:before,
    .news-sect:before{
        background-attachment: inherit;
    }
    .banner .slick-dots{
        display: none!important;
    }
    .about-sect{
        padding:  0;
        background-repeat: no-repeat;
        max-height: unset;
    }
    .about-sect .row{
        background: #fff;
        box-shadow: 0 12px 8px rgba(0,0,0,0.1);
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
        padding:0;
    }
    .about-sect .title{
        width: 100%;
        height: auto;
        padding: 32px 0;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        max-height: unset;
    }
    .about-sect .txt-box .index-about-editor{
        padding:20px 20px;
        background: transparent;
        box-shadow: inherit;
    }
    .about-sect .index_more{
        position: relative;
        bottom: inherit;
        right: inherit;
        margin: 0 auto;
    }

    .service-sect{
        padding: 60px 0 80px;
        background-attachment: inherit;
    }
    .articles-sect{
        padding: 40px 0 40px;
    }
    .products-sect{
        background-attachment: inherit;
        margin-top: -220px;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-sect .title {
        margin-bottom: 20px;
    }
    .hot-arrow{
        top: 25px;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .news-list.type3, .news-list.type4{
        margin-bottom: 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%;
    }
    /*!少量排版*/
    .title span{
        font-size: 40px;
        margin-bottom: 8px;
    }
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .title h2{
        font-size: 26px;
    }
    .news-sect{
        padding: 50px 0 0px;
    }
    .products-box{
        
    }
    .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{
        padding: 50px 0 0;
    }
    .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 h2,.album-sect .index_more a span{
        position: static;
        margin:0 auto;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .service-box >.flex{
        flex-direction: column;
    }
    .service-sect .title{
        text-align: center;
        margin: 0 auto 24px;
    }
    .service-box >.flex .editor{
        padding: 0 15px;
        text-align: center;
        letter-spacing: 0.05em;
        border: none;
    }
    .title span:before{
        margin-right: -5px;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
}