.swiper-pagination-bullet-active {
  background: #d49737 !important;
}

/**/
.footer {
  background: #f5f5f5;
}

body {
  padding-top: 108px;
}

.headbar .ss-icon {
  position: relative;
  top: -3px;
}

.headbar .ss-icon li {
  margin-left: 0.5rem;
}

.headbar {
  background: #d49737;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #d49737 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #d49737 !important;
}

.language-section .dropdown-menu, .header .navbar-nav .dropdown-menu {
  border-top: 3px solid #d49737;
}

.header .navbar-nav .dropdown-menu .dropdown-item:active, .header .navbar-nav .dropdown-menu .dropdown-item:hover, .header .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: #d49737;
}

.learn-more {
  background: #d49737;
}

.header .s-menu {
  overflow: visible;
  width: 280px;
}
.header .s-menu > li {
  position: relative;
}
.header .s-menu > li:hover .f-menu2 {
  display: block;
}
.header .s-menu > li > a {
  position: relative;
}
.header .s-menu > li .f-menu2 {
  position: absolute;
  right: -220px;
  width: 220px;
  display: none;
  top: 0;
}
.header .s-menu > li .f-menu2 li a {
  display: block;
}

.footer .content .item {
  width: auto;
  flex: unset;
}
.footer .content {
  justify-content: space-between;
}
.footer .content .item4 {
  width: 30%;
}
.footer .content .item3 {
  width: 26%;
}

#toolbar .more_box {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  flex-wrap: wrap;
}
#toolbar .more_box .tubiao {
  font-size: 14px;
}

#toolbar .online-one li.email_box a {
  position: static;
  box-shadow: none;
  width: 100%;
  height: auto;
  color: white;
  font-size: 16px;
  background: transparent;
  padding: 0;
  padding-bottom: 5px;
}
#toolbar .online-one li.email_box a:hover {
  opacity: .9;
}

@media (max-width: 768px) {
  body {
    padding-top: 0px;
  }

  .header .s-menu {
    width: 100%;
  }

  .footer .content .item3 {
    width: 100%;
  }
}
.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 */
