.header_panel {
	width: 1024px;
	height: 65px;
	padding-top: 5px;
	background: #fff
}

.logo_panel {
	width: 392px;
	height: 57px;
	float: left;
}



/*导航*/
.nav_component {
	background: url(../../../image/system/top-navbg.jpg) no-repeat ;
	right: 0px; 
	bottom: 0px;
	width: 530px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: right;
	margin-top:  15px;
}

.nav_list {
	width: 530px;
	height: 40px;
	padding: 0;
	margin: 0;
	position: relative;
}

.nav_list_item {
	width: 100px;
	height: 40px;
	float: left;
	font-size: 15px;
	color: #FFF;
	text-align: right;
}


.nav_list_item a{
	color: #fff;
}

.nav_list_item span {
	cursor: default;
}

.nav_second_list {
	display: none;
	z-index: 100;
}

.nav_secondList_item {
	background: #DD2724 ;
	color: #fff;
	padding-right: 10px;
}

.nav_secondList_item a {
	color: #fff;
}

div[class$='_title_panel'] {
	font-size: 14px
}