ywd.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>江苏赢伟达资产管理有限公司</title>
  7. <style>
  8. body {
  9. font-family: 'Helvetica Neue', Arial, sans-serif;
  10. margin: 0;
  11. padding: 0;
  12. background-color: #f4f4f4;
  13. line-height: 1.6;
  14. }
  15. /* 自定义滚动条样式 */
  16. ::-webkit-scrollbar {
  17. width: 2px;
  18. /* 滚动条宽度 */
  19. }
  20. ::-webkit-scrollbar-track {
  21. background: #f4f4f4;
  22. /* 滚动条轨道背景 */
  23. }
  24. ::-webkit-scrollbar-thumb {
  25. background: #eee;
  26. /* 滚动条滑块颜色 */
  27. border-radius: 6px;
  28. /* 滚动条滑块圆角 */
  29. }
  30. ::-webkit-scrollbar-thumb:hover {
  31. background: #357ABD;
  32. /* 滚动条滑块悬停颜色 */
  33. }
  34. header {
  35. background-color: #4A4A4A;
  36. color: white;
  37. text-align: center;
  38. padding: 30px;
  39. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  40. }
  41. section {
  42. padding: 25px;
  43. margin: 20px auto;
  44. max-width: 800px;
  45. background-color: white;
  46. border-radius: 8px;
  47. box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  48. }
  49. h2 {
  50. color: #333;
  51. border-bottom: 2px solid #4A4A4A;
  52. padding-bottom: 10px;
  53. margin-bottom: 15px;
  54. }
  55. ul {
  56. list-style-type: none;
  57. padding: 0;
  58. }
  59. li {
  60. margin-bottom: 12px;
  61. padding: 8px;
  62. background-color: #f9f9f9;
  63. border-radius: 4px;
  64. transition: background-color 0.3s;
  65. }
  66. li:hover {
  67. background-color: #e9e9e9;
  68. }
  69. a {
  70. color: #4A90E2;
  71. text-decoration: none;
  72. }
  73. a:hover {
  74. text-decoration: underline;
  75. }
  76. </style>
  77. </head>
  78. <body>
  79. <header>
  80. <h1>江苏赢伟达资产管理有限公司</h1>
  81. </header>
  82. <section>
  83. <h2>关于赢伟达(ABOUT YINGWEIDA)</h2>
  84. <p><strong>基本信息</strong></p>
  85. <ul>
  86. <li>成立时间:2023年7月25日</li>
  87. <li>总部地址:江苏省无锡市</li>
  88. <li>服务对象:中小型企业</li>
  89. </ul>
  90. <p><strong>团队优势</strong></p>
  91. <ul>
  92. <li>团队拥有丰富的企业服务经验</li>
  93. <li>在投资策略、风险控制等领域具备深厚的专业知识与实践经验</li>
  94. </ul>
  95. </section>
  96. <section>
  97. <h2>赢伟达理念(YINGWEIDA PHILOSOPHY)</h2>
  98. <p><strong>经营理念</strong></p>
  99. <ul>
  100. <li>客户至上、诚信为本、专业服务、创新发展</li>
  101. </ul>
  102. <p><strong>服务导向</strong></p>
  103. <ul>
  104. <li>以客户需求为导向,提供个性化、专业化的服务</li>
  105. </ul>
  106. <p><strong>服务目标</strong></p>
  107. <ul>
  108. <li>助力企业提高财务营收能力,增强企业自身资质与评分,实现稳健且快速的成长</li>
  109. </ul>
  110. </section>
  111. <section>
  112. <h2>合作关系(COOPERATION)</h2>
  113. <p><strong>合作伙伴</strong></p>
  114. <ul>
  115. <li>国内多家知名国企、上市公司以及资管公司</li>
  116. </ul>
  117. <p><strong>合作成果</strong></p>
  118. <ul>
  119. <li>整合资源,为客户提供全面优质的助贷技术服务</li>
  120. </ul>
  121. </section>
  122. </body>
  123. </html>