.banner {
    margin-bottom: 20px;
}

.sect1 {
    padding: 20px 0px 90px;
    /*background: url(../../images/common/index/products_bg.jpg) repeat;*/
    text-align: center;
}

.sect4 {
    padding-bottom: 60px;
    padding-top: 10px;
}

.products-list.type1 {
    margin: 0 -30px;
}

.products-sect .sect-title {
    display: block;
    position: relative;
    margin: 0 auto 0px;
}

.products-sect .sect-title:before {
    content: '';
    display: block;
    background: url(../../images/common/index/products_title.png) no-repeat 50% 50%;
    width: 78px;
    height: 66px;
    position: relative;
    margin: 0px auto 0px;
}
.products-sect .sect-title span{
    color: #C5A56B;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 12px;
}
.products-sect .sect-title .second_txt {
   color: #202020;
   font-size: 18px;
   letter-spacing: 4px;

}

.products-sect .btn.more {
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.products-sect .btn.more span {
    background: #BEA850;
    display: block;
    width: 281px;
    height: 68px;
    line-height: 68px;
    border-radius: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    color: #F8FAF8;
    font-family: 'Josefin Sans', sans-serif;
    z-index: 4;
    overflow: hidden;
}

.products-sect .btn.more span:hover {
    background: #F9F9F9;
    color: #1F1F1F;
    width: 324px;
}

.products-sect .btn.more span:after {
    content: '';
    background: url(../../images/common/index/products_more.png) no-repeat;
    width: 31px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 0;
}

.products-sect .btn.more span:hover:after {
    width: 31px;
}

.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -70px;
}

.products-sect .btn.more span:before {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: #683806;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -70px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.products-sect .btn.more span:hover:before {
    top: 70px;
}

.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 6px;
    height: 6px;
    background: #BEA850;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}

.products-sect .slick-dots li.slick-active button {
    background: #693806;
}

.sect2 {
    padding: 0px 0 60px;
    position: relative;
    z-index: 5;
}

.sect2 .row .col {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect {
    display: block;
    margin: 0 auto;
    background: url('../../images/common/index/about_bg.png') no-repeat 0 0%, #FCF2EF;
    padding: 25px 50px 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.about-sect:after {
    content: '';
    display: block;
    background: url(../../images/common/index/about_shadow.png) no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -36px;
    z-index: -1;
}

.about-sect:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_flower.png) no-repeat 50% 50%;
    background-position: 50% 50%;
    width: 246px;
    height: 164px;
    position: absolute;
    z-index: -2;
    top: -100px;
    left: -90px;
}

.about-sect:hover {}

.about-sect .editor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #C6B4A0;
    position: relative;
    padding: 25px 30px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.75);
}

.about-sect .editor:before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 1px #F2EDE9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-sect .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #C8C9C9;
    width: 72px;
    height: 72px;
    line-height: 72px;
    color: #F8FAF8;
    text-indent: -99999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.about-sect .more:hover {
    background: #BEA850;
    width: 105px;
}

.about-sect .more:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_more.png) no-repeat 0 50%;
    width: 46px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-sect .more:hover:before {
    width: 72px;
}


/*
.about-sect .index-about-txt {
    background: #fff;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 220px;
    overflow: hidden;
    border: 20px solid #fff;
    margin: 20px 0;
    background: red;
}
*/

.about-sect .sect-title {
    /*background: url(../../images/common/index/about_title.png) no-repeat 0% 0%;*/
    position: relative;
    /*min-height: 85px;*/
    margin-bottom: 20px;
}


.sect-title {
    color: #AC9277;
    font-size: 35px;
    font-weight: normal;
    font-family: 'Josefin Sans','微軟正黑體' sans-serif;
    line-height: 1.4;
}
.index-about-title {
    color: #202020;
    font-size: 22px;
    font-weight: bold;
}
.news-sect .ibtn.more {
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0px 0 0 0;
    text-align: right;
    width: auto;
    background: none;
    height: auto;
    text-indent: inherit;
    width: 98%;
}

.news-sect .ibtn.more span {
    text-indent: inherit;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    color: #683806;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.news-sect .ibtn.more span:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 71px;
    height: 1px;
    background: #693806;
    margin-right: 14px;
    margin-top: -3px;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news-sect .ibtn.more:hover span{
    color: #C5A56B;

}
.news-sect .ibtn.more:hover span:before {
    width: 16px;
    background: #C5A56B;
}

.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 50%;
    padding: 0 6px;
}

.sect3 .container {
    max-width: 1560px;
    background: #fff;
    position: relative;
}

