/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}


/*------------ sect01 ------------*/

.sect01 {
    padding: 35px 0;
}


/*------------ ad01 ------------*/

.ad-box01 {
    float: left;
    width: 36%;
}


/*------------ products ------------*/
.pd-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 90px; 
}
.pd-txt-area{
    width: 100%;
}
.products-box {
    float: right;
    width: 61%;

}

.about-box .title,
.news-box .title,
.products-box .title {
    text-align: left;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
    border-left: 1px solid #C7B789;
    padding-left: 15px;
    font-family: 'Amethysta','微軟正黑體', serif;
}

.about-box .title b,
.news-box .title b,
.products-box .title b {
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
    text-align: left;
}
.about-box .more,
.news-box .more,
.products-box .title a {
    font-size: 15px;
    position:relative;
    color: #222;
    cursor: pointer;
    border: 1px solid #bdb9c0;
    text-decoration: none;
    vertical-align: middle;
    padding: 5px 50px 5px 15px;
    transition: all .6s ease;
    text-align: left;
    margin: 0 0 0 20px;
    font-family: 'Amethysta', serif;
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-box .more:hove,
.news-box .more:hover,
.products-box .title a:hover{
    color:#000;
}
.about-box .more:before,
.news-box .more:before,
.products-box .title a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #a39c9d;
    position: absolute;
    right: 27%;
    top: 43%;
    transition: all .6s ease;
}
.about-box .more:hover:before,
.news-box .more:hover:before,
.products-box .title a:hover:before {
    right: 10%;
}
.hot-arrow,
.hot-arrow2 {
    position: absolute;
    top: -10px;
    right: 0;
    width: 65px;
}

.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png') 50% 50% no-repeat;
    left: 0;
    border: 1px solid #ddd;
    border-radius:0%;
    transition:all .3s ease;
    padding: 0;
}

.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
    background-position:50% 5px;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    border-radius:100%;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 25%;
    padding: 10px;
}

.product-list .box ,
.product-list2 .box  {
 /*   max-width: 280px;*/
 width: auto;
 /* min-height:380px; */
 margin: 0 auto;
 padding: 10px 10px;
 background: #FFFFFF;
 box-sizing: border-box;
 transition: all .3s ease;
 display: block;
 position: relative;
 border:1px solid #E9E9EE;
 box-shadow:0px 0px 0px rgba(0,0,0,0.3);
 top:0;
}

