.banner {
    margin-bottom: 0;
}

.banner .slick-prev, .banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat rgba(0, 0, 0, .5);
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
    outline: none;
    cursor: pointer;
}

.no-svg .banner .slick-prev, .no-svg .banner .slick-next {
    background-image: url('../../images/common/index/banner_arrow.png');
}

.banner .slick-prev {
    background-position: 0 0;
    left: 2%;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 2%;
}

.banner .slick-prev:hover, .banner .slick-next:hover {
    background-color: rgba(75, 97, 44, .7);
}

.banner .ibtn.scroll {
    text-indent: inherit;
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: #ffffff;
    overflow: inherit;
    text-align: center;
}

.banner .ibtn.scroll span {
    padding-top: 25px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    line-height: 1.3;
    font-size: 14px;
}

.banner .ibtn.scroll:before {
    content: '';
    width: 42px;
    height: 46px;
    background: url(../../images/common/index/scroll.png);
    position: absolute;
    top: 65px;
    transition: all .3s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: mouse-wheel 0.8s linear infinite;
    -moz-animation: mouse-wheel 0.8s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.btn.more {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Cuprum';
    background: #63843E;
    width: 170px;
    line-height: 65px;
    border-radius: 0;
    height: 65px;
    text-align: left;
    padding-left: 15px;
    transition: all .3s ease;
    position: relative;
    z-index: 20;
}

.btn.more span {
    z-index: 5;
    position: relative;
}

.btn.more:hover {
    color: #3e603b;
}

.btn.more:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background: #d3e8cb;
    transition: -webkit-transform .55s cubic-bezier(.25, .46, .45, .94);
    transition: transform .55s cubic-bezier(.25, .46, .45, .94);
    transition: transform .55s cubic-bezier(.25, .46, .45, .94), -webkit-transform .55s cubic-bezier(.25, .46, .45, .94);
}

.btn.more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn.more i {
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all .3s ease;
}

.btn.more:hover i {
    color: #3e603b;
    font-weight: bold;
    right: 10px;
}

.sect-title {
    color: #63843E;
    font-size: 40px;
    text-align: center;
    font-family: 'Cuprum', '微軟正黑體';
    letter-spacing: 5px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 40px;
}

