body {
	width: 100%;
	height: 100%;
	background: #FFF;
}
.fd_fl {
	float: left;
}

.fd_fr {
	float: right;
}

.fd-content{
    /* position: absolute; */
	top: 50%;
	left: 50%;
	/* margin: -250px 0 0 -365px; */
	width: 100%;
	/* height: 500px; */
	background: #fff;
	border-radius: 8px;
	clear: left;
}
.fd-content-bd{
	width: 100%;
	margin:90px auto 0;
}
.fd-content-bd-t img{
	display: block;
	margin: 0 auto;
}
.fd-content-bd h2{
	font:700 28px/28px "microsoft yahei";
	color: #27a4e7;
	text-align: center;
	margin-top: 40px;
}
.fd-content-bd-b{
	font:16px/21px "microsoft yahei";
	text-align: center;
	color: #878b94;
	margin-top: 12px;
}
.fd-content-bd-b a{
	display: inline-block;
	margin-left:3px;
	color:#27A4E7;
}
.fd-content-bd-b .fd-djs{
	display: inline-block;
	margin:0 2px;
	color: #f6352c;
}
