/*@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 {
  overflow: visible !important;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .keyword {
  border: 1px solid gray;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  font-size: 16px;
}
header #keyword {
  width: 110px;
  border: 0px;
}
header .header_menu {
  flex: 1;
  margin-top: 10px;
}
header .header_menu > ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
header .header_menu > ul > li {
  margin-left: 30px;
  position: relative;
}
header .header_menu > ul > li.active > a {
  color: #ff7710;
  border-bottom: 1px solid #ff7710;
}
header .header_menu > ul > li:hover > a {
  color: #ff7710;
  border-bottom: 1px solid #ff7710;
}
header .header_menu > ul > li:hover .lv2 {
  display: block;
}
header .header_menu > ul > li > a {
  display: block;
  font-size: 18px;
  color: #333333;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
header .header_menu > ul > li .lv2 {
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  width: 200px;
  overflow: hidden;
  left: 50%;
  margin-left: -100px;
  top: 30px;
  border-radius: 5px;
  padding-top: 10px;
  display: none;
}
header .header_menu > ul > li .lv2 ul {
  overflow: visible;
}
header .header_menu > ul > li .lv2 ul li {
  float: none;
  margin-bottom: 10px;
}
header .header_menu > ul > li .lv2 ul li a {
  text-align: center;
  color: white;
  display: block;
}
header .header_menu > ul > li .lv2 ul li a:hover {
  color: #ff7710;
}

footer {
  background: black;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  text-transform: capitalize;
}
footer .shebei {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
}
footer .shebei .item {
  margin-right: 7px;
}
footer .shebei .item .pic {
  opacity: 1;
  width: 30px;
}
footer .shebei .item:hover .pic {
  opacity: 1;
}
footer .shebei .item:hover .erweima {
  display: block;
}
footer .shebei .item:hover .sanjiao {
  display: block;
}
footer .shebei .item .sanjiao {
  width: 19px;
  position: absolute;
  left: 41px;
  display: none;
  bottom: 30px;
}
footer .shebei .item .erweima {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100px;
  height: 100px;
  display: none;
  border-radius: 5px;
  overflow: hidden;
  border: 3px solid white;
}
footer .rt_erweima {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .rt_erweima .item {
  margin: 0 5px;
  text-align: center;
}
footer .rt_erweima .item p {
  margin-top: 10px;
}
footer .rt {
  margin-left: 8%;
  display: flex;
  justify-content: space-between;
}
footer .rt .item_box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
footer .rt .item_box .title:after {
  display: block;
  position: absolute;
  left: -6px;
  top: 4px;
  background: #ff7710;
  width: 2px;
  height: 20px;
  display: block;
  content: '';
}
footer .rt .item_box ul li {
  float: none;
  line-height: 2;
}
footer .rt .item_box ul li a {
  display: block;
  font-size: 16px;
  color: white;
  text-decoration: unset !important;
}
footer .rt .item_box ul li a:hover {
  color: #ff7710;
}
footer .lf .name {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
footer .lf .lianxi2 {
  font-size: 16px;
}
footer .lf .logo {
  margin-bottom: 20px;
}
footer .lf .shebei {
  display: flex;
  align-items: center;
  position: relative;
}
footer .lf .shebei .item {
  margin-right: 20px;
}
footer .lf .shebei .item:hover .erweima {
  display: block;
}
footer .lf .shebei .item .erweima {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100px;
  height: 100px;
  display: none;
}
footer .lf .lianxi {
  margin-bottom: 20px;
}
footer .lf .lianxi .item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
footer .lf .lianxi .item p {
  margin-bottom: 0;
}
footer .lf .lianxi .item img {
  margin-right: 15px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
}

@media (max-width: 1450px) {
  header .header_menu > ul > li {
    margin-left: 14px;
  }
  header .header_menu > ul > li a {
    font-size: 16px;
  }

  header .logo img {
    max-width: 70%;
  }

  header #keyword {
    font-size: 14px;
  }

  header #keyword {
    width: 76px;
  }

  header .btn {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
  }
  header .btn img {
    width: 15px !important;
  }

  footer .rt {
    margin-left: 5%;
  }

  footer .lf .name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  footer .lf {
    max-width: 100%;
    text-align: center;
  }

  footer .lf .logo {
    text-align: center;
  }

  footer .rt_erweima {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
  }
}
.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;
}

@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
