@charset "utf-8";
/*  广告图  */
.act-img{
    width: 100%;
    height: 330px;
    margin-top: 70px;
}
.act-img img{
    width: 100%;
    height: 330px;
}

/*  产品列表  */
.product-box{
    width: 1200px;
    margin: 20px auto 0;
}
.column-title{
    width: 1160px;
    padding-left: 40px;
    height: 85px;
    position: absolute;
    box-shadow: 0 0 5px rgba(153,153,153,0.2);
    top: 355px;
    left: calc(50% - 600px);
    background: #fff;
}
.title-name{
    margin-top: 20px;
    height: 40px;
    line-height: 24px;
    font-size: 18px;
    color: #666;
    text-align: left;
}
.title-name em{
    color: #999;
    font-size: 14px;
}
.column-position{
    height: 60px;
    margin-top: 45px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
}
.home-page:hover{
    color: #0079fe;
}
.current-column{
    color: #666;
}

.product-list li{
    width: 385px;
    height: 294px;
    border: 1px solid #f2f2f2;
    float: left;
    margin-right: 19.5px;
    margin-bottom: 17px;
}
.product-list li:nth-child(3n + 3){
    margin-right: 0; 
}
.product-list li:hover{
    box-shadow: 0px 0px 2px 3px rgba(204,204,204,0.3);
}
.product-img{
    width: 385px;
    height: 202px;
}
.product-detail{
    width: 360px;
    height: 76px;
    padding: 16px 5px 0 20px;
}
.pro-name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: left;
    display: inline-block;
    width: 260px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.detail-text{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    text-align: left;
    display: inline-block;
    width: 260px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}



































