4354a61b
Andy
服务页 集团部分
|
1
2
|
.services-banner{
width: 100%;
|
d66b241f
liuqimichale
banner和百度地图
|
3
|
height: 540px;
|
4354a61b
Andy
服务页 集团部分
|
4
5
6
7
8
|
background: url(../images/services_bgIxo.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.services-bannertit{
|
b439919c
Andy
优化
|
9
|
/*height:50px;*/
|
4354a61b
Andy
服务页 集团部分
|
10
|
line-height: 50px;
|
7e7e8f3c
liuqimichale
服务 padding
|
11
|
font-size:44px;
|
4354a61b
Andy
服务页 集团部分
|
12
13
14
15
16
17
|
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
margin: 191px auto 44px;
}
|
7e7e8f3c
liuqimichale
服务 padding
|
18
19
20
|
.servicessection-wrap{
padding: 70px 0;
}
|
4354a61b
Andy
服务页 集团部分
|
21
|
.services-bannertext{
|
4354a61b
Andy
服务页 集团部分
|
22
23
24
25
26
27
28
29
30
31
32
|
height:25px;
line-height:25px;
font-size:24px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
margin: 0 auto;
}
.services-content{
background-color: #fff;
}
|
b9b68354
Andy
服务页 车场 车主模块
|
33
34
35
36
|
.services_bgF7F8FA{
background-color: #F7F8FA;
width: 100%;
}
|
d9ac57e9
Andy
服务页 车场 车主模块
|
37
38
39
40
|
.section{
padding: 0 !important;
}
|
4354a61b
Andy
服务页 集团部分
|
41
42
|
/*tab sta */
.services-wrap{
|
d9ac57e9
Andy
服务页 车场 车主模块
|
43
|
/*height: 680px;*/
|
d744f2f4
Andy
media 服务页
|
44
|
/*width: 1200px;*/
|
4354a61b
Andy
服务页 集团部分
|
45
|
margin: 0 auto;
|
d744f2f4
Andy
media 服务页
|
46
|
width: 100%;
|
4354a61b
Andy
服务页 集团部分
|
47
|
}
|
eabbfe41
Andy
add service
|
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
|
.part{ height: 635px; position: relative; overflow: hidden; width: 1000px; padding: 0;}
.part .con{ width: 100%; }
.part .bd, .part .bd ul {
width: 100%;
height: 100%;
}
.part .bd {
width: 100%;
float: left;
}
.part4 .phonebg{
background: #f7f7f7 url(../images/service_bgsmallIco.png) 0 0 no-repeat;
}
.part .hd{width: 500px!important; margin-top: 100px; overflow: hidden;margin-left:500px; background: #fff; z-index: 1000;}
.part .hd h2{width: 110px !important; cursor: pointer; float: left; font-size: 20px; padding-bottom: 15px; margin-bottom: 0; text-align: center;}
.part .hd h2.active-nav{ border-bottom: solid 3px #3F9FFE;color:#3F9FFE; }
.part .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -4px 0 no-repeat; display: inline-block; }
.part .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -543px 0 no-repeat;}
.part .hd h2 span{display: block;}
.part .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -63px 0 no-repeat; }
.part .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -254px 0 no-repeat;}
.part .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -125px 0 no-repeat; }
.part .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -254px 0 no-repeat;}
.part .bd{width: 100%;float: left;}
.part3 .bd .txt , .part5 .bd .txt {float: right; width: 500px;}
.part4 .bd .txt {float: left; width: 416px; margin-left: 0px;}
.part4 .hd {
width: 300px!important;
margin: 100px auto 0;
overflow: hidden;
margin-left: 0px;
background: #f7f7f7;
}
.part .line {
width: 90%;
/* margin: 0 auto; */
height: 1px;
background: #818181;
overflow: hidden;
position: absolute;
bottom: 1px;
}
.part .bd .p1 {
font-size: 30px;
padding: 25px 0 5px;
}
.part .bd .p2 {
font-size: 24px;
color: #999999;
font-weight: normal;
}
.part .bd .img {
width: 433.6px;
height: 395.2px;
z-index: 10000000;
margin: -100px 0 0 0%;
float: left;
/*overflow: hidden;*/
}
.part .bd .img img {
/*border: solid 1px #b8b8b8;*/
display: block;
/*margin: 50px auto;*/
width: 100%;
height: 100%;
}
|
b48b7eca
Andy
media 服务页
|
138
|
/*1 tab*/
|
4354a61b
Andy
服务页 集团部分
|
139
|
.services-wrap-left-1{
|
54822d57
liuqimichale
服务 click 切换
|
140
|
background: url("../images/services_saasIco1.png") no-repeat center center;
|
7e7e8f3c
liuqimichale
服务 padding
|
141
|
background-size:542px 494px;
|
4354a61b
Andy
服务页 集团部分
|
142
|
height: 494px;
|
4354a61b
Andy
服务页 集团部分
|
143
144
|
}
.services-wrap-right-1{
|
b9b68354
Andy
服务页 车场 车主模块
|
145
|
/*width: 100%;*/
|
4354a61b
Andy
服务页 集团部分
|
146
|
height: 400px;
|
7e7e8f3c
liuqimichale
服务 padding
|
147
148
149
150
151
|
margin: 70px auto 0;
padding-left: 100px;
}
.services-wrap{
padding: 70px 0;
|
4354a61b
Andy
服务页 集团部分
|
152
|
}
|
b48b7eca
Andy
media 服务页
|
153
|
/*1----tab 右侧 切换部分 sta*/
|
4354a61b
Andy
服务页 集团部分
|
154
155
|
.services-soft-wrap{
height: 168px;
|
b9b68354
Andy
服务页 车场 车主模块
|
156
|
/*width: 100%;*/
|
c512143a
liuqimichale
服务
|
157
|
/*width: 543px;*/
|
746c82fa
liuqimichale
服务
|
158
159
|
border-bottom: 2px solid rgba(228,229,229,1);
display: flex;
|
4354a61b
Andy
服务页 集团部分
|
160
161
|
}
.services-soft-wrap li {
|
746c82fa
liuqimichale
服务
|
162
|
flex: 1;
|
33976f7b
liuqimichale
服务 padding
|
163
|
color: rgba(6,14,19,.7);
|
4354a61b
Andy
服务页 集团部分
|
164
165
166
|
font-size:20px;
cursor: pointer;
height: 168px;
|
c39dc7ee
Andy
服务 add css3
|
167
|
position: relative;
|
746c82fa
liuqimichale
服务
|
168
|
/*width: 133px;*/
|
4354a61b
Andy
服务页 集团部分
|
169
170
171
|
}
.services-soft-wrap li:nth-of-type(1) {
padding-top: 114px;
|
9252af72
Andy
add
|
172
173
|
background: url(../images/service_bgsmallIco.png) no-repeat;
background-position: -500px 0;
|
4354a61b
Andy
服务页 集团部分
|
174
175
176
177
|
}
.services-soft-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
178
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
4354a61b
Andy
服务页 集团部分
|
179
180
181
182
183
184
|
background: url(../images/services_titico1_active.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico2.png) no-repeat center 0;
margin-right: 72px;
|
746c82fa
liuqimichale
服务
|
185
|
margin-left: 72px;
|
4354a61b
Andy
服务页 集团部分
|
186
187
188
189
|
}
.services-soft-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
190
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
4354a61b
Andy
服务页 集团部分
|
191
192
193
194
195
196
197
198
199
|
background: url(../images/services_titico2_active.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico3.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
200
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
4354a61b
Andy
服务页 集团部分
|
201
202
|
background: url(../images/services_titico3_active.png) no-repeat center 0;
}
|
b48b7eca
Andy
media 服务页
|
203
|
/*1------tab 右侧 cont*/
|
b9b68354
Andy
服务页 车场 车主模块
|
204
|
.services-section-wrap,.services-section-user,.services-section-park{
|
4354a61b
Andy
服务页 集团部分
|
205
206
|
height: 100px;
margin-top: 58px;
|
4354a61b
Andy
服务页 集团部分
|
207
208
|
}
.services-soft-bottom-title{
|
4354a61b
Andy
服务页 集团部分
|
209
210
211
212
213
|
height:30px;
font-size:30px;
font-weight:500;
color:rgba(0,0,0,1);
margin-bottom: 22px;
|
b48b7eca
Andy
media 服务页
|
214
|
text-align: left;
|
4354a61b
Andy
服务页 集团部分
|
215
216
217
|
}
.services-soft-bottom-des{
text-align: left;
|
4354a61b
Andy
服务页 集团部分
|
218
219
220
221
222
223
224
|
height:44px;
line-height: 22px;
font-size:16px;
font-weight:400;
color:rgba(0,0,0,0.7);
}
|
b48b7eca
Andy
media 服务页
|
225
|
/*----2------ tab sta*/
|
b9b68354
Andy
服务页 车场 车主模块
|
226
227
|
/*2 tab*/
.services-wrap-left-2{
|
c512143a
liuqimichale
服务
|
228
|
/*width: 543px;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
229
230
|
/*width: 100%;*/
height: 400px;
|
7e7e8f3c
liuqimichale
服务 padding
|
231
232
|
margin: 70px auto 0;
padding-right: 100px;
|
c512143a
liuqimichale
服务
|
233
|
|
b9b68354
Andy
服务页 车场 车主模块
|
234
235
|
}
.services-wrap-right-2{
|
54822d57
liuqimichale
服务 click 切换
|
236
|
background: url("../images/services_parkIco1.png") no-repeat;
|
88fa9a77
liuqimichale
服务 padding
|
237
|
background-size: 542px 494px;
|
c512143a
liuqimichale
服务
|
238
|
/*width: 558px;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
239
|
/*width: 100%;*/
|
7e7e8f3c
liuqimichale
服务 padding
|
240
|
height: 494px;
|
b9b68354
Andy
服务页 车场 车主模块
|
241
242
243
244
|
/*margin-left: 10px;*/
}
/*-------2---*/
.services-park-wrap{
|
746c82fa
liuqimichale
服务
|
245
|
display: flex;
|
b9b68354
Andy
服务页 车场 车主模块
|
246
|
height: 168px;
|
c512143a
liuqimichale
服务
|
247
|
/*width: 543px;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
248
249
250
251
|
/*width: 100%;*/
border-bottom: 2px solid rgba(228,229,229,1);;
}
.services-park-wrap li {
|
746c82fa
liuqimichale
服务
|
252
|
flex: 1;
|
b9b68354
Andy
服务页 车场 车主模块
|
253
254
255
256
|
color: rgba(6,14,19,.8);
font-size:20px;
cursor: pointer;
height: 168px;
|
c39dc7ee
Andy
服务 add css3
|
257
|
position: relative;
|
b9b68354
Andy
服务页 车场 车主模块
|
258
259
260
261
|
}
.services-park-wrap li:nth-of-type(1) {
padding-top: 114px;
background: url(../images/services_titico4.png) no-repeat center 0;
|
b9b68354
Andy
服务页 车场 车主模块
|
262
263
264
265
|
}
.services-park-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
266
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
b9b68354
Andy
服务页 车场 车主模块
|
267
268
269
270
271
272
|
background: url(../images/services_titico4_active.png) no-repeat center 0;
}
.services-park-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico5.png) no-repeat center 0;
margin-right: 72px;
|
746c82fa
liuqimichale
服务
|
273
|
margin-left: 72px;
|
b9b68354
Andy
服务页 车场 车主模块
|
274
275
276
277
|
}
.services-park-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
278
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
b9b68354
Andy
服务页 车场 车主模块
|
279
280
281
282
283
284
285
286
287
|
background: url(../images/services_titico5_active.png) no-repeat center 0;
}
.services-park-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico6.png) no-repeat center 0;
}
.services-park-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
288
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
b9b68354
Andy
服务页 车场 车主模块
|
289
290
|
background: url(../images/services_titico6_active.png) no-repeat center 0;
}
|
b48b7eca
Andy
media 服务页
|
291
292
|
/*----3------ tab sta*/
|
b9b68354
Andy
服务页 车场 车主模块
|
293
|
/*---3 tab*/
|
b48b7eca
Andy
media 服务页
|
294
|
.services-wrap-left-3{
|
54822d57
liuqimichale
服务 click 切换
|
295
|
background: url("../images/services_userIco1.png") no-repeat;
|
88fa9a77
liuqimichale
服务 padding
|
296
|
background-size: 542px 494px;
|
c512143a
liuqimichale
服务
|
297
|
/*width: 568px;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
298
|
/*width: 100%;*/
|
7e7e8f3c
liuqimichale
服务 padding
|
299
|
height: 494px;
|
b48b7eca
Andy
media 服务页
|
300
301
|
}
.services-wrap-right-3{
|
746c82fa
liuqimichale
服务
|
302
|
/*width: 543px;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
303
|
/*width: 100%;*/
|
b48b7eca
Andy
media 服务页
|
304
|
height: 400px;
|
7e7e8f3c
liuqimichale
服务 padding
|
305
306
|
margin: 70px auto 0;
padding-left: 100px;
|
c512143a
liuqimichale
服务
|
307
|
/*margin-left: 20px;*/
|
b48b7eca
Andy
media 服务页
|
308
309
310
|
}
/*-------3---*/
.services-user-wrap{
|
746c82fa
liuqimichale
服务
|
311
|
display: flex;
|
b48b7eca
Andy
media 服务页
|
312
|
height: 168px;
|
c512143a
liuqimichale
服务
|
313
|
/*width: 543px;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
314
|
/*width: 100%;*/
|
b48b7eca
Andy
media 服务页
|
315
316
317
|
border-bottom: 2px solid rgba(228,229,229,1);;
}
.services-user-wrap li {
|
746c82fa
liuqimichale
服务
|
318
|
flex: 1;
|
b48b7eca
Andy
media 服务页
|
319
320
321
322
|
color: rgba(6,14,19,.8);
font-size:20px;
cursor: pointer;
height: 168px;
|
c39dc7ee
Andy
服务 add css3
|
323
|
position: relative;
|
b48b7eca
Andy
media 服务页
|
324
325
326
327
328
329
330
331
332
|
}
.services-user-wrap li:nth-of-type(1) {
padding-top: 114px;
background: url(../images/services_titico7.png) no-repeat center 0;
margin-right: 72px;
}
.services-user-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
333
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
b48b7eca
Andy
media 服务页
|
334
335
336
337
338
339
340
341
342
343
|
background: url(../images/services_titico7_active.png) no-repeat center 0;
}
.services-user-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico8.png) no-repeat center 0;
margin-right: 72px;
}
.services-user-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
344
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
b48b7eca
Andy
media 服务页
|
345
346
347
348
349
350
351
352
353
|
background: url(../images/services_titico8_active.png) no-repeat center 0;
}
.services-user-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico9.png) no-repeat center 0;
}
.services-user-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
|
c39dc7ee
Andy
服务 add css3
|
354
|
/*border-bottom: 2px solid rgba(63,159,254,1);*/
|
b48b7eca
Andy
media 服务页
|
355
|
background: url(../images/services_titico9_active.png) no-repeat center 0;
|
7e63e5e4
Andy
服务页 底部模块
|
356
357
358
|
}
/*footer sta*/
.services-foottit{
|
7e63e5e4
Andy
服务页 底部模块
|
359
360
361
362
363
364
365
366
|
height:38px;
line-height:38px;
font-size:36px;
font-weight:500;
color:rgba(0,0,0,1);
margin: 0px auto 71px;
}
.services-foot-cont{
|
7e63e5e4
Andy
服务页 底部模块
|
367
368
369
370
371
372
373
374
375
376
377
378
|
width: 100%;
}
.services-foot-div{
height: 362px;
background:rgba(255,255,255,1);
box-shadow:2px 2px 2px 2px rgba(234,235,235,0.48);
}
.services-foot-div div:nth-of-type(1){
height: 219px;
width: 100%;
}
.services-footmsgtit{
|
b439919c
Andy
优化
|
379
|
/*width:150px;*/
|
7e63e5e4
Andy
服务页 底部模块
|
380
381
382
383
384
385
386
387
388
389
|
height:33px;
font-size:29px;
font-weight:bold;
color:rgba(78,166,253,1);
line-height:33px;
text-align: left;
margin-left: 40px;
margin-top: 25px;
}
.services-footmsg{
|
b439919c
Andy
优化
|
390
391
392
393
|
font-size: 16px;
font-weight: 500;
color: rgba(0,0,0,0.6);
line-height: 28px;
|
7e63e5e4
Andy
服务页 底部模块
|
394
|
text-align: left;
|
b439919c
Andy
优化
|
395
|
padding: 0 20px 0 40px;
|
7e63e5e4
Andy
服务页 底部模块
|
396
397
|
}
.services-footIco1{
|
a831edc4
Andy
服务页 底部模块
|
398
|
background: url("../images/services_footIco1.png") no-repeat;
|
7e63e5e4
Andy
服务页 底部模块
|
399
400
401
402
403
404
405
406
|
/*background-size: ;*/
}
.services-footIco2{
background: url("../images/services_footIco2.png") no-repeat;
/*background-size: ;*/
}.services-footIco3{
background: url("../images/services_footIco3.png") no-repeat;
/*background-size: ;*/
|
c512143a
liuqimichale
服务
|
407
|
}
|
c39dc7ee
Andy
服务 add css3
|
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
|
/*.ai-success-stories-list-bar{
position: absolute;
left: 0;
bottom: 0px;
width: 50%;
height: 2px;
background: rgba(63,159,254,1);
transition:width .8s;
-webkit-transition:width .8s;
}
.ai-bar{
width:100%;
transition:width .8s;
-webkit-transition:width .8s;
}*/
|
18baebbd
liuqimichale
产品介绍 sass
|
|
|