-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
385 lines (373 loc) · 16.7 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>仁和会计官方网站</title>
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<script type="text/javascript" src="js/jquery v3.2.1.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<style type="text/css">
@media (max-width: 999px) {
.foot-fixed{position: fixed;bottom: 0;width:100%;background:rgba(25,25,25,.66);height:50px;line-height: 1.3rem;}
.clearbox li{display: inline-block;width:24%;text-align: center;padding-top:5px;}
.clearbox li a{color:#fff;line-height:150px;font-weight: bold;display: block; height: 45px;border-left: 0.03rem solid #131922; border-right: 0.03rem solid #404042;background-image: url(img/kefu.png);background-repeat: no-repeat;}
.clearbox li:nth-child(1) a, .clearbox li.active:nth-child(1) a{ background-position: 50% -10px;}
.clearbox li:nth-child(2) a, .clearbox li.active:nth-child(2) a {
background-position: 50% -174px;
}
.clearbox li:nth-child(3) a, .clearbox li.active:nth-child(3) a {
background-position: 50% -258px;
}
.clearbox li:nth-child(4) a, .clearbox li.active:nth-child(4) a {
background-position: 50% -342px;
}
}
@media (min-width: 1100px) {
.foot-fixed{position: fixed;bottom: 0;width:100%;background:rgba(25,25,25,.66);line-height: 1.3rem;}
.clearbox li{display: inline-block;width:24%;text-align: center;padding-top:10px;}
.clearbox li a{height: 60px;line-height:95px;color:#fff;font-weight: bold;display: block;border-left: 0.03rem solid #131922; border-right: 0.03rem solid #404042;background-image: url(img/kefu.png);background-repeat: no-repeat;}
.clearbox li:nth-child(1) a, .clearbox li.active:nth-child(1) a{ background-position: 50% -8px;}
.clearbox li:nth-child(2) a, .clearbox li.active:nth-child(2) a {
background-position: 50% -174px;
}
.clearbox li:nth-child(3) a, .clearbox li.active:nth-child(3) a {
background-position: 50% -258px;
}
.clearbox li:nth-child(4) a, .clearbox li.active:nth-child(4) a {
background-position: 50% -342px;
}
}
</style>
<script type="text/javascript">
try{
if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
window.location.href="renhe_mobile/index.html";
}else{
}
}catch(e){}
</script>
</head>
<body style="min-width: 1300px;">
<div class="div0_top" style="display:none;" id="empty"></div>
<div class="div0_top" id="top">
<div class="top1">
<img src="img/logo.jpg" width="500" height="50" class="logo" />
<span class="school">全国分校 <img src="img/sanjiao.png" width="12" height="6" /></span>
<span class="phone">全国咨询热线:400-807-0827</span>
</div>
</div>
<div class="content" onmousemove="turnicon()" onmouseout="outicon()">
<ul>
<li class="bar1">
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank"><img src="img/banner-1.jpg" width="100%" height="auto" /></a>
</li>
<li>
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank"><img src="img/banner-2.jpg" width="100%" height="auto" /></a>
</li>
<li>
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank"><img src="img/banner-3.jpg" width="100%" height="auto" /></a>
</li>
<li>
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank"><img src="img/banner-5.jpg" width="100%" height="auto" /></a>
</li>
</ul>
</div>
<div class="sel">
<ul>
<li class="on"></li><li></li><li></li><li></li>
</ul>
</div>
<div style="width:1000px;margin:0 auto">
<div class="main1">
<span style="color: #333;font-size:40px;margin-top:10px;">仁和</span>
<span style="font-size: 40px;color:red;font-weight: 700;">选课中心</span>
</div>
<div class="main-select">
<ul class="main-select-ul">
<li style="background-color:#fffdf9;color: #8f670f;">
<a target="_blank" href="web/zhongji1.html">
<h5>中级职称考试</h5>
<p>职称考试通关秘籍,升职加薪就在下一刻</p>
<div class="icon">
<img src="img/icon1.png" width="60" height="65" />
<button type="button" style="background:#209e9b">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #fffff8;color: #cf940a;">
<a target="_blank" href="web/cpa1.html">
<h5>CPA注册会计师</h5>
<p>高效通关的绿色通道,帮助学员迅速掌握考试重点,梳理教材核心考点</p>
<div class="icon">
<img src="img/icon2.png" width="60" height="65" />
<button type="button" style="background:#cf940a">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #faf5ff;color: #7639ba;">
<a target="_blank" href="web/cca1.html">
<h5>CCA主管会计班</h5>
<p>人社部指定发证机构,搞定财税难题的应对之道,主管提升的“快车道”</p>
<div class="icon">
<img src="img/icon3.png" width="60" height="65" />
<button type="button" style="background:#8f670f">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #f2fefe;color: #209e9b;">
<a target="_blank" href="web/cma1.html">
<h5>CMA注册管理会计师</h5>
<p>高端管理会计课程,深度解读管理会计精髓,学习事半功倍。</p>
<div class="icon">
<img src="img/icon4.png" width="60" height="65" />
<button type="button" style="background:#8f670f">查看详情</button>
</div>
</a>
</li>
</ul>
<ul class="main-select-ul2">
<li style="background-color: #fef9f7;color:#92282a;">
<a target="_blank" href="web/sw.html">
<h5>税务实务</h5>
<p>直击税务实务疑难点,轻松掌握税务的秘密</p>
<div class="icon">
<img src="img/icon5.png" width="45" height="45" />
<button type="button" style="background:#7639ba">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #f2fefe;color: #209e9b;">
<a target="_blank" href="web/sc1.html">
<h5>核算会计班</h5>
<p>多行业财务处理,汽车、建筑、医药、物流、制造等行业,挑战更高薪。</p>
<div class="icon">
<img src="img/icon6.png" width="45" height="45" />
<button type="button" style="background:#30a14f">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #fef9f7;color: #92282a;">
<a target="_blank" href="web/zc1.html">
<h5>初级职称</h5>
<p>会计入行新门槛解读初级会计职称考试新趋势,迅速把握考点</p>
<div class="icon">
<img src="img/icon8.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #fffbfb;color: #fb3f47;">
<a target="_blank" href="web/cw1.html">
<h5>财务管理</h5>
<p>还原真实财务现场,全面提升管理能力,做企业真正需要的财务精英</p>
<div class="icon">
<img src="img/icon9.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #f4fafe;color: #1d6aa2;">
<a target="_blank" href="web/sz1.html">
<h5>会计双证班</h5>
<p>零基础学会计,一年拿两证,新手入门必备</p>
<div class="icon">
<img src="img/icon10.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
</ul>
<ul class="main-select-ul" style="margin-top:10px">
<li style="background-color: #fffbfb;color: #fb3f47;">
<a target="_blank" href="web/sy1.html">
<h5>核算实验室</h5>
<p>玩转六大热门行业全盘账,学习即“实习”,跨行不愁,转行无忧</p>
<div class="icon">
<img src="img/icon11.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #f2fefe;color:#209e9b;">
<a target="_blank" href="web/jssz1.html">
<h5>精算实战班</h5>
<p>手把手教学,快速掌握做账基本功,成为实战型财务人才</p>
<div class="icon">
<img src="img/icon12.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #f4fafe;color:#1d6aa2;">
<a target="_blank" href="web/jy1.html">
<h5>财税就业班</h5>
<p>0基础学完月薪5000+,不只解决就业,更让你拿到高薪</p>
<div class="icon">
<img src="img/icon13.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
<li style="background-color: #f3fef6;color: #30a14f;">
<a target="_blank" href="web/scsy1.html">
<h5>财税实操实验室</h5>
<p>100%模拟真实报税系统,内置超1000真实案例,零基础学报税</p>
<div class="icon">
<img src="img/icon14.png" width="45" height="45" />
<button type="button" style="background:#fb3f47">查看详情</button>
</div>
</a>
</li>
</ul>
</div>
<div class="consult">
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank">立即咨询</a>
</div>
</div>
<div class="section">
<h2 class="marks">仁和机构-专注会计新精英成就之路</h2>
<h3 class="marks">
仁和会计学院,专注财会培训,打造行业精英品质、建立资深名师团队、颠覆传统教<br>
育思维,致力于成就每一位学员的会计精英之梦。
</h3>
<ul class="suit">
<li class="style1">
<div class="figure">
<img src="img/suit1.png" width="200" height="131" /><br>
<p>
3天入门<br>定制课程轻松获得<br>2年会计老手的经验<br>会计小白也可轻松入行
</p>
</div>
</li>
<li class="style2">
<div class="figure">
<img src="img/suit2.png" width="200" height="131" /><br>
<p>
模拟机考,真账实操<br>智能题库<br>资深教师助你轻松做账<br>会计小白也可轻松入行
</p>
</div>
</li>
<li class="style3">
<div class="figure">
<img src="img/suit3.png" width="200" height="131" /><br>
<p>
指导入门<br>定制学习方案<br>依据考试大纲精讲<br>考试知识点<br>全新模拟题训练<br>考前冲刺串讲<br>轻松应考
</p>
</div>
</li>
<li class="style4">
<div class="figure">
<img src="img/suit4.png" width="200" height="131" /><br>
<p>
5-8年经验<br>财务经理的精英必经之路<br>稳步升职加薪<br>国家认可<br>财会精英<br>财会管理专家
</p>
</div>
</li>
<li class="style5">
<div class="figure">
<img src="img/suit5.png" width="200" height="131" /><br>
<p>
资深财务总监<br>财会行业专家 <br>成就职场新精英<br>会计事务所<br>国有企业<br>外资银行<br>大型外企
</p>
</div>
</li>
</ul>
</div>
<div class="main2">
<div class="title">
<span style="color: #333;font-size: 40px;">仁和</span>
<span style="font-size: 40px;color:red;font-weight: 700;">三维立体式</span>教学
</div>
<h5 class="htext mt">
创新教学模式,线上线下结合,让学员有效利用
<span style="color:#002f82;">碎片时间进行高质量学习</span><br>
让学习有结果,有效率,有趣味,更便利
</h5>
<div class="main2-mid mt">
<ul>
<li>
<img src="img/3d-img1.png" width="140" height="140" />
<h1 style="font-size:22px;">名师直播教学</h1>
<h5 style="font-size: 12px;color: #999999;line-height: 22px;margin-top: 10px;">
快速了解课本中的重点与难点,一针见血,点破重点
</h5>
</li>
<li>
<img src="img/3d-img2.png" width="140" height="140" />
<h1 style="font-size:22px;">智能化O2O教学系统</h1>
<h5 style="font-size: 12px;color: #999999;line-height: 22px;margin-top: 10px;">
学习不受时间、地点限制,随时随地学。监督管理服务体系健全。巩固当天教学内容,高频考题、历年真题及实操管理作业辅助学习
</h5>
</li>
<li>
<img src="img/3d-img3.png" width="140" height="140" />
<h1 style="font-size:22px;">面授老师同步教学</h1>
<h5 style="font-size: 12px;color: #999999;line-height: 22px;margin-top: 10px;">
针对直播学的知识点归纳总结,讲解理念考题,实操管理案例,手把手带你突破难关
</h5>
</li>
</ul>
</div>
<div class="consult" style="background:#f8f8f8">
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank">立即咨询</a>
</div>
</div>
<div>
<div class="sec-title">
<span style="color:red;">60多万</span>学员受益
<span style="color:#333;font-size:40px;">仁和</span>
<span style="color:red;font-size: 40px;font-weight: 700;">就业保障</span>
</div>
<div class="sec-group">
<div class="group">
<div class="group1">
<p style="font-size: 18px;color: #333;">指导保障</p>
<p style="color:#999; font-size:14px;">
仁和会计教育在学员即将毕业时,提供专业的面试技巧培训,将面试时应注意的事项进行讲解,帮助学员顺利通过企业面试
</p>
</div>
<div class="group2" style="margin-top:80px;">
<p style="font-size: 18px;color: #333;text-align:right;">辅导保障</p>
<p style="color:#999; font-size:14px;">
仁和会计教育有专职的就业部门,并且设有就业社群,安排就业部门针对成绩达标的学员提供就业服务
</p>
</div>
<div class="group1" style="margin-top:90px;">
<p style="font-size: 18px;color: #333;">资源保障</p>
<p style="color:#999; font-size:14px;">
仁和会计教育与中国数十万家的企业进行合作,这些企业需要大量的会计从业人员。同时拥有近50万已走上财务岗位的同学会资源
</p>
</div>
<div class="group2" style="margin-top:90px;">
<p style="font-size: 18px;color: #333;text-align:right;">辅导保障</p>
<p style="color:#999; font-size:14px;">
仁和会计教育就业部门每年不定期举办各类招聘会,帮助学员快速就业。同时,企业本身每年也招募大量的优秀新人加盟
</p>
</div>
<div class="group1" style="margin-top:90px;">
<p style="font-size: 18px;color: #333;">跟踪保障</p>
<p style="color:#999; font-size:14px;">
仁和会计教育的老师定期对毕业后的学员进行跟踪服务,确保学员在企业中迅速胜任工作
</p>
</div>
</div>
</div>
<div class="consult" style="margin:1px auto 40px auto !important;">
<a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" target="_blank">立即咨询</a>
</div>
</div>
<div class="foot">
<div class="foot1">
版权所有 © 2013-2017 仁和会计集团-苍南网盟网络科技有限公司 鄂ICP备13010580号
</div>
</div>
<div class="foot-fixed">
<ul class="clearbox">
<li class="active"><a href="index.html" >首页</a></li>
<li><a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" >免费试听</a></li>
<li><a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" >在线报名</a></li>
<li><a href="http://p.qiao.baidu.com/cps/chat?siteId=12434079&userId=25994677" >在线咨询</a></li>
</ul>
</div>
</body>
</html>