.top-banner {
	position: relative;
	margin-top: 80px;
	background-image: url(../images/curriculum_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10%;
}

.top-banner h1 {
	text-align: left;
	position: absolute;
	left: 30%;
}

.top-banner span {
	text-align: left;
	line-height: 26px;
}

.curriculum_content_main {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 70px;
}

@media screen and (max-width: 1200px){
	.top-banner {
	    min-width: 240px;
	    height: 400px;
	    margin-top: 60px;
	    
	}
}
	
@media screen and (max-width:1200px){
	.top-banner h1 {
		font-size: 18px;
		left: 2%;
	}
	.top-banner h1 span{
		font-size: 14px;
	}
}

@media screen and (max-width:1200px){
	.curriculum_content_main{
		width: 100%;
		margin-bottom: 0;
	}
	.home_education_main_left {
	    /* width: 100% !important; */
	    height: 500px;
	}
}

.home_education_main {
	width: 1200px;
}

.home_education_main_left,
.home_education_main_right {
	display: inline-block;
}

.home_education_main_left {
	width: 600px;
	height: 500px;
}

.curriculum_content{
	overflow: hidden;
}
.curriculum_content_main h3 {
	margin: 70px 0;
	margin-bottom: 30px;
	font-size: 24px;
	color: #2f3538;
	text-align: center;
	font-weight: 700;
}
.curriculum_content_main .info{
	line-height: 36px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}
.home_education_main_left {
	position: relative;
}

.home_education_main_left p.course_description {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
    text-align: center;
    padding: 120px 0px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    color: #fff;
    line-height: 26px;
}

.home_education_main_left img {
	 width: 100%; 
	 height: 100%; 
	 background-size:cover; 
}

.home_education_main_right {
	width: 566px;
    height: 500px;
    vertical-align: top;
    margin-left: 24px;
    background: #000;
}
.home_education_main_right video{
	width: 100%;
	height: 100%;
	
}
.home_education_main_right p {
	width: 90%;
	height: 50%;
	margin: 20px;
	margin-bottom: 140px;
	text-align: center;
	background: #6361AC;
	line-height: 700%;
}

.home_education_main_right a {
	color: #55C3E8;
	border: 1px solid #55C3E8;
	border-radius: 10px;
	font-size: 18px;
	padding: 10px;
	margin: 128px;
}

.life_reading_main {
	position: relative;
}

 .course_description{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 22px;
	color: #fff;
	line-height: 26px;
	vertical-align: bottom;
}

.curriculum_life_reading_tutor {
	margin-top: 70px;
	position: relative;
}

.curriculum_life_reading_tutor_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.curriculum_life_reading_tutor_txt h4 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.curriculum_life_reading_tutor_txt p {
	color: #fff;
	font-size: 18px;
	text-align: left;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 26px;
}

.puberty_curriculum {
	width: 320px;
	height: 554px;
	-moz-box-shadow: 0 0 20px 6px #ddd;
	-webkit-box-shadow: 0 0 20px 6px #ddd;
	box-shadow: 0 0 20px 6px #ddd;
	display: inline-block;
	padding: 20px;
	vertical-align: top;
}
.puberty_two{
	margin: 0 110px;
}
.puberty_curriculum p{
	line-height: 24px;
	height: 234px;
}
.puberty_curriculum p.imgBox{
	text-align: center;
}
.puberty_curriculum p.imgBox img{
	width: 200px;
    height: 200px;
}
.puberty_curriculum h4{
	text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.student_feedback{
	position: relative;
	width: 1200px;
}
.student_feedback_eg{
	margin-bottom: 80px;
	margin-left: 8px;
}


.student_feedback_eg_left{
	display: inline-block;
	width: 820px;
	height: 306px;
	background: #eee;
	-moz-box-shadow: 0 0 10px 2px #ddd;
	-webkit-box-shadow: 0 0 10px 2px #ddd;
	box-shadow: 0 0 10px 2px #ddd;
	padding: 50px;
}
.student_feedback_eg_left p{
	font-size: 16px;
	color: #646464;
	line-height: 26px;
}
.student_feedback_eg_left span{
	font-size: 24px;
	color: #56c2e9;
	display: block;
	text-align: right;
	margin: 20px 40px;

}
.student_feedback_eg_right{
	display: inline-block;
	vertical-align: top;
	padding: 36px;
}

.student_feedback .swiper-button-prev{
	top: 836px ;
    left: 900px ;
    background: url(../images/curriculum_swiper-button-prev.png) no-repeat;	
    
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	transform:rotate(180deg);
}
.student_feedback .swiper-button-next{
	top: 836px ;
    left: 1000px ;
    background: url(../images/curriculum_swiper-button-prev.png) no-repeat;
}
.student_feedback .swiper-button-prev,.student_feedback .swiper-button-next{
	position: absolute;
    width: 60px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.puberty{
	width: 1200px;
}

.student_feedback_eg_left p img{
		display: none;
	}

@media screen and (max-width: 800px){
	.top-banner {
	    height: 16rem;
	}
	
	
	.course_description{
		display: none;
	}
	.top-banner h1{
		top: 28%;
    	left: 16%;
	}
	.curriculum_content_main h3{
		margin: 30px 0;
		font-size: 1.2rem;
	}
	.home_education_main {
    	width: 100%;
	}
	.home_education_main_left{
		display: block;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.home_education_main_left img {
	    width: 100%;
	    height: 100%;
	}
	
	.home_education_main_left p {
	    height: 100%;
	    width: auto;
	    padding: 45px 0px;
	    font-size: 1.2rem;

	}
	
	.home_education_main_right{
		display: block;
		margin: 20px auto;
   		height: 300px;
   		width: auto;
	}
	.home_education_main_right p {
	    margin-bottom: 40px;
	    height: 70%;
	}
	
	.life_reading_main{
		width: 100%;
		height: 300px;
	}
	.life_reading_main img{
		width: 100%;
		height: 100%;
		
	}
	.life_reading_main p ,.course_description{
	    padding: 0.4rem 0;
	    font-size: 1.2rem;
	    
	    
	}
	.puberty{
		padding:0 20px;
	}
	.puberty_curriculum{
		width: auto;
	}
	.curriculum_life_reading_tutor_txt{
		display: block !important;
	}
	.curriculum_life_reading_tutor_txt p{
		padding: 0 10px;
	}
	.curriculum_life_reading_tutor{
		margin-top: 30px;
		width: 100%;
		height: 300px;
	}
	.curriculum_life_reading_tutor img{
		
		width: 100%;
		height: 100%;
	}
	.curriculum_life_reading_tutor_txt h4{
		font-size: 1rem;
		color: #fff;
	    top: 30%;
	    left: 50%;

	}
	.curriculum_life_reading_tutor_txt p {
	    font-size: 0.8rem;
	    text-align: center;
	    top: 40%;
	    left: 0;
	    transform: translate(0, 0);
	    line-height: 22px;
	}
	.puberty{
		width: 100%;
		text-align: center;
	}
	.puberty_curriculum{
		display: block;
		margin: 0 auto;
	}
	.puberty_two{
		margin: 30px auto;
	}
	
	.student_feedback {
    	position: relative;
    	width: 100%;
	}
	
	/*.swiper-button-prev{
		display: none;
	}
	.swiper-button-next{
		display: none;
	}*/
	.swiper-slide{
		width: 100% !important;
		display: block;
	}
	.student_feedback_eg_left {
	    display: inline-block;
	    width: 93%;
	    padding: 20px;
	    margin: 10px;
	    height: auto;
	}
	.student_feedback_eg_left p {
	    font-size: 14px;
	}
	.student_feedback_eg_left span {
	    font-size: 20px;
	}
	.student_feedback_eg_right {
	    display: inline-block;
	    vertical-align: top;
	    padding: 10px;
	    float: none !important;
	    padding-bottom: 0;
	}
	.student_feedback_eg_right img{
	   width: 7rem;
	   height: 7rem;
	   /*//transform: translate(117%, 0%);*/
	}
	.student_feedback_eg {
	    margin-bottom: 30px;
	    margin-left: 8px;
	}
	.student_feedback_eg1{
		display: none;
	}
	.swiper-slide1{
		display: block !important;
	}
	.student_feedback_eg_right img{
		display: none;
	}
	.student_feedback_eg_left p img{
		width: 60px;
		height: 60px;
		display: inline-block;
	}
}