.product-list li .cover,
.product-list2 li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:9;
}
.product-list .box:hover,
.product-list2 .box:hover {
    top:-5px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
.product-list .pic,
.product-list2 .pic {
    width: auto;
    /*max-width: 260px;*/
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}
.product-list .pic img,
.product-list2 .pic img{
    width:100%;
}

.products-box .shopping_way.hot{
    margin:15px auto 0;
   text-align:center;
}
.product-list .name,
.product-list2 .name {
    text-align: center;
    line-height: 1.2;
    color: #444444;
    font-size: 18px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}

.product-list .offers,
.product-list2 .offers {
    color: #FF2626;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.product-list .text,
.product-list2 .text {
    width:auto;
    margin: 5px auto 0;
}

.product-list .btn,
.product-list2 .btn {
    background: #A39C9D;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .2s;
    border-radius:  0;
    font-family: 'Amethysta', serif;
}

.product-list .box:hover .btn,
.product-list2 .box:hover .btn {
    background: #57B7B4;
    color: #fff;
    transition: all .2s;
}


.product-list2 .box.new:before{
     width: 66px;
    height: 66px;
    content: '';
    background: url(../../images/common/products/top.png);
    position:absolute;
    display:block;
    z-index:50;
}
.product-list .box.hot:before{
    width: 66px;
    height: 66px;
    content: '';
    background: url(../../images/common/products/hot.png);
    position:absolute;
    display:block;
    right:10px;
    z-index:50;
}

/*------------ sect02 ------------*/

.sect02 {
    background: url(../../images/common/index/about_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}

.sect02 .more {
    /* width: 230px; */
    /* height: 230px; */
    /* display: block; */
    /* background: url(../../images/common/index/about_title.png); */
}

.sect02 .more:hover {
    background-position: 0 100%;
}


/*------------ news ------------*/

.news-box .more {
    /* background: url(../../images/common/index/news_title.png); */
    /* margin: 0 auto 20px; */
}

.news-box {
    float: left;
    width: 44%;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 50%;
    padding: 0 10px;
}

.news-list li:nth-child(2n+1) {
    clear: left;
}

.news-list li .box {
    transition: all .2s;
    background: #fff;
    padding: 12px;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    border:1px solid #E9E9EE;
    box-shadow:0px 0px 0px rgba(0,0,0,0.3);
    top:0;
}
.news-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list li .box:hover {
    top:-5px;
    box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 57px;
    height: 53px;
    line-height: 1.2;
    color: #000;
    font-size: 15px;
    text-align: center;
    border:1px solid #54b6b2;
    border-width:1px 1px 4px 1px;
    background:#fff;
    left: 25px;
    top: 0;
    z-index: 15;
    letter-spacing: 0.35px;
}

.news-list li .date b,
.news-date b {
    font-size: 25px;
    color: #000000;
    display: block;
    transition: all .2s;
     margin: 0px 0 1px 0;
}

.news-list li .name {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 15px 0 5px;
}

.news-list .box:hover .name {
    text-decoration: underline;
}
.news-list .years{
     color:#000;
    padding:5px 0 0;
    display:block;
    display: none;
}

/*------------ about ------------*/

.about-box {
    float: right;
    width: 54%;
    position: relative;
    padding: 180px 0 0 0;
}

.about-box .more {
    /* position: absolute; */
    /* top: -40px; */
    /* left: 35px; */
}

.about-bg {
    padding: 40px 30px 40px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddac3+0,dddac3+10&1+0,0.9+100 */
    background: -moz-linear-gradient(top,  rgba(221,218,195,1) 0%, rgba(221,218,195,0.99) 10%, rgba(221,218,195,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(221,218,195,1) 0%,rgba(221,218,195,0.99) 10%,rgba(221,218,195,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(221,218,195,1) 0%,rgba(221,218,195,0.99) 10%,rgba(221,218,195,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddac3', endColorstr='#e6dddac3',GradientType=0 ); /* IE6-9 */
    position: relative;
}
.about-bg:before {
    content:'';
    display:block;
    width: 200px;
    height: 190px;
    position:absolute;
    background: url('../../images/common/about_item.png') no-repeat;
    left:0;
    bottom:100%;
    margin-bottom:-15px;
    background-size:contain;
}




/*------------ sect03 ------------*/

.sect03 {
    padding: 45px 0;
}


/*------------ ad01 ------------*/

.ad-box02 {
    float: right;
    width: 36%;
}


/*------------ products ------------*/

.sect03 .products-box {
    float: left;
    width: 61%;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .ad-box01,
    .products-box,
    .news-box,
    .about-box,
    .ad-box02,
    .sect03 .products-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ad-box01 {
         margin: 0 0 35px;
    }
    .ad-box02 {
        margin: 50px 0 0 0;
    }
    .news-box,
    .about-box {
        max-width: 800px;
        margin: 0 auto;
    }
    .about-box {
        padding: 80px 0 0 0;
    }
    .products-box .title {
        margin: 10px 0 15px;
    }
    .sect01 {
         padding: 20px 0 35px;
    }
    .pd-flex{
        height: auto;
    }
    .product-list .box > a,
    .product-list2 .box > a {
        height: auto;
        min-height: auto;
    }
    .about-bg:before{
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    /*--?��? --*/

.product-list .name,
.product-list2 .name {
    font-size: 16px;
    margin: 4px 0;
}
.product-list .offers,
.product-list2 .offers {
    font-size: 14px;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing {
    padding:3px 5px;
    bottom: 3px;
    font-size:12px;
}
.products-box .shopping_way.hot{
    margin:5px auto 0;
}
.product-list .box > a,
.product-list2 .box > a {
    padding: 10px 10px 5px;
}
.product-list .btn,
.product-list2 .btn {
    padding: 5px 10px;
    font-size: 12px;
}
.products-box .title {
    margin: 10px 0;
}
.news-list li .name {
     font-size: 16px;
    height: auto;
    margin: 5px 0 5px;
}
.news-list li a {
    padding: 12px 10px 10px;
}
 .about-box {
        padding: 20px 0 0 0;
    }
    .about-box .more {
        /* top: -15px; */
    }
    .sect03 {
        padding: 20px 0;
    }
 .ad-box02 {
        margin: 40px 0 10px 0;
    }
    .news-list {
        margin: 0 10px;
    }
    .banner .slick-arrow{
        display: none!important;
    }

}
@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 20px 20px ;
    }
    .about-box .more {
        /* position: static; */
        /* margin: 0 auto 20px; */
    }
    .products-box .title b {
    font-size: 23px;
    margin: 0 0 13px;
    }
    .products-box .title {
        font-size: 16px;
    }
    .hot-arrow,
    .hot-arrow2 {
        top: 5px;
    }
    .col.products-box{
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .hot-arrow,
    .hot-arrow2 {
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
    }
    .products-box .title {
        margin: 10px 0 50px;
    }
    .hot-arrow .slick-arrow,
    .hot-arrow2 .slick-arrow {}
    .news-list {
        margin: 0;
    }
   .news-list li .date,
   .news-date {
    left: 10px;
    }
    .product-list li,
    .product-list2 li {
    padding: 0 5px;
    }
    .product-list .box.hot:before{
    right:0px;
    }
    .news-list li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    }
}

