@charset "utf-8";

/* 平滑导航菜单样式 - 修正版 */
.ddsmoothmenu {
  position: relative;
  height: 123px;
}

.ddsmoothmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 主菜单设置 */
.ddsmoothmenu ul li {
  position: relative;
  display: inline;
  float: left;
  background: url(../images/li.jpg) no-repeat right center;
  height: 123px;
  line-height: 123px;
}

.ddsmoothmenu ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  height: 123px;
  line-height: 123px;
}

.ddsmoothmenu ul li a span {
  display: block;
  width: 100px;
  text-align: center;
  height: 123px;
  line-height: 123px;
}

/* 主菜单链接效果 */
.ddsmoothmenu ul li a:link,
.ddsmoothmenu ul li a:visited {
  color: #333;
}

.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li a:active,
.ddsmoothmenu ul li a.selected,
.ddsmoothmenu ul li a#menu_selected {
  background: url(../images/nav_h.jpg) #189f9e no-repeat center top;
}

.ddsmoothmenu ul li a:hover span,
.ddsmoothmenu ul li a:active span,
.ddsmoothmenu ul li a.selected span,
.ddsmoothmenu ul li a#menu_selected span {
  color: #fff;
}

/* 子菜单设置 */
.ddsmoothmenu ul.menulevel {
  position: absolute;
  left: 0;
  display: none;
  top: 123px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  width: 200px;
}

.ddsmoothmenu ul.menulevel li {
  background: none;
  margin: 0;
  padding: 0;
  display: list-item;
  float: none;
  height: auto;
  line-height: normal;
}

.ddsmoothmenu ul.menulevel li a {
  background-color: #ececec;
  height: 40px;
  line-height: 40px;
  width: 200px;
  margin: 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #CCC;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
}

.ddsmoothmenu ul.menulevel li a span {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 25px;
}

/* 子菜单链接效果 */
.ddsmoothmenu ul.menulevel li a:link,
.ddsmoothmenu ul.menulevel li a:visited {
  color: #333;
  background-color: #ececec;
  background-image: none;
}

.ddsmoothmenu ul.menulevel li a:hover,
.ddsmoothmenu ul.menulevel li a.selected {
  background: #00a0ea;
  color: #fff;
  font-weight: bold;
}

.ddsmoothmenu ul.menulevel li a:hover span {
  color: #fff;
}

/* 下拉箭头 */
.ddsmoothmenu .downarrowclass {
  position: absolute;
  top: 58px;
  right: 10px;
}

.ddsmoothmenu .rightarrowclass {
  position: absolute;
  top: 8px;
  right: 10px;
}

/* 阴影 */
.ddshadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: url(../images/40.png);
  z-index: 1;
}

.toplevelshadow {
  /* 透明度设置 */
}

/* IE兼容性修复 */
* html .ddsmoothmenu {
  height: 1%;
}

* html .ddsmoothmenu ul li a {
  display: inline-block;
}

/*********************************************** 纵向主导航条 ***********************************************/
.ddsmoothmenu-v {
  position: relative;
}

.ddsmoothmenu-v ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 主菜单设置 */
.ddsmoothmenu-v ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ddsmoothmenu-v ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-decoration: none;
}

.ddsmoothmenu-v ul li a span {
  display: block;
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 主菜单链接效果设置 */
.ddsmoothmenu-v ul li a:link,
.ddsmoothmenu-v ul li a:visited {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/nclibg.jpg) no-repeat 15px 20px;
  border-bottom: #ececec 1px dashed;
}

.ddsmoothmenu-v ul li a:hover,
.ddsmoothmenu-v ul li a:active,
.ddsmoothmenu-v ul li a.selected,
.ddsmoothmenu-v ul li a#menu_selected {
  background-color: #177883;
}

.ddsmoothmenu-v ul li a:hover span,
.ddsmoothmenu-v ul li a:active span,
.ddsmoothmenu-v ul li a.selected span,
.ddsmoothmenu-v ul li a#menu_selected span {
  color: #FFF;
}

/* 子菜单设置 */
.ddsmoothmenu-v ul.menulevel {
  position: absolute;
  top: 0;
  visibility: hidden;
  border-top: 1px solid #CCC;
}

.ddsmoothmenu-v ul.menulevel li {
  background: none;
  margin: 0;
  padding: 0;
  display: list-item;
}

.ddsmoothmenu-v ul.menulevel li a {
  height: 26px;
  line-height: 26px;
  width: 180px;
  padding: 0 5px;
  margin: 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #CCC;
}

/* 子菜单链接效果设置 */
.ddsmoothmenu-v ul.menulevel li a:link,
.ddsmoothmenu-v ul.menulevel li a:visited {
  color: #000;
}

.ddsmoothmenu-v ul.menulevel li a:hover,
.ddsmoothmenu-v ul.menulevel li a.selected {
  background: url(../images/mainmenu1.jpg) no-repeat left center;
  color: #034fab;
  font-weight: bold;
}

.ddsmoothmenu-v ul li ul li a {
  height: 35px;
  line-height: 35px;
}

.ddsmoothmenu-v ul li ul li a span {
  padding-left: 30px;
}

/* 左侧箭头 */
.ddsmoothmenu-v .rightarrowclass {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ddsmoothmenu-v ul.menulevel .rightarrowclass {
  position: absolute;
  top: 8px;
  right: 10px;
}

/* 左侧菜单特殊样式 */
#LeftMenu .lihover #three li a {
  background: none;
  color: #333333;
}

#LeftMenu .lihover a {
  color: #FFFFFF;
  background-color: #177883;
}

#LeftMenu .lihover ul li a {
  background: url(../images/mainmenu1.jpg) no-repeat left center;
  color: #034fab;
  font-weight: bold;
}

#LeftMenu .lihover ul li a {
  color: #333;
  font-weight: normal;
}

#LeftMenu .ahover span {
  font-weight: bold;
}

#LeftMenu .lihover ul li a:hover span {
  font-weight: bold;
  color: #be0201;
}

#LeftMenu .lihover .lihover li span {
  padding-left: 50px;
}

#LeftMenu .lihover .lihover .lihover li span {
  padding-left: 70px;
}

.pd ul li a {
  padding-left: 30px;
}

/* 右侧联系方式 */
.nav_tel {
  width: 214px;
  float: left;
}

/* IE兼容性修复 */
* html .ddsmoothmenu-v ul li {
  float: left;
  height: 1%;
}

* html .ddsmoothmenu-v ul li a {
  height: 1%;
}

