/*主要样式*/
.subNav1Box{
	width:280px;
	border:1px solid #F0F0F0;
	float: left;
}
.subNav1{
	border-bottom:solid 1px #e5e3da;
	cursor:pointer;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	line-height:50px;
	background-position:95% 50%;
	background-color: #8C1515;
	background-image: url(../images/jiantou1.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: left;
}
.subNav1:hover{
	color:#FFFFFF;
	background-color: #8C1515;
}
.currentDd{color:#FFFFFF}
.currentDt{background-image:url(../images/jiantou.png);}
.nav1Content{
	text-align: left;
	display: none;
}
.nav1Content  li {
	width: 280px;
	list-style-type: none;
	line-height: 50px;
}
.nav1Content li a{
	width:280px;
	heighr:50px;
	text-align:left;
	font-size:14px;
	line-height:50px;
	color:#444444;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
	list-style-type: none;
	display: block;
}
.nav1Content li a:hover{
	color:#8C1515;
	background-color:#F0F0F0;
	line-height: 50x;
	text-decoration: none;
}
.subNav1Box ul {
	width: 280px;
	margin: 0px;
	padding: 0px;
}
