@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ 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:hover .name{
    color: #17a98a;
    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: #29A38A;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ 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: #F2856C;
    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.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s ease;
    position: relative;
    background: #fff;
}
.products-list .box .name,.products-list.type2 .name{
    color:#333;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal !important;
}
.products-list .box:hover .name{
    color: #233FAA;
}
.products-list.type2 .description,
.products-list .description{
    color: #878787;
}
.products-list .box:hover .description{
    color: #464646;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    background: #233FAA;
    width: 50px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    -webkit-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -moz-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -ms-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    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;
    transition: all .2s ease;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.type2 .pic:before{
    display: none;
}
@media screen and (max-width: 1000px){
    /*列表通用 index、products*/
    .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、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.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{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.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:#333;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal !important;
}
.container .masonry-list.album-list .item .box:hover .name{
    color: #233FAA;
}
.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.type3:before{
    display: none;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .btn.more{
    background: #233FAA;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    transition: all .2s ease;
}
.news-list .box:hover .btn.more {
    background: #5ae7e7;
    color: #fff;
}
.news-list.type2 .btn.more{
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    text-align: center;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: none;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .2s ease;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    opacity: 1;
}
.news-list.type4 .item .box{
    transition: all .2s ease;
    border: none;
}
.news-list .item .box{
    transition: all .2s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    padding: 0 15px 20px;
}
.news-list.type2 .date{
    font-family: 'Fira Sans', sans-serif;
    color: #233FAA;
}
.news-list.type3 .date{
    color: #5ae7e7;
    font-family: 'Fira Sans', sans-serif;
}
.news-list.type4 .item .date{
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    background: #233FAA;
    width: 70px;
    height: 80px;
    padding-top: 23px;
    margin: -60px 0px 13px;
    -webkit-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -moz-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -ms-clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon( 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #233FAA;
    background: -webkit-gradient(left top, right top, color-stop(0%, #233FAA), color-stop(100%, #2db8e6));
    background: -webkit-gradient(linear, left top, right top, from(#233FAA), to(#2db8e6));
    background: linear-gradient(to top, #233FAA 0%, #2db8e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#233FAA", endColorstr="#2db8e6", GradientType=1);
}
.news-list.type4 .date .day{
    font-size: 35px;
    font-weight: 500;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1;
    margin-top: -13px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list .item .name{
    color: #333;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: normal !important;
    margin-bottom: 15px;
}
.news-list .box:hover .name{
    color: #233FAA;
}
.news-list .item .description{
    color: #8B8B8B;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    max-height: 50px;
    -webkit-line-clamp: 2;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list.type3 .item {
    border-left: 1px dashed #DDD;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: #233FAA;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
    border-radius: 100%;
    border: 0;
    z-index: 1;
}
.banner .slick-arrow:hover{
    background: #233FAA;
    background: -webkit-gradient(left top, right top, color-stop(0%, #233FAA), color-stop(100%, #2db8e6));
    background: -webkit-gradient(linear, left top, right top, from(#233FAA), to(#2db8e6));
    background: linear-gradient(to left, #233FAA 0%, #2db8e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#233FAA", endColorstr="#2db8e6", GradientType=1);
}
.banner .slick-prev{
    background-position: 0 0;
    left: -25px;
}
.banner .slick-prev::before{
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
    left: 22px;
    top: 22px;
}
.banner .slick-next{
    right: -25px;
}
.banner .slick-next::before{
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    left: 19px;
    top: 21px;
}
.banner .slick-next:hover:before{
    border-color: #fff;
}
.banner .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 50px;
    height: 13px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    margin: 5px 0;
    background: #E5E5E5;
}
.banner .slick-dots li.slick-active button:before{
    background: #233FAA;
}
/*------------ title ------------*/
.title{
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}
.title::after{
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #233FAA;
    margin: 15px auto 0;
}
.title h2{
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-weight: normal;
    margin: 0;
    color: #333;
}
.title span{
    position: relative;
    display: block;
    font-size: 45px;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}
.title span::first-letter{
    color: #233FAA;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    background: #233FAA;
    width: 175px;
    height: 52px;
    line-height: 52px;
    text-indent: inherit;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
    border-radius: 30px;
    transition: all .3s ease;
    display: block;
    letter-spacing: 0.8px;
    z-index: 1;
    overflow: hidden;
}
.index_more::before{
    content: '';
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 33px;
    top: 21px;
}
.index_more a{
    font-size: 0;
    display: block;
    padding-left: 30px;
}
.index_more a span{
    font-size: 15px;
}
.index_more:hover{
    background: #233FAA;
    background: -webkit-gradient(left top, right top, color-stop(0%, #233FAA), color-stop(100%, #2db8e6));
    background: -webkit-gradient(linear, left top, right top, from(#233FAA), to(#2db8e6));
    background: linear-gradient(to left, #233FAA 0%, #2db8e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#233FAA", endColorstr="#2db8e6", GradientType=1);
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    margin-top: 50px;
    padding: 60px 0;
    height: 560px;
    box-sizing: border-box;
    background: url(../../../images/layout01/common/index/al_bg.jpg) #d7ecfa;
}
.about-sect::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    background: #fff;
    top: 0;
    left: 0;
}
.about-sect .container {
    position: static;
}
.about-sect .row {
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 50%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px 50px 0 84px;
}
.about-sect .title{
    display: flex;
    align-items: baseline;
    margin: 0 0 55px;
}
.about-sect .title h2{
    padding-left: 25px;
}
.about-sect .title::after{
    visibility: visible;
    position: absolute;
    margin: 0 auto;
    bottom: -20px;
}
.about-sect .txt-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.80;
    letter-spacing: 0.5px;
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 120px;
}
.about-sect .index_more{
    margin: 30px 0 0;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .col.pic{
    margin: 0;
    width: 50%;
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    text-align: right;
}
.about-sect .col.pic img {
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
    margin: 0;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 70px 0 80px;
    background: url(../../../images/layout01/common/index/n_bg.jpg) no-repeat top center;
    background-size: cover;
}
.news-sect .title h2,
.news-sect .title span{
    color: #333;
}
.news-sect .index_more{
    margin: 0 auto;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.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: 20px 35px;
}
.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: block;
    margin: 15px auto 0;
}
.products-sect{
    position: relative;
    z-index: unset;
    padding: 60px 0 0;
    background: url(../../../images/layout01/common/index/p_bg.jpg) no-repeat top center #FCFEFD;
}
.products-sect .container{
    position: relative;
    z-index: 3;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-list.type2 .txt{
    padding: 15px;
    border-top: 3px solid #233FAA;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 60px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 60px 0;
    background: url(../../../images/layout01/common/index/s_bg.jpg) no-repeat;
    background-size: cover;
}
.service-sect .title{
    display: flex;
    flex-direction: column-reverse;
}
.service-sect .title::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: 0 auto 20px;
    background: #233FAA;
}
.service-sect .editor{
    position: relative;
}
.service-box{
    position: relative;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    color: #666;
    margin: 0 auto;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    margin: 30px auto 0;
    display: none;
}
.service-sect .index_more::before{
    background: #333;
}
/*------------ 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: 66.68%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(51, 51, 51, 0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    padding: 130px 0 120px;
    background: url(../../../images/layout01/common/index/al_bg.jpg);
    margin-top: -30px;
    z-index: 2;
    position: relative;
}
.album-sect .container{
    display: flex;
}
.album-sect .title{
    position: relative;
    background: url(../../../images/layout01/common/index/album_title.png) center no-repeat;
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    background-size: contain;
    background: #233FAA;
    border-radius: 15px 0 0 15px;
}
.album-sect .title::before{
    content: '';
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 2px solid rgba(255,255,255,0.5);
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 15px 0 0 15px;
}
.album-sect .title h2{
    padding: 0;
    color: #fff;
}
.album-sect .title span::first-letter{
    color: #2db8e6;
}
.album-sect .title span{
    padding: 65px 0 0;
    display: block;
    color: #fff;
}
.album-sect .title::after{
    display: none;
}
.album-sect .index_more{
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%; 
    border-radius: 0;
    position: relative;
    background: url(../../../images/layout01/common/index/album_title_h.png) center no-repeat;
    background: #233FAA;
    border-radius: 0 15px 15px 0;
}
.album-sect .index_more::before{
    content: '';
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 2px solid rgba(255,255,255,0.5);
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 0 15px 15px 0;
    transform: unset;
}
.album-sect .index_more a span{
    background: url(../../../images/layout01/common/index/album_more.png);
    width: 62px;
    height: 62px;  
    font-size: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 50%;
    margin-top: -31px;
}
.album-sect .index_more a span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.album-sect .index_more a:hover span {
    -webkit-transform: rotate(180deg);
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}

.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    padding: 60px 0;
}
.onlyitem-sect .title{
    background: none;
    margin: 0 0 30px;
    padding: 0;
    width: auto;
    height: auto;
}
.album-sect.onlyitem-sect .title span{
    padding: 0;
}
.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;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    color:#333;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal !important;
}
.onlyitem-sect .album-list .item .box:hover .namebox .name{
    color: #233FAA;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1330px){
    .banner .slick-prev{
        left: 20px;
    }
    .banner .slick-next{
        right: 20px;
    }
    .banner:before{
        display: none;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.txt {
        padding-left: 30px;
        width: 45%;
        padding-top: 35px;
    }
    .about-sect {
        background-position: 60% 50%;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 16px;
    }
    .about-sect::before {
        height: 165px;
    }
}
@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;
    }
    /*!少量排版*/
    .album-sect .title span {
        padding: 55px 0 0;
    }
    .title span {
        font-size: 35px;
    }
    .title h2{
        font-size: 24px;
    }
    .about-sect .col.txt {
        padding-top: 47px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.txt{
        padding: 30px 15px 0;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        -webkit-line-clamp: initial;
        height: auto;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
    }
    .service-sect:before{
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-position: center 50%;
        background-size: 100%;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-box{
        padding: 0;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .service-sect .editor{
        border: 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;
    }
    .service-box{
        padding: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .index_more{
        background: #233FAA;
        width: auto;
        height: auto;
        padding: 30px 10px;
        line-height: 1;
        border-radius: 0 0 10px 10px;
    }
    .album-sect .index_more::before{
        border-radius: 0 0 10px 10px;
    }
    .album-sect .title h2,
    .album-sect .index_more a span{
        position: relative;
        margin: 0 auto;
    }
    .album-sect .index_more a span{
        left: unset;
    }
    .album-sect .index_more a{
        padding: 0;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .news-sect{
        padding: 40px 0;
    }
    .about-sect{
        padding: 40px 0;
        margin: 0;
        height: auto;
    }
    .about-sect .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-sect .col.pic {
        position: relative;
    }
    .about-sect .title{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .products-sect {
        padding: 40px 0;
    }
    .service-sect{
        background-position: 50% 50%;
        background: url(../../../images/layout01/common/index/s_bg_1000.jpg) no-repeat;
    }
    .album-sect{
        padding: 40px 0;
        margin: 0;
    }
    .album-sect .title{
        margin: 0 auto;
        width: auto;
        height: auto;
        padding: 10px 10px 30px;
        display: flex;
        flex-direction: column-reverse;
        border-radius: 10px 10px 0 0;
    }
    .album-sect .title::before{
        border-radius: 10px 10px 0 0;
    }
    .album-sect .title span{
        padding: 0;
    }
    .album-sect .title span::before{
        display: none;
    }
    .album-sect .title::after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        margin: 0 auto 20px;
        background: #233FAA;
    }
    .about-sect .title h2{
        padding: 0;
    }
    .about-sect .title{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px){
    .service-sect{
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
    .products-list .box.new:before {
        width: 40px;
        height: 46px;
        line-height: 46px;
        font-size: 13px;
    }
    .products-list .box .name, .products-list.type2 .name{
        font-size: 16px;
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}