/*觅知博客  www.98dou.cn*/

.swiper-pagination-bullet {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    background-color: initial;
}



.focusswiper_nav_slide {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    cursor: pointer
}

.focusswiper_nav_slide h2 {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active h2 {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;/*移动到字体大小*/
    margin-bottom: 5px;
}

.nav_index {/*序号*/
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    background: hsla(0,0%,100%,.15);
}

.focusswiper_sub_title {
    display: none;
    font-size: 14px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .sub_title {
    display: block;
    font-size: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .focusswiper_nav_slide {
    background: rgba(36,165,255,.30196078431372547);
    height: 100%;
}

.nav_index_1 {
    background: #fd537f
}

.nav_index_2 {
    background: #f2a20c
}

.nav_index_3 {
    background: #148aff
}

.header-content .nav a,.header-content .slogan ,.header-content .nav-menu-items li i {
    color: #fff7f7;
}

.header-content.header-bg .nav a ,.header-content.header-bg .slogan,.header-content.header-bg .nav-menu-items li i {
    color: #6d6d6d;
}

@media (max-width: 1200px) {
    .swiper-pagination {
        display: none!important;
    }

    .focus_leftshode,.focus_rightshode {
        width: 00px;
    }

    .focus_topshode,.focus_bottomshode {
        height: 00px;
    }
}

@media(min-width: 899px) {
    .swiper-container {
        margin-top: -120px;
    }
}

@media(max-width: 899px) {
    .header-content .nav a ,.header-content .slogan,.header-content .nav-menu-items li i {
        color: #6d6d6d;
    }

    .swiper-container {
        padding: 0 20px;
    }
}
