@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、products*/
.products-list.type2 {
    margin: 0 -13.5px;
}

.products-list.type2 .item {
    margin-bottom: 32px;
    padding: 0 13.5px;
}

.products-list.type2>.item>.box {
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}

.products-list.type2 .txt {
    padding-top: 12px;
}

.products-list .box .name,
.products-list.type2 .name {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.75;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.products-list .box:hover .name,
.products-list.type2 .box:hover .name {
    color: #982823;
}


.products-list.type2 .description,
.products-list .description {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #888;
    display: none;
}

.products-list.type2 .box:hover .description,
.products-list .box:hover .description {}

.products-list .offers {
    color: #333;
    font-family: "Montserrat", "微軟正黑體", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 0;
    color: #000;
}

/*20250424修改*/
.products-list .offers.ori{
    text-decoration: line-through;
    font-weight: normal;
    color: #333;
}
.products-list .txt .offers.ori + .offers {
  color: #992723;
}
/*20250424修改*/

.products-list .box.new:before {
    content: 'NEW';
    display: flex;
    background: #992723;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    font-family: "Montserrat", serif;
    letter-spacing: 0;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 18px;
    top: 18px;
}


.products-list .box img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.products-list .box .more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}

.products-list .mask .more {
    display: block;
}

.products-list.for-cart .box .wish {
    content: '' !important;
    width: 18px;
    height: 16px;
    background: url(../../../images/layout01/common/products/p_wish.png) no-repeat;
    font-size: 0;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}

.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    content: '' !important;
    width: 18px;
    height: 16px;
    background: url(../../../images/layout01/common/products/p_wish_.png) no-repeat;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 45;
    border-radius: 0;
}

.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;
    background: linear-gradient(135deg, rgba(10, 4, 5, 0) 0%, rgba(10, 4, 5, 0.4) 100%);
    display: none;

}
.products-list.type1 .name, .products-list.type1 .box:hover .name{
    font-weight: normal;
}
.products-list .pic{
    background: #F6F6F6;
    transition: all .3s ease;
}
.products-list .box:hover .pic{
    background: transparent;
}
@media screen and (max-width: 1000px) {
    .products-list .box .more {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }

    .products-list.masonry-list.products-list .item .box {
        margin-bottom: 0px;
    }
}

/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list {
    margin: 0 -10px;
}

.album-list .item {
    padding: 0 10px;
}

.album-list.type1 .item .box .more:after {
    color: #fff;
    background: #31CAA4;
}

.album-list .item .name {
    color: #29A38A;
}

.masonry-list.album-list.type1 .item {
    margin-bottom: 0;
}

.masonry-list.album-list.type1 .item .name {
    text-align: left;
}

.masonry-list.album-list.type1 .item .box .more:after {
    display: none;
}

.masonry-list.album-list .item .namebox {
    position: relative;
}

.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name {
    /*padding-right: 60px;*/
    position: relative;
}

/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more {
    display: none;
}

.album-list .item .name {
    color: #fff;
}

.masonry-list.album-list.type2 .item .box:hover .namebox:after {
    display: none;
}

.masonry-list.album-list.type4 .item .namebox:after {
    display: none;
}

.container .masonry-list.album-list .item .name {
    color: #982823;
}

.container .masonry-list.album-list .item .box {
    margin-bottom: 20px;
}

.container .masonry-list.album-list.type2 .item .box {
    margin-bottom: 0;
}

.container .masonry-list.album-list .item .namebox {
    position: static;
    background: none;
    opacity: 1;
}

.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
    padding: 0 15px !important;
}

/*列表通用 index、news*/
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
}

.news-list .btn.more {
    background: #444444;
    color: #fff;
}

