@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #e2e2e2;
}
.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{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.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{
    border-radius: 3px;
    color: #FFFFFF;
    background: #562E83;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding-top: 13px;
    line-height: 0.5;
    transition: all .3s ease;
    padding-top: 15px;
    font-family: 'Comfortaa', cursive;
}
.type5 .article-list .item .date .day{
    color: #FFF;
    transition: all .3s ease;
    font-family: 'Comfortaa', cursive;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date {
    background: #F58D38;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #562E83;
    color: #FFF;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #F58D38;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #562E83;
}
.type5 .article-list .item .month, .type5 .article-list .item .years {
    font-size: 12px;
}
.type4 .article-list .box:hover .btn.more {
    background: #F58D38;
    color: #FFF;
}
/*------------ 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;
    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: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .box {
    transition: all .3s ease;
    padding: 10px 10px 100px;
    margin: 22px auto 0;
}
.products-list .box.new:before {
    content: 'NEW';
    display: block;
    font-family: 'Poppins', sans-serif;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    text-align: center;
    border-radius: 50%;
    z-index: 15;
    left: 20px;
    line-height: 60px;
    background: #1f87c2;
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
}
.products-list .box .name {
    color: #1D1210;
    font-weight: normal !important;
    overflow : hidden;
    display:inline-block;
}
.products-list .box .description {
    color: #888888;
    margin: 0;
    transition: all 0.3s ease;
}
.products-list .box:hover .description {
    margin: 0 0 40px;
    color: #FFF;
}
/* desgin-type2 */
.products-list.type2  {
    color: #333333;
}
.products-list.type2 .name {
    max-width:100%;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    width:80%;   
    margin: 0 auto;
    background: #fff;
    box-shadow: -10px 15px 20px 6px rgb(0 0 0 / 6%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 25px 25px;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt {
    background: #1f87c2;
}
.products-list.type2 .box:hover .name {
    color: #FFF;
}
.products-list.type2 .txt:after {
    content: 'MORE';
    color: #FFF;
    letter-spacing: 3px;
    position: absolute;
    text-align: left;
    transition: all .3s ease;
    font-size: 14px;
    bottom: 20px;
    opacity: 0;
    font-family: 'Comfortaa', sans-serif;
}
.products-list.type2 .box:hover .txt:after {
    opacity: 1;
}
.products-list.type2 .txt::before {
    content: '';
    position: absolute;
    background: url(../../../images/layout04/common/index/btn_arr.png) no-repeat;
    width: 24px;
    height: 8px;
    bottom: 29px;
    left: 90px;
    opacity: 0;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt:before {
    opacity: 1;
}
.products-list.type2 .pic:before {
    display: none;
}
.products-list.type2 .item {
    margin-bottom: 0;
}
/* 剩一筆 */
.products-list.onlyitem-list.type2 .item .box .name {
    max-height: 60px;
}
.products-list.onlyitem-list.type2 .txt {
    max-width: 350px;
}
/* !desgin-type2 */
.products-list.type1.column4 {
    margin: 0;
}
.products-list.type1.column4 .box {
    margin: 0px auto 0;
}
.products-list.type1.column4.masonry-list {
    margin: 0px 0 0;
}
.products-list.type1.column4.masonry-list .box {
    margin: 0 auto 0;
}
.products-list .pic:before {
    background: rgba(0, 0, 0, 0.65);
}
.products-list .box .pic {
    position: relative;
    overflow: hidden;
}
.products-list .box .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;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.products-list.type2 {
    margin: 0 -25px;
}
@media(max-width:1000px){
    .products-list .box.new:before {
        top: 10px;
        left: 10px;
        font-size: 14px;
        width: 50px;
        height: 50px;
        line-height: 53px;
    }
    .products-list.type2 .box.new:before {
        top: 20px;
        left: 20px;
    }
    .products-list.type2 .box {
        margin-top: 10px;
    }
}
/*!列表通用 index、products*/
.products-list .slick-track {
    padding-top: 0px;
    padding-bottom: 50px;
}
.products-list.type1 .slick-track{

    padding-top: 30px;
}
.products-list.type1.masonry-list {

    padding-top: 30px;
}
/*列表通用 index、album*/
.album-list .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.album-list .box .pic img {
    transition: all ease 0.5s;
}
.album-list .box:hover .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);
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
.album-list.type1 .item {
    border-bottom: 0px solid #ddd;
}
.album-list.type1 .item .name {
    margin: 0px 0px 10px;
    -webkit-line-clamp: 1;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    color: #FFF;
    text-align: left;
    background:#1f87c2 ;
    transition: all .3s ease;
}

.album-list.type1 .box:hover  .name {
    background:#1E94D4 ;

}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item {
    padding: 0 15px 0px;
}
/*列表通用 index、news*/
.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 12px;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list.type4 .pic {
    box-shadow: 0px 0px 14px 3px #ddd;
}
.news-list .date {
    font-family: 'Poppins', sans-serif;

    color: #1f87c2;
}

.news-list.type3 .item .box:hover .date {
    color: #55b3e7;
}
.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    background: #1f87c2;
    width: 58px;
    height: 58px;
    padding-top: 12px;
    transition: unset;
    border-radius: 0%;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #55b3e7;
}
.news-list.type4 .date {
    font-size: 25px;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list.type4 .date .day {
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 3px;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #666
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: normal;
    font-size: 12px;
}
.news-list.type2 .date {
    margin-top: 7px;
}
.news-list .box:hover .btn.more {
    background: #55b3e7;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background: #1f87c2;
    color: #fff;
    transition: all 0.3s ease;
}
/*!列表通用 index、news*/
.news-list.type3:before {
    background: #f2f2f2;
}
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto!important;
}
.banner * {
    height: 100%;
}


.banner button.slick-arrow {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
    border-radius: 50%;
    font-size: 0;
}
.banner button.slick-prev {
    left: 40px;
}
.banner button.slick-next {
    right: 40px;
}
/* .banner button.slick-arrow::before {
    content: "";
    width: 55px;
    height: 55px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    transition: all .3s ease;
    position: absolute;
    left: calc(50% - 27.5px);
    top: calc(50% - 27.5px);
    opacity: 1;
    z-index: -1;
}
.banner button.slick-arrow:hover:before{
    width: 65px;
    height: 65px;
    background: #ED9A34;
    left: calc(50% - 32.5px);
    top: calc(50% - 32.5px);
}  */
/* .banner button.slick-arrow div {
    position: relative;
} */
.banner button.slick-arrow:after {
    position: absolute;
    font-family: 'icon-font' !important;
    content: "\f104";
    font-size: 50px;
    color: #FFF;
    left: 7px;
    top: calc(50% - 30px);
    transition: all .3s ease;
}
.banner button.slick-arrow.slick-next:after {
    position: absolute;
    font-family: 'icon-font' !important;
    content: "\f105";
    font-size: 50px;
    color: #FFF;
    left: -2px;
    top: calc(50% - 30px);
    transition: all .3s ease;
}
.banner button.slick-arrow:hover:after{
    opacity: 0.7;
}
/* .banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
} */
.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;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li button {
    background: #ddd;
}

.banner .slick-dots li.slick-active button {
    background: #21A38C;
}
/*------------ title ------------*/
.title{
    position: relative;
    margin-bottom: 34px;
    padding-top: 0;
    padding-bottom: 22px;
}
.title:before{
    content: "";
    position: absolute;
    background: #9fd2ec;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -2px;
}
.title span{
    display: none;
}
.title h2{
    font-size: 70px;
    line-height: 70px;
    color: #9FD2EC;
    position: relative;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.title h2::first-letter{
    color:#3eb0e5;
    font-size: 100px;
    font-weight: 600;

}
.title i {
    display: none;
}
/*------------ more ------------*/
.index_more a{
    width: 176px;
    height: 44px;
    line-height: 43px;
    text-align: center;
    border-radius: 30px;
    transition: all .3s ease;
    color: #FFF;
    position: relative;
    display: block;
    z-index: 0;
    font-size: 0;
    overflow: hidden;
    border: 1px solid #333;
    background: #FFF;
    box-sizing: border-box;
}
.index_more a span{
    font-size: 15px;
    color: #333;
    transition: all .3s ease;
}
.index_more a:hover{
    border: 1px solid #2188C3;
    background: #2188C3;
}
.index_more a:hover span{
    color: #FFF;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 81px;
    right: 20px;
    width: 80px;
}
.hot-arrow .slick-arrow{
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
    top: 2px;
}
.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}

.album-sect .hot-arrow{
    top: 64px;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    box-sizing: border-box;
    position: relative;
    padding-top: 80px;
    padding-bottom: 22px;
}
.about-sect .title:before {
    color: #ffffff;
}
.about-sect .container:before{
    content: "";
    width: 826px;
    width: 0;
    height: 510px;
    background: linear-gradient(to right,#EDF8FC,#50a9db);
    position: absolute;
    left: calc(50% - 963px);
    top: -57px;
    z-index: -1;
    transition: all 1.5s ease;
}
.about-sect.loaded .container:before{
    width: 826px;
}
.about-sect .row{
    display: flex;
}
.about-sect .col.txt{
    width: 54%;
    box-sizing: border-box;
    padding-left: 70px;
    order: 2;
}
.about-sect .col.pic{
    width: 46%;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    order: 1;
}
.about-sect .col.pic img{
    box-shadow: 0px 5px 20px 13px #00000021;
}
.about-sect .col.pic .a-pic{
    position: relative;
}
.about-sect .col.pic .a-pic:before{
    content: "";
    background: rgb(10 77 142 / 50%);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1.3s ease;
    transition-delay: 0.6s;
}
.about-sect.loaded .col.pic .a-pic:before{
    width: 0%;
}
.about-sect .col.pic .tag2{
    position: absolute;
    right: -22px;
    bottom: -49px;
    color: #31B1CA;
    font-size: 19px;
    letter-spacing: 21px;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index-about-editor{
    overflow: hidden;
    height: 166px;
    margin-bottom: 84px;
    padding-right: 54px;
}


.about-bg-word {
    display: block;
    position: absolute;
    bottom: -42px;
    left: 0;
    color: #F2F2F2;
    font-size: 130px;
    line-height: 130px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transform: translateX(0);
    animation: bg-animation-first 10s 0s linear infinite normal;
    white-space: nowrap;
    z-index: -2;
}
@keyframes bg-animation-first {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(-1005px, 0);
    }
}

/* .about-sect.loaded .about-bg-word{ */
    /* opacity: 1; */

/* } */
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 43px;
}
/*------------ news ------------*/
.news-sect{
    padding: 55px 0 10px;
    position: relative;
}
.news-sect:before{
    content: "";
    background: linear-gradient(to bottom,#acdff9,#FFF);
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: all 1.5s ease;
}
.news-sect.loaded:before{
    height: 400px;
}
.news-sect .title h2{
    text-align: center;
    color: #7bc3e5;
}
.news-sect .title:before{
    content: "";
    left: calc(50% - 30px);
}
.news-sect .index_more{
    display: none;
}
.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;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list.type2 {
    margin: 0 -15px;
}
/*最新消息 少量排版*/
.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;
}
.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 .item .box .description{
    display: block;
}
.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{
    position: relative;
    z-index: 10;
    padding: 60px 0 10px;
}
.products-sect:before{
    content: "";
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1)), url(../../../images/layout04/common/index/index-products-bg.jpg) no-repeat;
    width: 1920px;
    height: 391px;
    height: 0;
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
    z-index: -1;
    transition: all .8s ease;
}
.products-sect.loaded:before{
    height: 391px;
}
.products-sect .index_more{
    position: absolute;
    right: calc(50% + 11px);
    top: 30px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.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: 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{
    padding-bottom: 133px;
    padding-top: 25px;
    position: relative;
}

.service-sect .container:before{
    content: "";
    width: 0;
    height: 409px;
    background: linear-gradient(to right,#EDF8FC,#50a9db);
    position: absolute;
    right: calc(50% - 964px);
    top: 80px;
    z-index: -1;
    transition: all 1.8s ease;
}
.service-sect.loaded .container:before{
    width: 1022px;
}

.service-sect .service-box{
    box-sizing: border-box;
    position: relative; 
    /* display: flex; */
}

.service-sect .row{
    display: flex;
}
.service-sect .col{
    width: 49%;
    box-sizing: border-box;
    padding-left: 0;
    order: 2;
}
.service-sect .flex{
    width: 51%;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    order: 1;
    padding-right: 136px;
}

.service-sect .col img {
    /* box-shadow: 0px 5px 20px 13px #00000021; */
    filter:drop-shadow(0px 0px 10px #00000021);
}
.service-sect .title{
    margin-bottom: 30px;
}
/* .service-sect .index_more a{
    margin-left: auto;
    margin-right: auto;
} */
.service-sect article.editor{
    margin-bottom: 51px;
}

.service-bg-word {
    display: block;
    position: absolute;
    bottom: -16px;
    left: -260px;
    color: #F2F2F2;
    font-size: 130px;
    line-height: 130px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transform: translateX(0);
    animation: bg-animation-first2 10s 0s linear infinite normal;
    white-space: nowrap;
    z-index: -2;
}
@keyframes bg-animation-first2 {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(-872px, 0);
    }
}

/*------------ album ------------*/
.album-sect{
    padding: 10px 0 92px;
    position: relative;
}
.album-sect:before{
    content: "";
    background: linear-gradient(to top,#acdff9,#FFF);
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: all 1.5s ease;
}
.album-sect.loaded:before {
    height: 400px;
}
.album-sect .title{
    margin-bottom: 30px;
}
.album-sect .index_more{
    position: absolute;
    right: 116px;
    top: 63px;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list.type1 {
    margin: 0 -15px;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.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: 0px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.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: 1400px){

   
    /* .about-sect:before {
        height: 157px;
    }
    .about-sect .col.txt {
        padding-left: 50px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
    }
    .about-sect .col.pic .a-pic img {
        height: 436px !important;
        object-fit: cover;
    } */
    
    .products-sect .index_more{
        right: unset;
        left: 459px;
    }
    .album-sect .title {
        margin-bottom: 53px;
    }
}
@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: 10px;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }

    .products-list .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;
        padding-bottom: 10px;
        text-align: center;
    }
    .title:before {
        width: 40px;
        left: calc(50% - 20px);
    }
    .news-sect .title h2, 
    .products-sect .title h2, 
    .album-sect .title h2 , 
    .article-sect .title h2, 
    .album-sect .title h2, 
    .about-sect .title h2, 
    .service-sect .title h2, 
    .articles-sect .title h2{
        font-size: 30px;
        display: inline-block;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .news-sect .title h2::first-letter, 
    .products-sect .title h2::first-letter, 
    .album-sect .title h2::first-letter , 
    .article-sect .title h2::first-letter, 
    .album-sect .title h2::first-letter, 
    .about-sect .title h2::first-letter, 
    .service-sect .title h2::first-letter, 
    .articles-sect .title h2::first-letter{
        font-size: 40px;
    }
    .index_more a{
        width: 120px;
        height: 36px;
        line-height: 35px;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }
   
    .news-sect .title:before {
        left: calc(50% - 20px);
    }
    .about-sect {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    .about-sect .container:before {
        width: 0;
        left: 0;
        top: unset;
        bottom: -80px;
        height: 180px;
    }
    .about-sect.loaded .container:before {
        width: 100%;
        left: 0;
        top: unset;
        bottom: -80px;
        height: 180px;
    }
    .about-sect .index-about-editor {
        height: unset;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        order: 1;
        padding-left: 0px;
    }
    .about-sect .col.pic {
        max-width: 500px;
        order: 2;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .about-bg-word {
        bottom: -95px;
        font-size: 100px;
        line-height: 100px;
        animation: bg-animation-first 15s 0s linear infinite normal;
        z-index: -1;
        color: #FFF;
    }
    @keyframes bg-animation-first {
        0% {
            transform: translate(0px, 0);
        }
        100% {
            transform: translate(-773px, 0);
        }
    }
    .news-sect{
        padding: 25px 0 0px;
    }
    .service-sect {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .service-sect .title {
        margin-bottom: 35px;
        padding-top: 0;
    }
    .service-sect .row {
        flex-direction: column;
    }
    .service-sect .flex {
        width:100%;
        order: 1;
        padding-right: 0;
        margin-top: 50px;
    }
    .service-sect .col {
        width: 100%;
        order: 2;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .service-sect .col {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .service-sect article.editor {
        margin-bottom: 20px;
    }
    .service-sect .container:before {
        width: 0;
        left: unset;
        right: 0;
        top: unset;
        bottom: 0;
        height: 180px;
    }
    .service-sect.loaded .container:before {
        width: 100%;
        left: unset;
        right: 0;
        top: unset;
        bottom: 0;
        height: 180px;
    }
    .service-bg-word {
        bottom: unset;
        font-size: 100px;
        line-height: 100px;
        animation: bg-animation-first2 15s 0s linear infinite normal;
        z-index: -1;
        top: -27px;
    }
    @keyframes bg-animation-first2 {
        0% {
            transform: translate(0px, 0);
        }
        100% {
            transform: translate(-676px, 0);
        }
    }

    .products-sect{
        padding-bottom: 0;
        padding: 20px 0 0;
    }
    .products-box{
        padding: 0px 0;
        padding-bottom: 0;
    }
    .products-sect .title {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .products-sect .index_more {
        position: relative;
        right: 0;
        top: 20px;
        left: unset;
    }
    .products-list .slick-track {
        padding-top: 0px;
    }
    .products-list.type2 {
        margin: 0 -15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 35px 0 30px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .title {
        margin-bottom: 10px;
    }
    .album-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
    }
    .album-sect .hot-arrow {
        margin-bottom: 15px;
    }
    .album-sect .hot-arrow {
        top: 0px;
    }
    .album-list.type1 {
        margin: auto;
    }
    .album-list.type2 {
        margin-bottom: 20px;
    }
    .hot-arrow{
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin:0 auto 0px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .articles-sect .index_more{
        position: relative;
        right: 0;
        top: 0;
    }
    .articles-sect .title {
        margin-bottom: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .album-list.type1 .item .name {
        height: 50px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .album-list.column6 .item {
        margin-bottom: 20px;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}