.sect-title .cn {
    display: block;
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.sect1 {
    padding: 50px 0 200px;
    margin: 0;
    position: relative;
    background: #F4EFE9;
    z-index: 0;
}

.about-pic {
    display: block;
    position: absolute;
    background: url(../../images/common/index/ab-left.jpg) -50% -50px no-repeat;
    /* background-size: cover; */
    width: 55%;
    height: 100%;
    text-indent: -9999%;
    top: 0;
}

.sect1:after {
    background: #f4efe9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4efe9 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4efe9 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4efe9 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4efe9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    content: '';
    width: 100%;
    height: 380px;
    position: absolute;
    bottom: -380px;
    z-index: -1;
    left: 0;
    right: 0;
}

.sect1 .container {
    max-width: 1440px;
    z-index: 10;
    position: relative;
}

.sect1 .container:before {
    content: '';
    width: 1013px;
    height: 405px;
    background: #ffffff;
    position: absolute;
    right: -300px;
    top: 10px;
}

.about-sect {
    float: right;
    position: relative;
    padding: 50px 10px;
    width: 660px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .sect-title {
    color: #63843E;
    font-size: 50px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.2;
}

.about-sect .editor {
    min-height: 150px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2;
    color: #333333;
    max-height: 190px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about-sect .btn-box {
    text-align: right;
    margin: 0;
    z-index: 20;
}

.sect2 {
    margin: -185px auto 0;
    z-index: 10;
    position: relative;
    background: #fff;
}

.sect2 .container {
    max-width: 1860px;
    background: #EBEDE3;
}

.news-sect {
    padding: 50px 100px;
    position: relative;
}

.news-sect .ibtn.more {
    text-indent: inherit;
    font-family: 'Cuprum';
    letter-spacing: 1.5px;
    position: absolute;
    color: #63843E;
    border: 1px solid #63843E;
    display: block;
    width: 45px;
    height: 45px;
    top: 5px;
    z-index: 5;
    right: 0px;
    text-align: center;
    transition: all .3s ease;
}

.news-sect .ibtn.more i {
    top: 14px;
    position: absolute;
    right: 12px;
}

.news-sect .ibtn.more span {
    opacity: 0;
    transition: all .3s ease;
    display: inline-block;
    line-height: 3;
    position: absolute;
    left: 25px;
}

.news-sect .right.more {
    text-align: left;
    position: absolute;
    right: 215px;
    top: 85px;
}

.news-sect .ibtn.more:hover {
    width: 150px;
}

.news-sect .ibtn.more:hover span {
    opacity: 1;
}

.news-list {
    margin: 0 auto;
    max-width: 1440px;
}

.news-list .item {
    width: 25%;
    padding: 0 15px;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    max-width: 320px;
    margin: 0 auto 50px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    transition: all .3s ease;
}

.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .pic img, .products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-list .box:hover .pic img, .products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .pic:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(41, 51, 47, .25);
    opacity: 0;
}

.news-list .box:hover .pic:before {
    opacity: 1;
}

.news-list .txt {
    padding: 25px;
}

.news-list .date {
    display: block;
    width: 120px;
    line-height: 30px;
    color: #6BBD0F;
    font-family: 'Calibri', serif;
    font-size: 16px;
    margin: 0;
    background: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    transition: all .3s ease;
}

.news-list .box:hover .date {
    background: #6BBD0F;
    color: #ffffff;
}

.news-list .name {
    color: #535B59;
    font-size: 20px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
    margin-bottom: 15px;
    font-weight: 500;
}

.news-list .box:hover .name {
    color: #65813A;
    text-decoration: underline;
}

.news-list .description {
    color: #7F8581;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}

.sect3 {
    padding: 75px 0 50px;
    position: relative;
}

.sect3:before {
    content: '';
    width: 1144px;
    height: 268px;
    background: #ffffff;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sect3 .container {
    max-width: 1920px;
    padding: 0 30px;
}

.products-sect .sect-title {
    font-family: 'Cuprum', '微軟正黑體', serif;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.products-list-box {
    padding: 20px 30px 60px;
}

.products-list {
    margin: 0 auto;
    max-width: 1470px;
}

.products-list .item {
    width: 25%;
    padding: 0 18px;
}

.products-list .box {
    max-width: 320px;
    margin: 0 auto 60px;
    position: relative;
}

.products-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

/*
.products-list .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.products-list .box:hover .pic:before {
    border-color: #772C00;
}*/

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #222222;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin: 2px 0 5px;
}

.products-list .box:hover .name {
    color: #65813A;
}

.products-list .description {
    color: #6b6b6b;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
}

.products-sect .btn.more {
    display: block;
    margin: 10px auto 0;
}

.sect4 {
    padding: 75px 0;
    background: url(../../images/common/index/album.jpg)no-repeat;
    background-size: cover;
}

.sect4 .sect-title {
    position: absolute;
    width: 458px;
    height: 281px;
    background: url(../../images/common/index/album.png)no-repeat;
    right: 200px;
    margin-top: 50px;
    font-size: 0;
}

.sect4 .sect-title .btn.more {
    color: #63843E;
    background: #ffffff;
    text-align: right;
    padding: 0 15px 0 0;
    position: absolute;
    bottom: -20px;
    right: 135px;
}

.sect4 .sect-title .btn.more i {
    right: auto;
    left: 20px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sect4 .sect-title .btn.more:hover i {
    left: 15px;
}

.sect4 .in-title {
    z-index: 1;
    position: relative;
    margin: -28px 0 0 50px;
    text-align: left;
}

/*
.sect4 .sect-title:before {
    content: '';
    width: 380px;
    height: 80px;
    background: rgba(255, 255, 255, .78);
    position: absolute;
    display: block;
    z-index: 0;
    left: 0;
}*/

.sect4 .sect-title .cn {
    color: #2E8B13;
    margin-top: -5px;
    font-size: 0;
}

.sect4 .col1 {
    float: left;
    width: 52.08%;
    z-index: 2;
    position: relative;
}

.album-list .item {
    width: 33.33%;
}

.album-list .item:nth-child(3n+1) {
    clear: left;
}

.album-list .box {
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.album-list .fancybox {
    display: none;
}

.album-list .pic {
    overflow: hidden;
}

.album-list .box .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 60% no-repeat rgba(78, 97, 56, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}

.album-list .name {
    background: rgba(78, 97, 56, 0.8);
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.album-list .name .ic {
    vertical-align: middle;
    margin: 0 4px 4px 0;
}

.fixed-txt, .fixed-pic {
    position: absolute;
}

.fixed-txt {
    font-family: 'Times New Roman', Times;
    color: rgba(190, 170, 31, .15);
    font-size: 75px;
    right: -250px;
    top: -80px;
    z-index: -1;
}

.fixed-txt.two {
    bottom: -70px;
}

.fixed-pic.beans-left {
    left: -200px;
    top: 900px;
}

.fixed-pic.beans-right {
    right: -40px;
}

.fixed-txt-box {
    z-index: -1;
    position: relative;
    display: block;
}

@media screen and (max-width: 1750px) {
    .sect2 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1500px) {
    .about-pic {
        width: 48%;
        background-position: 50% 100%;
        background-size: cover;
    }
    .about-sect {
        width: auto;
        max-width: 55%;
    }
    .sect1 .container:before {
        right: -250px;
        width: 80%;
    }
    .fixed-txt {
        font-size: 50px;
        right: 0px;
    }
    .fixed-txt.two {
        bottom: -45px;
    }
    .news-sect {
        padding: 50px 20px 30px;
    }
    .news-sect .right.more {
        right: 20px;
    }
}

@media screen and (max-width: 1350px) {
    .sect4 .sect-title {
        right: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-list .item {
        padding: 0 10px;
    }
    .sect2:after {
        content: '';
        width: 100%;
        max-width: 1050px;
    }
    .sect3:before {
        width: 600px;
    }
    .sect4 .sect-title {
        right: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        /* margin-bottom: 45px; */
    }
    .banner .slick-prev, .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
        display: none!important;
    }
    .sect-title, .products-sect .sect-title, .about-sect .sect-title, .sect4 .in-title {
        font-size: 28px;
        letter-spacing: 3px;
        line-height: 1.4;
    }
    .products-sect .sect-title .cn, .sect-title .cn {
        font-size: 18px;
    }
    .about-sect {
        width: 65%;
    }
    .sect1 .container:before {
        width: 85%;
    }
    .about-sect .btn-box {
        margin: 0;
    }
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .sect2 .sect-title {
        margin-bottom: 20px;
    }
    .news-list .name {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .news-list .date {
        margin: 10px 0 0;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-sect .right.more {
        right: 90px;
        top: 50px;
    }
    .products-list {
        max-width: 800px;
    }
    .products-list .item {
        width: 50%;
    }
    .sect2:after {
        content: '';
        width: 97%;
        top: -5px;
    }
    .sect4 .col1 {
        width: 100%;
        float: none;
    }
    .sect4 .sect-title {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto 60px;
        width: auto;
        width: auto;
        background: none;
        color: #333333;
        width: auto;
        height: auto;
        border: 10px solid #ffffff;
        padding: 15px 0 50px;
        border-width: 10px;
    }
    .sect4 .sect-title .cn {
        font-size: 18px;
    }
    .sect4 .sect-title .btn.more {
        position: absolute;
        bottom: -35px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .sect4 {
        padding: 40px 0;
    }
    .sect4 .sect-title:before {
        background: none;
    }
    .sect4 .sect-title .cn {
        color: #ffffff;
        margin: 0;
    }
    .sect4 .in-title {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .banner .ibtn.scroll {
        width: 60px;
        height: 40px;
        left: 47%;
    }
    .banner .ibtn.scroll:before {
        top: 25px;
    }
    .banner .ibtn.scroll span {
        padding: 0;
        font-size: 12px;
    }
    .banner .slick-prev, .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .about-sect .sect-title {
        margin-bottom: 12px;
    }
    .about-sect, .about-pic {
        width: 100%;
        max-width: 100%;
    }
    .sect1 {
        background: #ffffff;
        padding: 50px 0 45px;
    }
    .about-sect .editor {
        height: auto;
        max-height: inherit;
        margin: 0;
    }
    .about-pic {
        background-position: 0px -135px;
        height: 150px;
        background-size: 100%;
    }
    .sect1 .container:before {
        display: none;
    }
    .fixed-txt {
        display: none;
    }
    .about-sect {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
        margin: 110px 0 0;
    }
    .about-sect .txt-box {
        padding: 15px 15px 30px;
        clear: both;
    }
    .sect2 {
        margin-top: -20px;
    }
    .news-list {
        margin: 0 -7px;
    }
    .news-list .box {
        margin-bottom: 30px;
    }
    .news-sect .right.more {
        right: 20px;
    }
    .news-sect .ibtn.more span {
        display: none;
    }
    .news-sect .ibtn.more:hover {
        width: 45px;
        opacity: .5;
    }
    .products-list-box {
        padding: 0px 20px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-sect .btn.more {
        margin-top: 0;
    }
    .sect3 {
        padding: 30px 0 45px;
    }
    .album-list {
        max-width: 500px;
        margin: 0 auto;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sect3:before {
        width: 300px;
        height: 150px;
    }
}

@media screen and (max-width: 550px) {
    .products-list .item {
        width: 100%;
    }
    .sect2:after {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .fixed-txt {
        font-size: 35px;
        bottom: -50px;
    }
    .fixed-txt.two {
        bottom: -90px;
    }
    .about-pic {
        background-position: 0 -50px;
    }
}

@media screen and (max-width:400px) {
    .about-sect .sect-title:after {
        margin: 0;
    }
    .products-sect.beans .sect-title {
        padding-top: 50px;
    }
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
}

/* 20210802 客戶追加 */

main {
    display: flex;
    flex-direction: column;
}

.sect1 {
    order: 2;
}

.sect2 {
    order: 3;
}

.sect3 {
    order: 1;
    background: url(../../images/common/bg.jpg);
}

.sect4 {
    order: 4;
}

/* end 20210802 客戶追加 */