.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;
}
.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(3) {
	border-left: 0;
}
.wrap .tabs ul li:last-child {
	border-right: 1px solid #999999;
}

.wrap .content {
	text-align: center;
	margin-top:50px;
}
.wrap .content h1 {
	font-size: 30px;
}
.wrap .content h3 {
	margin-top: 12px;
	font-size: 20px;
}
.wrap .content .menus {
	margin-top: 80px;
}
.wrap .content .menus .item {
	width: 20%;
}
.wrap .content .menus .item img {
	width: 80px;
	height: 80px;
}
.wrap .content .menus .item h4 {
	margin-top: 30px;
	font-size: 18px;
}
.wrap .content .menus .item p {
	margin-top: 16px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.wrap .content .slogan {
	margin-top: 40px;
}
.wrap .content .slogan .field {
	width: 585px;
}
.wrap .content .slogan .field .top {
	width: 200px;
}
.wrap .content .slogan .field .top img {
	width: 80px;
	height: 80px;
}
.wrap .content .slogan .field .top h4 {
	margin-top: 30px;
	font-size: 18px;
}
.wrap .content .slogan .field .bot {
	padding: 20px 25px;
	border-radius: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	text-align: left;
}
.wrap .content .slogan .field .bot p {
	color:#666;
	line-height: 20px;
}