.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;}

.jingshishipin {
  width: 90%; /* 容器宽度为100% */
  margin-top: -1.1rem;}

.shipinul {}

.shipinli {
  text-decoration: none;
  border: 1px solid #ccc;
  box-sizing: border-box;

  float: left;
  width: 31%;
  margin: 1%;
  /* width: 100%; */
  height: 2.2rem;

  display: flex;
  flex-direction: column;
  align-items: center;}

.shipinBg {
  width: 2.8rem;
  height: 1.8rem;

  position: relative;
  overflow: hidden; /* 防止图片溢出父元素 */
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;}

.shipinTitle {
  font-size: 0.14rem;
  color: #333;

  height: 30px;
  width: 2.2rem;
  text-align: center;
  white-space: nowrap; /* 禁止内容换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */

  margin-top: 8px;}