.news-list .box:hover .btn.more {
    background: #444444;
}
.news-list .date{
    font-family: "Tenor Sans", sans-serif !important;
}
.news-list.type3 .date {
    color:#444444;
}
.news-list.type3 .item{
    border-left: solid #DDD 1px;
}
.news-list.type3:before{
    display: none;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
    content: "";
    background: linear-gradient(135deg, rgba(10, 4, 5, 0) 0%, rgba(10, 4, 5, 0.4) 100%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    display: none;
}

.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.news-list.type4 .item {
    margin: 0 0;
    padding: 0;
}

.news-list.type4 .item .box {
    transition: all .2s;
    border: none;
    padding: 0 9.5px;
}
.news-list.type4 .item .box:hover .date{
    background:  #982823;
}
.news-list.type4 .txt {
    padding: 0;
    position: static;
}

.news-list .item .box {
    transition: all .2s;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .box:hover .pic img {
    opacity: 1;
}


.news-list.type4 .item .date {
    position: absolute;
    background: #444444;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin: 0;
    padding: 0;
    top: 16px;
    left: 27.5px;
    line-height: normal;
}

.news-list.type4 .item .date,
.news-date {
    border-radius: 100%;
    color: #FFFFFF;
    background: #444444;
    font-family: "Montserrat", serif;
    font-weight: normal;

}

.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -25px;
    font-family: "Montserrat", serif;
    font-size: 26px;
    letter-spacing: 0.05em;
}

.news-list.type4 .date .month,
.news-list.type4 .date .years {
    letter-spacing: 0.03em;
    font-family: "Montserrat", serif;
    font-weight: normal;
    font-size: 11px;
}

.news-list .item .name,
.news-list.type4 .name {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.75;
    max-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list .box:hover .name {
    color: #982823;
}

.news-list .item .description {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #888;
    max-height: 50px;
    -webkit-line-clamp: 2;
}


/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto !important;
}

.banner .slider {
    max-width: 1300px;
    position: relative;
    margin: auto;
}

.banner * {
    height: 100%;
}

.banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
}

.banner .slick-prev {
    background-position: 0 0;
    left: -82px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -82px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner .slick-dots {
    position: relative;
    padding: 18px 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    z-index: 5;
}

.banner .slick-dots li {
    display: inline-block;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #B5B3B4;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;

}

.banner .slick-dots li.slick-active button {
    background: #982823;
}

/*------------ title ------------*/
.title {
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 40px;
    color: #333;
}

.title span {
    position: relative;
    display: block;
    /* font-family: "Montserrat", serif;
    font-weight: normal;
    font-size: 50px; */
    letter-spacing: 0.1em;
    font-family: "Montserrat", serif;
    font-weight: 550;
    font-size: 36px;
}

.title h2 {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: normal;
    width: fit-content;
    padding-left: 22px;
    margin: 0 auto;
}

.title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #982823;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto 0;
    border-radius: 100%;
}

.title i {
    display: none;
}

/*------------ more ------------*/
.index_more {
    position: relative;
    font-size: 18px;
    font-family: "Montserrat", serif;
    font-weight: normal;
}

.index_more a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    color: #444;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
    width: 150px;
    height: 35px;
    line-height: 32px;
    transition: all .3s ease;
    z-index: 10;
}

.index_more a span {
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-weight: normal;
    letter-spacing: 0;
    transition: all .3s ease;
}

.index_more a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: 18px;
    right: 2px;
    background: #444;
    transition: all .3s ease;
}

.index_more a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #444;
    top: 13px;
    right: 2px;
    transform: rotate(45deg);
    transition: all .3s ease;
}


.index_more a:hover:before {
    right: -4px;
}

.index_more a:hover:after {
    right: -4px;
}

.index_more a:hover span {
    letter-spacing: 0.05em;
}

.index_more a span::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: -3px;
    right: -15px;
    border-radius: 100%;
    background: rgba(152, 40, 35, .9);
    transform: scale(0);
    z-index: -1;
    transition: all .5s ease;
}

.index_more a:hover span::before {
    transform: scale(1);
    right: -20px;
}

/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
    position: relative;
    padding: 55px 0 100px;
}

.about-sect::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #F6F6F6;
    display: none;
}

.about-sect::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 47.9%;
    height: 345px;
    background: #F6F6F6;
    z-index: 0;
    display: none;
}

.about-sect .container {
    position: static;
}

.about-sect .row {
    position: relative;
    padding: 0;
    z-index: 2;
}

.about-sect .col {
    float: left;
}

.about-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    width: 47%;
    float: right;
    z-index: 2;
    padding-left: 5.2%;
}

