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

html {
	height: 100%;
	overflow:hidden;
}

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: none;
} /*定义滑块 内阴影+圆角*/
::-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/leftNavBgImg
	.png
);


}
}
@
-moz-keyframes rotate1 { 0% {
	transform: rotateY(0deg);
}

100%
{
	transform
	:rotateY(360deg)
;


	background-image
	:url
	(../images/leftNavBgImg
	.png
);


}
}
@
keyframes rotate1 { 0% {
	transform: rotateY(0deg);
}

100%
{
	transform
	:rotateY(360deg)
;


	background-image
	:url
	(../images/leftNavBgImg
	.png
);


}
}
/** index **/






.subleft {
	position: fixed;
	right: 20px;
	top: 50%;
	width: 147px;
	margin-top: -284px;
	z-index: 999;
}

#menu {
	position: relative;
	z-index: 999;
}
#menu::after{
	display: block;
	content: "";
	width: 100%;
	height: 94%;
	background: url(../images/menbg_ver.png) repeat-y center center;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1;
}

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

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

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

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

.section1{
	position: relative;
	background: url(../images/bodybg01.jpg) no-repeat center bottom;
	background-size:100% 100%;
}

.section2, .section4, .section6, .section8{
	background: url(../images/bodybg02.jpg) no-repeat center bottom;
	background-size:100% 100%;

}
.section3, .section5, .section7 {
	background: url(../images/bodybg03.jpg) no-repeat center bottom;
	background-size:100% 100%;

}

.cont1 {
	height: 90%;
	width: 1000px;
	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:1040px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -520px;
	z-index: 999;
}

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

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

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

.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: 72px;
	height: 50px;
	padding-right: 18px;
	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 12px;
}

.sslct .butten_r {
	display: inline-block;
	width: 72px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	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;
	height: 50px;
	text-align: center;
	/* padding-top: 30px; */
	line-height: 20px;
	letter-spacing: 2px;
	text-align: center;
	background: url(../images/loginbtn.png) no-repeat top center;
	color: #694e45;
}

a.login_a:hover {
	color: #96000c;
}

#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;
	margin: 30px auto;
	width: 1000px;
	height: 90px;
}
.indexTit02{
	background: url(../images/indexTit02.png) center center no-repeat;
}
.indexTit03{
	background: url(../images/indexTit04.png) center center no-repeat;
}
.indexTit04{
	background: url(../images/indexTit03.png) center center no-repeat;
}
.indexTit05{
	background: url(../images/indexTit05.png) center center no-repeat;
}
.indexTit06{
	background: url(../images/indexTit06.png) center center no-repeat;
}
.indexTit07{
	background: url(../images/indexTit07.png) center center no-repeat;
}
.indexTit08{
	background: url(../images/indexTit08.png) center center no-repeat;
}

a.indexMore {
	position: absolute;
	bottom: -150px;
	left: 50%;
	width: 129px;
	height: 76px;
	margin-left: -64.5px;
	line-height: 48px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background: url(../images/more.png) center center no-repeat;
	letter-spacing: 2px;
	z-index: 999;
}

a.indexMore:hover {
	background: url(../images/more_h.png) center center no-repeat;
	color:#fff;
}
.section4 a.indexMore {
	bottom: -200px;
}
.section8 a.indexMore {
	bottom: -200px;
}
/*.section5 a.indexMore {
	bottom: -110px;
}
 section3 a.indexMore{bottom: -260px;}
.section6 a.indexMore {
	bottom: -156px;
} */

.slideGroup {
	width: 1000px;
	text-align: left;
	margin-top: 50px;
}

.slideGroup .parHd {
	width: 100%;
	margin: 0px auto 60px;
	min-height: 60px;
	position: relative;
	text-align: center;
}

.slideGroup .parHd ul li {
	display: inline-block;
	cursor: pointer;
	width: 130px;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
	font-weight: bolder;
}

