body,
html {
    width: 100%;
    overflow: auto
}

#series-wrap {
    width: 100%;
    height: 100%
}

.series-header {
    width: 100%;
    height: 56%;
    position: relative;
    /*min-height: 315px*/
}

.series-tablist {
    width: 63%;
    height: 46px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.series-tablist-left {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-right: 2px
}

.tabel-left-content {
    height: 100%;
    position: relative;
    left: 1%;
    width: 100%
}

.series-tablist-left a,
.series-tablist-right div {
    float: left;
    text-align: center;
    height: 100%;
    cursor: pointer
}

.series-tablist-left a {
    margin-left: 4px;
    color: #fff;
    display: inline-block;
    background: #3c95e0;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px 5px 0 0;
    width: 10%
}

.first-count {
    margin-left: 0!important
}

.series-tablist-right div {
    width: 49%;
    background: #daf0fa
}

.table-left {
    border-right: 1px solid #b6d3e0;
    border-radius: 5px 0 0 0
}

.table-right {
    border-radius: 0 5px 0 0
}

#header-banner {
    position: relative;
    overflow: hidden
}

#header-banner>img,
.series-count-main li {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0
}

#header-banner {
    height:26.92708333vw;
}


.series-count,
.series-count-main li {
    width: 100%;
    height: 44%;
    overflow: hidden;
    position: relative
}

.direct-btn {
    width: 70%;
    height: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    margin: auto;
    z-index: 0
}

.direct-btn div {
    width: 5%;
    height: 100%
}

.direct-btn div img {
    width: 90%
}

.left-btn,
.right-btn {
    float: left;
    cursor: pointer
}

.right-btn {
    float: right
}

.series-count-main {
    width: 57%;
    height: 75%;
    margin: 20px auto;
    position: relative;
    overflow: hidden
}

.series-count-main li {
    height: 100%;
    position: absolute!important;
    top: 0
}

.animate_count,
.count-list {
    height: 100%;
    position: relative
}

.animate_count {
    top: 1%;
    left: 0;
    width: 10000px
}

.count-list {
    float: left;
    width: 260px;
    text-align: center
}

.count-image {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    display: block
}

.count-image img {
    width: 70%
}

.count-text {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 10%;
    font-size: 19px;
    color: #818181;
    margin: 0 auto;
    font-weight: 600
}

.small_active {
    background: #fff!important;
    color: #2187c2!important
}

.proname {
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.tabel-left-content a {
    font-size: 16px;
}

@media screen and (max-width:1024px) {
    .series-tablist {
        height: 36px
    }
    .series-tablist-left a {
        font-size: 12px;
        line-height: 36px
    }
    .count-image img {
        width: 81%
    }
    .count-text {
        font-size: 15px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .series-tablist {
        height: 38px
    }
    .series-tablist-left a {
        font-size: 12px;
        line-height: 38px
    }
    .count-image img {
        width: 81%
    }
    .count-text {
        font-size: 15px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .series-tablist {
        height: 36px
    }
    .series-tablist-left a {
        font-size: 14px;
        line-height: 36px
    }
    .count-image img {
        width: 68%
    }
    .count-text {
        font-size: 17px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .series-tablist {
        height: 42px
    }
    .series-tablist-left a {
        font-size: 14px;
        line-height: 42px
    }
    .count-image img {
        width: 75%
    }
    .count-text {
        font-size: 17px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .series-tablist {
        height: 46px
    }
    .series-tablist-left a {
        font-size: 16px;
        line-height: 46px
    }
    .tabel-left-content a {
        font-size: 11px;
    }
}

@media only screen and (min-width:1681px) and (max-width:1920px) {
    .series-tablist {
        height: 46px
    }
    .series-tablist-left a {
        font-size: 16px;
        line-height: 46px
    }
    .tabel-left-content a {
        font-size: 11px;
    }
}

@media only screen and (min-width:1921px) {
    .series-tablist {
        height: 48px
    }
    .series-tablist-left a {
        font-size: 18px;
        line-height: 48px
    }
    .tabel-left-content a {
        font-size: 14px;
    }
}
#header-banner img {
    height: calc(26.92708333vw - 100px);
    top: 100px;
    width: 100% !important;
    left: 0!important;
    position: absolute!important;
}

#header-banner>img {
    right: 0;
    margin: auto;
    position: absolute;
    /*height: 85%*/
}