Blame view

css/portfollo.css 12.2 KB
f2386841   Andy   产品页 add css3
1
2
3
  /*breadcrumb*/
  .breadcrumb{
      width: 100%;
d66b241f   liuqimichale   banner和百度地图
4
      height: 540px;
ac8b53a3   liuqimichale   关于我们 banner
5
      background:url('../images/breadcrumb-bg.jpg');
f2386841   Andy   产品页 add css3
6
7
      background-size:100% 100%;
      background-repeat:no-repeat;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
8
  
f2386841   Andy   产品页 add css3
9
10
  }
  .breadcrumb-text{
c03ce36e   liuqimichale   关于我们 banner
11
12
      max-width: 832px;
      padding: 0 20px;
2656ab95   liuqimichale   关于我们 banner
13
      margin: 200px auto;
f2386841   Andy   产品页 add css3
14
      text-align: center;
f2386841   Andy   产品页 add css3
15
      color: #fff;
6e350ac4   liuqimichale   产品 banner
16
      font-size: 44px;
2656ab95   liuqimichale   关于我们 banner
17
      background-color: #3F9FFE;
f2386841   Andy   产品页 add css3
18
19
  }
  #portfolio-soft-top{
763188c7   liuqimichale   产品 硬件平台
20
      padding-bottom: 0;
f2386841   Andy   产品页 add css3
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
      background: #fff;
  }
  /*软件sta-----*/
  .portfolio-soft-wrap li{
      color:rgba(6,14,19,.8);
      font-size: 20px;
      cursor: pointer;
      position: relative;
  }
  .portfolio-soft-wrap li:nth-of-type(1){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-1.png") no-repeat center 0;
  
  }
  .portfolio-soft-wrap li:nth-of-type(2){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-2.png") no-repeat center 0;
  
  }
  .portfolio-soft-wrap li:nth-of-type(3){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0;
  
  }
8eb1c9b3   liuqimichale   新闻动态修改
45
46
47
48
49
  .portfolio-soft-wrap li:nth-of-type(4){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-4.png") no-repeat center 0;
  
  }
f2386841   Andy   产品页 add css3
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  .portfolio-soft-wrap li:nth-of-type(1).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-1-active.png") no-repeat center 0;
  }
  .portfolio-soft-wrap li:nth-of-type(2).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-2-active.png") no-repeat center 0;
  }
  .portfolio-soft-wrap li:nth-of-type(3).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0;
  }
8eb1c9b3   liuqimichale   新闻动态修改
68
69
70
71
72
73
  .portfolio-soft-wrap li:nth-of-type(4).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-4-active.png") no-repeat center 0;
  }
