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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
	resize: none;
}

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

caption, th {
	font-weight: normal;
}

img {
	border: 0;
	outline: 0;
}

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

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

a:focus {
	outline: 0;
}
a:hover {
	color: #418ecf;
}

img{
	vertical-align: top;
}

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

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

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

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

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

.ul3 li:hover h3,
.ul3 li .ticket span i.newi{
	color: #418ecf;
}

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


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


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

/*文化资讯*/

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

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

/*section2*/
.section2{
	padding: 70px 0 100px;
	height: 750px;
	background: url(../images/indexbg1.jpg) no-repeat;
	background-size: 100% 100%;
}

.parBd2 .slideBox{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

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

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

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

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

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

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

.calendarRight_tit .title {
	float: left;
}

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

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

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

.calendarRight_tit .act-more:hover {
	color: #418ecf;
}

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

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

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

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

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

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

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

.picScroll-top2 .bd2 ul li:hover p {
	color: #418ecf;
}

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

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

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

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

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

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

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

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

.sc-today .day {
	background: #418ecf;
}

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

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

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

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

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

.calendarCon .calendarRight {
	width: 333px;
}

.digread li.dbt i {
	color: #418ecf;
}

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

/*特色文化*/
.section5{
	padding: 10px 0 40px;
	background: url(../images/shadowimg2.png) no-repeat left center;
}
.ul5{
	margin: 0 -18px;
}
.ul5 li{
	width: 25%;
	height: 460px;
	padding: 0 18px;
	float: left;
}
.ul5 li a{
	display: block;
	background: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 35px 22px 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.ul5 li a:after{
	width: 100%;
	display: none;
	content: '';
	height: 8px;
	background: url(../images/livebg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 22;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ul5 li a .title{
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ul5 li a .date{
	font-size: 12px;
	color: #ea4e52;
	margin: 12px 0 18px;
}
.ul5 li a img{
	width: 100%;
	height: 150px;
	vertical-align: top;
	border-radius: 10px;
}
.ul5 li a .con{
	color: #999;
	line-height: 24px;
	margin: 26px 0 28px;
	height: 100px;
	overflow: hidden;
}
.ul5 li a .con span,
.ul5 li a .con p{
	line-height: 26px!important;
	color: #999!important;
	font-size: 14px!important;
}
.ul5 li a .con img,
.ul5 li a .con a{
	display: none!important;
}
.ul5 li a span.detail{
	display: block;
	width: 106px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	border:solid 1px  #56a5e8;
	color: #56a5e8;

	margin: 0 auto;
}
.ul5 li:after{
	display: block;
	background: #bdbdbd;
	height: 6px;
	width: 100%;
	z-index: 2;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.ul5 li:hover:after{
	background: #56a5e8;
}
.ul5 li:hover a span.detail{
	border:solid 1px  #56a5e8;
	background: #56a5e8;
	color: #fff;
}
.ul5 li:hover a:after{
	display: block;
}
.bannerdiv {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*banner*/
.fullSlide {
	min-width: 1200px;
	position: relative;
	height: auto;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
}
.fullSlide .bd li img {
	display: block;
	width:100%;
	height:100%;
	height:450px;
}
.fullSlide .bd li .middle{
	position:absolute;
	left:50%;
	top:42px;
	margin-left:-600px;
	text-align:right;
}
.fullSlide .bd li .middle img{
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 15px;
	position: absolute;
	z-index: 1;
	bottom: 18px;
	overflow: hidden;
}
.fullSlide .hd ul {
	text-align:center;
	overflow:hidden;
}
.fullSlide .hd ul li {
	display:inline-block;
	margin: 0 5px;
	cursor: pointer;
	max-width:240px;
	height:42px;
	line-height:24px;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	vertical-align:top;
	text-align:left;
}
.fullSlide .hd ul li .thumb{
	display: inline-block;
	width: 32px;
	height:32px;
	line-height: 32px;
	margin:3px 3px;
	overflow:hidden;
	border: 2px solid #e5e3da;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	vertical-align:top;
	position:relative;
}
.fullSlide .hd ul li span{
	display:none;
	width:180px;
	line-height:42px;
	padding-right:10px;
	margin-left:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	color:#fff;
}
.fullSlide .hd ul li.on span{
	display:inline-block;
}
.fullSlide .hd ul li.on{
	background:rgba(0,0,0,.5);
}
.ul12{
}
.ul12 li{
	width: 320px;
	height: 220px;
	margin: 0 30px 30px 0;
	float: left;
	position: relative;
}
.ul12 li a,
.ul12 li a .imgbox,
.ul12 li a .imgbox img{
	display: block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.ul12 li a{
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	position: relative;
}
.ul12 li a:after{
	display: none;
	width: 100px;
	height: 100px;
	background: url(../images/icon/icon-vedio.png) no-repeat;
	background-size: 100% 100%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -80px 0 0 -50px;
	z-index: 11;
}
.ul12 li a .txtbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.ul12 li a .txtbox h2{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
}
.ul12 li a .txtbox .txt{
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	display: none;
}
.ul12 li a .txtbox .txt p,
.ul12 li a .txtbox .txt span{
	line-height: 22px!important;
	font-size: 14px!important;
	text-indent: 0!important;
}
.ul12 li:nth-child(3),
.ul12 li:nth-child(5){
	margin-right: 0;
}
.ul12 li:nth-child(1){
	width: 500px;
	height: 470px;
	margin-right: 30px;
}

.ul12 li a .type{
	width: 60px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	position: absolute;
	z-index: 22;
	left: 20px;
	top: 20px;
	color: #fff;
	text-align: center;
	background: -webkit-linear-gradient(left, #71bbd4 , #138cb6); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #71bbd4, #138cb6); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #71bbd4, #138cb6); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #71bbd4 , #138cb6); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#71bbd4, endColorstr=#138cb6);
}
.ul12 li a:hover:after{
	display: block;
}
/*志愿者*/
.volunteerbox .ul13{
	width: 820px;
}
.volunteerbox .ul13 li{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 15px;
	margin-bottom: 20px;
}
.volunteerbox .ul13 li a{
	position: relative;
	display: block;
}
.volunteerbox .ul13 li a img{
	position: absolute;
	width: 140px;
	height: 100px;
	top: 0;
	left: 0;
}
.volunteerbox .ul13 li a .txt{
	margin-left: 150px;
	min-height: 100px;
}
.volunteerbox .ul13 li a .txt h3{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
}
.volunteerbox .ul13 li a .txt div{
	max-height: 46px;
	overflow: hidden;
}
.volunteerbox .ul13 li a .txt div p,
.volunteerbox .ul13 li a .txt div span{
	margin: 0 !important;
	font-size: 14px!important;
	line-height: 22px!important;
}
.volunteerbox .volunteerright{
	width: 360px;
	height: 430px;
	position: relative;
}
.volunteerbox .volunteerright img{
	width: 100%;
}
.volunteerbox .volunteerright .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
	font-size: 30px;
	top: 0;
	left: 0;
	z-index: 0;
	box-sizing: border-box;
	text-align: center;
	padding-top: 140px;
}
/*场馆预订*/
.venueswiper{
	position: relative;
	height: 430px;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.venueswiper .gallery-top{
	width: 100%;
	overflow: hidden;
}
.venueswiper .gallery-top .imgbox{
	width: 820px;
	float: left;
	height: 430px;
}
.venueswiper .gallery-top .slidecon{
	width: 380px;
	float: left;
	height: 430px;
	background: #fff;
}
.venueswiper .gallery-top .imgbox img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.venueswiper .gallery-top .slidecon h2{
	height: 86px;
	line-height: 86px;
	padding: 0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(left, #366fb6 , #66cec7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #366fb6, #66cec7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #366fb6, #66cec7); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #366fb6 , #66cec7); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#366fb6, endColorstr=#66cec7);
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.venueswiper .gallery-top .slidecon .txt{
	padding: 20px 30px;
}
.venueswiper .gallery-top .slidecon .txt .labelul li{
	position: relative;
	line-height: 26px;
	min-height: 26px;
}
.venueswiper .gallery-top .slidecon .txt .labelul li label{
	position: absolute;
	top: 0px;
	left: 0;
	line-height: 26px;
	color: #999;
}
.venueswiper .gallery-top .slidecon .txt .labelul li span{
	margin: 0 0 0 50px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.venueswiper .gallery-top .slidecon .txt .labelul li:last-child span{
	white-space: normal;
	height: 78px;
}
.venueswiper .gallery-top .slidecon .txt .funul{
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.venueswiper .gallery-top .slidecon .txt .funul li{
	display: inline-block;
	width: 46%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 3px;
}
.venueswiper .gallery-top .slidecon .txt .funul li a{
	background: #e9e9e9;
	color: #8e6c58;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.venueswiper .gallery-top .slidecon .txt .funul li a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon/icon-fun1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.venueswiper .gallery-top .slidecon .txt .funul li:last-child a{
	background: #56a5e8;
	color: #fff;
}
.venueswiper .gallery-top .slidecon .txt .funul li:last-child a i{
	background: url(../images/icon/icon-fun2.png) no-repeat;
	background-size: 100% 100%;
}

.venueswiper .gallery-thumbs{
	box-sizing: border-box;
	padding: 20px 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 820px;
	height: 140px;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}
.venueswiper .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
}
.venueswiper .gallery-thumbs img{
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.venueswiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{
	border-color: #fff;
}
.venueswiper .gallery-thumbs .swiper-button-next,
.venueswiper .gallery-thumbs .swiper-button-prev{
	width: 23px;
	height: 28px;
	background-size: 100% 100%;
}

.rightcode{
	position: fixed;
	right: 10px;
	width: 124px;
	border-radius: 6px;
	top: 40%;
	z-index:11;
	padding: 10px 20px;
	background: -webkit-linear-gradient(top,#78afde,#418ecf);
	background: -moz-linear-gradient(top,#78afde,#418ecf);
	background: linear-gradient(top,#78afde,#418ecf);
	background: -ms-linear-gradient(top,#78afde,#418ecf);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#78afde, endColorstr=#418ecf);
}
.rightcode ul li{
	width: 100%;
	margin: 10px 0;
}
.rightcode ul li img{
	width: 100%;
}
.rightcode ul li p{
	color: #fff;
	text-align: center;
	line-height: 26px;
}
.footrightcode{
	width: 390px;
	float: right;
	text-align: right;
}
.footrightcode ul li{
	display: inline-block;
	margin-left: 20px;
}
.footrightcode ul li img{
	display: block;
	width: 82px;
	margin: 0 auto;
}
.footrightcode ul li p{
	color: #fff;
	text-align: center;
	line-height: 26px;
}