.banner {
    padding: 0;
}

.banner:before {
    bottom: 50px;
}

.banner:after {
        bottom: 50px;
}

.banner .slider-box {
    float: left;
    width: 61.11%;
}

.banner .slider {

}

.banner .ad-slider-box {
    float: right;
    width: 36.81%;
}

.banner .ad-list {

}

.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: 45px 0;
}

.news-sect-title {
    position: relative;
    margin-bottom: 30px;
    color:#0e0e0e;
    font-family: 'Roboto', sans-serif;
}
.news-sect-title:after{
    content: '';
    display: block;
    width: 100%;
    height: 29px;
    margin: 0 auto;
    background: url('../../images/common/index/news_line.png') 50% 50% no-repeat;
}

.news-sect-title .icon {
    display: block;
    text-indent: inherit;
    font-size: 30px;
    text-align: center;
    font-style: normal;
    overflow: visible;
}
.news-sect-title .icon span{
    display: block;
    font-size: 15px;
    color: #636363;
    position: relative;
}

.news-sect-title .icon span:after{
    content: '';
    display: block;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    z-index: -1;
    background: url('../../images/common/index/news_item.png') 50% 50% no-repeat;
}

.news-sect {
    float: right;
    width: calc(100% - 410px);
    padding-right: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-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%;
    border-right: 1px solid #dcdcdc;
}

.news-list .box {
    margin: 0 auto;
    padding: 10px;
    position: relative;
    background: #f9f9f9;
    border: 2px solid #969696;
    max-width: 220px;
    transition: all .3s;
    z-index: 1;
}
.news-list .box:hover{
    
    border: 2px solid #aaa;
}
.news-list .box:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(to bottom, #5E5E5B 0%,#222021 100%); 
    background: linear-gradient(to bottom, #fafafa 0%,#a1a1a1 100%); 
    z-index:-1;
    opacity: 0;
    transition: all .5s;
}
.news-list .box:hover:before{
    opacity: 1;
}
.news-list .item .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;
    max-width: 220px;
    margin: 0 auto;

}

.news-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/news/hover.png') 50% 60% no-repeat;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}

.news-list .date {
    display: flex;
    justify-content: center;
    color: 3b3a3a;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px 0 0px;
}

.news-list .date:before {
    content: '-';
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}

.news-list .date:after {
    content: '-';
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0 0 5px;
}

.news-list .name {
    color: 3b3a3a;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0 0;
    height: 26px;
}

.news-list .box:hover .name {
    color: #fff;
}

.news-list .description {
    color: 3b3a3a;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}
.news-list .box:hover .description {
    
}
.contact-sect {
    width: 400px;
    min-height: 330px;
    float: left;
    position: relative;
    padding: 82px 35px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../../images/common/index/info.png') 85% 50% no-repeat;
    z-index: 1;
}
.contact-sect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(94 ,83, 79,0.7) 0%,rgba(94 ,83, 79,0.0) 100%);
    z-index: -1;
}
.contact-sect .title {

}

.sect2 {

    position: relative;
    z-index: 10;
}

/*.sect2:after {
    content: '';
    display: block;
    background: url('../../images/common/deco_border.png') repeat-x;
    height: 21px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}
*/
.about-sect{
    background: url('../../images/common/index/about.png') no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 40px 17% 40px 45%;
    box-sizing: border-box;
}

.about-sect .ibtn.more {
    position: relative;
    text-indent: inherit;
    font-size: 13px;
    width: 91px;
    height: 29px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom, rgba(255,173,0,1) 0%,rgba(255,124,0,1) 100%); 
    transition: all .3s;
    order: 2;
    margin-top: 20px;
}
.about-sect .ibtn.more:hover{
    background: linear-gradient(to bottom, rgba(255,124,0,1) 0%,rgba(255,173,0,1) 100%);
    letter-spacing: 0.05em;
}

.about-sect .txt-box {
    
}

.about-sect .txt-box .title {
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}
.about-sect .txt-box .title span{
    margin-left: 10px;
}


.about-sect .txt-box .editor {
    max-width: 930px;
    min-height: 50px;
    color: #fff;
}

