@charset "utf-8";
/* CSS Document */

#index{
	width:960px;
	height:340px;
	margin:0 auto;
}


.index_column_product{
	width:564px;
	float:left;
	margin-top:16px;
	margin-left:32px;
}

.index_column{
	width:188px;
	float:left;	
	
}

.column-144{
	width:144px;
	float:left;
	margin-top:16px;
	margin-left:28px;
}


.index_column_title{
	font-weight:bold;
	font-size:15px;
	line-height:32px;
	color:#676767;
}

.index_column ul{
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
	
}

.index_column li.category{
	list-style: none;
	margin-top: 16px;
	padding-left: 14px;
	font-size:13px;
	font-family:"微软雅黑";
	font-weight:bold;
	clear:both;
	background:url(../_images/arrow_red_r.png) 5px center no-repeat;
	
}

.index_column li.category, .index_column li a{
	color: #676767;
	text-decoration: none;	
	
}

.index_column li a:hover, .index_column li a:focus{
	text-decoration:underline;
}



.bottom{
	
	width:100%;
	height:100%;
	
}

.copyright{
	width:960px;
	margin:0 auto;
	clear:both;
	line-height:48px;
	font-size:14px;
	font-weight:600;
	color:#676767;
	text-align:right;
}

#social-icon {
    font-size: 30px;
	float:left;
	margin-right:12px;
}

.index_column li#social-icon a:hover, .index_column li#social-icon a:focus {
  color:#f7a700;

}