*{margin: 0; padding: 0;}
ul{list-style: none;}
a{text-decoration: none; color: #000;}

/*终极数据样式*/
.fd-wrap{
	position: relative;
	width: 1230px;
	height: 830px;
	margin: 33px auto 0 auto;
	font-family: "Microsoft YaHei";
}
/*左边*/
.fd-left{
	float: left;
	width: 530px;
	height: 830px;
	background: #f1e6e6;
}
.fd-wrap .fd-left-title{
	padding-top: 56px;
	text-align: center;
	font-size: 26px;
	color: #000;
}
.fd-wrap .fd-left-content{
	position: relative;
	margin-top: 76px;
	height: 560px;
	overflow: hidden;
}
.fd-wrap .fd-left-content ul{
	position: absolute;
	width: 530px;
}
.fd-wrap .fd-left-content li{
	padding-bottom: 5px;
	height: 65px;
	
	cursor: pointer;
}
.fd-wrap .fd-left-content a{
	display: block;
	height: 65px;
	line-height: 65px;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.fd-wrap .fd-left-content .hovera {
	color: #e36262;
	background: #f7f1f1;
}
.fd-wrap .fd-left-content a:hover{
	color: #e36262;
	background: #f7f1f1;
}
.fd-wrap .fd-btn{
	position: absolute;
	display: block;
	left: 206px;
	width: 118px;
	height: 32px;
}
.fd-wrap .fd-btn.hide{
	display: none;
}
.fd-wrap .fd-btn-prev{
	top: 110px;
	background: url("//www.ebrun.com/tc/2016bf/images/fd-btn-prev.png");
}
.fd-wrap .fd-btn-next{
	bottom: 50px;
	background: url("//www.ebrun.com/tc/2016bf/images/fd-btn-next.png");
}
/*右边*/
.fd-right{
	position: relative;
	float: left;
	width: 700px;
	height: 830px;
	background: #f7f1f1;
}
#fd-frame{
	position: absolute;
	top: 30px;
	left: 42px;
	width: 610px;
	height: 770px;
}
