.bady_banner{
	position: relative;
}
.bady_banner img{
	width: 100%;
	display: block;
}
.head_name{
	font-size: 52px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	color: #fff;
}
.body_blocks{
	background:url(../../image/application/bg.png) no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding-bottom: 100px;
}
.body_block_image{
	width: 75%;
	margin: 32px auto;
}
.body_block_bg{
	background-color: #004F9A;
	padding: 16px 0;
}
.body_block_image img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.body_block_title{
	font-size: 32px;
	padding: 32px 0;
	margin: 0 auto;
	width: 80%;
	color: #003B84;
	font-weight: bold;
}
.w50{
	width: 50%;
	text-align: center;
	line-height: 24px;
}
.body_block_name{
	font-size: 23px;
    font-family: "segoeui";
}