@charset "utf-8";
/* 售票前临时隐藏 */
.main_list_shop_but .but01 {
    display: none;
}

.main_listb_shop_but .but01 {
    display: none;
}

.main_box_r_gp {
    display: none;
}


.hide {
    display: none;
}

.fl {
    float: left;
}

.cb {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}


/* 首页轮播图 start */
.slideBox {
    height: 430px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 12px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: url(../images/slide/jdi5_11837_1410221.png) no-repeat;
    float: left;
    margin-right: 2px;
    width: 11px;
    height: 10px;
    padding-left: 10px;
    overflow: hidden;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: url(../images/slide/jdi4_11837_1410222.png) no-repeat;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    height: 430px;
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1240px;
    height: 430px;
    display: block;
}

.slideBox .bd .tpc1 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    background: url(../images/slide/jdi6_11837_1410221.png) repeat;
    width: 960px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px;
}

.slideBox .bd .tpc1 a {
    color: #fff
}

.slideBox .prev {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 163px;
    cursor: pointer;
    display: none;
    background: url(../images/slide/left_11837_1410221.png) no-repeat;
    width: 44px;
    height: 50px;
}

.slideBox .next {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 163px;
    cursor: pointer;
    display: none;
    background: url(../images/slide/right_11837_1410221.png) no-repeat;
    width: 44px;
    height: 50px;
}


/*形象圖輪播*/
.mainImg {
    /*min-width: 1142px;*/
    margin: 0 0 0 0;
    padding: 0;
    height: 820px;
}

.fullImg {
    width: 100%;
    min-width: 1142px;
    height: 820px;
}

.fullImg p {
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    width: 70px;
    height: 90px;
    z-index: 10;
}

.fullImg span.video {
    background: url(../images/slide/icon_play.png) no-repeat 0 0;
    width: 250px;
    height: 250px;
    float: left;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 58%;
    left: 40%;
}

.mainImg .arrow-prev {
    background: url(../images/slide/icon_homeArrows.png) no-repeat 0 0;
    width: 70px;
    height: 90px;
    left: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.mainImg .arrow-prev:hover {
    background-position: 0 -90px;
    left: 0;
}

.mainImg .arrow-next {
    background: url(../images/slide/icon_homeArrows.png) no-repeat -70px 0;
    width: 70px;
    height: 90px;
    right: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.mainImg .arrow-next:hover {
    background-position: -70px -90px;

}

.featured-slideshow-frame {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
}

.main-cyclelft {
    left: 0px;
    top: 50%;
}

.main-cyclert {
    right: 0px;
    top: 50%;
}

.featured-slideshow-frame > div {
    background-color: ;
    position: absolute;
}

.bx-pager {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.bx-pager .pager-link {
    width: 11px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    text-indent: -999em;
    background: url(../images/slide/jdi5_11837_1410221.png);
}

.bx-pager .pager-active {
    background: url(../images/slide/jdi4_11837_1410222.png);
}

/* end */

.header_nav {
    padding-top: 50px;
}

/* 菜单级联 start */
#nav {
    z-index: 9999;
    padding-left: 20px;
}

#nav li {
    position: relative;
}


/* main level link */
#nav a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 13px;
}

#nav > li > a {
    padding: 8px 0px;
}

/* main level link hover */


/* sub levels link hover */
#nav ul a {
    color: #000;
}

#nav ul li:hover {
    background: #dcc12c;
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}

/* level 2 list */
#nav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 140px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9999;
    background: #ededed;
}

#nav ul li {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#nav ul a {
    font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
    background: #baafb3;
    left: 140px;
    top: 0px;
}

#nav ul ul a {
    color: #fff;
}

#nav > li > a {
    font-size: 15px;
    line-height: 20px;
}

/* end */

.logo a img {
    width: 145px;
    height: 430px;
}

.navfont2 a {
    color: #fff;
}

.navfont1 a {
    color: #e3c728;
}

.navfont1 > i, .navfont2 > i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 5px;
}

.navfont1 > i {
    background: url('../images/pic_04.png');
}

.hot_title_font1 span {
    display: inline;
}

.main_list .sep {
    float: left;
    width: 50px;
    height: 130px;
}

.Rmain_list .Rsep {
    float: left;
    width: 45px;
    height: 130px;
}

.but01, .but02 {
    text-align: center;
}

.but01 {
    background: url(../images/btn-bg1.png) no-repeat;
}

.but02 {
    background: url(../images/btn-bg2.png);
}

.main_list_shop_but {
    float: right;
    margin-left: 0px;
}

.main_news .main_news_item {
    margin-top: 20px;
}

.Rmain_news .Rmain_news_item {
    margin-top: 20px;
}

