@charset "UTF-8";

/*1v1页面优势*/
.benefit{
	width:1000px;
	margin:auto;
	padding:30px 0;
}
.benefit_tips{
	float:left;
	width:100%;
	height:80px;
	line-height:80px;
	padding:20px 0;
	border-bottom:solid 2px #999;
}
.benefit_tips li{
	position:relative;
	float:left;
	width:33.3%;
	text-align:center;
	font-size:30px;
	color:#666;
	cursor:pointer;
}	
.benefit_tips .arrow{
	display:none;
	position:absolute;
	left:50%;
	bottom:-32px;
	z-index:10;
	width:0;
	height:0;
	margin-left:-20px;
	border-left:transparent 20px solid;
	border-right:transparent 20px solid;
	border-top:#999 15px solid;
}
.benefit_tips .cursor,
.benefit_tips li:hover{
	color:#ff7f14;
}
.benefit_tips .cursor .iconfont,
.benefit_tips li:hover .iconfont{
	border:solid 2px #ff7f14;
}

.benefit_tips .cursor .arrow,
.benefit_tips li:hover .arrow{
	display:block;
}

.benefit_tips .iconfont{
	margin-right:10px;
	width:76px;
	height:76px;
	line-height:76px;
	text-align:center;
	font-size:42px;
	border:solid 2px #666;
	border-radius:50%;
}
.benefit_bd{
	height:370px;
	padding-left:400px;
	background:url(/images/apple.jpg) no-repeat 60px center; 
}
.benefit_txt{
	float:right;
	width:550px;
	padding-top:70px;
	text-align:center;
}
.benefit_txt h3{
	font-size:34px;
	font-weight:normal;
	color:#333;
}
.benefit_txt p{
	padding:30px 0;
	font-size:18px;
	color:#666;
	line-height:40px;
}
.benefit_bd .btn_white{
	height:48px;
	padding:0 40px;
	line-height:48px;
	font-size:22px;
	border-radius:48px;
}
.benefit_bd .btn_white i{
	margin-left:10px;
}

.spiiker_header_bg{
	height:80px;
}
.spiiker_header{
	width:1000px;
	margin:auto;
}
.spiiker_logo{
	float:left;
	width:200px;
	height:80px;
	background:url(/images/logo.png) no-repeat center 15px;
}
.spiiker_phone{
	float:right;
	width:350px;
	text-align:right;
	color:#666;
}
.spiiker_phone .tel{
	margin-top:10px;
	font-size:16px;
}
.spiiker_phone .tel b{
	color:#ff7f14;
	font-size:30px;
}
.spiiker_phone .ph{
	font-size:12px;
}

/*推广页面临时样式*/
.form_bg .regform{
	position:absolute;
	right:0px;
	top:-10px;
	z-index:10;
	padding:80px 10px 20px 10px;
}
.form_bg .regform .row{
	background:#fff;
}
.form_bg .regform .row input{
	padding:0;
}
.form_bg .regform .privacy,
.form_bg .regform .privacy a,
.form_bg .regform .privacy a:hover{
	color:#fff;
}
.teacher_bg{
	background:#fff;
}
.title_link a:hover {
	color: #888;
}
.student_bg{
	background:#f0f0f0;
}
.form_h1{
	position:absolute;
	right:0px;
	top:55px;
	z-index:20;
	width:270px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.form_h1 b{
	font-size:150%;
	color:#ff7f14;
}
.spiiker_foot{
	padding:30px 0;
	line-height:2em;
	text-align:center;
	font-size:12px;
	color:#666;
}
.banner1 {
	display: block;
	z-index: 5;
	background: url(/images/banner3.jpg) no-repeat center center;
}
.banner_1v1 {
	display: none;
	position: absolute;
	width: 100%;
	height: 440px;
	left: 0;
	top: 0;
	z-index: 6;
	background: url(/images/banner_1v1.jpg) no-repeat center center;
}


.course .course_piece {
	display: block;
	height: 300px;
	position: relative;
	color:#333;
}
.teacher{
	min-height:280px;
}
.teacher_over{
	height:280px;
}
.teacher dl{
	padding: 0 20px;
}
.arrow_left,
.arrow_right{
	line-height:280px;
}
.course .course_piece img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
}

.course .course_piece:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.course .course_piece a{
	margin-top:10px;
}
.course .course_piece a:hover{ 
	color:#fff;
	background-color:#f26005;
}

.method2_bd {
	height: 360px;
	margin-top: 40px;
	background: url(/images/method2.png) no-repeat center top;
}
.media{
	height:auto;
}
.form_bg{ 
	z-index:10;
}