f2386841   Andy   产品页 add css3
74
75
76
77
78
79
80
  
  .portfolio-section-wrap{
      min-height: 596px;
  }
  .portfolio-section-wrap>li{
  }
  .portfolio-section-wrap>li li{
763188c7   liuqimichale   产品 硬件平台
81
      height: 500px;
f2386841   Andy   产品页 add css3
82
83
  }
  .ortfolio-soft-bottom-1>li:nth-of-type(1){
18baebbd   liuqimichale   产品介绍 sass
84
85
      padding-left: 100px;
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
86
87
88
89
90
91
  .ortfolio-soft-bottom-2>li:nth-of-type(1){
      padding-left: 100px;
  }
  .ortfolio-soft-bottom-3>li:nth-of-type(1){
      padding-left: 100px;
  }
18baebbd   liuqimichale   产品介绍 sass
92
93
94
  .ortfolio-soft-bottom-1>li:nth-of-type(1) .swiper-slide{
      height: 500px;
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
95
  .portfolio-rnt-wrap{
18baebbd   liuqimichale   产品介绍 sass
96
97
98
99
100
      height: 500px;
      float: left;
      background: url("../images/portfolio-rnt.png") no-repeat -35px 0;
      overflow: hidden;
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
101
  .portfolio-pc-wrap{
4c61ea2c   liuqimichale   产品介绍 Swiper
102
103
104
105
106
107
108
      height: 500px;
      float: left;
      background: url("../images/portfolio-pc.png") no-repeat center center;
      background-size: 100% 70%;
      overflow: hidden;
  }
   .portfolio-analysis-wrap{
4c61ea2c   liuqimichale   产品介绍 Swiper
109
110
111
112
113
114
       height: 500px;
       float: left;
       background: url("../images/portfolio-pc.png") no-repeat center center;
       background-size: 100% 70%;
       overflow: hidden;
   }
8eb1c9b3   liuqimichale   新闻动态修改
115
116
117
118
119
120
121
122
  .portfolio-Patrol-wrap{
      height: 500px;
      float: left;
      background: url("../images/portfolio-rnt.png") no-repeat -35px 0;
      overflow: hidden;
  
  }
  #portfolio-rnt,#portfolio-Patrol{
18baebbd   liuqimichale   产品介绍 sass
123
124
      width: 300px;
      height: 500px;
fc9a2e1f   liuqimichale   关于我们 banner
125
      margin-left: 200px;
18baebbd   liuqimichale   产品介绍 sass
126
127
      margin-top: 23px;
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
128
129
130
  #portfolio-pc{
      width: 473px;
      height: 300px;
fc9a2e1f   liuqimichale   关于我们 banner
131
      margin-left: 48px;
4c61ea2c   liuqimichale   产品介绍 Swiper
132
133
134
135
136
      margin-top: 93px;
  }
  #portfolio-analysis{
      width: 473px;
      height: 300px;
fc9a2e1f   liuqimichale   关于我们 banner
137
      margin-left: 49px;
4c61ea2c   liuqimichale   产品介绍 Swiper
138
139
      margin-top: 93px;
  }
18baebbd   liuqimichale   产品介绍 sass
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
  #portfolio-rnt .portfolio-rnt1{
      width:100%;
      height: 500px;
      background: url("../images/portfolio-rnt1.png") no-repeat ;
  }
  #portfolio-rnt .portfolio-rnt2{
      width:100%;
      height: 500px;
      background: url("../images/portfolio-rnt2.png") no-repeat ;
  }
  #portfolio-rnt .portfolio-rnt3{
      width:100%;
      height: 500px;
      background: url("../images/portfolio-rnt3.png") no-repeat ;
  }
  #portfolio-rnt .portfolio-rnt4{
      width:100%;
      height: 500px;
      background: url("../images/portfolio-rnt4.png") no-repeat ;
f2386841   Andy   产品页 add css3
159
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
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
  
  #portfolio-pc .portfolio-pc1{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-pc1.png") no-repeat ;
      background-size: 100% 100%;
  }
  
  #portfolio-pc .portfolio-pc2{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-pc2.png") no-repeat ;
      background-size: 100% 100%;
  }
  
  #portfolio-pc .portfolio-pc3{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-pc3.png") no-repeat ;
      background-size: 100% 100%;
  }
  
  #portfolio-pc .portfolio-pc4{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-pc4.png") no-repeat ;
      background-size: 100% 100%;
  }
  #portfolio-analysis .portfolio-analysis1{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-analysis1.png") no-repeat ;
      background-size: 100% 100%;
  }
  #portfolio-analysis .portfolio-analysis2{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-analysis2.png") no-repeat ;
      background-size: 100% 100%;
  }
  #portfolio-analysis .portfolio-analysis3{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-analysis3.png") no-repeat ;
      background-size: 100% 100%;
  }
  #portfolio-analysis .portfolio-analysis4{
      width:100%;
      height: 300px;
      background: url("../images/portfolio-analysis4.png") no-repeat ;
      background-size: 100% 100%;
  }
