.inner-banner .txt h3 {
  font-size: 1.82rem;
}
.inner-banner .txt p {
  font-size: 0.91rem;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.brand-container {
  background: url(../pic/its-products-bg.png) no-repeat center;
  background-size: cover;
}
.brands {
  padding-bottom: 11.18rem;
}
.brands .title-t {
  padding-bottom: 5.45rem;
}
.brands .brands-container {
  position: relative;
}
.brands .brands-container .b-cir {
  width: 30.23rem;
  height: 30.23rem;
  border-radius: 50%;
  margin: 0 auto;
  animation: circle 120s linear infinite;
  -webkit-animation: circle 120s linear infinite;
}
.brands .brands-container .b-cir img {
  object-fit: contain;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  00% {
    transform: rotate(-360deg);
  }
}
.brands .brands-container .circl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19.77rem;
  height: 19.77rem;
  background: url(../pic/its-circle.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.brands .brands-container .circl img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 3.64rem;
  object-fit: contain;
}
.brands .brands-container .item {
  position: absolute;
  display: inline-block;
  width: 5.36rem;
  height: 5.5rem;
  line-height: 5.14rem;
  background-color: #fff;
  background: url(../pic/brand-lx.png) no-repeat center;
  background-size: contain;
}
.brands .brands-container .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.brands .brands-container .item:hover {
  background: url(../pic/brand-lx-hover.png) no-repeat center;
}
.brands .brands-container .item:nth-of-type(1) {
  top: -2.57rem;
  left: 50%;
  transform: translateX(-50%);
}
.brands .brands-container .item:nth-of-type(2) {
  top: 0;
  left: 33%;
}
.brands .brands-container .item:nth-of-type(3) {
  top: 0;
  right: 33%;
}
.brands .brands-container .item:nth-of-type(4) {
  top: 25%;
  left: 23.5%;
}
.brands .brands-container .item:nth-of-type(5) {
  top: 25%;
  right: 23.5%;
}
.brands .brands-container .item:nth-of-type(6) {
  top: 54%;
  left: 23%;
}
.brands .brands-container .item:nth-of-type(7) {
  top: 54%;
  right: 23%;
}
.brands .brands-container .item:nth-of-type(8) {
  bottom: 2%;
  left: 32%;
}
.brands .brands-container .item:nth-of-type(9) {
  bottom: 2%;
  right: 32%;
}
@media only screen and (max-width: 768px) {
  .brands {
    overflow: hidden;
  }
  .brands .brands-container .b-cir {
    width: 21.23rem;
    height: 21.23rem;
  }
  .brands .brands-container .circl {
    width: 14.77rem;
    height: 14.77rem;
  }
  .brands .brands-container .item {
    width: 4.36rem;
    height: 4.5rem;
  }
  .brands .brands-container .item:nth-of-type(2) {
    left: 12%;
  }
  .brands .brands-container .item:nth-of-type(3) {
    right: 12%;
  }
  .brands .brands-container .item:nth-of-type(4) {
    left: -2.5%;
  }
  .brands .brands-container .item:nth-of-type(5) {
    right: -2.5%;
  }
  .brands .brands-container .item:nth-of-type(6) {
    left: -3%;
  }
  .brands .brands-container .item:nth-of-type(7) {
    right: -3%;
  }
  .brands .brands-container .item:nth-of-type(8) {
    left: 17%;
    bottom: -5%;
  }
  .brands .brands-container .item:nth-of-type(9) {
    right: 17%;
    bottom: -5%;
  }
}
