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

html {
    height: 100%;
}

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

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

ol, ul {
    list-style: none;
}

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

a:hover {
    color: #ad2713;
}

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: 1000px;
    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: unset;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    background-color: #cdc4c1;
}
@-webkit-keyframes rotate1 {
    0%{transform:rotateY(0deg); }
    100% {transform:rotateY(360deg); background-image:url(../images/left_nav_bg2.png); }
}
@-moz-keyframes rotate1 {
    0%{transform:rotateY(0deg);}
    100% {transform:rotateY(360deg); background-image:url(../images/left_nav_bg2.png);}
}
@keyframes rotate1 {
    0%{transform:rotateY(0deg);}
    100% {transform:rotateY(360deg); background-image:url(../images/left_nav_bg2.png);}
}
.ul2:after,
.ul3:after{
    content:'';
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    font-size:0;
}

/** index **/
.subleft {
    position: fixed;
    left: 32px;
    top: 50%;
    width: 197px;
    margin-top: -166.5px;
    z-index: 88;
}

#menu {
    position: relative;
    z-index: 2;
    background: url(../images/left_nav_bg0.png) repeat-y center center;
}

#menu li {
    vertical-align: top;
    margin-bottom: 15px;
    font-size: 18px;

}

#menu li:last-child {
    margin-bottom: 0;
}

#menu a {
    display: block;
    height: 43px;
    text-align: center;
    line-height: 44px;
    background: url(../images/left_nav_bg1.png) no-repeat;
    color: #fff;
}

#menu a:hover, #menu li.active a {
    background-image: url(../images/left_nav_bg2.png);
    color: #fff;
    -webkit-animation: rotate1 0.8s 1 ease;
    -moz-animation: rotate1 0.8s 1 ease;
    animation: rotate1 0.8s 1 ease;
}

.section1 {
    background: url(../images/body_bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.section2 {
    background: url(../images/body_bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.section3 {
    background: url(../images/body_bg3.jpg) no-repeat;
    background-size: 100% 100%;
}

.section4 {
    background: url(../images/body_bg4.jpg) no-repeat;
    background-size: 100% 100%;
}

.section5 {
    background: url(../images/body_bg5.jpg) no-repeat;
    background-size: 100% 100%;
}

.section6 {
    background: url(../images/body_bg6.jpg) no-repeat;
    background-size: 100% 100%;
}



.cont1 {
    height: 80%;
    width: 1100px;
    margin: 40px auto 0px;
}

.stit {
    overflow: hidden;
    padding: 23px 40px 0;
}

.stit span {
    font-size: 24px;
    float: left;
    color: #000;
}

.stit span b {
    color: #d30f1e;
}

.stit a {
    float: right;
    color: #bf1900;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 5px;
    letter-spacing: 1px;
}

.stit a:hover {
    color: #e40113;
}

.top_con {
    width: 1060px;
    position: absolute;
    top: 6%;
    left: 50%;
    margin-left: -520px;
    z-index: 999;
}

.logo {
    display: block;
    width: auto;
    margin-top: 30px;
}

.top_right {
    width: 680px;
    margin-top: 50px;
}

.lab_con {
    float: left;
    width: 469px;
    height: 50px;
    line-height: 50px;
    background: url(../images/search_bg.png) no-repeat;
    margin-right: 20px;
}

.lable_con_input {
    display: block;
    float: left;
    width: 280px;
    height: 50px;
    line-height: 50px;
    color: #81665d;
    background: none;
}

.lable_con_btn {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: none;
}

/*slect*/
.sslct_con {
    float: left;
    width: 89px;
    height: 50px;
    padding-right: 12px;
    margin-right: 28px;
    background: url(../images/secrch_arrow.png) right center no-repeat;
}

.sslct {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    z-index: 9;
}

.sslct .butten {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
}

.sslct .butten_r {
    display: inline-block;
    width: 85px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #694e45;
    letter-spacing: 2px;
}

.list_sslct {
    width: 96px;
    height: 0;
    padding: 0;
    line-height: 28px;
    position: absolute;
    left: 6px;
    top: 50px;
    overflow: hidden;
}

.list_sslct li {
    margin-top: 10px;
}

.list_sslct li a {
    display: block;
    text-align: center;
    width: 94px;
    height: 30px;
    line-height: 30px;
    color: #694e45;
    border-radius: 15px;
    border: 1px solid #e2ebde;
    background: #fff;
}

.list_sslct li a:hover {
    color: #fff;
    background: #37ad7e;
}

a.login_a {
    display: inline-block;
    width: 50px;
    text-align: center;
    padding-top: 50px;
    background: url(../images/login.png) no-repeat top center;
}
a.message{
    display: inline-block;
    width: 110px;
    height: 50px;
    background: #c71201;
    border-radius:25px;
    color: #fff;
    line-height: 50px;
    vertical-align: top;
    margin-left: 20px;


}
a.message i{
    display: inline-block;
    width: 22px;
    height: 50px;
    background: url(../images/message-icon.png) no-repeat left center;
    margin-left: 18px;
    margin-right: 5px;
    vertical-align: bottom;
}
a.message span{
    display: inline-block;
    vertical-align: bottom;
}

#login_go1 {
    width: 50px;
    height: 24px;
}

#login_go1 h3 {
    font-weight: normal;
    font-size: 12px;
}

#login_go1 h3 img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, .5);
}

#login_go1 h3 span {
    width: 100%;
    display: block;
    text-align: center;
}