8eb1c9b3   liuqimichale   新闻动态修改
212
213
214
215
216
217
218
219
220
221
222
223
224
  
  #portfolio-Patrol .portfolio-analysis1{
      width:100%;
      height: 500px;
      background: url("../images/portfolio-Patrol-1.png") no-repeat ;
      background-size: 100% 100%;
  }
  #portfolio-Patrol .portfolio-analysis2{
      width:100%;
      height: 500px;
      background: url("../images/portfolio-Patrol-2.png") no-repeat ;
      background-size: 100% 100%;
  }
f2386841   Andy   产品页 add css3
225
226
227
  .ortfolio-soft-bottom-1 li:nth-of-type(2){
      padding-left: 100px;
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
228
229
230
231
  /*.ortfolio-soft-bottom-2 li:nth-of-type(1){*/
      /*background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center;*/
      /*background-size: 100% 80%;*/
  /*}*/
f2386841   Andy   产品页 add css3
232
233
234
  .ortfolio-soft-bottom-2 li:nth-of-type(2){
      padding-left:100px;
  }
4c61ea2c   liuqimichale   产品介绍 Swiper
235
236
237
238
  /*.ortfolio-soft-bottom-3 li:nth-of-type(1){*/
      /*background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center;*/
      /*background-size: 100% 80%;*/
  /*}*/
f2386841   Andy   产品页 add css3
239
240
241
242
  .ortfolio-soft-bottom-3 li:nth-of-type(2){
      padding-left:100px;
  }
  .ortfolio-soft-bottom-title{
763188c7   liuqimichale   产品 硬件平台
243
      font-size:26px;
f2386841   Andy   产品页 add css3
244
      font-weight:bold;
763188c7   liuqimichale   产品 硬件平台
245
246
      color:#333;
      margin: 155px 0 27px;
f2386841   Andy   产品页 add css3
247
248
249
      text-align: left;
  }
  .ortfolio-soft-bottom-des{
763188c7   liuqimichale   产品 硬件平台
250
251
      margin: 10px 0 20px;
      font-size: 18px;
763188c7   liuqimichale   产品 硬件平台
252
      color: #666;
f2386841   Andy   产品页 add css3
253
      position: relative;
763188c7   liuqimichale   产品 硬件平台
254
      text-align: left;
f2386841   Andy   产品页 add css3
255
256
257
258
  }
  .ortfolio-soft-bottom-des span{
      width:6px;
      height:6px;
763188c7   liuqimichale   产品 硬件平台
259
      margin-right: 10px;
f2386841   Andy   产品页 add css3
260
261
262
263
264
265
      display: inline-block;
      position: relative;
  }
  .ortfolio-soft-bottom-des span:before{
      position: absolute;
      content: '';
daadc05c   Andy   add service swiper效果
266
267
268
269
270
271
      top: 50%;
      margin-top: -8px;
      width: 10px;
      height: 10px;
      background: rgba(66,160,251,1);
      border-radius: 50%;
f2386841   Andy   产品页 add css3
272
  }
763188c7   liuqimichale   产品 硬件平台
273
  .padding20-0-70{
18baebbd   liuqimichale   产品介绍 sass
274
      padding: 70px 0 70px;
763188c7   liuqimichale   产品 硬件平台
275
  }
f2386841   Andy   产品页 add css3
276
  /*硬件sta-----*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
277
278
  .portfolio-hardware-top{
      background: #fff;
daadc05c   Andy   add service swiper效果
279
      padding-top: 36px !important;
763188c7   liuqimichale   产品 硬件平台
280
      padding-bottom: 0;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
281
282
283
284
285
286
  }
  
  .portfolio-hardware-wrap li{
      color:rgba(6,14,19,.8);
      font-size: 20px;
      cursor: pointer;
f2386841   Andy   产品页 add css3
287
      position: relative;
6294a698   Andy   add dev 智联地锁
288
      width: 200px;
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
289
      float: left;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
290
291
292
293
294
295
296
297
  }
  .portfolio-hardware-wrap li:nth-of-type(1){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-1.png") no-repeat center 0;
  
  }
  .portfolio-hardware-wrap li:nth-of-type(2){
      padding-top: 60px;
ff43139b   Andy   产品界面 硬件平台 部分完成
298
      background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
299
300
301
302
303
304
305
306
307
308
309
310
  
  }
  .portfolio-hardware-wrap li:nth-of-type(3){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-3.png") no-repeat center 0;
  
  }
  .portfolio-hardware-wrap li:nth-of-type(4){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-4.png") no-repeat center 0;
  
  }
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
311
312
313
314
  .portfolio-hardware-wrap li:nth-of-type(5){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-5.png") no-repeat center 0;
  
6294a698   Andy   add dev 智联地锁
315
316
317
318
  }.portfolio-hardware-wrap li:nth-of-type(6){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-6.png") no-repeat center 0;
  
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
319
  }
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
320
321
322
  .portfolio-hardware-wrap li:nth-of-type(1).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
323
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
324
325
326
327
328
      background: url("../images/portfolio-hardware-wrap-1-active.png") no-repeat center 0;
  }
  .portfolio-hardware-wrap li:nth-of-type(2).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
329
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
330
331
332
333
334
335
      background: url("../images/portfolio-hardware-wrap-2.png") no-repeat center 0;
      /*background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;*/
  }
  .portfolio-hardware-wrap li:nth-of-type(3).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