.about-sect .col.pic {
    position: relative;
    width: 53%;
    height: 100%;
    text-align: right;
    margin: 0;
}

.about-sect .pic img {
    margin: 0;
}

.about-sect .col.pic img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}

.about-sect .index_more {
    position: relative;
    margin: 32px 20px 0 auto;
}

.about-sect .title {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}

.about-sect .title h2 {
    margin: auto 0;
}

.about-sect .txt-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 498px;
    padding-top: 40px;
}

.about-sect .txt-box .index-about-editor .editor h4 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #444;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 8px 0 12px;
    padding: 0;
}

.about-sect .txt-box .index-about-editor .editor h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 30px;
    background: #444;
    left: -20px;
    z-index: 2;
    display: none;
}

.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    color: #888;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 156px;
    border-left: 1px solid #DDD;
}

.about-sect .txt .tag {
    display: none;
}

/*------------ news ------------*/
.articles-sect {
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}

/*------------ news ------------*/
.news-sect {
    position: relative;
    padding: 30px 0 25px;
}

.news-sect .index_more {
    position: absolute;
    right: 15px;
    top: 55px;
}

.news-list {
    justify-content: center;
    flex-wrap: wrap;
}

.slick-track {
    margin: auto;
}

.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
    clear: none !important;
    width: 100%;
}

.news-list.type2 .item {
    border: none;
    margin-bottom: 0;
}

.news-list.type2 .pic {
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
}

.news-list.type2 .item .txt {
    padding: 0;
}

.news-list .btn.more {
    position: static;
    margin: 15px auto 0;
    transition: all .3s ease;
    background: #444444;
    color: #fff;
    border-radius: 30px;
}
.news-list .item .box:hover .btn.more {
    background: #982823;
    color: #FFF;
}
/*最新消息 少量排版*/
.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.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 {
    position: relative;
    display: block;
    width: fit-content;
    left: 0;
    right: 0;
    margin: 12px auto 0px;
}

.products-sect {
    position: relative;
    z-index: 10;
    padding: 50px 0 30px;
}

.products-sect .title {
    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 {
    display: flex;
    max-width: 1000px;
}

.products-list.onlyitem-list.type1 .box {
    max-width: 300px;
}

.products-list.onlyitem-list.type2 .item .box .txt {
    width: calc(100% - 300px);
    padding: 30px 25px 30px 25px;
}

.products-list.onlyitem-list .item .mask {
    min-width: 300px;
    max-width: 300px;
}

.products-list.onlyitem-list .item .box .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 5;
    height: 120px;
    line-height: 1.65;
}

.products-list.onlyitem-list.type2 .box.new:before {
    top: 0;
    left: 0;
}

/*!少量排版*/
/*------------ service ------------*/
.service-sect {
    position: relative;
    padding: 25px 0 55px;
}

.service-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 415px;
    background: #F6F6F6;
    display: none;
}

.service-sect .title {
    position: relative;
}

.service-sect .editor {
    padding: 0;
}

.service-box {
    position: relative;
    margin: 0;
}

.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.service-sect .index_more {
    position: relative;
    display: none;
}

/*------------ album ------------*/
.album-sect .album-list {
    margin: 0 -13px;
}

.album-sect .album-list .item {
    padding: 0 13px;
    width: 25%;
}

