@charset "UTF-8";
/*banner图*/
.banner_1v1_bg{
	background: url(/2016/images/01.jpg) no-repeat center center;
}
.banner_1v1{
	height:802px;
}
.banner_1v1_container{
	padding-left:170px;
	color:#fff;
}
.banner_1v1_container h2{
	font-size:64px;
}
.banner_1v1_container h3{
	font-size:28px;
	font-style:italic;
	font-weight:lighter;
}
.banner_1v1_container p{
	padding:20px 0;
	font-size:22px;
	line-height:1.6;
}
.banner_1v1_ul{
	display:inline-flex;
	margin-top:60px;
	padding:20px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	align-items: center;
}
.banner_1v1_ul .line{
	width:2px;
	height:92px;
	margin:0 30px;
	background: url(/2016/images/17.png) no-repeat center center;
}
.banner_1v1_ul .txt{
	margin-top:8px;
	font-size:18px;
}
.banner_landing_form:after{
	content: '';
	position:absolute;
	right:-80px;
	bottom:-20px;
	width:146px;
	height:176px;
	z-index: 22;
	background: url(/images/ip.png) no-repeat center center;
}

/*必克英语外教一对一为何独特*/
.one_title{
	padding:20px 0;
	font-size:42px;
	text-align: center;
}
.one_main_spiiker{
	width:1212px;
}
.one_spiiker{
	display:-ms-flexbox;
	display:flex;
	width:1236px;
	height:466px;
	margin-bottom:30px;
	background: url(/2016/images/18.png) no-repeat center center;
}
.one_spiiker_left{
	flex:1;
	padding:120px 0 30px 50px;
}
.one_spiiker_left .title{
	color:#ff7f14;
	font-size:30px;
}
.one_spiiker_left ul{
	padding-top:40px;
	font-size:22px;
}
.one_spiiker_left li{
	padding:10px 0;
}
.one_spiiker_middle{
	width:320px;
	height:466px;
	background:url(/2016/images/21.png) no-repeat center bottom;
}
.one_spiiker_right{
	flex:1;
	padding:170px 50px 30px 80px;
}
.one_spiiker_right .title{
	font-size:30px;
}
.one_spiiker_right ul{
	padding-top:45px;
	font-size:22px;
	color:#666;
}
.one_spiiker_right li{
	padding:10px 0;
}
.one_unique{
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	margin:0 -21px;
}
.one_unique li{
	width:372px;
	height:423px;
	margin:0 21px;
	background: url(/2016/images/25.png) no-repeat center center;
	background-size:100% 100%;
}
@supports (gap:0) {
	.one_unique{
		gap:42px;
		margin:0 0 0 6px;
	}
	.one_unique li{
		margin:0;
	}
}

.one_unique .title{
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:70px;
	align-items: center;
	justify-content: center;
	color:#fff;
	font-size:30px;
}
.one_unique .title .icon{
	height:40px;
	margin-right:8px;
}
.one_unique .title .txt{
	height:42px;
}
.one_unique p{
	position: relative;
	padding:50px 40px;
	font-size:22px;
	line-height:1.7;
}
.one_unique p:before{
	content: '';
	position: absolute;
	left:20px;
	top:65px;
	z-index: 22;
	width:8px;
	height:8px;
	background-color:#ff7f14;
}
.one_unique li p:after{
	content: '';
	position: absolute;
	right:20px;
	bottom:-30px;
	z-index: 22;
	width:100px;
	height:100px;
}
.one_unique li:nth-child(1) p:after{
	background: url(/2016/images/13.png) no-repeat right bottom;
}
.one_unique li:nth-child(2) p:after{
	background: url(/2016/images/03.png) no-repeat right bottom;
}
.one_unique li:nth-child(3) p:after{
	background: url(/2016/images/09.png) no-repeat right bottom;
}

/*立即试听外教一对一体验课*/
.one_experience{
	padding:80px 0;
}
.one_experience ul{
	display:-ms-flexbox;
	display:flex;
	margin:0 -22px;
}
.one_experience li{
	position: relative;
	display:-ms-flexbox;
	display:flex;
	width:370px;
	height:620px;
	margin:0 22px;
	color:#fff;
	gap:20px;
	padding:25px;
	box-sizing: border-box;
	text-align: center;
}
.one_experience li:nth-child(1){
	background:url(/2016/images/22.png) no-repeat center center;
	background-size:100% 100%;
}
.one_experience li:nth-child(2){
	background:url(/2016/images/19.png) no-repeat center center;
	background-size:100% 100%;
}
.one_experience li:nth-child(3){
	background:url(/2016/images/20.png) no-repeat center center;
	background-size:100% 100%;
}
@supports (gap:0) {
	.one_experience ul{
		margin:0;
		gap:45px;
	}
	.one_experience li{
		margin: 0;
	}
}
.one_experience .text{
	font-size:36px;
	width:36px;
}
.one_experience .text_sub{
	font-size:24px;
	width:24px;
	margin-top:50px;
}
.one_experience .btn{
	position:absolute;
	right: 30px;
	bottom:80px;
	z-index: 22;
	width:42px;
	padding:10px 5px;
	font-size:28px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background: linear-gradient(180deg,#ff8128,#ff6a41);
}


/*媒体报道/企业荣誉*/
.one_honor_tabs{
	display:-ms-flexbox;
	display:flex;
	margin:0 -28px;
	padding:20px 0 70px 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size:42px;
}
.one_honor_tabs li{
	width:50%;
	cursor: pointer;
	transition: all 0.3s ease;
}
.one_honor_tabs li>span{
	position: relative;
	display:inline-block;
	color:#666;
}
.one_honor_tabs li.cursor>span{
	color:#000;
}
.one_honor_tabs li.cursor>span:before{
	content: 'Spiiker';
	position: absolute;
	left:0;
	top:-32px;
	z-index: 22;
	font-size:32px;
	color:rgba(255,127,20,.55);
}
.one_honor_tabs li>span:after{
	content: '';
	position: absolute;
	bottom:-20px;
	left:50%;
	transform:translateX(-50%) scaleX(0);
	width:60px;
	height:15px;
	background-color: #ff7f14;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	transition:all 0.3s ease;
}
.one_honor_tabs li.cursor>span:after{
	transform: translateX(-50%) scaleX(1);
}
.one_media{
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin:-28px;
	justify-content: center;
	transition: all 0.1s ease-in-out;
	opacity: 1;
}
.one_media.fade_out{
	opacity: 0;
}

.one_media li {
	margin: 28px;
}
.one_media li img{
	max-width:100%;
	max-height:150px;
}