@charset "UTF-8";
/* all */
body, html {
    width: 100%;
}

body {
    background: #f4f4f4;
    color: #666;
    margin: 0;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    line-height: 140%;
    padding-top: 50px;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, tr, dl, dd, dt {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
}

em, i {
    font-style: normal
}

/* text */
h1 {
    font-size: 22px;
    line-height: 28px;
}

h2, h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}
a, h1, h2, h3, h4, h5, h6 {
    color: #666;
}

a:focus, a:hover, a:active {
    text-decoration: none;
    color: #FF9900;
}

.text-red {
    color: red;
}

.text-muted {
    color: #999999;
}

/* pannel */
.z-pd-0 {
    padding: 0 !important;
}

.z-pannel {
    position: relative;
    margin-bottom: 10px;
}

.z-pannel-bg {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
}

.z-pannel-box {
    padding: 10px;
}

.z-pannel-side {
    padding: 0 0 0 20px;
}

/* pannel-head */
.z-pannel_hd {
    padding: 10px;
}

.z-pannel_head {
    position: relative;
    height: 30px;
}

.z-pannel_head.active {
    height: 40px;
}

.z-pannel_head .title {
    float: left;
    margin: 0;
    padding-right: 10px;
    line-height: 24px;
}

.z-pannel_head .more {
    line-height: 30px;
}

.z-pannel_head__tab{
    padding-top: 10px;
}

.z-pannel_head__tab ul li{
    width: 32.888%;
    text-align: center;
}
/*工具*/
.z-bn {
    border: none;
}

.z-mobile .container {padding-right: 10px;padding-left: 10px;}
/*header*/


/*logo*/
.z-header__logo .logo {
    display: block;
    width: 150px;
    height: 50px;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background: url("../img/logo.jpg") no-repeat;
}

/*导航z折叠*/
.navbar-toggle{margin-top:0px; margin-bottom:0px;cursor:pointer;}
.navbar-default .navbar-toggle{ border:none}
.navbar-default .navbar-toggle:hover{
    background: none;
}
/*导航栏*/
.z-header{
    margin-bottom: 10px;
}
.z-header .navbar-nav > .active > a, .z-header .navbar-nav > .active > a:focus, .z-header .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #FF9900;
}
.z-header .navbar-nav > li > a:hover {
    color: #FF9900;
}
.z-header .navbar-nav {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.z-header .navbar-nav > li {
    display: inline-block;
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-top: 5px;
}

.z-header .navbar-nav > li a {
    font-size: 1.0em;
    padding-left: 0;
    padding-right: 0;
    border-radius: 4px;
}

.z-header .navbar-nav > li a {
    border: 1px solid #e7e7e7;
    background-color: #e7e7e7;
}

.z-header .navbar-nav > li a:hover {
    background-color: #f90;
    color: #FFF
}

.z-header .z-menu{
    padding: 8px 10px 0 10px;
    margin-right: 0px;
    float: right;
}

#z-menu{
    padding-bottom: 10px;
}
/*submenu*/
.z-submenu {
    height: 50px;
    background: #ff9900;
    box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
    margin: 10px 10px;
    border-radius: 5px;
    overflow: hidden;
}

