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