.slideGroup .parHd ul li:before{
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #333;
	bottom: 0;
	left: 50%;
	margin-left: -3.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.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:last-child{ text-align:left;}*/
.slideGroup .parHd ul li a {
	color: #333;
	display: inline-block;
	height: 38px;
	line-height: 36px;
}
/*.slideGroup .parHd ul li:last-child a{ margin-left:20%;}*/
.slideGroup .parHd ul li.on a {
	color: #c0133d;
}
.slideGroup .parHd ul li.on:before{
	background: #c0133d;
}

.slideGroup .slideBox {
	zoom: 1;
	position: relative;
	min-height: 300px;
	/* margin-top: 75px; */
}
.slideGroup2{
	margin-top: 0;
}

/* 首页幻灯 */
.fullSlideImg {
	min-width: 1000px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.fullSlideImg .bd {
	position: relative;
	z-index: 8;
	width: 100%;
	height: 100%;
}

.fullSlideImg .bd ul {
	width: 100% !important;
	width: 100%;
	height: 100% !important;
	height: 100%;
}

.fullSlideImg .bd li {
	width: 100% !important;
	height: 100%;
}
/*.fullSlideImg .bd li a{ position:absolute; width:100%; height:100%; display:block; z-index:1;  }*/
.fullSlideImg .hd {
	width: 100%;
	position: absolute;
	z-index: 9;
	bottom: 35px;
	left: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.fullSlideImg .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 40px;
	margin: 0 12px;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 9999px;
}

.fullSlideImg .hd ul li:nth-child(1) {
	background: url(../images/hd_num1.png);
}

.fullSlideImg .hd ul li:nth-child(2) {
	background: url(../images/hd_num2.png);
}

.fullSlideImg .hd ul li:nth-child(3) {
	background: url(../images/hd_num3.png);
}

.fullSlideImg .hd ul li:nth-child(1).on {
	background: url(../images/hd_num1a.png);
}

.fullSlideImg .hd ul li:nth-child(2).on {
	background: url(../images/hd_num2a.png);
}

.fullSlideImg .hd ul li:nth-child(3).on {
	background: url(../images/hd_num3a.png);
}

.slogan{
	width: 100%;
	height: auto;
	min-height: 130px;
	position: absolute;
	top: 50%;
	margin-top: -256px;
	left: 0;
	z-index:998;
	background: url(../images/biaoyu.png) no-repeat center center;
	-o-background-size: 60%;
	-ms-background-size: 60%;
	-moz-background-size: 60%;
	-webkit-background-size: 60%;
	background-size: 60%;
}

/* banner 2018-11-02 */
.banner{
	width: 1920px;
	height: 583px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -960px;
	overflow:hidden;
}
.banner-positon{
	width: 100%;
	height: 583px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow:hidden;
	background: url(../images/bodybg-positon.png) center center  no-repeat;
	-o-background-size:  100% 100%;
	-ms-background-size:  100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size:  100% 100%;
	background-size: 100% 100%;
	z-index: 888;
}
.banner .bd{
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img{
	width: 100%;
	height: 100%;
	display:block;
}

.bannerPlay {
	display: block;
	width: 162px;
	margin: 0 auto;
}

.bannerPlay1 {
	padding-right: 65px;
	margin-top: 690px;
}

.bannerPlay2 {
	padding-left: 170px;
	margin-top: 635px;
}

.bannerPlay3 {
	padding-left: 190px;
	margin-top: 685px;
}

.bannerPlay a {
	display: inline-block;
	width: 162px;
	height: 47px;
	text-align: center;
	line-height: 46px;
	color: #75352c;
	font-size: 18px;
	background: url(../images/bennerPlay.png) no-repeat;
}

.bannerPlay a:hover {
	color: #96000c;
}




/*活动资讯*/
.newsLeft {
	width: 480px;
	height: 385px;
	padding: 20px;
	background: url(../images/index_whzx_bg1.png) top center no-repeat;
}

.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 span.img_con:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}

.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: 444px;
	cursor: pointer;
}


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

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

.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 p {
	color: #fff;
}

.newsRight ul li:hover span.time {
	color: #cfa3a6;
}
/*文化日历*/
.calendarCon {
	width: 998px;
	height: 458px;
	border: 1px solid #b1b1b1;
	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 #b1b1b1;
	border-right: 1px solid #b1b1b1;
}

.calendarRight {
	width: 380px;
}

.calendarRight_tit {
	height: 44px;
	padding: 20px;
	border-bottom: 1px solid #b1b1b1;
	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: 30px 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 h3 {
	color: #96000c;
}
/*文化活动*/
.activeList li {
	float: left;
	width: 240px;
	height: 335px;
	background: url(../images/bmbg.png) top center no-repeat;
	margin-right: 50px;
	cursor: pointer;
	padding: 33px 30px 26px;
}

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

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

.activeList li .imgdiv {
	width: 100%;
	height: 160px;
	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: 109px;
	padding: 16px 12px 0px;
}

.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: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	line-height: 24px;
}

.activeList li .btn {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
	background: url(../images/bmbtn.png) no-repeat center 0;
	color: #fff;
}
.activeList li:hover .btn{
	background: url(../images/bmbtn_h.png) no-repeat center 0;
	color: #fff;
}

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

.activeList li:hover img {
	box-shadow: 0 0 8px #333;
}
/*场馆预定*/
.cgydLst li{ float:left; width:235px; height:381px; background-repeat:no-repeat; background-position: top center; margin-right:20px; position:relative; cursor:pointer;}
.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_bg3.png);}
.cgydLst li:nth-child(4) h3{ background-image:url(../images/cbyd_tib_bg4.png);}