.z-submenu ul {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.z-submenu ul li {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.z-submenu ul li a {
    display: block;
    padding: 0;
    line-height: 50px;
    color: #fff;
}

.z-submenu ul li.active a {
    background-color: #ff8800;
}

/*z-slide*/
.z-slide{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.z-slide img{
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
}

.z-slide_pic{
    position: relative;
    display: block;
    background: url(../img/load_w.gif) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.z-slide_text h2{
    margin-top: 0;
}
.swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    margin: 0 2px;
    background: #333;
    border-radius: 0
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff6600;
}
.swiper-button-next,.swiper-button-prev,.player-shrink{width:20px;height:50px;line-height:50px;text-align:center;background-size:auto;border-radius:2px}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:0;background:0 0;background-color:rgba(0,0,0,.6)}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:0;background:0 0;background-color:rgba(0,0,0,.6)}
.swiper-button-next .glyphicon,.swiper-button-prev .glyphicon{font-size:12px;color:#fff}

/*图片列表*/
/*pic list*/
.z-pic_list [class*=col-],.z-type [class*=col-]
{
    padding: 5px;
}

/*专题pic*/
.z-spic {
    padding-top: 50% !important;
}

.z-pic{
    position: relative;
    display: block;
    padding-top: 140%;
    background: url(../img/load.gif) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.z-pic_list .z-pic .z-type{
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    /*z-index: 3;*/
    background: #7A7B7D;
    background: rgba(0,0,0,.6);
    text-shadow: none;
}

.z-pic_list .z-pic .z-status{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
    font-size: 12px;
    color: #fff;
}

.z-pic_list .z-pic .z-ranking{
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 8px;
    border-radius: 0 0 8px 0;
    z-index: 99;
    font-size: 12px;
    background: linear-gradient(to right,#ff850b 0,#ff5945 100%);
    color: #FFF;
}

.z-pic_list .title{
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 10px 0;
}

.z-pic_list .z-pic:hover{
    opacity:0.8;
    filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
    /*filter: brightness(115%) saturate(110%) contrast(105%);*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*z-pannel_head__tab*/
.z-pannel_head__tab>ul li.active>a, .z-pannel_head__tab>ul li.active>a:focus, .z-pannel_head__tab>ul li.active>a:hover {
    color: #fff;
    background-color: #FF9900;
}

/*面包屑*/
.breadcrumb{
    background-color: #fff;
    margin-bottom: 0px;
}
/**footer**/
.z-footer_nav {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.z-footer_nav a {
    margin: 0 10px;
    float: none;
}
.box-footer{
    padding: 10px 0px;
}

/*索引筛选*/
.z-list_type ul{
    padding: 10px 0 0;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.z-list_type li{
    display: inline-block;
    float: none;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

.z-list_nav{
    height: 30px;
}

.z-list_nav > li{
    float: left;
    margin-top: 5px;
    margin-right: 30px;
}

.z-list_nav > li > a {
    padding-bottom: 12px;
    font-size: 16px;
}

.z-list_nav > li.active > a {
    border-bottom: 2px solid #FF9900;
    color: #FF9900;
}
.clearfix > li > a.active{
    border-bottom: 2px solid #FF9900;
    color: #FF9900;
}
/*搜索页*/
.list-group {
    margin: 0;
!important;
}

.z-search-bar .list-group-item {
    border: 0;
    text-align: center;
    margin-bottom: 5px;
}

.z-search-bar .list-group-item.active, .z-search-bar .list-group-item:hover {
    background-color: #FF9900;
    color: #ffffff;
}

.z-search-list {
    padding: 10px 0;
    margin: 5px 0;
    border-bottom: dotted 1px #e6e6e6;
}

/*分页*/
.z-pager {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}

.z-pager a, .z-pager em {
    height: 50px;
    margin-left: 10px;
    color: #999;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 5px 15px;
    border-radius: 4px;
}

.z-pager span{
    height: 50px;
    margin-left: 10px;
    color: #FFFFFF;
    background: #FF9900;
    border: 1px solid #eeeeee;
    padding: 5px 15px;
    border-radius: 4px;
}

.z-pager a:hover {
    height: 50px;
    margin-left: 10px;
    color: #ffffff;
    background: #FF9900;
    padding: 5px 15px;
    border-radius: 4px;
}

.z-pager strong {
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    line-height: 50px;
    vertical-align: top;
    font-weight: normal;
}

.z-pager em.first {
    text-indent: 12px;
    background: 0px -1892px no-repeat #fafafa;
}

.z-pager em.last {
    text-indent: 12px;
    background: 0px -1917px no-repeat #fafafa;
}

.z-pager a.first {
    width: 55px;
    text-indent: 12px;
    background: 0px -1831px no-repeat;
}

.z-pager a.last {
    width: 55px;
    text-indent: 12px;
    background: 0px -1857px no-repeat;
}

.z-pager a.prev {
    width: 55px;
}

.z-pager a.next {
    width: 55px;
}

.z-pager a.first:hover {
    background: 0px -1952px no-repeat #0083ce;
    color: #fff;
}

.z-pager a.last:hover {
    background: 0px -1974px no-repeat #0083ce;
    color: #fff;
}

.z-pager a.prev:hover {
    background-color: #daa520;
    color: #fff;
}

.z-special .z-special_img img {
    height: 100%;
    overflow: hidden;
}

.z-special .z-special_text {
    margin-top: 20px;
    height: 160px;
    overflow: auto;
}

/*内容页*/
.z-vod-info h1{
    font-size: 18px;
    margin: 10px 0;
    padding: 0 10px;
}

.z-vod_info li{
    padding: 5px 0;
    overflow: hidden;
}
.z-vod_info li a {
    margin-right: 10px;
}

/*playlist 播放组列表*/
.z-playlist{
    padding: 10px 0;
}
.z-playlist ul li.z-btn{
    width: 100%;
}
.z-playlist ul li {
    float: left;
    padding: 10px 7px 0 0;
    width: 25%;
}

.z-playlist ul li a{
    background-color: #fff;
    color: #999;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.z-playlist ul li a:hover , .z-playlist ul > li.active > a {
    color: #fff;
    background: #ff6600;
}

/* texe_list */
.on {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    background-color: #EEEEEE;
    margin-right: 10px;
}

.on1 {
    background-color: #FF4A4A;
    color: #FFFFFF;
}

.on2 {
    background-color: #FF7701;
    color: #FFFFFF;
}

.on3 {
    background-color: #FFB400;
    color: #FFFFFF;
}

.z-texe_list li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.z-texe_list li:last-child {
    margin-bottom: 0;
}

/*downlist*/
.downlist li{
    height: 33px;
    margin: 10px 0px;
    overflow: hidden;
    vertical-align: middle;
    line-height: 33px;
}
.downlist .down_url {
    float: left;
    display: inline;
    margin-top: 10px;
    margin-right: 10px;
}
.down_part_name {
    color: #E35000;
    font-weight: 400;
    padding-right: 10px;
    float: left;
    display: inline;
}
.z-down_btn{
    padding: 10px 0;
}
.z-down_btn .btn{
    width: 100%;
}

.downlist .btn-group .btn-default{
    width: 120px;
    height: 33px;
    text-align: center;
}
.z-vod_pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qukuai{
    font-size:16px;
}
.bomflag{
    text-align:center;
}
/*返回顶部*/
#scroll {position:fixed;top:600px;right:15px;}
.scrollItem {width:20px;height:80px;border:#e1e1e1 1px solid;cursor:pointer;text-align:center;}


@media (max-width:500px){
    .z-vod_info li {
        padding: 2px 0;
        overflow: hidden;
    }
    .z-pic_list{
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    .z-playlist ul li {
        width: 33%;
    }

}


@media (min-width: 768px){
    .z-mobile .container {width: 767px;}
    .z-mobile .navbar-header{float:none;}
    .z-mobile .navbar-header .navbar-toggle{display:block;}
    .z-mobile .navbar-collapse.collapse{ display:none;}
    .z-mobile .navbar-nav{ float:none;}
    .z-mobile .navbar-nav{ margin-bott om:8px;}
    .z-mobile .navbar-form{padding: 0;}
    .z-mobile .navbar-form .form-group{ display:block;}
    .z-mobile .navbar-form .form-control{ width: 100%;}
}
@media (max-width:767px){
    .slider-extra{right:15px;bottom:15px}
    .slider-extra li{padding:8px 0 0}
    .slider-extra li a,.slider-extra li span{width:35px;height:35px;line-height:35px;font-size:16px}
    .slider-extra li a .icon,.slider-extra li span .icon{font-size:16px}
    .slider-extra li a img{margin-top:8px;width:18px;height:18px}
}