﻿/* mainNav */
#mainNav {
height:44px; /****一级栏目高度****/
background:url(../images/in_dh.gif) no-repeat bottom;/****一级栏目背景****/
text-align:center;
}
.ddsmoothmenu {
font: normal 12px Verdana;
width: 100%;
}
.ddsmoothmenu ul {
z-index:100;
margin: 0;
padding:0 0 0 99px;
list-style-type: none;
}
/*顶级菜单项*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;
}

.ddsmoothmenu ul li a {
display: block;
padding:0;/****一级栏目间距****/
line-height:39px;/****改为跟一级栏目高度同样的数值****/
/****一级栏目间隔线背景****/
text-decoration: none;
margin:0 1px;
width:86px;
text-align:center;
text-indent:-9999px;
background:url(../images/in_dh.gif) no-repeat;
}
* html .ddsmoothmenu ul li a {

}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color: #fff;/****文字颜色****/
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu li:hover a {
color: #ff0;/****文字翻转颜色****/
background:none;
}
a#dh1 {background-position:-100px 0;}
a#dh2 {background-position:-188px 0;}
a#dh3 {background-position:-276px 0;}
a#dh4 {background-position:-364px 0;}
a#dh5 {background-position:-452px 0;}
a#dh6 {background-position:-540px 0;}
a#dh7 {background-position:-628px 0;}
a#dh8 {background-position:-716px 0;}
a#dh9 {background-position:-804px 0;}


/*子级菜单*/
.ddsmoothmenu ul li ul {
position: absolute;
left: 0;
display: none;
visibility: hidden;
background:#1f69af;
width:auto;
padding:3px 0 3px 1px;
margin:0;
}
.ddsmoothmenu ul li ul li {

display: list-item;
float: none;

background:url(../images/in_06.gif) top right no-repeat;
}

.ddsmoothmenu ul li ul li ul {
top: 0;
}
.ddsmoothmenu ul li ul li a {
/****子级菜单内间距****/
font: normal 12px Verdana;
line-height:24px;/****子级菜单高度****/
border:solid #327abd;/****子级菜单边框线****/
border-width:0 0 1px;
padding:0;
margin: 0;
text-align:left;
text-indent:0;
width:120px;
background:none;
/*filter: Alpha(opacity=80);   
-moz-opacity:.80;   
opacity:0.80;*/
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu li li:hover {
color:#101571;
background:url(../images/in_06.gif) -24px right no-repeat;
}
.ddsmoothmenu ul li ul li a span {
padding:0 30px 0 10px;
display:block;
background:url(../images/in_27.gif) top left no-repeat;
width:auto;
}
.ddsmoothmenu ul li ul li a:hover span, .ddsmoothmenu li li:hover span {
background:url(../images/in_27.gif) bottom left no-repeat;/****子级菜单翻转背景****/
color:#101571;
}
.ddsmoothmenu #jsxl {
width:175px;
}
.ddsmoothmenu #jsxl a {
width:175px;
}
.ddsmoothmenu #jsxl a span {
width:135px;
}

.ddsmoothmenu #pro {
width:140px;
}
.ddsmoothmenu #pro a {
width:140px;
}
.ddsmoothmenu #pro a span {
width:100px;
}



