@charset "UTF-8";
/*----banner--------*/
.banner{
	background-image:url(/images_new/method_banner.jpg);
}
.banner .txt{
	width:220px;
	padding-top:60px;
	padding-left:5px;
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.3em;
}

/*你这么努力，为什么还是学不好英语？*/
.method1{
	padding:20px 0;
}
.method1 ul{
	display:box;
	display:-webkit-box;
	display:-moz-box;
	text-align:center;
	padding:15px;
}
.method1 .bd{
	position:relative;
	width:60px;
}
.method1 .txt{
	position:absolute;
	left:0;
	bottom:-22px;
	z-index:10;
	width:100%;
}
.method1 .txt b{
	display:block;
	line-height:18px;
	color:#fff;
	font-weight:normal;
	font-size:1.2rem;
	background-color:#ff7f14;
}
.method1 .txt span{
	display:block;
	font-size:1rem;
	color:#666;
	line-height:1.7em;
}
.method1 .img img{
	width:100%;
}
.method1 .symbol{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	font-size:1.8rem;
	font-weight:bold;
	color:#ff7f14;
	line-height:60px;
}

/*参加在线外教1对1培训，问题还没解决？！*/
.method2{
	padding:20px 0;
	background-color:#e5e5e5;
}
.method2 .img{
	width:90%;
	padding-top:20px;
	margin:auto;
	text-align:center;
}
.method2 .img img{
	width:100%;
}

/*为了学好英语精力殆尽*/
.method_img1{
	height:170px;
	background:url(/images_new/method_img1.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	text-align:center;
}
.method_img1 h3{
	padding:30px 0 20px 0;
}
.method_img1 p{
	line-height:1.6em;
}

/*难题1*/
.method3{
	position:relative;
	padding:60px 0 10px 0; 
	border-top:solid 15px #e5e5e5;
}

.method3 ul{
	width:320px;
	padding-top:15px; 
	margin:auto;
}
.method3 li{
	position:relative;
	float:left;
	width:50%;
	height:150px;
	margin-bottom:30px;
	text-align:center;
}
.method3 .img img{
	width:110px;
}
.method3 .img1 img{
	width:90px;
}
.method3 .txt_bd{
	position:absolute;
	left:0;
	bottom:-10px;
	z-index:10;
	width:100%;
}
.method3 .txt{
	width:140px;
	margin:auto;
	padding:5px 0;
	color:#fff;
	background-color:#ff7f14;
}
.method3 .txt b{
	display:block;
	font-weight:normal;
	font-size:1.6rem;
}
.method3 .txt span{
	font-size:.8rem;
	line-height:1.5em;
}

/*难题2*/
.method4{
	position:relative;
	padding:60px 0 10px 0;
	background-color:#e5e5e5;
}
.method4 ul{
	padding:20px 0 10px 0;
	display:box;
	display:-webkit-box;
	display:-moz-box;
	text-align:center;
}
.method4 li{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
}
.method4 li i{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ff7f14;
	font-size:2rem;
	background-color:#fff;
	border-radius:50%;
}
.method4 .txt{
	color:#666;
	line-height:2em;
	font-size:1.2rem;
}

/*难题3*/
.method5{
	position:relative;
	padding:60px 0 10px 0;
}

.method5_bd {
	width: 100%;
	height: 200px;
	margin:auto;
}
 @media all and  (max-width:320px) { 
 	.method5_bd{
 		overflow:hidden;
 	}
 }

.method5_bd ul {
	position: relative;
	width: 50%;  
	height: 100%;
	margin: auto;
}

.method5_bd ul li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 260px;
	height: 160px;
	background: #f0f0f0;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, .33);
	*box-shadow: 6px 6px 6px #666;
}
.method5_bd ul li img{
	width:100%;
}

/*难题4*/
.method6{
	position:relative;
	padding:60px 0 10px 0;
	background-color:#e5e5e5;
}
.method6 li{
	float:left;
	width:33.3%;
	padding:10px 0;
	text-align:center;
}

.method6 i{
	width:75px;
	height:75px;
	line-height:75px;
	font-size:2.8rem;
	background-color:#fff;
	border-radius:50%;
}
.method6 .txt{
	display:block;
	font-size:1.2rem;
	line-height:2em;
}

/*难题5*/
.method7{
	position:relative;
	padding:60px 0 0 0;
}
.method7 li{
	float:left;
	width:48%;
	padding:10px 0;
	margin:1%;
	text-align:center;
	background-color:#e5e5e5;
}
.method7 .img{
	width:110px;
	margin:auto;
}
.method7 .img img{
	width:100%;
}
.method7 .txt{
	line-height:1.6em;
}
.method_btn a{
	width:100%;
	line-height:50px;
	border-radius:0;
	border:none;
}