﻿@charset 'utf-8';
.banner {
    padding: 0;
}

/*
.banner:before {
    top: 12%;
    bottom: 12%;
}
*/
.banner:before {
    top: -18%;
    bottom: 12%;
    z-index: -1;
}

.banner:after {
    display: none;
}

.banner .slider-box {
    float: left;
    width: 61.11%;
}

.banner .slider {
    /*background: #fff;*/
}

.banner .ad-slider-box {
    float: right;
    width: 36.81%;
}

.banner .ad-list {
    /*background: #fff;*/
}

.banner .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0 15px 15px;
    pointer-events: none;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: visible;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/ad_arrow.png') no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    opacity: 1;
}

.banner .slick-prev {
    right: 50px;
    background-position: 0 0;
}

.banner .slick-next {
    right: 20px;
    background-position: 100% 0;
}

.sect1 {
    padding: 55px 0 65px;
}

.news-sect-title {
    background: url('../../images/common/index/news_deco.png') 0 100% repeat-x;
    padding-bottom: 45px;
    margin-bottom: 30px;
}

.news-sect-title .icon {
    display: block;
    background: url('../../images/common/index/products_more_m.png') 50% 0 no-repeat;
    width: 88px;
    height: 103px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -12px;
    position: absolute;
}


.news-sect {
    float: right;
    width: calc(100% - 410px);
    padding-right: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-control-box {
    display: table;
    width: 30px;
    height: 100%;
}

.news-sect .slick-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    pointer-events: visible;
}

.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.news-list .item {
    width: 33.33%;
}

.news-list .box {
    margin: 0 auto;
    padding: 25px 10%;
    background: url('../../images/common/border_dot_v.png') repeat-y;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 50%;
}
.news-list .pic img{
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    overflow: hidden;
}
.news-list .box:hover .pic img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.news-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/news/hover.png') 50% 60% no-repeat rgba(255,255,255,0.5);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}
.news-list .date {
    display: block;
    background: url('../../images/common/border_dot2_h.png') 0 100% repeat-x;
    color: #777777;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px 0 6px;
}

.news-list .date:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/news/date_ic.png') no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 6px 1px 0;
}

