1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!doctype html><html><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=1200">
<title>阿卡索外教网_在线英语培训_外教口语一对一培训</title>
<meta name="description" content="阿卡索外教网提供在线英语口语培训,全程外教一对一教学模式,是专业的在线英语培训网站,阿卡索外教老师均毕业于国际知名的一流学府,拥有标准的英语口语以及最纯正的教学知识。您值得拥有">
<meta name="keywords" content="在线英语口语培训,在线英语培训,外教一对一,英语外教一对一,英语网络教学">
<!-- 分享配置 -->
<meta itemprop="name" content="阿卡索外教网_在线英语培训_外教口语一对一培训">
<meta itemprop="image" content="https://img.acadsoc.com.cn/share/share-default.png">
<meta name="description" itemprop="description" content="阿卡索外教网提供在线英语口语培训,全程外教一对一教学模式,是专业的在线英语培训网站,阿卡索外教老师均毕业于国际知名的一流学府,拥有标准的英语口语以及最纯正的教学知识。您值得拥有">
<!--<link rel="stylesheet" href="https://img.acadsoc.com.cn/css/bootstrap.min.css">-->
<link href="https://img.acadsoc.com.cn/web/WebNew/assets/global/css/swiper.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://img.acadsoc.com.cn/web/css/header-footer.css">
<link rel="icon" href="https://www.acadsoc.com.cn/favicon.ico" type="image/x-icon">
<!--神策代码-->
<script src="https://img.acadsoc.com.cn/web/SenSors/sensorsheadother.js"></script>
<script type="text/javascript" src="https://img.acadsoc.com.cn/web/lps/recommend/js/jquery.min.js"></script>
<script type="text/javascript">
var html = document.documentElement;
var htmlClientWidth = 0;
var rejustRootSize = function () {
var oh = 750;
html.getBoundingClientRect().width > oh ? htmlClientWidth = oh : htmlClientWidth = html.getBoundingClientRect().width;
html.style.fontSize = htmlClientWidth / (oh / 100) + 'px';
};
rejustRootSize();
window.onresize = rejustRootSize;
</script>
<script src="https://img.acadsoc.com.cn/web/js/bootstrap.min.js"></script>
<script src="https://img.acadsoc.com.cn/web/lps/activity/js/lp.js"></script>
<!--IpRecord-->
<script type="text/javascript" src="https://www.acadsoc.com.cn/ajax/Web.UI.Fun.IpRecord.aspx"></script>
<script src="https://img.acadsoc.com.cn/web/js/IdentificationSystem.js"></script>
<script src="https://img.acadsoc.com.cn/web/lps/activity/js/Record.js"></script>
<!--微信分享-->
<script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<script src="https://img.acadsoc.com.cn/web/lps/activity/js/wxShare.js"></script>
<script>
wxShare.init();
</script>
<!--百度统计代码-->
<script src="https://img.acadsoc.com.cn/web/lps/activity/js/BaiDuStatistics.js"></script>
<!-- 百度ocpc基础代码 -->
<script src="https://www.acadsoc.com.cn/OCPC/js/ocpc.js"></script>
<!--[if lt IE 9]>
<script src="https://img.acadsoc.com.cn/web/js/vendor/html5shiv.js"></script>
<script src="https://img.acadsoc.com.cn/web/js/vendor/respond.min.js"></script>
<![endif]-->
<script>
window.HtmlWidth = 0;
$(function(){
window.HtmlWidth = document.body.clientWidth || document.documentElement.clientWidth;
})
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return "";
}
</script>
<style>
.fixed{
position: fixed;
bottom: 0;
left: 0;
z-index: 6;
font-size: 0;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 100%;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
* {
padding: 0;
margin: 0;
outline: 0;
border: 0;
box-sizing: border-box;
list-style: none;
background:none;
}
body{
background:none;
font-size:0;
background-color:white;
}
img{max-width:100%;}
/* 弹窗 */
[id*=register-popup],
[id*=loading-popup],
[id*=back-popup],
[id*=success-popup]{
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
background-color:rgba(0,0,0,0.5);
z-index:7 !important;
}
[id*=register-popup]{
z-index:8 !important;
}
[id*=success-popup]{
z-index:9 !important;
}
/* 输入框 */
.input__div {
position: relative;
width: 100%;
}
.input__div img{
position: absolute;
left: .2rem;
top: 50%;
transform: translateY(-50%);
}
.input__div img ~ input{
padding-left:.5rem;
}
.input__div > input {
font-size: inherit;
width: 100%;
line-height: inherit;
padding:initial;
color:initial;
display:block;
height:100%;
}
.input__div > button {
position: absolute;
right: 0;
top: 0;
height: 100%;
}
[data-popup-id]{
cursor:pointer;
}
/* 按钮 */
button {
max-width: 100%;
display: block;
cursor: pointer;
}
button:disabled{
background-color: #aeaeae !important;
cursor: no-drop !important;
}
input:-webkit-autofill {
box-shadow: 0 0 0px 1000px transparent inset !important;
}
input:-webkit-autofill:focus {
box-shadow: 0 0 0px 1000px transparent inset !important;
}
/* swiper */
/* .swiper-container{} */
/* .swiper-wrapper {} */
.swiper-slide > img {
width: 100%;
}
.scale-swiper .swiper-slide {
width: 70%;
}
.scale-swiper .swiper-slide:not(.swiper-slide-active) {
transform: scale(0.85);
}
.banner {
width: 100%;
position: relative;
background-repeat: no-repeat;
background-position: center center;
}
/* pc */
@media (min-width: 769px) {
.mobile--show {
display: none !important;
}
}
/* mobile */
@media (max-width: 768px) {
.pc--show {
display: none !important;
}
}
</style>
</head><body>
<!-- js统计 -->
<script src="https://img.acadsoc.com.cn/web/js/monitor/apm.web.js"></script>
<style>
@media (min-width:769px) { .render-swiper-139-0 .title{ padding:0 .2rem; color:#122b88; font-weight:bold; dispay:inline-block; font-size:.4rem; }
.render-swiper-139-0 .swiper{ padding:.5rem 0; width:100%; }
.render-swiper-139-0 .el{ }
.render-swiper-139-0 .container{ background-color:#fff; margin:0 auto; }
.render-swiper-139-0 .icon{ flex-shrink:0; display:inline-block; width:auto; height:.32rem; }
.render-swiper-139-0 .item{ background-color:#122b88; border-radius:.1rem; padding:.1rem; margin:0 auto; }
.render-swiper-139-0 .text{ padding:.1rem .1rem 0; color:#fff; font-size:14px; min-height:52px; line-height:1.4; text-align:center; }
.render-swiper-139-0 .titleline{ flex-direction:row; display:flex; justify-content:center; line-height:1; align-items:center; text-align:center; }
.render-swiper-139-0 .slide{ height:auto; }
.render-swiper-139-0 .img{ border-radius:.1rem; display:block; width:100%; }
.render-swiper-139-0 { background-color:#fff; }
}
@media (max-width:768px) { .render-swiper-139-0 .title { padding:0 .2rem; color:#122b88; font-weight:bold; dispay:inline-block; font-size:.4rem; }
.render-swiper-139-0 .swiper { padding:.5rem 0; width:100%; }
.render-swiper-139-0 .el { }
.render-swiper-139-0 .container { background-color:#fff; border-radius:.2rem; padding:.5rem 0; box-shadow:0 0 .15rem .1rem rgba(150,150,150,.1); margin:0 auto; width:92%; }
.render-swiper-139-0 .icon { flex-shrink:0; display:inline-block; width:auto; height:.32rem; }
.render-swiper-139-0 .item { background-color:#122b88; border-radius:.2rem; padding:.25rem; margin:0 auto; }
.render-swiper-139-0 .text { padding:.2rem .1rem 0; color:#fff; font-size:.28rem; min-height:.8rem; line-height:1.4; text-align:center; }
.render-swiper-139-0 .titleline { flex-direction:row; display:flex; justify-content:center; line-height:1; align-items:center; text-align:center; }
.render-swiper-139-0 .slide { height:auto; }
.render-swiper-139-0 .img { border-radius:.1rem; display:block; width:100%; }
.render-swiper-139-0 { background-color:#fff; }
}
</style>
<style>
/* PC端 */
@media (min-width:769px) {
.render-swiper-139-0 .item:hover{
transition:0.3s all ease;
transform:scale(1.04);
}
}
/* 手机端 */
@media (max-width:768px) {
.render-swiper-139-0 .swiper-slide{
width: 70% !important;
transform:scale(.85);
}
.render-swiper-139-0 .swiper-slide.swiper-slide-active{
transform:scale(1);
}
}
</style>
<div class="render-swiper-139-0">
<div class="container">
<h2 class="titleline">
<img class="icon iconleft" src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/12/30/c9h1d41db7mfw9nhpt6y7pl6ambf4frx.png">
<p class="title">企业荣誉</p>
<img class="icon iconright" src="http://acadsoc-development-oss.acadsoc.com.cn/landing-page/files/2020/12/30/c9h1d41db7mfw9nhpt6y7pl6ambf4frx.png">
</h2>
<div class="swiper-container swiper">
<div class="swiper-wrapper">
<div class="swiper-slide item item1">
<img class="img" src="https://img.acadsoc.com.cn/web/lps/lxhd/lp-lhy/img/honer1.png">
<p class="text">新华网-2018年度品牌影响力少儿英语机构</p>
</div>
<div class="swiper-slide item item2">
<img class="img" src="https://img.acadsoc.com.cn/web/lps/lxhd/lp-lhy/img/honer2.png">
<p class="text" }>回响中国-2018年度影响力外语教育品牌</p>
</div>
<div class="swiper-slide item item3">
<img class="img" src="https://img.acadsoc.com.cn/web/lps/lxhd/lp-lhy/img/honer3.png">
<p class="text" }>中国品牌价值少儿英语机构</p>
</div>
<div class="swiper-slide item item4">
<img class="img" src="https://img.acadsoc.com.cn/web/lps/lp2019/lp-LHY/img/honor-img3.png">
<p class="text" }>中国行业领先教育品牌</p>
</div>
<div class="swiper-slide item item5">
<img class="img" src="https://img.acadsoc.com.cn/web/lps/lxhd/lp-lhy/img/honer5.png">
<p class="text">京东教育-万众瞩目奖</p>
</div>
</div>
</div>
</div>
</div>
<script>
$(function(){
if(HtmlWidth >= 768){
$('.render-swiper-139-0 .swiper-container').addClass('swiper-no-swiping')
}
new Swiper('.render-swiper-139-0 .swiper-container',{
initialSlide: HtmlWidth >= 768 ? 2 : 1,
autoplay: HtmlWidth >= 768 ? false : true,
centeredSlides: HtmlWidth >= 768 ? true : 'auto',
loop: HtmlWidth >= 768 ? false : true,
spaceBetween: HtmlWidth >= 768 ? 20 : 0,
slidesPerView: HtmlWidth >= 768 ? 5 : 'auto',
observer:true,
});
})
</script>
<!--滑动验证生成-->
<div id="captcha"></div>
<!--滑动验证生成end-->
<div class="loading" style="position:fixed;top:50%;left:50%;margin-top:-25px;margin-left:-25px;display:none;z-index:1040;">
<img src="https://img.acadsoc.com.cn/web/img/loading1.gif" style="z-index:1050;position:relative;">
<div class="modal-backdrop in" style="background-color:#fff;opacity: .8;"></div>
</div>
<script type="text/javascript" src="https://img.acadsoc.com.cn/js/register_new_double-editor.js"></script>
<script type="text/javascript" src="https://img.acadsoc.com.cn/js/gt.js"></script>
<script type="text/javascript" src="https://img.acadsoc.com.cn/js/Captcha.js"></script>
<!-- 新验证1909 End -->
<script type="text/javascript" src="https://www.acadsoc.com.cn/Ajax/Web.UI.Fun.User.aspx"></script>
<!-- abtest -->
<script src="https://img.acadsoc.com.cn/web/js/abtest.min.js"></script>
<script type="text/javascript" src="https://img.acadsoc.com.cn/web/js/swiper-4.0.5.min.js"></script>
<script>
window.onload = function(){
addFixedEls();
}
function addFixedEls(){
// 头部元素
const headerFixedElement = $('body>div').eq(0);
$('.fixed__el').each((i,v)=>{
// 定位元素
const fixedEl = $(v);
// 移除元素
const removeFixedElement = fixedEl.prev();
let bTop = removeFixedElement.offset().top - 10 - $(window).height() + removeFixedElement.height();
let rTop = headerFixedElement.offset().top + headerFixedElement.height();
$(window).scroll(function () {
let sTop = $(this).scrollTop();
if (sTop > rTop) {
fixedEl.fadeIn(300);
if (sTop >= bTop) {
fixedEl.removeClass('fixed');
} else {
fixedEl.addClass('fixed');
}
} else {
fixedEl.fadeOut(300);
}
})
})
}
const date = new Date();
const curruYear = date.getFullYear();
const currMonth = date.getMonth() + 1;
const currDate = date.getDate();
// 替换时间文字
document.querySelectorAll('.time').forEach(function(v){
v.innerText = getToday(v.innerText);
})
function getToday(str) {
return str.replace(/year/gi,curruYear).replace(/month/gi,currMonth).replace(/date/gi,currDate);
}
function copyWx(wx,text='复制成功!'){
const element = document.createElement('input');
element.value = wx;
document.body.append(element);
element.select();
document.execCommand('Copy');
document.body.removeChild(element);
alert(text);
}
$(function () {
$('[data-copy-wx]').click(function(){
copyWx($(this).attr('data-copy-wx'),$(this).attr('data-wx-alter'))
})
$('[data-to-wx]').click(function(){
copyWx($(this).attr('data-to-wx'),$(this).attr('data-wx-alter'))
const aele = document.createElement('a');
aele.href ='weixin://';
aele.click();
});
// 返回弹窗
if (document.querySelector('[id*=back-popup]')) {
$('[id*=back-popup]').hide();
$('[id*=back-popup] [class*=close]').click(function () {
$('[id*=back-popup]').fadeOut();
// 取消返回,需要默认back一次
window.removeEventListener('popstate', holdBack);
history.back();
})
// 阻止返回
function holdBack() {
$('[id*=back-popup]').fadeIn();
history.pushState(null, null, document.URL);
}
// 防止页面后退 监听
history.pushState(null, null, document.URL);
window.addEventListener('popstate', holdBack);
}
// 关闭弹窗
$('.close-popup').click(function(){
$(this).parents('[id*=-popup]').fadeOut();
})
// 关闭注册弹窗
$('.register-close').click(function(){
$(this).parents('[id*=register-popup]').fadeOut();
})
// 打开弹窗
$('[data-popup-id]').click(function(){
const id = $(this).attr('data-popup-id');
const popup = $('#register-popup-' + id);
const attrs = this.attributes;
// 更改字符
for (let i = 0; i < attrs.length; i++) {
const name = attrs[i].name;
const value = attrs[i].value;
if(name.indexOf('data-params-') !== -1){
const ele = popup.find('.' + name.split('data-params-')[1]);
if (!value) continue;
if(value === 'false') {
ele.hide();
continue;
} else if(value === 'true') {
ele.show();
continue;
}
if(!ele[0]) continue;
// 根据标签名修改
switch (ele[0].nodeName) {
case 'IMG':
ele.attr('src', value);
break;
case 'INPUT':
ele.attr('placeholder', value)
break;
default:
ele.html(getToday(value));
break;
}
}
}
popup.fadeIn();
})
// 单链接跳转
$('[data-href]').click(function(){
location.href = $(this).attr('data-href');
})
// 分端跳转
$('[data-pm-href]').click(function(){
var parameter = window.location.search;
var sUserAgent = navigator.userAgent.toLowerCase();
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp = sUserAgent.match(/midp/i) == "midp";
var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid = sUserAgent.match(/android/i) == "android";
var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
if (bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
location.href = $(this).attr('data-mobile-href');
} else if (bIsIpad) {
location.href = $(this).attr('data-ipad-href');
} else {
location.href = $(this).attr('data-pc-href');
}
})
// 跳转注册
$('[data-form]').click(function(){
$('body,html').stop().animate({ 'scrollTop': 0 },
{
duration: 1000,
easing: "swing"
});
})
// dynamic data
const imgIds = [];
const bgImgIds = [];
const textIds = [];
$('[data-img-id]').each(function (i, item) {
const id = $(item).attr('data-img-id');
if (imgIds.indexOf(id) === -1) {
imgIds.push(id);
}
})
$('[data-text-id]').each(function (i, item) {
const id = $(item).attr('data-text-id');
if (textIds.indexOf(id) === -1) {
textIds.push(id);
}
})
$('[data-bg-img-id]').each(function (i, item) {
const id = $(item).attr('data-bg-img-id');
if (bgImgIds.indexOf(id) === -1) {
bgImgIds.push(id);
}
})
$.ajax({
url: 'https://dmpaio.acadsoc.com.cn/api-landingpage/PageResources/selectAllResources',
method: "POST",
dataType: "json",
headers: { 'Content-Type': 'application/json' },
data: JSON.stringify({ bgImgIds, imgIds, textIds }),
success: function (res) {
const _bgImgIds = res.data.bgImgIds;
const _imgIds = res.data.imgIds;
const _textIds = res.data.textIds;
// 背景图
_bgImgIds.forEach(function (v) {
const ele = $(`[data-bg-img-id=${v.id}]`);
// 手机banner
if (ele.hasClass('mobile-banner')) {
ele.attr('src', v.url);
} else {
ele.css('background-image', `url(${v.url})`);
}
});
_imgIds.forEach(function (v) {
const ele = $(`[data-img-id=${v.id}]`);
if(ele[0].nodeName === 'IMG'){
ele.attr('src', v.url);
}else{
ele.css('background-image', `url(${v.url})`);
}
});
_textIds.forEach(function (v) {
const ele = $(`[data-text-id=${v.id}]`);
ele.html(v.name);
});
}
})
})
// 注册
register.init({
successTxt: false, // 值为false时不执行
successLocation: false, // 值为false时不执行
successFn: function () {
ABRecord.registNotice();
//百度ocpc提交成功埋码
window._agl && window._agl.push(['track', ['success', { t: 3 }]])
var urlval = getQueryString("search");
$(".loading").hide();
var successPopup = document.querySelector('[id^=success-popup]');
if(successPopup){
$(successPopup).fadeIn();
}else{
alert("领取成功,稍后将有学习顾问联系您!");
window.location = '/WebNew/user/Personal/UserInfo.aspx';
}
return false;
},
type: 'code', //注册类型:normal(常规),code(验证码注册),uid(带推荐人uid)
});
</script>
<!-- 53客服 -->
</body></html>