a,
ul,
li {
    list-style: none;
}
#products{
    justify-content: center;
}
.hd-slider {
    margin: 0;
    height: 500px;
    background: #2472fb;
}

.slider-head-font {
    color: white;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
}

.case-content {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}

.case-nav {
    margin-top: 20px;
    padding-left: 20px;
}

.case-pagination {
    margin-top: 40px;
    margin-bottom: 120px;
}

.pagination {
    justify-content: center;
}

.nav-link {
    color: #8593AA;
}

.grid-filter li{
    cursor: pointer;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #2472fb;
    background: none;
}


.grid-filter li a:hover {
    color: #3090FF;
}

.activeFilter a {
    color: #FFF;
    background-color: #3090FF;
    margin: 0;
    font-weight: bold;
}

/* tab切换焦点 */
.dev-type.current{
    background-color:#3090FF;
    color:white;
}
