.swiper-pagination-bullet-active {
  background: #ef5253;
}

/*@font-face {
   font-family:'siyuan';
   src: url('../fonts/siyuan.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-Bold-Alphabetic.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family:'sh';
   src: url('../fonts/sh.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-Medium-Alphabetic.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family:'stl';
   src: url('../fonts/SourceHanSerifCN-Light.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-Light-Alphabetic.ttf') format('truetype');
   font-display: swap;
}
@font-face {
   font-family:'stb';
   src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-Bold-Alphabetic.ttf') format('truetype');
   font-display: swap;
}
@font-face {
   font-family:'SemiBold';
   src: url('../fonts/SourceHanSerifCN-SemiBold.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-SemiBold-Alphabetic.ttf') format('truetype');
   font-display: swap;
}
@font-face {
   font-family:'Light';
   src: url('../fonts/SourceHanSerifCN-Light.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-Light-Alphabetic.ttf') format('truetype');
   font-display: swap;
}
@font-face {
   font-family:'Medium';
   src: url('../fonts/SourceHanSerifCN-Medium.otf') format('truetype');
   //src: url('../fonts/siyuan/SourceHanSerifCN-Medium-Alphabetic.ttf') format('truetype');
   font-display: swap;
}*/
/*.ff-Medium{
   font-family:'Medium';
}
.ff-Light{
   font-family:'Light';
}
.ff2{
   font-family: "sh";
}
.ff{
   font-family: "siyuan";
}
.ff3{
   font-family:'SemiBold' !important;
}
.ff-bold{
   font-family:'SemiBold' !important;
}*/
body {
  padding-top: 104px;
}

.swiper-pagination-bullet-active {
  background: #ef5253;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ef5253;
}

.side1 {
  background: #ef5253;
}

.header .navbar-nav .nav-link:after {
  background: #ef5253;
}

.header .navbar-brand > img {
  height: 3.5rem;
}

.footer {
  background: black;
  color: white;
}
.footer a {
  color: white !important;
}
.footer .text-muted {
  color: white !important;
}

.header-wrap .language-section span {
  margin: 0 5px;
}

.footer_product_menu li {
  float: left;
  width: 50%;
}

.footer_shemei ul li {
  float: left;
  margin-right: 8px;
}
.footer_shemei ul li a {
  opacity: 1 !important;
}

.footer_contact_message li {
  opacity: .8;
}

.footer_shemei a,
.footer a {
  opacity: .8;
  font-size: 16px !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: 151px;
}
aside .side3 {
  top: 202px;
}
aside .side5 {
  top: 253px;
}
aside .side6 {
  top: 304px;
}

.header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
  width: calc(16% - 1rem);
}

@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .footer {
    margin-bottom: 3rem;
  }

  .header .navbar-brand > img {
    height: 2.5rem;
    width: auto;
  }

  .header .navbar-nav .product-item .dropdown-menu .menu-product-box > li {
    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=mypublic.css.map */
