.industry-detail {
  padding-bottom: 1.5rem;
}

.industry-detail .top {
  padding: .8rem 0;
  background-image: url(../images/industry1.png);
}

.overview,
.advantage {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-top: .5rem;
}

.advantage {
  margin-top: 1.6rem;
}

.overview .text,
.advantage .text {
  flex: 1;
}

.overview .imgBox,
.advantage .imgBox {
  width: 7.8rem;
  height: 4.4rem;
  border-radius: .1rem;
  /* background: linear-gradient(135deg, #d8c0a0, #eee5d8); */
}

.overview .desc,
.advantage .desc {
  margin-top: .4rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.38rem;
}

.overview .desc *,
.advantage .desc * {
  margin-top: .4rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.38rem;
}

.brand-block,
.product-show {
  /* width: 14.3rem; */
  margin: .8rem auto 0;
}

.brand-block .blue-tag-title {
  width: max-content;
  margin: 0 auto;
}

.brand-swiper-wrap {
  display: flex;
  align-items: center;
  gap: .29rem;
  margin-top: .52rem;
}

.brand-swiper {
  flex: 1;
  padding: .02rem;
}

.brand-swiper .swiper-slide {
  height: auto;
}

.brand-swiper a {
  width: 100%;
  height: 1.26rem;
  background: #fff;
  border-radius: .04rem;
  box-shadow: 0 .04rem .18rem rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .18rem .26rem;
  transition: box-shadow .3s ease, transform .3s ease;
}

.brand-swiper a:hover {
  transform: translateY(-.02rem);
  box-shadow: 0 .08rem .24rem rgba(0, 0, 0, .12);
}

.brand-swiper img {
  max-width: 100%;
  max-height: .85rem;
  object-fit: contain;
}

.brand-swiper img:not([src=""])+span {
  display: none;
}

.brand-swiper span {
  font-size: .24rem;
  color: #2f4a32;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.brand-prev,
.brand-next {
  position: relative;
  flex: 0 0 .4rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #e7e8ea;
  transition: background .3s ease;
}

.brand-prev::before,
.brand-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .12rem;
  height: .12rem;
  border-top: .03rem solid #005BAC;
  border-right: .03rem solid #005BAC;
  transition: border-color .3s ease;
}

.brand-prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.brand-next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

.brand-prev:hover,
.brand-next:hover {
  background: #005BAC;
}

.brand-prev:hover::before,
.brand-next:hover::before {
  border-color: #fff;
}

.product-stage {
  position: relative;
  height: 5rem;
  margin-top: .5rem;
}

.product-show .blue-tag-title {
  width: max-content;
  margin: 0 auto;
}

.product-swiper {
  width: 15rem;
  height: 4.5rem;
  /* overflow: visible; */
}

.product-swiper .swiper-slide {
  width: 7.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s ease, transform .3s ease;
  opacity: .55;
  z-index: 1;
}

.product-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 3;
  padding-bottom: .2rem;
}

.product-swiper .pic {
  width: 100%;
  height: 100%;
  background: #f5f7fa;
  border-radius: .03rem;
  overflow: hidden;
  transform: scale(.8);
  transition: transform .3s ease, box-shadow .3s ease;
}

.product-swiper .swiper-slide-active .pic {
  transform: scale(1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .12);
}

.product-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-prev,
.product-next {
  position: absolute;
  top: 2.25rem;
  z-index: 5;
  width: .42rem;
  height: .42rem;
  transform: translateY(-50%);
}

.product-prev {
  left: 1.6rem;
}

.product-next {
  right: 1.6rem;
}

.product-prev::before,
.product-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .18rem;
  height: .18rem;
  border-top: .03rem solid #d8dce2;
  border-right: .03rem solid #d8dce2;
  transition: border-color .3s ease;
}

.product-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.product-next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.product-prev:hover::before,
.product-next:hover::before {
  border-color: #005BAC;
}

.product-show>p {
  text-align: center;
  margin-top: -.18rem;
  font-size: .2rem;
  color: #333;
  font-weight: bold;
}

.link-banner {
  height: 2rem;
  background-image: url(../images/last.png);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.link-banner div {
  padding-left: .52rem;
}

.link-banner h3 {
  font-weight: 500;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-bottom: .24rem;
}

.link-banner a {
  width: 1.42rem;
  height: 0.44rem;
  background: rgba(0, 91, 172, 0);
  border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  gap: .1rem;
}

.link-banner a:hover{
    border-color: #0069b8;
    background: #0069b8;
    color: #fff;
}

.link-banner a img {
  width: .26rem;
  height: .12rem;
}

.industry-simple {
  min-height: 6.6rem;
  padding: .68rem 0 .9rem;
  background: linear-gradient(180deg, #f5fbff, #fff);
}

.simple-layout {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: .58rem;
}

.simple-layout .text-cont {
  flex: 1;
}

.simple-layout .imgBox {
  width: 6.2rem;
  height: 3.4rem;
  background: #e6eef5;
  border-radius: .08rem;
}

@media (max-width: 768px) {
  .industry-detail {
    padding-bottom: .9rem;
  }

  .industry-detail .top {
    padding: .62rem 0;
  }

  .overview,
  .advantage {
    display: block;
    margin-top: .42rem;
  }

  .advantage {
    display: flex;
    flex-direction: column-reverse;
    margin-top: .7rem;
  }

  .overview .imgBox,
  .advantage .imgBox {
    width: 100%;
    height: 4.1rem;
    margin-top: .32rem;
  }

  .overview .desc,
  .advantage .desc,
  .overview .desc *,
  .advantage .desc * {
    font-size: .24rem;
    line-height: .42rem;
  }

  .brand-block,
  .product-show {
    margin-top: .7rem;
  }

  .brand-swiper-wrap {
    gap: .14rem;
    margin-top: .4rem;
  }

  .brand-prev,
  .brand-next {
    flex-basis: .52rem;
    width: .52rem;
    height: .52rem;
  }

  .brand-swiper a {
    height: 1.36rem;
    padding: .18rem;
  }

  .brand-swiper span {
    font-size: .26rem;
  }

  .product-stage {
    height: 4.5rem;
    margin-top: .42rem;
  }

  .product-swiper {
    width: 5.8rem;
    height: 3.6rem;
  }

  .product-swiper .swiper-slide {
    width: 5.8rem;
    height: 3.6rem;
    opacity: .35;
  }

  .product-swiper .swiper-slide-active {
    opacity: 1;
    padding-bottom: .12rem;
  }

  .product-swiper .pic,
  .product-swiper .swiper-slide-active .pic {
    transform: scale(1);
  }

  .product-prev,
  .product-next {
    top: 1.8rem;
    width: .52rem;
    height: .52rem;
  }

  .product-prev {
    left: 0;
  }

  .product-next {
    right: 0;
  }

  .product-show>p {
    margin-top: -.3rem;
    font-size: .26rem;
  }

  .link-banner {
    height: auto;
    min-height: 2.4rem;
    margin-top: .72rem;
    padding: .42rem .32rem;
    background-position: center;
  }

  .link-banner div {
    padding-left: 0;
  }

  .link-banner h3 {
    font-size: .32rem;
    line-height: .44rem;
  }

  .link-banner a {
    width: 1.76rem;
    height: .56rem;
    border-radius: .28rem;
    font-size: .22rem;
  }

  .industry-simple {
    min-height: auto;
    padding: .62rem 0 .82rem;
  }

  .simple-layout {
    display: block;
    margin-top: .42rem;
  }

  .simple-layout .imgBox {
    width: 100%;
    height: 3.8rem;
    margin-top: .32rem;
  }
}
