@charset "utf-8";
/* CSS Document */

.product_items{
	background:#fff;
	min-height:500px;
	padding:16px 0 16px 0;
	overflow:hidden;
	box-sizing:border-box;
}
.product_items li{
	float:left;	
	overflow:hidden;	
}
.product_items li dl{
	float:left;
	margin-left:10px;
	width:210px;	
	
}
.product_items li img{
	width:187px;
	height:154px;
}
.product_items li dl h6{
	font-size:16px;
	color:#3473a9;
	
}
.product_items li dl p{
	width:100%;
	font-size:12px;
	color:#3473a9;
	height:48px;
}
.product_items li dl a{
	display:block;
	width:100px;
	margin:14px auto 0;
	height:24px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	background:#3473a9;
	color:#fff;
	line-height:24px;
	text-align:center;
	font-size:12px;
	
}



.page_number{
	overflow:hidden;
	margin: 5% auto 11%;
	width:920px;
	
}
.page_number_left{
	float:left;
}
.page_number_right{
	float:right;
}
.page_number_right a{
	border:1px solid #ccc;
	font-size:14px;
	padding:4px 3px;
}
.page_number_right a:hover{
	background:#39F;
	color:#fff;
	cursor:pointer;
}
.page_number_right span{
	display:inline-block;
	padding:6px 8px;
	color:#1287bb;
	margin:3px;
	cursor:pointer;
	
}
.page_number_right .qing_bg{
	background:#00a2ea;
	color:#fff;
}
tr:hover{
	background:#f6f5f5;
}
.page_number{
	position:relative;
	overflow:visible;
    height:36px;
}
.page_number_left{
	float:left;
	margin-left:30px;
	
}
.page_number_left span{
	display:block;
	width:120px;
	height:36px;
    line-height:36px;
	font-size:18px;
	cursor:pointer;
	background:#2374ee;
	text-align:center;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:2px 2px 2px rgba(0,0,0,.5)
}
.page_number_left span:hover{
	background:#145fd1;
}
.page_number_left .con_cont{
	padding:20px 16px;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	bottom:50px;
	background:#fff;
}
.page_number_left .con_cont p input{
	margin-bottom:14px;
	height:22px;
	line-height:22px;
	font-size:14px;
	padding-left:10px;
}
.page_number_left .con_cont button{
	width:80px;
	height:28px;
	line-height:28px;
	font-size:14px;
	cursor:pointer;
	border-style:none;
	
}
.page_number_left .con_cont button:hover{background:#fff;color:#0675f3;}
.page_number_left .con_cont i{
	display:block;
	float:right;
	margin-top:16px;
	cursor:pointer;
	color:#333;

}
.page_number_left .con_cont i:hover{
	text-decoration:underline;
	
	
}