.main_news_content {
    height: auto;
}

.main_news_words a {
    color: #fff;
}

.main_microblog_ifm {
    min-height: 200px;
    margin-top: 5px;
}

.search input {
    padding-left: 25px;
    width: 142px;
}

/* 回到顶部 */
.tt-fixBox {
    width: 50px;
    position: fixed;
    z-index: 5;
    right: 35px;
    bottom: 50px;
}

.tt-fixBox .fixBoxUl {
    width: 50px;
    position: relative;
}

.tt-fixBox .fixBoxUl li {
    width: 50px;
    height: 50px;
}

.tt-fixBox .fixBoxUl li a {
    display: block;
    width: 28px;
    height: 42px;
    padding: 8px 11px 0;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    background: url(../images/back2top.png) 0 0 no-repeat;
}

.tt-fixBox .fixBoxUl li .goTop {
    background-position: 10px 10px;
}

.tt-fixBox .fixBoxUl li a:hover {
    background: transparent;
}

.tt-fixBox .fixBoxUl li a .hv {
    display: none;
}

.tt-fixBox .fixBoxUl li a:hover .hv {
    display: inline-block;
}

.bottom4 .bottom_link4 a {
    color: #fff;
}

.bottom4 .bottom_link4 .wechat-icon i {
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/wechat.png)
}

.bottom4 .bottom_link4 .wechat-icon:hover i {
    background: url(../images/wechat.png);
}

.bottom4 .wechat-icon {
    position: relative;
}

.bottom4 .wechat-icon .qrcode-b {
    display: none;
    position: absolute;
    top: -95px;
    left: -10px;
}

.bottom4 .wechat-icon:hover .qrcode-b {
    display: block;
}

.bottom4 .bottom_link4 .weibo-icon i {
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/weibo.png)
}

.bottom4 .bottom_link4 .weibo-icon:hover i {
    background: url(../images/weibo.png);
}

.bottom4 .weibo-icon {
    position: relative;
}

.bottom4 .weibo-icon .qrcode-b {
    display: none;
    position: absolute;
    top: -95px;
    left: -10px;
}

.bottom4 .weibo-icon:hover .qrcode-b {
    display: block;
}



.bottom4 .bottom_link4 .ig-icon i {
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/ig.png)
}
/*
.bottom4 .bottom_link4 .ig-icon:hover i {
    background: url(../images/ig.png);
}
*/
.bottom4 .ig-icon {
    position: relative;
}

.bottom4 .ig-icon .qrcode-b {
    display: none;
    position: absolute;
    top: -95px;
    left: -10px;
}

.bottom4 .bottom_link4 .fb-icon i {
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/fb.png)
}
/*
.bottom4 .bottom_link4 .fb-icon:hover i {
    background: url(../images/fb.png);
}
*/
.bottom4 .fb-icon {
    position: relative;
}

.bottom4 .fb-icon .qrcode-b {
    display: none;
    position: absolute;
    top: -95px;
    left: -10px;
}


/* 演出列表 start */
.main_box .main_box_list .main_list_b .main_list_b_title a {
    color: #fff;
}

/* end */

/* 演出详细 start */
.ticketbox_img img {
    max-width: 275px;
    max-height: 356px;
}

.detailedbox_nav li a {
    display: block;
    color: #000;
}

.detailedbox_nav li.dnav2 a {
    color: #fff;
}

.detailedbox_con .pro-yc-cont span {
    display: inline;
}

.pro-ycnr-l {
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
}

.pro-ycnr-r {
    font-size: 12px;
    font-weight: bold;
}

.pro-yc-cont p {
    line-height: 150%;
    word-wrap: break-word;
    word-break: break-word;
}

.on-sale .ticketbox_img {
    width: 100%;
}

/* end */

/* 公告、媒体报道 start */
/* 客户说公告和媒体报道太近 */
.newsr .newsr-2 {
    margin-top: 30px;
}

/* 客户说媒体报道离底边太近 */
.newsr {
    padding-bottom: 180px;
}

/* end */

/* 单页面样式 start */
.content1_word {
    padding: 0 0 10px 0;
    min-height: 400px;
}

.content1_attachments {
    width: 785px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.content1_attachments ul li a {
    color: #e3cd55;
}

.content1_attachments ul li {
    padding: 5px 0;
}

/* end */

/* 会员专区样式start */
#qnaContents {
    padding: 10px 13px 0;
    margin: 20px 0;
}

.qna {
    padding: 5px 0 25px;
}

.qna .hd {
    position: relative;
    padding-left: 23px;
    zoom: 1;
}

.qna_a {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 1px 0 0 -23px;
    line-height: 0;
    font-size: 0;
    text-indent: -999em;
    background: url(../images/ucenter_sprite-x.png) left -390px;
}

