123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>江苏赢伟达资产管理有限公司</title>
- <style>
- body {
- font-family: 'Helvetica Neue', Arial, sans-serif;
- margin: 0;
- padding: 0;
- background-color: #f4f4f4;
- line-height: 1.6;
- }
- /* 自定义滚动条样式 */
- ::-webkit-scrollbar {
- width: 2px;
- /* 滚动条宽度 */
- }
- ::-webkit-scrollbar-track {
- background: #f4f4f4;
- /* 滚动条轨道背景 */
- }
- ::-webkit-scrollbar-thumb {
- background: #eee;
- /* 滚动条滑块颜色 */
- border-radius: 6px;
- /* 滚动条滑块圆角 */
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #357ABD;
- /* 滚动条滑块悬停颜色 */
- }
- header {
- background-color: #4A4A4A;
- color: white;
- text-align: center;
- padding: 30px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
- }
- section {
- padding: 25px;
- margin: 20px auto;
- max-width: 800px;
- background-color: white;
- border-radius: 8px;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
- }
- h2 {
- color: #333;
- border-bottom: 2px solid #4A4A4A;
- padding-bottom: 10px;
- margin-bottom: 15px;
- }
- ul {
- list-style-type: none;
- padding: 0;
- }
- li {
- margin-bottom: 12px;
- padding: 8px;
- background-color: #f9f9f9;
- border-radius: 4px;
- transition: background-color 0.3s;
- }
- li:hover {
- background-color: #e9e9e9;
- }
- a {
- color: #4A90E2;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- </style>
- </head>
- <body>
- <header>
- <h1>江苏赢伟达资产管理有限公司</h1>
- </header>
- <section>
- <h2>关于赢伟达(ABOUT YINGWEIDA)</h2>
- <p><strong>基本信息</strong></p>
- <ul>
- <li>成立时间:2023年7月25日</li>
- <li>总部地址:江苏省无锡市</li>
- <li>服务对象:中小型企业</li>
- </ul>
- <p><strong>团队优势</strong></p>
- <ul>
- <li>团队拥有丰富的企业服务经验</li>
- <li>在投资策略、风险控制等领域具备深厚的专业知识与实践经验</li>
- </ul>
- </section>
- <section>
- <h2>赢伟达理念(YINGWEIDA PHILOSOPHY)</h2>
- <p><strong>经营理念</strong></p>
- <ul>
- <li>客户至上、诚信为本、专业服务、创新发展</li>
- </ul>
- <p><strong>服务导向</strong></p>
- <ul>
- <li>以客户需求为导向,提供个性化、专业化的服务</li>
- </ul>
- <p><strong>服务目标</strong></p>
- <ul>
- <li>助力企业提高财务营收能力,增强企业自身资质与评分,实现稳健且快速的成长</li>
- </ul>
- </section>
- <section>
- <h2>合作关系(COOPERATION)</h2>
- <p><strong>合作伙伴</strong></p>
- <ul>
- <li>国内多家知名国企、上市公司以及资管公司</li>
- </ul>
- <p><strong>合作成果</strong></p>
- <ul>
- <li>整合资源,为客户提供全面优质的助贷技术服务</li>
- </ul>
- </section>
- </body>
- </html>
|