﻿@charset "utf-8";
body {
    margin: 0;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
    line-height: 24px;
    background: #FFC810 url("../images/bjxj-2.jpg");
}

h1, h2, h3, h4, h5, h6, p, dl, dd, dt, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

input, button {
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

a {
    color: #FFC810;
    text-decoration: none;
}

a:hover {
    color: #fe6500;
    text-decoration: none;
}

ul {
    list-style: none;
}

.lf, .fl, .f-left {
    float: left;
}

.rf, .fr, .f-right {
    float: right;
}

.link {
    display: block;
    width: 100%;
    height: 100%;
}

.clearFloat {
    *zoom: 1;
}

.clearFloat:after { /*清除浮动造成的影响*/
    content: "";
    display: table;
    height: 0;
    clear: both;
    width: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.bg_b {
    background-color: #FFC810;
}

.container > .row {
    margin-bottom: 50px;
}

.container-fluid .container > .row {
    margin-bottom: 0;
}

/* padding���ҵľ��� */
.padding0 {
    padding: 0;
    padding-top: 15px;
}

.padding-lr {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-tp25 {
    padding-top: 25px;
}

.padding-tp15 {
    padding-top: 10px;
}

.padding-tp20 {
    padding-top: 20px;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

.font-14 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
}

.font-16 {
    font-size: 16px;
    line-height: 24px;
}

.font-18 {
    font-size: 18px;
    line-height: 24px;
    line-height: 40px;
    width: 60%;
    font-weight: bold;
    text-align: center;
    margin-left: 23%;
}

.margin-tp10 {
    margin-top: 10px;
}

.margin-tp20 {
    margin-top: 20px;
}

.margin0 {
    margin: 0;
}

/*2018-12-27修改头部样式*/
/* .bg_top{ width: 100%; height: 120px; background:url(../images/bg_top.jpg) no-repeat center; background-size: cover; max-width: 1920px;} */
.bg_top {
    width: 100%;
    height: 120px;
    background: #fff;
}

/* CSS Document */
.with1200 {
    max-width: 1200px;
}

.padding10 {
    padding: 0; /* padding-left:10px; *//* padding-right:10px; */
}

.padding5 {
    padding-left: 5px;
    padding-right: 5px;
}

.qukuai01 {
    border-radius: 0px;
    border: none;
    margin-top: 10px;
}

.qukuai01 .panel-heading {
    background: url(../images/qukuai_bg_01.jpg) repeat-x bottom;
    height: 58px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

/*.qukuai01 .panel-heading{background:url(../images/qukuai_bg_01.jpg) repeat-x bottom;height:58px;line-height:50px;padding-top:0px;padding-bottom:0px;font-size:14px;font-weight:bold;}*/

.qukuai01 .panel-heading a {
    color: #FFF;
    margin-top: 15px;
    display: block;
}

.qukuai01 .panel-heading a:hover {
    color: #fe6500;
    text-decoration: none;
}

.qukuai01 .panel-body {
    background: #edf8fe;
    padding: 10px;
}

.qukuai02 {
    border-radius: 0px;
    border: none;
}

.qukuai02 .panel-heading {
    border-top: 1px solid #9dcde7;
    border-left: 1px solid #9dcde7;
    border-right: 1px solid #9dcde7;
    border-bottom: none;
    background: none;
    height: 10px;
    border-radius: 0;
}

.qukuai02 .panel-body {
    border-left: 1px solid #9dcde7;
    border-right: 1px solid #9dcde7;
    border-bottom: 1px solid #9dcde7;
    border-top: none;
}

.icons_big {
    padding-left: 10px;
    padding-right: 10px;
}

.icons_big a {
    font-size: 16px;
    font-weight: bold;
    color: #FFC810;
}

.icons_big a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #fe6500;
}

.icons_big a span {
    font-size: 48px;
    color: #FFC810;
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    display: inline-block;
    width: 80px;
    height: 80px
}

.icons_big a:hover span {
    font-size: 48px;
    color: #fe6500;
}


/*头部通用*/
#haslogin {
    height: 28px;
    line-height: 28px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid;
    background-color: #FFC810;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    position: relative;
    z-index: 100;
}

#haslogin a {
    color: #fe6500;
}

.head-1-left {
    margin-left: 50px;
}

.head-1-left li {
    float: left;
    text-align: center;
    width: 63px;
    height: 28px;
    line-height: 28px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right: 5px;
    /*border-bottom: 1px solid ;*/
    background-color: #FFC810;
    font-size: 12px;
    /*color: #fff;*/
    box-shadow: 0 5px 5px #ccc;
}

.head-1-left a {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.head-1-left a:hover {
    color: #fffea3;
}

.head-1-right {
    margin-top: 23px;
    margin-right: 50px;
}

/*.head-1-right{
  margin-top: 70px;
  margin-right: 50px;
}*/

/*nav*/
.nav_bg {
    background-color: #FFC810;
    height: 40px;
}

/*.nav_bg{
  background-color: #db2828;
  height: 40px;
}*/
.nav_left {
    float: left;
    margin-left: 55px;
}

.nav_right {
    float: right;
    margin-right: 55px;
}

.nav_left li {
    float: left;
    line-height: 40px;
    margin-right: 24px;
}

.nav_right li {
    float: left;
    line-height: 40px;
    margin-left: 24px;
}

.nav_left li a, .nav_right li a {
    color: #fff;
}

.header_img {
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -108px;
}


/*--------导航-------*/
.nav_big {
    width: 100%;
    position: relative
}

.nav_box {
    width: 100%;
}

nav {
    height: 40px;
    color: #fff;
    overflow: hidden;
    display: block;
}

nav .nav {
    margin-left: 55px;
}

nav .nav a {
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    float: left;
    margin-left: 25px;
}

nav .nav a:hover {
    background-color: #5d5551;
    border-radius: 3px;
}

nav .nav a:nth-child(5) {
    margin-left: 300px;
}


.naven {
    width: 1000px;
    height: 50px;
    background-image: url(../images/nav_bg.png);
    margin: auto;
    color: #fff;
    overflow: hidden;
}

nav .naven {
    margin-left: 21px;
}

nav .naven a {
    color: #fff;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    margin: 11px 13px 10px 10px;
    font-weight: bold
}

nav .naven a:hover {
    background-color: #5d5551;
    border-radius: 3px;
}

/*----------二级菜单-----------*/
.show {
    display: block;
}

.hidden {
    display: none;
}

.nav_twce_box {
    position: absolute;
    height: 120px;
    z-index: 99;
}

.nav_twce {
    line-height: 25px;
    width: 1150px;
    height: 120px;
}

.nav_twce a {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.nav_twce li a {
    background-color: #333;
    float: left;
    width: 80px;
    margin-left: 55px;
    text-align: center;
}

.nav_twce a:hover {
    color: #e45136;
    background-color: #e4d1d8;
    border-radius: 3px;
}

.banner {
    line-height: 40px;
    cursor: pointer;
}

.banner ul li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.banner ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 28px 10px 28px;
}

.banner ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #35b0fb;
    padding: 10px 28px 10px 28px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 98px;
}

/*.banner ul li a:hover {
  color:#fff;
  text-decoration:none;
  background:#ff4141;
  padding:10px 28px 10px 28px;
  background-image:url(../images/arrow.gif);
  background-repeat:no-repeat;
  background-position:98px;
}*/
.banner ul li a.chanel:hover {
    color: #fff;
    text-decoration: none;
    background: #0081CC;
    padding: 15px 28px 15px 28px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 115px;
}

.banner ul li a.normal:hover {
    color: #fff;
    text-decoration: none;
    background: #0081CC;
    padding: 15px 28px 12px 28px;
}

/*.banner ul li a.normal:hover {
  color:#fff;
  text-decoration:none;
  background:#ec3f3f;
  padding:15px 28px 12px 28px;
}*/

.memu-pub {
    display: none;
    position: absolute;
    width: 530px;;
    z-index: 1000;
    background-color: #0081CC;
}

.nav2 .memu-pub {
    right: 0;
}

.memu-pub img {
    width: 100%;
}

.menu-down dl {
    margin: 10px 3px;
    font-size: 14px;
}

.menu-down dl dt {
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 0;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 126px;
}

.menu-down dl dd {
    line-height: 28px;
}

.per33 {
    width: 33%;
}

.per25 {
    width: 24.8%
}

.display-b {
    display: block !important;
}

.display-n {
    display: none !important;
}

.menu-down a.menulink {
    margin-left: -23px;
}

.menu-down a.menulink:link {
    background: transparent;
    color: #FFF;
    margin-left: -23px;
    text-decoration: none;
    cursor: pointer;
}

.menu-down a.menulink:hover {
    background: transparent;
    color: #fffea3;
    margin-left: -23px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.getmore {
    background-image: url(../images/getmore.jpg);
    background-repeat: no-repeat;
    height: 60px;
    padding-top: 8px;
    margin-top: 10px;
    background-position: 165px 0px;
}

.getmore a.more:link {
    background: transparent;
    margin-right: 22px;
    text-decoration: none;
}

.getmore a.more:hover {
    text-decoration: none;
    font-weight: bold;
}

.menu-down {
    font-size: 14px;
    float: left;
    width: 270px;
    margin-bottom: 20px;
}

/*日历样式替换*/
.jalendar-wood {
    overflow: inherit !important;
}

.jalendar .days {
    margin: 0;
    font-size: 16px;
}

.jalendar .jalendar-wood .days .day {
    border: 0;
    padding: 0;
    margin: 0;
    height: 23px;
    color: #6096b8;
    line-height: 23px;
}

.jalendar-pages > .header .day-names {
    margin: 0;
}

.jalendar {
    margin: 0 auto;
}

.jalendar .jalendar-wood .days .today {
    background-color: #d16f8d;
    color: #fff;
!important;
}

.jalendar .jalendar-wood .days .selected {
    background-color: #FFC810;
}

.jalendar .jalendar-wood .days .selected, .jalendar .jalendar-wood .days .selected:hover {
    color: #FFF;
}

.jalendar-pages > .header {
    background-color: #fff;
    box-shadow: none;
}

.jalendar-pages > .header h1 {
    color: #6096b8;
    text-shadow: none
}

.jalendar-pages > .header h2 {
    color: #6096b8;
    text-shadow: none;
    background: none;
}

.jalendar .wood-bottom {
    display: none;
}

.jalendar .events .event-single .details .erase {
    width: 87px;
}

.jalendar .add-event {
    background: #FFC810;
    border: 0;
    padding-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
}

.jalendar .add-event h3 span {
    background: #FFC810;
    color: #fff;
    text-shadow: none;
}

.jalendar .events {
    min-width: 280px;
}

/*列表样式*/
.list_d li, .z_list li {
    margin-bottom: 10px;
}

.list_d a, .z_list a {
    color: #333;
}

.z_list a.txt_over {
    display: inline-block;
    width: 70%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_d a:hover, .z_list a:hover {
    color: #fe6500;
}

.z_list li > b, .list_d b {
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000;
    /* margin: 9px 5px 0; */
    margin: 5px 5px 0;
}

.jalendar .events .event-single p {
    font: 14px "Microsoft YaHei";
    color: #fff;
}

/*footer*/
.footer_top a {
    color: #fff;
    font-size: 14px;
}

.footer_top ul li {
    text-align: center;
}

.footer_top ul a {
    display: inline-block;
}

/* .footer_top ul a:hover{
  color: #840000;
} */
.foot_list_1 {
    font-weight: bold;
    margin-bottom: 10px;
}

/*-----底部------*/
.foot_box {
    height: 220px;
}

.foot {
    font-size: 14px;
    padding-top: 20px;
    overflow: hidden;
}

.foot .mune {
    margin-top: 10px;
    margin-bottom: 5px;
}

.foot .mune li {
    color: #9e9e9e;
    float: left;
    margin: 0 5px;
}

.foot .mune li a {
    color: #9e9e9e;
}

.foot .sreach {
    font-size: 14px;
}

.foot .sreach li {
    color: #9e9e9e;
    float: left;
    margin: 0 5px;
    line-height: 35px;
}

.foot .sreach select {
    width: 276px;
    height: 39px;
    border: none;
    outline: none;
}

.foot .call {
    margin-top: 50px;
}

.foot .call li {
    font-size: 13px;
    color: #9e9e9e;
    float: left;
    margin: 0 5px;
    line-height: 25px;
}

.foot .img {
    margin-top: 20px;
}

.foot .img li {
    color: #9e9e9e;
    float: left;
    margin: 0 5px;
    line-height: 25px;
    text-align: center
}

.main_left {
    width: 850px;
    background-color: #fff;
    padding: 30px 20px;
    float: left;
    height: 100%;
}

/*二级页面*/
.left_title {
    font-size: 20px;
    color: #FFC810;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFC810;
    margin-bottom: 20px;
}

.left_title span {
    font-size: 16px;
    background-color: #FFC810;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.left_cont {
    font-size: 14px;
}

.left_cont a {
    color: #333;
}

.left_cont .thumbnail {
    float: left;
    width: 178px;
    /*height: 178px;!important*/
    height: 248px;
    margin-left: 20px;
}

.left_cont a:hover {
    color: #fe6500;
}

.list_more {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.list_more a {
    color: #FFC810;
}

.text-c-3 a {
    color: #333;
}

.text-c-3 a:hover {
    color: #fe6500;
}

.text-c-b a {
    color: #FFC810;
}

.text-c-b a:hover {
    color: #fe6500;
}


/*新闻列表页*/
.listinfo {
    margin-bottom: 10px;
}

.listinfo .neikuang {
    border: 1px solid #FFC810;
    background-color: #f9f8f6;
}

.listinfo .biaoti:hover {
    color: #fe6500;
}

.listinfo .biaoti {
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFC810;
    /* padding: 10px 30px 20px 20px; */
    padding: 10px 50px 10px 20px;
}

.listinfo .riqi {
    display: block;
    width: 42px;
    /* height: 37px; */
    height: 50px;
    background: #FFC810;
    line-height: 18px;
    color: #FFF;
    padding: 3px;
    font-size: 12px;
    margin-left: 3px;
}

.listinfo .riqi b {
    line-height: 20px;
}

/*分页*/
#fenye {
    clear: both;
    margin: 15px;
    height: 37px;
    text-align: right;
}

#fenye a {
    width: 37px;
    text-decoration: none;
    font-size: 14px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    float: left;
    color: #666;
    margin-left: 5px;
    border: 1px solid #eaeaea;
    background: #f5f5f5
}

#fenye .prev, #fenye .next {
    text-align: center;
}

#fenye .next {
    width: 80px
}

