/* www.lanrentuku.com */

/*reset*/
div,ul,li { font-family:"微软雅黑"}
.subNavBox ul,.subNavBox li{margin: 0; padding: 0;}
.subNavBox table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }

q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input:focus, textarea:focus, select:focus { outline: none; }
select, input { vertical-align: middle; }
legend { color: #000; }
.clean:before, .clean:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.clean:after, .clearfix:after { clear: both; }
.clean, .clearfix { zoom: 1; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.break { word-wrap: break-word; width: inherit; }
.linkhidden { text-indent: -9999em; overflow: hidden; }
.hidden { display: none; }
a{ text-decoration:none;}
/*reset*/

/*主要样式*/
.subNavBox{
	width: 200px;
	border: solid 1px #e5e3da;
	position: absolute;
}
.subNavBox a{
	color: #333;
	width: 200px;
}
.subNav{
	border-bottom: solid 1px #e5e3da;
	cursor: pointer;
	font-size: 12px;
	line-height: 28px;
	background-position: 95% 50%;
	background-color: #6CF;
	background-image: url(../images/jiant.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.subNav a {


}
.subNav:hover{
	color: #FFFFFF;
	background-color: #F90;
}
.currentDd{color:#277fc2}
.currentDt{
	background-image: url(../images/jiant2.png);
}
.navContent{display: none;border-bottom:solid 1px #e5e3da;}
.navContent li a{
	display: block;
	width: 175px;
	heighr: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	padding-left: 25px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.navContent li a:hover{
	color: #fff;
	background-color: #FF9900
}
