.main{
	width: 1140px;
	margin:0 auto;
	margin-top: 42px;
	overflow: hidden;
}
.banner{
	height: 260px;
	position: relative;
}
.banner img{
	height: 100%;
	width: 100%;
}
.page-title{
	position: absolute;
	height: 90px;
	width: 350px;
	background: #216483;
	top: 80px;
	text-align: center;
	color:#fff;
	font-size: 30px;
	line-height: 90px;
}
.span-color{
	color:rgba(173,5,5,1);
}