/*@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";
}*/
.top_header {
  background: black;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-size: 20px;
}
.top_header .sousuo {
  margin-left: 20px;
}
.top_header .rt {
  display: flex;
  align-items: center;
}
.top_header .item {
  margin-left: 15px;
  display: flex;
  align-content: center;
}
.top_header .item img {
  margin-right: 10px;
}
.top_header #search #keyword {
  padding: 0 10px;
}
.top_header #search .keyword {
  display: flex;
  align-items: center;
  position: static;
  background: white;
  width: 200px;
  height: 25px;
  padding: 0 15px;
  border-radius: 10px;
}
.top_header #search .submitsearch {
  background: white;
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header {
  position: relative;
  z-index: 33;
  background: black;
  color: white;
}
.header a {
  color: white;
}
.header .content {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  justify-content: space-between;
}
.header .content .header_menu {
  flex: 1;
}
.header .content .header_menu ul {
  overflow: visible;
  display: flex;
  justify-content: flex-end;
}
.header .content .header_menu ul li .lv2_box {
  display: none;
}
.header .content .header_menu ul li:hover .lv2_box {
  display: block;
}
.header .content .header_menu ul li .lv2 {
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 69px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.header .content .header_menu ul li .lv2 .item {
  text-align: center;
  padding: 30px 15px;
  color: black;
}
.header .content .header_menu ul li .lv2 .item:hover img {
  transform: scale(1.09);
}
.header .content .header_menu ul li .lv2 .item img {
  transition: .5s;
}
.header .content .header_menu ul li .lv2 .item p {
  margin-top: 10px;
}
.header .content .header_menu ul li:hover > a {
  /*.sanjiao{
    opacity: 1;
  }*/
}
.header .content .header_menu ul li:hover > a .name {
  background: white;
  color: black;
}
.header .content .header_menu ul li a {
  text-align: center;
  display: block;
}
.header .content .header_menu ul li a .sanjiao {
  margin: 0 auto;
  margin-top: 14px;
  opacity: 0;
}
.header .content .header_menu ul li a .name {
  color: #ebebeb;
  display: block;
  padding: 10px 45px;
  font-size: 16px;
}

.header .content .header_menu ul li:nth-child(2):hover > a .sanjiao {
  opacity: 1;
}

.footer {
  background: #f3f3f3;
  padding-top: 140px;
  padding-bottom: 140px;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer .container2 .title2 {
  font-size: 24px;
  margin-bottom: 25px;
  color: black;
  margin-bottom: 20px;
}
.footer .container2 .footer_contact {
  font-size: 16px;
  color: #5f5f5f;
}
.footer .container2 .footer_contact .content {
  line-height: 2;
}
.footer .container2 .erweima {
  text-align: center;
}
.footer .container2 .erweima img {
  margin-bottom: 10px;
}
.footer .container2 .footer_menu ul li {
  float: left;
  line-height: 2;
  width: 50%;
}
.footer .container2 .footer_menu ul li a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5f5f5f;
}

@media (max-width: 768px) {
  .footer .container2 {
    display: block;
  }
  .footer .container2 .logo {
    text-align: center;
  }
  .footer .container2 .logo img {
    width: 150px;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer .container2 .footer_contact {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
