.banner {
	width: 100%;
}
.banner .img {
	width: 100%;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
/* .wrap .content {
	margin-top: 120px;
} */
.wrap .content .title {
	text-align: center;
	padding: 80px 0 40px;
	border-bottom: 1px solid #DEDEDE;
}
.wrap .content .title h2 {
	font-size: 24px;
}
.wrap .content .title p {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
}
.wrap .content .box {
	padding: 50px 0;
}
.wrap .content .box p {
	margin-top: 35px;
	font-size: 16px;
	line-height: 26px;
}
.wrap .content .box p img{
max-width:100%
}
.wrap .content .box .img1 {
	text-align: center;
	margin-top: 35px;
}
.wrap .content .box .img1 img {
	width: 700px;
}
.wrap .content .box .img1 p {
	margin-top: 16px;
	color: #999;
}
.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;
}
