.bady_banner{
	position: relative;
}
.bady_banner img{
	width: 100%;
	display: block;
}
.body_block{
	margin: 52px auto;
	width: 800px;
}

.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_block img{
	display: block;
	width: 100%;
}
.sc_bg{
	background: url(../../image/organization/bg.png) no-repeat;
	background-position: bottom center; 
	background-size: 100% 200px;
	padding-bottom: 200px;
}