﻿@charset "utf-8"; /*------------------------头部导航菜单---------------*/
.nav {
	margin-top:15px;
	background-image: url(../images/menu_bg_1.jpg);
	/*background-repeat: repeat-x;
	background-color: #c13145;*/
	height:50px;
	
}
.nav .lv1_ul {
	height: 32px;
}

.nav .lv1_ul .lv1_li {
	float: left;
	line-height: 50px;
	height: 50px;
	position: relative;	
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	margin-left: 55px;
	z-index:100;
	font-size: 14px;
}
.nav .lv1_ul .sfHover{
	background-image: url(../images/nav_lv1_tit_bg_h_1.jpg);
	background-repeat: no-repeat;
}
.nav .lv1_ul li a{color:#FFFFFF;}
.nav .lv1_ul .lv1_li .lv2_ul,.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv3_ul {
	display: none;
	background-color: #79b8dc;
	width: 134px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2595d4;
	border-bottom-color: #2595d4;
	border-left-color: #2595d4;
	position: absolute;
	z-index:9999;
}
.nav .lv1_ul .lv1_li .lv2_ul{
	left: 2px;
	top: 32px;
	z-index: 999;
}
.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv3_ul{
	left: 128px;
	top: 0px;
	z-index: 999;
}
.nav .lv1_ul .lv1_li .lv1_tit {
	display: block;
	width:87px;
	text-indent:20px;
}
.nav .lv1_ul .lv1_li .lv1_home {
	display: block;
	width:120px;
	text-indent: 11px;
	margin-left:10px;
}
.nav .lv1_ul .lv1_li .lv1_tit:hover{text-decoration:none;}
.nav .lv1_ul .lv1_li .lv1_tit .sf-sub-indicator{
	display: none;	
}
.nav .lv1_ul .lv1_li .lv2_ul .lv2_li,.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv3_ul .lv3_li {
	height: 24px;
	width: 128px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/lv2_li_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	z-index:50;
	position: relative;
}
.nav .lv1_ul .lv1_li .lv2_ul .sfHover .lv2_tit,.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv2_tit:hover,.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv3_ul .lv3_li .lv3_tit:hover{
	background-color: #e2eff7;
	background-image: none;
	color: #0d72af;
	text-decoration:none;	
}
.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv2_tit,.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv3_ul .lv3_li .lv3_tit{
	display: block;
	height: 24px;
	width: 128px;
	text-indent: 5px;
	line-height: 24px;
	overflow:hidden;
}
.nav .lv1_ul .lv1_li .lv2_ul .lv2_li .lv2_tit .sf-sub-indicator{
	float: right;
	height: 24px;
	width: 6px;
	background-image: url(../images/blue_sanjiao_1.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right:10px;
}
.nav .lv1_ul .home {
	float: left;
	height: 32px;
	padding-left: 17px;
}
/*------------------------王守银 2011-12-16 调整头部结构-------------------------*/
.nav .lv1_ul .lv1_tit .navspan{}
.nav .lv1_ul .lv2_tit .navspan{ display:block; width:110px; overflow:hidden; white-space:nowrap; float:left;-o-text-overflow:ellipsis; text-overflow:ellipsis;}
.nav .lv1_ul .clearfix:after{}
.nav .lv1_ul .clearfix { }
html[xmlns] .nav .lv1_ul .clearfix{}
.nav .lv1_ul .lv2_ul .clearfix:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
