/*index.html 开始*/
.index_intro{
	height:250px;
	background:#fff;	
	padding:0 50px;
	margin-bottom:32px;
}
.index_intro .con{
	width:360px;	
}
.index_intro .con p{
	line-height:180%;	
}

.hot_pro{
	height:530px;
	background:#e1e0dc;	
}
.hot_sales{
	padding:0 0 0 50px;	
}
.hot_sales dl{
	width:139px;
	text-align:center;	
	float:left;
	margin-right:18px;
	_display:inline;
	margin-bottom:12px;
}
.hot_sales dt{
	width:129px;
	height:129px;
	border:5px solid #fff;	
}
.hot_sales dd{
	height:26px;	
	line-height:26px;
	color:#3a3a3c;
}

.hot_pro .c_outer{
	height:96px;	
	margin-bottom:27px;	
}
.hot_pro .c_inner{
	width:624px;
	height:96px;
	float:left;
	position:relative;
	overflow:hidden;	
}
.hot_pro .c_btn{
	width:38px;
	height:96px;
	float:left;
	cursor:pointer;	
}
.hot_pro .pre{
	background:url("../images/index_pre.png") no-repeat center center;	
}
.hot_pro .next{
	background:url("../images/index_next.png") no-repeat center center;	
}
.hot_pro .c_inner li{
	width:86px;
	height:86px;
	border:5px solid #fff;
	float:left;
	margin:0 4px;	
}
/*index.html 结束*/