.pages{height:28px;padding:30px 0 20px;text-align:center;}
.pages a:hover{color:#9c0000;border-color:#ddd;background:rgb(247,247,247);}
.pages a,.pages label{display:inline-block;min-width:6px;height:26px;line-height:25px;padding:0 10px; text-align:center;margin-right:8px;border:1px solid #ccc; }
.pages a.absolutepage{color:#fff;background:#b70000;border-color:#b70000;}
.pages .topage{border:1px solid #ccc;border-radius:1px; min-width:6px;height:26px;line-height:25px;margin-left:5px;}



.main5 .main_title{
	margin-bottom: 25px;
}
.main5 dl{
	margin-bottom: 30px;
}
.main5 dl dd{
	float: left;
	width: 20%;
	margin-right: 5.33%;
	padding-left: 80px;
	background: url(/static/images/main5_ico1.png) no-repeat left top;
	transition: all 0.3s;
}
.main5 dl dd:nth-child(1){
	background: url(/static/images/main5_ico1.png) no-repeat left top;
}
.main5 dl dd:nth-child(2){
	background: url(/static/images/main5_ico2.png) no-repeat left top;
}
.main5 dl dd:nth-child(3){
	width: 24%;
	background: url(/static/images/main5_ico3.png) no-repeat left top;
}
.main5 dl dd:nth-child(4){
	background: url(/static/images/main5_ico4.png) no-repeat left top;
	margin-right: 0px;
}
.main5 dl dd h3{
	font-size: 22px;
	font-weight: bold;
	color: #363636;
	transition: all 0.3s;
}
.main5 dl dd span{
	display: block;
	width: 45px;
	height: 2px;
	margin: 8px 0;
	background-color: #363636;
	transition: all 0.3s;
}
.main5 dl dd p{
	font-size: 15px;
	line-height: 22px;
	color: #363636;
	transition: all 0.3s;
}
.main5 dl dd:nth-child(3) p{
	width: 170px;
}
.main5 dl dd:hover h3,.main5 dl dd:hover p{
	color: #00c1b1;
}
.main5 dl dd:hover span{
	background-color: #00c1b1;
}
.main5 dl dd:nth-child(1):hover{
	background: url(/static/images/main5_ico1a.png) no-repeat left top;
}
.main5 dl dd:nth-child(2):hover{
	background: url(/static/images/main5_ico2a.png) no-repeat left top;
}
.main5 dl dd:nth-child(3):hover{
	background: url(/static/images/main5_ico3a.png) no-repeat left top;
}
.main5 dl dd:nth-child(4):hover{
	background: url(/static/images/main5_ico4a.png) no-repeat left top;
}