@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 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: #4c3c3c;
}
.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: #4c3c3c;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date {
    background: #4c3c3c;
}
.type5 .article-list .item .box:hover .date .day {
    color: #fad038;
}
.article-box .article-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    background: #4c3c3c;
    color: #fad038;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #4c3c3c;
    color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before {
    color: #4c3c3c;
    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 .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.products-list .box .pic img {
    transition: all ease 0.5s;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.products-list.type2 .box {
    transition: all .2s;
    padding: 10px 10px 0px;
    top: 0;
    background: #FFF;
    border: 1px solid #CDC5B0;
    border-bottom: 3px solid #CDC5B0;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../../images/layout04/common/products/news_tag.png') no-repeat;
    width: 60px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 18px;
    top: 0px;
}
.products-list .box .name {
    color: #4c3c3c;
    font-weight: normal;
}
.products-list.type2 .box:after {
    content: 'VIEW MORE';
    color: #7d6c5f;
    display: block;
    text-align: center;
    margin: 10px -10px 0px;
    padding: 10px;
    transition: all .3s ease;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 15px;
}
.products-list.type2 .box:hover:after {
    background: #F6AA1A;
    letter-spacing: 5px;
    color: #fff;
}
.products-list.type2 .box:hover {
    border-bottom: 3px solid #F6AA1A;
}
.products-list.type2 .box:hover .pic:before {
    opacity: 0;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list .item .box:hover .name {
    color: #9E7852;
}
.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: 12px;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 .item .box {
    border: none;
}
.news-list .item .box:hover {}
.news-list.type3 .item {
    border-left: solid #CDC5B0 1px;
}
.news-list.type3:before {
    background: none;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 0;
    color: #FFFFFF;
    background: #188942;
    width: 58px;
    height: 58px;
    padding-top: 14px;
    transition: unset;
    border-radius: 0%;
    transition: all .3s ease;
    line-height: 0.5;
}
.news-list.type4 .date .day {
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 3px;
    font-size: 25px;
}
.news-list .item .name {
    color: #4c3c3c;
}
.news-list .box:hover .name {
    color: #9E7852;
}
.news-list .item .description {
    color: #666
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto !important;
}
.banner * {
    height: 100%;
}
.banner img {}
.banner .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow.png');
    left: 50%;
}
.banner .slick-prev {
    margin-left: -51px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-right: -50px;
    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 {
    color: #4c3c3c;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
    font-weight: normal;
}
.title span {
    font-family: 'Philosopher', sans-serif;
    color: #7D6C5F;
    font-size: 44px;
    letter-spacing: 3px;
}
.title span:first-letter {
    color: #BFB8B3 !important;
}
.title h2 {
    font-size: 30px;
    color: #7F674D;
    font-weight: normal;
    display: block;
    letter-spacing: 3px;
    margin: auto;
}
.title i {
    display: none;
}
/*------------ more ------------*/
.index_more {
    position: absolute;
    left: calc(50% - -111px);
    top: 36px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #CDC5B0;
    border: 1px #CDC5B0 solid;
    background: transparent;
    font-weight: normal;
    transition: all 0.3s ease;
    font-family: unset;
    overflow: unset;
    transition: all 0.3s ease;
    z-index: 1;
    margin: 0;
}
.index_more .index_more a {
    top: 73px;
    width: 30px;
    border-radius: 50%;
}
.index_more:hover {
    border-color: #7D6C5F;
    background: #7D6C5F;
    color: #fff;
}
.index_more a {
    font-size: 0;
    width: 48px;
    height: 48px;
    line-height: 1;
}
.index_more a span {
    font-size: 0;
}
.index_more a span::before {
    content: '+';
    position: absolute;
    color: #CDC5B0;
    font-size: 25px;
    display: inline-block;
    left: 51%;
    top: 43%;
    transform: translate(-50%, -50%);
    line-height: 1;
}
.index_more:hover a span::before {
    color: #fff;
}
.index_more::after,
.index_more::before {
    display: none;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow {
    position: absolute;
    top: 36px;
    right: 22px;
    width: 86px;
}
.hot-arrow .slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: -7px;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next {
    transform: rotate(180deg);
    right: -15px;
    left: auto;
}
.hot-arrow .slick-arrow:hover {
    background-position: 0 100%;
}
.album-sect .hot-arrow {
    right: 15px;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container {
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
    background: url('../../../images/layout04/common/index/about_bg.jpg') no-repeat center 35%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.about-sect .row {
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
}
.about-sect .pic img {
    margin: 0;
}
.about-sect .col {
    float: left;
}
.about-sect .col.txt {
    width: 55%;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #777777;
    padding: 53px 100px 80px 100px;
    background: #fff;
    margin: 130px 0 30px 0;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 15%);
}
.about-sect .col.txt:before {
    content: "";
    display: block;
    position: absolute;
    top: -101px;
    right: calc(0% - 110px);
    z-index: 4;
    width: 217px;
    height: 217px;
    background: url(../../../images/layout04/common/index/ser_icon.png) center no-repeat;
    -webkit-animation: circleRotate2 10s linear infinite;
    animation: circleRotate2 10s linear infinite;
}
.ab_slo {
    display: block;
}
.ab_slo span {
    display: block;
    color: #6C7350;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.ab_slo span:nth-child(2) {
    color: #F6A717;
}
.about-sect .container {
    position: static;
    padding: 0 0 54px;
    background: url('../../../images/layout04/common/index/about_pic.jpg')0% 50% no-repeat;
    background-size: initial;
    max-width: initial;
    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;
}
.about-sect .col.pic img {
    object-fit: cover;
    height: 100% !important;
    max-width: inherit;
}
.about-sect .index_more {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    border: none;
    width: 250px;
    height: 60px;
    z-index: 1;
    top: auto;
}
.about-sect .index_more:before {
    content: '';
    width: 100px;
    height: 60px;
    background: #756355;
    position: absolute;
    display: block;
    top: 0px;
    right: calc(0% - 0px);
    transition: all .3s ease;
    z-index: -1;
}
.about-sect .index_more:hover {
    background: none;
}
.about-sect .index_more:hover:before {
    width: 100%;
    z-index: -1;
    transition: all .3s ease;
}
.about-sect .index_more:hover a span {
    letter-spacing: 5px;
    transition: all .3s ease;
}
.about-sect .index_more a span {
    font-size: 14px;
    padding: 0px 23px 0 0;
    transition: all .3s ease;
}
.about-sect .index_more a {
    text-indent: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    background: rgb(131 115 102 / 25%);
    transition: all .3s;
    order: 2;
    box-sizing: border-box;
    border-radius: 0;
    letter-spacing: 1.5px;
    width: 250px;
    height: 60px;
}
.about-sect .index_more a span:before {
    display: none;
}
.about-sect .title {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 25px 0;
    position: relative;
}
.about-sect .title:before {
    content: 'Life Joy';
    color: #BBBBBB;
    display: block;
    text-align: center;
    transition: all .3s ease;
    font-family: 'Philosopher', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 0;
}
.about-sect .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #C1BAB5;
    position: absolute;
    left: 0;
    visibility: inherit;
    bottom: 0;
}
.about-sect .title h2 {
    color: #7F674D;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.31;
    margin: 0;
    display: inline-block;
    order: 1;
}
.about-sect .title span {
    order: 2;
    display: inline-block;
    padding-left: 30px;
}
.about-sect .txt-box {
    display: block;
}
.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    line-height: 1.65;
    width: 77%;
    text-align: justify;
    height: 167px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-sect .txt .tag {
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}
/*------------ 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: 80px 0;
    position: relative;
    overflow: hidden;
}
.news-sect:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    background: url('../../../images/layout04/common/index/news_bg.jpg')center center fixed;
    z-index: -1;
    background-size: cover;
}
.news-sect .title {}
.news-sect .index_more {
    display: none;
}
.news-list {
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track {
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
    clear: none !important;
    width: 100%;
}
.news-list.type2 .item {
    border: none;
    margin-bottom: 0;
}
.news-list.type2 .pic {
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt {
    padding: 0;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic {
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
    width: 50%;
}
.news-list.onlyitem-list .item .box {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box {
    display: block;
}
.news-list.onlyitem-list .item .pic {
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt {
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description {
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt {
    width: 100%;
}
.news-list.onlyitem-list .item .date {
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect {
    position: relative;
    z-index: 10;
    padding: 50px 0 50px;
    background: url('../../../images/layout04/common/index/products_bg.jpg') no-repeat center bottom;
    background-size: cover;
}
.products-sect .title {
    margin-bottom: 45px;
}
.products-sect .index_more {}
.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n) {
    clear: none !important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after {
    display: none;
}
.products-list.onlyitem-list.type2 .item {
    width: 50%
}
.products-list.onlyitem-list .item .box {
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box {
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt {
    width: calc(100% - 300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask {
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 5;
    height: 120px;
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before {
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
    position: relative;
    z-index: 1;
}
.service-sect:before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: calc(50% - 110px);
    width: 217px;
    height: 217px;
    background: url('../../../images/layout04/common/index/ser_icon.png') center no-repeat;
    -webkit-animation: circleRotate2 10s linear infinite;
    animation: circleRotate2 10s linear infinite;
}
.service-sect .title {
    text-align: left;
    display: block;
    align-items: center;
    margin-bottom: 40px;
    padding: 25px 0;
    position: relative;
}
.service-sect .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #C1BAB5;
    position: absolute;
    left: 0;
    visibility: inherit;
    bottom: -5px;
}
.service-sect .title h2 {
    display: block;
}
.service-sect .editor {
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 238px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.service-sect .ser_layout h3 {
    letter-spacing: 2px;
    font-size: 25px;
    color: #527c17;
    font-weight: normal;
    padding-bottom: 10px;
    position: relative;
    margin: auto;
}
.service-sect ul {
    margin: 0 0 0 -20px;
    padding: 0 0 0 0px;
    list-style: none;
    letter-spacing: 1px;
}
.service-sect li {
    padding-left: 35px;
    position: relative;
    color: #525252;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin: 5px 0;
}
.service-sect li:before {
    content: '';
    display: block;
    background: url('../../../images/layout04/common/index/li_tag.png') no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}
.service-box {
    position: relative;
    box-sizing: border-box;
    padding: 100px 0px;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
}
.service-sect .ser_layout {
    display: flex;
}
.service-sect .ser_layout .col1 {}
.service-sect .service-box {
    display: flex;
}
.service-sect .flex {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 100px 100px 100px;
}
.service-sect .index_more {
    position: absolute;
    left: calc(50% - 149px);
    bottom: 192px;
    border-radius: 0;
    border: none;
    top: auto;
    width: 250px;
    height: 60px;
    z-index: 1;
}
.service-sect .index_more:before {
    content: '';
    width: 100px;
    height: 60px;
    background: #756355;
    position: absolute;
    display: block;
    top: 0px;
    right: calc(0% - 0px);
    transition: all .3s ease;
    z-index: -1;
}
.service-sect .index_more:hover {
    background: none;
}
.service-sect .index_more:hover:before {
    width: 100%;
    z-index: -1;
    transition: all .3s ease;
}
.service-sect .index_more a span {
    font-size: 14px;
    padding: 0px 23px 0 0;
    transition: all .3s ease;
}
.service-sect .index_more:hover a span {
    letter-spacing: 5px;
    transition: all .3s ease;
}
.service-sect .index_more a {
    text-indent: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    background: rgb(131 115 102 / 25%);
    transition: all .3s;
    order: 2;
    box-sizing: border-box;
    border-radius: 0;
    letter-spacing: 1.5px;
    width: 250px;
    height: 60px;
}
.service-sect .index_more a span:before {
    display: none;
}
.service-pic-1 {
    position: absolute;
    left: 0px;
    top: 10%;
}
.service-pic-2 {
    position: absolute;
    left: 400px;
    bottom: 0px;
}
.service-pic-1:before,
.service-pic-2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 99em 80em;
    border: 1px solid #ffffff;
    position: absolute;
    -webkit-transform: translate(2px, 3px);
    -ms-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
    z-index: 15;
    -webkit-animation: footerpicbefore 1.5s infinite ease-in-out;
    animation: footerpicbefore 1.5s infinite ease-in-out;
}
.service-pic-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
}
/*------------ album ------------*/
.album-sect {
    padding: 100px 0;
    position: relative;
}
.album-sect:after {
    content: "";
    display: block;
    position: absolute;
    background: url('../../../images/layout04/common/flower_bg.jpg');
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1036px;
    z-index: -1;
}
.album-sect .title {
    margin-bottom: 40px;
}
.album-sect .title h2 {
    color: #746354;
}
.album-sect .index_more {}
.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list.type1 .item .name {
    color: #736353;
    font-weight: normal;
    font-size: 18px;
}
.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: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
    margin-top: -65px;
}
.contact-sect {
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box {
    background: none;
}
.form-wrap {
    border: none;
    background: none;
}
.contact-title {
    text-align: center;
}
.contact-sect .reminder {
    display: none;
}
.contact-sect .form-wrap .reminder {
    display: block;
}
.contact-title {
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2 {
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
}
.contact-title>b {
    color: #4c3c3c;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
@keyframes circleRotate2 {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes footerpicbefore {
    0% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }
    30% {
        -webkit-transform: translate(-2px, -1px) scale(1.04);
        transform: translate(-2px, -1px) scale(1.04);
        opacity: 0.8;
        border-radius: 70em;
    }
    70% {
        -webkit-transform: translate(-1px, -2px);
        transform: translate(-1px, -2px);
        border-radius: 80em;
    }
    100% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }
}
@keyframes footerpicbefore {
    0% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }
    30% {
        -webkit-transform: translate(-2px, -1px) scale(1.04);
        transform: translate(-2px, -1px) scale(1.04);
        opacity: 0.8;
        border-radius: 70em;
    }
    70% {
        -webkit-transform: translate(-1px, -2px);
        transform: translate(-1px, -2px);
        border-radius: 80em;
    }
    100% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
    clear: none !important;
}
@media screen and (max-width: 1800px) {
    .service-pic-1 {
        left: -100px;
    }
}
@media screen and (max-width: 1600px) {
    .service-pic-1 {
        left: -150px;
    }
    .service-pic-2 {
        left: 116px;
    }
    .service-pic-3 {
        bottom: 100px;
    }
}
@media screen and (max-width: 1440px) {
    .about-sect .col.pic {
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic {
        padding: 5% 0 20px;
    }
    .service-pic-1 {
        display: none;
    }
    .service-pic-3 {
        bottom: 150px;
    }
    .service-box {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1280px) {
    .products-sect {
        padding-top: 40px;
    }
}
@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: 1130px) {
    .service-sect .flex {
        padding: 0 20px;
    }
    .service-pic-2 {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect .col.txt:before {
        display: none;
    }
    .products-sect .title {
        margin-bottom: 10px;
    }
    .products-sect .index_more,
    .album-sect .index_more {
        top: 20px;
        left: calc(50% - -75px);
    }
    .banner .slick-dots {
        display: none !important;
    }
    .about-sect {
        padding: 0;
        background-repeat: no-repeat;
        background-position: 100% 70%;
        background-size: auto;
        background: none;
        background-attachment: inherit;
    }
    .about-sect .title:before {
        display: none;
    }
    .about-sect .title span {
        padding-left: 0;
        font-size: 15px;
        display: block;
    }
    .about-sect .title h2 {}
    .about-sect .container {
        background-size: cover;
        padding: 50px 0;
    }
    .about-sect .col.txt {
        margin-top: 80px;
        padding: 20px 50px 100px;
    }
    .about-sect .col.txt,
    .about-sect .col.pic {
        float: none;
        width: 80%;
        text-align: center;
        margin: auto;
    }
    .about-sect .title {
        display: block;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
        height: auto;
        display: block;
    }
    .about-sect .index_more {
        left: 0;
    }
    .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%;
    }
    /*!少量排版*/
    .news-sect .title span,
    .products-sect .title span,
    .album-sect .title span {
        font-size: 15px;
    }
    .title {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .articles-sect {
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect {
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .products-box {
        padding: 8px 0;
    }
    .service-sect .editor {
        width: 100%;
        float: none;
    }
    .service-box>.flex {
        display: block;
        width: 100%;
    }
    .service-sect .title {
        padding: 15px 0;
        text-indent: 0;
        display: inline-block;
    }
    .service-sect .title span {
        font-size: 15px;
    }
    .service-sect li {
        font-size: 18px;
    }
    .service-sect .title h2 {
        display: block;
    }
    .service-pic-3 {
        position: static;
        bottom: auto;
        order: 1;
        width: 100%;
    }
    .service-sect {
        padding-bottom: 0;
        background-attachment: inherit;
        flex-direction: column;
    }
    .service-sect .editor {
        border: none;
        height: auto;
        padding: 0 20px 80px;
    }
    .service-box .index_more {
        bottom: 0;
        left: 20px;
    }
    .service-sect:before {
        display: none;
    }
    .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;
        order: 2;
        padding: 20px 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 10px;
        margin-bottom: 0px;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }
    .album-list {
        width: 100%;
        margin: 0;
    }
    .album-sect .title {
        margin-bottom: 10px;
    }
    .album-list.type1 {
        margin: auto;
    }
    .hot-arrow {
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 30px;
    }
    .title h2 {
        font-size: 28px;
        display: block;
        margin: 0 0 5px;
    }
    .products-sect {
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-sect .col.txt,
    .about-sect .col.pic {
        padding: 20px 20px 100px;
    }
    .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%;
    }
}