.nav-wrap {
  position: static;
}
.sticky {
  background: rgba(0, 0, 0, 0.8);
  /* 半透明背景 */
  backdrop-filter: blur(10px);
  /* 毛玻璃模糊效果 */
  -webkit-backdrop-filter: blur(10px);
  /* 兼容 Safari */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* 添加阴影 */
}
.sidebar-info-contents .nav-logo img {
  width: 80%;
}
a.btn-gradient {
  background-image: linear-gradient(to right, #F4BC13 25%, #E60013 75%);
  transition: 0.3s all;
  color: #fff;
  padding: 0.5em 1em;
  background-size: 150% auto;
}
a.btn-gradient:hover {
  background-position: 100%;
}
.techno_menu ul {
  /*
  .menu-product{
    width: 900px;
    left: -350px;
    li:hover > a{
      background: none;
      color: #333333 !important;
    }
    ul.product-list{
      display: flex;
      flex-wrap: wrap;
      li{
        width: 24%;
        display: inline-block;
      }
      a{
        //display: flex;
        img{
          width: 50px;
          height: 50px;
        }
        span{
          display: block;
        }
        .sub-name{
          font-size: 14px;
          font-weight: normal;
        }
      }
    }
  }
  */
}
.techno_menu ul .product-nav {
  position: static;
}
.techno_menu ul .sub-menu-product {
  width: 100%;
  padding: 50px;
}
.techno_menu ul .sub-menu-product .item-wrap {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  display: grid;
  width: 60%;
  margin: auto;
}
.techno_menu ul .sub-menu-product a.item {
  text-align: center;
  background: rgba(247, 247, 247, 0.9);
  border-radius: 12px;
  flex-direction: column;
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.techno_menu ul .sub-menu-product a.item img {
  transition: all 0.5s;
}
.techno_menu ul .sub-menu-product a.item:hover img {
  transform: translateY(-10px);
}
.breatcumb-product {
  padding: 120px 0 80px;
}
.breatcumb-product .breatcumb-title h2 {
  font-size: 50px;
}
.breatcumb-product .breatcumb-title h3 {
  font-size: 30px;
  margin: 0 0 10px 0;
  color: #fff;
}
.service-area {
  padding: 30px 0 70px;
}
.carousel-control-next,
.carousel-control-prev {
  border: 0;
}
.about-wrap {
  margin-top: 140px;
}
.homepage {
  /* 可选：添加一些间距 */
}
.homepage .screen {
  background: url("../images/slider/slider-bg1.jpg");
  background-size: cover;
  position: relative;
  height: 600px;
  padding-top: 300px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .homepage .screen {
    height: 350px;
    padding-top: 10px;
  }
}
.homepage .screen h2 {
  color: #fff;
}
.homepage .screen .desc {
  margin: 10px 0;
}
.homepage .screen a {
  border: 1px solid #E60012;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 0 20px;
}
.homepage .screen a:hover {
  background: #E60012;
}
.homepage .intro {
  background: #000;
  color: #fff;
}
.homepage .why-choose {
  margin: 50px 0;
}
.homepage .why-choose .items .item {
  margin: 0 10px;
}
.homepage .carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  background: #f8f8f8;
}
.homepage .owl-carousel .item {
  position: relative;
  transform: scale(0.8);
  transition: all 0.7s ease;
  text-align: center;
}
.homepage .owl-carousel .item a {
  opacity: 0;
  transition: 1s;
  display: inline-block;
}
.homepage .owl-carousel .center .item {
  transform: scale(1.1);
  z-index: 10;
}
.homepage .owl-carousel .center .item a {
  opacity: 1;
}
.homepage .owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.homepage .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.homepage .our-company {
  background: #000;
  color: #fff;
  padding: 50px 0;
}
.homepage .our-company h3 {
  color: #fff;
}
.mean-container .mean-bar {
  background: #000;
}
.mean-container .mean-bar::before {
  content: "";
  display: inline-block;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
}
/*# sourceMappingURL=yoto.css.map */