.hl_nav{
    background-color: #fff;
    position: relative;
    color: #000;
	width:100%;
    height: 90px;
	z-index:99999;
}
.hl_nav a{
    display: block;
    text-decoration: none;
}
.hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list{


    z-index: 2;
    padding: 0;
    list-style: none;
    min-width: 800px;
	margin:0 auto;
    height: 90px;
}
.hl_nav .nav_list>li{
    padding: 0;
    float: left;
    margin: 0;
    width: 95px;
    text-align: center;
    height: 90px;
    overflow: hidden;
    transition: height 0.3s;
}
.hl_nav .nav_head{
    height: 90px;
    line-height: 90px;
    color: #000;
    font-size: 16px;
    position: relative;
}
.hl_nav .nav_body{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
	font-size:12px;
}
.hl_nav .nav_body:last-child{
    border-bottom: #ea0d04 solid 0px;
}

.hl_nav .nav_list>li.active .nav_head,.hl_nav .nav_list>li:hover .nav_head { background:url(../images/dhbj_cjhi.jpg) center top no-repeat; color:#fff;
}
.hl_nav .nav_list>li:hover{
    background-color: #494949;
    height: auto;
}
.hl_nav .nav_body:hover{
    color: #fff;
	background:#eb6446;
}
.hl_nav .nav_body:after{
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    width: 60%;
    left: 20%;
}.wryh {
	font-family: "微软雅黑";
	font-size: 24px;
}
