@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.wrapper {
    background: #fafafa;
}
/*列表通用 index 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;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-sans-serif;
    font-weight: 500;
    background: #ba0020;
    background: -moz-linear-gradient(left,  #ba0020 0%, #990820 100%);
    background: -webkit-linear-gradient(left,  #ba0020 0%,#990820 100%);
    background: linear-gradient(to right,  #ba0020 0%,#990820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0020', endColorstr='#990820',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #ba0020;
    background: -moz-linear-gradient(left,  #ba0020 0%, #990820 100%);
    background: -webkit-linear-gradient(left,  #ba0020 0%,#990820 100%);
    background: linear-gradient(to right,  #ba0020 0%,#990820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0020', endColorstr='#990820',GradientType=1 );
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    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 > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.products-list.type2 .mask .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    background: rgba(25,57,80,.5);
    transform: translate(0, 50px);
    transition: all .3s ease-in-out;
    z-index: 5;
}
.products-list.type2 .box .mask .pic:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 56%;
    transition: all .4s ease-in-out;
    transition-delay: .3s;
    z-index: 6;
}
.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    transform: translate(0, 0);
}
.products-list.type2 .box:hover .mask .pic:after{
    opacity: 1;
    width: 52px;
}
.products-list.type2 .txt {
    padding-top: 16px;
}
.products-list.type2 .name {
    margin: 0px 0 4px;
}
.products-list .name{
    color: #333333;
    font-weight:normal;
    font-size: 17px;
}
.products-list.type2 .item {
    padding: 0 15px;
    margin-bottom: 32px;
}
.products-list .box:hover .name{
    color:#000;
}
.products-list.type2 .description{
    color: #666;
    font-size: 14px;
}
.products-list .box.new:before{
    content: 'NEW';
    width: 50px;
    height: 50px;
    font-weight: 800;
    border-radius: 100%;
    background: #193950;
    background: radial-gradient(ellipse at center, rgba(37,128,157,1)0%,rgba(25,57,80,1) 80%);
    position: absolute;
    font-size: 15px;
    color: #FFF;
    top: 10px;
    left: 10px;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    align-items: center;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.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', sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #DDDDDD;
}
.products-list .mask .more{
    display: block;
}
.products-list.type2 .box:hover .more{
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
.products-list .pic:before {
    content: '';
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
@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.type1 .item .box .more:after{
    color: #fff;
    background: #ba0020;
    background: -moz-linear-gradient(left,  #ba0020 0%, #990820 100%);
    background: -webkit-linear-gradient(left,  #ba0020 0%,#990820 100%);
    background: linear-gradient(to right,  #ba0020 0%,#990820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0020', endColorstr='#990820',GradientType=1 );
}
.album-list .item .name{
    color: #7b6956;
}
.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 .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .pic{
    z-index: -1;
}
.news-list .item .name{
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.35px;
    font-size: 17px;
}

.news-list .item .description{
    color: #666666;
    letter-spacing: 0.35px;
    font-size: 14px;
}
.news-list .item .box:hover .description{
    color: #CCCCCC;
}
.news-list.type3  .item .box:hover .description{
    color: #AAA;
}
.news-list .box:hover .name{
   color: #FFF;
}
.news-list.type1 .box:hover .name{
   color: #111;
}
.news-list.type1 .box:hover .description{
   color: #333;
}
.news-list.type3 .box:hover .name{
   color: #111;
}
.news-list.type3 .box:hover .description{
   color: #333;
}
.news-list.type2 .box:hover .name{
   color: #111;
}
.news-list.type2 .box:hover .description{
   color: #333;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #FFF !important;
    background: #BBB !important;
    font-family: 'Roboto', sans-serif; 
    font-weight: normal;
}
.news-list.type1 .date{
    font-family: 'Roboto', sans-serif; 
    font-weight: normal;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #333;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .item:nth-child(2n){
    background: #F1F1F1;
}
.news-list.type3 .item {
    border-left: solid #dddddd 1px;
}
.news-list.type3:before{
    background: #FFF;
}
.news-list.type4 .txt {
    position: static;
    background: #EEE;
    margin: -64px 15px 0;
    padding: 21.5px 32px;
}
.news-list.type4 .item .box{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: unset;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.news-list.type4 .item .box:hover{
    -webkit-transform: translate(0, -22px);
    transform: translate(0, -22px);
}
.news-list.type4 .item .box:hover .txt{
    background: #193950;
}

.news-list.type4 .item .date,
.news-date{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #193950;
}
.news-list.type4 .item .box:hover .date{
    background: #25809D;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    margin: 0;
    left: 20px;
    top: 20px;
    padding: 0;
    line-height: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -22px;
    font-size: 30px;
}
.news-list.type4 .item .date .years,
.news-list.type4 .item .date .month{
    font-size: 12px;
    font-weight: 300;
}
.news-list.type4 .name {
    margin-top: 0px;
}
.news-list.type4 .description{
    -webkit-line-clamp: 2;
    height: auto;
}
.news-list.type1 .item:nth-child(2n){
    background: unset;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: unset;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow{
    width: 60px;
    height: 60px;
    padding: 0;
    font-size:0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: #193950;
    bottom:calc(50% - 30px);
    left: 1%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    transition: all .3s;
    display:flex;
    align-items:center;
    justify-content:center;
}
.banner .slick-arrow:hover{
    background: #257F9D;
}
.banner .slick-prev:before{
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 7px;
    height: 7px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);

}
.banner .slick-next::before {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 7px;
    height: 7px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);

}
.banner .slick-next{
    transform: rotate(180deg);
    right: 1%;
    left: auto;
}
.banner .slick-prev:hover{
    transform: scale(1.2);
}
.banner .slick-next:hover{
    transform:rotate(180deg) scale(1.2);
}
/*------------ title ------------*/
.title{
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-sect .title::before {
    content: 'WHAT WE DO';
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    height: 150px;
    line-height: 150px;
    font-size: 150px;
    width: 100%;
    text-align: center;
    margin: -55px auto 10px;
    display: none;
}
.title span{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #193950;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    
}
.title span::first-letter {
  color: #25809D;
}
.service-sect .title span{
    color: #fff;
}
.title h2{
    color: #222222;
    font-size: 32px;
    line-height: 35px;
    margin: 0;
    letter-spacing: 0.8px;
    font-weight: normal;
    position: relative;
    display: block;
}
.service-sect .title h2{
    color: #fff;
}

.title h2:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -34px;
    width: 21px;
    height: 25px;
    background: url(../../../images/layout06-1/common/index/footer_tit.png);
}

