@charset "utf-8";
/* CSS Document */


.downright {
	border: 5px solid #EFEFEF;
	width: 760px;
	min-height: 500px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.downright p {
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#product {
	background-color: #EFEFEF;
	height:1805px;
	overflow:hidden;
}

#product ul li {
	float: left;
	border: 5px solid #EFEFEF;
	width: 240px;
	height: 300px;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: 10px;
}
#product ul li a:first-child {
	display: block;
	width: 230px;
	height: 230px;
	position: relative;	
	overflow: hidden;
}
#product ul li img {
	width: 200px;
	max-height: 200px;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -100px;
}
#product ul li h4 {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}
.search {
	width: 630px;
	margin: 0 auto;
	padding-bottom: 8px;
}
.searchBox {
	width: 554px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid rgba(132,193,255,1);
	border-right: none;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	position: relative;
}
.searchBox input {
	width: 490px;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: none;
	text-indent: 10px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.searchBox span {
	height: 36px;
	line-height: 36px;
	color: #9c9c9c;
	padding-left: 6px;
	margin-right: -6px;
}
.search button {
	width: 74px;
	height: 40px;
	line-height: 40px;
	background-image: linear-gradient(to right, rgba(132,193,255,1), rgba(0,0,255,1));
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-radius: 0 20px 20px 0;
}
.page {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pagenr {
/*	text-align: center;*/
	display: inline-block;
}
.pagenr li {
	float: left;
	display: inline;
	margin: 0 2px;
}
.pagenr button {
	height: 30px;
}

