body{
	background:#fff;
}
.warning-sect:before {
    height: 500px;
}

.banner {
    margin-bottom: 30px;
}

.sect4 {
    padding: 20px 0 70px;
    position: relative;
}

.sect4 img {
    display: block;
    position: relative;
}

.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;
    width: 50px;
    height: 50px;
    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: url('../../images/common/index/btn_scroll.svg') no-repeat 50% 50%, rgba(255,255,255,0.4);
    width: 82px;
    height: 82px;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    transition: all .3s;
}
.banner .ibtn.scroll:hover{
    background: url('../../images/common/index/btn_scroll.svg') no-repeat 50% 50%, rgba(255,255,255,0.9);
}

.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.svg');
}

.site-main {
    background: url('../../images/common/index/main_bg.png') 50% 100% no-repeat;
}

.sect1 {
    background: url('../../images/common/index/sect1_bg.jpg') 50% 0 / cover no-repeat fixed;
    padding: 70px 0 130px;
}

.sect1 .container {
    position: relative;
}

.sect1 .container:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.jpg) no-repeat 50% 50%;
    background-size: auto auto;
    position: absolute;
    left: 12px;
    top: -95px;
    width: 772px;
    height: 431px;
    background-size: 100% auto;
    z-index: 3;
}

.about-sect {
    float: right;
    position: relative;
    border: solid 1px #ebd3bb;
    padding: 30px 40px 15px 130px;
    width: 770px;
    margin-top: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.about-slogan {
    color: #fff;
    line-height: 1.4;
    white-space: nowrap;
}

.about-slogan.s1 {
    font-size: 65px;
    position: absolute;
    top: -105px;
    left: 129px;
    letter-spacing: 0.0em;
    color: #ebd3bb;
    font-family: 'Muli', sans-serif;
}

.about-slogan.s2 {
    font-size: 28px;
    position: absolute;
    top: -58px;
    left: 37px;
    letter-spacing: 0.6em;
    display: none;
}

.txt-box {
    letter-spacing: 2px;
    line-height: 25px;
    color: #fff;
    position: relative;
    z-index: 4;
}

.about-pic {
    display: none;
}

.about-sect .sect-title {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 12px;
    position: relative;
}

.about-sect .editor {
    min-height: 150px;
}

.about-sect .btn-box {
    text-align: right;
    padding-top: 15px;
}

.about-sect .btn.more {
    color: #f8b600;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    position: relative;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-sect .btn.more:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #f8b600;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-sect .btn.more:hover:before {
    width: 100%;
    left: 0;
    right: inherit;
}

.about-sect .btn.more:hover {
    color: #fff;
}

.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: #f9f2ea;
    position: relative;
    margin: -90px 30px 0;
}
.sect2:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_bg.png) no-repeat 50% 70%;
    width: calc(100% + 60px);
    height: 300px;
    position: absolute;
    left: -30px;
    z-index: -1;
    bottom: 0;
}

.news-sect {
    padding: 40px 0 30px;
}

.news-sect .sect-title {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    color: #000;
    letter-spacing: 0.3em;
    font-size: 27px;
    text-indent: inherit;
    text-align: center;
    display: block;
    line-height: 1.4;
}
.news-sect .sect-title:before{
    content: '';
    display: block;
    background: url(../../images/common/index/news_icon.png) no-repeat 50% 50%;
    width: 52px;
    height: 61px;
    position: relative;
    margin: 0 auto 5px;
}

.news-sect .ibtn.more {
    width: 120px;
    height: 60px;
    position: relative;
    display: block;
    margin: 0 auto 30px;
}

