/*-------------标题样式-------------------*/

.ind-tit, .ind-tit2 {
	overflow: hidden;
	margin-top: 50px;
}
.ind-tit h1, .ind-tit2 h1 {
	width: 100%;
}
.ind-tit h1 a, .ind-tit2 h1 a {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	text-shadow: 1px 1px 1px #f5f5f5;
	display: block;
}
.ind-tit h1 span {
	color: #3e9f36;
	line-height: 38px;
	margin-right: 5px;
}
.ind-tit em {
	display: block;
	margin: 0 auto 30px;
	width: 26px;
	height: 3px;
	background-color: #ffb100;
}
.ind-tit p {
	color: #666;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	margin: 20px auto 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.ryzz-ul {
	overflow: hidden;
}
.ryzz-ul li {
	width: 250px;
	float: left;
	margin-right: 66px;
	margin-bottom: 50px;
}
/*.ryzz-ul li:nth-child(3n) {
	margin-right: 0;
}*/
.ryzz-ul li:nth-child(4n){
	margin-right:0;
}
.ryzz-ul li span {
	display: block;
	width: 100%;
}
.ryzz-ul li span img {
	display: block;
	width: 250px;
	height: 338px;
}
.ryzz-ul li p {
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	padding: 5px 0;
}
/*====================翻页样式==========================*/

.page {
	margin: 30px auto;
	text-align: center;
	clear: both;
	padding: 5px;
}
.page_list {
	height: 30px;
	line-height: 30px;
}
.page_list a, .page_rows {
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #fff;
	color: #333;
	vertical-align: top;
	padding: 0 12px;
	margin: 0 7px;
	margin-bottom: 10px;
}
.page .page_list .selected, .page_rows {
	background-color: #3e9f36;
	color: #fff;
}
.page .page_list a:hover {
	background-color: #3e9f36;
	color: #fff;
}
