header {
	height: 270px;
}
.articles-container {
	background: #ffffff;
	padding-top: 20px;
	/* padding-bottom: 40px; */
	box-shadow:0px 2px 4px 0px rgba(0,86,153,0.1);
	border-radius:1px;
}
.article-content {
	background-color: #fff;
	padding: 50px 0;
	min-height: 340px;
}
.banner {
	background: url(../images/gfqh/article_banner_2.png);
}
.title {
	font-weight:300;
	color: #333;
	font-size: 48px;
	text-align: center;
	margin-bottom: 60px;
}
.section {
	margin-bottom: 60px;
}
.top-bg {
	width:290px;
	height:10px;
	background: #CAE1EF;
	/* position: absolute;
	left: 24%; */
	display: inline-block;
}
.top-bg-wrapper{
	text-align: center;
}
.entry-wrapper {
	background: #F2F2F2;
	padding: 0 40px 20px 40px;
	min-height:250px;
	position: relative;
	margin-bottom: 30px;
}
.serive-title {
	text-align: left;
	font-size: 30px;
	font-weight:500;
	color: #4D4D4D;
	margin: 30px 0 30px 0;
}
.service-intro {
	color: #808080;
	font-weight:300;
	font-size: 21px;
	text-align: left;
}
.serive-title-2 {
	ext-align: left;
	font-size: 30px;
	font-weight:500;
	color: #4D4D4D;
	margin: 50px 0 20px 0;
}
.span-style {
	margin-right: 10px;
}

.entry-wrapper-2 {
	background: #F2F2F2;
	height:400px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	background-size: 100% 100%;
}
.bg1 {
	background: url(../images/gfqh/managementPhilosophy/management_philosophy_1.png) center no-repeat;
	background-size: 100% 100%;
}
.bg2 {
	background: url(../images/gfqh/managementPhilosophy/management_philosophy_2.png) center no-repeat;
	background-size: 100% 100%;
}
.bg3 {
	background: url(../images/gfqh/managementPhilosophy/management_philosophy_3.png) center no-repeat;
	background-size: 100% 100%;
}
.bg4 {
	background: url(../images/gfqh/managementPhilosophy/management_philosophy_4.png) center no-repeat;
	background-size: 100% 100%;
}
.wrapper-info {
	background: url(../images/gfqh/managementPhilosophy/philosophy_info_bg.png) repeat;
	margin-top: 306px; 
	transition: margin .5s;
	-moz-transition: margin .5s;/* Firefox 4 */
	-webkit-transition: margin .5s; 
}
.entry-wrapper-2:hover .wrapper-info {
	margin-top: 0;
}
.info-title {
	color: #ffffff;
	font-size: 36px;
	line-height: 94px;
	height: 94px;
	text-align: center;
	margin: 0;
}
.info-content {
	padding: 0 20px;
	font-size:18px;
	color: #FFFFFF;
	font-weight: 300;
	/* text-indent: 2em; */
	height: 306px;
	margin: 0;
	line-height: 28px;
	text-align: left;
}
/* .note-text {
	text-align: center;
} */
.note-text p{
	font-size: 20px;
	line-height:60px;
	font-weight: 300;
	color: #808080;
	text-indent: 2em;
}