336
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
337
338
339
340
341
      background: url("../images/portfolio-hardware-wrap-3-active.png") no-repeat center 0;
  }
  .portfolio-hardware-wrap li:nth-of-type(4).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
342
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
343
      background: url("../images/portfolio-hardware-wrap-4-active.png") no-repeat center 0;
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
344
345
346
347
348
  }.portfolio-hardware-wrap li:nth-of-type(5).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-hardware-wrap-5-active.png") no-repeat center 0;
6294a698   Andy   add dev 智联地锁
349
350
351
352
353
  }.portfolio-hardware-wrap li:nth-of-type(6).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-hardware-wrap-6-active.png") no-repeat center 0;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
354
355
356
  }
  
  .portfolio-section-wrap{
16521b31   liuqimichale   产品自适应
357
  
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
358
359
  }
  .portfolio-section-wrap>li{
16521b31   liuqimichale   产品自适应
360
  
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
361
362
  }
  .portfolio-section-wrap>li li{
16521b31   liuqimichale   产品自适应
363
  
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
364
365
366
367
  }
  .displaynone{
      display: none;
  }
15cf61be   Andy   产品界面 add 硬件平台
368
369
370
371
372
373
374
  .ortfolio-hardware-bottom-title {
      font-size: 30px;
      font-weight: bold;
      color: rgba(0,0,0,.8);
      margin: 0px 0 27px;
      text-align: left;
  }
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
375
  .ortfolio-hardware-bottom-1>li:nth-of-type(1){
16521b31   liuqimichale   产品自适应
376
      /*width: 460px;*/
15cf61be   Andy   产品界面 add 硬件平台
377
      height: 200px;
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
378
      margin: 90px auto 0 ;
85761138   liuqimichale   产品介绍
379
      padding-right: 100px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
380
381
  }
  .ortfolio-hardware-bottom-1 li:nth-of-type(2){
15cf61be   Andy   产品界面 add 硬件平台
382
      /*padding-left: 100px;*/
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
383
384
385
386
      background: url("../images/produect_dev1.jpg") no-repeat center 0;
      height: 375px;
      background-size: 658px 375px;
      /*background-size: 578px 500px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
387
388
  }
  .ortfolio-hardware-bottom-2 li:nth-of-type(1){
b75babf1   liuqimichale   产品介绍
389
390
      margin-top: 190px;
      height: 200px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
391
392
  }
  .ortfolio-hardware-bottom-2 li:nth-of-type(2){
947e9c6a   Andy   add new produect IMG
393
      background: url("../images/produect_dev4new.png") no-repeat center 0;
16521b31   liuqimichale   产品自适应
394
      /*width: 383px;*/
b75babf1   liuqimichale   产品介绍
395
      height: 500px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
396
397
  }
  .ortfolio-hardware-bottom-3 li:nth-of-type(1){
36e8ecf7   liuqimichale   产品介绍
398
      margin-top: 130px;
b75babf1   liuqimichale   产品介绍
399
      height: 200px;
266aaa10   Andy   产品界面 硬件平台 部分完成
400
      /*padding-left: 50px;*/
16521b31   liuqimichale   产品自适应
401
402
      /*width: 460px;*/
      /*margin-left: 100px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
403
404
  }
  .ortfolio-hardware-bottom-3 li:nth-of-type(2){
947e9c6a   Andy   add new produect IMG
405
      background: url("../images/produect_dev3new.png") no-repeat center center;
16521b31   liuqimichale   产品自适应
406
      /*width: 298px;*/
b75babf1   liuqimichale   产品介绍
407
      height: 500px;
16521b31   liuqimichale   产品自适应
408
      /*margin-left: 108px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
409
410
  
  }
15cf61be   Andy   产品界面 add 硬件平台
411
  .ortfolio-hardware-bottom-4 li:nth-of-type(1){
36e8ecf7   liuqimichale   产品介绍
412
      margin-top: 110px;
b75babf1   liuqimichale   产品介绍
413
      height: 200px;
15cf61be   Andy   产品界面 add 硬件平台
414
415
  }
  .ortfolio-hardware-bottom-4 li:nth-of-type(2){
947e9c6a   Andy   add new produect IMG
416
      background: url("../images/produect_dev2new.png") no-repeat center center;
16521b31   liuqimichale   产品自适应
417
      /*width: 297px;*/
b75babf1   liuqimichale   产品介绍
418
      height: 500px;
16521b31   liuqimichale   产品自适应
419
      /*margin-left: 180px;*/
15cf61be   Andy   产品界面 add 硬件平台
420
  }