.no-svg .news-sect .ibtn.more {
    background-image: url('../../images/common/index/news_more.png');
}
.news-sect .ibtn.more:hover{
    background-position: 0 0;
}
.news-sect .ibtn.more:before{
    content: '';
    background: url('../../images/common/index/news_more.png') no-repeat 50% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 3;
    opacity: 0;
}
.news-sect .ibtn.more:hover:before{
    opacity: 1;
}
.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: 5px auto 45px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover {
    border-color: #c9a283;
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .pic {
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news-list .box:hover .pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .pic img {
    width: 100%;
    height: 100%;
}

.news-list .txt {
    padding: 0 20px 18px;
}

.news-list .date {
    display: block;
    background: #f28800;
    width: 161px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    margin: 0 auto 10px;
    position: relative;
    top: 0px;
}

.news-list .name {
    color: #444;
    font-family: 'Muli', '微軟正黑體', Times, Georgia, serif;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin-bottom: 13px;
}

.news-list .description {
    color: #3e200e;
    font-size: 13px;
    line-height: 1.5;
    max-height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.news-list .box:hover .description {}

.sect3 {
    padding: 40px 0 60px;
    background:url(../../images/common/index/products_bg.png) 50% 0% fixed;
    position: relative;
}

.sect3 .container {
    max-width: 1920px;
    padding: 0 30px;
}

.sect5 {
    position: relative;
}
.sect5:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_bg.png) no-repeat 50% 100%;
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
}

.ad-link {
    display: block;
    position: relative;
    -webkit-box-shadow: -2px -2px 13px rgba(0, 0, 0, 0.1);
    box-shadow: -2px -2px 13px rgba(0, 0, 0, 0.1);
}

.products-sect .sect-title {
    font-weight: normal;
    padding-top: 61px;
    color: #111;
    letter-spacing: 0.3em;
    font-size: 27px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    background: url(../../images/common/index/products_ic.png) no-repeat 50% 0px;
}

.products-sect .sect-title:before {
    content: 'PRODUCTS';
    font-family: 'Muli', sans-serif;
    position: relative;
    margin: 0 auto -7px;
    font-size: 20px;
    display: block;
}

.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 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: 10px;
    top: 0px;
}

.products-list .box .pic-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.products-list .box:hover .pic-box:after {
    opacity: 1;
    z-index: 2;
}

.products-list .btn.wish {
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 16px;
    float: right;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.products-list .btn.wish:hover {
    text-decoration: underline;
}

.products-list .btn.wish i:before {
    content: '';
    background: url(../../images/common/plus.svg) no-repeat 50% 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    position: relative;
    display: block;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 3px;
}

.products-list .btn.wish:hover i:before {
    opacity: 0.6;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: 'VIEW MORE';
    position: absolute;
    z-index: 6;
    font-family: 'Muli', sans-serif;
    width: 95px;
    height: 95px;
    line-height: 50px;
    background: #4ac5cc;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    border-radius: 50%;
    line-height: 1.5;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px rgba(60, 60, 60, 0.2);
    box-shadow: 0 0 5px rgba(60, 60, 60, 0.2);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.11, .63, .7, .36);
    transition: all .4s cubic-bezier(.11, .63, .7, .36);
}

.products-list .box:hover .pic:before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    bottom: 0;
}

.products-list .pic:after {
    content: '';
    position: absolute;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 0px;
    height: 1px;
    background: #4ac5cc;
    top: 50%;
    right: 0;
    margin: auto;
    
}

.products-list .box:hover .pic:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.products-list .pic img {
    display: block;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.products-list .box:hover .pic img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #c9a283;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 5px;
}

.products-list .name a {
    display: inline;
}

.products-list .box:hover .name {
    color: #4ac5cc;
}

.products-list .offers {
    color: #f8b600;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    font-family: 'Muli', sans-serif;
}

.products-list .box:hover .offers {}

.products-sect .btn.more {
    width: 220px;
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
    font-family: 'Muli', sans-serif;
    color: #666;
    text-align: center;
    border: solid 1px #bababa;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.products-sect .btn.more:hover {
    letter-spacing: 3px;
    border-bottom-color: #000;
    width: 280px;
    letter-spacing: 0.15em;
    border-color: #4ac5cc;
    color: #fff;
    overflow: hidden;
}
.products-sect .btn.more:before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background:  #4ac5cc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
    border-radius: 20px;
}
.products-sect .btn.more:hover:before{
    height: 100%;
    top: inherit;
    bottom: 0;
}

.products-sect .btn.more .ic:before{
    content: '\e901';
}
.products-sect .btn.more .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 0 3px 8px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.products-sect .btn.more:hover .ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.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 {}
    .sect3 .container {
        padding: 0 15px;
    }
    .products-list-box{padding-bottom: 20px;}
    
    
