/* products_select   产品筛选样式  
--------------------------------------------------------------------*/
.products_select {

	background:#FAFAFA;
	border:solid 1px #e2e2e2;
	border-bottom:none;
	width:1270px;
	margin-top:30px;
	margin-bottom:30px;
}
.products_select .products_cot_1 {
	overflow:hidden;
}
.products_select .products_cot_2 {
	/*overflow:hidden;
	display:none;*/
}

.products_select ul li{
	width: 100%;
	border-bottom:solid 1px #e2e2e2;
	line-height:30px;
	height:30px;
	overflow:hidden;
	padding:15px 0px;
	
}
.products_select ul li .select_name{
	float:left;
	width: 110px;
	color:#4a4a4a;
	text-align:center;
	font-size:16px;
	border-right:solid 1px #e2e2e2;
	font-weight:bold;

}
.products_select ul li .select_list{
	float:right;
	width: 1120px;
	text-align:left;
}
.products_select ul li .select_list a{
	float:left;
	margin-right:20px;
	white-space:nowrap;
	padding:0 5px;
	margin-bottom:10px;
}
.products_select ul li .select_list .cur{
	color:#2E56E3;
}
.products_select ul li .select_list .cur:hover{
	text-decoration:none;
}


.products_select .products_more{
	width: 100%;
	text-align:center;
	*margin-top:-4px;
	_margin-top:-4px;
}
.products_select .products_more{
	position:relative;
	width: 100px;
	height:25px;
	line-height:25px;
	margin:auto;
	display:block;
	background:url(../../img/common/Gui.gif) repeat-x left -40px;
	border:1px solid #dddddd;
	border-top:none;
}
.products_select .products_more:hover{
	background:url(../../img/common/Gui.gif) repeat-x left -80px;
	color:#424242;
	text-decoration:none;
	border-top:none;
}
.products_select .products_more .select_icon{
	width:5px;
	height:9px;
	position:absolute;
	right:10px;
	top:10px;
	display:block;
	background:url(../../img/common/ico_11.gif) no-repeat center top;
}
.products_select .on .select_icon{
	background:url(../../img/common/ico_12.gif) no-repeat center top;
}









