*{
    margin: 0px;
	padding: 0px;
	text-decoration: none;
    list-style-type: none;
	font-family: "微软雅黑";
}
.popup-container{
	position: relative;
	z-index: 9999;
	width: 100%;
	height:530px;
	background-color: rgba(0,0,0,0.35);
	overflow: hidden;
	top: 0px;
}
.banner {
	width: 100% !important;
	height:530px;
	position: absolute;
}
.banner ul{
	font-size: 0;
}
.banner ul li{
	display: block;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
.banner img{
	height: 534px;
}
.top{
	width: 100%;
	height:969px;
	background: #fff;
}
.top-t{
	width: 1200px;
	margin: 0 auto;
	font-size:18px;
	text-indent:36px;
	padding: 98px 0px;
}
.top-c{
	width: 100%;
	height: 582px;
	position: relative;
}
.top-cs{
	width: 100%;
    position: absolute;
	height: 440px;
	top: 50%;
	margin-top: -220px;
	left: 0px;
}
.top-cs img{
	width: 100%;
	height: 440px;
}
.top-z{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0px;
}
.top-s{
	width:340px;
	height: 272px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px 2px  #e7e7e7;
}
.top-s h4{
	font-size: 22px;
	text-align: center;
	margin: 50px 0px;
}
.top-s p{
	text-align: center;
	font-size: 18px;
	line-height:42px;
}
.top-s div p{
	line-height:32px;
}
.top-zt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 38px;
}
.top-z1{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.activity{
	width: 100%;
	height:464px;
	background: #f3f3f3;
}
.activity-c{
	width: 1200px;
	margin: 0 auto;
	
}
.title{
	width:228px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 86px;
}
.title h3{
	font-size:24px;
	color: #1c1c1c;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #0012ff;
	margin-top:42px;
}
.title p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #b1b1b1;
}
.activity-b{
	width: 1120px;
	height: 164px;
	padding: 30px 40px;
	background: #FFFFFF;
}
.activity-b p{
	line-height: 34px;
	font-size: 18px;
}
.hig{
	width: 100%;
	height: 784px;
	background: #ffffff;
	display: flex;
}
.hig-c{
	width: 100%;
	height: 558px;
	background: url(../img/1.png) no-repeat;
	background-size:100% 100%;
	margin-top:115px;
}
.h h3{
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
}
.highlight{
	width: 1200px;
	height: 332px;
	display: flex;
	margin: 0 auto;
	background: #FFFFFF;
}
.highlight-l{
	margin-top: 72px;
	margin-left:92px;
}
.highlight-r{
	margin-top: 72px;
	margin-left:200px;
}
.highlight-l p{
	font-size: 18px;
	margin-bottom: 36px;
}
.highlight-r p{
	font-size: 18px;
	margin-bottom: 36px;
}
.images-box{
	width: 100%;
	height: 490px;
	background: #f3f3f3;
}
.images-box .title{
	margin-bottom: 44px;
}
.schedule{
	width:100%;
	background: #ffffff;
	padding: 100px 0px;
}
.table{
	margin: 0 auto;
}
table,
table tr th,
table tr td {
	border: 1px solid #adadad;
	font-size: 22px;
	font-weight: bold;
	color: #444444;
	padding: 6px;
	font-weight: 560;
}

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

table tr th {
	height: 82px;
}

table tr td {
	height: 74px;
}
.footer{
	width: 100%;
	height:405px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	background: #0012ff;
}
.footer-c{
	width: 1200px;
	margin: 0 auto;
	
}
.footer-c p{
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	color:#ffffff;
}
.footer-p{
	margin:36px 0px;
}