.banner {
	width: 100%;
}
.banner .img {
	width: 100%;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.wrap .tabs {
	margin-top: 75px;
	/* border-bottom: 1px solid #999999; */
	/* padding: ; */
}
.wrap .tabs ul {
	display: flex;
	justify-content: center;
	align-items: center;border-bottom: 1px #eee solid;
}
.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(2) {
	border-left: 0;
}
.wrap .tabs ul li:last-child {
	border-right: 1px solid #999999;
}

.wrap .content {
	margin:80px auto;line-height: 30px;min-height:400px;
}
.wrap .content .field {
	width: 560px;
}
.wrap .content .field img {
	width: 100%;
}
.wrap .content .field p {
	line-height: 28px;
	color: #666666;
}
.wrap .content .field .more {
	text-align: center;
	margin-top: 60px;
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	/* text-align: ; */
	background-color: #FE1C0E;
	color: #FFFFFF;
	font-size: 18px;
}