/*********下拉框*********/
.pbd_selectCtrl {
	display: inline-block;
	width: 284px;
	height: 28px;
	border: 1px solid #0066b3;
	position: relative;
	z-index: 1;
	background: url(../images/icon_down1.png) no-repeat 270px center;
	background-position: 256px 50%;	
}
.pbd_selectCtrl:hover {
	text-decoration: none;
	color: #3f3f3f;
}

.pbd_selectCtrl .cur_select {
	position: absolute;
	display: block;
	width: 256px;
	height: 28px;
	line-height: 28px;
	text-indent: 5px;
	padding-right: 11px;
	overflow:hidden;
}

.pbd_selectCtrl .btn_select {
	position: absolute;
	top: 0;
	left: 0;
	width: 284px;
	height: 28px;
	opacity: 0;
	filter: alpha(opacity: 0);
	font: 14px/20px "Microsoft YaHei";
}