index3.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <!--
  2. * @Description:
  3. * @Author: tianhui
  4. * @Date: 2021-08-05 14:21:15
  5. * @LastEditors: tianhui
  6. * @LastEditTime: 2021-08-10 16:34:38
  7. * @FilePath: \huichen\index3.html
  8. * @Copyright: Copyright (c) 2016~2021 tianhui(1114860254@qq.com)
  9. -->
  10. <!DOCTYPE html>
  11. <html lang="zh-CN">
  12. <head>
  13. <meta charset="utf-8">
  14. <title>汇辰技术服务(贵州)有限公司</title>
  15. <style>
  16. * {
  17. margin: 0;
  18. padding: 0;
  19. }
  20. body {
  21. font: 16px/1.8 "Microsoft Yahei", verdana;
  22. }
  23. .logo {
  24. margin-left: 20%;
  25. }
  26. .head {
  27. border-bottom: 3px solid #033cdd;
  28. width: 100%;
  29. }
  30. .content {
  31. margin-left: 21%;
  32. margin-right: 21%;
  33. }
  34. .menu {
  35. display: flex;
  36. }
  37. /*
  38. .professor {
  39. margin-left: 2%;
  40. font-size: 20;
  41. position: relative;
  42. }
  43. .professor::before {
  44. position: absolute;
  45. bottom: 0;
  46. left: 50%;
  47. transform: translateX(-50%);
  48. content: '';
  49. width: 50px;
  50. height: 5px;
  51. border-radius: 5px;
  52. background-color: #111233;
  53. }
  54. .p1 {
  55. font-size: 20
  56. } */
  57. .nav{ display: flex;width: 100%;}
  58. .plane{ display:inline-block;list-style:none; margin-right: 5%; }
  59. .introduce{ margin-left: 1%;}
  60. .teamprofessor p{ line-height: 35px;}
  61. .one {border-bottom: 2px solid #111233;}
  62. .menu ul li h3{text-align: center; color: #000;}
  63. .menu ul li a{text-decoration:none; }
  64. @media screen and (max-width:1200px) {
  65. .logo {
  66. margin-left: 5%;
  67. }
  68. .content {
  69. margin-left: 7%;
  70. margin-right: 7%;
  71. }
  72. .teamprofessor p{ line-height: 50px;}
  73. }
  74. </style>
  75. <script>
  76. function company() {
  77. window.location.href = "";
  78. }
  79. </script>
  80. </head>
  81. <body>
  82. <div class="head">
  83. <div class="logo">
  84. <a href="index.html"><img src="images/logo.png"></a>
  85. </div>
  86. </div>
  87. <div class="content">
  88. <div class="menu">
  89. <ul class="nav">
  90. <li class="plane one">
  91. <a href=""><h3>企业简介</h3></a>
  92. </li>
  93. <li class="plane two">
  94. <a href="index2.html"><h3>顾问团队</h3></a>
  95. </li>
  96. </ul>
  97. <!-- <p onclick="company()" class="p1">企业简介</p>
  98. <p class="professor">团队专家</p> -->
  99. </div>
  100. <div class="teamprofessor">
  101. <p style="font-size: 35px ;text-align: center;margin-top: 5%;">汇辰技术服务(贵州)有限公司</p>
  102. <P style="margin-top: 2%;">汇辰技术服务(贵州)有限公司成立于我们伟大的中国共产党100周年纪念日,即2021年7月1日。我们以“汇聚”弱电信息化行业技术人才能力为核心,穿透行业全过程技术服务为基础,“辰就”弱电信息化行业价值为目标;提供从知识库、咨询、设计、预算、招投标、产品优选、成本控制、技术优化、交付管理、运维服务、用户使用上线指导、专业技术人才培训等全过程技术资源配置服务。解决企业与企业、企业与项目、项目与项目的人力、物力、财力、资源配置不合理、配置不齐全等问题,打造一个互联网+弱电信息化行业的综合服务平台,逐步重构行业新生态,开启行业新蓝海,提高资源配置效率,加快信息流通速度,保障流通精细化,解决低效率高成本问题,逐步建立健全行业内信用体系,实现线上交易服务,让市场开启一种高效、透明的交易方式。</P>
  103. <p style="margin-top: 2%;">在这里,我们没有复杂的人事关系,也没有多广的人脉资源,更没有深厚的资本,我们有的就是正向的思维,有的是一群有情有义并相信可以真正为客户创造价值,并坚持长期奋斗,共创价值的组织。与所有选择加入这个组织的伙伴一起以结缘的心一起成就事业,愿我们的理想能为您的理想助力。</p>
  104. <p style="margin-top: 2%;">我们的使命:汇聚弱电信息化行业资源能力,让服务更有价值。</p>
  105. <p style="margin-top: 2%;">我们的愿景:汇聚越来越多有情有义有能力的人,一起成就有意义有价值有利于弱电信息化行业的事,让技术服务更有价值,愿我们的理想助力您的理想。</p>
  106. <p style="margin-top: 2%;">我们的核心价值观:正念、相信、坚持、共创价值</p>
  107. </div>
  108. </div>
  109. </body>
  110. </html>