.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(2) {
	border-left: 0;
}
.wrap .tabs ul li:last-child {
	border-right: 1px solid #999999;
}

.wrap .content {
	padding: 30px 0;
}
.wrap .content .item {
	margin-top: 20px;
	text-align: left;
	padding: 25px 50px;
	box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.07);
}
.wrap .content .item img {
	width: 80px;
	height: 80px;
}
.wrap .content .item h2 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: bold;
}
.wrap .content .item p {
	color: #999999;
	margin-top: 15px;
	font-size: 12px;
	line-height: 22px;
}
.wrap .content .item span {
	margin-top: 14px;
	display: inline-block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	color: #FFFFFF;
	background-color: #FE1C0E;
}