/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.header .container2 {
  overflow: visible;
}
.header .header_menu {
  display: flex;
  overflow: visible;
}
.header .header_menu .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.header .header_menu .logo img {
  width: 110px;
}
.header .header_menu li {
  flex: 1;
  position: relative;
}
.header .header_menu li:hover .lv2 {
  display: block;
}
.header .header_menu li:hover a {
  background: #194852;
  color: white;
}
.header .header_menu li a {
  display: block;
  text-align: center;
  padding: 50px 0px;
  font-size: 18px;
  color: black;
}
.header .header_menu li .lv2 {
  position: absolute;
  left: 0;
  top: 125px;
  width: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.header .header_menu li .lv2 ul li {
  float: none;
}
.header .header_menu li .lv2 ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.header .header_menu li .lv2 ul li a:hover {
  background: black;
}

.footer {
  background: #363636;
  padding: 50px 0;
}
.footer .content {
  color: white;
  display: flex;
  justify-content: space-between;
}
.footer .content .logo {
  color: white;
  text-align: center;
}
.footer .content .logo img {
  margin-bottom: 5px;
  width: 260px;
}
.footer .content .logo p {
  font-size: 16px;
}
.footer .content .logo strong {
  font-size: 20px;
}
.footer .content .item .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer .content .item ul li {
  line-height: 2;
  float: none;
}
.footer .content .item a {
  opacity: .5;
  color: white;
  font-size: 16px;
}

@media (max-width: 1450px) {
  .header ul .logo img {
    width: 100px;
  }

  .header ul li a {
    padding: 38px 0px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .footer .content .item a {
    font-size: 14px;
  }

  .footer .content .item .title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer .content .item {
    display: none;
  }

  .footer .content .logo {
    width: 100%;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