.cgydLst li p{float:right; max-width:80px; height:175px; margin:16px 2px; font-size:14px;overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;
	writing-mode: vertical-rl; /* 字体垂直 */letter-spacing: 2px; line-height: 18px;}
.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/cbydBtn2.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: 998px;
	height: 462px;
	background: #ebe8e7;
	border: 1px solid #ddd;
}

.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;
	background: url(../images/map.png) no-repeat center;
	-o-background-size:  100% 100%;
	-ms-background-size:  100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size:  100% 100%;
	background-size: 100% 100%;
}

.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;
	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;
	text-align: center;
}

.slideGroup .parHd_2 ul li {
	display: inline-block;
	cursor: pointer;
	width: 130px;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
	font-weight: bolder;
	margin: 0 20px;
}

.slideGroup .parHd_2 ul li:before{
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #333;
	bottom: 0;
	left: 50%;
	margin-left: -3.5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.slideGroup .parHd_2 ul li.on:before{
	background: #c0133d;
}

/* .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 {
	color: #333;
	display: inline-block;
	height: 38px;
	line-height: 36px;
}

.slideGroup .parHd_2 ul li.on a {
	color: #c0133d;
}

.slideGroup .parHd ul li.on:before{
	background: #c0133d;
}

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

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

.section5 a.indexMore {
	bottom: -280px;
}
/*数字文化*/
.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: #333px;
	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;
}

/* 邢窑三馆 */
.section5 .slides{
	overflow: inherit;
}

.slideGroup .parHd6{
	margin-top: 40px;
}
.characteristic_culture {
	width: 1000px;
	height: 475px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/xyaobg.png) no-repeat;
}

.characteristic_culture ul li.oneleft{
	width: 410px;
	height: 100%;
}
.characteristic_culture ul li.oneleft a{
	display: block;
	width: 100%;
	height: 100%
}
.characteristic_culture ul li.oneleft .imgdiv{
	width: 410px;
	height: 310px;
	overflow: hidden;
}
.characteristic_culture ul li.oneleft a img{
	display: block;
	width: 100%;
	height: 100%;
}

.characteristic_culture ul li {
	float: left;
	width: 240px;
	height: 200px;
	margin-right: 24px;
	margin-bottom: 12px;
}

.characteristic_culture ul li:nth-child(2n+3) {
	margin-right: 0;
}

.characteristic_culture li .imgdiv{
	width: 240px;
	height: 135px;
	overflow: hidden;
}

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

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

.characteristic_culture ul li a {
	display: block;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
	padding-bottom: 18px;
}

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


.characteristic_culture ul li a h2{
	font-size: 18px;
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.characteristic_culture ul li a p{
	line-height: 24px;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
}
.characteristic_culture ul li a span{
	color: #999;
}


.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;
	position: relative;
}

.zyz li span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	background: url(../images/morebg.png) 46px center no-repeat #c0133d;
	font-family: cursive;
	text-indent: 16px;
}

.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.no1 a:hover img, .zyz li.no3 a:hover img {
	transform: scale(1.2, 1.2);
	transition: all 2s;
}

.zyz li a:hover span {
	text-decoration: underline;
}
.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;}

