#top{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-top: 3px solid rgb(26, 41, 107);
	background:url('../images/bj.png') repeat-x top left;
	background-size: 35%;
}
.top_logo{
	width: 70px;
	height: 70px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.top_logo img{
	width: 60px;
	height: 60px;
	padding: 8px 0px;
}
.top_title{
	font-size: 18px;
	font-weight: 600;
	color: rgb(25,43, 105);
	height: 70px;
	line-height: 73px;
	text-align: left;
}