/* .introduce-banner{
    height: 400px;
} */
li{
    text-decoration: none;
} 
.item-btn a{
    text-decoration: none !important;
    color: #333333;
}
.item-btn:hover{
    background-color: #E9E9E9 !important;
    color: #005BAC;
}
.btn-bg {
    background-color: #005BAC !important;
    color: #fff !important;
    font-size: 24px !important;
}
.list-navs a{
    text-decoration: none;
    color: #333333;
}
.introduce-left .btn{
    border-radius: 0%;
    padding:.75rem;
    background-color: #fff;
}

.introduce-left .btn:focus {
    outline: 0;
    box-shadow: none;
    background-color: #E9E9E9;
}
#collapseExample ul {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    font-size: 14px;
}
#collapseExample li {
    cursor: pointer;
}
#collapseExample-m ul {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    font-size: 14px;
}
#collapseExample-m li {
    cursor: pointer;
}
#collapseExample li:hover {
    color: #005BAC;
}
/* .text-color{
    color: #005BAC;
} */
.pro-btn {
    background-color: #005BAC !important;
    color: #fff !important;
    font-size: 24px !important;
}
.bg-color{
    background-color: #E9E9E9 !important;
    color: #005BAC;
}
.border-left a{
    text-decoration: none !important;
    color: #333333;
}
.border-bottom{
    border-bottom: 1px solid #EEEDEC !important;
}
.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: 38%;
    left: 14%;
    display: flex;
}
.in-circle2{
    position: absolute;
    top: 38%;
    right: 12%;
    display: flex;
}
.lh-30{
    line-height: 30px;
}