﻿.banner-box{
    width: 100%;
    height: 400px;
    display:block;
    position: relative;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    height: 120%;
    display: block;
    position: relative;
    transition: all .3s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-title{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    top: 40%;
    text-shadow: rgba(0,0,0,0.6) 2px 2px 2px;
    left: 0;
    font-size: 40px;
    letter-spacing: 3px;
    color: #FFF;
}


.products-box,
.products-page-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin:0 auto;
    padding: 20px 0;
    min-height: 224px;
}
.products-list-box,
.products-page-info-box{
    width: 100%;
    display: block;
    font-size: 0;
    padding-top: 50px;
}
.products-list{
    width: 380px;
    max-width: 100%;
    display: inline-block;
    vertical-align:top;
    margin-bottom: 30px;
    transition: all .3s linear;
}
.products-list-img-box{
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list-img-box span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s linear;
}
.products-list-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(238,180,0,0.4);
}
.products-list-title{
    font-size: 18px;
    display: block;
    padding: 5px 0;
    height: 28px;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all .3s linear;
}
.products-list-money{
    font-size: 16px;
    color: #eeb400;
    font-weight: bold;
    letter-spacing: 2px;
}
.products-list-box .products-list:nth-child(3n+2){
    margin: 0 30px;
}
/* ----------------products-page---------------------- */
.products-page-info-box{
    padding-bottom: 50px;
}
.products-page-info-img-box,
.products-page-info{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.products-page-info-b-img-box{
    width: 100%;
    height: 500px;
    display: block;  
}
.products-page-info-b-img {
    width: 100%;
    height: 500px;
    display: block;
}
.products-page-info-s-img-box{
    width: 600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 50px;
    box-sizing: border-box;
}
.products-page-info-s-img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 10px;
}
.products-page-info-s-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.products-page-info{
    padding: 0 50px;
    box-sizing: border-box;
}
.products-page-title{
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.products-page-money{
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding: 30px 0;
    color: #f7c836;

}

.porducts-back-box{
    border: 1px solid #a0a0a0;
    width: 100px;
    height: 35px;
    text-align: center;
    display: block;
    float: right;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all .3s linear;
}
.products-page-line{
    width: 100%;
    display: block;
    height: 1px;
    background-color:  #a0a0a0;
    clear: both;

}
.products-page-p{
    padding-top: 30px;
    line-height: 2.5;
    letter-spacing: 2px;
    color: #555555;
    font-size: 16px;
    font-weight:bold;
}

.slick-prev:before, .slick-next:before{
    font-size: 0;
    opacity: 1;
}
.slick-prev:before{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../img/slick-prev.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slick-next:before{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../img/slick-next.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slick-next{
    right: 0;
}
.slick-prev{
    left: 0;
}

