@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 1.5;
    color: #444;
    height: 100%;
    background: #eee;
}

div, p, span {
    font-size: 16px;
}

ol, ul {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #96000c;
}

img {
    border: 0;
    vertical-align: middle;
}

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

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

input {
    border: none;
    font-family: "Microsoft Yahei";
    outline: none;
}

input[type="button"] {
    cursor: pointer;
}

.red {
    color: #96000c;
}

.mid {
    width: 1100px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

h3 {
    font-size: 18px;
    color: #523f38;
    font-weight: bolder;
}

::-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;
}

.indexheader .mid:after,
.indexTit:after,
.newsLeft .titlebox:after,
.newsRight .titlebox:after,
.indexcalendar:after,
.indexService:after,
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.ulfwl li:hover a img,
.ulfwl li.li1:hover,
.ulfwl li.li3:hover,
.ulfwl li.li5:hover,
.ulfwl li.li9:hover,
.ulfwl li.li11:hover {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.bodybg {
    background: url(../images/bodybg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.bgfff {
    background: #fffaf4;
}
.headertop .zindex100{
    position: relative;
    z-index: 100;
}
.headertop .container{

}
/*导航*/
.navbox {
    position: relative;
    z-index: 10;
    background: #d42323;
}

.navbox ul {
    position: relative;
    z-index: 2;
    height: 62px;
}

.navbox ul li {
    width: 10%;
    text-align: center;
    float: left;
    position: relative;
}

.navbox ul li:after {
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    content: '';
    right: 0;
    top: 23px;
    z-index: 1;
}

.navbox ul li:last-child:after {
    display: none;
}

.navbox ul li a {
    display: block;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    color: #fff;
}

.navbox ul li .libox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 62px;
    z-index: 1;
    display: none;
    background: #d42323;
    padding: 10px 0;
}

.navbox ul li .libox a {
    line-height: 23px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 8px 2px;
    cursor: pointer;
}

.navbox ul li:hover .libox {
    display: block;
}

.navbox ul li .libox a:hover {
    color: #fff;
}

.topbar {
    width: 100%;
    height: 125px;
}

.topbar .logo {
    float: left;
    width: 400px;
    height: 100%;
    position: relative;
}

.topbar .logo img {
    display: block;
    max-width: 100%;
    max-height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topbar .searchbox {
    width: auto;
    max-width: 675px;
    float: right;
    margin-top: 40px;
}

.topbar .search {
    width: 519px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin-right: 25px;
    -moz-border-top-left-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
    -moz-border-bottom-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    border-bottom-left-radius: 24px;
    position: relative;
    background: url("../images/searchBg.png");
    background-size: 100% 100%;
}

.topbar .search .inputext {
    width: 330px;
    height: 48px;
    line-height: 48px;
    border: 0 none;
    background: none;
    color: #666;
    position: absolute;
    right: 50px;
    top: 0;
}

.topbar .search .inputbtn {
    width: 50px;
    height: 50px;
    border: 0 none;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.topbar .login {
    float: right;
    color: #fff;
    text-align: center;
    background: #d42323;
    width: 120px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
}

.topbar .login a {
    display: block;
    color: #fff;
}

.topbar .login span {
    display: inline-block;
    width: 35px;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

/*下拉*/
#sslct_main {
    height: 26px;
    padding-top: 11px;
}

.sslct {
    display: inline-block;
    height: 26px;
    margin-top: 11px;
    padding-right: 10px;
    vertical-align: top;
    *display: inline;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    z-index: 9;
}

.sslct .butten {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 15px;

    vertical-align: top;

}

.sslct .butten_r {
    display: inline-block;
    width: 70px;
    height: 26px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.list_sslct {
    height: 0;
    overflow: hidden;
    width: 76px;
    line-height: 30px;
    position: absolute;
    left: 18px;
    top: 38px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ececec;
    border-top: 0;
    border-bottom: 0;
}

.list_sslct li {
    border-bottom: 1px solid #ececec;
}

.list_sslct li a {
    display: block;
    padding: 0 5px;
    text-align: center;
}

.list_sslct li a:hover {
    background: #c9060e;
    color: #ffba00;
}

.bannerbox {
    padding: 30px 0 40px;
    width: 100%;
    height: 456px;
    overflow: hidden;
    position: relative;
   box-sizing: content-box;
}

.bannerbox .swiper-container,
.bannerbox .swiper-container .swiper-wrapper {
    height: 100%;
}

.bannerbox .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerbox .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.bannerbox .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}

.bannerbox .swiper-pagination-bullet-active {
    background: #c9060e;
}

.pubtitle {
    position: relative;
    height: 50px;
}

.pubtitle:after {
    display: block;
    visibility: visible;
    height: 1px;
    width: 100%;
    background: #a4a4a4;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.pubtitle .imgbox {
    margin-right: 10px;
}

.pubtitle .imgbox img {
    height: 50px;
    position: relative;
    top: -4px;
}

.pubtitle .title {
    position: relative;
    z-index: 2;
}

.pubtitle .title ul {
    padding-top: 8px;
}

.slideGroup6 .pubtitle .title,
.slideGroup5 .pubtitle .title {
    left: -10px;
}

.pubtitle .title ul li {
    float: left;
    padding: 0 10px;
}

.pubmoreslide .swiper-container .swiper-slide li {
    padding: 0 10px;
    text-align: center;
}

.pubtitle .title ul li a,
.pubmoreslide .swiper-container .swiper-slide li a {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    border-bottom: solid 2px transparent;
}

.pubtitle .title ul li.on a,
.pubmoreslide .swiper-container .swiper-slide li.on a {
    border-bottom: solid 2px #c9060e;
    color: #c9060e;
}

.pubtitle .more {
    position: relative;
    top: 10px;
    color: #d42323;
    display: block;
    width: 120px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background: url(../images/icon-yun.png) right center no-repeat;
}

.pubtitle .more span {
    font-size: 20px;
}

/*文化资讯*/
.infomodel {
    background: url() right bottom no-repeat;
    -o-background-size: 25% auto;
    -ms-background-size: 25% auto;
    -moz-background-size: 25% auto;
    -webkit-background-size: 25% auto;
    background-size: 25% auto;
    overflow: hidden;
}

.infomodel ul {
    float: left;
    overflow: hidden;
}

.infomodel .first_ul {
    width: 450px;
    position: relative;
}

.infomodel .last_ul {
    width: 710px;
    float: right;
    position: relative;
}

.infomodel ul li {
    position: relative;
    overflow: hidden;
}

.infomodel .first_ul li {
    background: #f6f6f6;
}

.infomodel .first_ul li .imgbox {
    display: block;
    width: 100%;
    height: 250px;
    float: none;
    overflow: hidden;
}

.infomodel ul li .imgbox img {
    width: 100%;
    height: 100%;
}

.infomodel ul 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;
}

.infomodel ul li .textbox {
    overflow: hidden;
    position: relative;
}

.infomodel .first_ul li .textbox {
    padding: 0 10px 11px;
    overflow: hidden;
}

.infomodel .first_ul li:hover .textbox a {
    color: #c9060e;
}

.infomodel ul li .textbox h2 {
    font-size: 16px;
    line-height: 40px;
    width: 80%;
    color: #444;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infomodel ul li .textbox span.date {
    font-size: 12px;
    color: #888;
    position: absolute;
    right: 10px;
    top: 10px;
}

.infomodel ul li .textbox .desc {
    height: 60px;
    overflow: hidden;
}

.infomodel ul li .textbox .desc,
.infomodel ul li .textbox .desc p,
.infomodel ul li .textbox .desc span {
    font-size: 12px !important;
    color: #888 !important;
    line-height: 20px !important;
}

.infomodel ul li .textbox .desc img {
    display: none !important;
}

.infomodel .last_ul li {
    padding: 8px 0;
    border-bottom: solid 1px #a3a3a3;
}

.infomodel .last_ul li:first-child {
    padding-top: 0;
}

.infomodel .last_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.infomodel .last_ul li .imgbox {
    display: block;
    width: 134px;
    height: 109px;
    float: left;
    overflow: hidden;
}

.infomodel .last_ul .textbox {
    float: right;
    width: 556px;
}

.infomodel .last_ul li:hover .textbox a {
    color: #c9060e;
}

.infomodel .title h3 span {
    background: url(../images/icon1.png) left no-repeat;
}

.slideGroup1 .slideBox,
.slideGroup2 .slideBox {
    padding: 32px 0;
}

.ul4 {
    margin: 0 -23px;
}

.ul4 li {
    width: 33.3333333%;
    padding: 0px 23px;
    min-height: 400px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.ul4 li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.ul4 li a img {
    width: 100%;
    height: 230px;
    vertical-align: top;
}

.ul4 li a .licon {
    padding: 25px 30px 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    height: 200px;
}

.ul4 li a .licon h3 {
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color: #666;
}

.ul4 li a .licon p {
    color: #666;
    overflow: hidden;
    height: 22px;
    position: relative;
}

.ul4 li a .licon span {
    display: block;
    width: 106px;
    height: 34px;
    background: #c9060e;
    color: #fff;
    text-align: center;
    line-height: 34px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 4px;
}

.pubmoreslide.title {
    padding: 0 20px;
}

.pubmoreslide .swiper-container {
    padding-top: 8px;
    width: 700px;
}

.pubmoreslide .swiper-button-next,
.pubmoreslide .swiper-button-prev {
    width: 20px;
    height: 40px;
    outline: none;
}

.pubmoreslide .swiper-button-next {
    background: url(../images/icon-arrow-right.png) no-repeat center 10px;
    background-size: 15px 30px;
}

.pubmoreslide .swiper-button-prev {
    background: url(../images/icon-arrow-left.png) no-repeat center 10px;
    background-size: 15px 30px;
}

.mapbox {
    width: 100%;
    height: 386px;
    display: block;
}

.mapbox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ul2 {
    margin: 0 -20px;
}

.ul2 li {
    width: 33.3333333%;
    float: left;
    padding: 0px 15px 0px;
    position: relative;
}

.ul2 li a {
    display: block;
}

.ul2 li a .imgbox {
    position: relative;
    height: 270px;
}

.ul2 li a .imgbox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ul2 li a .imgbox .title {
    height: 40px;
    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 6px;
    overflow: hidden;
    color: #fff;
    background: #073190;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
}

.ul2 li a .imgbox .title h4 {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.ul2 li a h5 {
    font-size: 24px;
    color: #999;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 60px;
}

.ul2.heightauto li a .imgbox {
    height: auto;
}

.ul2.common {
    margin: 0 -8px;
    padding: 34px 0;
}

.ul2.common li {
    padding: 0 8px;
}

.ul2.common li a {
    width: 100%;
    height: 100%;
    display: block;
    border: solid 1px #bbbdbc;
}

.ul2.common li a .imgbox {
    height: auto;
}

.ul2.common li a .imgbox img {
    height: 155px;
}

.ul2.common li a .imgbox .title {
    position: relative;
    bottom: auto;
    left: auto;
}

.ul2.common li a .imgbox .title,
.ul2.common li a .imgbox .title h4 {
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: normal;
}

.ul2.common.w3 li {
    width: 50%;
}

.ul2.common.w3 li .tag {
    display: block;
    width: 60px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 9px;
    top: 1px;
    z-index: 2;
}

.ul2.common.w3 li .tag.tagend {
    background: #333;
}

.ul2.common1.w6 li {
    width: 16.6666667%;
}

.ul2.common1 li a {
    width: 100%;
    height: 100%;
    display: block;
}

.ul2.common1 li a .imgbox {
    height: auto;
    text-align: center;
    overflow: hidden;
}

.ul2.common1 li a .imgbox img {
    width: auto;
    height: 150px;
    display: inline-block;
}

.ul2.common1 li a .imgbox .title {
    position: static;
    bottom: auto;
    left: auto;
    background: none;
}

.ul2.common1 li a .imgbox .title,
.ul2.common1 li a .imgbox .title h4 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.ul2#live3 li a,
.ul2#live4 li a,
.ul2#live5 li a,
.ul2#live6 li a,
.ul2#newlive li a,
.ul2#cultural2 li a{
    position: relative;
}
.ul2#live3 li a:after,
.ul2#live4 li a:after,
.ul2#live5 li a:after,
.ul2#live6 li a:after,
.ul2#newlive li a:after,
.ul2#cultural2 li a:after{
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: url(../images/icon-video.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 59px;
    left: 50%;
    margin-left: -16px;
    z-index: 11;
}

/* bannermodel3 */
.bannermodel3 {
    width: 100%;
    height: 156px;
    position: relative;
}

.bannermodel3 .swiper-container,
.bannermodel3 .container,
.bannermodel3 .swiper-container .swiper-slide .inner {
    height: 100%;
}
.bannermodel3 .swiper-container .swiper-slide{
   width: 320px;
}
.bannermodel3 .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.bannermodel3 .swiper-button-next,
.bannermodel3 .swiper-button-prev{
    width: 30px;
    height: 72px;
    background-color: rgba(0,0,0,0.3);
    background-size: 80% 80%;
    background-position: center center;
    border-radius: 2px;
    outline: none;
}
.section4 {
    padding: 50px 0;
}

/*场馆预定*/
.slideGroup4 .slidebox3 {
    margin-top: 40px
}

.slideGroup4 .slidebox3 .picFocus .bd .venue {
    width: 740px;
    float: left;
    position: relative;
}
.slideGroup4 .slidebox3 .picFocus .bd .venue a.link{
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #e9a331;
    color: #fff;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 200px;
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
}

.slideGroup4 .slidebox3 .picFocus .bd .venue .venue-title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    padding: 10px 0;
}

.slideGroup4 .slidebox3 .picFocus .bd .venue .venue-des {
    color: #999999;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 92px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;

}
.slideGroup4 .slidebox3 .picFocus .bd .venue .venue-des img{
    display:none;
}
.slideGroup4 .slidebox3 .picFocus .bd .venue .venue-des p {
    color: #999999;
    height: auto;
    overflow: hidden;
    margin-top: 0;
    font-size: 14px;
}

.slideGroup4 .slidebox3 .picFocus .hd ul li {
    background: none;
}

.slideGroup4 .slidebox3 .picFocus .bd .venue .venue-item {
    color: #999999;
    font-size: 14px;
}

.slideGroup4 .slidebox3 .picFocus .bd .venue .venue-item span{
    font-size: 14px;
}
.slideGroup4 .slidebox3 .picFocus .bd a {
    padding: 0;
    width: 430px;
    height: 260px;
    display: block;
    float: right;
}

.slideGroup4 .slidebox3 .picFocus .bd a:hover {
    color: unset;
}

.slideGroup4 .slidebox3 .picFocus .bd img {
    display: block;
    width: 100%;
    height: 100%;
}

.slideGroup4 .slidebox3 .picFocus .venue .venue-des {
    width: 444px;
    overflow: hidden;
}

.slideGroup4 .slidebox3 .picFocus {
    margin: 0 auto;
    width: 100%;
    padding: 5px;
    position: relative;
    zoom: 1;
}

.slideGroup4 .slidebox3 .picFocus .hd {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-top: 5px;
    overflow: hidden;
    height: 130px;
    padding-left: 60px;
}

.slideGroup4 .slidebox3 .picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
    display: block;
    height: 120px;
    margin-left: 60px
}

.slideGroup4 .slidebox3 .picFocus .hd ul li {
    float: left;
    text-align: center;
    height: 120px;
    width: 190px;
    position: relative;
    background: transparent;
    margin-right: 30px;
}

.slideGroup4 .slidebox3 .picFocus .hd ul li img {
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.slideGroup4 .slidebox3 .picFocus .hd ul li .shadow-venue {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 8;
}

.slideGroup4 .slidebox3 .picFocus .hd ul li.on .shadow-venue {
    display: none;
}

.slideGroup4 .slidebox3 .picFocus .hd ul li.on img {
    border-color: #f60;
}

.slideGroup4 .slidebox3 .picFocus .hd .venueLt,
.slideGroup4 .slidebox3 .picFocus .hd .venueRg {
    width: 32px;
    height: 86px;
    background-color: #f2f2f2;
    position: absolute;
    z-index: 8;
    top: 32px;
    border-radius: 4px;
}

.slideGroup4 .slidebox3 .picFocus .hd .venueLt {
    left: 0;
}

.slideGroup4 .slidebox3 .picFocus .hd .venueRg {
    right: 0;
}

.slideGroup4 .slidebox3 .picFocus .hd .venueLt i {
    background: url("../images/icon-arrow-left.png") center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.slideGroup4 .slidebox3 .picFocus .hd .venueRg i {
    background: url("../images/icon-arrow-right.png") center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.slideGroup4 .slidebox3 .picFocus .bd li {
    vertical-align: middle;
}

.cont7div {
    margin: 50px 0 0;
}

.cont7div .cont7ul {
    margin: 0 -15px;
}

.cont7div .cont7ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}

.cont7div .cont7ul li a,
.cont8div .cont8ul li a {
    display: block;
}

.cont7div .cont7ul li a .li7img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.cont7div .cont7ul li a .li7img img {
    width: 100%;
    height: 200px;
    vertical-align: top;
}

.cont7div .cont7ul li a .li7txt {
    height: 130px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: relative;
}

.cont7div .cont7ul li a .li7txt h2 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    height: 50px;
}

.cont7div .cont7ul li a .li7txt p {
    color: #999;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.cont7div .cont7ul li:hover .li7txt {
    background: #fff;
}

.section5 .leftcon {
    width: 660px;
    float: left;
}

.section5 .rightcon {
    width: 470px;
    float: right;
}

.section5 .pubtitle,
.section6 .pubtitle {
    height: 100px;
}

.section7 .slidebox1 .bgfff {
    padding: 20px 40px 10px;
}

.section7 .slideBox {
    padding: 30px 0 50px;
}

.footer_index {
    background: #4a4a4a;
    color: #fff;
    padding: 20px 0;
    height: auto;
    text-align: left;
}


.footer_index .container {
    width: 936px;
    margin: 0 auto!important;
    position: relative;
}
.footer_index .container .footer_icon{
    position: absolute;
    left: -120px;
    top: 20px;
}
.footer_index .leftcon,
.footer_index .rightcon {
    width: 39%;
    float: left;
}
.footer_index .rightcon a{
    padding: 0 10px;
}
.footer_index .rightcon a:nth-of-type(1){
    margin-left: -10px;
}
.footer_index .rightcon {
    width: 61%;
}

.footer_index .leftcon {
    border-right: solid 1px #fff;
    padding-right: 70px;
}

.footer_index .rightcon {
    padding-left: 70px;
}

.footer_index a,
.footer_index p,
.footer_index span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 2;
}

/*文化日历*/
.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: 42px;
    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: #d42323;
    width: 40px;
}

#demo {
    width: 480px !important;
    border-top: 85px solid #d42323 !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: #d42323;
}

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