#login_go1 h3:hover {
    color: #96000c;
}

#login_go1 .navsub {
    width: 80px;
    margin-left: -10px;
    border-top: 2px solid #b90b13;
    display: none;
    font-size: 12px;
    text-align: center;
    background: #b90b13;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

#login_go1 .navsub a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    padding: 5px 0;
}

#login_go1 .navsub a:hover {
    background: #96000c;
    color: #fff;
}

.indexTit {
    text-align: center;
    line-height: 52px;
    margin: 30px auto 70px;
    width: 1100px;
    height: 52px;
    background: url(../images/index_tit_bg.png) center center no-repeat;


}
.indexTit span{
    color: #333;
    font-size: 32px;
    font-family: 华文隶书;
    letter-spacing: 19px;
    padding-left: 19px;
    line-height: 60px;
}
a.indexMore {
    position: absolute;
    bottom: -93px;
    left: 50%;
    width: 211px;
    height: 39px;
    margin-left: -105px;
    line-height: 39px;
    text-align: center;
    font-size: 15px;
    background: url(../images/index_more_bg.png) center center no-repeat;
    letter-spacing: 2px;
    z-index: 999;
}

a.indexMore:hover {
    color:#ad2713; background-image: url(../images/index_more_bga.png) ;
}

.section3 a.indexMore {bottom: -100px;}

.section4 a.indexMore {bottom: -120px;}

.section5 a.indexMore {
    bottom: -70px;
}

.section6 a.indexMore {
    bottom: -156px;
}

.slideGroup {
    width: 1100px;
    text-align: left;
}

.slideGroup .parHd {
    width: 100%;
    margin: 50px auto;
    min-height: 60px;
    position: relative;
}

.slideGroup .parHd ul li {
    float: left;
    cursor: pointer;
    width: 33.3333333333%;
    text-align: right;
    display: inline;
    font-size: 16px;
}
.slideGroup .parHd ul li:nth-of-type(2){
    text-align: center;
}

.slideGroup .parHd ul li:last-child {
    text-align: left;
}

.slideGroup .parHd3 ul li {
    float: left;
    cursor: pointer;
    font-size: 20px;
    width: 33.3%;
    text-align: center;
    display: inline;
    font-size: 18px;
}

.slideGroup .parHd3 ul li:first-child {
    text-align: right;
}

.slideGroup .parHd3 ul li:last-child {
    text-align: left;
}

.slideGroup .parHd_3 ul li {
    width: 33.3%;
}

.slideGroup .parHd_3 ul li:nth-child(2) {
    text-align: center;
}

.slideGroup .parHd_3 ul li:nth-child(2) a {
    margin-right: 0;
}

.slideGroup .parHd ul li a {
    color: #333;
    display: inline-block;
    height: 36px;
    line-height: 18px;
    margin-right: 10%;
}
.slideGroup .parHd ul li a:hover{
    border-bottom: 2px solid #cf0000;
}

.slideGroup .parHd ul li:last-child a {
    margin-left: 10%;
}
.slideGroup .parHd ul li.on a {
    color: #cf0000;
}

.slideGroup .slideBox {
    zoom: 1;
    position: relative;
    min-height: 300px;
}






/*活动报名*/
.activeList li {
    float: left;
    width: 300px;
    height: 394px;
    background: url(../images/activebg_lx.png) top center no-repeat;
    /* margin-right: 50px;*/
    cursor: pointer;
}

.activeList li img {
    width: 240px;
    height: 160px;
    /* border-radius: 10px; */
    overflow: hidden;
    margin-left: 30px;
    margin-top: 32px;
}

.activeList li .nr {
    height: 100px;
    padding: 20px 30px 8px;
}

.activeList li .nr h3 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.activeList li p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    /* padding: 3px 0; */
}

.activeList li .btn {
    background: url(../images/btnbg_lx.png) no-repeat;
    display: block;
    width: 148px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    color: #666;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
}

.activeList li:hover .nr h3 {
    color: #ad2713;
}

.activeList li:hover .btn {
    color: #fff;
    background: url(../images/btnbg_lx2.png) no-repeat;
}

.activeList li:nth-child(3) {
    margin-left: 50px;
    margin-right: 50px;
}

.activeList li:hover img {
    box-shadow: 0 0 8px #333;
}

/*文化单位*/
.whdwList ul li {
    float: left;
    width: 235px;
    border: 1px solid #ac9b93;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.whdwList ul li img {
    display: block;
    width: 100%;
    height: 170px;
    margin: 0 auto;
    border-radius: 10px;
}

.whdwList ul li div {
    height: 115px;
    padding: 15px;
    margin: 4px;
    border-radius: 8px;
    border: 1px solid #ac9b93;
}

