.banner{
    width: 100%;
    height: 450px;
    background: url(/assets/index/images/product_banner.jpg) no-repeat center;
    margin-top: 70px;
}
.product{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.product .w-1200{
    display: flex;
    justify-content: space-around;
}
.product .pro-le{
    width: 350px;
    height: 1200px;
    overflow: hidden;
    background: #f9f6f4;
}
.pro-le .pro-head{
    width: 100%;
    height: 50px;
    border-left: 5px solid #8e572f;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 30px;
}
.pro-head .pro-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    /*font-weight: bold;*/
    color: #8e572f;
    line-height: 35px;
}
.pro-head .pro-e{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #8e572f;
    line-height: 15px;
}
.pro-le .pro-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pro-ul .pro-li{
    width: 236px;
    height: 260px;
    background: #ffffff;
    overflow: hidden;
    padding: 0 18px;
    box-sizing: border-box;
    margin: 30px auto;
}
.pro-li .pro-img{
    width: 200px;
    height: 200px;
    margin-top: 14px;
}
.pro-li .pro-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pro-on .pro-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-on .pro-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;    
}
.product .pro-ri{
    width: 650px;
    height: auto;
    overflow: hidden;
}
.pro-ri .pro-title{
    width: 100%;
    height: 60px;
    border-left: 5px solid #8e572f;
    box-sizing: border-box;
    padding-left: 20px;
}
.pro-title .pro-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    /*font-weight: bold;*/
    color: #8e572f;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-title .pro-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #8e572f;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-ri .pro-img{
    /*width: 650px;*/
    /*height: 1200px;*/
    margin-top: 50px;
}