.title i{
    display: none;
}

/*------------ more ------------*/
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.articles-sect{
    position: relative;
    z-index: 2;
}
.index_more{
    display: block;
    margin: 30px 0 0;
}

.service-sect .index_more{
    margin: 30px auto 0;
    display: block;
    width: fit-content;
}
.index_more a{
    width: 150px;
    height: 52px;
    display: block;
    color: rgb(29,29,31);
    font-size: 17px;
    letter-spacing: 0.5em;
    background: rgba(249,249,249,0.7);
    text-align: center;
    box-sizing: border-box;
    box-shadow: inset 0 0 1px rgb(0 0 0/11%);
    border:1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 100px;
    padding: 10px;
    position: relative;
    z-index: 10;
    overflow:hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    /* padding: 0; */
    /* display: block; */
    
}

.index_more a::before{
    content: '';
    display: block;
    width:100%;
    height:80px;
    background: linear-gradient(to top, #1A509D 0%, #243E66 100%);
    opacity:0.2;
    transform:translateX(-170px) skewX(30deg);
    filter:blur(30px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:1;
    transition:0.75s ease-in-out;
}
.index_more a:hover::before{
    transform:translateX(180px) skewX(30deg);
}
.index_more a::after{
    content: '+';
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size:15px;
    width: 30px;
    height: 30px;
    line-height:30px;
    color: #fff;
    background: #243E66;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    z-index: 1;
    transition:all .8s;
}
.index_more a:hover::after{
    background: #25809D;
    right:calc(100% - 40px);
    transform:rotate(360deg);
}
.index_more a span{
    font-size: 15px;
    letter-spacing: 1px;
    color: #243E66;
    position: absolute;
    left: 20px;
    transition:all .8s;
}
.index_more a:hover span{
    left:calc(100% - 70px);
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}

.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 0 0 0;
    margin-bottom: -200px;
    z-index: 20;

}
.about-sect:before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: #f3f3f3;
    top: 0;
    left: 0;
    z-index: -2;
}
.about-sect .txt-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 70px 0 ;
}
.about-sect .row{
    position: relative;
    display: flex;
    flex-direction: column;
}

