#hd {
	*position: relative;
	*z-index: 1;
}
#bd {
	*position: relative;
	*z-index: 0;
}
#bd .bd-cont {
	position: relative;
}
#bd .bd-nav {
	float: left;
	width: 180px;
	line-height: 2;
	font-size: 20px;
	background-color: rgba(255,255,255,.2);
	background-color: #454646\9;
	border: 1px solid #666;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
}
#bd .bd-nav a {
	color: #ddd;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#bd .bd-nav a.selected {
	/* background: #e71e19; */
}
#bd .bd-nav dt:first-child {
}
#bd .bd-nav dt {
}
#bd .bd-nav dd {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#bd .bd-nav dd.selected {
	background: rgba(0,0,0,.8);
	background: #131313\9;
	/* background: #e71e19; */
}
#bd .bd-nav dd.selected>a {
	background: #e71e19;
}

#bd .bd-text-wrap {
	position: relative;
	line-height: 2;
	font-size: 16px;
	min-height: 700px;
	margin-left: 200px;
	padding: 25px;
	border-radius: 10px;
	background: rgba(255,255,255,0.84);
	background: #dedede\9;
	color: #333;
}
#bd .bd-text-wrap:before {
	content: '';
	display: block;
	position: absolute;
	background: url(image/info_bg.png) center bottom no-repeat;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 480px;
	opacity: 0.6;
}

#bd .bd-text {
	position: relative;
}
#bd .bd-text .bd-title {
	text-align: center;
}
#bd .bd-text .img-wrap {
	width: 500px;
}
#bd .bd-text .img-wrap img {
	max-width: 500px;
}
#bd .bd-text h2 {
	line-height: 2;
	font-size: 1.6em;
	text-align: center;
}
#bd .bd-text h3 {
	line-height: 2;
	font-size: 1.3em;
}
#bd .bd-text h4 {
	line-height: 2;
	font-size: 1.2em;
}
#bd .bd-text p {
	text-indent: 2em;
}
#bd .bd-text img {
	max-width: 120px;
	border: 1px solid #eee;
	margin: 10px;
}
#bd .bd-text img:first-child {
	margin-left: -1em;}
#bd .bd-text ul {
	margin-left: 4em;
}
#bd .bd-text ol {
	margin-left: 2em;
}
#bd .bd-text ul.has-style {
	margin-left: 2em;
}
#bd .bd-text ul.has-style>li>p:first-child {
	text-indent: 0;
}
#bd .bd-text table {
	margin-top: 20px;
}
#bd .bd-text table td,
#bd .bd-text table th {
	border: 1px solid;
	text-align: left;
	padding: 0.5em 2em;
}

#ft {
	text-align: center;
	padding: 6px;
	font-size: 13px;
}