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
|
<!DOCTYPE html> <html lang="tc-HK" prefix="og: http://ogp.me/ns#">
<head> <title>AJ Century</title>
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <meta name="description" content="AJ Century是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。"> <meta property="og:type" content="website" /> <meta property="og:url" content="http://www.ajcentury.com/tc/" /> <meta property="og:title" content="AJ CEntury" /> <meta property="og:description" content="AJ Century是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。" /> <meta property="og:image" content="http://www.ajcentury.com/img/joinus/joinus.jpg" /> <meta property="og:site_name" content="AJ Century" />
<meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="AJ Century是屬於宏利金融其中一隊團隊,宏利產品及服務在市場上被受肯定,支持着AJ Century Team 發展,成為一隊專業可靠的理財服務團隊。" /> <meta name="twitter:title" content="AJ Century" /> <meta name="twitter:image" content="http://www.ajcentury.com/img/joinus/joinus.jpg" />
<link rel="shortcut icon" href="../img/pagelogo.png">
<!-- nav css --> <link rel="stylesheet" href="../css/nav-layout.min.css">
<!-- slick --> <link rel="stylesheet" type="text/css" href="../css/slick.css"/> <link rel="stylesheet" type="text/css" href="../css/slick-theme.css"/>
<!-- mysvg --> <link rel="stylesheet" type="text/css" href="../css/myicons.css"/>
<link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css">
</head>
<body class="greybg"> <div class="wrapper "> <!-- header --> <?php include 'include/header.php';?> <!-- end of header -->
<!-- web location --> <div class="web_location"> <h2>財富管理</h2> <a href="index.php">主頁</a> / <a href="service.php">服務</a> / <a href="#" class="active">財富管理</a> </div> <!-- end of web location -->
<!-- content image section --> <div class="content_section"> <div class="container"> <div class="img-overlay-content"> <img src="../img/service-banner-01.jpg" class="fullimg bannerimg" alt="財富管理"> <div class="content"> <h1>財富管理</h1> <p>通過AJ Century Team全方位及一站式平台提供強積金計劃,僱員及公司保險和公司醫療計劃,為公司企業策劃專業方案,讓他們免受繁瑣的行政事宜困擾。我們深明隨着業務不斷擴充,所需的方案亦會不斷改變。因此我們精心設計不同計劃,以照顧企業客戶的各種需求,為您的業務及公司資產提供最周全又最多元化的保障。 </p> <p>宏利環球精選﹙強積金﹚計劃為僱員提供二十七款成分基金。參與計劃後,即可從我們的多元成分基金選擇中挑選配合個人需要的組合。</p> <p>為確保業務發展無礙,公司在致力營運之際,適當的保障,能確保您的業務順利發展,蒸蒸日上。同時為的核心要員投保。多元化的方案,迎合不同業的需要,把業務風險減至最低。</p> <p>在現今競爭日趨激烈的營商環境下,公司醫療保險亦被視作僱員福利的重要元素,有助挽留人才及提升員工忠誠度。所以,選用計劃周全而又穩健可靠的團體人壽及醫療保險是非常重要的。</p> <div class="clear"></div> </div> </div> </div> </div> <!-- end of section -->
<!-- ads --> <div class="ads"> <img src="../img/BannerInfo.gif" alt="一站式服務"> </div> <!-- end of ads -->
<!-- footer --> <?php include 'include/footer.php';?> <!-- end of footer --> </div>
<!-- JS --> <script src="../js/jquery.js"></script> <!-- nav --> <script src="../js/nav.jquery.min.js"></script> <!-- slick --> <script type="text/javascript" src="../js/slick.min.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
|