.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: #eab35c;
}
.announceItem{
    display:block;
    text-align:center;
    padding-top:40px;
}
.announceItem img{
    display:inline-block;
    height:133px;
    width:104px;
}
.announceItem p{
    line-height:22px;
    color:#333;
    padding-top:20px;
}
.announceItem p a{
    color:#6085cb;
}
.announceItem p a:hover{
    text-decoration:underline;
}
.onedaybox{
    padding:18px 18px 18px 13px;
    overflow:hidden;
    position:relative;
}
.onedaybox:before{
    display:block;
    content:"";
    width:29px;
    height:103px;
    background:url(../images/onedaytitle.png) left center no-repeat;
    position:absolute;
    left:16px;
    top:10px;
}
.onedaybox:after{
    display:block;
    content:"";
    width:38px;
    height:33px;
    background:url(../images/onedaybg.png) center no-repeat;
    position:absolute;
    right:15px;
    bottom:15px;
}
.oneday_con{
    margin-left:27px;
    padding:20px 10px 20px 12px;
    overflow:hidden;
    background:#f7f7f7;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.oneday_con p{
    line-height:22px;
    height: 44px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.picScroll-top2{
    margin:0 18px 0 15px;
    min-height:250px;
}
.picScroll-top2 .bd2{
    width:345px;
    overflow:hidden;
}
.picScroll-top2 .bd2 ul li {
    margin-top:18px;
    height:85px;
    overflow:hidden;
    padding:0;
}
.picScroll-top2 .bd2 ul li a{
    color:#333;
    display:block;
}
.picScroll-top2 .bd2 ul li a p{
    color:#333;
}
.picScroll-top2 .hd{
    overflow:hidden;
    text-align:center;
    height:35px;
    padding-top:10px;
}
.picScroll-top2 .hd li{
    width:38px;
    height:35px;
    display:inline-block;
    padding:0;
    font-size:0;
    margin:0 12px;
    vertical-align:top;
}

.picScroll-top2 .hd li:nth-of-type(1){
    background:url(../images/onebd.png) center no-repeat;
}
.picScroll-top2 .hd li:nth-of-type(2){
    background:url(../images/twobd.png) center no-repeat;
}
.picScroll-top2 .hd li:nth-of-type(3){
    background:url(../images/threebd.png) center no-repeat;
}

.picScroll-top2 .hd li.on:nth-of-type(1),.picScroll-top2 .hd li:nth-of-type(1):hover{
    background:url(../images/onebd_on.png) center no-repeat;
}
.picScroll-top2 .hd li.on:nth-of-type(2),.picScroll-top2 .hd li:nth-of-type(2):hover{
    background:url(../images/twobd_on.png) center no-repeat;
}
.picScroll-top2 .hd li.on:nth-of-type(3),.picScroll-top2 .hd li:nth-of-type(4):hover{
    background:url(../images/threebd_on.png) center no-repeat;
}

.indexfun{
    position: fixed;
    bottom: 16%;
    left: 2%;
    z-index: 100;
}
.indexfun li{
    width: 65px;
    height: 65px;
    margin: 0 0 20px;
    position: relative;
}
.indexfun li a{
    display: block;
}
.indexfun li a.moveTop{
    display: none;
}
.indexfun li .code{
    width: 100px;
    position: absolute;
    left: 100px;
    top: -17px;
    display: none;
}
.indexfun li:hover .code{
    display: block;
}
/*登录后头像样式*/
.logindiv {
    float: left;
    position: relative;
}

.logindiv a {
    display: block;
    width: auto;
    height: 34px;
    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: 36px;
    padding: 6px 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: #d42323;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.logindiv ul {
    display: none;
    width: 100%;
    background: #c10d14;
    margin-top: 0px;
    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);
}
.logindiv .headpic_p:hover ul{
    display: block;
}
/*弹窗*/
.phone-contact{
    padding: 20px;
}
/*导航*/
.navbox ul li .aThreebox{
    position: absolute;
    left: -100px;
    background: #d42323;
    top: 0;
    display: none;
}
.navbox ul li  .moreNav:hover .aThreebox{
    display: block;
}
.navbox ul li .moreNav{
    position: relative;
}