@charset "utf-8";
.site-main .bg,
.site-main>.bg::before {
    display: none;
}
/*列表通用 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: #FAD038;
}
.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;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #fad038;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #fad038;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #fad038;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before {
    color: #000;
    border-color: #fad038;
}
/*------------ 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 .box .p_line,
.products-list .box .p_line2 {
    position: absolute;
    top: 5px;
    display: block;
    left: 5px;
    right: 5px;
    z-index: 1;
}
.products-list .box .p_line2 {
    top: unset;
    bottom: 5px;
}
.products-list .box .p_line::before,
.products-list .box .p_line2::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../../../images/layout04/common/index/p_ic.svg) no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}
.products-list .box:hover .p_line::before,
.products-list .box:hover .p_line2::before{
    background: url(../../../images/layout04/common/m_ic.svg) no-repeat;
}
.products-list .box .p_line::after,
.products-list .box .p_line2::after {
    display: block;
    content: "";
    border-top: 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #18b222;
    -webkit-mask-image: linear-gradient(to right,#000 47%, transparent 17%, transparent 53%, #000  53%);
    mask-image: linear-gradient(to right,#000  47%, transparent 17%, transparent 53%,#000  53%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
    transition: all .5s ease;
}
.products-list .box:hover .p_line::after,
.products-list .box:hover .p_line2::after{
    background-color: #ffbf00;
    -webkit-mask-image: linear-gradient(to right,#000  47%, transparent 17%, transparent 53%,#000  53%);
    mask-image: linear-gradient(to right,#000  47%, transparent 17%, transparent 53%,#000  53%);
}
.products-list .box {
    padding: 10px;
}
.products-list .box::before,
.products-list .box::after {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid #A4AE9C;
    transition: all .5s ease;
    visibility: visible;
}
.products-list .box::before{
    left: 5px;
}
.products-list .box::after {
    right: 5px;
}
.products-list .box:hover:before,
.products-list .box:hover:after{
    border-color: #D8BF74;
}
.products-list .box.new .mask:after {
    content: 'Hot';
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    text-align: center;
    width: 65px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    background: #5E7656;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    z-index: 15;
}
.products-list .box .name{
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all .5s ease;
    order: 1;
}
.products-list .box .description{
    color: rgb(255, 255, 255, 0.7);
    letter-spacing: 2px;
    line-height: 1.6;
    transition: all .5s ease;
    order: 3;
}
.products-list .offers{
    color: #D8BF74;
    font-size: 20px;
    margin: 0 0 20px;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    transition: all .5s ease;
    order: 2;
}
.products-list .box:hover .offers{
    color: #5E7656;
}
/*p_type1*/
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
.products-list.for-cart.type1 .offers,
.products-list.for-cart.type1 .box:hover .offers {
    font-weight: normal;
    font-size: 20px;
}
.products-list.type1 .pic:before {
    background: rgb(0 0 0 / 60%);
    transition: all 0.5s ease;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 40px;
    transition: padding .5s ease;
}
.products-list.type2:not(.masonry-list) .item {
    padding-top: 50px;
}
.products-list.type2:not(.masonry-list) .item.top {
    padding-top: 0;
    transition: all .5s ease;
}
.products-list.type2 .box {
    transition: all .5s ease;
}
.products-list.type2 .txt {
    padding: 20px 15px 25px;
    display: flex;
    flex-direction: column;
    background: #5E7656;
    transition: all .5s ease;
}
.products-list.type2 .box:hover .txt {
    background: #D8BF74;
}
.products-list.type2 .description {
    position: relative;
    box-sizing: border-box;
    height: 45px;
}
.products-list.type2 .description::before{
    content: 'VIEW ALL';
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    color: #5E7656;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: 45px;
    line-height: 1.3;
    transition: all .5s ease;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    opacity: 0;
}
.products-list.type2 .box:hover .description::before {
    opacity: 1;
}
.products-list.type2 .pic:before {
    display: none;
}
/*/p_type2*/
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .5s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.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;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 0;
    transition: all .3s ease;
}
.news-list .date {
    letter-spacing: 1px;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
}
.news-list .item .name{
    color: #444;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    height: 55px;
    transition: all .5s ease;
}
.news-list .box:hover .name{
    color: #5E7656;
}
.news-list .item .description{
    color: #666;
    line-height: 1.6;
}
/*n_type2*/
.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: 15px 0 0;
}
.news-list.type2 .date,
.news-list.type2 .date .month {
    font-weight: normal;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-size: 17px;
}
.news-list.type2 .name {
    height: 28px;
}
.news-list .btn.more{
    position: static;
    margin: 20px 0 0; 
    bottom: 0;
    border-radius: 0;
    background: #5E7656;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 40px;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    transition: all .5s ease;
}
.news-list .box:hover .btn.more {
    background: #D8BF74;
    color: #fff;
}
.news-list.type2 .item {
    border-color: #eee;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 .item .name{
    margin: 15px 0;
}
.news-list.type3 .date {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    background: #5E7656;
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    justify-content: center;
    transition: all 0.5s ease;
}
.news-list.type3 .box:hover .date{
    background: #D8BF74;
}
.news-list.type3 .day {
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
}
.news-list .date .month,
.news-list .date .years {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
}
.news-list.type3 .item {
    border: 0;
}
.news-list.type3 .item .n_line {
    position: absolute;
    z-index: 1;
    display: block;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid;
    right: 0;
    color: #A4AE9C;
    transition: all .5s ease;
}
.news-list.type3 .item .n_line::before,
.news-list.type3 .item .n_line::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -4.5px;
    background: url(../../../images/layout04/common/index/p_ic.svg) no-repeat;
}
.news-list.type3 .item .n_line::before {
    top: -15px;
}
.news-list.type3 .item .n_line::after {
    bottom: -15px;
}
.news-list.type3 .item .n_line2 {
    position: absolute;
    z-index: 1;
    display: block;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid;
    left: 0;
    color: #A4AE9C;
    transition: all .5s ease;
    display: none;
}
.news-list.type3 .item .n_line2::before,
.news-list.type3 .item .n_line2::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5.5px;
    background: url(../../../images/layout04/common/index/p_ic.svg) no-repeat;
}
.news-list.type3 .item .n_line2::before {
    top: -15px;
}
.news-list.type3 .item .n_line2::after {
    bottom: -15px;
}
.news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .n_line {
    display: none;
}
.news-list.type3:before {
    display: none !important;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    padding: 0 15px 15px;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 0;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #5E7656;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 0 15px;
    padding: 0;
    line-height: 1;
    transition: all .5s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #D8BF74;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 35px;
    letter-spacing: 1px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -15px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}
