/* banner */
.banner-content-box {
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}


.banner-content .box-content {
  width: 32%;
  height: 121px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 10px 0px rgba(11, 45, 80, 0.1);

  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  color: #004EA1;
}


.smart-decoration-container img {
  height: 400px;
  border-radius: 15px;
  object-fit: contain;
  width: 100%;
}

.smart-decoration-container img.info{
  height: unset;
  object-fit: contain;
  width: 100%;
}

.smart-decoration-container .intro {
  width: 100%;
  height: 198px;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  box-shadow: 0px 10px 2px -5px rgba(11, 12, 15, 0.05);
  position: absolute;
  transform: translateY(-120px);
}

.smart-decoration-container .intro .title {
  font-size: 24px;
  font-weight: 500;
  color: #151515;
}

.smart-decoration-container .intro .text {
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 20px;
}

.smart-decoration-container .bottom {
  margin-top: 150px;
}

.smart-decoration-container .bottom .phone {
  width: 100%;
  object-fit: contain;
  margin-top: auto;
}

.right-box {
  width: 80%;
}

.smart-decoration-container .bottom .img {
  width: 100%;
  object-fit: contain;
}

.smart-decoration-container .bottom .text {
  font-size: 14px;
  color: #7c7c7c;
}



.patent-container img {
  width: 90%;
  object-fit: contain;

}

@media screen and (max-width:992px) {
  .banner-content-box {
    display: none;
  }
  .smart-decoration-container .bottom {
    margin-top: 0;
  }

  .smart-decoration-container .item {
    margin-bottom: 120px;
  }

}<!--ºÄÊ±1755827496.084Ãë-->