#fenye .prev, #fenye {
    margin-top: 8px
}

#fenye a.curr {
    color: #FFC810;
    border-color: #FFC810
}

#fenye a.num {
    width: 37px;
}

#fenye span {
    line-height: 30px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif
}

#fenye span#totalpage {
    padding-left: 0px
}

.fenye table {
    margin: 0 auto;
}

#fenye a:hover {
    color: #FFC810;
    border-color: #FFC810;
}

.icon_jm {
    display: inline-block;
    position: absolute;
    background: url("../images/icon_jm.png");
    width: 16px;
    height: 100%;
    top: 0;
    left: 16px;
}

/*侧边为你推荐*/
.img_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 200, 16, .8);
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 7px 0 0 10px;
}

.img_bottom p {
    margin-bottom: 7px;
}

.img_bottom span {
    font-size: 18px;
    font-family: Impact;
}

/*内容页*/
.border-dashed-bottom {
    /*border-bottom: 1px dashed #d2d2d2;*/
}

.border-solid-bottom {
    border-bottom: 1px solid #d2d2d2;
}

/*演艺群星*/
.yyqx_name {
    background-color: #FFC810;
    color: #fff;
    position: absolute;
    left: 4px;
    bottom: 61px;
    line-height: 35px;
    display: block;
}