.news-list .name {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 3px;
    height: 26px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover .name {
    color: #50A5A9;
    text-decoration: underline;
}

.news-list .description {
    color: #555555;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}

.contact-sect {
    width: 400px;
    float: left;
    padding: 45px 5px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-sect .title {
    background-image: url('../../images/common/index/contact_title.png');
    width: 380px;
    height: 226px;
    margin-bottom: 10px;
    position: relative;
    left: -20px;
    text-indent: -999999999px;
}

.sect2 {
    background: url('../../images/common/index/sect2_bg.png') no-repeat;
    position: relative;
/*    background-size: cover;*/
}


.sect2 .container {
    max-width: none;
    padding: 0;
}

.about-sect .ibtn.more {
    background-image: url('../../images/common/index/about_more.png');
    width: 175px;
    height: 140px;
    position: absolute;
    left: 55%;
    top: 10%;
    margin: -55px 0 0 -600px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-sect .ibtn.more:hover{
    background-position: 100% 0;
}
.about-sect .txt-box {
    background: url('../../images/common/index/about_txt_bg.png');
    margin-left: 34%;
    padding: 55px 45px;
}

.about-sect .txt-box .title {
    color: #5F370A;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-sect .txt-box .editor {
    max-width: 930px;
    min-height: 92px;
  /*  line-height: 1.7;*/
}

.sect3 {
    padding: 55px 0 25px;
}

.products-sect{
    position: relative;
    background: url(../../images/common/index/news_deco.png) repeat-x 50% 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
}
.products-sect:before{
    content: '';
    display: block;
    background: url(../../images/common/index/products_txt.png) no-repeat;
    width: 122px;
    height: 103px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}
.products-sect .ibtn.more {
    background-image: url('../../images/common/index/products_more.png');
    width: 140px;
    height: 28px;
    display: block;
    margin: 75px auto 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-sect .ibtn.more:hover{
    background-position: 0 100%;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 20%;
    padding: 0 10px;
}

.products-list .item:nth-child(5n+1) {
    clear: left;
}

.products-list .item:nth-child(n+11) {
    display: none;
}

.products-list .box {
    max-width: 248px;
    margin: 12px auto 25px;
    position: relative;
    border: 1px solid #D7D7D7;
   
    border-radius: 14px;
     border-bottom-right-radius: 0;
    /*   background: url(../../images/common/products/angle2.png) no-repeat right bottom, #fff;*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list .box:hover{
     /*background: url(../../images/common/products/angle2.png) no-repeat right bottom, #fff;*/
    -webkit-box-shadow: 0 3px 5px rgba(177,177,177,0.3);
    box-shadow: 0 3px 5px rgba(177,177,177,0.3);
}
.products-list .box:after{
    content: '';
    display: block;
    width: 4px;
    height: 50px;
    background: #EC0000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: -12px;
    height: 0;
    z-index: 5;
}
.products-list .box:hover:after{
    height: 50px;
}


.products-list .box:hover {
    border-color: #8C8C8C;
}

.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 50px;
    height: 35px;
    position: absolute;
    z-index: 10;
    top: -12px;
    left: 25px;
}

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

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

.products-list .pic img {
    border-radius: 10px;
}

.products-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products-list .box:hover .pic:before {
    opacity: 1;
}

.products-list .txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}

.products-list .name {
    color: #222;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}

.products-list .offers {
    color: #FF4000;
    font-family: 'Signika Negative', sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}




/*-- 新的編輯器 --*/

.sect4,
.sect5 {
    margin: 40px 0;
}

.sect4 {
    text-align: center;
    padding: 30px 0 0 0;
}
.contact-sect .hours-tel {
    color: #008BA0;
    font-size: 23px;
}

.contact-sect .hours-tel b {
    font-size: 35px;
}

.contact-sect .time {
    color: #008B9F;
    font-size: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .about-sect .ibtn.more {
        left: 15%;
        margin-left: -109px;
    }
    .about-sect .txt-box {
        margin-left: 30%;
    }
}

@media screen and (max-width: 1280px) {
    .news-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .news-sect {
        width: calc(100% - 380px);
        padding-right: 30px;
    }
    .news-sect .slick-dots {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .contact-sect {
        width: 360px;
        padding: 20px 15px;
    }
    .about-sect .ibtn.more {
        left: 17%;
    }
    .about-sect .txt-box {
        margin-left: 34%;
    }
    /*-- 優化 --*/
    .sect1 {
        padding: 50px 0 25px;
    }
    .news-sect-title {
        padding-bottom: 35px;
        margin-bottom: 70px;
    }
    .sect4,
    .sect5 {
        margin: 10px 0 0px;
    }
    .contact-sect .hours-tel {
        font-size: 14px;
    }
    .contact-sect .hours-tel b {
        font-size: 16px;
    }
    .contact-sect .time {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .news-list .name {
        margin: 3px 0;
        height: auto;
    }
    .news-list .description {
      
    }
    .news-list .box {
        padding: 5px 10%;
    }
    .about-sect .txt-box {
        padding: 20px 25px;
    }
    .sect3 {
        padding: 30px 0 5px;
    }
    .products-list .box {
         margin: 5px auto 30px;
    }
    .products-sect .ibtn.more {
/*        margin: 0 auto 10px;*/
    }
    .products-list .name {

        font-size: 16px;

        height: auto;
    }
    .products-list .offers {

        font-size: 15px;

        height: auto;
    }
    .banner .slick-prev,
.banner .slick-next {
  
    bottom: 0px;
 
}

.banner .slick-prev {
    right: 30px;
}

.banner .slick-next {
    right: 0px;
 
}
}

@media screen and (max-width: 900px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider-box,
    .banner .ad-slider-box {
        float: none;
        width: auto;
    }
    .banner .ad-slider-box {
        padding: 15px 15px 0;
    }
    .banner .ad-list {
        max-width: 530px;
        margin: 0 auto;
    }
    .news-sect,
    .contact-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        padding: 0;
    }
    .news-sect .slick-dots {
        position: static;
        text-align: center;
        margin-top: 10px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .news-sect .slick-dots li {
        display: inline-block;
    }
    .news-list {
        background: url('../../images/common/border_dot_v.png') 100% 0 repeat-y;
    }
    .news-list .item {
        width: 50%;
    }
    .contact-sect {
        text-align: center;
        padding:35px 0 20px;
    }
    .about-sect {
        padding-top: 30px;
    }
    .about-sect .ibtn.more {
        position: static;
        display: block;
        margin: 0 auto 20px;
    }
    .about-sect .txt-box {
        margin-left: 0;
        padding: 30px 5%;
    }
    .products-sect .ibtn.more {
       
    }
}

@media screen and (max-width: 680px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
}

@media screen and (max-width: 530px) {
    .news-list .item {
        width: 100%;
    }
}



/*
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
*/