.banner {
    margin-bottom: 80px;
}

.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.svg') no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
}

.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 {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.svg');
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 4%;
}

.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.png');
}

.sect1 {
    background: url(../../images/common/index/about_deco.png)10% 100% no-repeat, url('../../images/common/index/sect1_bg.jpg') 50% 0 / cover no-repeat fixed;
    padding-top: 70px;
    margin: 0 30px;
    overflow: hidden;
}

.about-sect {
    float: right;
    position: relative;
    border: 1px solid #9C8064;
    border-width: 1px 1px 0;
    padding: 30px 40px 15px;
    width: 570px;
    margin-top: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-slogan {
    color: #C3A07D;
    font-family: 'Times New Roman', Times, Georgia, serif;
    opacity: 0.3;
    line-height: 1.4;
    white-space: nowrap;
}

.about-slogan.s1 {
    font-size: 80px;
    position: absolute;
    bottom: 100%;
    right: 265px;
}

.about-slogan.s2 {
    font-size: 50px;
    position: absolute;
    top: -30px;
    right: 100%;
    margin-right: 60px;
}

.about-pic {
    position: absolute;
    right: 38px;
    bottom: 100%;
    margin-bottom: -68px;
}

.about-sect .sect-title {
    color: #9C8064;
    font-size: 27px;
    margin-bottom: 10px;
}

.about-sect .sect-title:after {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #9C8064;
    margin: 0 0 5px 16px;
}

.about-sect .editor {
    min-height: 150px;
}

.about-sect .btn-box {
    text-align: right;
    padding-top: 15px;
}

.about-sect .btn.more {
    color: #9B7F64;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.about-sect .btn.more:hover {
    color: #E4D9C2;
}

.about-sect .btn.more .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 2px 8px;
}

.about-deco {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none;
}

.sect2 {
    background: #9C8064;
    margin: 0 30px;
}

.news-sect {
    padding: 88px 0 14px;
}

.news-sect .sect-title {
    background-image: url('../../images/common/index/news_title.png');
    width: 120px;
    height: 60px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.news-sect .ibtn.more {
    background-image: url('../../images/common/index/news_more.svg');
    width: 120px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}

.no-svg .news-sect .ibtn.more {
    background-image: url('../../images/common/index/news_more.png');
}

.news-list {
    margin: 0 -15px;
}

.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;
    border: 1px solid #9C8064;
    background: #000;
    position: relative;
}
.news-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.news-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 .txt {
    padding: 0 20px 18px;
}

.news-list .date {
    display: block;
    background: url('../../images/common/news/date_bg.png');
    width: 130px;
    line-height: 30px;
    text-align: center;
    color: #E4E0D3;
    font-family: 'Times New Roman','微軟正黑體', Times, Georgia, serif;
    font-size: 17px;
    margin: 0 auto 10px;
}

.news-list .name {
    color: #9C8064;
    font-family: 'Times New Roman','微軟正黑體', Times, Georgia, serif;
    font-size: 25px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin-bottom: 10px;
}

.news-list .description {
    color: #aaa;
    font-size: 13px;
    line-height: 1.5;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.news-list .box:hover .description {
    color: #E4D9C2;
}

.sect3 {
    padding: 40px 0;
}

.sect3 .container {
    max-width: 1920px;
    padding: 0 30px;
}

.products-sect .sect-title {
    background: url('../../images/common/index/products_title.png') 50% 0 no-repeat;
    padding-top: 40px;
    color: #9C8064;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.products-list-box {
    background: url('../../images/common/index/products_bg.png');
    border: 5px solid #9C8064;
    padding: 50px 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 50px;
    position: relative;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 57px;
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 5px;
}

.products-list .btn.wish {
    background: url('../../images/common/products/btns_divider.png') 0 50% no-repeat;
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #9B7F64;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 16px;
}

.products-list .btn.wish:hover {
    color: #E4D9C2;
}

.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 #2A2A2A;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-position: 50% 55%;
}

