/* .introduce-banner{
    height: 400px;
} */
li{
    text-decoration: none;
} 
.introduce-left .btn{
    border-radius: 0%;
    padding:.75rem;
    background-color: #fff;
}

.introduce-left .btn:focus {
    outline: 0;
    box-shadow: none;
    background-color: #E9E9E9;
}
.pro-btn {
    background-color: #005BAC !important;
    color: #fff !important;
    font-size: 24px !important;
}
.bg-color{
    background-color: #E9E9E9 !important;
}
.border-bottom{
    border-bottom: 1px solid #EEEDEC !important;
}
.pro-nav-list{
    padding-left: 0;
}
.font-26{
    font-size: 26px;
  }
  .pro-content a{
    color: #333;
    text-decoration: none !important;
  }
  .pro-content a:hover{
    color: #333;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product-item{
    height: 200px;
}
.content {
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    height: 160px;
    text-overflow: ellipsis;
}
.swiper-slide img{
    transition: all 2s;
  }
  .swiper-slide-item{
    
  }
  .swiper-slide:hover img{
    transform:scale(1.2,1.2);
      transition:all 0.6s ease;
  }

.pro-nav-box{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1022;
}
.pro-nav-list li{
    font-size: 14px;
}
.pro-title{
    color: #005BAC;
    font-size: 26px;
}
.pro-title-en{
    color: #005BAC;
    font-size: 14px;
}
.pro-btn:hover{
    background-color: #005BAC;
}
.nav-link {
    display: block;
    padding: 0.5rem !important;
}
.introduce-left .btn:hover{
    background-color: #E9E9E9;
}
.circle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.circle:last-child{
  margin-left: -20%;
}
.in-circle1{
    position: absolute;
    top: 38%;
    left: 14%;
    display: flex;
}
.in-circle2{
    position: absolute;
    top: 38%;
    right: 12%;
    display: flex;
}
.lh-30{
    line-height: 30px;
}