@media screen and (max-width: 1450px) {
    .sect1 .container::before{
        background-size: 90% auto;
    }
    .about-sect{
        padding: 30px 40px 40px;
        z-index: 6;
        background: #4ac5cc;
        border-color: #4ac5cc;
    }
    .sect1{
        padding: 70px 0;
    }
    .about-slogan.s1 {
    top: -90px;
    }
}
    @media screen and (max-width: 1400px) {
        .about-slogan.s1 {
            font-size: 60px;
            top: -130px;
        }
        .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 .ibtn.scroll {
            opacity: 0;
            visibility: hidden;
        }
        .banner .slick-prev,
        .banner .slick-next {
            width: 60px;
            height: 60px;
            background-size: 200% auto;
            margin-top: -30px;
            visibility: hidden;
        }
        .about-sect {
            width: 65%;
            margin-top: 50px;
        }
        .about-sect .editor {
            min-height: 100px;
        }
        .about-slogan.s1 {
            font-size: 40px;
            top: -80px;
        }
        .about-slogan.s2 {
            font-size: 20px;
            top: -30px;
        }
        .about-pic {
            width: 25%;
            bottom: 105%;
        }
        .about-sect .sect-title {
            font-size: 20px;
            display: none;
        }
        .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;
            letter-spacing: 0;
            font-size: 14px;
            margin: 0 auto 8px;
        }
        .news-list .name {
            font-size: 16px;
            height: 42px;
            margin-bottom: 8px;
            line-height: 1.45;
        }
        .news-list .txt {
            padding: 0 10px 15px;
        }
        .news-list .box {
            margin-bottom: 6px;
        }
        .products-sect .sect-title::before {
            margin: 0 auto;
        }
        .sect3 {
            padding: 20px 0;
        }
        .products-sect .sect-title {
            font-size: 20px;
            margin-bottom: 15px;
        }
        .sect5 {
            margin: 0px 0 0;
        }
        .warning-sect:before {
            height: 160%;
        }
        .products-list-box {
            padding: 10px 10px 40px;
        }
        .products-list .txt {
            padding-top: 0;
            margin-top: 17px;
        }
        .products-list .name {
            height: auto;
            font-size: 16px;
        }
        .products-list .offers {}
        .products-list .box {
            margin-bottom: 10px;
        }
        .products-sect .btn.more {
            line-height: 40px;
            width: 150px;
            height: 40px;
            margin: 10px auto 0;
        }
        .products-list .btn.wish {}
    }
    @media screen and (max-width: 767px) {
        .banner .slick-prev,
        .banner .slick-next {
            width: 36px;
            height: 36px;
            margin-top: -18px;
        }
        .sect1 {
            padding-top: 45px;
        }
        
        .about-sect .btn.more {
            color: #694f3b;
        }

        .about-sect .btn.more:before {
            background: #694f3b;
        }
        
        .about-slogan.s1,
        .about-slogan.s2 {
            position: static;
            margin: 0;
            white-space: normal;
            line-height: 1;
            color: #694f3b;
            margin-left: 25px;
        }
        .about-slogan.s2 {
            margin-left: 0px;
            color: #1a1a1a;
            margin-left: 25px;
        }
        .about-sect {
            float: none;
            width: auto;
            border: 0;
            padding: 0;
            margin: 0;
        }
        .sect1 .container::before {
            display: none;
        }
        .about-sect .txt-box {
            padding: 15px 20px;
            clear: both;
        }
        .about-sect .editor {
            min-height: 0;
        }
        .about-pic {
            position: static;
            display: block;
            float: none;
            margin: 0 auto;
            float: right;
            width: 220px;
            position: absolute;
            right: -15px;
            top: -77px;
        }
        .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: 30px 0 10px;
        }
        .news-list .date {
            margin: 0 auto 2px;
        }
        .news-list .txt {
            padding: 0 0px 15px;
        }
        .news-list .description {
            margin: 0 8px 0px;
        }
        .news-list .name {
            margin: 0 8px 10px;
        }
        .news-sect .ibtn.more {
            margin-bottom: 18px;
        }
        .news-list .item {
            width: 50%;
            margin-bottom: 10px;
        }
        .sect1 {
            background: url('../../images/common/index/sect1_bg.jpg') 50% 0 / cover no-repeat;
        }
    }
    @media screen and (max-width: 500px) {
        .about-slogan.s1 {
            font-size: 32px;
            margin-bottom: 3px;
            padding-top: 10px;
        }
        .about-slogan.s2 {
            margin-bottom: 10px;
            letter-spacing: 0.2em;
        }
        .about-pic {
            width: 150px;
            margin-right: 15px;
            top: -87px;
            z-index: 24;
        }
        .about-deco {
            display: none;
        }
        .banner .ibtn.scroll {
            display: none;
        }
        .products-list .btn.wish {
            margin-left: 0px;
            padding-left: 5px;
        }
        .products-list .item {
            width: 100%;
        }
        .news-list .item {
            width: 100%;
        }
    }
