.core__header {
	background: url('../images-201510-English/core_banner.jpg') no-repeat center center;
	height: 370px;
	padding-top: 60px;
	margin-bottom: 60px;
}
.core__content {
	margin: 0 auto;
	width: 1100px;
}
.core__intro {
	width: 750px;
}
.core__intro__title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 2em;
	padding-bottom: 15px;
}
.core__intro__item {
	font-size: 18px;
	line-height: 1.8em;
	padding-bottom: 15px;
}
.core__module {
	overflow: hidden;
	margin-bottom: 70px;
}
.core__module__header {
	text-align: center;
	font-size: 32px;
	color: #3b5998;
	margin-top: 25px;
}
.core__module__component {
	text-align: center;
	float: left;
	width: 50%;
	padding: 50px;
	box-sizing: border-box;
}
.core__module__component__ico {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.core__module__component__text {
	font-size: 18px;
	line-height: 2em;
}
.core__module__btn {
	width: 290px;
	line-height: 50px;
	background: #448aca;
	color: #fff !important;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}
.core__module__btn--sm {
	width: 250px;
	line-height: 42px;
	margin-top: 35px;
}
.core__module__btn:hover {
	background-color: #497eaa;
	transition: all .3s;
}
.core__testimonial {
	width: 950px;
	height: 440px;
	background: #f4f4f4;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: -45px;
	margin-bottom: 25px;
	padding: 60px;
	box-sizing: border-box;
}
.core__testimonial__title {
	font-size: 24px;
	color: #3b5998;
	margin-bottom: 30px;
}
.core__testimonial__item {
	font-size: 18px;
	font-style: italic;
	line-height: 1.8em;
	padding-left: 50px;
	margin-bottom: 25px;
	position: relative;
}
.core__testimonial__item::before {
	content: '';
	width: 35px;
	height: 27px;
	background: url('../images-201510-English/core_quote.png');
	position: absolute;
	left: 0;
	top: 5px;
}