.banner {
	width: 100%;
}
.banner .img {
	width: 100%;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
.wrap .tabs {
	margin-top: 75px;
	/* border-bottom: 1px solid #999999; */
	/* padding: ; */
}
.wrap .tabs ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap .tabs ul li {
	color: #999999;
	text-align: center;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999999;
	/* border-bottom: 0; */
	border-right: 0;
}
.wrap .tabs ul li.active {
	color: #FE1C0E;
	border: 1px solid #FE1C0E;
	background-color: #FFF6F7;
}
.wrap .tabs ul li:nth-child(5) {
	border-left: 0;
}
.wrap .tabs ul li:last-child {
	border-right: 1px solid #999999;
}

.wrap .content {
	text-align: center;
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
}
.wrap .content .item {
	margin-top: 80px;
	width: 25%;
}
.wrap .content .item .img {
	width: 200px;
	height: 200px;
}
.wrap .content .item .img img {
	width: 100%;
	height: 100%;
}
.wrap .content h1 {
	  font-size: 30px;
	width: 100%;
  }
.wrap .content h3 {
	margin-top: 12px;
	font-size: 20px;
	width: 100%;
}
.ny_agination {width:100%;height:auto;text-align:center;font-size:0px;position:relative;overflow:hidden;margin:45px 0 0;}
.ny_agination a,.ny_agination span {display:inline-block;padding:0 18px;line-height:48px;font-size:14px;color:#666666;border:1px solid #eee;;margin:0 4px;}
.ny_agination span.current,.ny_agination a:hover {color:#fff;background:#FE1C0E;}