<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .introduce-banner{
    height: 400px;
} */
.introduce-left .btn{
    border-radius: 0%;
    padding:.75rem;
    background-color: #fff;
}

.introduce-left .btn:focus {
    outline: 0;
    box-shadow: none;
    background-color: #E9E9E9;
}
.bg-color{
    background-color: #E9E9E9 !important;
}
.font-26{
    font-size: 26px;
}
.btn-bg{
    background-color: #005BAC !important;
    color: #fff !important;
    font-size: 24px !important;
}
.right-videos{
    padding-bottom: 40px;
}
.btn-bg:hover{
    background-color: #005BAC;
}
.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;
}

.in-nav-box{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1022;
}
.in-nav-list li{
    font-size: 14px;
}
.news-info a{
    text-decoration: none !important;
}
.search-button:hover{
    cursor: pointer;
}</pre></body></html>