/* 书香内丘 */
.section7  .slideGroup7{
	margin-top:124px;
}
.bookBox{
	width: 100%;
	margin: 0 auto;
}
.bookBox ul{
	margin: 0 -26.5px;
}
.bookBox ul li{
	float: left;
	width: 210px;
	height: 302px;
	margin: 0 26.5px;
}
.bookBox ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.bookBox ul li a img{
	width: 100%;
	height: 100%;
}
.bookBox ul li a span{
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline;
	width: 100%;
	height:58px;
	line-height: 58px;
	background: rgba(218,37,29,.5);
	padding: 0 10px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.bookBox ul li a:hover img, .nolegacy ul li a:hover img{
	transform: scale(1.2, 1.2);
	transition: all 2s;
}
.bookBox ul li a:hover span{
	background: #da251d;
}

/* 非遗保护 */
.nolegacy{
	width: 100%;
}
.nolegacy ul{
	margin: 0 -32.5px;
}
.nolegacy ul li{
	float: left;
	width: 232px;
	height: 310px;
	margin: 0 32.5px;
	background: url(../images/nolegacybg.jpg) no-repeat;
	padding: 30px 29px;
}
.nolegacy ul li:hover h3{
	color: #c0133d;
}
.nolegacy ul li h3{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.nolegacy ul li p{
	display:box;
	display:-moz-box;
	display:-webkit-box;
	margin-top: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #666;
	line-height: 24px;
	font-size: 12px;
}
.nolegacy ul li a{
	display: block;
	width: 232px;
	height: 174px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-top: 24px;
}
.nolegacy ul li a img{
	width: 100%;
	height: 100%;
}

/* */
.slideGroup6 .parBd6 .slides{
	overflow: inherit;
}


@media ( max-width : 1440px) {
	.indexTit {
		margin: 0 auto 0px;
		background-size: 60%;
		height: 60px;
	}
	.banner-positon, .banner{
		height: 488px;
	}

	.fullSlideImg .hd {
		bottom: 5px;
	}
	.fullSlideImg .bd li {
		/* top: -50px !important; */
	}
	.slideGroup{
		margin-top: 15px;
	}
	.slideGroup .slideBox {
		margin-top: 0;
	}
	.slideGroup .parHd {
		margin-bottom: 20px;
	}
	a.indexMore {
		bottom: -110px;
	}
	/*.section3 a.indexMore {
		bottom: -200px;
	}*/
	.section4 a.indexMore {
		bottom: -50px;
	}
	.section6 a.indexMore {
		bottom: -64px;
	}
	.section7 a.indexMore {
		bottom: -140px!important;
	}
	.section8 a.indexMore {
	    bottom: -100px!important;
	}
	.slideGroup .parHd{
		margin-bottom: 0;
	}
	.slideGroup .parHd ul li:before,
	.slideGroup .parHd_2 ul li:before{
		width: 4px;
		height: 4px;
	}
	.slideGroup .parHd ul li a{
		height: 32px;
		line-height: 32px;
	}
	.newsRight ul li .imgbox{
		height: 95px;
	}
	.newsRight ul li {
		height: 96px;
        background-size: 100% 100%;
	}
	.section2 a.indexMore {
        bottom: -26px;
	}
	a.indexMore {
	    width: 100px;
		height: 60px;
		background-size: 100% 100%;
		margin-left: -50px;
	}
	#zcfg_bottom{
		height: 140px;
		overflow: hidden;
	}
	.tab{
		height: 380px!important;
		background: url(../images/zcfgbg.png) no-repeat!important;
		background-size: 100% 100%!important;
	}
	.slideGroup .parHd_2 {
	    margin-top: 0!important;
	}
	.zyz{
		padding-top: 0;
	}
	.characteristic_culture {
	    margin-top: 0;
		height: 380px;
		padding: 20px;
		background-size: 100% 100%;
	}
	.characteristic_culture ul li.oneleft .imgdiv{
		height: 260px;
	}
	.characteristic_culture ul li a p{
		height: 24px;
	}
	.characteristic_culture ul li{
		height: 160px;
	}
	.characteristic_culture ul li a span{
		display: none;
	}
	.characteristic_culture ul li a h2{
		margin-top: 5px;
	}
	.section3 a.indexMore{
		bottom: -60px;
	}
}

/*20181130 add */
.picScroll-top2{
	margin: 0px 20px 0 15px;
	height:256px;
}
.picScroll-top2 .bd2 ul li p{
	color:#666;
}
.picScroll-top2 .bd2 ul li {
	padding: 13px 0;
}
.picScroll-top2 .hd2 {
	overflow: hidden;
	text-align: center;
	height: 35px;
	padding-top: 10px;
}
.picScroll-top2 .hd2 ul {
	text-align: center;
	overflow: hidden;
}
.picScroll-top2 .hd2 li {
	width: 38px;
	height: 35px;
	display: inline-block;
	padding: 0;
	font-size: 0;
	margin: 0 12px;
	vertical-align: top;
	cursor: pointer;
}
.picScroll-top2 .hd2 li:nth-of-type(1) {
	background: url(../images/onebd.png) center no-repeat;
}
.picScroll-top2 .hd2 li:nth-of-type(2) {
	background: url(../images/twobd.png) center no-repeat;
}
.picScroll-top2 .hd2 li:nth-of-type(3) {
	background: url(../images/threebd.png) center no-repeat;
}
.picScroll-top2 .hd2 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 .hd2 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 .hd2 li.on:nth-of-type(3), .picScroll-top2 .hd li:nth-of-type(4):hover {
	background: url(../images/threebd_on.png) center no-repeat;
}
.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: #f9f9f9;
	-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;
}
.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;
}
.sc-week-item{
	color:#96000c!important;
	font-weight: normal;
}
.monthdiv{
	color: #81665d;
}
.monthdiv .sc-select-year{
	color: #81665d;
}
.monthdiv .sc-select-month{
	color: #666;
}
.tab{

	width:100%;
	height:430px;
	background:url(../images/zcfgbg.png) center no-repeat;
}
.main_yt{
	height: 125px;
	border-bottom: 1px dashed #b1b1b1;
	padding: 30px 0px 10px;
	margin: 0 30px;
}

}
.main_yt .main_yt_top{height:100px;}
.ytdt_right_date{
	width: 6%;
	height: 100%;
	border:1px dashed #333;
	color:#333;
	padding:0 5px;

}
.ytdt_right_date .ytdt_day{
	font-size:40px;
}
.ytdt_right_date .ytdt_year{font-size:18px;margin-top: 18px;}
.ytdt_right_con{
	width: 88%;
	height: 100%;
	font-size:16px;
	color:rgba(33,58,115,0.8);
	margin-left:4%;
	line-height: 1.8;
	max-height: 5.6rem;
	overflow: hidden;
}
.ytdt_right_con h3{
	width: 100%;
	padding-left:0px;
	overflow: hidden;
	/*text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;*/
	font-size:18px;
	color:#333;


}
.ytdt_right_con p{
	padding-top: 10px;
	width: 100%;
	height: 60px;
	text-align: justify;
	line-height: 1.8;
	text-indent: 32px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#444;
}
.main_list{padding: 20px 30px;}
.main_list ul li{width: 100%;text-align: left;margin-bottom:7px; padding-left:5px;overflow:hidden;}
.main_list ul li .main_list_txt{width: 73%;line-height: 1.8;font-size:16px;color:333;white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;}
.main_list ul li .lingxing{
	width: 8px;
	height: 8px;
	margin-right:10px;
	margin-top: 10px;
	background-color: #c0133d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
.main_list ul li .main_list_time{color:#999;font-size:16px;}





@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:340px; 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:-45px;}*/
	.zyz li a, .zyz li a img{ height:375px;}
	.section4 .ind_video a.indexMore{bottom:-30px;}
	.section4  a.more_ts{ bottom:0;}


	.slogan{
		margin-top: -180px;
	}
	.banner-positon, .banner{
		height: 366px;
	}
	.fullSlideImg .bd li {
		top: -185px !important;
		min-height: 750px;
	}
	.fullSlideImg .bd li:nth-child(2) {
		top: -155px !important;
	}
	.section5 a.indexMore {
		bottom: -240px;
	}
	.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;
	}
}

@media (max-width:1280px) and (max-height:1025px) {
	.banner-positon, .banner{
		height: 558px;
	}
	.slogan {
		margin-top: -210px;
	}
}

@media (max-width:1280px) and (max-height:960px) {
	.banner-positon, .banner{
		height: 506px;
	}
}

.picScroll-top2 .bd2 ul{
	margin-top:6px;
}
.picScroll-top2 .bd2 ul li{
	padding:6px 0;
	margin-top:6px;
}
.picScroll-top2 .hd{
	padding-top: 4px;
}
.picScroll-top2 .bd2 ul li .pic{
	position:relative;
	overflow:hidden;
}
.picScroll-top2 .bd2 ul li .pic i{
	display:none;
	font-style:normal;
	width:85px;
	height:30px;
	line-height:34px;
	background:rgba(150,0,12,.6);
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.picScroll-top2 .bd2 ul li .pic i.reserveicon{
	display:block;
}

.zyz:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}