85c3efcc   Andy   产品介绍:更新图片 新增无人值守
421
422
423
424
425
426
427
428
429
430
  .ortfolio-hardware-bottom-5 li:nth-of-type(1){
      margin-top: 187px;
      height: 200px;
  }
  .ortfolio-hardware-bottom-5 li:nth-of-type(2){
      background: url("../images/produect_dev5.jpg") no-repeat center center;
      /*width: 297px;*/
      height: 500px;
      /*margin-left: 180px;*/
  }
6294a698   Andy   add dev 智联地锁
431
432
433
434
435
436
437
438
439
440
441
  .ortfolio-hardware-bottom-6 li:nth-of-type(1){
      margin-top: 187px;
      height: 200px;
  }
  .ortfolio-hardware-bottom-6 li:nth-of-type(2){
      background: url("../images/produect_dev6.png") no-repeat center center;
      /*width: 297px;*/
      height: 337px;
      margin-top: 120px;
      /*margin-left: 180px;*/
  }
b75babf1   liuqimichale   产品介绍
442
443
444
  .ortfolio-hardware-bottom-1{
  
  }
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
445
  .ortfolio-hardware-bottom-title{
b75babf1   liuqimichale   产品介绍
446
      font-size:26px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
447
448
      font-weight:bold;
      color:rgba(0,0,0,.8);
15cf61be   Andy   产品界面 add 硬件平台
449
      /*margin: 239px 0 27px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
450
451
452
453
454
455
456
457
458
459
460
461
462
      text-align: left;
  }
  .ortfolio-hardware-bottom-des{
      font-size: 16px;
      text-align: left;
      color:rgba(0,0,0,.6);
      padding-left: 20px;
      position: relative;
  }
  .ortfolio-hardware-bottom-des:before{
      position: absolute;
      content: '';
      left: 0;
15cf61be   Andy   产品界面 add 硬件平台
463
      top:10px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
464
465
466
467
468
      margin-top: -3px;
      width:6px;
      height:6px;
      background:rgba(66,160,251,1);
      border-radius:50%;
16521b31   liuqimichale   产品自适应
469
  }