123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <link rel="shortcut icon" href="imgs/favicon.png" type="image/x-icon">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>技术服务</title>
- <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
- <link rel="stylesheet" href="css/main.min.css">
- <link rel="stylesheet" href="css/style.css">
- <link rel="stylesheet" type="text/css" href="css/cc-css-tools.css" />
- <link rel="stylesheet" href="js/bootstrap-3.4.1-dist/css/bootstrap.min.css">
- <script src="js/jquery3.6.min.js"></script>
- <script src="js/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script>
- <script src="/js/rem.js"></script>
- <script src="/js/goTop.js"></script>
- <script>
- $(document).ready(function(){
- $(".jsLinks li").click(function () {
- var e = $(this).data("link"),
- s = $("#" + e).offset().top - 150;
- $(".jsLinks li").removeClass("z-active"),
- $(this).addClass("z-active"),
- $("html,body").animate({
- scrollTop: s
- }, 300)
- })
- })
- function scrollFixed(thisName) {
- var scrollTime;
- var titleTop = $(thisName).offset().top;
- var footTop = $(".footerbg").offset().top;
- if (scrollTime) {
- clearTimeout(scrollTime);
- }
- scrollTime = setTimeout(function () {
- if ($(window).scrollTop() > titleTop && $(window).scrollTop() < footTop - 500) {
- $(thisName).addClass("z-fixed");
- } else {
- $(thisName).removeClass("z-fixed");
- }
- }, 50);
- }
- var clock;
- function linksAll() {
- var s = $(window).scrollTop() + .8 * $(window).height();
- $(".jsLinks li").each(function (e) {
- $("#link" + (e + 1)).offset().top < s && ($(".jsLinks li").removeClass("z-active"),
- $(".jsLinks li").eq(e).addClass("z-active"))
- })
- }
- function userScroll() {
- $(window).scroll(function () {
- clock && clearTimeout(clock),
- clock = setTimeout(function () {
- linksAll()
- }, 0)
- })
- }
- userScroll(),
- $(window).on('scroll', function () {
- $(".m-side-left").length && scrollFixed(".m-side-left");
- });
- </script>
- <style type="text/css">
- .bannerMore {
- width: 82px;
- height: 26px;
- background-color: #ffffff;
- border-radius: 10%;
- }
- .bannerText {
- line-height: 26px;
- color: #000000;
- text-align: center;
- }
- .flex-center{
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .bottomTitle{
- text-align: center;
- margin-top: 20px;
- font-size: 18px;
- color: #010101;
- }
- .link2{
- margin-bottom: 50px;
- }
- .m-text{
- line-height: 30px;
- }
- .bannerbg{
- background: url(../images/banner10.png) center center no-repeat;
- background-size: 100% 100%;
- }
- .buness{
- width: 22.585% !important;
- margin-right: 24px !important;
- }
- </style>
- </head>
- <body>
- <div class="goTop" style="display: none;">
- <span class="glyphicon glyphicon-menu-up" aria-hidden="true"></span>
- </div>
- <div class="navbgbox">
- <div class="navbg">
- <div class="nav about_nav">
- <div style="position: relative">
- <a href="index.html" class="nav_logo">
- <img src="images/dgt_logo.png" width="171" height="70">
- </a>
- <div class="guanggao">
- <strong style="color: #999999; margin-left : -140px; font-size: 14px">智慧科技 · 神州软件</strong>
- </div>
- </div>
- <div class="nav_a">
- <a href="index.html">首页</a>
- <a href="product.html">智慧企业</a>
- <a href="wisdom.html">智慧城市</a>
- <a href="fangan.html">解决方案</a>
- <a href="technology.html" class="cur">技术服务</a>
- <a href="news.html">新闻中心</a>
- <a href="about_us.html">关于我们</a>
- <a href="contact.html">联系我们</a>
- <!-- <img width="70px" src="imgs/QRcode1.jpg" alt=""> -->
- </div>
- </div>
- </div>
- </div>
- <div class="banner">
- <div class="bannerbg">
- <div class="shade">
- <div class="cc-tc-w bannerBoxTitle">
- <div class="bannerTitle">技术服务</div>
- <div class="bannerTitle-eng">Technical Services</div>
- </div>
- </div>
- <!-- <div class="shade">
- <div class="cc-tc-w cc-mar-l-30" style="margin-left: 100px">
- <div class="bannerTitle">技术服务</div>
- <div class="bannerMore">
- <div class="bannerText">
- 了解更多
- </div>
- </div>
- </div>
- </div> -->
- </div>
- </div>
- <div class="g-content">
- <div class="g-content-in">
- <div class="m-side-left jsLinks">
- <ul>
- <li data-link="link1">
- <b class="num">01.</b>
- <b>IT外包服务</b>
- </li>
- <li data-link="link2">
- <b class="num">02.</b>
- <b>主要客户及业务开展模式</b>
- </li>
- <li data-link="link3">
- <b class="num">03.</b>
- <b>人员外包服务模式</b>
- </li>
- <li data-link="link4">
- <b class="num">04.</b>
- <b>应用开发与维护</b>
- </li>
- <li data-link="link5">
- <b class="num">05.</b>
- <b>业务介绍</b>
- </li>
- </ul>
- </div>
- <div class="g-content-right">
- <div class="g-right-in">
- <div class="u-title" id="link1">
- <h2>IT外包服务</h2>
- </div>
- <div class="m-text">
- <p>
- 公司为客户提供稳定可靠、专业高效的IT人员外包服务,以有效支持客户的业务战略。我们提供现场服务、远程服务等多种不同方式的服务支持。以帮助客户降低风险和成本,并确保高质量的服务。
- </p>
- </div>
-
- <div class="u-title" id="link2">
- <h2>主要客户及业务开展模式 </h2>
- </div>
- <div class="m-text">
- <p>
- 主要客户集中与外资企业和一些大型的国有和民营企业,例如EMC、 SAP、大陆汽车、亿滋食品、宜信、神州数码集团等。
- </p>
- <p>
- 作为一家从海外外包业务一路走来,多年为国内外大型企业提供人员外包专业服务的企业,我们从客户的人员服务受理、到人员服务交付以及人员服务质量监控方面,都有自己严格的监控体系制度和服务流程,再加上与公司的解决方案业务和通用软件开发维护相互结合,从而与客户建立了深度黏合的关系,真正与客户实现了“你中有我、我中有你”的双赢共生模式。我们从人员招聘、人力资源池建立、人员定向培训、人员长期维系、人员职业规划、客户责任矩阵等多方面保证外包人员在客户现场的及时到岗与长期稳定,从而在帮助客户有效节约人力资源成本和人员管理成本的同时,公司也获得长期稳定的收益。
- </p>
- </div>
- <div class="u-title" id="link3">
- <h2>外包服务模式</h2>
- </div>
- <div class="m-serve serve--other consulting-serve">
- <div class="m-user-slide">
- <div class="user-banner" id="user5">
- <div class="user-li">
- <ul></ul>
- </div>
- <div class="user-box">
- <ul>
- <li>
- <img src="images/epibole1.png">
- <h3>前期筹备工作</h3>
- <p>客户需求沟通、提供项目建议书、签订合同、提供招聘方案。</p>
- </li>
- <li>
- <img src="images/epibole2.png">
- <h3>人才筛选工作</h3>
- <p>调动网络、报纸、数据库等整体资源并使用专业工具测评,专业面试评估人才。</p>
- </li>
- <li>
- <img src="images/epibole3.png">
- <h3>后期服务工作</h3>
- <p>向客户推荐候选人,并对客户做好后期服务。</p>
- </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
-
- <div class="u-title" id="link4">
- <h2>应用开发与维护</h2>
- </div>
- <div class="m-text">
- <p>
- 我们根据客户的具体需求,对于有长期稳定需求的客户,我们会为其建立离岸开发中心(ODC),根据客户要求提供专门的场地和专业化团队,帮助客户提高生产效率,并有效减少其运营开支。
- </p>
- <P>
- 对于客户的某个具体的项目,我们会配备专业的售前人员和业务分析师,充分了解客户需求,采用适宜的技术方案,配备完整的技术团队,采用具有公司特征的项目管理理论和敏捷(scrum)开发模式,完成对项目的交付和后期维护。
- </P>
- </div>
-
- <div class="u-title" id="link5">
- <h2>业务介绍</h2>
- </div>
- <div class="m-index" style="margin-bottom: 100px;">
- <div class="index-first">
- <div class="f-in" style="margin: 0;">
- <div class="first-pc" style="margin: 0;">
- <div class="first-box" style="width: 100%;">
- <div class="first-sub first-icon1 buness">
- <img src="images/business1.png" alt="">
- <div class="first-bg"></div>
- <div class="first-text">
- <div class="first-icon">
- <img src="images/business1-icon.png">
- </div>
- <h2>互联网应用</h2>
- <div class="first-p">
- <p>互联网应用,开发与维护</p>
- </div>
- </div>
- </div>
- <div class="first-sub first-icon1 buness">
- <img src="images/business2.png" alt="">
- <div class="first-bg"></div>
- <div class="first-text">
- <div class="first-icon">
- <img src="images/business2-icon.png">
- </div>
- <h2>企业应用</h2>
- <div class="first-p">
- <p>企业应用,实施及维护支持</p>
- </div>
- </div>
- </div>
- <div class="first-sub first-icon1 buness">
- <img src="images/business3.jpg" alt="">
- <div class="first-bg"></div>
- <div class="first-text">
- <div class="first-icon">
- <img src="images/business3-icon.png">
- </div>
- <h2>移动终端</h2>
- <div class="first-p">
- <p>移动终端应用,开发维护</p>
- </div>
- </div>
- </div>
- <div class="first-sub first-icon1 buness">
- <img src="images/business4.png" alt="">
- <div class="first-bg"></div>
- <div class="first-text">
- <div class="first-icon">
- <img src="images/business4-icon.png">
- </div>
- <h2>软件测试</h2>
- <div class="first-p">
- <p>专业的,软件测试服务</p>
- </div>
- </div>
- </div>
-
- </div>
- </div>
-
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="footerbg">
- <div style="height: auto;" class="footer">
- <div>
- <span><a href="index.html">首页</a>|</span><span><a href="product.html">智慧企业</a>|</span><span><a
- href="wisdom.html">智慧城市</a>|</span><span><a href="fangan.html">解决方案</a>|</span><span><a
- href="technology.html">技术服务</a>|</span><span><a href="news.html">新闻中心</a>|</span><span><a
- href="about_us.html">关于我们</a>|</span><span><a href="contact.html">联系我们</a></span>
- <p>
- <span>
- 上海市长宁区福泉路111号神州数码(上海)科技园 </span>
- <span>|</span>
- <span>北京市海淀区上地九街九号数码科技广场 </span>
- <span>|</span>
- <span>洛阳市洛龙区金城寨街正大国际中心</span>
- </p>
- <p style="padding-top: 5px;">
- <span>苏州市相城区元和街道嘉元路959号元和大厦 </span>
- <span>|</span>
- <span>杭州市下城区延安路385号杭州嘉里中心 </span>
- </p>
- <a href="http://www.beian.miit.gov.cn/">沪ICP备16042560号</a>
- </div>
- <div class="leftImg">
- <img src="imgs/QRcode1.jpg" alt="">
- </div>
- </div>
- </div>
- </body>
- </html>
|