.qna .hd h3 {
    margin: 0;
    font-size: 14px;
}

.qna .bd {
    padding: 12px 0 0 23px;
    font-size: 12px;
    color: #666;
    line-height: 160%;
}

.qna_q {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 3px 0 0 -23px;
    line-height: 0;
    font-size: 0;
    text-indent: -999em;
    background: url(../images/ucenter_sprite-x.png) left -403px;
}

.qna .bd p {
    margin: 0px;
}


/* end */

/* 浏览器宽度小于1300的场合 */
.w1280 .wrap, .w1280 .container {
    width: 1260px;
}

.w1280 .logo {
    width: 150px;
    padding-top: 95px;
    padding-left: 20px;
}

.w1280 .main {
    width: 1090px;
}

.w1280 .main_box_l {
    width: 635px;
}

.w1280 .main_hot {
    width: 635px;
}

.w1280 .slideBox .bd img {
    width: 1090px;
}

.w1280 .main_box_r_gp img {
    width: 130px;
    height: 35px;
}

.w1280 .main_box_r_wx img,
.w1280 .main_box_r_wap img {
    width: 125px;
    height: 125px;
}


.w1280 .main_hot_title {
    line-height: 35px;
    font-size: 24px;
}

.w1280 .hot_title_font1 {
    width: 440px;
}

.w1280 .hot_title_font2 {
    width: 440px;
}

.w1280 .main_hot_title img {
    left: 380px;
}

.w1280 .main_list_a {
    width: 292px;
    height: 225px;
}

.w1280 .main_list_a img {
    width: 292px;
    height: 170px;
}

.w1280 .main_list_shop {
    width: 292px;
}

.w1280 .main_news {
    width: 635px;
}

.w1280 .main_news_img {
    width: 290px;
    height: 170px;
}

.w1280 .main_news_img img {
    width: 290px;
    height: 170px;
}

.w1280 .main_news_content {
    width: 295px;
    height: 170px;
}

.w1280 .main_news_title {
    width: 295px;
}

.w1280 .main_box_c {
    width: 265px;
}

.w1280 .main_date {
    height: 215px;
}

.w1280 .main_box_r {
    width: 130px;
}

.w1280 .bottom {
    width: 1260px;
}

.w1280 .bottom_logo {
    left: 222px;
}

.w1280 .bottom_name {
    left: 455px;
}

.w1280 .bottom_link {
    left: 915px;
}

.w1280 .bottom2 {
    width: 1260px;
}

.w1280 .main_box_list {
    width: 750px;
}

.w1280 .main_list_b {
    width: 350px;
}

.w1280 .main_list_b .img2 {
    width: 320px;
}

.w1280 .main_box_content1 {
    width: 750px;
}

.w1280 .content1_title {
    width: 680px;
}

.w1280 .content1_img {
    width: 680px;
}

.w1280 .content1_word {
    width: 680px;
}

.w1280 .content1_attachments {
    width: 680px;
}

.w1280 .content2_title {
    width: 680px;
    font-size: 18px;
}

.w1280 .main_box_content3 {
    width: 765px;
}

.w1280 .ticketbox {
    width: 695px;
    height: auto;
}

.w1280 .ticketbox_img {
    width: 245px;
    height: 345px;
}

.w1280 .ticketbox_img img {
    max-width: 243px;
    max-height: 320px;
}

.w1280 .ticketbox_choice {
    width: 384px;
}

.w1280 .choice_but {
    margin-top: 50px;
}

.w1280 .detailedbox {
    width: 693px;
}

.w1280 .detailedbox_nav {
    width: 700px;
}

.w1280 .detailedbox_con {
    width: 678px;
}


.w1280 .memberbox {
    width: 670px;
}

.w1280 .main_box_list {
    width: 740px;
    min-height: 20px;
    padding-top: 30px;
    padding-left: 40px;
}

.w1280 .main_list_b {
    float: left;
    width: 360px;
    min-height: 210px;
}

.w1280 .main_listb_shop_number {
    padding-right: 40px;
}

.detailedbox_con p, .detailedbox_con span {
    font-family: Helvetica Neue, PingFang SC, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, STHeiti, \\534E\6587\7EC6\9ED1, sans-serif, Tahoma !important;
    font-size: 15px !important;
}

.detailedbox_con .mb10 {
    margin-bottom: 2px !important;
}

.detailedbox_con p {
    line-height: 150% !important;
}

.detailedbox_con .fl.mr10 {
    min-height: 200px;
    padding-top: 7px;
}

.logo img {
    zoom: .9
}

.header_nav {
    width: 960px !important;
}

.agreementWrapper {
    padding-bottom: 10px;
}