@charset "utf-8";
/* CSS Document */
/* 公共样式 */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 auto;
    color: #333;
    font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
    position: relative;
}

input, button, textarea, select {
    font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    outline: 0;
    border: 0;
    background: none;
    color: #333;
}

input:focus, textarea:focus {
    color: #333;
}

input::-ms-clear {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

ol, ul, li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border: 0;
}

caption, th {
    font-weight: normal;
}

img {
    border: 0;
    outline: 0;
}

i, em, b, strong {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:focus {
    outline: 0;
}

img{
    vertical-align: top;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
    background-color: none;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    background-color: #cdc4c1;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

a.indexMore:hover,
.ul1 li:hover .img,
.cultureinfo .last_ul li:hover span,
.cultureinfo .last_ul li:hover span strong,
.cultureinfo .last_ul li:hover .textbox a,
.cultureinfo .last_ul li:hover .textbox p,
.cont7div .cont7ul li:hover a{
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.content{
    margin-bottom: 54px;
}

/*首页*/
/*头部*/
header {
    width: 100%;
    height: 60px;
    background: -webkit-linear-gradient(left,#c10d14,#9a0006);
    background: -moz-linear-gradient(left,#c10d14,#9a0006);
    background: linear-gradient(left,#c10d14,#9a0006);
    background: -ms-linear-gradient(left,#c10d14,#9a0006);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#c10d14, endColorstr=#9a0006);
}
header .container {
    height: 60px;
}
nav {
    width: auto;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-right: 40px;
}
#nav {
    overflow: hidden;
}
#nav li {
    float: left;
    width: 110px;
    height: 100%;
    -webkit-transition: background-color 700ms;
    transition: background-color 700ms;
}
#nav li a.navone {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    font-family: "microsoft yahei";
    line-height: 59px;
    text-align: center;
    color: rgba(255,255,255,0.9);
    -webkit-transition: color 200ms;
    transition: color 200ms;
}
#nav li a.navone.on {
    color: #fff;
}
#nav li a.navone span {
    position: relative;
    font-size: 18px;
    z-index: 9;
}
#nav li a.navone .bkg {
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 100%;
    z-index: 1;
    background-color: rgba(229,227,218,.2);
    -webkit-transition: top 200ms;
    transition: top 200ms;
}
#nav li a.navone.on .bkg, #nav li a.navone:hover .bkg {
    top: 0;
    visibility: visible;
}
#nav li .navbox{
    background: #c10d14;
    display: none;
}
#nav li .navbox a{
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
#nav li .navbox a:hover{
    background: #a30309;
}
#nav li:hover .navbox{
    display: block;
}
.searchdiv {
    height: 100%;
    float: right;
    clear: both;
}
.searchbtn {
    width: 60px;
    height: 60px;
    padding: 0 0;
    float: left;
    background-color: #c10d14;
}
.searchbtn a {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/searchicon.png) center no-repeat;
}
.logindiv {
    float: left;
    position: relative;
}
.logindiv a {
    display: block;
    width: auto;
    height: 60px;
    line-height: 34px;
    text-align: right;
    padding: 13px 0;
    font-size: 12px;
    color: #fca2a6;
    white-space: nowrap;
    overflow: hidden;
}
.logindiv a em {
    font-style: normal;
    display: inline-block;
    padding: 0 10px;
}
.logindiv a em.login {
    background: url(../images/doubleline.png) right center no-repeat;
}
.logindiv a:hover {
    color: #fff;
}
.logindiv .headpic_p {
    width: 90px;
    text-align: center;
    height: auto;
    padding: 12px 0;
    cursor: pointer;
}
.logindiv .headpic {
    display: inline-block;
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 3px;
    overflow: hidden;
    vertical-align: top;
}
.logindiv span {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    max-width: 54px;
    color: #fca2a6;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.logindiv ul {
    display: none;
    width: 100%;
    background: #c10d14;
    margin-top: 5px;
    /*position: absolute;
    left: 0;
    top: 60px;*/
    z-index: 8;
    position: relative;
}
.logindiv ul li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
}
.logindiv ul li a {
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.logindiv ul li:hover {
    background-color: rgba(229,227,218,.2);
}


.slideGroup{
    position: relative;
}
.slideGroup .parHd{
    position: absolute;
    right: 0;
    top: -78px;
}
.slideGroup .parHd ul li{
    float: left;
    font-size: 18px;
    margin-left: 40px;
    position: relative;
}
.slideGroup .parHd ul li a{
    display: block;
}
.slideGroup .parHd ul li a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 10px;
}
.slideGroup .parHd ul li a i.icon1{
    background: url(../images/icon/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon1{
    background: url(../images/icon/icon1h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon2{
    background: url(../images/icon/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon2{
    background: url(../images/icon/icon2h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon3{
    background: url(../images/icon/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon3{
    background: url(../images/icon/icon3h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon4{
    background: url(../images/icon/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon4{
    background: url(../images/icon/icon4h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon5{
    background: url(../images/icon/icon5.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon5{
    background: url(../images/icon/icon5h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon6{
    background: url(../images/icon/icon6.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon6{
    background: url(../images/icon/icon6h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon7{
    background: url(../images/icon/icon7.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon7{
    background: url(../images/icon/icon7h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon8{
    background: url(../images/icon/icon8.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon8{
    background: url(../images/icon/icon8h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon9{
    background: url(../images/icon/icon9.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon9{
    background: url(../images/icon/icon9h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon10{
    background: url(../images/icon/icon10.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon10{
    background: url(../images/icon/icon10h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon11{
    background: url(../images/icon/icon11.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon11{
    background: url(../images/icon/icon11h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon12{
    background: url(../images/icon/icon12.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon12{
    background: url(../images/icon/icon12h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li a i.icon13{
    background: url(../images/icon/icon13.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on a i.icon13{
    background: url(../images/icon/icon13h.png) no-repeat;
    background-size: 100% 100%;
}
.slideGroup .parHd ul li.on:after{
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #c10d14;
    position: absolute;
    left: 0;
    bottom: -5px;
}


.slideGroup .parBd{
    margin-top: 36px;
}
.slideGroup .parHd ul li.on{
    color: #c10d14;
}
a.indexMore{
    display: block;
    float: right;
    width: 80px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #999999;
    text-align: center;
    line-height: 30px;
    color: #999;
    margin-top: 30px;
}

/*文化资讯*/

.section1{
    height: 660px;
    padding-top: 50px;
    background: url(../images/shadowimg1.png) no-repeat right center;
}
.cultureinfo ul{
    float:left;
}
.cultureinfo  .first_ul{
    width:480px;
    padding-right:20px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.cultureinfo  .last_ul{
    width: 700px;
    float:right;
}
.cultureinfo li{
    position:relative;
    overflow:hidden;
}
.cultureinfo .first_ul li .imgbox{
    display:block;
    width:100%;
    height:230px;
    float:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
}
.cultureinfo li .imgbox img{
    width:100%;
    height:100%;
}
.cultureinfo li:hover .imgbox img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.cultureinfo li .textbox{
    overflow:hidden;
    position:relative;
}
.cultureinfo .first_ul li .textbox{
    padding: 20px 10px 19px;
}
.cultureinfo li span{
    display:block;
    width:100px;
    height:90px;
    line-height:28px;
    font-size:14px;
    color:#ccc;
    text-align:right;
    padding-right:15px;
    white-space:nowrap;
    border-right:1px solid #eee;
    position:absolute;
    left:10px;
    top:20px;
    font-family:"宋体";
    z-index:2;
}
.cultureinfo li:hover span{
    border-right:1px solid #c10d14;
    color:#c10d14;
}
.cultureinfo li:hover span{
    border-right:1px solid #c10d14;
}
.cultureinfo li span strong{
    display:block;
    font-size:30px;
    color:#999;
    font-weight:normal;
}
.cultureinfo .first_ul li span{
    height: 60px;
}
.cultureinfo li:hover span strong{
    color:#c10d14;
}
.cultureinfo .first_ul li .textbox a{
    display:block;
    padding-left:114px;
    font-size:16px;
    color:#111;
    line-height:24px;
    height:48px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cultureinfo .first_ul li:hover .textbox a{
    color:#c10d14;
}
.cultureinfo li .textbox p{
    font-size:14px;
    color:#666;
    padding-top:15px;
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cultureinfo .last_ul{
    position:relative;
}
.cultureinfo .last_ul li{
    padding: 15px 25px 0 0;
    background: #fff;
    box-shadow:  0 0 20px rgba(0,0,0,0.06);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 122px;
    margin-bottom: 17px;
}
.cultureinfo .last_ul li:last-child{
    margin-bottom: 0;
}
.cultureinfo .last_ul li .imgbox{
    display:block;
    width:120px;
    height:90px;
    float:left;
    overflow:hidden;
    margin-left:130px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.cultureinfo .last_ul li span{
    top:15px;
    left: 15px;
    padding:10px 20px 20px 0;
}
.cultureinfo .last_ul li:hover{
    background: #c10d14;
}
.cultureinfo .last_ul .textbox{
    float:right;
    width:410px;
}
.cultureinfo .last_ul .textbox a{
    font-size:16px;
    font-weight: bold;
    padding-top: 5px;
    color:#111;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.cultureinfo .last_ul .textbox p{
    padding-top:8px;
}
.cultureinfo .last_ul li:hover span,
.cultureinfo .last_ul li:hover span strong,
.cultureinfo .last_ul li:hover .textbox a,
.cultureinfo .last_ul li:hover .textbox p{
    color:#fff;
}

/*文化直播*/
.ul2{
    margin: 0 -15px;
}
.ul2 li{
    width: 33.3333333%;
    float: left;
    padding: 15px;
}
.ul2 li a{
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
.ul2 li a .imgbox{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 210px;
}
.ul2 li a .imgbox:after{
    display: block;
    content: '';
    background: url(../images/icon/icon-vedio.png) no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 11;
}
.ul2 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.ul2 li a .imgbox .title{
    height: 30px;
    padding: 0 10px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}
.ul2 li a .imgbox .title span{
    display: inline-block;
    padding: 0px 4px;
    overflow: hidden;
    color: #fff;
    background: #b39363;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
}
.ul2 li a .imgbox .title h4{
    margin: 0 0 0 45px;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ul2 li a .datestatus{
    padding: 20px 10px;
}
.ul2 li a .datestatus .date .day{
    font-size: 50px;
    margin-right: 15px;
    color: #999999;
    line-height: 50px;
}
.ul2 li a .datestatus .date .monthdiv span{
    display: block;
}
.ul2 li a .datestatus .date .monthdiv .m{
    padding: 5px 0 0;
    color: #999;
}
.ul2 li a .datestatus .date .monthdiv .y{
    color: #666;
}
.ul2 li a .datestatus .status{
    width: 66px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #bdbdbd;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 10px;
}
.ul2 li a .datestatus .status.on{
    background: #f9443e;
}

/*section2*/
.section2{
    height: 770px;
    padding-top: 70px;
    background: #f5f5f5;
}

/*票务预订*/
.cont7div .cont7ul{
    margin: 0 -20px;
}
.cont7div .cont7ul li{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.cont7div .cont7ul li a{
    display: block;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.cont7div .cont7ul li a:after{
    display: block;
    content: '';
    width: 42px;
    height: 103px;
    background: url(../images/icon/iconlabel1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20px;
}
.cont7div .cont7ul li a .li7img{
    width: 100%;
    height: 360px;
}
.cont7div .cont7ul li a .li7txt{
    height: 130px;
    box-sizing: border-box;
    padding: 25px 30px 0;
    position: relative;
}
.cont7div .cont7ul li a .li7txt h2{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: 10px;
}
.cont7div .cont7ul li a .li7txt p{
    color:#999;
    height: 26px;
    overflow: hidden;
}
.cont7div .cont7ul li a .li7txt:after,
.cont7div .cont7ul li a .li7txt:before{
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    position: absolute;
    background: url(../images/icon/icon-circle.png) no-repeat;
}
.cont7div .cont7ul li a .li7txt:before{
    right: auto;
    left: -20px;
    background: url(../images/icon/icon-circle1.png) no-repeat;
}
.cont7div .cont7ul li:hover a{
    position: relative;
    margin-top: -10px;
}
.cont7div .cont7ul li a .li7img img{
    width: 100%;
    height: 100%;
}

/*文化活动*/
.section3{
    padding: 68px 0 40px;
    background: url(../images/shadowimg1.png) no-repeat right center
}
.ul3{
    margin: 0 -14px;
}
.ul3 li{
    width:25%;
    float:left;
    padding: 0 14px;
}
.ul3 li a{
    display:block;
    background:#fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    overflow:hidden;
    border-radius: 8px;
}
.ul3 li .imgbox{
    width:100%;
    height:185px;
    overflow:hidden;
}
.ul3 li .imgbox img{
    width:100%;
    height:100%;
}
.ul3 li:hover .imgbox img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.ul3 li h3{
    margin:20px 20px 10px;
    font-size:16px;
    color:#111;
    line-height:24px;
    height:48px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
}
.ul3 li:hover h3{
    color:#ff4f00;
}
.ul3 li p{
    padding:0 20px;
    font-size:12px;
    line-height:20px;
    color:#666;
    padding-bottom:2px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.ul3 li .ticket{
    margin: 20px 0 5px;
    padding:0px 20px 0px;
    height:40px;
    overflow:hidden;
}
.ul3 li .ticket span{
    display:inline-block;
    font-size:12px;
    color:#999;
}
.ul3 li .ticket span.fr{
    position: relative;
    top: -5px;
}
.ul3 li .ticket span i{
    display:inline-block;
    font-style:normal;
    font-size:14px;
    color:#111;
    padding: 0 2px;
}
.ul3 li .ticket span i.newi{
    font-size: 18px;
    color: #c10d14;
}

/*文化日历*/
.indexcalendar {
    width: 100%;
    height: 452px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

.calendarLeft {
    display: block;
    width: 278px;
    height: 100%;
    background: url(../images/calendar_left.png) no-repeat #fff;
    background-size: 100% 100%;
}

.calendarMid {
    width: 480px;
    height: 100%;
    background: #fff;
}

.calendarRight {
    width: 442px;
    background: #fff;
    height: 452px;
}

.calendarRight_tit {
    height: 85px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.calendarRight_tit .title {
    float: left;
}

.calendarRight_tit h3 {
    background: none;
    text-indent: 0px;
    letter-spacing: 2px;
    color: #333;
}

.calendarRight_tit span {
    display: block;
    font-weight: lighter;
    color: #524039;
}

.calendarRight_tit .act-more {
    display: inline-block;
    float: right;
    line-height: 48px;
    color: #81665d;
}

.calendarRight_tit .act-more:hover {
    color: #96000c;
}

.picScroll-top2 {
    margin: 0px 20px 0 15px;
    position: relative;
}

.picScroll-top2 .bd2 ul li {
    zoom: 1;
    padding-bottom: 0px;
}

.picScroll-top2 .bd2 ul li .pic {
    width: 85px;
    height: 85px;
    float: left;
    border-radius: 50%;
    border: 2px solid #ac9b93;
    box-sizing: border-box;
    margin-right: 12px;
}

.picScroll-top2 .bd2 ul li .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}

.picScroll-top2 .bd2 ul li:hover .pic {
    box-shadow: 3px 0 10px #666;
}

.picScroll-top2 .bd2 ul li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    padding-top: 8px;
}

.picScroll-top2 .bd2 ul li p {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    line-height: 1.4;
}

.picScroll-top2 .bd2 ul li:hover p {
    color: #96000c;
}

.picScroll-top2 .hd2 {
    overflow: hidden;
    text-align: center;
    height: 35px;
    padding-top: 25px;
}

.picScroll-top2 .hd2 ul {
    text-align: center;
    overflow: hidden;
}

.picScroll-top2 .hd2 li {
    width: 20px;
    height: 6px;
    display: inline-block;
    padding: 0;
    font-size: 0;
    margin: 0 12px;
    vertical-align: top;
    cursor: pointer;
    background: #b5c3a7;
    border-radius: 5px;
}

.picScroll-top2 .hd2 li.on {
    background: #c10d14;
    width: 40px;
}

#demo {
    width: 480px !important;
    border-top: 85px solid #aaa !important;
    box-sizing: border-box !important;
    padding: 10px 40px !important;
    background: #fff;
}

.sc-mleft {
    background: url(../images/arrowleft.png) center top no-repeat !important;
}

.sc-mright {
    background: url(../images/arrowright.png) center top no-repeat !important;
}

.sc-days {
    padding-top: 15px;
}

.sc-today .day {
    background: #c10d14;
}

.sc-active-day, .sc-selected {
    background: #c10d14;
}

.sc-active-day .day, .sc-selected .day,
.sc-active-day .lunar-day, .sc-selected .lunar-day {
    color: #FFF;
}

.calendarCon .calendarMid,
.calendarCon #demo {
    width: 400px !important;
}

.calendarCon .sc-week-item,
.calendarCon .monthdiv,
.calendarCon .sc-week .sc-week-today {
    color: #fff;
}

.calendarCon {
    border: none;
    height: 450px;
    overflow: hidden;
}

.calendarCon .calendarRight {
    width: 333px;
}

.digread li.dbt i {
    color: #c10d14;
}

/*文化场馆*/
.section4{
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 376px;
    padding: 60px 0 60px;
}
.ul4{
    margin-top: 52px;
    border-radius: 8px;
    overflow: hidden;
}
.ul4 li{
    float: left;
    width: 400px;
    height: 200px;
    text-align: center;
    overflow: hidden;
}
.ul4 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.ul4 li a img{
    width: 100%;
    height: 100%;
}
.ul4 li:hover a img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.ul4 li a h2{
    margin-top: 45px;
    padding: 0px 10px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.ul4 li a p{
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}
.ul4 li.li1 a h2{
    color: #333333;
}
.ul4 li.li1 a p{
    color: #333333;
}
.ul4 li a p:after{
    position: absolute;
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    background: #fff;
    top: 0px;
    left: 50%;
    margin-left: -24px;
}
.ul4 li.li1 a p:after{
    background: #333333;
}
.ul4 li.li1{
    background: rgba(255,255,255,0.9);
}
.ul4 li.li2{
    background: rgba(178,203,201,0.8);
}
.ul4 li.li3{
    background: #c10d14;
}

/*特色文化*/
.section5{
    padding: 10px 0 40px;
    background: url(../images/shadowimg2.png) no-repeat left center;
}
.ul5{
}
.ul5 li{
    width:32%;
    margin-right:2%;
    float:left;
}
.ul5 li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.ul5 li:last-child{
    margin-right:0;
}
.ul5 li .imgbox{
    height:258px;
    overflow:hidden;
}
.ul5 li .imgbox img{
    width:100%;
    height:100%;
}
.ul5 li:hover .imgbox img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.ul5 li .textbox{
    border:1px solid #ececec;
    background:#fff;
    padding:0 20px;
    overflow:hidden;
}
.ul5 li .textbox h3{
    font-size:16px;
    color:#111;
    height:18px;
    line-height:18px;
    padding:20px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.ul5 li:hover .textbox h3{
    color:#c10d14;
}
.ul5 li .textbox p{
    font-size:12px;
    color:#999;
    height:14px;
    line-height:14px;
    padding-top:10px;
    padding-bottom:25px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.ul5 li .textbox span{
    display:block;
    height:38px;
    line-height:32px;
    border-top:1px solid #ececec;
    font-size:12px;
    color:#666;
    background:url(../images/arrowrt.png) right center no-repeat;
}
.ul5 li:hover .textbox span{
    background:url(../images/arrowrt_on.png) right center no-repeat;
}
.bannerdiv {
	width: 100%;
	overflow: hidden;
	position: relative;
}
/*banner*/
.fullSlide {
	min-width: 1200px;
	position: relative;
	height: auto;
	overflow: hidden; 
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important; 
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block; 
}
.fullSlide .bd li img {
	display: block; 
	width:100%;
	height:100%;
	height:450px;
}
.fullSlide .bd li .middle{
	position:absolute;
	left:50%;
	top:42px;
	margin-left:-600px;
	text-align:right;
}
.fullSlide .bd li .middle img{
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 15px;
	position: absolute;
	z-index: 1;
	bottom: 18px;
	overflow: hidden;
}
.fullSlide .hd ul {
	text-align:center;
	overflow:hidden;
}
.fullSlide .hd ul li {
	display:inline-block;
	margin: 0 5px; 
	cursor: pointer;
	max-width:240px;
	height:42px;
	line-height:24px;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	vertical-align:top;
	text-align:left;
}
.fullSlide .hd ul li .thumb{
	display: inline-block;
	width: 32px;
	height:32px;
	line-height: 32px;
	margin:3px 3px; 
	overflow:hidden;
	border: 2px solid #e5e3da; 
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	vertical-align:top;
	position:relative;
}
.fullSlide .hd ul li span{
	display:none;
	width:180px;
	line-height:42px;
	padding-right:10px;
	margin-left:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#fff;
}
.fullSlide .hd ul li.on span{
	display:inline-block;
}
.fullSlide .hd ul li.on{
	background:rgba(0,0,0,.5);
}
.headpic_p:hover ul{
        display: block;
}