.about-sect .col.pic{
    display: block;
    position: relative;
    z-index: 0;
    transition-delay: 0.5s;
    order: 2;
}

.loaded.about-sect .col.pic:before{
    opacity: 1;
}

.loaded.about-sect .col.pic:after{
    opacity: 1;
}
.about-sect .col.txt{

    width:100%;


    z-index: 1;
}
.about-sect .index-about-editor{
    width: 55%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor {
    color: #535353;
    line-height: 2;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    letter-spacing: 0.2px;
}
.about-sect .index_more{
    margin-top: 34px;
}
.about-sect .txt .tag{
   display: none;
}
.s_picbox{
    margin: 70px auto 0;
    text-align: center;
    position: relative;
}
/* 跑馬燈 */

.about-sect .marquee {
    width: 100%;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: calc(0% + 100px);
    z-index: -1;
}

.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 40s linear infinite;
    height: 200px;
}

.marquee .track span {
    position: relative;
    padding: 0 100px 0 0;
    height: 200px;
    line-height: 200px;
    font-size: 200px;
    overflow: visible;
    white-space: nowrap;
    color: #ececec;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.marquee:hover .track {
    animation-play-state: paused;
}

@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* 跑馬燈 */
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Roboto';
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect .index_more{
    display: none;
}
.news-sect{
    padding: 70px 0 90px;
}


.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.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;
    position: relative;
    display: none;
}
.products-sect{
    position: relative;
    z-index: 10;
    margin-top: -95px;
}

.products-sect .title{
    margin-bottom: 28px;
}


.products-sect .container{
    background-color: rgba(255,255,255,0.87);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);

}
.products-sect > .container{
    max-width: 1600px;
    margin-top: 0;
    padding: 280px 0 50px;
}
.products-box{
    margin: 0px auto 0;
    max-width: 1330px;
    position: relative;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.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 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 59px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/

.service-sect{
    position: relative;
    padding: 100px 0 130px;
    background: #333;
    background:url(../../../images/layout06-1/common/index/sbg.jpg) top center no-repeat;
    background-attachment: fixed;
}
.flex
.service-box .flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-sect .editor {
    max-width: 1000px;
    margin: 0 auto;
    color: rgba(255,255,255,0.8);
}
.service-sect .title{
    margin: 0 0 15px;
    color: #fff;
}

.service-sect .index_more{
    color: #fff;
}
/*------------ article-editor ------------*/


.ar_layout {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
  align-items: center; 
   
}

.ar_box {
    position: relative;
    width: 33.3%;
    display: block;
    box-sizing: border-box;
     padding: 5px;
}


.ar_box .ar_pic {
    position: relative;
    overflow: hidden;
}
.ar_box .ar_pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.ar_box:hover .ar_pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}




.ar_box .ar_pic {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
   
}

.ar_box .ar_pic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0.2) 0%,rgb(0 0 0 / 0.3) 100%);
    z-index: 2;
    opacity: 1;
    transition: all 0.3s ease;
}

.ar_box:hover .ar_pic::before {
    opacity: 0;
}

.a_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
    padding: 0 20px 0 44px;
    box-sizing: border-box;
}

.ar_box:hover .a_text {
    opacity: 0;
}

.a_text .ar_title {
    position: relative;
    font-size: 24px;
}

.a_text .ar_title::after {
      content: '';
    position: absolute;
    top: 6px;
    left:-10px;
    width: 21px;
    height: 25px;
    background: url(../../../images/layout06-1/common/index/footer_tit.png);

}