.products-list .box:hover .pic:before {
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat rgba(0, 0, 0, 0.85);
    border-color: #9C8064;
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #9C8064;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}

.products-list .name a {
    display: inline;
}

.products-list .box:hover .name {
    color: #E4D9C2;
}

.products-list .offers {
    color: #868686;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.products-list .box:hover .offers {
    color: #E4D9C2;
}

.products-sect .btn.more {
    display: block;
    background: #000;
    border: 2px solid #9C8064;
    line-height: 50px;
    border-radius: 30px;
    color: #9B7F64;
    font-size: 16px;
    font-weight: bold;
    width: 140px;
    margin: 10px auto 0;
}

.products-sect .btn.more:hover {
    background: #9C8064;
    color: #000;
}

.products-sect .btn.more .ic {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 0 3px 8px;
}

.ad-sect {
    padding-bottom: 58px;
}

.ad-sect .sect-title {
    display: block;
    width: 221px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1500px) {
    .sect1,
    .sect2 {
        margin: 0;
    }
    .sect2{
         margin-bottom:20px;
    }
    .sect3 .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1400px) {
    .about-slogan.s1 {
        font-size: 60px;
    }
    .about-slogan.s2 {
        font-size: 30px;
        top: -10px;
        margin-right: 30px;
    }
    .about-deco {
        width: 26%;
    }
}

@media screen and (max-width: 1200px) {
    .about-slogan.s1 {
        right: 50%;
    }
    .about-sect {
        width: 45%;
    }
    .about-pic {
        width: 36%;
    }
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-list .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        margin-bottom: 0px;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
    .about-sect {
        width: 65%;
        margin-top: 50px;
    }
    .about-sect .editor {
        min-height: 120px;
    }
    .about-slogan.s1 {
        right: 36%;
        font-size: 40px;
    }
    .about-slogan.s2 {
        font-size: 20px;
    }
    .about-pic {
        width: 25%;
        bottom: 105%;
    }
    .about-sect .sect-title {
       font-size: 20px;
    }
    .sect1 {
        background: url('../../images/common/index/sect1_bg.jpg') 50% 0 / cover no-repeat fixed;
    }
    .about-deco {
        position: absolute;
        bottom: 0;
        left: 15px;
        display: block;
    }
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
         margin-bottom:20px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list {
        max-width: 800px;
    }
    .products-list .item {
        width: 50%;
        margin-bottom:15px;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-sect {
        padding: 38px 0 10px;
    }
     .news-list .date {
        width: 120px;
        line-height: 25px;
        font-size: 16px;
        margin: 0 auto 8px;
    }
    .news-list .name {
        font-size: 16px;
        height: auto;
        margin-bottom: 5px;
        line-height: 1.45;
    }
    .news-list .txt {
        padding: 0 10px 15px;
    }
    .news-list .box {
        margin-bottom: 6px;
    }
    .sect3 {
        padding: 20px 0;
    }
    .products-sect .sect-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 45px;
    }
    .sect5 {
       margin: 20px 0;
    }
    .products-list-box {
        padding: 10px;
    }
    .products-list .txt {
        padding-top: 0;
        margin-top: 17px;
    }
    .products-list .name {
        height: auto;
        font-size: 16px;
    }
    .products-list .offers {
        font-size: 14px;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
    .products-sect .btn.more {
        line-height: 30px;
        font-size: 12px;
        width: 120px;
         margin-bottom:10px;
    }
    .products-list .btn.wish {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {

    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .sect1 {
        padding-top: 45px;
    }
    .about-slogan.s1,
    .about-slogan.s2 {
        position: static;
        margin: 0;
        white-space: normal;
        line-height: 1;
    }
    .about-slogan.s2 {
        margin-left: 0px;
    }
    .about-sect {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .about-sect .txt-box {
        border: 1px solid #9C8064;
        padding: 15px 20px;
        clear: both;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .about-pic {
        position: static;
        float: right;
        width: 150px;
        margin: -70px 30px -40px 0;
    }
    .about-deco {
        position: relative;
        width: 40%;
        margin-top: -40px;
    }

    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }

    .ad-sect {
        padding-bottom: 8%;
    }
    .ad-sect .sect-title {
        width: 30%;
        margin: 0 auto 3%;
    }
    .news-sect {
        padding: 70px 0 10px;
    }

    .news-list .date{
        margin: 0 0 5px;
    }
    .news-list .txt {
        padding: 0 0px 15px;
    }
    .news-list .description {
         margin:0 8px 0px;
    }
    .news-list .name {
    margin:0 8px 5px;
    }
    .news-list .pic {
    display: none;
    }
    .news-list .item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .about-slogan.s1 {
        font-size: 18px;
    }
    .about-slogan.s2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-pic {
        width: 30%;
        margin-right: 4%;
    }
    .about-deco {
        display: none;
    }
    .banner .ibtn.scroll {
        display: none;
    }
    .products-list .btn.wish .ic {
        display: none;
    }
    .products-list .btn.wish {
        margin-left: 0px;
        padding-left: 5px;
    }
}