.banner {
	background: url(../images/gfqh/article_banner_2.png);
}
header {
	height: 270px;
}

body {
	background: #FBF8F9;
}
div.main {
	background: url(../images/gfqh/companyInfo/company_info_bg.png) center no-repeat;
	margin: 65px 0;
	min-height: 600px;
}
.main-container {
	padding: 150px 0;
}
.info-wrapper {
	height: 295px;
	width: 232px;
	background: #FFFFFF;
	border-radius: 8px;
	margin: auto;
	padding-top: 30px;
	cursor: pointer;
	margin-bottom: 30px;
	background-size: 100% 100%;
}
.info-wrapper:hover {
	background: #4A84FF;
}
.info-wrapper:hover  .info {
	color: #FFFFFF;
}

.first-row {
	margin-bottom: 60px;
}
.logo-wrapper {
	width: 130px;
	height: 130px;
	margin: auto;
	background: url(../images/gfqh/companyInfo/company_info_circle.png);
	text-align: center;
}
.info {
	font-size:28px;
	color: #666666;
	font-weight: 300;
	text-align: center;
	margin-top: 42px;
}
.logo-div {
	margin-top: 33px;
}