/*@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";
}*/
body {
  padding-top: 125px;
}

.top-bar {
  background: #000;
  display: block;
  z-index: 3333;
  transition: .5s;
}
.top-bar.on {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}
.top-bar .shemei {
  margin-top: 8px;
  float: right;
}

.shemei {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shemei a {
  display: block;
  margin-left: 5px;
}
.shemei a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/*header*/
.header {
  width: 100%;
  padding: 10px 0px;
  z-index: 3333;
  transition: .5s;
  box-shadow: 0px 0px 3px 1px #dedede;
  top: 40px;
  position: fixed;
  background: white;
}
.header.on {
  background: white;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
}
.header .logo img {
  height: 65px;
  padding: 8px;
}
.header .container2 {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  align-items: center;
  position: relative;
}
.header .container2 #search .submitsearch {
  background: #000;
  padding: 5px;
  border-radius: 0;
}
.header .container2 #search .submitsearch img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .container2 #search .keyword {
  display: flex;
  align-items: center;
}
.header .container2 #search #keyword {
  background: white;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  height: 32px;
}
.header .container2 .search2 {
  position: absolute;
  right: 0;
  display: none;
  bottom: -28px;
  z-index: 33;
}
.header .header_menu > ul {
  overflow: visible;
  display: flex;
  align-items: center;
}
.header .header_menu > ul > li {
  float: none;
  margin-left: 15px;
  position: relative;
}
.header .header_menu > ul > li:hover .lv2 {
  display: block;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  top: 35px;
  background: #000;
  display: none;
}
.header .header_menu > ul > li .lv2 ul li {
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  text-align: center;
  color: white;
  transition: .5s;
  font-size: 16px;
  padding: 8px 10px;
}
.header .header_menu > ul > li .lv2 ul li a:hover {
  background: #e62129;
}
.header .header_menu > ul > li:hover a, .header .header_menu > ul > li.active a {
  color: #000;
}
.header .header_menu > ul > li a {
  display: block;
  font-size: 18px;
  padding: 5px 10px;
  color: #393939;
}

#toolbar .online-one li a,
#toolbar .online-one li.phone .tel-phone,
#toolbar .online-one li {
  background: #000 !important;
}

aside .side i {
  background: #000 !important;
}
aside .side1 {
  background: #000 !important;
}
aside .side span {
  background: #000 !important;
}
aside .side0 {
  top: 151px;
}
aside .side2 {
  top: 151px;
}
aside .side3 {
  top: 202px;
}
aside .side4 {
  top: 304px;
}
aside .side6 {
  top: 304px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #505050;
  color: white;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #e62129;
}
.footer .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 100px;
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt .item {
  max-width: 33%;
}
.footer .rt ul li {
  line-height: 2;
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 16px;
}
.footer .rt .item .title {
  font-size: 18px;
  color: white;
}
.footer .rt .item .line {
  width: 50px;
  height: 2px;
  background: #e62129;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .lf .name {
  font-size: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .message {
  line-height: 2;
  font-size: 14px;
}
.footer .lf .message p {
  margin-bottom: 0;
}

.beizhu {
  background: #e62129;
}

@media (max-width: 1450px) {
  .footer .footer_message .lf .name {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .footer .lf {
    text-align: center;
  }

  .footer .footer_message {
    display: block;
  }

  .footer .footer_message .rt {
    margin-top: 40px;
  }
  .footer .footer_message .rt .item {
    max-width: 100%;
  }

  .footer .footer_message .center ul li {
    float: none;
    text-align: center;
  }
  .footer .footer_message .center ul li .message {
    text-align: center;
    width: 100%;
  }
  .footer .footer_message .center ul li img {
    display: none;
  }

  .footer .lf {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 1600px) {
  body {
    padding-top: 118px;
  }

  .header .header_menu {
    margin-top: 0;
  }

  .header .header_menu > ul > li .lv2 ul li a {
    font-size: 14px;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  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: 1450px) {
  .shipin_box video {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
