.banner{
	padding-top: 233px;
}
.banner-inner{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 43.84%;
	background: #FF2370;
}
.banner img{
	z-index: 1;
	position:absolute;
	top:0; 
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner .title{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 20px);
	padding: 0 10px;
	z-index: 2;
	text-align: center;
}
.banner h1{
	color: #fff;
	font-size: 60px;
	line-height: 66px;
}
.banner .title .sub-title{
	color:#fff;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
.formOuter{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 35, 112, .1);
	padding: 50px 10px;
}
.formIner{
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 4px 8px  rgba(255, 35, 112, 0.18);
	padding: 20px 15px;
}
.formIner h2{
	font-size: 24px;
	color: #666;
	padding: 0 15px;
}
.formIner p{
	font-size: 16px;
	color: #666;
	padding: 0 15px;
}
.formIner ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.formIner ul li{
	width: 33.333%;
	padding: 0 15px;
	margin-top: 20px;
}
.formIner ul .textareaLi{
	width: 100%;
}
.formIner ul .sub{
	width: 100%;
	display: flex;
	justify-content: center;
}
.formIner ul li input{
	height: 34px;
	border-radius: 4px;
	border: 1px solid #BBBBBB;
	flex: 1;
	padding: 0 10px;
	font-size: 18px;
	width: 100%;
}
.formIner ul li textarea{
	border-radius: 4px;
	border: 1px solid #BBBBBB;
	flex: 1;
	width: 100%;
	padding:10px;
	font-size: 18px;
}
.formIner ul .sub button{
	width: 138px;
	height: 42px;
	border-radius: 4px;
	background: #FF2370;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	opacity: .7;
	transition: opacity .3s linear;
	cursor: pointer;
}
.formIner ul .sub button:hover{
	opacity: 1;
}
.Advantage{
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
	padding: 120px 10px;
}
.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;
}
.Advantage ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.Advantage ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33.333%;
	padding: 0 20px;
	margin-top: 50px;
}

.Advantage ul li img{
	width: 140px;
	height: 140px;
}
.Advantage ul li h3{
	margin: 10px 0;
	font-size: 22px;
	color: #FF2370;
}
.Advantage ul li h3 a{
	color: #FF2370;
}
.Advantage ul li p{
	font-size: 16px;
	color: #666666;
}
.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;
	}
	.banner h1{
		font-size: 50px;
		line-height: 56px;
	}
	.banner .title .sub-title{
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width:1024px){
	.Advantage{
		padding: 60px 0;
	}
	.Advantage ul li{
		margin-top: 30px;
	}
	.banner h1{
		font-size: 40px	;
		line-height:46px;
	}
	.banner .title .sub-title{
		font-size: 14px;
		line-height: 20px;
	}
	.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;
	}
	.Advantage ul li h3{
		font-size: 1.0625rem;
	}
	.Advantage ul li p{
		font-size: 14px;
	}
	
	.park ul li h3{
		font-size: 16px;
	}
}
@media screen and (max-width:860px){
	.banner{
		padding-top: 0;
	}
}
@media screen and (max-width:768px){
	.banner h1{
		font-size: 30px	;
		line-height:36px;
	}
	.banner .title .sub-title{
		font-size: 12px;
		line-height: 18px;
	}
	.formIner ul{
		flex-direction: column;
	}
	.formIner ul li{
		width: 100%;
	}
	.Advantage ul{
		flex-wrap: wrap;
	}
	.Advantage ul li{
		width: 50%;
		padding: 0 10px;
	}
	.program-outer .program ul li{
		width: 25%;
		padding: 0 10px;
	}
	.schemes ul li{
		width: 50%;
	}
	.park ul li{
		width: 50%;
	}
	
	.formIner ul .sub button{
		height: 38px;
		font-size: 16px;
	}
}
@media screen and (max-width:600px){
	.banner h1{
		font-size: 20px	;
		line-height:26px;
	}
	.banner .title .sub-title{
		font-size: 0.625rem;
		line-height: 16px;
	}
	.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;
	}
	.Advantage{
		padding: 30px 0;
	}
	.Advantage ul li{
		width: 100%;
	}
	
	.point .title{
		padding: 30px 20px;
	}
	
	.formIner h2{
		font-size: 20px;
	}
	.formIner p{
		font-size: 14px;
	}
	.program-outer .program ul li{
		width: 33.333%;
	}
}
@media screen and (max-width:480px){
	.banner h1{
		font-size: 16px	;
		line-height:22px;
	}
	.banner .title .sub-title{
		font-size: 0.5rem;
		line-height: 0.75rem;
	}
	.formOuter{
		padding: 30px 10px;
	}
	.formIner h2{
		font-size: 16px;
	}
	.formIner p{
		font-size: 12px;
	}
	.formIner ul li input{
		font-size: 14px;
	}
	.formIner ul li textarea{
		font-size: 14px;
	}
	.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;
	}
}