.section {
	padding: 50px 0;
}
.section-sm {
	padding: 30px 0;
}
.section-header {
	padding: 5px 0;
}
.section-white {
	background: #fff;
}
.section-light-blue {
	background: #F3FAFE;
}
.section-light-gray {
	background: #ededed;
}
.section-blue {
	background: #00499f;
}
.section-photo-index1 {
	background: url("/img/bg_index1.png") no-repeat center center;
}
.title-light-blue {
	background: #eef4fb;
}
.line-top-blue {
	border-top: 5px solid #00499f;
}