.footer-top.new {
    text-align: center;
    display: block;
}
.main-title {
    text-align: center;
    font-family: 'Nova Slim', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei",  "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 42px;
    color: #663366;
    line-height: 1.5;
    margin-bottom: 45px;
    font-weight: normal;
}
.main-title small {
    display: block;
    background: url(../../images/common/small_txt_bg.png) no-repeat 50% 0;
    line-height: 30px;
    color: #222;
    font-family: Arial,'微軟正黑體',  Helvetica, sans-serif;
    font-size: 14px;
    font-style:normal;
    letter-spacing: 0.1em;
    font-weight: normal;
}

/*--- 內容 ---*/
.banner .item {
    height: 508px;
}
.site-main .ibtn.more {
    background-image: url(../../images/common/index/more.png);
    width: 166px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.products-box .ibtn.more {
    background-image: url(../../images/common/index/products_more.png);
    width: 71px;
    height: 28px;
}
.about-box .ibtn.more {
    background-image: url(../../images/common/index/about_more.png);
    width: 112px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 85px;
}
.links-box .ibtn.more {
    background-image: url(../../images/common/index/links_more.png);
    width: 45px;
    height: 44px;
    position: relative;
    bottom: -22px;
}
.album-box .ibtn.more {
    margin-top: 30px;
    position: relative;
    bottom: -30px;
}
.site-main .slick-prev,
.site-main .slick-next {
    background: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    position: absolute;
    top: 50%;
}
.site-main .slick-prev { background-position:    0 0; }
.site-main .slick-next { background-position: 100% 0; }
.site-main .slick-prev:hover { background-position:    0 100%; }
.site-main .slick-next:hover { background-position: 100% 100%; }

.products-box .slick-prev,
.products-box .slick-next {
    background-image: url(../../images/common/index/products_arrow.png);
    width: 71px;
    height: 71px;
    margin-top: -35px;
    cursor:  pointer;
}
.products-box .slick-prev { left: -71px; }
.products-box .slick-next { right: -71px; }

.sect1 {
      padding: 50px 0;
}
.service-box {
    position: relative;
    margin: 0 -15px;
}
.service-box .main-title {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 180px;
    height: 90px;
    margin: -45px 0 0 -86px;
}
.service-box .ibtn.more {
    position: absolute;
    right: 10%;
    top: 50%;
    margin: -15px -83px 0 0;
}
.service-box .editor {
     margin: 50px 0% 50px 20%;
    border-left: 1px solid #E0E0E0;
    padding: 25px 5%;
    min-height: 66px;
}

.sect2 {
    background: url(../../images/common/index/news_bg.jpg) no-repeat 50% 0;
    background-size: cover;
}
.sect2:before {
    content: "";
    display: block;
    border-top: 1px solid #E0DBF1;
    position: relative;
    top: -6px;
}
.news-box .main-title {
    background: url(../../images/common/index/news_title.png) no-repeat 50% 0;
    height: 130px;
    line-height: 1;
    color: #9BA210;
    padding-top: 12px;
    position: relative;
    top: -7px;
    margin: 0 -15px;
}
.news-box .main-title small {
    background: none;
}

.sect3 {
    background: url(../../images/common/index/products_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 80px 0;
}
.products-box {
    padding: 0 71px;
    position: relative;
}
.products-box .ibtn.more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.products-list {
    border-right: 1px solid #E0E0E0;
}
.products-list .item {
    width: 25%;
    padding: 0 30px;
    border-left: 1px solid #E0E0E0;
}
.products-list .box{
    position: relative;
}
.products-list .item .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .item .box{
    max-width: 200px;
    margin: 0 auto;
}
.products-list .pic {
    position: relative;
    overflow: hidden;
}
.products-list .item > div:hover .pic:before {
    content: " ";
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #9BA210;
    opacity: 0.65;
}
.products-list .more {
    background: #B2A5DC;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 3px solid #FBFBFB;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    margin: -18px auto 10px;
}
.products-list a:hover .more {
    background: #9BA210;
}
.products-list .name {
    color: #84752E;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.products-list .item > div:hover .name {
    color: #663366;
}
.products-list .offers{
    color:#663366;
    font-size: 18px;
    font-family: 'Nova Slim', cursive;
}
.products-list .description {
    font-size: 13px;
    color: #666659;
    letter-spacing: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.products-list .box:hover .description {
    color: #000;
}
.products-list .wishlist{
    background: url(../../images/common/products/product_line.png) no-repeat left center,url(../../images/common/products/product_line.png) no-repeat right center;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}
.products-list .wishlist span{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    color:#999999;
    font-size: 15px;
}
.products-list .wishlist span::before{
    content: url(../../images/common/products/product_icon.png);
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.products-list .item > div:hover .wishlist span{
    color:#9BA210;
}
.products-list .item > div:hover .wishlist span::before{
    content: url(../../images/common/products/product_icon_hover.png);
}
.about-img{
    padding-bottom: 90px;
}
.about-img ul li {
    margin-right: 5px;
    width: calc(100% / 3 - 8px);
}
.sect4-5{
    background: url(../../images/common/index/about_bg.jpg) no-repeat 50% 0;
    background-size: cover;
}
.sect4 .container {
    padding: 0;
    max-width: 1440px;
}
.sect4 .sect-content {
    background: rgba(102,102,89,0.95);
    color: #C2E13E;
    position: relative;
    padding-right: 34%;
}
.sect4 .content-box {
    max-width: 730px;
    padding: 0 30px;
    margin: 0 auto;
}
.sect4 .sect-pic {
    background: 50% 50% / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 34%;
}
.about-box {
    position: relative;
    margin-bottom: 45px;
}
.about-box .main-title {
    background: #9BA210;
    color: #fff;
    margin-bottom: 28px;
    padding: 45px 0 10px;
    width: 185px;
    line-height: 1;
}
.about-box .main-title small {
    background: none;
}
.links-list .item {
    width: 33.33%;
    padding: 14px 0;
}
.sect5{
    margin: -45px 0 0;
    padding: 0;
}
.ad-box{
    position: relative;
    text-align: center;
    margin: 0px 0 0;
    padding: 0;
}
@media screen and (max-width: 1440px) {
    .banner .item {
        padding-top: 9%;
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
     .service-box .main-title {
        width: 290px;
        font-size: 31px;
    }
    .service-box .editor {
        margin: 0 0 0 200px;
        padding: 0 15px 10px 35px;
    }
    .service-box .main-title {
        left: 40px;
        top: 40%;
    }
    .service-box .ibtn.more {
        right: 0;
        left:0px;
        position:relative;
        margin:20px auto;
    }

}
@media screen and (max-width: 1000px) {
    .news-list .item {
        width: 25%;
    }
    .news-list .item .box {
    margin: 0 auto 50px;
}
 .sect1,
    .sect3 {
        padding: 50px 0;
    }
    .products-box .ibtn.more {
    position: relative;
    right: 0;
    margin:20px auto;
    left:0px;
}
.products-list .more {
    margin: -18px auto 0px;
}
.main-title {
        font-size: 28px;
    }
    .main-title small {
        font-size: 13px;
    }
}
@media screen and (max-width: 940px) {
    .news-list {
        max-width: 700px;
        margin: 0 auto 5px;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item .box {
        margin-bottom: 40px;
    }
    .sect4 .sect-content {
        padding-right: 25%;
    }
    .sect4 .sect-pic {
        width: 25%;
    }
    .sect4 .content-box {
        padding: 0 15px;
    }
    .about-box {
    margin-bottom: 25px;
}
.about-img{
    padding: 30px 0;
    margin-bottom:40px;
}
}
@media screen and (max-width: 767px) {
    .banner .item {
        padding-top: 0;
        height: 270px;
    }
    .sect1{
        padding: 40px 0 60px;
    }
    .sect3 {
        padding: 40px 0 40px;
    }
    .service-box .editor {
        margin: 0;
        padding:0px 15px 20px;
        text-align: center;
    }
    .service-box .main-title,
    .service-box .ibtn.more {
        position: static;
        margin: 0 auto;
    }
   
    .sect4 .sect-content {
        padding: 0;
    }
    .sect4 .sect-pic {
        display: none;
    }
.about-box .main-title {
    margin-bottom: 18px;
    padding: 25px 0 10px;
}
.about-box .ibtn.more {
    right: 0;
    top: 25px;
}
}
@media screen and (max-width: 600px) {
    .products-box {
        padding: 0;
    }
    .products-box .main-title {
        margin-bottom: 100px;
    }
    .products-box .slick-prev,
    .products-box .slick-next {
        top: auto;
        bottom: 100%;
        margin: 0 0 20px;
        left: 50%;
        right: auto;
    }
    .products-box .slick-prev { margin-left: -72px; }
    .products-box .ibtn.more {
        position: static;
        margin-top: 20px;
    }
     .news-list .item {
        width: 100%;
    }
     .news-list .item .box {
        margin-bottom: 20px;
        border-bottom:1px solid #fff;
    }
}
@media screen and (max-width: 500px) {

     .about-box {
        margin-bottom: 30px;
    }
    .about-box .main-title {
        margin: 0 auto 10px;
        padding: 20px 0 5px;
        line-height: 0.6;
    }
    .about-box .ibtn.more {
        position: static;
        margin:20px auto;
    }

}
@media screen and (max-width: 430px) {

}