@charset "utf-8";

/*产品展示*/
.main_nr {padding:15px 0;}
.main_cp {width:690px; margin:0 auto;}
.cpzs {border:1px #ccc solid; float:left; margin:0 40px 10px 0; width:200px; height:200px;}
.cpzs.click3 {margin:0 0 10px 0;}
.cpzs_img {border:1px #ccc solid; text-align:center; background:#e9e9e9; width:180px; height:160px; margin:5px auto; line-height:180px; overflow:hidden; }
.cpzs_img img {width:180px; height:160px;}
.cpzs_bj p {text-align:center; line-height:20px;}
.cpzs_bj p a {color:#333;}

/*分页样式*/
.cpzs_fy {clear:both; height:25px; padding-left:20px; }
.cpzs_fy li {
	float:left;
	margin-right:3px;
	width:48px;
	height:22px;
	line-height:22px;
	text-align:center;
	background:url(../images/fy_bj1.jpg) no-repeat center center;
}
.cpzs_fy li:hover {
	border:1px #ccdbe4 solid;
	background:url(../images/fy_bj2.jpg) no-repeat center center;
}
.cpzs_fy li:hover a {
	color:#fff;
}
.cpzs_fy li a {
	display:block;
	color:#0061de;
}

.cpzs_fy .thisclass {background:url(../images/fy_bj2.jpg) no-repeat center center; color:#fff;}
.cpzs_fy li select {width:48px; height:22px; background:#e9e9e9;}
li.click2 {background:none;}


