

.def-h2{
	text-align: center;
	font-size: 56px;
	color: #FF2370;
	padding: 0 10px;
}
.def-h2 a{
	color: #FF2370;
}
.schemes>p{
	text-align: center;
	font-size: 18px;
	color: #FF2370;
	padding: 0 10px;
}

.point{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.point .title{
	background: #FF2370;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.point .title h2{
	color: #fff;
	font-size: 56px;
	text-align: center;
}
.point .title p{
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.point .media{
	width: 100%;
	height: auto;
	display: block;
}
.videoDiv {
	position: relative;
}
.videoDiv iframe{
	width: 100%;
}
.videoDiv iframe video{
	width: 100%;
}
.videoDiv video{
	width: 100%;
}
.videoDiv .play-button {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	opacity: 0.8;
}
.videoDiv .play-button img {
	width: 8rem;
}
.park{
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
	padding: 120px 10px;
	position: relative;
	z-index: 2;
}
.park ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.park ul li{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	box-sizing: border-box;
	padding: 0 20px;
}
.park ul li img{
	width: 120px;
	height: 120px;
}
.park ul li p{
	color: #999;
	font-size: 16px;
}
.park ul li h3{
	color: #FF2370;
	margin: 10px 0;
	font-size: 22px;
}
.park ul li h3 a{
	display: block;
	color: #FF2370;
	text-align: center;
	font-size: 22px;
}
.interested{
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-top: 50px;
}
.interested .bk{
	position: absolute;
	left: 0;
	top: -450px;
	z-index: 1;
	width: 100%;
	height: 994px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2397px 994px;
}
.interested h2{
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0 10px;
	font-size: 56px;
	line-height: 1.3;
	color: #fff;
}
.interested p{
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
}
.interested a>img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
	margin-top: 25px;
}
.program-outer{
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.program-outer .program{
	background: #E4E4E4;
	position: relative;
	z-index: 2;
}
.program-outer .program ul{
	list-style: none;
	max-width: 1220px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 60px 10px;
	padding-top: 20px;
	margin: 0 auto;
}
.program-outer .program ul li{
	width: 16%;
	padding: 0 20px;
}
.program-item{
	text-align: center;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 6px;
	margin-top: 40px;
	box-sizing: border-box;
}
.program-outer .program ul p{
	display: block;
	padding-bottom: 60%;
	height: 0;
	background-color: #FF2370;
	border-radius: 6px;
	position: relative;
	margin: 0 auto;
	transition: box-shadow 0.3s ease;
	width: 100%;
}
.program-outer .program ul li:hover p{
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.program-outer .program ul li:hover span{
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.program-outer .program ul p img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 60%;
	height: 100%;
}
.program-outer .program span{
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 5px 10px;
}
.schemes{
	max-width: 1220px;
	margin: 0 auto;
	width: 100%;
	padding: 30px 10px;
}
.schemes ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 60px;
}
.schemes ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 0 6px;
	margin-top: 12px;
}
.schemes ul li .img-box{
	border-radius: 6px;
	overflow: hidden;
}
.schemes ul li .img-box img{
	transition: transform 0.3s ease;
	width: 100%;
	display: block;
}
.schemes ul li .img-box:hover img{
	transform: scale(1.2);
}
.customize{
	max-width: 1920px;
	padding: 50px 10px;
	width: 100%;
	margin: 0 auto;
}
.customize h3{
	text-align: center;
	font-weight: bold;
	color: #FF4B8A;
	font-size: 48px;
}
.customize h3 a{
	color: #FF4B8A;
}
.customize>p{
	text-align: center;
	font-weight: bold;
	color: #666666;
	font-size:22px;
	max-width: 1200px;
	margin: 0 auto;
}
.customize .form-box{
	margin-top: 40px;
}
/* 自适应样式 */
@media screen and (max-width:1200px){
	.park ul li p{
		font-size: 14px;
	}
}
@media screen and (max-width:1024px){
	
	.def-h2{
		font-size: 46px;
	}
	.customize>p{
		font-size: 18px;
	}
	.schemes>p{
		font-size: 16px;
	}
	.point .title h2{
		font-size: 46px;
	}
	.point .title p{
		font-size: 16px
	}
	.interested h2{
		font-size: 46px;
	}
	.interested p{
		font-size: 16px;
	}
	.customize h3{
		font-size: 40px;
	}
	.park{
		padding: 60px 10px;
	}
	.park ul li{
		padding: 0 10px;
		width: 33.333%;
	}
	.program-outer .program ul li{
		width: 20%;
		padding: 0 15px;
	}
	.schemes ul{
		margin-top: 30px;
	}
	.customize{
		padding-top: 0px;
	}
	
	.park ul li h3{
		font-size: 16px;
	}
}

@media screen and (max-width:768px){
	
	.program-outer .program ul li{
		width: 25%;
		padding: 0 10px;
	}
	.schemes ul li{
		width: 50%;
	}
	.park ul li{
		width: 50%;
	}
}
@media screen and (max-width:600px){
	.def-h2{
		font-size: 36px;
	}
	.schemes>p{
		font-size: 14px;
	}
	.point .title h2{
		font-size: 36px;
	}
	.point .title p{
		font-size: 14px;
	}
	.interested h2{
		font-size: 36px;
	}
	.interested p{
		font-size: 14px;
	}
	.customize h3{
		font-size: 30px;
	}
	.customize>p{
		font-size: 16px;
	}
	
	.point .title{
		padding: 30px 20px;
	}
	
	.program-outer .program ul li{
		width: 33.333%;
	}
}
@media screen and (max-width:480px){
	.def-h2{
		font-size: 22px;
	}
	.schemes>p{
		font-size: 12px;
	}
	.point .title h2{
		font-size: 22px;
	}
	.point .title p{
		font-size: 12px;
	}
	.park{
		padding: 30px 10px;
	}
	.park ul li{
		margin-top: 30px;
	}
	.interested h2{
		font-size: 22px;
	}
	.interested p{
		font-size: 12px;
	}
	.program-outer .program ul{
		padding: 30px 10px;
	}
	.program-outer .program ul li{
		width: 50%;
	}
	.program-item{
		margin-top: 20px;
	}
	.customize h3{
		font-size: 20px;
	}
	.customize>p{
		font-size: 14px;
	}
	.customize .form-box{
		margin-top: 20px;
	}
}