* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-family: "黑体";
}

.clearfix{ 
  *zoom: 1; 
}
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
}
.clearfix:after { 
  clear: both; 
}
.popup-container{
	position: relative;
	z-index: 9999;
	width: 100%;
	height:596px;
	background-color: rgba(0,0,0,0.35);
	overflow: hidden;
	top: 0px;
}
.banner {
	width: 100% !important;
	height:600px;
	position: absolute;
}
.banner ul{
	font-size: 0;
}
.banner ul li{
	display: block;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
.centont{
	padding-bottom:82px;
}
.theme {
	width: 1200px;
	margin: 0 auto;
	background: #fafafa;
	margin-top: 44px;
}
.but{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -162px;
	bottom:157px;
	z-index: 2000;
	width:320px;
	height: 60px;
}
.title {
	width: 100%;
	height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.r {
	transform: rotatey(180deg) !important;
	margin-right: 26px;
}

.l {
	margin-left: 26px;
}

.h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #008069;
}

.theme-n {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	padding-bottom: 48px;
}

.themen {
	width: 33%;

}

.themen-t {
	text-align: center;
}

.themen-t p {
	margin-top: 28px;
	text-align: center;
	font-size: 18px;
}

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

.support-n {
	width: 100%;
	display: flex;
}

.supportn {
	width: 300px;
	height: 242px;
	background: #ebebeb;
	display: flex;

}

.supportb {
	width: 300px;
	height: 242px;
	margin-top: 120px;
	border: 1px solid #ebebeb;
}

.supp {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.supp img {
	position: absolute;
	top: 0px;
	right: 0px;
}

.supp h4 {
	width: 100%;
	font-size: 24px;
	color: #008069;
}

.supp ul li {
	font-size: 18px;
	line-height: 36px;
}

.schedule {
	background: #fafcff;
}

.schedule-c {
	width: 1200px;
	margin: 0 auto;
}

.time-c {
	padding-bottom: 64px;
}

.time-c p {
	font-size: 18px;
	color: #bababe;
	margin-top: 30px;
}

table,
table tr th,
table tr td {
	border: 1px solid #adadad;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 60px;
}

table {
	text-align: center;
	border-collapse: collapse;
	padding: 2px;
}

table tr th {
	height: 82px;
}

table tr td {
	height: 106px;
}

.previous-c {
	width: 1200px;
	margin: 0 auto;
}

.previous-n {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.previous-n a {
	width: 392px;
	height: 294px;
	display: block;
	margin-top: 14px;
}

.previous-n a img {
	width: 392px;
	height: 294px;
}

.route-c {
	width: 1200px;
	margin: 0 auto;
}

.map {
	width: 1200px;
}

.zuy {
	margin-top: 122px;
}

.zuy-h2 {
	text-indent: 22px;
	font-size: 20px;
	position: relative;
}

.zuy-h2 img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.zuy p {
	font-size: 18px;
	margin-top: 34px;
}

.footer {
	background: #4d4d4d;
	font-size: 16px;
	padding: 56px 0px;
	margin-top: 97px;
}

.footer p {
	text-align: center;
	color: #FFFFFF;
	line-height: 42px;
	font-weight: bold;
}

.footer p a {
	color: #FFFFFF;
}

.heart {
	animation: heartbeat 1s infinite;
	-webkit-animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
	0% {
		transform: rotate(45deg) scale(0.8, 0.8);
		opacity: 1;
	}

	25% {
		transform: rotate(45deg) scale(1, 1);
		opacity: 0.8;
	}

	100% {
		transform: rotate(45deg) scale(0.8, 0.8);
		opacity: 1;
	}
}
