@charset "utf-8";
/** * product stylesheet file *
 * @author:Hu Ying<huying@123.com.cn> 
  */
/*============================================  
    样式 
=============================================*/
.product{
    margin-top: 65px;
    text-align: center;
}

.tab-title {
    position: relative;
    margin-bottom: 48px;
}
.tab-title ul li{
    padding: 15px 40px;
    background: #9d6d44;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.tab-title ul li.active{
    background: #412309;
}
.tab-title .more{
    position: absolute;
    top: 0;
    right: 0;
    width: 172px;
    height: 52px;
    line-height: 52px;
    background: url(../images/product-more.png) repeat-y;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.tab-title .more:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.product .item{
    overflow: hidden;
    width: 1200px;
}
.product .item ul{
    width: 105%;
}
.product .item ul li{
    position: relative;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 25px;
    background: #f0f0f0;
}
.product .item ul li > a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product .summary{
    padding: 12px 20px;
    text-align: left;
}
.product .summary h3{
    font-weight: normal;
    font-size: 20px;
}
