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
|
}
|
b936b66f
Andy
add service swiper效果
|
48
|
.part{ height: 480px; position: relative; overflow: hidden; width: 1000px; padding: 0;}
|
eabbfe41
Andy
add service
|
49
50
51
52
53
54
55
56
57
|
.part .con{ width: 100%; }
.part .bd, .part .bd ul {
width: 100%;
height: 100%;
}
.part .bd {
width: 100%;
float: left;
}
|
2459da42
Andy
add service swiper
|
58
|
.part3 .hd,.part5 .hd{width: 500px!important; margin-top: 50px; overflow: hidden;margin-left:500px; background: #fff; z-index: 1000;}
|
9725505e
Andy
add service swiper效果
|
59
|
.part .hd h2{width: 110px; cursor: pointer; float: left; font-size: 20px; padding-bottom: 15px; margin-bottom: 0; text-align: center;}
|
eabbfe41
Andy
add service
|
60
|
.part .hd h2.active-nav{ border-bottom: solid 3px #3F9FFE;color:#3F9FFE; }
|
eabbfe41
Andy
add service
|
61
|
.part .bd{width: 100%;float: left;}
|
eabbfe41
Andy
add service
|
62
|
.part .line {
|
9725505e
Andy
add service swiper效果
|
63
|
width: 100%;
|
eabbfe41
Andy
add service
|
64
65
66
67
68
69
70
71
72
73
74
75
|
/* 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 {
|
86d742d7
Andy
add service swiper效果
|
76
77
78
|
font-size: 18px;
line-height: 40px;
color: #666;
|
eabbfe41
Andy
add service
|
79
80
|
font-weight: normal;
}
|
eabbfe41
Andy
add service
|
81
82
83
|
.part .bd .img img {
/*border: solid 1px #b8b8b8;*/
display: block;
|
f5bd1ba0
Andy
add service swiper效果
|
84
85
86
|
margin: 0px auto;
width: 80%;
height: 80%;
|
eabbfe41
Andy
add service
|
87
|
}
|
2459da42
Andy
add service swiper
|
88
89
90
91
92
93
94
95
96
97
|
.part3 .bd .txt , .part5 .bd .txt {float: right; width: 500px;}
.part4 .bd .txt {float: left; width: 500px; margin-left: 0px;}
.part3 .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -4px 0 no-repeat; display: inline-block; }
.part3 .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -544px 0 no-repeat;}
.part3 .hd h2 span{display: block;}
.part3 .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -65px 0 no-repeat; }
.part3 .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -605px 0 no-repeat;}
.part3 .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -127px 0 no-repeat; }
.part3 .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -667px 0 no-repeat;}
.part3 .bd .img {
|
f5bd1ba0
Andy
add service swiper效果
|
98
99
|
/*width: 433.6px;*/
/*height: 395.2px;*/
|
2459da42
Andy
add service swiper
|
100
101
102
103
|
z-index: 1000;
margin: -50px 0 0 0%;
float: left;
/*overflow: hidden;*/
|
4354a61b
Andy
服务页 集团部分
|
104
|
}
|
2459da42
Andy
add service swiper
|
105
106
107
|
/*part4==============*/
.part4 .phonebg{
background: #f7f7f7 url(../images/service_bgsmallIco.png) 0 0 no-repeat;
|
4354a61b
Andy
服务页 集团部分
|
108
|
}
|
2459da42
Andy
add service swiper
|
109
110
111
112
113
114
115
|
.part4 .hd {
margin-top: 50px;
z-index: 1000;
width: 500px!important;
overflow: hidden;
margin-left: 0px;
background: #f7f7f7;
|
4354a61b
Andy
服务页 集团部分
|
116
|
}
|
2459da42
Andy
add service swiper
|
117
118
119
120
121
122
123
124
|
.part4 .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -183px 0 no-repeat; display: inline-block; }
.part4 .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -723px 0 no-repeat;}
.part4 .hd h2 span{display: block;}
.part4 .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -244px 0 no-repeat; }
.part4 .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -784px 0 no-repeat;}
.part4 .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -305px 0 no-repeat; }
.part4 .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -845px 0 no-repeat;}
.part4 .bd .img {
|
f5bd1ba0
Andy
add service swiper效果
|
125
126
|
/*width: 433.6px;*/
/*height: 395.2px;*/
|
2459da42
Andy
add service swiper
|
127
128
129
130
|
z-index: 1000;
margin: -50px 0 0 30px;
float: left;
/*overflow: hidden;*/
|
4354a61b
Andy
服务页 集团部分
|
131
|
}
|
2459da42
Andy
add service swiper
|
132
133
134
|
/*part5==============*/
.part5 .phonebg{
background: #f7f7f7 url(../images/service_bgsmallIco.png) 0 0 no-repeat;
|
4354a61b
Andy
服务页 集团部分
|
135
136
|
}
|
2459da42
Andy
add service swiper
|
137
138
139
140
141
142
143
144
|
.part5 .hd h2 .icon{ width: 54px;height: 54px; margin-bottom: 15px; background:url(../images/service_bgsmallIco.png) -363px 0 no-repeat; display: inline-block; }
.part5 .hd h2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -903px 0 no-repeat;}
.part5 .hd h2 span{display: block;}
.part5 .hd h2.icon2 .icon{ background:url(../images/service_bgsmallIco.png) -424px 0 no-repeat; }
.part5 .hd h2.icon2.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -964px 0 no-repeat;}
.part5 .hd h2.icon3 .icon{ background:url(../images/service_bgsmallIco.png) -485px 0 no-repeat; }
.part5 .hd h2.icon3.active-nav .icon{ background:url(../images/service_bgsmallIco.png) -1025px 0 no-repeat;}
.part5 .bd .img {
|
f5bd1ba0
Andy
add service swiper效果
|
145
146
|
/*width: 433.6px;*/
/*height: 395.2px;*/
|
2459da42
Andy
add service swiper
|
147
148
149
150
|
z-index: 1000;
margin: -50px 0 0 0%;
float: left;
/*overflow: hidden;*/
|
b9b68354
Andy
服务页 车场 车主模块
|
151
|
}
|
9725505e
Andy
add service swiper效果
|
152
|
@media screen and (min-width: 1000px) and (max-width: 2500px){
|
f5bd1ba0
Andy
add service swiper效果
|
153
154
155
156
|
.part .bd .img {
width: 433.6px;
height: 395.2px;
}
|
9725505e
Andy
add service swiper效果
|
157
158
159
|
}
@media screen and (min-width: 980px) and (max-width: 1000px){
|
f5bd1ba0
Andy
add service swiper效果
|
160
161
162
163
|
.part .bd .img {
width: 433.6px;
height: 395.2px;
}
|
9725505e
Andy
add service swiper效果
|
164
165
166
167
168
169
170
171
|
.part3 .bd .txt, .part5 .bd .txt {
margin-right: 0px;
}
}
@media screen and (min-width: 767px) and (max-width: 980px){
.container{width: 100% !important}
|
f5bd1ba0
Andy
add service swiper效果
|
172
173
174
175
|
.part .bd .img {
width: 80%;
height: 80%;
}
|
9725505e
Andy
add service swiper效果
|
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
|
.part{height: auto}
.part .con {
width: 100%;
margin-left: 0px;
margin-bottom: 50px;
}
.part .hd {
width:100%;
margin:20px auto 0;
text-align: center;
overflow: hidden;
}
.part .bd .p1 {
font-size:2.5rem; text-align: center;
}
.part .bd .p2 {
font-size: 2.1rem; display: none
}
.part .line{width: 100%;}
.part .hd h2 {
width: 80px;
float: none; display: inline-block; margin-left: -4px;
}
.part .bd .img {
font-size: 34px;
margin: 0 auto; float: none;
position: static;
}
.part3 , .part4, .part5 {
height: 750px;
}
.part .hd {
width: 100%;
margin: 30px auto 0;
}
.part3 .bd .txt, .part5 .bd .txt {
float: none;
width: 100%;
margin:0 auto;
}
.part4 .bd .txt {
float: none;
width: 100%;
margin-left: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 767px){
.container{
width: 100%
}
.part{height: auto; width: 100%;}
.part .con {
width: 100%;
margin-left: 0px;
margin-bottom: 50px;
}
.part .hd {
width:100%;
margin:20px auto 0;
text-align: center;
overflow: hidden;
}
.part .bd .p1 {
font-size:2.5rem; text-align: center;
}
.part .bd .p2 {
font-size: 2.1rem; display: none
}
.part .line{width: 100%;}
.part .hd h2 {
width: 72px;
float: none; display: inline-block; margin-left: -4px;
}
.part .bd .img {
font-size: 34px;
margin: 0 auto; float: none;
position: static;
}
.part3 , .part4, .part5 {
|
f5bd1ba0
Andy
add service swiper效果
|
270
|
height: 550px;
|
9725505e
Andy
add service swiper效果
|
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
|
width: 100%;
}
.part .hd {
width: 90% !important;
margin: 30px auto 0;
}
.part3 .bd .txt, .part5 .bd .txt {
float: none;
width: 100%;
margin:0 auto;
}
.part4 .bd .txt {
float: none;
width: 100%;
margin-left: 0;
}
}
|
b48b7eca
Andy
media 服务页
|
291
|
|
7e63e5e4
Andy
服务页 底部模块
|
292
293
|
/*footer sta*/
.services-foottit{
|
7e63e5e4
Andy
服务页 底部模块
|
294
295
296
297
298
299
300
301
|
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
服务页 底部模块
|
302
303
304
305
306
307
308
309
310
311
312
313
|
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
优化
|
314
|
/*width:150px;*/
|
7e63e5e4
Andy
服务页 底部模块
|
315
316
317
318
319
320
321
322
323
324
|
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
优化
|
325
326
327
328
|
font-size: 16px;
font-weight: 500;
color: rgba(0,0,0,0.6);
line-height: 28px;
|
7e63e5e4
Andy
服务页 底部模块
|
329
|
text-align: left;
|
b439919c
Andy
优化
|
330
|
padding: 0 20px 0 40px;
|
7e63e5e4
Andy
服务页 底部模块
|
331
332
|
}
.services-footIco1{
|
a831edc4
Andy
服务页 底部模块
|
333
|
background: url("../images/services_footIco1.png") no-repeat;
|
7e63e5e4
Andy
服务页 底部模块
|
334
335
336
337
338
339
340
341
|
/*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
服务
|
342
|
}
|
c39dc7ee
Andy
服务 add css3
|
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
|
/*.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
|
|
|