@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
body {
    background: #f6f6f6;
}
.article-list .item .box {
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box {
    padding: 12px 12px 0;
    background: #EEEEEE;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover {
    background: #DDC394;
}
.article-list .item .pic {
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name {
    color: #000;
    font-weight: normal;
}
.article-list .item .box:hover .name {
    text-decoration: underline;
}
.article-list .item .box .description {
    color: #666;
}
.type5 .keyword_box {
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #fff;
    background: #444;
}
.type5 .keyword_box:before {
    left: 27px;
}
.type5 .article-list .pic .mask {
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Poppins', 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);
}
.type5 .article-list .item .box:hover .mask {
    opacity: 1;
}
.article-list .item .date {
    font-family: 'Poppins', serif;
}
.type5 .article-list .item .date,
.article-date {
    border-radius: 0;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 0;
    background: url(../../../images/layout04-1/common/news/date.png) no-repeat 0% 0%;
    transition: unset;
    margin: -42px 0 13px;
}
.type5 .article-list .item .date .day {
    color: #fff;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date {
    background: #fff;
}
.type5 .article-list .item .box:hover .date .day {
    color: #fff;
}
.article-box .article-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    background: #444;
    color: #fff;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', serif;
}
.article-box .article-list .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    background: #8E9C9F;
    color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date {
    color: #24262C;
    border-color: #8E9C9F;
}
.type4 .article-list .date,
.type4 .article-list .date:before {
    color: #8E9C9F;
}
/*------------ 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: 0 10px 50px 0;
    margin: 5px auto 0;
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 45px;
    top: 0;
    left: 0;
    z-index: 15;
    background: url(../../../images/layout04-1/common/products/news_tag.png) no-repeat;
}
.products-list .mask {
    z-index: -1;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 20px 15px 6px rgb(0 0 0 / 8%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 15px 15px;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .txt {
    background: #8E9C9F;
    padding: 15px 15px 0;
}
.products-list .box .name {
    color: #333;
    font-weight: normal !important;
    -webkit-line-clamp: 1;
}
.products-list .box:hover .name {
    color: #fff;
}
.products-list .box .description {
    color: #878787;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    max-height: 60px;
    margin: 0;
    transition: all 0.3s ease;
}
.products-list .box:hover .description {
    color: #fff;
    margin: 0px 0 40px;
}
.products-list.type2 .txt:after {
    content: 'VIEW MORE';
    color: #fff;
    letter-spacing: 0.8px;
    position: absolute;
    text-align: left;
    transition: all .3s ease;
    font-size: 14px;
    bottom: 10px;
    opacity: 0;
    font-weight: 300;
    font-family: 'Poppins', serif;
}
.products-list.type2 .box:hover .txt:after {
    opacity: 1;
}
.products-list.type2 .txt::before {
    content: '';
    position: absolute;
    background: url(../../../images/layout04-1/common/index/btn_arr.png) no-repeat;
    width: 24px;
    height: 8px;
    bottom: 19px;
    left: 115px;
    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: 40px;
}
/* 遮罩 */
.products-list .pic:before {
    display: none;
}
/* type1 */
.products-list.type1 .pic:before {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
/* !遮罩 */
/*!列表通用 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.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 0;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 3%);
}
.news-list.type3 .item .box {
    box-shadow: none;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 .item .box {
    top: 0;
    border: none;
    margin: 10px auto 0;
}
.news-list.type4 .item .box:hover {
    top: -10px;
}
.news-list .date {
    font-family: 'Poppins', sans-serif;
}
.news-list.type4 .txt {
    position: static;
    min-height: unset;
    padding: 20px;
}
.news-list.type4 .item .date,
.news-date {
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    padding-top: 18px;
    background: #8E9C9F;
    border-radius: 50%;
    font-family: 'Poppins', serif;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #8E9C9F;
}
.news-list.type4 .date .day {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -5px;
}
.news-list .item .name {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
.news-list .box:hover .name {
    color: #8E9C9F;
}
.news-list.type2 .item .name {
    display: block;
    background-position: 0 24px;
}
.news-list .item .description {
    color: #666
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto !important;
}
.banner * {
    height: 100%;
}
.banner img {}
.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-1/common/index/arrow.png);
    width: 60px;
    height: 60px;
    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: 0 0 30px;
}
.title span {
    position: relative;
    display: block;
    font-family: 'Poppins', serif;
    color: #444444;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.title span::first-letter {
    color: #F6A700;
}
.title h2 {
    position: relative;
    font-size: 24px;
    color: #444;
    font-weight: normal;
    display: block;
    margin: 0;
    letter-spacing: 1.8px;
    line-height: 1.2;
}
/*------------ more ------------*/
.index_more {
    position: relative;
    background: #fff;
    color: #444444;
    border: 1px solid #BCC5C7;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: left;
    transition: all .3s ease;
    overflow: hidden;
    letter-spacing: 0.6px;
    font-family: 'Poppins', serif;
    z-index: 2;
}
.index_more:hover {
    border-color: #8E9C9F;
    color: #fff;
}
.index_more a {
    font-size: 0;
    padding: 0;
    display: block;
    width: 150px;
    height: 50px;
    padding-left: 30px;
}
.index_more a span {
    font-size: 13px;
}
.index_more::before {
    content: '';
    border: 1px solid #444444;
    border-width: 1px 1px 0 0;
    width: 6px;
    height: 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
}
.index_more:hover:before {
    border-color: #fff;
}
.index_more::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8E9C9F;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.index_more:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 90px;
}
.hot-arrow .slick-arrow {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: 1px solid #BCC5C7;
    border-radius: 100%;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.hot-arrow .slick-prev::before,
.hot-arrow .slick-next::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #BCC5C7;
    top: 21px;
    left: 10px;
    transition: all 0.3s ease;
}
.hot-arrow .slick-prev::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #BCC5C7;
    top: 18px;
    left: 10px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.hot-arrow .slick-next::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #BCC5C7;
    top: 18px;
    left: 22px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.hot-arrow .slick-next {
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover {
    border-color: #666;
}
.hot-arrow .slick-prev:hover:before,
.hot-arrow .slick-next:hover:before {
    background: #666;
}
.hot-arrow .slick-prev:hover::after,
.hot-arrow .slick-next:hover:after {
    background: #666;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container {
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
    background: url(../../../images/layout04-1/common/index/a_bg.jpg) 50% 50% no-repeat fixed;
    position: relative;
    padding: 150px 0 80px;
    z-index: 1;
    background-size: cover;
    margin: -80px 0 0;
}
.about-sect .row {
    padding: 0;
}
.about-sect .pic img {
    margin: 0;
    display: none;
}
.about-sect .col {
    float: left;
}
.about-sect .container {
    z-index: 2;
}
.about-sect .col.pic {
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
    display: none;
}
.about-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    width: 37%;
    margin: 0 auto;
    float: none;
}
.about-sect .title span {
    color: rgba(235, 236, 237, 0.4);
    font-size: 110px;
    font-weight: bold;
}
.about-sect .title span::first-letter {
    color: rgba(235, 236, 237, 0.4);
}
.about-sect .title {
    text-align: left;
    margin: 0 0 5px;
}
.about-sect .title h2 {
    color: #fff;
    display: none;
}
.about-sect .txt-box .index-about-editor {
    position: relative;
}
.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    line-height: 1.6;
    letter-spacing: 0.8px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
    color: rgba(236, 236, 236, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 160px;
}
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 8px;
    margin: 0 0 30px;
    padding: 0 0 20px;
    opacity: 1;
}
.about-sect .txt-box .index-about-editor .editor h3::before {
    content: '';
    position: absolute;
    width: 27px;
    height: 3px;
    background: #F6A700;
    bottom: 0;
    left: 0;
}
.about-sect .txt .tag {
    display: none;
}
.about-sect .index_more {
    clear: both;
    margin: 30px auto 0;
    position: absolute;
    right: -245px;
    top: 301px;
    background: transparent;
    color: #fff;
}
.about-sect .index_more::before {
    border-color: #fff;
}
/*------------ 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 {
    position: relative;
    padding: 120px 0 0;
    background: #F6F6F6;
    z-index: unset;
}
.news-sect .container {
    z-index: 3;
}
.news-sect .container .n_hy {
    position: absolute;
    height: calc(100% + 10px);
    transition: all 3s ease;
    width: 100%;
    top: -120px;
    left: -320px;
    overflow: hidden;
    z-index: -1;
}
.news-sect .container .n_hy .n_hy_w {
    position: static;
    width: 830px;
    height: 0;
    background: #fff;
    transform: skewX(40deg);
    transform-origin: top right;
    z-index: -1;
    pointer-events: none;
}
.news-sect .container.loaded .n_hy .n_hy_w {
    height: 100%;
    transition: all 1s ease;
}
.news-sect .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-sect .title h2 {
    padding-left: 40px;
    /* padding-top: 10px; */
}
.news-sect .title h2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 48px;
    background: #bac4c6;
    transform: rotate(32deg);
    top: -8px;
    left: 21px;
}
.news-sect .index_more {
    display: none;
}
.news-list {
    display: flex;
    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: 15px 15px 0;
    position: relative;
    box-sizing: border-box;
}
.news-list .more-box {
    display: flex;
    justify-content: center;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', serif;
    background: #8E9C9F;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 300;
    width: 130px;
    font-size: 12px;
}
.news-list .box:hover .btn.more {
    background: #666;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
    background: #fff;
    margin: 0;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic {
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
    width: 50%;
}
.news-list.onlyitem-list .item .box {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.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: 50px 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;
    padding: 50px 0 80px 0;
    z-index: 2;
}
.products-sect .index_more {
    position: relative;
    margin: 30px auto 0;
}
.products-sect .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-sect .title h2 {
    padding-left: 50px;
    padding-top: 0px;
}
.products-sect .title h2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 52px;
    background: #d3d5d5;
    transform: rotate(32deg);
    top: -8px;
    left: 23px;
}
.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: 0;
}
.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;
    position: relative;
}
.products-list.onlyitem-list .item .mask {
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 60px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 5;
    height: 120px;
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before {
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
    position: relative;
    padding: 0;
    margin: 0px 0 -180px;
    z-index: 2;
}
.service-sect .container::before {
    content: "";
    position: absolute;
    width: 660px;
    height: 0;
    right: -400px;
    top: 0px;
    background: #Fff;
    transform: skewX(131deg);
    transform-origin: top right;
    z-index: -1;
    pointer-events: none;
}
.service-sect .container.loaded::before {
    height: 2000px;
    transition: all 3s ease;
}
.service-sect .container {
    display: flex;
    justify-content: center;
}
.service-sect .title {
    text-align: left;
}
.service-sect .title span::before {
    content: 'OUR';
    position: absolute;
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    font-family: 'Poppins', serif;
    letter-spacing: 0.3px;
    top: -15px;
    left: -150px;
    z-index: -1;
}
.service-sect .title h2 {
    width: fit-content;
    margin: 0;
    padding: 8px 0 0;
}
.service-sect .title h2::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 1px;
    background: #BCC5C7;
    left: 110%;
    top: 65%;
    transform: translateY(-50%);
}
.service-sect .service-box {
    position: relative;
    box-sizing: border-box;
    width: 35%;
    padding-right: 30px;
    padding-top: 120px;
}
.service-sect .s_pic {
    position: relative;
    box-sizing: border-box;
    width: 55%;
    margin-top: 320px;
    right: 0;
}
.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 {
    clear: both;
    margin: 30px 0 0;
    position: relative;
}
/*------------ album ------------*/
.album-sect {
    position: relative;
    background: url(../../../images/layout04-1/common/index/al_bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    z-index: 3;
}
.album-sect .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}
.album-sect .title span {
    color: #8f9c9f;
}
.album-sect .title h2 {
    padding-left: 60px;
    padding-top: 10px;
    color: #fff;
}
.album-sect .title h2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 52px;
    background: #8E9C9F;
    transform: rotate(32deg);
    top: -8px;
    left: 33px;
}
.album-sect .index_more {
    position: absolute;
    right: 125px;
    top: 8px;
    background: #8E9C9F;
    color: #fff;
}
.album-sect .index_more::before {
    border-color: #fff;
}
.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list.type1 .item {
    margin-top: 20px;
}
.album-list.masonry-album-sect .item {
    margin: 0;
}
.album-list .item .box {
    top: 0;
    transition: all 0.3s ease;
}
.album-list.type1 .item .box:hover {
    top: -20px;
}
.album-list .box .name {
    color: #333;
}
.album-list .namebox {
    position: relative;
}
.album-list .namebox:before {
    content: 'More';
    display: inline-block;
    color: #fff;
    background: #F6A700;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 5px 22px;
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 300;
}
.album-list .namebox::after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 28px;
    height: 1px;
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 5;
}
/* 版型 */
.album-list.type1 .box .namebox,
.album-list.type1.masonry-list .box .namebox,
.album-list.type3.masonry-list .box .namebox {
    padding: 30px 15px 15px;
    background: #fff;
    transition: all 0.3s ease;
    width: 83%;
    margin: -15px 0 0 auto;
}
.album-list.type1 .box:hover .namebox,
.album-list.type1.masonry-list .box:hover .namebox,
.album-list.type3.masonry-list .box:hover .namebox {
    background: #76888B;
}
.album-list .box .name,
.album-list.type1.masonry-list .box .name,
.album-list.type3.masonry-list .box .name {
    color: #333;
    font-weight: normal !important;
    text-align: left !important;
}
.album-list .box:hover .name,
.album-list.type1.masonry-list .box:hover .name,
.album-list.type3.masonry-list .box:hover .name {
    color: #fff;
}
.album-list.type1 .item .name,
.album-list.type1.masonry-list .item .name,
.album-list.type3.masonry-list .item .name {
    margin: 0;
    height: 50px;
    -webkit-line-clamp: 2;
}
.album-list.type1 {
    margin: 0 -10px;
}
.album-list.type1 .item {
    border: none;
    padding: 0 10px;
}
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.8);
}
/* ! 版型 */
.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: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name {
    margin: 14px 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: #333;
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .namebox {
    padding: 15px;
    background: #fff;
    transition: all 0.3s ease;
    width: 80%;
    margin: -15px 0 0 auto;
    box-shadow: 0px 0px 25px 15px rgb(0 0 0 / 3%);
}
.onlyitem-sect .album-list .item .box:hover .namebox .name {
    color: #fff;
}
.onlyitem-sect .album-list .item .box:hover .namebox {
    background: #76888B;
}
/*!少量排版*/
/*----------- 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) {
    .about-sect .col.pic {
        margin: 0;
    }
    .about-sect .txt .pic {}
    .about-sect .txt-box {}
}
@media screen and (max-width: 1280px) {
    .news-sect {
        padding: 80px 0 0;
    }
    .news-sect .n_ww {
        top: -80px;
    }
}
@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;
    }
    /*!少量排版*/
    .service-sect .service-box {
        /* padding-top: 50px; */
    }
    .products-sect {
    }
    .service-sect {
        margin: 0;
    }
    .service-sect .s_pic {
    width: 40%;
    }
    /* 關於我們 */
    .about-sect .title {
        position: static;
        background: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        height: auto;
    }
    .about-sect .txt-box .index-about-editor {
        padding: unset;
        position: relative;
    }
    .about-sect .title span {
        text-align: center;
        font-size: 55px;
        margin-bottom: 20px;
    }
    .about-sect .title h2 {
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor,
    .service-sect .editor {
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .about-sect .txt-box .index-about-editor:before {
        display: none;
    }
    .about-sect .index_more{
        top: auto;
        right: auto;
    }
    .about-sect{
        padding: 150px 0px;
    }
}
@media screen and (max-width: 1000px) {
    .news-sect .container .n_hy{
        left: 0;
    }
    .about-sect .title span{
        font-size: 30px;
    }
    .about-sect {
        padding: 30px 0;
        margin: 0;
        background: url(../../../images/layout04-1/common/index/a_bg.jpg) 50% 50% no-repeat;
    }
    .about-sect .col.txt {
        margin-top: 80px;
        padding: 20px 20px 40px;
    }
    .about-sect .col.txt,
    .about-sect .col.pic {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .about-sect .title {
        position: static;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
        right: 0;
        left: 0;
        position: relative;
        top: initial;
    }
    .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%;
    }
    /*!少量排版*/
    .articles-sect {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .news-sect {
        padding: 30px 0 15px;
        margin-bottom: 0;
    }
    .products-box {
        padding: 0;
    }
    .service-sect .editor {
        width: 100%;
        float: none;
    }
    .service-box>.flex {
        display: block;
    }
    .service-sect .title {
        text-align: center;
        padding: 0;
        text-indent: 0;
    }
    .service-sect .title:after {
        display: none;
    }
    .service-sect {
        padding: 30px 0;
        margin: 0;
    }
    .service-sect .editor {
        border: none;
    }
    .service-box .index_more {
        margin: 30px auto 0;
    }
    .service-sect:before {
        height: 80px;
    }
    .banner .slick-arrow {
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev {
        margin-left: -36px;
    }
    .banner .slick-next {
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .service-box {
        padding-left: 0;
    }
    .service-box:before {
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width: 450px;
        width: 95%;
    }
    .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 {
        padding: 30px 0;
        margin: 0;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }
    .album-list {
        width: 100%;
        margin: 0;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }
    .products-sect {
        padding: 30px 0;
    }
    .copy_box {
        padding: 0;
    }
    .album-list.type1 {
        margin: 0;
    }
    .products-list.type2 .item {
        margin-bottom: 0;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 10px;
    }
    /* 20220627 */
    .title {
        margin: 0 0 20px;
    }
    .title span {
        font-size: 30px;
    }
    .title h2 {
        font-size: 22px;
    }
    .news-sect .n_ww {
        display: none;
    }
    .news-sect .title,
    .products-sect .title,
    .album-sect .title {
        flex-direction: column;
        margin: 0 0 10px;
    }
    .news-sect .title h2,
    .products-sect .title h2,
    .album-sect .title h2 {
        padding: 0;
    }
    .news-sect .title h2::before,
    .products-sect .title h2::before,
    .album-sect .title h2::before {
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 22px;
        letter-spacing: 1.55px;
        padding: 0;
        margin: 0 0 20px;
    }
    .about-sect .txt-box .index-about-editor .editor h3::before {
        display: none;
    }
    .service-sect .container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .service-sect .service-box {
        width: 100%;
        padding: 30px 20px 0;
    }
    .service-sect .title h2::before {
        display: none;
    }
    .service-sect .title h2 {
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    .service-sect .s_pic {
        position: relative;
        width: 100%;
        margin-top: 0;
        right: 0;
    }
    .products-list.type2 .txt {
        padding: 15px;
        box-shadow: 0px 8px 15px 3px rgb(0 0 0 / 8%);
    }
    .products-sect .index_more {
        margin: 15px auto 0;
    }
    .album-sect .index_more {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 30px auto 0;
    }
    .album-list.column6 .item {
        margin: 0 auto;
    }
    .service-sect .container::before,
    .news-sect .container .n_hy .n_hy_w {
        display: none;
    }
    .products-list .box .name {
        margin: 0;
    }
    .products-list .box .description {
        line-height: 1.5;
        max-height: 70px;
        font-size: 13px;
    }
    .products-list.type2 .box {
        padding: 0 10px 100px 0;
        margin: 0 auto 20px;
    }
    .index_more {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .index_more::before {
        top: 15px;
    }
    .service-sect .title span::before {
        top: -10px;
        left: calc(50% - 125px);
        font-size: 50px;
    }
}
@media screen and (max-width: 767px) {
    .album-list {
        flex-wrap: wrap;
    }
    .album-sect .album-list .item {
        min-width: inherit;
    }
}
@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .album-list.type1 .item {
        width: 50%;
        margin-bottom: 0;
    }
}