.a_text .ar_title h2 {
    position: relative;
    margin: 0 0 0px 19px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2.5px;
}


.ar_index_more {
   position: relative
}


.ar_index_more{
 position:absolute;
 right: 32px;
 bottom: -14px;
}

.ar_index_more .more_dot{
    width: 60px;
    height:60px;
    background: #fff;
    border-radius:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    position: relative;
    overflow: hidden;
}

.ar_index_more  .more_dot:after{
    content: '';
    position: absolute;
    top: 22px;
    left: 26px;
    width: 10px;
    height:15px;
    background: url(../../../images/layout06-1/common/index/more_ic2.svg)no-repeat;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    transform: translate(0%, 0%);
}



.ar_box .ar_pic .ar_front {
    width: 100%;
    height: 100%;
    position: relative;
    backface-visibility: hidden;
    transition: transform .25s ease;
}

.ar_box a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

@media screen and (max-width: 1000px) {
    .ar_index_more .more_dot{
    width: 40px;
    height:40px;
    
}
    
.ar_index_more  .more_dot:after{
  
    top: 13px;
    left: 15px;
   
}

.ar_index_more {
    position: absolute;
    right: 32px;
    bottom: -10px;
}
    
    .ar_box {
        width: 50%;
    }

    .a_text .ar_title h2 {
        font-size: 16px;
    }
.a_text .ar_title::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 21px;
    height: 25px;
    background: url(../../../images/layout06-1/common/index/footer_tit.png);
}
    .a_text .ar_title span {
        font-size: 16px
    }

    .ar_title_ h2 {
       
    }

    .ar_title_ span {
        font-size: 32px;
    }
    .ar_title_{
        margin: 35px 0 40px;
    }
}

@media screen and (max-width: 500px) {
    .a_text .ar_title {
    position: relative;
    font-size: 16px;
}

    .ar_box {
        width: 100%;
    }
}

/*------------ album ------------*/
.album-sect {
    background: rgba(255,255,255,0.5);
    position: relative;
    z-index: 5;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: none;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: rgba(25,57,80,.85);
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin:10px 0;
    padding: 0 10px;
}
.album-list.type1 .item .name{
    font-size: 17px;
    height: auto;
    -webkit-line-clamp: 1;
    font-weight: normal;

}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(25,57,80,.5);
    transition: all .3s ease;
        z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 70px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}