.sect3 {
    position: relative;
    z-index: 1;
    padding: 190px 0 0;
    margin-top: -140px;
    margin-bottom: 75px;

    
}
.sect3:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 70px;
    background: url(../../images/common/index/pdbg.png) 50% 50% no-repeat;
    background-size: cover;
    z-index: -1;
}
.products-sect{
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 40px 0 20px;
}
.products-sect .ibtn.more {
    margin: 0 auto 60px;
    display: block;
    text-indent: inherit;
    font-size: 30px;
    text-align: center;
    font-style: normal;
    margin-bottom: 30px;
    color: #0e0e0e;
    line-height: 1.65;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.products-sect .ibtn.more:after {
    content: '';
    display: block;
    width: 100%;
    height: 29px;
    margin: 0 auto;
    background: url(../../images/common/index/news_line.png) 50% 50%no-repeat;
}

.products-sect .ibtn.more span{
    display: block;
    font-size: 15px;
    color: #636363;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.products-sect .ibtn.more:hover span{
    color: #FF7C00;
}

.products-sect .ibtn.more span:after{
    content: '';
    display: block;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    z-index: -1;
        transform:rotateX(0deg);
    transition:all .3s ;
    background: url('../../images/common/index/news_item.png') 50% 50%no-repeat;
}
.products-sect .ibtn.more:hover span:after {
    transform:rotateX(180deg);
    top: -33px;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 20%;
    padding: 0 10px;
}
.products-list .item .box{
    text-align: center;
    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:9;
   
}
.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: 0 auto 25px;
    position: relative;
    
}

.products-list .box:hover {
    
}

.products-list .box.new .pic-box:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 2px;
}
.products-list .pic-box .btn{
    content: '';
    background: url('../../images/common/products/wish_tag.png');
    width: 53px;
    height: 29px;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 7px;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto 10px;

}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #969696;
}

.products-list .pic img {
    
}

.products-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/news/hover.png') 50% 60% no-repeat;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.products-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}

.products-list .txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}

.products-list .name {
    color: #61370a;
    font-size: 16px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    margin-bottom: 5px;
}

.products-list .offers {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}



/*-- 新的編輯器 --*/

.sect4,
.sect5 {
    margin: 40px 0;
}

.contact-sect .hours-tel {
    color: #fff;
    font-size: 23px;
}

.contact-sect .hours-tel b {
    font-size: 35px;
}

.contact-sect .time {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .about-sect .ibtn.more {

    }
    .about-sect .txt-box {
        
    }
}

@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);
        width: 50%;
        padding-right: 30px;
    }
    .news-sect .slick-dots {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .contact-sect {
        width: 50%;
        padding: 20px 15px;
    }
    .about-sect{
        background: url(../../images/common/index/about.png) 0% 0% no-repeat;
        background-size: cover;
        padding: 40px ;
        position: relative;
        z-index: 1;
    }
    .about-sect:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 100%);
        z-index: -1;
    }
    .about-sect .ibtn.more {
        
    }
    .about-sect .txt-box {
        
    }
    /*-- 優化 --*/
    .sect1 {
         padding: 40px 0;
    }
    .news-sect-title {
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
    .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:10%;
    }
    .about-sect .txt-box {
        
    }
    .sect3 {
        margin-bottom: 40px;
    }
    .products-sect{
        padding: 40px 20px 20px;
    }
    .products-sect .ibtn.more {
        margin: 0 auto 10px;
    }
    .products-list .box{
         margin: 0 auto 20px;
    }
    .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;
    }
    .news-sect-title .icon{
        font-size: 25px;
    }
    .about-sect .txt-box .title,
    .products-sect .ibtn.more,
    .news-sect-title .icon{
        font-size: 25px;
    }

    .news-sect-title .icon span:after{
        top: -28px;
    }
    .news-sect-title .icon span{
        margin-top: 5px;
    }
    .products-sect .ibtn.more span:after{
        width: 230px;
        height: 56px;
        background: url(../../images/common/index/news_item.png) 50% 50%no-repeat;
        background-size: contain;
        left: 0;
        right: 0;

    }
}

@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;
    }
    .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:15px auto;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .news-sect .slick-dots li {
        display: inline-block;
    }
    .news-list {
        
    }
    .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;
        margin: 0 auto;
    }
    .about-sect .txt-box {
        margin-left: 0;
        padding: 30px 0;
    }
    .products-sect .ibtn.more {

    }
    .products-list .box.new:before {
        top: 5px;
        left:5px;
    }
    .products-list .pic-box .btn{
        top: 5px;
        right: 5px;
    }
    .index-contact-list {
        padding: 0 20px;
    }
}

@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%;
    }
    .about-sect .txt-box .title span{
        display: block;
        margin: 0;
    }
}



/*
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
*/