.title-bg{
	background: #fff;
	padding-top: 68px;
}
.title{
	width: 1200px;
	margin: 0 auto;
	color: #FE5723;
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.title hr{
	background: #ccc;
	width: 1px;
	height: 28px;
	margin: 0 10px;
}
.title font{
	color: #333;
	font-size: 20px;
	font-weight: normal;
}
.main{
	background: #fff;
	padding:40px 50px;
	width: 1200px;
	border-radius: 6px;
	margin: 40px auto;
	min-height: 726px;
}
.c-title{
	color: #333;
	margin-top: 60px;
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.content{
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
}
.content *{
	color: #666;
	line-height: 24px;
}
.content img{
	display: flex;
	width: 100%;
	height: auto;
	line-height: 1;
}