/*大事件*/
.no_border {
    border: 0;
}

.no_box {
    box-shadow: none;
}

.no_font_w {
    font-weight: inherit;
}

.border10 {
    border: 10px solid #f1f1f1;
    border-radius: 0;
}

.color_b {
    color: #FFC810;
}

.time_box {
    border-radius: 0;
    border-left: 2px solid #FFC810;
    padding-left: 0;
    background-color: transparent;
}

.time_title {
    position: relative;
    left: -7px;
}

.time_t_tit {
    font-size: 18px;
    line-height: 40px;
    color: #FFC810;
}

.time_t_cont {
    font-size: 14px;
}

/*剧院介绍*/
.jyjs_list li {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #FFC810;
}

.jyjs_list li a {
    border-radius: 0;
}

/*星光灿烂内容页*/
.tabs_title li {
    border-top: 1px solid #ddd;
}

ul.tabs_title > li.active {
    border-top-color: #FFC810;
}

.tabs_title li a, .tabs_title li a:hover {
    border-right: 1px solid #ddd;
    margin-right: 0;
    border-radius: 0;
}

ul.tabs_title > li.active > a, .tabs_title li.active a:hover {
    border-left-color: transparent;
    border-top-color: #FFC810;
}

ul.tabs_title > li.active > a:focus {
    border-left-color: transparent;
    border-top-color: #FFC810;
}