.album-list {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.album-list .item {
    margin: 0;
}

.album-list .item .box {
    overflow: hidden;
    padding: 0;
}

.album-sect .album-list .item {
    margin-bottom: 0;
}
.album-list.type2 .item {
    border-bottom: none;
    margin-bottom: 30px;
}
.album-list.type1 .item {
    border-bottom: none;
}
.masonry-list.album-list.type3 .item .name{
    font-size: 18px;
    font-weight: normal;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n) {
    clear: none !important;
    width: 100%;
}

.album-list.type1 .item:nth-child(4n+1) {
    clear: left;
}

.album-sect .album-list .item .namebox {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(10, 4, 5, .5);
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.15em;
    padding: 12.5px 15px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}

.album-list.type1 .item .name {
    line-height: 1.5;
    font-size: 16px;
    height: 24px;
    letter-spacing: 0.15em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-weight: normal;
}

.album-list .box:hover .namebox {
    opacity: 1;
}

.album-sect .album-list .item .name {
    margin: 0;
}

.album-list .item .box .more {
    display: none;
}

.album-sect {
    padding: 45px 0 110px;
}

.album-sect .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.album-sect .title {
    position: relative;
}

/* .album-sect .index_more {
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    border-radius: 0;
    position: relative;
    background: url(../../../images/layout01/common/index/album_title.png) center no-repeat;
}

.album-sect .index_more a span {
    background: url(../../../images/layout01/common/index/album_more.png);
    width: 80px;
    height: 80px;
    font-size: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
} */
.album-sect .index_more {
    position: absolute;
    right: 15px;
    top: 55px;
}

/*瀑布流*/
.album-sect.masonry-album-sect .container {
    display: block;
}

.album-sect.masonry-album-sect .title {
    background: none;
}

.album-sect.masonry-album-sect .index_more {
    display: none;
}

.masonry-album-sect {
    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: 5px 0 0;
}

/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect {
    background: url(../../../images/layout01/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}

.onlyitem-sect .title {
    background: none;
    margin: auto;
}

.onlyitem-sect .index_more {
    display: none;
}

.onlyitem-sect .album-list .item {
    width: 32.33%;
    float: none;
    display: inline-block;
}

.onlyitem-sect .album-list {
    text-align: center;
    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: #4C4C4C;
}

/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
    margin-top: -65px;
}

.contact-sect {
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}

.form-box {
    background: none;
}

.form-wrap {
    border: none;
    background: none;
}

.contact-sect .reminder {
    display: none;
}

.contact-sect .form-wrap .reminder {
    display: block;
}

.contact-title {
    font-size: 23px;
    line-height: 1.3;
}

.contact-title h2 {
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
}

.contact-title>b {
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}

/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
    clear: none !important;
}

@media screen and (max-width: 1500px) {
    .banner .slick-prev {
        background-position: 0 0;
        left: -65px;
    }

    .banner .slick-next {
        background-position: 100% 0;
        right: -65px;
    }
}

@media screen and (max-width: 1320px) {
    .products-list.column4 .item {
        width: 50%;
    }
}

