@charset "utf-8";

/*mainmenu 一级菜单设置*/
.menu_nav {
	/* background: #0a3190; */
	/* margin-top: 10px; */
	    float: right;
		/* margin-bottom: 20px; */
}

.menulists {
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.menulists .menulists_ul {
	z-index: 100;
	/* overflow: hidden; */
}

.menulists .menulists_ul>li {
	position: relative;
	display: inline;
	float: left;
	height: 48px;
	line-height: 48px;
	/* margin-right: 20px; */
	/* margin-right: 62px; */
	width: calc(100% / 9);
	background: url(../images/hualu/tit_li.png) no-repeat center right;

}
.menulists .menulists_ul>li:last-child{
	margin-right: 0;
	background: none;

}

.menulists .menulists_ul>li>a {
	display: block;
	font-size: 20px;
	color: #333;
	color: #fff;

	font-weight: bold;
}

* html .menulists .menulists_ul li a {
	display: inline-block;
	/*IE6 hack*/
}

.menulists .menulists_ul>li>a:link,
.menulists .menulists_ul>li>a:visited {
	color: #333;
	color: #fff;
}

.menulists .menulists_ul>li>a:hover {
	color: #08308f;
	color: #fff;
	/* background: #0f43db; */

}

.menulists .menulists_ul>li>a.curpage {
	/* color: #fff; */
	color: #08308f;
	color: #fff;
	/* background: #0f43db; */

}

/* .menulists ul li.first {
	width: 83px;
}

.menulists ul li.first a:hover {
	background: none;
	color: #fff;
} */

/*二级子菜单设置*/
.menulists ul li ul {
	position: absolute;
	/* left: -65px!important; */
	border-top: none;
	top: 48px; 
	width: 200px;
	z-index: 9;
	border-top: 2px solid #0a3190;
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 20px #aeb4b4;
	display: none;
}

.menulists ul li ul li {
	display: list-item;
	float: none;
	background: none;
	position: relative;
	height: 45px;
	line-height: 45px;
}

.menulists ul li ul li a {
	/* margin: 0 5px; */
	display: block;
	border-bottom: 1px #aeb4b4 dotted;
	font-weight: normal;
}

.menulists ul li ul li:last-child a {
	border-bottom: 1px #aeb4b4 dotted;
}
/*影响ie7和ie6  zoom:1;*/
.menulists ul li ul li a:link,
.menulists ul li ul li a:visited {
	color: #333;
}

.menulists ul li ul li a:hover {
    background: #f5f5f5;
	color: #093191;
}
.menulists ul li ul li a.curpage {
    /* background: #f5f5f5; */
	color: #08308f;
}
.menulists ul li ul li ul {
	background: #e4ecff;
	border: 1px solid #b6d1fe;
	display: none;
	position: absolute;
	left: -9999px;
}

.menulists ul li ul li ul li a {
	display: block;
	border-bottom: 1px #aeb4b4 dotted;
	/* margin: 0 5px; */
}

/* Holly Hack for IE \*/
* html .menulists {
	height: 1%;
}

/*Holly Hack for IE7 and below*/

/* CSS classes applied to down and right arrow images  */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* CSS for shadow added to sub menus */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow {
	opacity: 0.8;
	/*shadow opacity. Doesn't work in IE*/
}
