-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
341 lines (290 loc) · 11.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>湖南谨诚统计有限公司</title>
<meta name="description" content="湖南谨诚统计有限公司统计网" />
<meta name="keywords" content="湖南谨诚统计有限公司统计网" />
<script type="text/javascript" src="js/M.js"></script>
<script type="text/javascript" src="js/jquery-1.js"></script>
<meta http-equiv="”Cache-Control”" content="”no-transform”">
<meta http-equiv="”Cache-Control”" content="”no-siteapp”">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/mb5u_home.css">
<!--[if IE 6]>
<script type="text/javascript" src="js/DD_belatedPNG.js" ></script>
<script type="text/javascript">
DD_belatedPNG.fix('*');
</script>
<![endif]-->
</head>
<body>
<script type="text/javascript">
$(document).ready(function(){
var typename="";
$(".min_nav_left a:gt(0)").each(function(i){
var aname = $(this).find("font").html();
if(aname == typename){
$(".min_nav_left a").eq(0).removeClass("hov");
$(this).addClass("hov");
}
});
});
</script>
<div class="header">
<div class="div">
<div class="logo">
<a title="湖南谨诚统计有限公司" href="/"><img src="/images/logo.png" title="湖南谨诚统计有限公司"></a>
</div>
<div class="nav">
<ul class="nav_list" id="yw0">
<li class="active"><a title="首页" href="/">首页</a></li>
<li><a href='/hz/'>服务项目</a></li>
<li><a href='/news/'>统计资讯</a></li>
<li><a href='/products/'>资料下载</a></li>
<li><a href='/about/'>关于我们</a></li>
<li><a href='/contact/'>联系我们</a></li>
<!--<li><a title="案例展示" href="/products/">案例</a></li>
<li><a title="资讯动态" href="/news/">资讯</a></li>
<li><a title="服务项目" href="/hz/">服务</a></li>
<li><a title="关于我们" href="/about/">关于</a></li>
<li><a title="联系我们" rel="nofollow" href="/contact/">联系</a></li>-->
</ul>
</div>
</div>
</div>
<script>
M.ready(function(){
var timer ,
counter = -1 ,
intval = 8000 ;
var imgs = [
{ cn:'a1' , btn:'cirY' , cs:'cnow' , href:'#'} ,
{ cn:'a2' , btn:'cirG' , cs:'' , href:'#'} ,
{ cn:'a3' , btn:'cirX' , cs:'' , href:'#' },
{ cn:'a4' , btn:'cirS' , cs:'' , href:'#' },
{ cn:'a5' , btn:'cirM' , cs:'' , href:'#' },
];
var html = "" ,
tmpl = '<li><a href="#" rel="nofollow" class="cc {cs}" id="{btn}"></a></li>';
imgs.each(function( i , img ){
M.getEl("#circle").append( M.template( tmpl , img ) );
(function(N , btn ){
M.getEl( "#" + btn ).click(function(){
counter = N - 1 ;
play();
});
}(i , img.btn ));
});
function play(){
!!timer && clearTimeout( timer );
counter = counter + 1 == imgs.length ? 0 : counter + 1 ;
M.getEls(".cnow").doApply( "removeClass" , "cnow");
M.getEl("#" + imgs[ counter ].btn ).addClass("cnow");
M.get("#box").className= imgs[ counter ].cn ;
timer = setTimeout( play , intval );
}
setTimeout( play , intval ) ;
M.getEl("#li").click(function(){
console.log( imgs[ counter <0 ? 0 : counter ].href )
M.locate( imgs[ counter <0 ? 0 : counter ].href )
return false;
});
M.getEl("#nClose").click(function(){
M.get("#nWin").style.display = "none";
});
M.getEl("#nokBtn").click(function(){
M.get("#nWin").style.display = "block";
})
});
</script>
<div id="index_box">
<div id="box" class="a1">
<div id="anim">
<div id="marquee">
<ul id="mPics">
<li id="li"><a href="#" rel="nofollow"> </a></li>
</ul>
<ul id="circle"></ul>
</div>
</div>
</div>
<!--第一栏目 开始-->
<script type="text/javascript">
$(document).ready(function(){
$('.boxgrid.captionfull').hover(function(){
$(".cover", this).stop().animate({top:'104px'},{queue:false,duration:110});
}, function() {
$(".cover", this).stop().animate({top:'144px'},{queue:false,duration:110});
});
});
</script>
<div class="serve">
<div class="title"><h1>服务项目…</h1></div>
<div class="serve_con">
<div class="s3">
<span></span>
<ul>
<li><a href="/hz/xcxwz/" title="科研设计"><h2>科研设计</h2></a></li>
<li>针对调查研究、试验设计、量表开发及其他科研项目中涉及的统计学...</li>
</ul>
</div>
<div class="s2">
<span></span>
<ul>
<li><a href="/hz/ppxwz/" title="现场调查"><h2>现场调查</h2></a></li>
<li>在科研项目中涉及现场调查时,公司将以第三方立场提供现场调查服务...</li>
</ul>
</div>
<div class="s3">
<span></span>
<ul>
<li><a href="/hz/dsxwz/" title="数据处理和挖掘"><h2>数据处理和挖掘</h2></a></li>
<li>应用专业的数据处理软件,为复杂、混乱、多噪声、海量的各类型数据...</li>
</ul>
</div>
<div class="s2">
<span></span>
<ul>
<li><a href="/hz/gnxwz/" title="统计分析"><h2>统计分析</h2></a></li>
<li>针对整理好的数据,通过专业的统计学软件,如SAS、SPSS、R、STATA、REVMAN、EXCEL等...</li>
</ul>
</div>
<div class="s3">
<span></span>
<ul>
<li><a href="/hz/seo/" title="论文指导"><h2>论文指导</h2></a></li>
<li>论文撰写指导、辅助修改、语言母语化润色;中英文翻译...</li>
</ul>
</div>
<div class="s2">
<span></span>
<ul>
<li><a href="/hz/sheji/" title="第三方调查与评价服务"><h2>第三方调查与评价服务</h2></a></li>
<li>公司以第三方的立场,提供现场调查、项目经济学评价、医疗服务质量评价等服务...</li>
</ul>
</div>
</div>
<!--serve_con-->
</div>
<!--serve-->
<div class="case_main">
<div class="case">
<div class="title"><h1>最新下载</h1>
<a href="/products/" class="quan" title="全部案例">全部</a>
</div>
<div class="case_con">
<div class="boxgrid captionfull">
<a href="/products/tongjinianjian/2016/0102/104.html"><img alt="(年报湘F104表)银行业企业" title="(年报湘F104表)银行业企业" src="/uploads/140828/1-140RR24945640.png" height="144" width="233"></a> <div class="cover boxcaption">
<h3><a rel="contact" class="url" href="/products/tongjinianjian/2016/0102/104.html">(年报湘F104表)银行业企业</a></h3>
</div>
</div>
<div class="boxgrid captionfull">
<a href="/products/2016/0102/103.html"><img alt="(定报湘F206表)证券业企业" title="(定报湘F206表)证券业企业" src="/uploads/allimg/c141025/14142345553P-92Y9.jpg" height="144" width="233"></a> <div class="cover boxcaption">
<h3><a rel="contact" class="url" href="/products/2016/0102/103.html">(定报湘F206表)证券业企业</a></h3>
</div>
</div>
<div class="boxgrid captionfull">
<a href="/products/qitaxiazai/2016/0102/102.html"><img alt="(2014年报湘F104表)银行业企" title="(2014年报湘F104表)银行业企" src="/uploads/140828/1-140RR2431V24.png" height="144" width="233"></a> <div class="cover boxcaption">
<h3><a rel="contact" class="url" href="/products/qitaxiazai/2016/0102/102.html">(2014年报湘F104表)银行业企</a></h3>
</div>
</div>
<div class="boxgrid captionfull">
<a href="/products/2016/0102/101.html"><img alt="(2014年报湘F105表)保险业企" title="(2014年报湘F105表)保险业企" src="/uploads/allimg/140424/1-140424153K60-L.jpg" height="144" width="233"></a> <div class="cover boxcaption">
<h3><a rel="contact" class="url" href="/products/2016/0102/101.html">(2014年报湘F105表)保险业企</a></h3>
</div>
</div>
</div>
<!--case_con-->
</div>
<!--case-->
</div>
<!--case_main-->
<div class="index_box">
<div class="news">
<div class="title">
<h1>谨诚动态</h1>
<a title="资讯动态" href="/news/">全部 ></a>
</div>
<div class="news_con">
<dl class="new_list">
<dt><a href="/news/xingyedongtai/2016/0102/99.html"><img alt="淘宝数据产品技术架构分" title="淘宝数据产品技术架构分" src="/uploads/allimg/c141025/1414234293A0-55D4.jpg" height="54" width="87"></a></dt>
<dd>
<h2><span class="data">01-02</span><a href="/news/xingyedongtai/2016/0102/99.html">淘宝数据产品技术架构分</a></h2>
<p>淘宝数据产品技术架构分析...</p>
</dd>
</dl>
<dl class="new_list">
<dt><a href="/news/xingyedongtai/2016/0102/98.html"><img alt="大数据:2016年, 商业智能" title="大数据:2016年, 商业智能" src="/uploads/allimg/160102/1-1601021933260-L.png" height="54" width="87"></a></dt>
<dd>
<h2><span class="data">01-02</span><a href="/news/xingyedongtai/2016/0102/98.html">大数据:2016年, 商业智能</a></h2>
<p>大数据:2016年, 商业智能和数据分析领域的新趋势...</p>
</dd>
</dl>
</div>
<!--news_con-->
</div>
<!--news-->
<div class="xuqiu">
<ul>
<li>湖南谨诚统计有限公司</li>
<li>国内最专业的数据处理统计分析服务平台</li>
<li>致力于为
<a href="/hz/sheji/" title="谨诚不仅仅从事北京网页设计,我们还为上海以及全国中小企业提供最专业的网站设计服务。">企业</a>、
<a href="/mobile/" title="为移动设备、平板电脑、移动产品等终端提供交互流程及界面设计服务。包括IOS、Android、Win等多平台。">高校</a>、
<a href="/hz/" title="以用户体验为核心的设计可以让企业产品创造持续发展的竞争优势,并让您享受一站式建站服务。">医院</a>、
<a href="/hz/seo/" title="SEO优化有利于促进产品的销售,占领市场有限的份额。">科研机构</a>
</li>
<li><h1>我们只做一件事 :<span>持续为客户创造价值</span></h1></li>
<li><a href="http://wpa.qq.com/msgrd?v=3&uin=460249852&site=qq&menu=yes" class="tijiao" title="在线咨询" rel="nofollow">QQ在线咨询</a><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=56529723&site=qq&menu=yes" rel="nofollow" title="在线咨询" class="qqico">QQ在线咨询</a></li>
</ul>
</div>
<!--xuqiu-->
</div>
<!--index_box-->
<!--友情链接-->
<div id="link">
<div class="div">
<div class="lm3 skin2"><span class="fs16 black">友情链接</span></div>
<ul class="kh">
<li><a href="http://www.nomagame.com" target="_blank">技术支持</a></li>
</ul>
</div>
</div>
<!--end 友情链接-->
<!--第三栏目 开始-->
<div class="part3">
<div class="div">
<div class="part3mk">
<h2 id="contus" class="skin2"></h2>
<p>联系地址:长沙市岳麓区银双路西子园小区2栋507室</p>
<p>E-mail:hnjcyxtj@163.com 手机:15974269544 </p>
</div>
<div class="part3mk mrt20">
<a id="weibo" href="http://www.weibo.com" class="skin2" rel="nofollow" target="_blank">新浪微博</a>
<script>
WB2.anyWhere(function(W){
W.widget.hoverCard({
id: "card"
});
});
</script>
</div>
<div class="part3mk mrt15">
<a id="online" class="skin2" target="_blank" rel="nofollow" href="/contact/index.html#xq">在线提交需求</a> </div>
</div>
</div>
<!--第三栏目 结束-->
</div>
<div id="footer">
<div class="div">
<div class="nav_left"> <a title="首页" href="/">首页</a> <a title="案例展示" href="/products/">客户案例</a>
<a title="资讯动态" href="/news/">新闻资讯</a>
<a title="服务项目" href="/hz/">服务项目</a>
<a title="关于我们" href="/about/">关于我们</a>
<a title="联系我们" rel="nofollow" href="/contact/">联系我们</a> </div>
<div class="copy">Copyright © 2015 - 2016 , All Rights Reserved</div>
</div>
</div>
</body>
</html>