/*banner区域*/
#banner_bk img {
	width: 100%;
}


/*精彩瞬间*/
#jingcai_word h1 {
	font-size: 60px;
	margin: 0 auto;
	text-align: center;
	margin-top: 46px;
}

#hezi_1 {
	width: 216px;
	height: 19px;
	background-color: #f17b83;
	margin: 0 auto;
	margin-top: 69px;
}

#jingcai_cs h1 {
	font-size: 60px;
	text-align: center;
	margin-top: 41px;
}

#xian {
	width: 1200px;
	height: 7px;
	background-color: #f17b83;
	margin: 0 auto;
	margin-top: 41px;
}

/*课程展示*/
#kecheng {
	width: 1200px;
	margin: 0 auto;
}

#more {
	position: relative;
	top: 480px;
	margin-left: 1100px;
}

#kecheng_yuan {
	width: 26px;
	height: 25px;
	border-radius: 50%;
	background-color: #f17b83;
	margin-top: 48px;

}

#kecheng_yuan h1 {
	width: 160px;
	height: 33px;
	padding-left: 30px;
	line-height: 33px;
}

/*图片翻转区域*/
.kecheng_ps {
	width: 100%;
	height: 283px;
	margin: 0 auto;
}

.item {
	position: relative;
}

.img1,
.text {
	width: 500px;
	height: 283px;
	position: absolute;
	top: 0;
	transition: all 3s;
	z-index: 999;
}

.item .img1 {
	background: url(img/gudian.jpg) no-repeat;
	background-size: cover;
	transform: rotateY(0);
	border: 1px solid gray;
	box-sizing: border-box;
	margin-left: -150px;
	margin-top: 80px;
}

.item .text {
	background-color: #f5c5c8;
	transform: rotateY(-180deg);
	backface-visibility: hidden;
	padding: 10px;
	box-sizing: border-box;
	opacity: 70%;
	padding-top: 50px;


}

.item:hover .img1 {
	transform: rotateY(180deg);
}

.item:hover .text {
	transform: rotateY(0);
}

/*芭蕾舞翻转*/
.kecheng_ps {
	width: 70%;
	height: 283px;
	margin: 0 auto;
}

.item2 {
	position: relative;
}

.img2,
.text2 {
	width: 500px;
	height: 283px;
	position: absolute;
	top: 0;
	transition: all 3s;
}

.item2 .img2 {
	background: url(img/balei.jpg) no-repeat;
	background-size: cover;
	transform: rotateY(0);
	border: 1px solid gray;
	box-sizing: border-box;
	margin-left: 400px;

}

.item2 .text2 {
	background-color: #f5c5c8;
	transform: rotateY(-180deg);
	backface-visibility: hidden;
	padding: 10px;
	box-sizing: border-box;
	opacity: 70%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 999;



}

.item2:hover .img2 {
	transform: rotateY(360deg);
}

.item2:hover .text2 {
	transform: rotateY(0);
}

/*专业演出*/
#zhuanye {
	width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
}

#more_2 {
	position: relative;
	top: 700px;
	margin-left: 1100px;
}

#zhuanye_yuan {
	width: 26px;
	height: 25px;
	border-radius: 50%;
	background-color: #f17b83;
	margin-top: 70px;
}

#zhuanye_yuan h1 {
	width: 160px;
	height: 33px;
	padding-left: 30px;
	line-height: 33px;
}

#video {
	margin-left: 250px;
	margin-top: 50px;

}

/*舞蹈比赛*/
#wudao {
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
}

#more_3 {
	position: relative;
	top: 650px;
	margin-left: 1100px;
}

#wudao_yuan {
	width: 26px;
	height: 25px;
	border-radius: 50%;
	background-color: #f17b83;
	margin-top: 89px;
}

#wudao_yuan h1 {
	width: 160px;
	height: 33px;
	padding-left: 30px;
	line-height: 33px;
}

#wudao_hezi1 {
	width: 408px;
	height: 342px;

	margin-top: 88px;
	margin-left: 60px;
}

#wudao_hezi2 {
	width: 408px;
	height: 342px;

	margin-left: 693px;
	margin-top: -340px;

}