.bd{
	overflow: hidden;
	margin-top: 40px;
}
.bd-l{
	width: 258px;
	float: left;
}
.bd-r{
	width: 901px;
	float: right;
}


.bd-r-pos{
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding-bottom: 14px;
	background: url(../images/bd-r-pos-line.png) repeat-x left bottom;
}
.bd-r-pos h2{
	float: left;
	font-size: 16px;
	color: #0090ff;
	position: relative;
	text-indent: 18px;
}
.bd-r-pos h2 i{
	display: block;
	width: 7px;
	height: 7px;
	background: #0090ff;
	position: absolute;
	left: 0;
	top: 3px;
}
.bd-r-pos p{
	float: right;
	color: #c8c8c8;
}
.bd-r-pos p a{
	color: #c8c8c8;
}


.pages{
	text-align: center;
	margin-top: 38px;
}
.pages p{
	display: inline-block;
}
.pages p a{
	float: left;
	display: block;
	height: 27px;
	line-height: 27px;
	border: 1px solid #c9c9c9;
	padding: 0 5px;
	font-size: 16px;
	color: #333;
	min-width: 18px;
	margin: 0 3px;
}
.pages p a i{
	font-size: 12px;
	color: #535353;
	font-style: normal;
}
.pages p a.active, .pages p a:hover{
	border-color: #535353;
	background: #535353;
	color: white;
}
.pages p a.active i, .pages p a:hover i{
	color: white;
}


.bd-l-procat-hd{
	height: 79px;
	background: url(../images/bd-l-procat-hd-bg.png) no-repeat center top;
	overflow: hidden;
}
.bd-l-procat-hd h3 span{
	display: block;
	text-align: center;
}
.bd-l-procat-hd .zh{
	margin-top: 16px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: white;
	font-weight: bold;
}
.bd-l-procat-hd .en{
	margin-top: 4px;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #afd2f0;
	font-size: 12px;
}
.bd-l-procat-bd{
	border: 4px solid #2196df;
	padding: 0 10px 10px;
}
.bd-l-procat-bd li{
	margin-top: 23px;
}
.bd-l-procat-bd li strong{
	display: block;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	background: url(../images/bd-l-procat-bd-item-icon.png) no-repeat left center;
	padding-left: 21px;
}
.bd-l-procat-bd ol{
	margin-left: 9px;
}
.bd-l-procat-bd ol li{
	height: 20px;
	line-height: 20px;
	background: url(../images/bd-l-procat-bd-item-sub-icon.png) no-repeat left center;
	padding-left: 22px;
	margin: 15px 0 0 0;
	position: relative;
}
.bd-l-procat-bd ol li a{
	color: #333;
}
.bd-l-procat-bd ol li p{
	position: absolute;
	left: 100%;
	top: 0;
	width: 130px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 1px; 
	display: none;
	background: white;
	z-index: 1;
}
.bd-l-procat-bd ol li p a{
	display: block;
	border-bottom: 1px solid #ccc;
	line-height: 36px;
	color: black !important;
	padding: 0 10px;
}
.bd-l-procat-bd ol li:hover p{
	display: block;
}
.bd-l-procat-bd ol li:hover a{
	color: #0090ff;
}

.bd-l-cat h3{
	height: 42px;
	line-height: 42px;
	background: #2196df;
	text-indent: 24px;
	font-size: 18px;
	color: white;
}
.bd-l-cat ul{
	background: #fcfcfc;
	padding-bottom: 15px;
}
.bd-l-cat li{
	height: 59px;
	line-height: 59px;
	border-bottom: 1px dashed #e8e8e8;
	font-size: 16px;
}
.bd-l-cat li i{
	font-style: normal;
	display: inline-block;
	margin: 0 16px;
	font-weight: bold;
}
.bd-l-cat li a{
	color: #333;
}
.bd-l-cat li:hover a, .bd-l-cat li.active a{
	color: #2196df;
}