.index-cpn{
	width: 1200px;
	padding: 30px 0;
	overflow: hidden;
	margin: auto;
}
.index-cpn ul{
	width: 1300px;

}
.index-cpn ul li{
	width: 285px;
	float: left;
	height: 325px;
	margin: 20px 20px 0 0;
	overflow: hidden;	
	background: #fff;
}
.index-cpn ul li a{
	display: block;
	border: 2px solid #e1e1e1;
	transition: all 0.3s;
	position: relative;
}

.index-cpn ul li a .more{
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
	background: url(../images/index-pro-i.png);
	width: 26px;
	height: 26px;
	transition: all 0.2s;
}
.index-cpn ul li a:hover{
	border: 2px solid #097058;
}
.index-cpn ul li a:hover .more{	
	background: url(../images/index-pro-i-cur.png);	
}
.index-cpn ul li .tp{
	width: 281px;
	height: 211px;
	overflow: hidden;
	margin: auto;
}
.index-cpn ul li .tp img{
	width: 281px;
	height: 211px;
	transition: all 0.6s;
}
.index-cpn ul li:hover .tp img{
	transform: scale(1.1);	
}
.index-cpn ul li .wz{
	padding-top: 10px;
	height: 100px;
	transition: all 0.3s;
}
.index-cpn ul li .wz h2{
	color: #097058;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 0 20px;
}
.index-cpn ul li .wz p{
	font-size: 13px;
	color: #888888;
	display: block;
	line-height: 18px;
	padding: 10px 20px;
	height: 100px;
}
.index-cpn ul li:hover .wz{
	background-position: -285px 0;
}
.index-cpn ul li:hover p{
	color: #fff;
	background: #097058;
	transition: all 0.3s;
}

/* ============·­Ò³============== */

div#showpages {
clear:both;
padding:0px;
margin:20px 0px;
width:100%;
height:30px;
white-space: nowrap;
}

div#pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
}

div#pages {
float:right;
padding-right:8px;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#303030;
text-decoration: none;
}

div#pages a:hover{
color:#ff0000;
text-decoration: none;
}

div#pages li{
margin:3px;
padding:2px 5px;
list-style-type: none;
float:left;
background:#dcd9d4;
color:#303030;
border:1px #dcd9d4 solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#303030;
background-color:#eee;
white-space: nowrap;
border:1px #dcd9d4 solid;
}

div#pages li.pbutton{
color:#303030;
background-color:#dcd9d4;
padding:3px 5px 1px 5px;
white-space: nowrap;
border:1px #dcd9d4 solid;
}

div#pages li.opt{
color:#303030;
padding:0px 2px;
white-space: nowrap;
border:0px;
}