@import "reset.css";

/*-----------HotPorducts 	margin:30px auto; width:980px;-------------*/
	.hot_pro {
	width:960px;
	margin:5px auto;
	overflow:hidden;
}
.h_p {
	border:1px solid #ECECEC;
	border-radius:5px;
	display:block;
	float:left;
	margin:0 20px;
	position:relative;
	width:290px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.h_midd {
	margin:0 1px;
}
.h_p .img {
	border-bottom:2px solid #309be3;
}
.h_p img {
	width:290px;
	max-height:180px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.h_p .cont {
	padding:60px 0 0;
	height:180px;
	overflow:hidden;
}
.h_p .cont .name {
	display:block;
	line-height:30px;
	text-align:center;
	color:#646464;
	font-size:18px;
}
.h_p .cont span {
	display:block;
	text-align:center;
	font-size:14px;
	width:265px;
	margin:20px auto;
	height:74px;
	overflow:hidden;
	line-height:19px;
	color:#515151;
}
.h_p .cont .more {
	display:block;
	width:93px;
	height:24px;
	margin:0 auto;
	line-height:24px;
	text-align:center;
	border:1px solid #83c3ee;
	color:#309be3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.h_p b {
	position:absolute;
	left:102px;
	top:127px;
	display:block;
	width:85px;
	height:91px;
}
.h_p b img {
	width:85px;
	height:91px;
}
.h_p .cont:hover {
	background:#309be3;
}
.h_p .cont:hover .name,.h_p .cont:hover span,.h_p .cont:hover .more {
	color:#fff;
}