/* .introduce-banner{
    height: 400px;
} */
li{
    text-decoration: none;
} 
.introduce-left .btn{
    border-radius: 0%;
    padding:.75rem;
    background-color: #fff;
}
.font-26{
    font-size: 26px;
  }
.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;
}
.swiper-slide img {
    transition: all 2s;
}
.swiper-slide:hover img{
    transform:scale(1.2,1.2);
      transition:all 0.6s ease;
  }
.pro-content a {
    color: #333;
    text-decoration: none !important;
}
/* .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.product-item{
    height: 200px;
}
.content {
    overflow: hidden;
    height: 160px;
    text-overflow: ellipsis;
}
.pro-nav-list{
    padding-left: 0;
}
.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: 36%;
    left: 6%;
    display: flex;
}
.in-circle2 {
    position: absolute;
    top: 35%;
    right: 4%;
    display: flex;
}
.lh-30{
    line-height: 30px;
}
