

/* ========#topadver-news======= */
#topadver-product{
    background: url(../img/topadver-bg4.jpg) no-repeat center;
    height: 400px;
}
.product{
    position: relative;
    padding:0 8px;
    margin-bottom: 16px;
    overflow: hidden;
    cursor: pointer;
}
.product-text p{
    position: absolute;
    margin:0 8px;
    left: 0;
    right: 0;
}
.product-text p.title{
    background: gold;
    color: #fff;
    padding: 0 14px;
    bottom: 0;
    line-height: 280%;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75));
}
.product-text p.detail{
    background: rgba(108,144,217,.92);
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #ecf2ff;
    padding:20px;
    bottom: -100%;

}
.product-text p.detail span{
    display: block;
    margin: 10px 0;
    font-size: 18px;
    line-height: 200%;
    font-weight: bold;
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}
#product .title-left{
    margin: 40px 0;
}
/* ========#topadver-news======= */