#divselect {
	width: 100%;
	position: relative;
	z-index: 10000;
}

#divselect cite {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	font-style: normal;
	border: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	background: url(img/xjt.png) no-repeat right center;
}

#divselect ul {
	width: 100%;
	background-color: #212B37;
	position: absolute;
	z-index: 20000;
	margin-top: -1px;
	display: none;
	padding: 0;
	border: 1px solid #FFFFFF;
}

#divselect ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#divselect ul li a {
	display: block;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
}

#divselect ul li a:hover {
	background-color: #478DEF;
}