@media screen and (max-width: 1280px) {
    .about-sect {
        padding: 33px 0 33px;
    }

    .service-sect {
        padding: 33px 0 33px;
    }

    .products-sect {
        padding: 33px 0 33px;
    }

    .news-sect {
        padding: 36px 0 25px;
    }

    .album-sect {
        padding: 36px 0 73px;
    }

    .about-sect::before {
        height: 98px;
    }

    .about-sect::after {
        width: 54.9%;
        height: 284px;
    }

    .about-sect .col.pic {
        width: 45%;
    }

    .about-sect .col.txt {
        width: 55%;
        padding-left: 4%;
    }

    .about-sect .txt-box {
        padding-top: 0;
    }

    .about-sect .title {
        margin-bottom: 45px;
    }

    .album-sect .album-list {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {

    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box {
        max-width: 300px;
        display: block;
    }

    .products-list.onlyitem-list .item .box .txt {
        width: 100%;
        padding: 0;
    }

    .products-list.onlyitem-list .item .box .name {
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }

    .products-list.onlyitem-list .item .description {
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }

    .products-list.onlyitem-list .item .mask {
        max-width: inherit;
        min-width: inherit;
    }

    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 0;
    }

    /*!少量排版*/
}

@media screen and (max-width: 1000px) {
    .banner .slick-dots {
        padding: 10px 0;
    }
    .banner .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .about-sect {
        padding: 15px 0 50px;
    }

    .service-sect {
        padding: 22px 0 15px;
    }

    .products-sect {
        padding: 22px 0 24px;
    }

    .news-sect {
        padding: 24px 0 24px;
    }

    .album-sect {
        padding: 24px 0 36px;
    }
    .index_more a {
        width: 135px;
    }
    .index_more a span{
        font-size: 14px;
    }
    .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 24px;
        line-height: 1.3;
        text-align: center;
    }
    .about-sect .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 15px;
        line-height: 1.3;
        text-align: center;
    }
    .about-sect .row{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .title span {
        font-size: 28px;
    }

    .title h2 {
        font-size: 20px;
    }
    .title h2::before {
        width: 6px;
        height: 6px;
        top: 2px;
        bottom: 0;
        left: 4px;
        margin: auto 0;
    }
    .about-sect .col.txt {
        float: none;
        width: 100%;
        max-width: 689px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }

    .about-sect .col.pic {
        float: none;
        width: fit-content;
        text-align: center;
        margin: 0 auto;
    }

    .about-sect::before {
        height: 32%;
    }

    .about-sect::after {
        display: none;
    }

    .about-sect .txt-box {
        text-align: center;
        display: block;
        width: 100%;
    }

    .about-sect .txt-box .index-about-editor .editor h4::before {
        display: none;
    }

    .about-sect .txt-box .index-about-editor .editor h4 {
        font-size: 16px;
    }

    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
        font-size: 13px;
        padding: 0;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: inherit;
        height: auto;
        border-left: none
    }

    .about-sect .index_more {
        display: block;
        margin: 15px auto 18px;
        width: fit-content;
    }

    .service-sect::before {
        height: 65%;
    }

    .news-sect .index_more {
        position: relative;
        margin: 0 auto;
        right: 0;
        left: 0;
        top: inherit;
        width: fit-content;
        display: block;
    }

    .album-sect .index_more {
        position: relative;
        margin: 0 auto;
        right: 0;
        left: 0;
        top: inherit;
        width: fit-content;
        display: block;
    }

    .album-sect .album-list .item {
        margin-bottom: 30px;
    }

    .products-list.type2 {
        margin: 0 auto;
    }

    .products-list.type2 .item {
        padding: 0 8px;
    }
    .products-list.type2 .txt{
        padding: 0;
    }
    .products-list .box .name,
    .products-list.type2 .name {
        font-size: 14px;
    }

    .products-list.type2 .description,
    .products-list .description {
        font-size: 12px;
    }

    .products-list .offers,
    .products-list.for-cart.type2 .offers {
        font-size: 15px;
        margin: 10px 0 0;
        line-height: normal;
        max-height: inherit;
    }

    .products-list .box.new:before {
        width: 40px;
        height: 40px;
        left: 5px;
        top:  5px;
        font-size: 13px;
    }


    .news-list .pic {
        margin-bottom: 10px;
    }

    .news-list.type4 .item .date {
        width: 50px;
        height: 50px;
    }

    .news-list.type4 .item .date .day {
        font-size: 20px;
        margin-bottom: -20px;
    }

    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 10px;
        letter-spacing: 0;
    }

    .news-list .item .name,
    .news-list.type4 .name {
        font-size: 14px;
    }

    .news-list .item .description {
        font-size: 12px;
    }


    .album-sect .album-list .item .namebox {
        padding: 10px 15px;
        font-size: 16px;
    }
    .album-list.type1 .item .name {
        line-height: 1.5;
        font-size: 15px;
    }
    /**/
    .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%;
    }

    /*!少量排版*/
    .products-box {
        padding: 0;
    }

    .service-box>.flex {
        display: block;
    }

    .service-box {
        padding-left: 0;
    }

    .article-sect .container {
        padding: 30px 15px;
    }

    .contact-sect {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .masonry-album-sect .item {
        width: 50%;
    }

    .album-sect.onlyitem-sect {
        background: #fff;
    }

    .masonry-album-sect {
        background: none;
    }

    .album-sect .container {
        display: block;
        padding: 0 15px;
    }

    .album-list {
        width: 100%;
        margin: 0;
    }

}

@media screen and (max-width: 767px) {
    .album-list {
        flex-wrap: wrap;
    }

    .news-list.type3 .item{
        margin: 0 0 40px;
    }
    .news-list.type2 .pic {
        padding-bottom: 0;
    }

    .products-list.for-cart.type2 .offers {
        margin: 5px 0 0;
        line-height: normal;
        max-height: inherit;
    }
}

@media screen and (max-width: 720px) {


}

@media screen and (max-width: 480px) {
    .album-sect .album-list .item {
        padding: 0;
    }

    .products-list.onlyitem-list .item {
        width: 100%;
    }

    .onlyitem-sect .album-list .item {
        width: 100%;
    }
}