.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1;
}

body {
  padding-top: 104px;
}

.headbar {
  background: black;
  border-bottom: 1px solid #424242;
}

.navbar-transparent.liveheader {
  background: black !important;
}

.header.liveheader .nav-link {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #b1874d;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #b1874d;
}

.side1 {
  background: #b1874d;
}

.header .navbar-nav .nav-link:after {
  background: #b1874d;
}

.header .navbar-brand > img {
  height: 3rem;
}

.header .navbar-nav .nav-link:after {
  background: #ffffff;
}

.footer_box {
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
}
.footer_box .footer {
  padding-top: 64px;
  padding-bottom: 17px;
}
.footer_box .lf li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 13px;
}
.footer_box .lf li img {
  margin-right: 15px;
}
.footer_box .lf li span {
  flex: 1;
}
.footer_box .lf .nav-item2 img {
  position: relative;
  top: -11px;
}
.footer_box .lf .biaoti {
  color: #b1874d;
  margin-left: 7px;
}
.footer_box .lf .biaoti img {
  margin-right: 15px;
}
.footer_box .rt {
  font-size: 16px;
  color: white;
  width: 27%;
  margin-top: 126px;
}
.footer_box .rt a {
  font-size: 16px;
  color: white;
}
.footer_box .rt .biaoti {
  color: #b1874d;
}
.footer_box .rt .shemei_box {
  margin-left: 50px;
}
.footer_box .rt .shemei_box li {
  margin-bottom: 10px;
}
.footer_box .rt .shemei_box a {
  display: flex;
  align-items: center;
}
.footer_box .rt .shemei_box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 20px;
  margin-right: 5px;
}

.footer-bg-red {
  background: transparent;
}

.footer {
  background: transparent;
  color: white;
}
.footer a {
  color: white !important;
}
.footer .text-muted {
  color: white !important;
}

/*

.side2{
   top:151px;
}
.side3{
   top: 202px;
}
.side5{
   top: 253px;
}
.side6{
   top: 304px;
}
*/
/*.header-wrap .navbar-transparent.liveheader{
   box-shadow: none;
   background-color: #f1f3f5 !important;

}*/
aside .side2 {
  top: 253px;
}
aside .side3 {
  top: 202px;
}
aside .side5 {
  top: 304px;
}
aside .side6 {
  top: 355px;
}

.header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
  width: calc(16% - 1rem);
}
.header .navbar-nav .product-item .dropdown-menu .menu-product-box > li .pic {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1450px) {
  .footer .logo img {
    width: 264px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .language-section {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .footer {
    margin-bottom: 3rem;
  }

  .header .navbar-brand > img {
    height: 1.5rem;
    width: auto;
  }

  .header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
    width: 100%;
  }

  .footer a {
    text-align: center;
  }

  .footer_box .rt {
    display: none !important;
  }

  .header.liveheader .nav-link {
    color: black;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .header .navbar-toggler {
    color: black;
  }

  .header .navbar-nav .nav-link.show {
    text-align: left;
    justify-content: flex-start;
  }

  .header .navbar-nav .product-item .dropdown-menu .menu-product-box > li .pic {
    display: none;
  }

  .header .navbar-nav .nav-item.product-item.show:after {
    right: 2rem;
  }
}
.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=mypublic.css.map */
