/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 65px;
    height: 65px;
    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 60px;
}


/*------------ 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%;

}
.products-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
}

.products-box .title b {
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}

.products-box .title a {
    color: #777777;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.products-box .title a:hover{
    color:#000;
}
.hot-arrow,
.hot-arrow2 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 80px;
}

.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png');
    left: 0;
}

.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 25%;
    padding: 0 11px;
}

.product-list .box ,
.product-list2 .box  {
 /*   max-width: 280px;*/
    width: auto;
    min-height:380px;
    margin: 0 auto;
    padding: 10px 10px 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
}
.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 {
    transition: all .2s;
    background: #FAD038;
}
.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: 0 auto;
}

.product-list .btn,
.product-list2 .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all .2s;
    border-radius:  0;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    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 {
    border: solid #fff;
    border-width: 3px 0;
    background: url(../../images/common/index/about_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 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 .title{
    font-size: 0;
}
.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;
}
.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 {
    background: #FAD038;
    transition: all .2s;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 57px;
    height: 80px;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    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;
}

/*------------ about ------------*/

.about-box {
    float: right;
    width: 54%;
    position: relative;
    padding: 277px 0 0 0;
}

.about-box .more {
    position: absolute;
    top: -40px;
    left: 35px;
}

.about-bg {
    padding: 40px 30px 40px 300px;
    background: rgba(0, 0, 0, 0.9);
    position: relative;
}

.about-bg>.title{
    font-size: 0;
}


/*------------ 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;
    }
}
@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;
}
.sect05 {
    margin-top:25px;
}
}
@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 20px 20px 40px;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .products-box .title b {
    font-size: 18px;
    margin: 0 0 8px;
}
.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;
    }
}
