.navbar_nav {
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 0;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: flex-start;}

.navbar_nav li {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;}

.navbar_nav li.shouye {
  position: relative;
  display: block;
  text-align: bottom;
  float: left;
  margin-right: 0;
  padding-right: 0;}

.navbar_nav li .top-title {
  text-decoration: none;
  padding: 0 0.1rem;
  display: block;
  color: #fff;
  line-height: 0.5rem;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 2px; /* 根据需要调整具体的数值，例如1px代表1个像素的间隙 */
  width: 100%;}

.navbar_nav li .top-title:after {
  content: '';
  width: 0;
  height: 0.03rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.8s ease 0s;}

.navbar_nav li .top-title:hover:after {
  width: 100%;

  color: #fff;
  position: absolute;}

.navbar_nav li.dropdown {
  display: inherit;
  position: relative;
  height: 100%;}

.navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0.4rem;
  width: 100%;
  line-height: 0.2rem;
  text-align: center;}

.navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;

  line-height: 0.2rem;
  background-color: rgba(31, 73, 158, 0.5);
  padding: 2px;}

.navbar_nav li.dropdown .dropdown_menu a {
  font-size: 0.15rem;
  display: block;
  padding: 0 0.02rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: white;}

.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #1f499e;
  height: 0.3rem;
  line-height: 0.3rem;
  color: white;
  font-weight: bold;}

.keywordfontcolor1070393{ color: #191d16;}

