@CHARSET "UTF-8";
.banner_method{
	background:url(/junior/images/method_banner.jpg) no-repeat center center;
}
.banner_method_txt p{
	position:absolute;
	left:50px;
	top:160px;
	z-index:10;
	font-size:24px;
	line-height:1.6em;
}
.banner_method_txt b{
	display:block;
	margin-bottom:30px;
	font-size:48px;
	color:#20c680;
}

/*----------------小学-初中英语能力差距大揭秘--------------*/
.method1 ul {
	width: 1000px;
	margin-top: 40px;
}

.method1 li {
	float: left;
	width: 220px;
	padding-top:180px;
	margin-left:40px;
	text-align: center;
}

.method1 .li1{
	margin-left:0;
	background:url(/junior/images/expose1.jpg) no-repeat center 35px;
}
.method1 .li2{
	background:url(/junior/images/expose2.jpg) no-repeat center 20px;
}
.method1 .li3{
	background:url(/junior/images/expose3.jpg) no-repeat center top;
}
.method1 .li4{
	background:url(/junior/images/expose4.jpg) no-repeat center top;
}
.method1 li b {
	display: inline-block;
	width: 220px;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	background-color: #ff7f14;
}

/*----------------专属老师-为孩子的英语负责--------------*/
.exclusive{
	margin-top:40px;
}
.exclusive li{
	float:left;
	width:485px;
}
.exclusive .li1{
	margin-right:15px;
}
.exclusive .li2{
	margin-left:15px;
}
.exclusive_bd{
	position:relative;
	width:100%;
	height:174px;
	color:#fff;
}
.exclusive_bd p{
	padding:50px 0 0 30px;
}
.exclusive_bd p b{
	display:block;
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
}
.exclusive .li1 .exclusive_bd{
	background-color:#ff7f14;
}
.exclusive .li2 .exclusive_bd{
	background-color:#00c170;
}

.exclusive .img{
	position:absolute;
	right:30px;
	bottom:0;
	z-index:10;
}
.exclusive .img img{
	float:left;
}
.exclusive_txt{
	padding-left:30px;
	height:65px;
	line-height:65px;
	background-color:#fff;
}

/*英语这样学，孩子能！做！到！*/
.method_such{
	margin-top:30px;
}
.method_such li{
	float:left;
	width:310px;
	margin-left:35px;
}
.method_such li:first-child{
	margin-left:0;
}
.method_such p{
	padding-top:20px;
	line-height:1.5em;
	font-size:20px;
	text-align:center;
}

/*底部banner*/
.btm_banner{
	width:100%;
	height:390px;
	text-align:center;
	background:url(/junior/images/btm_banner.jpg) no-repeat center center;
}
.btm_banner p{
	padding-top:100px;
	color:#fff;
	font-weight:bold;
	font-size:36px;
}
.btm_banner .btn{
	padding-top:60px;
	text-align:center;
}
.btm_banner .btn a{
	display:inline-block;
	height:50px;
	padding:0 50px;
	line-height:50px;
	font-size:24px;
	color:#fff;
	background-color:#00c170;
	border-radius:25px;
}
.btm_banner .btn a:hover{
	background-color:#03ae66
}