@charset "utf-8";
/* CSS Document */

/*分类列表*/
.fenlei{
font-size:12px;
float: left;
margin-left: 8px;
height: 25px;
line-height: 25px;
}

/*产品页面左侧*/
#product_left{
width:780px;
float:left;
}

/*产品页面右侧*/
#product_right{
width:220px;
float:right;}

/*具体产品显示*/
.product_list{
float:left;
width:100px;
height:150px;
margin-top:15px;
margin-left:20px;
}

/*具体产品图片*/
.product_pic{
height:100px;
overflow:hidden;
width:100px;
text-align:center
}

/*具体产品标题*/
.product_title{
margin-top:5px;
height:20px;
text-align:center;
}
.product_title a{
color:#3399CC;
}

/*具体产品报价*/
.product_baojia{
margin-top:2px;
height:20px;
text-align:center;
}

/*热门产品*/
#hot_product{
float:left;
width:225px;
}

.hotproduct_list{
height:70px;
font-size:14px;
line-height:18px;
margin-top:5px;
margin-left:5px;
}

.hotproduct_pic{
width:100px;
height:70px;
overflow:hidden;
float:left;
}

.hotproduct_title{
width:100px;
height:65px;
float:left;
margin-left:5px;
font-size:12px;
padding-top:5px;
overflow:hidden;
}

#product_detail{
float:right;
width:780px;
}

.product_text{
height:30px;
line-height:30px;
margin-left:20px;
}