.whdwList ul li h3 {
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.whdwList ul li p.defaule {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.whdwList ul li p.intro {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*活动资讯*/
.newsLeft {
    width: 490px;
    height: 380px;
    padding: 20px;
    background: url(../images/index_whzx_bg1.png) top center no-repeat #e6f5f9;
    background-size:100% 100% ;
}

.newsLeft span.img_con {
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.newsLeft span.img_con img {
    display: block;
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.newsLeft h3 {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    line-height: 24px;
    margin-bottom: 20px;
}

.newsLeft span.time {
    float: right;
    width: 20%;
    text-align: right;
    color: #999;
    line-height: 29px;
}

.newsLeft p {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsLeft:hover a h3, .newsLeft:hover p {
    color: #fff;
}

.newsLeft:hover {
    background: #96000c;
    box-shadow: 0 0 12px #333;
}

.newsLeft:hover span.time {
    color: #cfa3a6;
}

.newsRight {
    width: 530px;
    cursor: pointer;
}

.newsRight ul li {
    width: 506px;
    height: 103px;
    padding: 12px;
    background: url(../images/index_whzx_bg2.png) top center no-repeat #e6f5f9;
    margin-bottom: 22px;
    background-size: 100% 100%;
}

.newsRight ul li:last-child {
    margin-bottom: 0;
}

.newsRight ul li:hover {
    background: #96000c;
    color: #fff;
    box-shadow: 0 0 8px #333;
}

.newsRight ul li:hover a, .newsRight ul li:hover h3, .newsRight ul li:hover span {
    color: #fff;
}

.newsRight ul li .imgbox {
    float: left;
    width: 135px;
    height: 103px;
    margin-right: 10px;
    overflow: hidden;
}

.newsRight ul li img {
    width: 135px;
    height: 103px;
    float: left;
    margin-right: 10px;
}

/*.newsRight ul li .imgbox:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}*/

.newsRight ul li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.newsRight ul li span.time {
    color: #999;
    display: block;
    padding: 5px 0;
}

.newsRight ul li p {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsRight ul li a:hover h3, .newsRight ul li:hover span.time_btm_infor {
    color: #fff;
}

.newsRight ul li:hover span.time {
    color: #cfa3a6;
}

/*文化日历*/
.calendarCon {
    width: 998px;
    height: 458px;
    border: 1px solid #a5dec7;
    background: url(../images/calendar_bg.png) #fff right center no-repeat;
}

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

.calendarMid {
    width: 388px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #a5dec7;
    border-right: 1px solid #a5dec7;
}

.calendarRight {
    width: 380px;
}

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

.calendarRight_tit .title {
    float: left;
}

.calendarRight_tit h3 {
    background: url(../images/calendarIcon.png) left 5px no-repeat;
    text-indent: 30px;
    letter-spacing: 2px;
    color: #96000c;
}

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

.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: 30px;
}

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

/*文化活动*/
/*.activeList li {
	float: left;
	width: 300px;
	height: 394px;
	background: url(../images/active_bg.png) top center no-repeat;
	margin-right: 50px;
	cursor: pointer;
}

.activeList li.last {
	margin-right: 0;
}

.activeList li:last-child {
	margin-right: 0;
}

.activeList li .imgdiv {
	width: 100%;
	height: 190px;
	border-radius: 10px;
	overflow: hidden;
}

.activeList li img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.activeList li .imgdiv:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}

.activeList li .nr {
	height: 125px;
	padding: 20px 30px 8px;
}

.activeList li:hover .nr h3 {
	color: #523f38;
}

.activeList li:hover .nr p {
	color: #444;
}

.activeList li .nr h3 {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.activeList li p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	padding: 3px 0;
}

.activeList li .btn {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 3px;
}

.activeList li:hover a, .activeList li:hover h3, .activeList li:hover .btn
	{
	color: #96000c;
}

.activeList li:hover img {
	box-shadow: 0 0 8px #333;
}*/
/*场馆预定*/
.cgydLst li { float: left; width: 24.25%; height: 465px; background-repeat: no-repeat; background-position: top center; position: relative; cursor: pointer;background-size: cover}
.cgydLst li+li{margin-left: 1%}
.cgydLst li:nth-child(1) { background-image: url(../images/cbyd_img1.png);}

.cgydLst li:nth-child(2) { background-image: url(../images/cbyd_img2.png);}

.cgydLst li:nth-child(3) { background-image: url(../images/cbyd_img3.png);}

.cgydLst li:nth-child(4) { background-image: url(../images/cbyd_img4.png); margin-right: 0;}

.cgydLst li:hover {box-shadow: 0 0 12px #999;}

.cgydLst li h3 { float: right; width: 33px; height: 126px; margin: 15px; padding: 10px 5px; text-align: center; background-repeat: no-repeat; background-position: top center; color: #fff; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }

.cgydLst li:nth-child(1) h3 { background-image: url(../images/cbyd_tib_bg1.png);}

.cgydLst li:nth-child(2) h3 { background-image: url(../images/cbyd_tib_bg2.png);}

.cgydLst li:nth-child(3) h3 { background-image: url(../images/cbyd_tib_bg1.png);}

.cgydLst li:nth-child(4) h3 { background-image: url(../images/cbyd_tib_bg2.png);}

.cgydLst li p {float: right; width: 15px; height: 240px; margin: 8px 3px; font-size: 14px; text-align: center; line-height: 1; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }

.cgydLst li .btn { position: absolute; bottom: 28px; right: 0; width: 117px; height: 43px; font-size: 18px; color: #fff; text-align: center; line-height: 42px; background: url(../images/cbydBtn.png) top center no-repeat;}

.cgydLst li:nth-child(2n+1) .btn {background: url(../images/cbyd_btn2.png) top center no-repeat;}

.cgydLst li:hover .btn {background-image: url(../images/cbydBtn.png);}

/*5.02*/
.szzglist .uldiv {
    width: 100%;
    overflow: hidden;
}

.szzglist ul {
    width: 200%;
}

.szzglist ul {
    width: 110%;
    overflow: hidden;
    height: 228px;
    padding-top: 42px;
}

.szzglist li {
    float: left;
    width: 225px;
    height: 170px;
    width: 304px;
    height: 228px;
    margin-right: 20px;
    padding-left: 9px;
}

.szzglist ul li a {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.szzglist ul li .imgdiv {
    width: 100%;
    height: 228px;
    overflow: hidden;
}

.szzglist ul li img {
    display: block;
    width: 100%;
    height: 228px;
    margin: 0 auto;
}

.szzglist ul li .imgdiv:hover img {
    transform: scale(1.2, 1.2);
    transition: all 2s;
}

.szzglist ul li .intro_con {
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
}

.szzglist ul li .intro_con h4 {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    font-weight: normal;
}

/*5.02 讲座实况*/
.slideBox4 {
    position: relative;
}

.ind_video ul {
    width: 110%;
    overflow: hidden;
    height: 300px;
}

.vidc {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.ind_video ul li {
    float: left;
    width: 235px;
    margin-right: 20px;
    background: #e6f7f1;
}

.ind_video ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ind_video ul li .play {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) rgba(0, 0, 0, .35) center center no-repeat;
}

.ind_video ul li .imgdiv {
    width: 100%;
    height: 246px;
    overflow: hidden;
}

.ind_video ul li img.img_sl {
    display: block;
    width: 100%;
    height: 246px;
    transition: all linear .5s;
    -moz-transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.ind_video ul li:hover img {
    transform: scale(1.2, 1.2);
    transition: all 2s;
}

.ind_video ul li .name_con {
    width: 100%;
    line-height: 53px;
    box-sizing: border-box;
    padding: 0 15px;
}

.ind_video ul li .name_con span {
    display: block;
    padding: 0 10%;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ind_video ul li:hover .play {
    display: block;
}

/*5.02 文化地图*/
.whdt {
    width: 1100px;
    height: 462px;
    /*background: #ebe8e7;
    border: 1px solid #ddd;*/
    margin-top: 30px;
}

.maplist {
    float: left;
    width: 238px;
    height: 462px;
}

.maplist ul {
}

.maplist ul li {
    background: url(../images/mapIcon.png) 20px 28px no-repeat;
    border-bottom: 1px solid #f6f3f2;
    height: 91px;
    padding-top: 24px;
    padding-left: 40px;
    width: 198px;
}

.maplist ul li a {
    display: block;
    width: 158px;
    height: 90px;
}

.maplist ul li h5 {
    font-size: 18px;
    color: #523f38;
}

.maplist ul li p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.maplist ul li a:hover h5 {
    color: #ad2713;
}

.maplist ul li a:hover p {
    color: #ad2713;
}

.map_r {
    float: right;
    width: 759px;
    height: 462px;
}

.map_r img {
    display: block;
    width: 759px;
    height: 460px;
}

/*场馆预订 4.28*/
.cgyd_wjq {
}

.cgyd_wjq .uldiv {
    width: 100%;
    overflow: hidden;
}

.cgyd_wjq ul {
    width: 200%;
}

.cgyd_wjq ul li {
    float: left;
    width: 223px;
    height: 298px;
    background: #fff;
    padding-top: 10px;
    padding-left: 9px;
    border: 1px solid #a5dec7;
    margin-right: 20px;
}

.cgyd_wjq ul li .imgdiv {
    width: 216px;
    height: 153px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cgyd_wjq ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.cgyd_wjq ul li .imgdiv:hover img {
    transform: scale(1.2, 1.2);
    transition: all 2s;
}

.cgyd_wjq ul li h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: left;
}

.cgyd_wjq ul li p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-align: left;
}

.cgyd_wjq ul li a.btn {
    display: block;
    width: 216px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

/*jt*/
.jt_l, .jt_r {
    position: absolute;
    left: -65px;
    top: 30%;
    z-index: 8;
    display: block;
    width: 60px;
    height: 75px;
    background: url(../images/con1_jt.png) 13px 0 no-repeat #e6f7f1;
}

.jt_r {
    left: auto;
    right: -65px;
    background-position: 18px -150px;
}

.jt_l:hover {
    background-position: 8px -75px;
    left: -60px;
}

.jt_r:hover {
    background-position: 22px -225px;
    right: -60px;
}

.prevStop, .nextStop {
    background: none;
}

/*文化地图*/
.map_con {
    border: 1px solid #dddcdb;
    height: 460px;
    background: #ebe8e7;
}

.mapLeft {
    width: 239px;
    height: 460px;
    border-right: 1px solid #dddcdb;
    overflow-y: scroll;
}

.mapLeft li {
    padding: 20px 35px;
    background: url(../images/mapIcon.png) 12px 23px no-repeat;
    border-bottom: 1px solid #f6f3f2;
    border-top: 1px solid #dddcdb;
}

.mapLeft li:first-child {
    border-top: 0;
}

.mapLeft li h3 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.mapLeft li p {
    height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.map {
    width: 758px;
}

.map img {
    display: block;
    width: 100%;
    height: 460px;
}

/*数字文化*/
.szwh {
    width: 100%;
    height: 515px;
    background: url(../images/szwhBg1.png) top center no-repeat;
}

.szwhLeft {
    width: 410px;
    margin: 30px 0 0 30px;
}

.szwhLeft .img_con {
    display: block;
    width: 100%;
    height: 308px;
}

.szwhLeft .img_con img {
    display: block;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 306px;
}

.szwhLeft h3 {
    margin: 10px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.szwhLeft p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.75;
}

.szwhLeft:hover .img_con img {
    box-shadow: 0 0 8px #333;
}

.szwhRight {
    width: 530px;
}

.szwhRight .tit {
    width: 170px;
    height: 248px;
    margin-top: 60px;
    background: url(../images/szwhBgLine.png) left top no-repeat;
}

.szwhRight .tit h3 {
    padding: 140px 0 10px;
    font-size: 24px;
    font-weight: bolder;
    color: #ed1b23;
}

.szwhRight .tit p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}

.szwhRight ul {
    padding-top: 48px;
}

.szwhRight ul li {
    float: left;
    width: 160px;
    height: 120px;
    margin: 20px 20px 0 0;
}

.szwhRight ul li:nth-child(5) {
    margin-left: -10px;
}

.szwhRight ul li img {
    display: block;
    width: 100%;
    height: 120px;
}

.szwhRight ul li:hover {
    box-shadow: 0 0 8px #333;
}

/* carousel */
.carousel {
    margin: 0px auto;
    width: 950px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.carousel .slides {
    margin: 0px auto 30px;
    overflow: hidden;
    position: relative;
}

.carousel .slides .slideItem {
    padding: 0px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    opacity: 1 !important;
    background: #fff;
    padding: 3px;
    width: 300px;
    height: 320px;
    border: 1px solid #a2d9c3;
}

.carousel .slides .slideItem a {
    overflow: hidden;
    display: block;
}

.carousel .slides .slideItem .imgdiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel .slides .slideItem img {
    width: 100%;
    /*height: 100% !important;*/
    margin-bottom: 1px;
}

.carousel .slides .slideItem a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 1s;
}

.carousel .slides .slideItem .cover {
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 340px !important;
    display: block;
    position: absolute;
}

.prevButton {
    background: url(../images/btn.png) no-repeat 0px 0px;
    top: 140px;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.nextButton {
    background: url(../images/btn.png) no-repeat 0px 0px;
    top: 140px;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.prevButton {
    left: 12px;
}

.nextButton {
    background-position: 0px -40px;
    right: 12px;
}

.indexTeamIntro {
    width: 98%;
    height: 95px;
    background: url(../images/team_bg2.png) no-repeat #fff;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    left: 3px;
    bottom: 3px;
}

.indexTeamIntro p {
    margin-left: 10%;
    font-size: 1.1em;
    color: #442c25;
    line-height: 24px;
    height: 24px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.indexTeamIntro p.creator {
    background: url(../images/team_icon1.png) left center no-repeat;
    margin-bottom: 0.3em;
}

.indexTeamIntro p.time {
    background: url(../images/team_icon2.png) left center no-repeat;
}

.btn_tswh {
    position: absolute;
    bottom: 35px;
    left: 50%;
    display: block;
    width: 260px;
    height: 56px;
    margin-left: -130px;
    text-align: center;
    color: #523f38;
    font-size: 18px;
    font-weight: bolder;
    line-height: 56px;
    background: url(../images/btn_tswh.png) no-repeat center center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

/* indexService */
.indexService li {
    float: left;
    width: 20%;
}

.indexService li a {
    display: block;
}

.indexService li img {
    display: block;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.indexService li:last-child img {
    border: none;
}

.indexService li a:hover img {
    box-shadow: 0 0 12px #999;
}

.indexService li span {
    display: block;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    color: #75352c;
    margin-top: 30px;
    text-indent: 38px;
    background: url(../images/serviceArrow.png) left center no-repeat;
}

.indexService li a:hover span {
    color: #96000c;
}

/* footer */
footer {
    background: #231e1b;
    width: 100%;
    padding: 30px 0;
    color: #988e8a;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

/*footer .link {border-bottom:1px solid #493c35; padding-bottom:10px;}
footer .link a{display:inline-block; padding:0 8px; line-height:1.75; color:#988e8a; }
footer .link a:hover{ color:#fff;}
footer .copyRight {border-top:1px solid #29221e; padding-top:10px;}*/

/*2018 4 26*/
.slideGroup .parHd_2 {
    width: 100%;
    margin: 0 auto 50px;
    min-height: 60px;
    position: relative;
}

.slideGroup .parHd_2 ul li {
    float: left;
    cursor: pointer;
    font-size: 20px;
    width: 50%;
    text-align: right;
    display: inline;
    font-size: 18px;
}

.slideGroup .parHd_2_2 ul li {width: 33.33%;}

.slideGroup .parHd_2 ul li:last-child {
    text-align: left;
}

.slideGroup .parHd_2_2 ul li:last-child {
    text-align: right;
}

.slideGroup .parHd_2 ul li a {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    background: url(../images/index_tit2_bg1.png) top center no-repeat;
    padding-top: 20px;
    margin-right: 20%;
    color: #81665d;
}

.slideGroup .parHd_2 ul li:last-child a {
    margin-left: 20%;
}

.slideGroup .parHd_2 ul li.on a {
    background-image: url(../images/index_tit2_bg2.png);
    color: #96000c;
    font-weight: bolder;
}

.slideGroup .slideBox {
    zoom: 1;
    position: relative;
    min-height: 300px;
    margin-top: 30px;
}




/*数字文化*/
.digital_culture {
    width: 970px;
    height: 377px;
    background: url(../images/digital_culture.jpg) no-repeat;
    padding-top: 30px;
    padding-left: 30px;
}

.big {
    width: 410px;
    height: 377px;
    float: left;
}

.big_bg {
    width: 408px;
    height: 308px;
    border: 1px solid #e8e8e8;
    background: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.big_bg:hover img {
    transform: scale(1.2, 1.2);
    transition: all 2s;
}

.big_bg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.big p a {
    color: #523f38;
    font-size: 18px;
    font-weight: bold;
    line-height: 66px;
    height: 66px;
    overflow: hidden;
    display: block;
}

.tit {
    width: 140px;
    height: 347px;
    float: left;
    padding-left: 30px;
    padding-top: 30px;
}

.line {
    background: #111;
    width: 2px;
    height: 105px;
    margin-bottom: 50px;
}

.tit p {
    font-size: 24px;
    color: #b92915;
    font-weight: bold;
}

.tit span {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.s_line {
    background: #b92915;
    width: 16px;
    height: 2px;
    margin-top: 30px;
}

.small {
    width: 340px;
    height: 377px;
    float: right;
    margin-right: 20px;
}

.small ul li {
    float: left;
    width: 160px;
    height: 145px;
    background: #fff;
    margin-bottom: 20px;
}

.small ul li:nth-child(2n+2) {
    float: right;
}

.small a {
    display: block;
    width: 160px;
    height: 145px;
    position: relative;
    overflow: hidden;
}

.small a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.small a:hover img {
    transform: scale(1.2, 1.2);
    transition: all 2s;
}

/*特色文化*/
.characteristic_culture {
}

.characteristic_culture ul li {
    float: left;
    width: 233px;
    height: 294px;
    border: 1px solid #a5dec7;
    margin-right: 20px;
    padding: 4px 0 4px 0;
}

.characteristic_culture ul li:nth-child(4) {
    margin-right: 0;
}

.characteristic_culture li .imgdiv {
    display: block;
    width: 226px;
    height: 254px;
    overflow: hidden;
    margin: 0 auto;
}

.characteristic_culture ul li img {
    width: 226px;
    height: 254px;
}

.characteristic_culture li:hover .imgdiv img {
    transform: scale(1.2, 1.2);
    transition: all 2s;
}

.characteristic_culture ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #523f38;
    width: 226px;
    height: 40px;
    line-height: 40px;
    background: url(../images/btn_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.characteristic_culture ul li:hover a {
    color: #ad2713;
}

.slideGroup .parHd_4 {
    width: 100%;
    margin: 0 auto 50px;
    min-height: 60px;
    position: relative;
    background: url(../images/indexH2Line.png) top center no-repeat;
}

.slideGroup .parHd_4 ul li {
    float: left;
    cursor: pointer;
    font-size: 20px;
    width: 25%;
    text-align: center;
    display: inline;
    font-size: 18px;
}

/*.slideGroup .parHd_4 ul li:last-child{ text-align:left;}*/
.slideGroup .parHd_4 ul li a {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    background: url(../images/indexH2Bg2.png) top center no-repeat;
    padding-top: 20px;
    color: #81665d;
}

/*.slideGroup .parHd_4 ul li:last-child a{ margin-left:20%;}*/
.slideGroup .parHd_4 ul li.on a {
    background-image: url(../images/indexH2Bg.png);
    color: #96000c;
    font-weight: bolder;
}

/*场馆预定*/
.cgyd_whfw {
    position: relative;
}

.cgyd_whfw ul li {
    float: left;
    width: 235px;
    height: 380px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ac9b93;
}

.cgyd_whfw ul li:nth-child(4n+1) {
    background-image: url(../images/cgyd1.png);
}

.cgyd_whfw ul li:nth-child(4n+2) {
    background-image: url(../images/cgyd2.png);
}

.cgyd_whfw ul li:nth-child(4n+3) {
    background-image: url(../images/cgyd3.png);
}

.cgyd_whfw ul li:nth-child(4n+4) {
    background-image: url(../images/cgyd4.png);
}

.cgyd_whfw ul li:hover {
    box-shadow: 0 0 12px #999;
}

.cgyd_whfw ul li h3 {
    position: relative;
    z-index: 3;
    float: right;
    width: 33px;
    height: 126px;
    margin: 15px;
    padding: 10px 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.cgyd_whfw ul li:nth-child(4n+1) h3 {
    background-image: url(../images/tit_cg1.png);
}

.cgyd_whfw ul li:nth-child(4n+2) h3 {
    background-image: url(../images/tit_cg2.png);
}

.cgyd_whfw ul li:nth-child(4n+3) h3 {
    background-image: url(../images/tit_cg1.png);
}

.cgyd_whfw ul li:nth-child(4) h3 {
    background-image: url(../images/tit_cg2.png);
}

.cgyd_whfw ul li p {
    position: relative;
    z-index: 3;
    float: right;
    width: 15px;
    height: 240px;
    margin: 8px 3px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    background: rgba(241, 241, 241, .8)
}

.cgyd_whfw ul li .btn {
    position: absolute;
    bottom: 28px;
    right: 0;
    width: 117px;
    height: 43px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background: url(../images/yd_btn.png) top center no-repeat;
}

.cgyd_whfw ul li:hover .btn {
    background-image: url(../images/yd_btn2.png);
}

.cgyd_whfw ul li img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}

.indexTeamIntro p.title {
    text-indent: 0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3%;
}

.zyz {
    /* padding-top: 50px;*/
}

.zyz li.no1, .zyz li.no3 {
    width: 40%;
}

.zyz li {
    float: left;
}

.zyz li span {
    display: block;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    color: #75352c;
    margin-top: 30px;
    text-indent: 38px;
    background: url(../images/serviceArrow.png) left center no-repeat;
}

.zyz li.no2 {
    width: 20%;
}

.zyz li.no1, .zyz li.no3 {
    width: 40%;
}

.zyz li {
    float: left;
}

.zyz li a {
    display: block;
    width: 100%;
    height: 400px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.zyz li img {
    display: block;
    width: 100%;
    height: 400px;
}

/*.zyz li a:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}*/

.zyz li a:hover span {
    color: #ad2713;
}

.slideGroup3 .slideBox { min-height: 425px;}

.njsw_con ul { overflow: hidden;}

.njsw_con li { float: left; width: 220px; height: 270px; margin-right: 40px; margin-bottom: 20px; position: relative; overflow: hidden;}

.njsw_con li:nth-child(4), .njsw_con li:nth-child(6) {margin-right: 0;}

.njsw_con li img { display: block; width: 100%; height: 270px; position: absolute; top: 0; left: 0; z-index: 1;}

.njsw_con li a {display: block; width: 100%; height: 270px; padding-top: 110px; position: absolute; top: 0; left: 0; z-index: 2; background: url(../images/njsw_bg.png) center top no-repeat;
    box-sizing: border-box; text-align: center; color: #fff; font-weight: bold; font-size: 18px; line-height: 1.3;}

.njsw_con li:hover a {background-image: url(../images/njsw_bg2.png);}

.njsw_con li:hover img {transform: scale(1.2, 1.2); transition: all 0.5s;}

.njsw_con li:nth-child(5), .njsw_con li:nth-child(6) { width: 480px; height: 160px;}

.njsw_con li:nth-child(5) a, .njsw_con li:nth-child(6) a { height: 160px; padding-top: 55px; background-image: url(../images/njsw_bga.png);}

.njsw_con li:nth-child(5):hover a, .njsw_con li:nth-child(6):hover a { background-image: url(../images/njsw_bga2.png);}

.index_sec1_con { width: 1130px; margin: 230px auto 0;}

.index_sec1_con li {float: left; width: 242px; margin-right: 50px; border: 1px solid #a2d9c3; cursor: pointer; position: relative;}

.index_sec1_con li:last-child {margin-right: 0; float: right;}

.index_sec1_con li img.fj { width: 100%; height: 571px; position: relative; z-index: 2;}

.index_sec1_con li img.index_shadow { position: absolute; bottom: -35px; left: 50%; margin-left: -137px; width: 274px; height: 67px; display: block; z-index: 1;}

.index_sec1_con li:hover img.fj {transform: scale(1.2, 1.2);transition: all 2s;}

.index_xs { width: 1322px; height: 359px; display: block; position: absolute; bottom: 0;left: 50%; margin-left: -661px; z-index: 3;}



.cgydLst li h3 {
    height: 150px;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
/*2019.8.16新增*/
/*文化服务*/
.slideGroup .parHd2 ul{ width: 60%;margin: 0 auto}
.slideGroup .parHd2 ul li{width: 20%;text-align: center;}


/*云阅读*/
.ul3{
    text-align: center;
}
.ul3 li{
    display: inline-block;
    width: 196px;
    height: 470px;
    margin: 0 10px;
}
.ul3 li.li1{
    position: relative;
    top: 35px;
}
.ul3 li a{
    display: block;
    cursor: pointer;
}
/*特色文化*/
.slideGroup .parHd4 ul{ width: 60%;margin: 0 auto}
.slideGroup .parHd4 ul li{width: 25%;text-align: center;}
/*文化亮点 非遗 旅游品牌*/

.ul2{
    margin: 0 -10px;
}
.ul2 li{
    width: 33.3333333%;
    box-sizing: border-box;
    height: 250px;
    float: left;
    padding: 0 10px 20px;
}
.ul2 li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.ul2 li a img,
.ul2 li a{
    width: 100%;
    height: 100%;
}
.ul2 li a p{
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    left: 0;
    bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ul2 li a:hover img{
    transform: scale(1.1, 1.1);
}
/*文化场馆*/
.venue{
    width: 100%;
}
.venue .venue-list{
    width: 336px;
    height: 319px;
    background: #fff;
    box-sizing: border-box;
    float: left;
    display: block;
}

.venue .venue-list:hover{  background: #478c92; cursor: pointer}
.venue .venue-list+.venue-list{
    margin-left: 40px;
}
.venue .venue-list img{display: block;padding: 17px 17px 0  17px  ; height: 210px;width: 100%; box-sizing: border-box;}
.venue .venue-list .title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 17px;
}
.venue .venue-list:hover .title{
    color: #fff;
}
/*群众艺术馆*/
.qz .qzitem{
    float: left;
    background: black;
    color: #fff;
    width: 23%;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 1%;
    box-sizing: border-box;
    height: 295px;
    position: relative;

}
.qz .qzitem:hover{
    cursor: pointer;
}
.qz .qzitem img{
    display: block;
    width: 100%;
    height: 100%;
}
.qz .qzitem .title{
    background: rgba(71,140,146,0.5);

    float: right;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.qz .qzitem span{
    font-size: 18px;
    display: block;
    width: 90%;
    word-wrap: break-word;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;

}
/*民意征集*/
.proposal{
    background: url("../images/proposal.jpg") no-repeat center ;
    background-size: contain;
    width: 100%;
    height: 450px;
    position: relative;

}
.proposal .btn {
    color:#4c929b;
    background: #ffffff;
    width: 162px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    bottom: 101px;
    left: 108px;
    border-radius: 5px;

}
.proposal .btn:hover{
    cursor: pointer;
}
/*活动报名*/
.cultureList{
    margin: 0 -10px;
}
.cultureList li {
    float: left;
    width: 33.333333%;
    height: 429px;
    /* margin-right: 50px;*/
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
}
.cultureList li a{
    display: block;
    border: solid 1px #cdc3bf;
    padding: 2px;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.cultureList li div.cont3_img{
    height: 210px;
    width: 100%;
}
.cultureList li div.cont3_img img{
    width: 100%;
    height: 100%;
}
.cultureList li div.cont3_txt{
    padding: 24px;
}
.cultureList li div.cont3_txt h2{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.cultureList li div.cont3_txt p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    padding: 3px 0;
    color:#666;
}
.cultureList li a .iconap {
    background: url(../images/abtn1.png) no-repeat;
    display: block;
    width: 98%;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 1%;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.cultureList li:hover a{
    margin: -10px 0;
    background: #96000c;
    color: #fff;
    padding: 10px;
}
.cultureList li:hover a p,
.cultureList li:hover a .iconap{
    color: #fff;
}
.cultureList li:hover a .iconap{
    background: url(../images/abtn1h.png) no-repeat;
    background-size: 100% 100%;
    color:#96000c;
}
@media ( max-width: 1440px) {
    .indexTit {
        margin: 0 auto 20px; height: 54px; line-height: 54px;
    }

    .fullSlideImg .hd {
        bottom: 5px;
    }

    .fullSlideImg .bd li {
        /* top: -50px !important; */
    }

    .slideGroup .slideBox {
        margin-top: 0;
    }

    .slideGroup .parHd {
        margin-bottom: 20px;
    }

    a.indexMore {
        bottom: -110px;
    }

    .section3 a.indexMore {
        bottom: -200px;
    }

    .section4 a.indexMore {
        bottom: -140px;
    }

    .section6 a.indexMore {
        bottom: -235px;
    }
}

@media ( max-width: 1366px) {
    .logo {
        margin-top: 3px;
    }

    .logo img { width: 240px;}

    .top_right {
        margin-top: 10px;
    }

    .index_sec1_con {width: 915px;margin: 96px auto 0;}

    .index_sec1_con li { width: 198px; height: 467px; margin-right: 38px; overflow: hidden;}

    .index_sec1_con li img.fj { height: 467px;}

    .index_xs { height: 303px; margin-left: -558px; width: auto;}

    .index_sec1_con li:hover img.fj {transform: scale(1.1, 1.1);}

    .cont1 {margin: 0 auto;}

    .newsLeft { height: 362px; background-size: 100% 100%;}

    .newsRight ul li {margin-bottom: 10px;}

    .cgydLst li {height: 376px; width: 210px; margin-right: 45px; background-size: 100% 100%;}

    .map_con {height: 396px;}

    .slideGroup .parHd_2 {margin-bottom: 10px;}

    .digital_culture { height: 356px; background-size: 100% 100%;}

    .big p a { line-height: 45px;}

    .section4 a.indexMore {margin-bottom: -80px;}

    .zyz li a, .zyz li a img { height: 375px;}

    .section4 .ind_video a.indexMore {bottom: -30px;}

    .section4 a.more_ts { bottom: 0;}

    .characteristic_culture {margin-top: 20px;}

    .slideGroup .parHd {
        margin-bottom: 15px;
    }

    .fullSlideImg .bd li {
        top: -185px !important;
        min-height: 750px;
    }

    .fullSlideImg .bd li:nth-child(2) {
        top: -155px !important;
    }

    .section2 a.indexMore {
        bottom: -50px;
    }

    .section3 a.indexMore {
        bottom: -90px;
    }

    .section5 a.indexMore {
        bottom: -50px;
    }

    .section6 a.indexMore {bottom: -80px;}

    .activeList li .nr h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
    }

    .indexService li img {
        height: 340px;
    }
    .ul2 li{
        height: 210px;
    }
    .ul3 li{
        width: 167px;
        height: auto;
    }
    .ul3 li img{
        width: 100%;
    }
    .whdt {height: 400px;}
}

@media ( max-height: 700px) {
    .slideBoxImg .hd { top: 536px}

    .cont1 { margin-top: -5%;}

    .subleft { margin-top: -177px;}

    .top_con {top: 4%;}

    .slideGroup2 .parHd {margin-bottom: 0;}

    .whdt {height: 400px;}

    footer {padding: 15px 0;}

    .banner_kuang {right: 30px;}

    .slideBoxImg .bd li img {right: 30px;}

}