index.html
5.12 KB
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
<section class="hero-section rel rpt-150 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
<div class="shape shapeAnimationTwo l-70 t-60">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
<div class="shape shapeAnimationThree l-50 t-100">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
</section>
<section class="concat-concat rel rpt-150 pb-130 rpb-0 text-left ">
<div class="color-white mb-2 title-style font-size-42">加入鸿果,成为您想成为的人</div>
<div class="color-white mb-2 pt-20 font-size-24">我们的价值观:担当、拼搏、共赢! </div>
<!-- <div class="color-white mb-2 title-intro pt-20">具备足够的勇气及长远的眼光,大家携手一起,齐心协力,积极乐观,朝共同的目标前进实现共同发展及利益最大化</div>-->
<div class="concat-btn mt-50" @click="routerPath('sale')">
<span class="mr-15">招贤纳士</span> <img src="assets/img/concat/arrow-right.png" alt="">
</div>
</section>
<section class="sps-one pt-120 mb-70 rmb-100">
<div class="container concat">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="service-right-content mt-50 ml-50 rml-0 rmb-50 wow customFadeInRight delay-0-1s slow">
<div class="section-title style-three mb-15">
<span class="concat-title">成功靠大家努力</span>
</div>
<div class="concat-intro">成功的花,人们只惊羡它现时的明艳,然而当初它的芽儿,却浸透了奋斗者的泪泉,洒满了牺牲的血雨——冰心。</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-left-image wow customFadeInLeft delay-0-1s slow">
<img style="border-radius: 25px" src="assets/img/concat/s1.jpg" alt="Service image">
</div>
</div>
</div>
</div>
</section>
<section class="sps-two mb-50 rmb-100">
<div class="container concat">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="service-left-content mr-50 rmr-0 rmb-50 wow customFadeInLeft delay-0-1s slow">
<div class="section-title style-three mb-15">
<span class="concat-title">在美好的环境中工作并创新</span>
</div>
<div class="concat-intro">充满学习和成长机会,能够在众多培训中和工作中不断学习,在部门内部经常组织专题/业务讲座,分享项目经验</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-right-image wow customFadeInRight delay-0-1s slow">
<img style="border-radius: 25px" src="assets/img/concat/s2.jpg" alt="Service image">
</div>
</div>
</div>
</div>
</section>
<section class="sps-three mb-50 rmb-100">
<div class="container concat">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="service-right-content ml-50 rml-0 rmb-50 wow customFadeInRight delay-0-1s slow">
<div class="section-title style-three mb-15">
<span class="concat-title">在团队活动中释放个性</span>
</div>
<div class="concat-intro">团队是什么?</div>
<div class="concat-intro">由一小群人组成,有着相同的目标,为实现目标负有相同的责任。</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-left-image wow customFadeInLeft delay-0-1s slow">
<img style="border-radius: 25px" src="assets/img/concat/s3.jpg" alt="Service image">
</div>
</div>
</div>
</div>
</section>
<section class="weFooter sps-three">
<div class="mainContent container">
<div class="row">
<div class="col-lg-10 col-md-12">
<h5>加入鸿果</h5>
<span class="mb-15 weFooterColor">鸿果科技依托“金税三期”、“互联网+智能化AI+行业应用”的变革时机,充分运用智能化、运维大数据思维,引入AI、算法和业务深度理解,共同打造AIOps生态圈</span>
<h5 class="mt-25 mb-10">热门职位</h5>
<ul class="weFooterList">
<li class="weFooterColor cursor-pointer mb-10" v-for="(item,index) in recruitHot.data" :key="index">
<span @click="routerPath(item.url)" class="border-bottom">{{item.text}}</span>
</li>
</ul>
</div>
<div class="col-lg-2 col-sm-12 viewMore">
<span @click="routerPath('sale')" class="btn btn-danger d-inline-block min-width-100">查看更多职位</span>
</div>
</div>
</div>
</section>