.album-sect .title {
     display: none; 
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.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 .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.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 .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06-1/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06-1/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: #ba0020;
    background: -moz-linear-gradient(left,  #ba0020 0%, #990820 100%);
    background: -webkit-linear-gradient(left,  #ba0020 0%,#990820 100%);
    background: linear-gradient(to right,  #ba0020 0%,#990820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0020', endColorstr='#990820',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.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: 1800px){
    .products-sect {
        margin-top: 0px;
    }
    .products-sect .container{
        background-color: inherit;
        -webkit-backdrop-filter: inherit;
        backdrop-filter: inherit;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.pic:before{
        bottom: -19.5%;
        left: 4.5%;
    }
    .about-sect .col.pic:after{
        bottom: -32.5%;
        left: 15%;
    }
   
    .service-sect:before{
        background-size: contain;
        width: 2234px;
        height: 300px;
    }
    .service-sect:after {
        background-size: contain;
        width: 2250px;
        height: 300px;
        bottom: 120px;
    }

}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
   .products-list.onlyitem-list.type2 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
    
}
@media screen and (max-width: 1000px){
    .service-sect {
        position: relative;
            background-attachment: inherit;
            background-size: cover;
    }
    .index_more a span .more_dot{
        width: 50px;
        height: 50px;
    }
    .index_more a span .more_dot:after {
        top: 18px;
        left: 22px; 
    }
    .index_more a{
        
    }
    .products-list{
        margin: 0 auto;
    }
    .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 span {
        font-size: 40px;
        line-height: 50px;   
        margin-bottom: 5px;
    }
    .title h2 {
        font-size: 26px;
        line-height: 24px;   
        letter-spacing: 0.8px;
    }
    .title h2:before{
        width: 16px;
        height: 19px;
        background-size: contain;
        left: -24px;
    }
    .about-sect {
        position: relative;
    }
    .about-sect:before{
        display: none;
    }
    .about-sect .row {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-sect .col.pic{
       
    }
    .about-sect .col.txt{
        position: relative;
        margin: 0;
        order: 1;
    }
    .about-sect .col.pic:before{
        font-size: 100px;
        bottom: -9.5%;
        left: 19.5%;
    }
    .about-sect .col.pic:after{
        font-size: 100px;
        bottom: -17.5%;
        left: 45%;
    }
    .about-sect .txt-box {
        padding: 64px 38px;
        margin-bottom: 0;
    }
    .about-sect .txt-box .index-about-editor {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .about-sect .title .about_break{
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor {
        display: block;
        height: unset;
        margin-bottom: 25px;
    }
    .about-sect .index_more {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 17px;
    }
    .about-sect .index_more a{
        margin-left: auto;
        margin-right: auto;
    }
    .news-sect{
        padding: 70px 0 50px;
    }
    .products-sect .title{
        background: none;
        font-size: 20px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        top: -74px;
    }

    .products-box {
        padding: 0;
    }
    .products-sect > .container{
        margin-top: unset;
        padding: 50px 0;
    }
    .products-sect .title span:before {
        font-size: 100px;
        top: 4px;
        right: -64px;
    }
    .album-sect {

    }
    .album-sect .title span:before {
        font-size: 100px;
        top: 0px;
        left: -50px;
    }
   .products-sect .index_more {
        display: block;
        position: relative;
        z-index: 2;
        top: -14px;
        display: flex;
        justify-content: center;
    }
    .service-sect .title span:before {
        font-size: 100px;
        top: -7px;
        left: -59px;
    }
   

    
   
    .service-sect .editor {
        padding-left: 0;
        display: block;
        height: unset;
    }
    .news-sect .title span:before{
        font-size: 100px;
        top: -22px;
        left: -38px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .about-sect .col.txt{
        width: 100%;
    }
    .about-sect .col.pic {    
        width: 100%;
    }
    .about-sect{
        margin: 0 auto;
    }
    .service-sect{
        padding: 60px 0;
    }
   
}
@media screen and (max-width: 480px){
    .about-sect .col.pic:before {
        font-size: 80px;
        bottom: -13.5%;
        left: 17.5%;
    }
    .about-sect .col.pic:after {
        font-size: 80px;
        bottom: -25.5%;
        left: 40%;
    }
    .about-sect .txt-box .index-about-editor .editor {
        margin-bottom: 10px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 14px;
    }

   
    .news-list.type4 .txt {
        padding: 10px 15px 5px;
        margin: -48px 7.5px 0;
    }
    .news-list.type4 .item .date {
        width: 50px;
        height: 50px;
        left: 10px;
        top: 10px;
    }
    .news-list.type4 .item .date .day {
        font-size: 24px;
        margin-bottom: -15px;
    }
    .news-list .item .name{
        font-size: 16px;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 320px){
    .title span {
        font-size: 40px;
        line-height: 40px;
    }
    .title h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .title h2:before {
        top: 2px;
        left: -22px;
    }
    .about-sect{
        padding: 40px 0;
    }
    .about-sect .txt-box {
        padding: 32px 19px;
        margin-bottom: 0px;
    }
    .about-sect:before{
        display: none;
    }
    .about-sect .col.pic:before{
        font-size: 55px;
        bottom: -19.5%;
    }
    .about-sect .col.pic:after{
        font-size: 55px;
        bottom: -32.5%;
    }
  

    .products-sect > .container {
        padding: 40px 0 0px;
    }
    .products-sect .title span:before {
        font-size: 82px;
        top: 4px;
        right: -58px;
    }
    .products-list .box.new:before {
        width: 40px;
        height: 20px;
        font-size: 12px;
        top: 12px;
    }
    .news-sect .title span:before {
        font-size: 82px;
        top: -14px;
        left: -42px;
    }
    .news-sect {
        padding: 40px 0 17px;
    }
}