:root {
  --bs-nav-link-color: #da251c;
  --bs-theme-color: #45b0b2;
  --bs-link-color: #000;
  --bs-link-hover-color: #45b0b2;
  /*--bs-border-color: #45b0b2;*/
}

@font-face {
  font-family: 'song';
  src: url("../fonts/song.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff {
  font-family: "song";
}

._title {
  text-align: center;
  margin-bottom: 90px;
}
._title .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
._title .p {
  font-size: 22px;
  color: #45b0b2;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
._title .t2 {
  font-size: 50px;
  font-family: "song";
}

._title2 {
  text-align: left;
  margin-bottom: 45px;
}
._title2 .t1 {
  justify-content: flex-start;
}

._more {
  color: white;
  font-size: 16px;
}
._more img {
  margin-left: 15px;
}

._mt {
  margin-top: 130px;
}

._summary {
  font-size: 16px;
  line-height: 26px;
}

._more2 {
  background: #45b0b2;
  width: 156px;
  height: 40px;
}

._more2_box .line2 {
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
}

._lianxi {
  padding-top: 85px;
}
._lianxi .content .form-control {
  border-radius: 0;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid gainsboro;
}
._lianxi .content input {
  color: white;
}
._lianxi .content input::placeholder {
  color: white;
}
._lianxi .content textarea::placeholder {
  color: white;
}

body {
  padding-top: 104px;
}

.swiper-pagination-bullet-active {
  background: #45b0b2;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #45b0b2;
}

.side1 {
  background: #45b0b2;
}

.header .navbar-nav .nav-link:after {
  background: #45b0b2;
}

.header .navbar-brand > img {
  height: 2rem;
}

.footer {
  background: rgba(51, 47, 45, 0.7);
  color: white;
}
.footer a {
  color: white !important;
}
.footer .text-muted {
  color: white !important;
}

.footer-bg-red {
  background: rgba(51, 47, 45, 0.7);
}

/*

.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);
}

@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%;
  }
}
.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 */