.sect3 .container:after {
    content: '';
    display: block;
    background: url(../../images/common/index/ad_shadow.png) no-repeat 50% 50%;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -35px;
    z-index: -1;
    visibility: visible;
}
.sect3 .container:before {
    content: '';
    display: block;
    background: url(../../images/common/index/ad_shadow2.png) no-repeat 50% 50%;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    z-index: -1;
    visibility: visible;
}
.sect3 .container .row {
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 60px;
    position: relative;
    z-index: 6;
}


/*------------ / site_main ------------*/

.sect3 {
    margin: 10px 0 50px;
    position: relative;
}

.sect3 .cf-list li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.sect3 .cf-list li .pic {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}

.sect3 .cf-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sect3 .cf-list .box:hover .pic:before {
    opacity: 1;
}

.sect5 .index_AD {
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 27px;
}

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 0px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .about-sect .editor {
        padding-bottom: 45px;
    }
    .news-sect {
        margin: 10px 0 0 0;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -25px;
    }
    /*****優化版面*****/
    .banner {
        margin-bottom: 0px;
    }
/*
    .products-list .more {
        margin: 10px 0 0;
        width: 85%;
        text-align: center;
    }
*/
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .sect4 {
        padding-bottom: 40px;
    }
    .products-list.type1 {
        margin: 6px 0px 0;
    }
    .products-sect .sect-title span {
        font-size: 18px;
    }
    .products-sect .sect-title .second_txt {
        font-size: 16px;
    }
    .products-sect .sect-title span:before,
    .products-sect .sect-title span:after {
        top: 5px;
    }
    .products-sect .sect-title {
        display: block;
        line-height: 23px;
        padding: 25px 0 10px 0;
    }
    .products-list .name {
        font-size: 16px;
        height: auto;
        margin: 0 0 8px 0;
        padding-bottom: 8px;
    }
    .sect2 {
        padding: 10px 0;
    }
    .index-about-title {
        /*display: inline-block;*/
        font-size: 20px;
    }
    .about-sect .sect-title {
        font-size: 24px;
        padding-top: 0px;
    }
    .about-sect .index-about-txt {
        border: 15px solid #fff;
        margin: 10px 0;
        height: auto;
        padding: 0px;
    }
    .about-sect .more {
        line-height: 1.4em;
        padding: 10px;
        margin: 5px 0 0;
    }
    .sect3 {
        margin: 25px 0;
    }
    .sect3 .container .row {
        padding: 10px 0 10px 0;
    }
    .news-list .box {
        margin: 0 auto 0px;
    }
    .news-sect .ibtn.more {
        margin: 15px 0;
    }
    .about-sect::before {
        display: none;
    }
    .about-sect {
        margin: 30px auto;
    }
}

@media screen and (max-width: 767px) {
    .news-list .item {
        margin-bottom: 17px;
        border: none;
    }
    .about-sect {
        padding: 25px 20px 55px;
        margin-bottom: 15px;
    }
    .products-list.type1 .box {
        margin-bottom: 0px;
    }
    /***********優化新聞 *************/
    .news-sect {
        margin: 15px 0 0 0;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .description {
        -webkit-line-clamp: 2;
        max-height: 40px;
    }
    .news-sect .ibtn.more {
        margin: 10px 0;
    }
    .about-sect::after {
        background-size: 92% auto;
    }
    .about-sect .editor {
        font-size: 14px;
        padding: 25px;
        padding-bottom: 45px;
    }
    .products-sect .sect-title::before {
        left: 0;
        right: 0;
        margin: auto;
        /*position: absolute;*/
        /*top: -50px;*/
        width: 100%;
    }
    .products-sect .sect-title {
        /*min-height: 310px;*/
    }
}

@media screen and (max-width: 500px) {
    .products-list .item {
        width: 50%;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -25px;
        text-align: center;
        right: 0;
        top: -15px;
    }
    .sect3 .cf-list li {
        width: 50%;
        padding: 0 5px 15px;
    }
    .sect3 .container .row {
        border-top: none;
        padding: 15px 0 0 0;
    }
    .products-sect .btn.more span {
        max-width: 250px;
    }
    .products-sect .btn.more span:hover {
        max-width: 250px;
        font-size: 13px;
    }
    .products-sect .btn.more{margin-top: 0px;}
}

@media screen and (max-width: 500px) {
    /*
    .news-list .name {
        height: 20px;
    }
    .news-list .date {
        margin: 0px;
    }
    .sect3 .cf-list li {
        padding: 0 5px 10px;
    }*/
}
