.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 33;
}
.header .logo{

}
.header .logo img {
  width: 150px;
}
.header .container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}
.header .header_menu {
  width: 100%;
}
.header .header_menu > ul {
  display: flex;
  overflow: visible;
  width: 100%;
  align-items: center;
}
.header .header_menu > ul > li {
  flex: 1;
  position: relative;
}
.header .header_menu > ul > li > a {
  text-align: center;
  display: block;
  font-size: 18px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .header_menu > ul > li:hover .lv2 {
  display: block;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 150px;
  background: gainsboro;
  display: none;
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 5px;
}
.header .header_menu > ul > li .lv2 ul li a:hover {
  background: #cacaca;
}
.header .container2 {
  position: relative;
  overflow: visible;
}
.header #search {
  position: absolute;
  right: 0;
  bottom: -25px;
  display: none;
}

.footer {
  padding-top: 22px;
  padding-bottom: 50px;
  background: white;
  color: black;
}
.footer .logo img {
  width: 221px;
}
.footer .youqing {
  color: black;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer .youqing ul li {
  float: left;
  margin: 0 10px;
}
.footer .youqing ul li a {
  font-size: 16px;
  color: #4a4a4a;
}
.footer .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.footer .top_box .rt {
  display: flex;
  align-items: center;
  position: relative;
  top: 0px;
}
.footer .top_box .rt .item {
  margin: 0 15px;
  cursor: pointer;
  position: relative;
}
.footer .top_box .rt .item:hover .ewm {
  display: block;
}
.footer .top_box .rt .item .tubiao {
  background: #4e4e4e;
  border-radius: 100%;
  width: 47px;
  height: 47px;
  padding: 10px;
}
.footer .top_box .rt .item .ewm {
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -75px;
  top: -150px;
  width: 150px;
  height: 150px;
  background: white;
  padding: 10px;
}
.footer .bottom_box .lf .cpn {
  font-size: 22px;
  margin-bottom: 20px;
}
.footer .bottom_box .lf .contact_messaeg ul li {
  font-size: 14px;
  float: none;
  line-height: 2;
  margin-bottom: 8px;
}
.footer .bottom_box .lf .contact_messaeg ul li .p {
  display: flex;
  align-items: center;
}
.footer .bottom_box .lf .contact_messaeg ul li .p img {
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
}
.footer .bottom_box .rt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer .bottom_box .rt .title {
  font-size: 16px;
  margin-bottom: 10px;
  color: black;
}
.footer .bottom_box .rt ul li {
  float: none;
  line-height: 2;
}
.footer .bottom_box .rt ul li a {
  font-size: 14px;
  opacity: .5;
  color: black;
}
.footer .bottom_box .rt .item {
  margin: 0 80px;
  margin-bottom: 47px;
  /* margin-left: 0; */
  margin-right: 0;
}

@media (max-width: 1450px) {
  .footer .bottom_box .lf .cpn {
    font-size: 18px;
  }

  .footer .bottom_box .rt .title {
    font-size: 16px;
  }

  .footer .bottom_box .rt ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer .bottom_box .lf {
    width: 100%;
    float: none;
    text-align: center;
  }

  .footer .bottom_box .lf .cpn {
    font-size: 16px;
  }

  .footer .bottom_box .lf .contact_messaeg ul li .p {
    justify-content: center;
  }

  .footer .bottom_box .lf .contact_messaeg ul li {
    display: flex;
    align-items: center;
  }

  .footer .bottom_box .lf .contact_messaeg ul li {
    margin-bottom: 0;
  }

  .footer .top_box .rt {
    display: none;
  }

  .footer .top_box .logo {
    float: none;
    text-align: center;
    width: 100%;
  }

  .footer .logo img {
    width: 155px;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

/*# sourceMappingURL=self_item_public.css.map */
