@charset "utf-8";
/*案例详情*/
.ab_con {
  padding-top: 0.72rem;
  padding-bottom: 0.83rem;
}
.case-flex {
  display: flex;
}
.case-left {
  width: 22%;
  background: #f5f7fa;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.case-left div {
  height: 0.77rem;
  background: #1475bc;
  font-size: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.case-right h5 {
  font-size: 0.26rem;
  color: #111111;
  line-height: 0.41rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.case-right p {
  font-size: 0.16rem;
  color: #313131;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.case-right img{
  max-width: 100%;
}
.case-left a {
  height: 0.72rem;
  border-bottom: 1px solid #ffffff;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-left a:hover {
  color: #004b9b;
}
/*应用领域模块*/
.application-area {
  margin-bottom: 0.5rem;
}

.application-nav {
  display: flex;
  align-items: center;
  background: #f5f7fa;
}

.application-nav .nav-item {
  height: 0.8rem;
  background: #f5f7fa;
  padding: 0 0.59rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #333;
  margin-right: 0.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
  text-decoration: none;
}

.application-nav .nav-item:hover {
  background: #004b9b;
  color: #ffffff;
}

.application-nav .nav-item.active {
  background: #004b9b;
  color: #ffffff;
}

/*产品轮播区*/
.product-carousel {
  margin-top: 0.5rem;
}

.product-title {
  font-size: 0.26rem;
  color: #111111;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.product-swiper {
  /* height: 2.74rem; */
}

.product-swiper .swiper-wrapper {
  align-items: center;
}

.product-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.product-item {
    width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  padding: 0.13rem;
  padding-bottom: 0;
  transition: background 0.3s ease;
}

.product-item:hover {
  background: #2a66c8;
}

.product-item:hover .product-name {
  color: #fff;
}

.product-img {
  width: 100%;
  background: #fff;
  padding: 0.25rem 0.6rem;
display: flex;
justify-content: center;
align-items: center;
  overflow: hidden;
}

.product-img img {
  width: 100%;

  transition: transform 0.3s ease;
}

.product-img:hover img {
  transform: scale(1.1);
}

.product-name {
  font-size: 0.14rem;
  color: #000000;
  text-align: center;
  padding: 0.18rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ab_con {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .application-area {
    margin-bottom: 0.3rem;
  }

  .application-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .application-nav::-webkit-scrollbar {
    display: none;
  }

  .application-nav .nav-item {
    height: 1.28rem;
    padding: 0 0.53rem;
    font-size: 0.34rem;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .product-carousel {
    margin-top: 0.4rem;
  }

  .product-title {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
    margin-top: 0.2rem;
  }

  .product-swiper {
    height: 22.8rem !important;
    padding: 0;
  }

  .product-swiper .swiper-wrapper {
    flex-direction: column !important;
  }

  .product-swiper .swiper-slide {
    height: auto !important;
    width: 100% !important;
  }

  .product-item {
    width: 100%;
   
    padding: 0.2rem;
    padding-bottom: 0.05rem;
  }

  .product-img {
    padding:0.5rem 0.35rem;
    height: 4.5rem;
  }

  .product-img img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }

  .product-name {
    font-size: 0.24rem;
    padding: 0.3rem 0;
  }
  .case-right h5 {
    font-size: 0.35rem;
    line-height: 0.85rem;
    margin-bottom: 0.1rem;
    
  }
  .case-right p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
 
}
