.page_cat_list_spec_2 {
	margin:0 auto;
	width:100%;
	text-align:center;
}

.page_cat_item_2 {
	float:left;
	margin:4px 6px 4px 6px;
	width:200px;
	text-align:left;
	overflow:hidden;
	background-color:#FFF;
	position:relative; 
}

.page_cat_item_2 table {
	width:100%;	
}

.page_cat_item_newnum {
	width:auto;
	height:auto;
	padding:4px;
	position:absolute;
	left:1px;
	top:1px;
	text-align:center;
	font-size:0;
	z-index:100;
	background-color:#0392a3;
}

.page_cat_item_newnum .text_small {
	color:#FFFFFF;
}

*:first-child+html .page_cat_item_newnum {
	margin-left:-9px;	
} 

.page_cat_item_newnum td {
	width:57px;
	height:19px;
	text-align:center;
	vertical-align:middle;
}

.page_cat_item_prodnum {
	width:auto;
	height:auto;
	padding:4px;
	position:absolute;
	right:1px;
	top:1px;
	text-align:center;
	font-size:0;	
	z-index:100;
	background-color:#3e454c;
}

.page_cat_item_prodnum .text_small {  
	color:#FFFFFF;
}

*:first-child+html .page_cat_item_prodnum {
	margin-left:94px;	
} 

.page_cat_item_prodnum td {
	width:57px;
	height:19px;
	text-align:center;
	vertical-align:middle;
}

.page_cat_main_outer_2 { 
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	text-align:center;
}

.page_cat_main_outer_2 table {
	width:100%;	
}

.page_cat_item_2 .page_cat_pic_table {
	width:100%;	
}

.page_cat_item_2 .page_cat_pic_table img {
	width:100%;
	height:auto;	
}

.page_cat_pic_2 {
	font-size:0;
	margin:0;
	width:100%;
	height:auto;
	text-align:center;
	vertical-align:middle;
	position:relative;
}

.page_cat_pic_2 div a::before {
	/*content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
}

.page_cat_main_2 a {
	text-align:center;
	vertical-align:middle;
	width:98%;	
	height:38px;
	padding-bottom:0;
	padding-left:1%;
	padding-right:1%;
	overflow:hidden;
	display:block;
	line-height:38px;
}

.page_cat_main_2 .text_big {
	color:#595959;
	font-size:14px;
}

.page_cat_main_2 .text_big:hover {
	text-decoration:none;	
}

/**********************************************************************************/
/**********************************************************************************/ 
/*  < 480    																	  */   
@media only screen and (max-width: 480px) {
	
.page_cat_item_2 {
	width:48%;
	margin:4px 1%;
}

.page_cat_main_2 {
	height:auto;	
}

.page_cat_pic_2 {
	height:300px;	
}

}

/**********************************************************************************/
/**********************************************************************************/ 
/*  481 < 640    																	  */   
@media only screen and (min-width:481px) and (max-width: 640px) {
	
.page_cat_item_2 {
	width:48%;
	margin:4px 1%;
}

.page_cat_pic_2 {
	height:400px;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* < 899    																	  */   
@media only screen and (min-width: 641px) and (max-width: 899px) {
	
.page_cat_item_2 {
	width:31%;
	margin:4px 1%;
}

.page_cat_pic_2 {
	height:400px;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 900 < 1240    																	  */   
@media only screen and (min-width: 900px) and (max-width: 1240px) {

.page_cat_item_2 {
	width:31%;
	margin:4px 1%;
}

.page_cat_pic_2 {
	height:450px;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 1241 < 1600    																	  */   
@media only screen and (min-width: 1241px) and (max-width: 1600px) {

.page_cat_item_2 {
	width:18%;
	margin:10px 1%;
}

.page_cat_pic_2 {
	height:300px;	
}
	
}

/**********************************************************************************/
/**********************************************************************************/ 
/* 1241 < 1600    																	  */   
@media only screen and (min-width: 1601px) {

.page_cat_item_2 {
	width:12.28%;
	margin:10px 1%;
}

.page_cat_pic_2 {
	height:255px;	
}
	
}