@charset "utf-8";

.wp-new_navigation_content {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

ul.navigation,
ul.navigation li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.navigation {
  display: block !important;
  height: 48px !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

ul.navigation > li.wp_subtop {
  display: block !important;
  float: left !important;
  width: 119px !important;
  height: 35px !important;
  line-height: 33px !important;
  text-align: center !important;
  background: transparent !important;
}

ul.navigation > li.wp_subtop > a {
  display: block !important;
  height: 35px !important;
  line-height: 33px !important;
  overflow: hidden !important;
  color: #fff !important;
  font-family: "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 17px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

ul.navigation > li.wp_subtop:hover {
  width: 146px !important;
}

ul.navigation > li.wp_subtop > a:hover {
  color: #fff !important;
  font-size: 22px !important;
  text-decoration: none !important;
}
