-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZongHengZiBen.html
948 lines (788 loc) · 37.4 KB
/
ZongHengZiBen.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
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
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
<html class="no-js" lang="en-us" scroll-behavior="smooth">
<head>
<style type="text/css">
.inline {
background-color: #f7f7f7;
border:solid 1px #B0B0B0;
}
.error {
font-weight: bold;
color: #FF0000;
}
.warning {
font-weight: bold;
}
.message {
font-style: italic;
}
.source, .output, .warning, .error, .message {
padding: 0 1em;
border:solid 1px #F7F7F7;
}
.source {
background-color: #f5f5f5;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.hl.num {
color: #AF0F91;
}
.hl.str {
color: #317ECC;
}
.hl.com {
color: #AD95AF;
font-style: italic;
}
.hl.opt {
color: #000000;
}
.hl.std {
color: #585858;
}
.hl.kwa {
color: #295F94;
font-weight: bold;
}
.hl.kwb {
color: #B05A65;
}
.hl.kwc {
color: #55aa55;
}
.hl.kwd {
color: #BC5A65;
font-weight: bold;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
<meta name="author" content="Hugo Authors">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.55.6" />
<title>纵横资本 | 大数据让投资更简单</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="https://themes.gohugo.io/theme/meghna-hugo/images/favicon.ico"/>
<!-- CSS -->
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/plugins/bootstrap/dist/css/bootstrap.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/plugins/animate-css/animate.css">
<!-- Magnific popup css -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/plugins/magnific-popup/dist/magnific-popup.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/css/style.min.css" integrity="" media="screen">
<!-- Custom CSS -->
<link rel="stylesheet" href="https://themes.gohugo.io/theme/meghna-hugo/css/custom.css">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="52">
<div id="content">
<!-- Welcome Slider-->
<section class="hero-area" style='background-image: url("https://themes.gohugo.io/theme/meghna-hugo/images/slider/hero-area.jpg");'>
<div class="block">
<div class="video-button">
<i class="tf-ion-play"></i>
</div>
<h1>纵横资本</h1>
<p>大数据让金融投资更容易</p>
<a data-scroll href="#services" class="btn btn-transparent">Explore Us</a>
</div>
</section>
<!-- Fixed Navigation -->
<nav id="navigation" class="navbar navbar-expand-lg navigation sticky-top">
<div class="container">
<!-- logo -->
<a class="navbar-brand logo" href="https://themes.gohugo.io//theme/meghna-hugo/">
<img src="https://themes.gohugo.io/theme/meghna-hugo/images/logo.png" alt="Logo" />
<span class="pl-2 font-weight-bold">纵横资本</span>
</a>
<!-- /logo -->
<!-- responsive nav button -->
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- /responsive nav button -->
<!-- main nav -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto navigation-menu">
<li class="nav-item"><a class="nav-link" data-scroll href="#body">主页</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#about">关于我们</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#services">服务</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#portfolio">产品</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#our-team">团队成员</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#pricing">产品价格</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#blog">近期新闻</a></li>
<li class="nav-item"><a class="nav-link" data-scroll href="#contact-us">联系我们</a></li>
</ul>
</div>
<!-- /main nav -->
</div>
</nav>
<!-- End Fixed Navigation -->
<!-- Start About Section -->
<section class="bg-one about section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="1500ms">
<h2>关于<span class="color">我们</span> </h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<!-- About item -->
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
<div class="block">
<div class="icon-box">
<i class="tf-tools"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3 class="ddd">我们是充满创造力的公司</h3>
<p>创新是驱动一家公司不断向前发展的不竭动力.</p>
</div>
</div>
</div>
<!-- About item -->
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
<div class="block">
<div class="icon-box">
<i class="tf-strategy"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3 class="ddd">我们拥有专注精神的公司.</h3>
<p>专注于中国资本市场的研究,在博弈的市场中发展壮大.</p>
</div>
</div>
</div>
<!-- About item -->
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
<div class="block">
<div class="icon-box">
<i class="tf-anchor2"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3 class="ddd">我们拥有金融科技基因的公司</h3>
<p>大数据时代深刻改变金融投资,通过强化学习,遗传算法建立最强的股票优选系统.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /about -->
<!-- about 2 -->
<section class="section section-bg about-2 padding-0">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 padding-0 ">
<img class="img-fluid" src="https://wx2.sinaimg.cn/mw690/e547bb32ly1g50p6lh5ayj20c908njve.jpg" alt="image">
</div>
<div class="col-lg-6">
<div class="content-block">
<h2>我们拥有专业投研团队.</h2>
<p>纵横资本,致力于金融科技改变世界,让投资变得更简单,成为财富管理时代的先锋智能投顾.</p>
<p>公司简介</p>
<div class="row">
<div class="col-lg-6">
<div class="media">
<div class="align-self-start mr-3">
<i class="tf-circle-compass"></i>
</div>
<div class="media-body">
<h4 class="media-heading">创始人简介</h4>
<p>LiXin WU 一名年轻的数据科学家,专注于量化金融,精准营销,客户管理.坚信大数据将让投资变得更加容易与简单.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="media">
<div class="align-self-start mr-3">
<i class="tf-hotairballoon"></i>
</div>
<div class="media-body">
<h4 class="media-heading">纵横资本</h4>
<p>纵横捭阖之术,持剑闯天涯.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /about 2 -->
<!-- Start Call To Action -->
<section class="call-to-action section-sm bg-1 overly" style='background-image: url("https://themes.gohugo.io/theme/meghna-hugo/images/backgrounds/bg-1.jpg")'>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>伟大的设计 & 非凡的服务</h2>
<p>大数据驱动投资,让投资变得更简单.</p>
<a href="#" class="btn btn-main">开始投资联系我们 </a>
</div>
</div>
</div>
</section>
<!-- Start Services Section -->
<!-- service -->
<section id="services" class="bg-one section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2> 我们的 <span class="color"> 服务 </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<!-- Single Service Item -->
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
<div class="service-block text-center">
<div class="service-icon text-center">
<i class="tf-globe"></i>
</div>
<h3>好基工作室</h3>
<p>精选基金中的佼佼者,穿越牛熊市场长期增长.大数据专业评审,8大标准严选,百里挑一.</p>
</div>
</article>
<!-- End Single Service Item -->
<!-- Single Service Item -->
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
<div class="service-block text-center">
<div class="service-icon text-center">
<i class="tf-ion-laptop"></i>
</div>
<h3>金股池资讯</h3>
<p>每日优选金股,立足于五大战略投资:热点驱动,事件驱动,价值驱动,策略驱动,数据驱动投资.</p>
</div>
</article>
<!-- End Single Service Item -->
<!-- Single Service Item -->
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
<div class="service-block text-center">
<div class="service-icon text-center">
<i class="tf-genius"></i>
</div>
<h3>程序设计/软件服务</h3>
<p>大数据时代实现基金,股票自动化分析程序与软件服务,提供个性化针对概念炒作,板块投资,等模块的软件设计与服务.</p>
</div>
</article>
<!-- End Single Service Item -->
</div>
</div>
</section>
<!-- /service -->
<!-- Skills -->
<section id="team-skills" class="parallax-section section section-bg overly">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-lg-12">
<div class="title text-center">
<h2> 我们的 <span class="color"> 技能 </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
</div>
<div class="row">
<div class="col-lg-6">
<h2> 我们擅长用大数据捕捉投资机会,用数据驱动投资策略. </h2>
<p> 大数据监控3650多只股票,把握市场投资趋势,热钱流动方向.把握板块轮动,在热点切换中捕捉到异动股票. </p>
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/about/company-growth.png" alt="image">
</div>
<div class="col-lg-6">
<ul class="skill-bar">
<li>
<p><span>01-</span>商业活动规划</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width:90%">
</div>
</div>
</li>
<li>
<p><span>02-</span>数据分析</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width:70%">
</div>
</div>
</li>
<li>
<p><span>03-</span>软件开发</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width:80%">
</div>
</div>
</li>
<li>
<p><span>04-</span>IOS APP开发</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width:95%">
</div>
</div>
</li>
<li>
<p><span>05-</span>WEB APP</p>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width:75%">
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- /skill -->
<!-- Portfolio Section -->
<section class="portfolio section" id="portfolio">
<div class="container">
<div class="row ">
<div class="col-xl-12">
<!-- section title -->
<div class="title text-center">
<h2> 我们的 <span class="color"> 成果 </span></h2>
<div class="border-meghna"></div>
</div>
<!-- /section title -->
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="portfolio-filter">
<button type="button" data-filter="all">所有</button>
<button type="button" data-filter="photography">股市资讯服务</button>
<button type="button" data-filter="design">行业研究报告</button>
<button type="button" data-filter="development">软件系统开发</button>
</div>
</div>
</div>
<div class="row filtr-container">
<!-- portfolio item -->
<div class="col-lg-4 filtr-item" data-category="development">
<div class="portfolio-block mb-4">
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/portfolio/portfolio-7.jpg" alt="work-image">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="https://themes.gohugo.io/theme/meghna-hugo/images/portfolio/portfolio-7.jpg" data-lightbox="image-1">
<i class="tf-ion-android-search"></i>
</a>
<h4><a href="https://themes.gohugo.io/theme/meghna-hugo/">股民211大学</a></h4>
<p>跟随美国投资大师学习投资理念!</p>
</div>
</div>
</div>
<div class="col-lg-4 filtr-item" data-category="design, development">
<div class="portfolio-block mb-4">
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/portfolio/portfolio-8.jpg" alt="work-image">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="https://themes.gohugo.io/theme/meghna-hugo/images/portfolio/portfolio-8.jpg" data-lightbox="image-1">
<i class="tf-ion-android-search"></i>
</a>
<h4><a href="https://themes.gohugo.io/theme/meghna-hugo/">私人定制</a></h4>
<p>根据投资风格,风险承受能力,定制化投资服务!</p>
</div>
</div>
</div>
<div class="col-lg-4 filtr-item" data-category="design, photography">
<div class="portfolio-block mb-4">
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/portfolio/portfolio-2.jpg" alt="work-image">
<div class="caption">
<a class="search-icon image-popup" data-effect="mfp-with-zoom" href="https://themes.gohugo.io/theme/meghna-hugo/images/portfolio/portfolio-2.jpg" data-lightbox="image-1">
<i class="tf-ion-android-search"></i>
</a>
<h4><a href="https://themes.gohugo.io/theme/meghna-hugo/">软件开发</a></h4>
<p>大数据量化分析系统的开发与定制!!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Portfolio -->
<!-- Start Counter Section -->
<section id="counter" class="parallax-section bg-1 section overly" style='background-image: url("https://themes.gohugo.io/theme/meghna-hugo/images/backgrounds/bg-1.jpg")'>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInDown" data-wow-duration="500ms">
<div class="counters-item">
<i class="tf-ion-android-happy"></i>
<span data-speed="3000" data-to="320">320</span>
<h3>拥有客户数</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInDown" data-wow-duration="500ms">
<div class="counters-item">
<i class="tf-ion-archive"></i>
<span data-speed="3000" data-to="565">565</span>
<h3>完成项目数</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInDown" data-wow-duration="500ms">
<div class="counters-item">
<i class="tf-ion-thumbsup"></i>
<span data-speed="3000" data-to="95">95</span>
<h3>客户评价</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInDown" data-wow-duration="500ms">
<div class="counters-item">
<i class="tf-ion-coffee"></i>
<span data-speed="3000" data-to="2500">2500</span>
<h3>客户服务频率</h3>
</div>
</div>
</div>
</div>
</section>
<!-- /Counter Section -->
<!-- Start Our Team -->
<section id="our-team" class="section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center wow fadeInUp" data-wow-duration="500ms">
<h2> 我们的 <span class="color"> 团队成员 </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<!-- team member -->
<div class="col-lg-3 col-md-6 col-12 wow fadeInDown" data-wow-duration="500ms">
<div class="team-member">
<div class="member-photo">
<!-- member photo -->
<img class="img-fluid" src="http://wx4.sinaimg.cn/small/e547bb32gy1g110uurykaj21900u0ti0.jpg" alt="Meghna">
</div>
<!-- member name & designation -->
<div class="member-meta">
<h4>LiXin WU</h4>
<span>CEO/Founder</span>
<p>A young data scientist.</p>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-lg-3 col-md-6 col-12 wow fadeInDown" data-wow-duration="500ms">
<div class="team-member">
<div class="member-photo">
<!-- member photo -->
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/team/team-2.jpg" alt="Meghna">
<!-- member social profile -->
<div class="mask">
<ul class="list-inline">
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-facebook"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-twitter"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-linkedin"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="tf-ion-social-dribbble-outline"></i></a></li>
</ul>
</div>
</div>
<!-- member name & designation -->
<div class="member-meta">
<h4>TingTing Ren</h4>
<span>法律顾问</span>
<p>专业法律工作者.</p>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-lg-3 col-md-6 col-12 wow fadeInDown" data-wow-duration="500ms">
<div class="team-member">
<div class="member-photo">
<!-- member photo -->
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/team/team-3.jpg" alt="Meghna">
</div>
<!-- member name & designation -->
<div class="member-meta">
<h4>YinQian Guo</h4>
<span>数据工程师</span>
<p>大数据工程师,十年工作经验!.</p>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-lg-3 col-md-6 col-12 wow fadeInDown" data-wow-duration="500ms">
<div class="team-member">
<div class="member-photo">
<!-- member photo -->
<img class="img-fluid" src="https://themes.gohugo.io/theme/meghna-hugo/images/team/team-4.jpg" alt="Meghna">
</div>
<!-- member name & designation -->
<div class="member-meta">
<h4>Jian Ren</h4>
<span>Java工程师</span>
<p>JAVA后端工程师.</p>
</div>
</div>
</div>
<!-- end team member -->
</div>
</div>
</section>
<!-- /team -->
<!-- Start Pricing section -->
<section id="pricing" class="pricing section">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-lg-12">
<div class="title text-center wow fadeInDown" data-wow-duration="500ms">
<h2> 我们的服务 <span class="color"> 计划 </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<!-- single pricing table -->
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInUp" data-wow-duration="200ms">
<div class="price-item">
<!-- plan name & value -->
<div class="price-title">
<h3>免费</h3>
<p><strong class="value">$0</strong>/ 年</p>
</div>
<!-- plan description -->
<ul>
<li>1GB Disk Space</li>
<li>10 Email Account</li>
<li>Script Installer</li>
</ul>
</div>
</div>
<!-- end single pricing table -->
<!-- single pricing table -->
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInUp" data-wow-duration="200ms">
<div class="price-item">
<!-- plan name & value -->
<div class="price-title">
<h3>白银</h3>
<p><strong class="value">$149</strong>/ month</p>
</div>
<!-- plan description -->
<ul>
<li>1GB Disk Space</li>
<li>10 Email Account</li>
<li>Script Installer</li>
</ul>
</div>
</div>
<!-- end single pricing table -->
<!-- single pricing table -->
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInUp" data-wow-duration="200ms">
<div class="price-item">
<!-- plan name & value -->
<div class="price-title">
<h3>黄金</h3>
<p><strong class="value">$199</strong>/ 年</p>
</div>
<!-- plan description -->
<ul>
<li>1GB Disk Space</li>
<li>10 Email Account</li>
<li>Script Installer</li>
</ul>
</div>
</div>
<!-- end single pricing table -->
<!-- single pricing table -->
<div class="col-lg-3 col-md-6 col-12 text-center wow fadeInUp" data-wow-duration="200ms">
<div class="price-item">
<!-- plan name & value -->
<div class="price-title">
<h3>白金</h3>
<p><strong class="value">$299</strong>/ 年</p>
</div>
<!-- plan description -->
<ul>
<li>1GB Disk Space</li>
<li>10 Email Account</li>
<li>Script Installer</li>
</ul>
</div>
</div>
<!-- end single pricing table -->
</div>
</div>
</section>
<!-- /pricing -->
<!-- Start Blog Section -->
<section id="blog" class="section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center wow fadeInDown">
<h2> 近期 <span class="color"> 新闻 </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<!-- single blog post -->
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
</div>
<div class="content">
<h3><a href="https://themes.gohugo.io//theme/meghna-hugo/post/markdown-syntax/">公司历史简介</a></h3>
<p><p>公司历史</p></p>
<a class="btn btn-transparent" href="https://themes.gohugo.io//theme/meghna-hugo/post/markdown-syntax/">Read more</a>
</div>
</div>
</article>
<!-- /single blog post -->
<!-- /single blog post -->
<div class="all-post text-center col-lg-12">
<a class="btn btn-main" href="https://themes.gohugo.io//theme/meghna-hugo/posts">查看所有</a>
</div>
</div>
</div>
</section>
<!-- /blog -->
<!-- Start Contact Us -->
<section id="contact-us" class="contact-us section-bg">
<div class="container pb-5">
<div class="row">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2> 联系 <span class="color"> 我们 </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<!-- Contact Details -->
<div class="contact-info col-lg-6 wow fadeInUp" data-wow-duration="500ms">
<h3>联系资料</h3>
<p> 纵横资本:致力于大数据驱动投资于决策,基于数据,算法,算力,创造更大的价值. </p>
<div class="contact-details">
<div class="con-info clearfix">
<i class="tf-map-pin"></i>
<span>地址:+ 万达广场商业大厦N楼</span>
</div>
<div class="con-info clearfix">
<i class="tf-ion-ios-telephone-outline"></i>
<span>电话: +086-17688934312</span>
</div>
<div class="con-info clearfix">
<i class="tf-ion-iphone"></i>
<span>传真: +880-31-000-000</span>
</div>
<div class="con-info clearfix">
<i class="tf-ion-ios-email-outline"></i>
<span>邮箱: [email protected]</span>
</div>
</div>
</div>
<!-- Contact Form -->
<div class="col-lg-6 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
<form id="contact-form" class="form-meghna" method="post" action="sendmail.php" role="form">
<input name="e-mail" type="text" id="e-mail" autocomplete="off">
<div class="form-group">
<input type="text" placeholder="你的姓名" class="form-control" name="name" id="name">
</div>
<div class="form-group">
<input type="email" placeholder="你的邮箱" class="form-control" name="email" id="email">
</div>
<div class="form-group">
<input type="text" placeholder="你的目的" class="form-control" name="subject" id="subject">
</div>
<div class="form-group">
<textarea rows="6" placeholder="具体内容" class="form-control" name="message"
id="message"></textarea>
</div>
<div id="mail-success" class="success">
谢谢. 邮件主任正在处理 :)
</div>
<div id="mail-fail" class="error">
抱歉,请稍后再试 :(
</div>
<div id="cf-submit">
<input type="submit" id="contact-submit" class="btn btn-transparent" value="Submit">
</div>
</form>
</div>
</div>
</div>
</section>
<!-- /contact -->
</div><!-- end Contact Area -->
<footer id="footer" class="bg-one">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- copyright -->
<div class="copyright text-center">
<a href="https://themes.gohugo.io//theme/meghna-hugo/">
<img src="https://themes.gohugo.io/theme/meghna-hugo/images/logo.png" alt="Meghna" />
</a>
<br>
<p>Design And Developed by <a href="http://www.wulixin.github.io"> LiXin Wu </a>. Copyright © <script>
document.write(new Date().getFullYear())
</script>. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Essential Scripts -->
<!-- Main jQuery -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 4.3 + Popper -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Slick Carousel -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/filterzr/jquery.filterizr.min.js"></script>
<!-- Magnific popup -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/magnific-popup/dist/jquery.magnific-popup.min.js"></script>
<!-- Google Map API -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<!-- Number Counter Script -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/count-to/jquery.countTo.js"></script>
<!-- wow.min Script -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/wow/dist/wow.min.js"></script>
<!-- Scroll behavior polyfill -->
<script src="https://themes.gohugo.io/theme/meghna-hugo/js/scroll-behavior-polyfill.min.js"></script>
<!-- Sweet Alert -->
<script type="text/javascript" src="https://themes.gohugo.io/theme/meghna-hugo/plugins/sweet-alert/sweetalert.min.js"></script>
<!-- Custom js -->
<script src="https://themes.gohugo.io/theme/meghna-hugo/js/script.min.js"></script>
<!-- google analitycs -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'Your ID', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>