.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;
	background-color: #f3f3f3;
	/* border: 1px solid #999999; */
}
.wrap .tabs ul li.active {
	color: #FE1C0E;
	border: 1px solid #FE1C0E;
	background-color: #ffeae9;
}
.wrap .content {
	margin: 40px auto;
}
.wrap .content h2 {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.wrap .content .line {
	text-align: center;
	margin-top: 8px;
}
.wrap .content .line img {
	width: 275px;
	height: 6px;
}
.wrap .content .box {margin: 15px auto;display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.wrap .content .box1 {margin: 15px auto;}
.wrap .content .box .item {
	text-align: center;
	margin-top: 80px;
	width: 20%;
}
.wrap .content .box .item .img {
	width: 210px;
	height: 210px;
	/* padding: 15px; */
	border: 1px solid #DEDEDE;
}
.wrap .content .box .item .img img {
	margin-top: 15px;
	width: 180px;
	height: 180px;
} 
.wrap .content .box .item .name {
	margin-top: 15px;
	font-size: 16px;
	color: #999;
	width: 210px;
}
.wrap .content .title {
	text-align: center;
	padding: 20px 0 40px;
	border-bottom: 1px solid #DEDEDE;
}
.wrap .content .title h2 {
	font-size: 24px;
}