ul.tabs_title > li > a:focus {
    outline: none;
}

.j_title {
    border-left: 2px solid #FFC810;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 10;
}

.j_cont {
    border-top: 1px dashed #ccc;
    padding-top: 25px;
    margin-bottom: 25px;
}

.img_b {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.img_b p {
    text-align: center;
    color: #fff;
}

/*剧目详情页*/
ol.zhishiqi {
    width: auto;
    margin-left: 0;
    left: initial;
    right: 15px;
}

ol.zhishiqi > li {
    width: 20px;
    height: 20px;
    text-indent: 0;
    background-color: #ccc;
    line-height: 19px;
    border: 0;
    margin: 0 10px 0 0;
}

ol.zhishiqi > li.active {
    width: 20px;
    height: 20px;
    background-color: #FFC810;
    color: #fff;
    border: 0;
    margin-right: 10px;
}

ul.jumu_list > li {
    padding: 5px 0;
    color: #FFC810;
}

ul.jumu_list > li b {
    color: #333;
    font-weight: normal;
}

ul.jumu_list > li h4 {
    font-weight: bold;
}

.ticket {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #FFC810;
}

.ticket:hover {
    text-decoration: none;
    color: #fe6500;
}

.score {
    background: url(../images/starky.png) repeat-x;
    width: 60px;
    height: 12px;
    position: relative;
    float: left;
    margin-top: 8px;
}

.score p {
    background: url(../images/starsy.png) repeat-x;
    left: 0;
    height: 12px;
    width: 60px;
}

.score_num {
    color: #ffac2d;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px
}

/*精彩视频*/

.fenlei ul span {
    display: block;
    font-size: 16px;
    color: #8b8a8a;
}

.fenlei ul a {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.fenlei ul a.curr {
    color: #FFC810;
}

.play {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    line-height: 40px;
    height: 40px;
}

.play span {
    background-color: #FFC810;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    top: 0;
    margin-right: 20px;
}

/*重写*/
.thumbnail .caption {
    padding: 9px 0;
}


/* 二维码 */
.qrCode  {
    position: absolute;
    top: -19px;
    right: -128px;
    width: 100px;
    height: 100px;
}

.qrCode img {
    width: 100px;
    height: 100px;
}

.qrCode p {
    font-size: 14px;
    text-align: center;
    margin-top: -5px;
}