/* .swiper-container {
  position:relative;
  width: 100%;
  height:360px;
  z-index: 1;
  background: black;
}
@media screen and (min-width: 1200px){
  .swiper-container {
      height: 528px;
  }
}
.swiper-pagination{ 
  position:absolute;
  z-index:124;
  bottom:40px;
  left:0;
  display:block;
  width:100%;
  height:23px;
  text-align:center;
}
.swiper-pagination span{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  width:48px;
  height:3px;
  margin-right:12px;
  background:rgba(255,255,255,.2);
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination span:last-child {
  margin-right: 0;
}
.swiper-pagination span.swiper-active-switch::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  animation: point-animate 4.3s linear;
  content: "";
}
.swiper-pagination span.swiper-pagination-switch::after {
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -10px;
  width: 100%;
  content: "";
  cursor: pointer;
}
@keyframes point-animate {
	0%{ width: 0}
	100%{ width: 100%;}
}
.swiper-slide > a {
  display: block;
  width:100%;
  height: 100%;
  position: relative;
}
.slider_title {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  text-align: center;
  bottom: 76px;
}
.slider_title a{
  display:block;
  font-weight: 500;
  color: #fff;
  max-height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .slider_title a{
    font-size: 32px;
    line-height: 47px;
  }
}
.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
} */

.jumbotron_technology_banner {
  height: 160px;
  line-height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 40px;
  color: #fff;
}

.technology-5g {
  padding: 80px 0 110px;
}

.ability_text {
  margin: 0 auto;
  text-align: center;
}
.ability_icon {
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 767px){
  .hgroup--product-detail__desc {
    margin: 20px auto 0;
  }
  .technology-5g li {
    margin-top: 56px;
  }
  .ability_title {
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .ability_text {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .hgroup--product-detail__desc {
    max-width: 920px;
    margin: 63px auto 0;
    max-height: 78px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .technology-5g li {
    margin-top: 87px;
  }
  .ability_title {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .ability_text {
    max-width: 80%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.technology-img-box {
  margin-top: 40px;
}

.technology-2023 {
  background-color: #FAFAFA;
}<!--0.00016307830810547-->