/*/n_type4*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    color: transparent;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px !important;
    margin: auto;
    transform: scale(1);
    transition: all 0.5s ease;
    z-index: 150;
}
.banner .slick-arrow:before,
.banner_m .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -3px;
    width: 11px;
    height: 6px;
    background: url(../../../images/layout04/common/index/btn_arr_w.svg) no-repeat;
    background-size: cover;
}
.banner .slick-prev:before,
.banner_m .slick-prev:before {
    transform: rotate(180deg);
}
.banner .slick-prev,
.banner_m .slick-prev {
    left: 165px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 165px;
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover{
    transform: scale(1.2);
    border: 1px solid rgba(255, 255, 255, 1);
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #D8BF74;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title span {
    display: none;
}
.title h2 {
    position: relative;
    box-sizing: border-box;
    color: #444444;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 1.2;
    width: fit-content;
    margin: 0;
}
.title h2::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 16px;
    height: 16px;
    background: url(../../../images/layout04/common/index/t_ic.svg) no-repeat;
    background-size: cover;
    -webkit-animation: aniStar 0.8s infinite ease-in-out alternate;
    animation: aniStar 0.8s infinite ease-in-out alternate;
}
@keyframes aniStar {
    0% {
        -webkit-transform: scale(0.5) rotate(0deg);
        transform: scale(0.5) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(25deg);
        transform: scale(1) rotate(25deg);
    }
}
/*------------ more ------------*/
.index_more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 230px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    transition: all .5s ease;
}
.index_more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #5E7656;
    opacity: 0.5;
    will-change: width, left;
    -webkit-transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, left 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, left 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.index_more::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #5E7656;
    opacity: 0;
    will-change: width, left;
    -webkit-transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, left 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, left 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.index_more:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: width 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, left 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: width 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, left 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    width: 230px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.index_more a i {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 128px;
    width: 11px;
    height: 6px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.index_more:hover a i{
    left: 138px;
}
.index_more a i::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 6px;
    will-change: opacity, transform;
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    background: url(../../../images/layout04/common/index/btn_arr.svg) no-repeat;
    background-size: cover;
}
.index_more a span{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-left: 3px;
}
/*------------ sect ------------*/
section {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 125px;
    height: 25px;
}
.hot-arrow .slick-arrow{
    width: 62.5px;
    height: 25px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: transparent;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .5s ease;
}
.hot-arrow .slick-prev::before {
    content: 'PREV';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #5E7656;
    letter-spacing: 1px;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
}
.hot-arrow .slick-next{
    right: 0;
    left: auto;
}
.hot-arrow .slick-next::before {
    content: 'NEXT';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #5E7656;
    letter-spacing: 1px;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
}
.hot-arrow .slick-arrow:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 145px 0 0;
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 0 120px;
    z-index: 2;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    margin: 10px 0 0;
    padding: 0;
    width: 50%;
    overflow: hidden;
    /* height: 775px; */
    height: 730px;
}
.about-sect .col.pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: -25%;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    height: fit-content;
    max-width: inherit;
}
.about-sect .index_more{
    margin: 50px 0 0;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.8;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 265px;
}
.about-sect .txt .tag {
    position: absolute;
    top: -20%;
    right: -32%;
    width: 567px;
    height: 805px;
    background: url(../../../images/layout04/common/index/a_logo.png) no-repeat;
    background-size: contain;
    opacity: 0.3;
}
/*------------ 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;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect{
    padding: 25px 0 125px;
}
.news-sect .title h2 {
    margin: 0 auto;
}
.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.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 30px 30px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
    display: -webkit-box;
}
.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{
    padding: 125px 0 25px;
}
.products-sect .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1005px;
    z-index: -1;
}
.products-sect .bg video {
    position: relative;
    width: 100%;
}
.products-sect .bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 80%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 80%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1);
}
.products-sect .title h2{
    margin: 0 auto;
}
.products-sect .index_more{
    display: none;
}
.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 .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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 28px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 2;
    height: 45px;
    line-height: 1.6;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
    padding: 250px 0 100px;
    margin: -150px 0 0;
    z-index: 1;
    color: #fff;
    background: url(../../../images/layout04/common/index/s_bg2.jpg) repeat-x;
    overflow: hidden;
    text-align: center;
}
.s_star {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    z-index: -1;
}
/*s_star_all*/
.s_star_all {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 745px;
}
.s_star_all::before{
    content: '';
    display: block;
    width: 100%;
    height: 745px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    mask: url(../../../images/layout04/common/index/s_star_all1.png) no-repeat;
    animation: star_1 3s linear infinite;
}
.s_star_all:after {
    content: '';
    display: block;
    width: 100%;
    height: 745px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    mask: url(../../../images/layout04/common/index/s_star_all2.png) no-repeat;
    animation: star_2 6s linear infinite;
    animation-delay: -7s;
}
@keyframes star_1 {
    0%, 100% {opacity: 0;}
    50% {opacity: 0.7;}
}
@keyframes star_2 {
    0%, 100% {opacity: 0.5}
    50% {opacity: 0}
}
/*/s_star_all*/
/*s_star_meteor*/
.s_star .s_star_pic1 {
    position: absolute;
    top: 75%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
}
.s_star .s_star_pic1 .s_star_pic1_img {
    position: absolute;
    width: 180px;
    height: 180px;
    background: url(../../../images/layout04/common/index/s_star_pic1.png) no-repeat;
    background-size: contain;
    -webkit-mask-image: radial-gradient(circle closest-side, black 30%, transparent 50%);
    mask-image: radial-gradient(circle closest-side, black 30%, transparent 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    animation: shootingLoopAnime 6s infinite forwards cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s;
}
.s_star .s_star_pic2 {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    width: 112px;
    height: 112px;
}
.s_star .s_star_pic2 .s_star_pic2_img {
    position: absolute;
    width: 112px;
    height: 112px;
    background: url(../../../images/layout04/common/index/s_star_pic1.png) no-repeat;
    background-size: contain;
    -webkit-mask-image: radial-gradient(circle closest-side, black 30%, transparent 50%);
    mask-image: radial-gradient(circle closest-side, black 30%, transparent 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    animation: shootingLoopAnime 6s infinite forwards cubic-bezier(0.43, 0.08, 0.57, 0.91) -2s;
}
.s_star .s_star_pic3 {
    position: absolute;
    top: 89%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}
.s_star .s_star_pic3 .s_star_pic3_img {
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(../../../images/layout04/common/index/s_star_pic1.png) no-repeat;
    background-size: contain;
    -webkit-mask-image: radial-gradient(circle closest-side, black 30%, transparent 50%);
    mask-image: radial-gradient(circle closest-side, black 30%, transparent 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    animation: shootingLoopAnime 6s infinite forwards cubic-bezier(0.43, 0.08, 0.57, 0.91) -5s;
}
@keyframes shootingLoopAnime {
    0% {
        -webkit-mask-position: 5em -5em;
        mask-position: 5em -5em;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
    28% {
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-size: 250% 250%;
        mask-size: 250% 250%;
    }
    60% {
        -webkit-mask-position: -15em 15em;
        mask-position: -15em 15em;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
    100% {
        -webkit-mask-position: -15em 15em;
        mask-position: -15em 15em;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
}
/*/s_star_meteor*/
.service-sect .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    display: block;
    z-index: -1;
}
.service-sect .bg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.service-sect .title h2 {
    color: #fff;
    margin: 0 0 0 auto;

    margin: 0 auto;
}
.service-sect .title h2::before {
    background: url(../../../images/layout04/common/m_ic.svg) no-repeat;
    background-size: cover;
}
.service-sect .editor {
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more {
    display: none;
}
/*------------ album ------------*/
.album-sect{
    padding: 25px 0 100px;
}
/*跑馬燈*/
.album-sect .marquee{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    line-height: 200px;
    padding: 0;
    top: calc(50% - 58px);
    transform: translateY(-50%);
    overflow: hidden;
    z-index: -1;
}
.album-sect .marquee span {
    position: relative;
    padding: 0 10px 0 0;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 200px;
    white-space: nowrap;
    color: #5E7654;
    font-family: 'Forum', 'Noto Sans TC', sans-serif;
    font-weight: normal;
    opacity: 0.05;

}.album-sect .marquee .track1 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee1 200s linear infinite;
    height: 200px;
}
.album-sect .marquee i {
    content: '';
    font-size: 20px;
    position: relative;
    top: -25%;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../../../images/layout04/common/index/t_ic.svg) no-repeat;
    background-size: cover;
    -webkit-animation: aniStar 0.8s infinite ease-in-out alternate;
    animation: aniStar 0.8s infinite ease-in-out alternate;
}
.album-sect .marquee:hover .track1 {
    animation-play-state: paused;
}
@keyframes marquee1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*/跑馬燈*/
.album-sect .container {
    display: flex;
    flex-direction: column;
}
.album-sect .title {
    order: 1;
}
.album-sect .title h2{
    margin: 0 auto;
}
.album-sect .index_more{
    display: none;
}
.album-sect .hot-arrow {
    position: relative;
    top: unset;
    right: 0;
    left: 0;
    margin: 15px auto 0;
    order: 3;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
}
.album-list .box .namebox {
    padding: 15px 0;
}
.album-list .box .name,
.album-list.type1 .item .name {
    color: #444;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all .5s ease;
}
.album-list .box:hover .name{
    color: #5E7656;
}
.album-list .box .al_line {
    position: absolute;
    z-index: 1;
    display: block;
    left: 10px;
    right: 10px;
    border-top: 1px solid;
    bottom: 0;
    color: #A4AE9C;
    transition: all .5s ease;
}
.album-list .box .al_line::before,
.album-list .box .al_line::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    background: url(../../../images/layout04/common/index/p_ic.svg) no-repeat;
}
.album-list .box .al_line::before {
    left: -15px;
}
.album-list .box .al_line::after {
    right: -15px;
}
.album-list .box:hover .al_line {
    color: #D8BF74;
}
.album-list .box:hover .al_line::before,
.album-list .box:hover .al_line::after{
    background: url(../../../images/layout04/common/m_ic.svg) no-repeat;
}
/*al_type1*/
.album-list.type1 .item {
    border: 0;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 {
    margin: 0 0 25px;
}
.album-list.type2 .box .pic:before {
    background: rgb(0 0 0 / 30%);
}
.album-list.type2 .box .al_line {
    display: none;
}
/*/al_type2*/
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.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: #444;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 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 .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- 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: 1440px){
    .banner .slick-prev,
    .banner_m .slick-prev {
        left: 20px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        right: 20px;
    }
    .about-sect .col.txt {
        padding: 0 0 0 100px;
    }
    .service-sect {
        padding: 305px 0 100px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.pic {
        height: 550px;
    }
    .about-sect .col.txt {
        padding: 0 0 0 80px;
    }
    .service-sect {
        padding: 150px 0 100px;
        margin: -50px 0 0;
    }
}
@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: 28px;
        margin: 0 0 10px;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: auto;
        padding: 20px 15px 25px;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .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: 0 0 30px;
    }
    .title h2{
        font-size: 30px;
        margin: 0 auto;
    }
    .index_more,
    .index_more a {
        width: 150px;
    }
    .hot-arrow{
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect{
        padding: 100px 0 60px;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt{
        padding: 0 20px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        font-size: 16px;
        -webkit-line-clamp: initial;
        height: auto;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        display: none;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
    }
    .about-sect .txt .tag {
        position: absolute;
        top: -50px;
        right: unset;
        left: 50%;
        margin-left: -283.5px;
        background-size: 90%;
        background-position: 50% 0%;
        opacity: 0.5;
    }
    .about-sect .txt .tag::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    }
    .service-sect{
        padding: 60px 0 30px;
        margin: 0;
        z-index: 2;
        background: url(../../../images/layout04/common/m_bg.jpg);
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title h2{
        margin: 0 auto;
    }
    .service-sect .bg {
        display: none;
    }
    .products-sect{
        padding: 60px 0 0;
    }
    .products-sect .bg {
        height: 100%;
    }
    .products-sect .bg::before {
            background: rgba(255, 255, 255, 0.9);
        background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 45%);
        background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 45%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 45%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1);
    }
    .products-box{
        padding: 0;
    }
    .products-sect .hot-arrow {
        margin: 0 auto 20px;
    }
    .album-sect {
        padding: 50px 0;
    }
    .album-sect .container {
        padding: 0;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1 {
        margin: 0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    /*更新*/
    .album-sect {
        padding: 60px 0 100px;
    }
    .album-sect .marquee {
        height: 60px;
        line-height: 60px;
        padding: 0;
        top: unset;
        transform: unset;
        bottom: 0;
    }
    .album-sect .marquee .track1 {
        height: 60px;
    }
    .album-sect .marquee span{
        font-size: 60px;
        opacity: 0.1;
    }
    .album-sect .marquee i{
        top: 5px;
    }
    .news-sect {
        padding: 70px 0 60px;
        z-index: 1;
    }
    .news-list.type3 {
        margin: 0;
    }
    .news-list.type3 .item {
        padding: 10px 30px;
        margin: 10px 0;
    }
    .s_star .s_star_pic1 {
        top: 5%; 
    }
    .s_star .s_star_pic2 {
        position: absolute;
        top: 10%;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .news-list.type3 .item .n_line {
        right: 4px;
    }
    .news-list.type3 .item .n_line2 {
        left: 4px;
        display: block;
    }
    .news-list.type3 .item {
        padding: 10px 30px;
        margin: 10px 0;
    }
}
@media screen and (max-width: 561px){
    .album-list.type1 .item {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .products-sect .container {
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .products-sect .title h2 {
        margin: 0 auto;
    }
    .products-list.for-cart.type2 .offers {
        font-size: 20px;
        margin: 0 0 20px;
        line-height: 25px;
        max-height: 25px;
    }
    .products-box {
        padding: 0 0 0 0;
        order: 3;
    }
    .products-list.type2 {
        margin: 0;
    }
    .products-list.type2 .box {
        margin-bottom: 0;
        padding: 15px;
    }
    .products-sect .hot-arrow {
        margin: 0 auto;
        order: 2;
    }
    .products-list.type2:not(.masonry-list) .item {
        padding: 0;
    }
    .products-list.type2 .item.slick-active {
        padding-top: 30px;
        margin: 0;
        transition: all 0.5s ease;
    }
    .products-sect .title {
        order: 1;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}