1
|
-.backTop {
|
|
|
2
|
- position: fixed;
|
|
|
3
|
- z-index: 100;
|
|
|
4
|
- right: 0.1rem;
|
|
|
5
|
- bottom: 3rem;
|
|
|
6
|
- width: 0.8rem;
|
|
|
7
|
- height: 0.8rem;
|
|
|
8
|
-}
|
|
|
9
|
-
|
|
|
10
|
-.in_top {
|
|
|
11
|
- margin-top: -0.16rem;
|
|
|
12
|
- position: relative;
|
|
|
13
|
- /* overflow: hidden; */
|
|
|
14
|
-}
|
|
|
15
|
-.world_DImg{
|
|
|
16
|
- width: 1.42rem;
|
|
|
17
|
- height: 0.78rem;
|
|
|
18
|
-}
|
|
|
19
|
-.in_topBox {
|
|
|
20
|
- padding: 0.4rem 0.3rem 0rem 0.5rem;
|
|
|
21
|
- box-sizing: border-box;
|
|
|
22
|
- display: flex;
|
|
|
23
|
- display: -webkit-flex;
|
|
|
24
|
- align-items: center;
|
|
|
25
|
- -webkit-align-items: center;
|
|
|
26
|
- justify-content: space-between;
|
|
|
27
|
- -webkit-justify-content: space-between;
|
|
|
28
|
-}
|
|
|
29
|
-
|
|
|
30
|
-.in_topImg {
|
|
|
31
|
- width: 4.9rem;
|
|
|
32
|
-}
|
|
|
33
|
-
|
|
|
34
|
-.in_topImg2 {
|
|
|
35
|
- width: 0.52rem;
|
|
|
36
|
- height: 0.52rem;
|
|
|
37
|
-}
|
|
|
38
|
-
|
|
|
39
|
-.in_topNav {
|
|
|
40
|
- position: absolute;
|
|
|
41
|
- left: 6%;
|
|
|
42
|
- top: 1.4rem;
|
|
|
43
|
- width: 6.96rem;
|
|
|
44
|
- height: 1.94rem;
|
|
|
45
|
- background: rgba(249, 249, 249, 1);
|
|
|
46
|
- box-shadow: 0rem 0.06rem 0.06rem rgba(0, 0, 0, 0.09);
|
|
|
47
|
- border-radius: 0.08rem;
|
|
|
48
|
-}
|
|
|
49
|
-
|
|
|
50
|
-.in_topNav ul {
|
|
|
51
|
- display: flex;
|
|
|
52
|
- flex-wrap: wrap;
|
|
|
53
|
-}
|
|
|
54
|
-.in_topNav ul li {
|
|
|
55
|
- display: flex;
|
|
|
56
|
- display: -webkit-flex;
|
|
|
57
|
- padding: 0 0.2rem;
|
|
|
58
|
- box-sizing: border-box;
|
|
|
59
|
- box-sizing: border-box;
|
|
|
60
|
- border-right: 1px solid #EEEEEE;
|
|
|
61
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
62
|
- justify-content: center;
|
|
|
63
|
- -webkit-justify-content: center;
|
|
|
64
|
- align-items: center;
|
|
|
65
|
- -webkit-align-items: center;
|
|
|
66
|
- font-size: 0.28rem;
|
|
|
67
|
- width: 33.3%;
|
|
|
68
|
- height: 0.64rem;
|
|
|
69
|
- color: rgba(91, 94, 99, 1);
|
|
|
70
|
-}
|
|
|
71
|
-
|
|
|
72
|
-.in_topNav ul li:nth-child(3) {
|
|
|
73
|
- border-right: 0;
|
|
|
74
|
-}
|
|
|
75
|
-
|
|
|
76
|
-.in_topNav ul li:nth-child(6) {
|
|
|
77
|
- border-right: 0;
|
|
|
78
|
-}
|
|
|
79
|
-
|
|
|
80
|
-.in_topNav ul li:nth-child(7) {
|
|
|
81
|
- border-bottom: 0;
|
|
|
82
|
-}
|
|
|
83
|
-
|
|
|
84
|
-.in_topNav ul li:nth-child(8) {
|
|
|
85
|
- border-bottom: 0;
|
|
|
86
|
-}
|
|
|
87
|
-
|
|
|
88
|
-.in_topNav ul li:nth-child(9) {
|
|
|
89
|
- border-right: 0;
|
|
|
90
|
- border-bottom: 0;
|
|
|
91
|
-}
|
|
|
92
|
-
|
|
|
93
|
-.in_banner {
|
|
|
94
|
- padding: 1.2rem 0.32rem 0.12rem;
|
|
|
95
|
- background-color: white;
|
|
|
96
|
-}
|
|
|
97
|
-
|
|
|
98
|
-.max_width {
|
|
|
99
|
- margin: 0 0.32rem;
|
|
|
100
|
-}
|
|
|
101
|
-
|
|
|
102
|
-.swiper-container-horizontal>.swiper-pagination-bullets {
|
|
|
103
|
- bottom: -0.1rem;
|
|
|
104
|
-}
|
|
|
105
|
-
|
|
|
106
|
-.in_banner .swiper-slide {
|
|
|
107
|
- position: relative;
|
|
|
108
|
-}
|
|
|
109
|
-
|
|
|
110
|
-.in_bannerTxt {
|
|
|
111
|
- position: absolute;
|
|
|
112
|
- bottom: 0;
|
|
|
113
|
- width: 100%;
|
|
|
114
|
- height: 1.2rem;
|
|
|
115
|
- font-size: 0.24rem;
|
|
|
116
|
- line-height: 0.34rem;
|
|
|
117
|
- padding: 0.2rem 0.32rem;
|
|
|
118
|
- box-sizing: border-box;
|
|
|
119
|
- color: rgba(255, 255, 255, 1);
|
|
|
120
|
- background-color: rgba(0, 0, 0, 0.32)
|
|
|
121
|
-}
|
|
|
122
|
-
|
|
|
123
|
-.in_bannerTxt p {
|
|
|
124
|
- -webkit-line-clamp: 2;
|
|
|
125
|
-}
|
|
|
126
|
-
|
|
|
127
|
-.in_advertising {
|
|
|
128
|
- padding: 0.2rem 0.32rem;
|
|
|
129
|
- box-sizing: border-box;
|
|
|
130
|
-}
|
|
|
131
|
-
|
|
|
132
|
-.in_enterThe {
|
|
|
133
|
- height: 1.08rem;
|
|
|
134
|
- padding: 0 0.32rem;
|
|
|
135
|
- display: flex;
|
|
|
136
|
- display: -webkit-flex;
|
|
|
137
|
- align-items: center;
|
|
|
138
|
- justify-content: space-between;
|
|
|
139
|
- -webkit-justify-content: space-between;
|
|
|
140
|
- -webkit-align-items: center;
|
|
|
141
|
- background-color: white;
|
|
|
142
|
-}
|
|
|
143
|
-
|
|
|
144
|
-.in_enterTheTxt {
|
|
|
145
|
- width: 0.88rem;
|
|
|
146
|
- height: 100%;
|
|
|
147
|
- line-height: 0.44rem;
|
|
|
148
|
- padding: 0.08rem 0.18rem;
|
|
|
149
|
- box-sizing: border-box;
|
|
|
150
|
- font-size: 0.24rem;
|
|
|
151
|
- background-color: #4CA01A;
|
|
|
152
|
- color: rgba(249, 249, 249, 1);
|
|
|
153
|
-}
|
|
|
154
|
-
|
|
|
155
|
-.in_enterTheBox a {
|
|
|
156
|
- width: 1.04rem;
|
|
|
157
|
- font-size: 0.24rem;
|
|
|
158
|
- margin-left: 0.4rem;
|
|
|
159
|
- display: block;
|
|
|
160
|
- color: rgba(48, 113, 185, 1);
|
|
|
161
|
-}
|
|
|
162
|
-
|
|
|
163
|
-.in_enterTheBox {
|
|
|
164
|
- display: flex;
|
|
|
165
|
- display: -webkit-flex;
|
|
|
166
|
- flex: 1;
|
|
|
167
|
- -webkit-flex: 1;
|
|
|
168
|
- -webkit-flex-wrap: wrap;
|
|
|
169
|
- flex-wrap: wrap;
|
|
|
170
|
- align-items: center;
|
|
|
171
|
- -webkit-align-items: center;
|
|
|
172
|
- height: 1.08rem;
|
|
|
173
|
-}
|
|
|
174
|
-
|
|
|
175
|
-.in_newsBox2 {
|
|
|
176
|
- width: 2rem;
|
|
|
177
|
- height: 0.56rem;
|
|
|
178
|
- display: flex;
|
|
|
179
|
- line-height: 1;
|
|
|
180
|
- display: -webkit-flex;
|
|
|
181
|
- align-items: center;
|
|
|
182
|
- justify-content: center;
|
|
|
183
|
- -webkit-justify-content: center;
|
|
|
184
|
- -webkit-align-items: center;
|
|
|
185
|
- background: rgba(76, 160, 26, 1);
|
|
|
186
|
-}
|
|
|
187
|
-
|
|
|
188
|
-.in_news {
|
|
|
189
|
- padding: 0.16rem 0.32rem 0.38rem;
|
|
|
190
|
- margin-top: 0.16rem;
|
|
|
191
|
- box-sizing: border-box;
|
|
|
192
|
- background-color: white;
|
|
|
193
|
-}
|
|
|
194
|
-
|
|
|
195
|
-.in_newsTxt {
|
|
|
196
|
- font-size: 0.28rem;
|
|
|
197
|
- color: rgba(255, 255, 255, 1);
|
|
|
198
|
-}
|
|
|
199
|
-
|
|
|
200
|
-.in_newsImg {
|
|
|
201
|
- width: 0.2rem;
|
|
|
202
|
- margin-left: 0.08rem;
|
|
|
203
|
-}
|
|
|
204
|
-
|
|
|
205
|
-.in_newsR {
|
|
|
206
|
- display: flex;
|
|
|
207
|
- align-items: center;
|
|
|
208
|
- display: -webkit-flex;
|
|
|
209
|
- -webkit-align-items: center;
|
|
|
210
|
-}
|
|
|
211
|
-
|
|
|
212
|
-.in_newsR a {
|
|
|
213
|
- display: block;
|
|
|
214
|
- line-height: 1;
|
|
|
215
|
- font-size: 0.22rem;
|
|
|
216
|
- color: rgba(140, 145, 152, 1);
|
|
|
217
|
- text-decoration: underline;
|
|
|
218
|
-}
|
|
|
219
|
-
|
|
|
220
|
-.in_newsR a span::after {
|
|
|
221
|
- content: "";
|
|
|
222
|
- display: inline-block;
|
|
|
223
|
- width: 0.02rem;
|
|
|
224
|
- height: 0.26rem;
|
|
|
225
|
- margin: 0 0.14rem;
|
|
|
226
|
- vertical-align: middle;
|
|
|
227
|
- background-color: #8C9198;
|
|
|
228
|
-}
|
|
|
229
|
-
|
|
|
230
|
-.in_newsR a:last-child span::after {
|
|
|
231
|
- display: none;
|
|
|
232
|
-}
|
|
|
233
|
-
|
|
|
234
|
-.in_newsTop {
|
|
|
235
|
- padding-bottom: 0.16rem;
|
|
|
236
|
- border-bottom: 0.04rem solid rgba(76, 160, 26, 1);
|
|
|
237
|
- display: flex;
|
|
|
238
|
- display: -webkit-flex;
|
|
|
239
|
- align-items: flex-end;
|
|
|
240
|
- -webkit-align-items: flex-end;
|
|
|
241
|
- -webkit-justify-content: space-between;
|
|
|
242
|
- justify-content: space-between;
|
|
|
243
|
-}
|
|
|
244
|
-
|
|
|
245
|
-.in_newsList {
|
|
|
246
|
- margin-top: 0.16rem;
|
|
|
247
|
-}
|
|
|
248
|
-
|
|
|
249
|
-.in_newsList ul li {
|
|
|
250
|
- font-size: 0.28rem;
|
|
|
251
|
- line-height: 0.48rem;
|
|
|
252
|
-}
|
|
|
253
|
-
|
|
|
254
|
-.in_newsList ul li a {
|
|
|
255
|
- color: rgba(91, 94, 99, 1);
|
|
|
256
|
-}
|
|
|
257
|
-
|
|
|
258
|
-.in_world,
|
|
|
259
|
-.in_net,
|
|
|
260
|
-.in_experts,
|
|
|
261
|
-.in_tender,
|
|
|
262
|
-.in_talent,
|
|
|
263
|
-.in_link {
|
|
|
264
|
- padding: 0.16rem 0.32rem;
|
|
|
265
|
- margin-top: 0.16rem;
|
|
|
266
|
- box-sizing: border-box;
|
|
|
267
|
- background-color: white;
|
|
|
268
|
-}
|
|
|
269
|
-.in_link{
|
|
|
270
|
- padding-bottom: 0rem !important;
|
|
|
271
|
-}
|
|
|
272
|
-.in_worldList {
|
|
|
273
|
- margin-top: 0.16rem;
|
|
|
274
|
-}
|
|
|
275
|
-
|
|
|
276
|
-.in_worldList ul {
|
|
|
277
|
- display: flex;
|
|
|
278
|
- display: -webkit-flex;
|
|
|
279
|
- flex-wrap: wrap;
|
|
|
280
|
- -webkit-flex-wrap: wrap;
|
|
|
281
|
- width: calc(100% + 0.16rem);
|
|
|
282
|
-}
|
|
|
283
|
-
|
|
|
284
|
-.in_worldList ul li {
|
|
|
285
|
- width: 2.18rem;
|
|
|
286
|
- margin-right: 0.16rem;
|
|
|
287
|
-}
|
|
|
288
|
-
|
|
|
289
|
-.in_worldImg {
|
|
|
290
|
- width: 100%;
|
|
|
291
|
- height: 2.18rem;
|
|
|
292
|
-}
|
|
|
293
|
-
|
|
|
294
|
-.in_worldTxt {
|
|
|
295
|
- font-size: 0.24rem;
|
|
|
296
|
- line-height: 0.4rem;
|
|
|
297
|
- -webkit-line-clamp: 4;
|
|
|
298
|
- margin-top: 0.1rem;
|
|
|
299
|
- color: rgba(91, 94, 99, 1);
|
|
|
300
|
-}
|
|
|
301
|
-
|
|
|
302
|
-.in_netList ul li {
|
|
|
303
|
- display: flex;
|
|
|
304
|
- margin-top: 0.16rem;
|
|
|
305
|
- display: -webkit-flex;
|
|
|
306
|
- -webkit-justify-content: space-between;
|
|
|
307
|
- justify-content: space-between;
|
|
|
308
|
-}
|
|
|
309
|
-
|
|
|
310
|
-.in_netBox {
|
|
|
311
|
- flex: 0.98;
|
|
|
312
|
- -webkit-flex: 0.98;
|
|
|
313
|
-}
|
|
|
314
|
-
|
|
|
315
|
-.in_netTit {
|
|
|
316
|
- font-size: 0.28rem;
|
|
|
317
|
- color: rgba(91, 94, 99, 1);
|
|
|
318
|
-}
|
|
|
319
|
-
|
|
|
320
|
-.in_netTxt {
|
|
|
321
|
- -webkit-line-clamp: 3;
|
|
|
322
|
- font-size: 0.24rem;
|
|
|
323
|
- margin-top: 0.1rem;
|
|
|
324
|
- line-height: 0.34rem;
|
|
|
325
|
- color: rgba(140, 145, 152, 1);
|
|
|
326
|
-}
|
|
|
327
|
-
|
|
|
328
|
-.in_netImg {
|
|
|
329
|
- width: 1.66rem;
|
|
|
330
|
- height: 1.66rem;
|
|
|
331
|
-}
|
|
|
332
|
-
|
|
|
333
|
-.in_netBanner {
|
|
|
334
|
- position: relative;
|
|
|
335
|
- width: 100%;
|
|
|
336
|
- height: 3.92rem;
|
|
|
337
|
- margin-top: 0.3rem;
|
|
|
338
|
-}
|
|
|
339
|
-
|
|
|
340
|
-.in_netBaBot {
|
|
|
341
|
- position: absolute;
|
|
|
342
|
- bottom: 0;
|
|
|
343
|
- width: 100%;
|
|
|
344
|
- height: 1.34rem;
|
|
|
345
|
- padding: 0.12rem 0.32rem;
|
|
|
346
|
- box-sizing: border-box;
|
|
|
347
|
- background: rgba(128, 128, 128, 0.39);
|
|
|
348
|
-}
|
|
|
349
|
-
|
|
|
350
|
-.in_netBaBot p {
|
|
|
351
|
- font-size: 0.24rem;
|
|
|
352
|
- -webkit-line-clamp: 3;
|
|
|
353
|
- line-height: 0.36rem;
|
|
|
354
|
- color: rgba(255, 255, 255, 1);
|
|
|
355
|
-}
|
|
|
356
|
-
|
|
|
357
|
-.in_expertsImg {
|
|
|
358
|
- width: 2.18rem;
|
|
|
359
|
- height: 2.7rem;
|
|
|
360
|
-}
|
|
|
361
|
-
|
|
|
362
|
-.in_expertsTxt1 {
|
|
|
363
|
- font-size: 0.24rem;
|
|
|
364
|
- line-height: 0.34rem;
|
|
|
365
|
- margin-top: 0.08rem;
|
|
|
366
|
- -webkit-line-clamp: 3;
|
|
|
367
|
- color: rgba(91, 94, 99, 1);
|
|
|
368
|
-}
|
|
|
369
|
-
|
|
|
370
|
-.in_expertsList2 {
|
|
|
371
|
- margin-top: 0.3rem;
|
|
|
372
|
-}
|
|
|
373
|
-
|
|
|
374
|
-.in_expertsList2 ul li {
|
|
|
375
|
- display: flex;
|
|
|
376
|
- display: -webkit-flex;
|
|
|
377
|
- align-items: center;
|
|
|
378
|
- -webkit-align-items: center;
|
|
|
379
|
- justify-content: space-between;
|
|
|
380
|
- -webkit-justify-content: space-between;
|
|
|
381
|
- line-height: 0.48rem;
|
|
|
382
|
-}
|
|
|
383
|
-
|
|
|
384
|
-.in_expertsTxt2 {
|
|
|
385
|
- font-size: 0.28rem;
|
|
|
386
|
- flex: 0.9;
|
|
|
387
|
- -webkit-flex: 0.9;
|
|
|
388
|
- color: rgba(91, 94, 99, 1);
|
|
|
389
|
-}
|
|
|
390
|
-
|
|
|
391
|
-.in_expertsTxt3 {
|
|
|
392
|
- font-size: 0.24rem;
|
|
|
393
|
- color: rgba(76, 160, 26, 1);
|
|
|
394
|
-}
|
|
|
395
|
-
|
|
|
396
|
-.in_tenderTxt1 {
|
|
|
397
|
- -webkit-line-clamp: 2;
|
|
|
398
|
- font-size: 0.28rem;
|
|
|
399
|
- line-height: 0.4rem;
|
|
|
400
|
- color: rgba(91, 94, 99, 1);
|
|
|
401
|
-}
|
|
|
402
|
-
|
|
|
403
|
-.in_tenderTxt2 {
|
|
|
404
|
- margin-top: 0.14rem;
|
|
|
405
|
- -webkit-line-clamp: 2;
|
|
|
406
|
- font-size: 0.24rem;
|
|
|
407
|
- line-height: 0.34rem;
|
|
|
408
|
- color: rgba(140, 145, 152, 1);
|
|
|
409
|
-}
|
|
|
410
|
-
|
|
|
411
|
-.in_linkImg {
|
|
|
412
|
- width: 2.18rem;
|
|
|
413
|
- height: 1.12rem;
|
|
|
414
|
- margin-right: 0.16rem;
|
|
|
415
|
- margin-top: 0.16rem;
|
|
|
416
|
-}
|
|
|
417
|
-
|
|
|
418
|
-.in_linkBox {
|
|
|
419
|
- width: calc(100% + 0.24rem);
|
|
|
420
|
- display: flex;
|
|
|
421
|
- display: -webkit-flex;
|
|
|
422
|
- flex-wrap: wrap;
|
|
|
423
|
- -webkit-flex-wrap: wrap;
|
|
|
424
|
- align-items: center;
|
|
|
425
|
- -webkit-align-items: center;
|
|
|
426
|
-}
|
|
|
427
|
-
|
|
|
428
|
-.in_link {
|
|
|
429
|
- padding-bottom: 1.2rem;
|
|
|
430
|
-}
|
|
|
431
|
-
|
|
|
432
|
-.footer {
|
|
|
433
|
- width: 7.5rem;
|
|
|
434
|
- position: absolute;
|
|
|
435
|
- bottom: 0;
|
|
|
436
|
- left: 50%;
|
|
|
437
|
- transform: translateX(-50%);
|
|
|
438
|
- -webkit-transform: translateX(-50%);
|
|
|
439
|
-}
|
|
|
440
|
-
|
|
|
441
|
-.footer_Box {
|
|
|
442
|
- padding: 0.44rem 0rem;
|
|
|
443
|
- box-sizing: border-box;
|
|
|
444
|
- display: flex;
|
|
|
445
|
- display: -webkit-flex;
|
|
|
446
|
- justify-content: center;
|
|
|
447
|
- -webkit-justify-content: center;
|
|
|
448
|
-}
|
|
|
449
|
-
|
|
|
450
|
-.footer_Box a span {
|
|
|
451
|
- display: block;
|
|
|
452
|
- font-size: 0.24rem;
|
|
|
453
|
- color: rgba(91, 94, 99, 1);
|
|
|
454
|
-}
|
|
|
455
|
-
|
|
|
456
|
-.footer_Box a {
|
|
|
457
|
- display: block;
|
|
|
458
|
- line-height: 1;
|
|
|
459
|
-}
|
|
|
460
|
-
|
|
|
461
|
-.footer_Box a span::after {
|
|
|
462
|
- content: "";
|
|
|
463
|
- display: inline-block;
|
|
|
464
|
- width: 0.02rem;
|
|
|
465
|
- height: 0.24rem;
|
|
|
466
|
- margin: 0 0.14rem;
|
|
|
467
|
- vertical-align: middle;
|
|
|
468
|
- background-color: #8C9198;
|
|
|
469
|
-}
|
|
|
470
|
-
|
|
|
471
|
-.footer_Box a:last-child span::after {
|
|
|
472
|
- display: none;
|
|
|
473
|
-}
|
|
|
474
|
-
|
|
|
475
|
-.footer_Box2 {
|
|
|
476
|
- padding: 0.22rem 0rem;
|
|
|
477
|
- box-sizing: border-box;
|
|
|
478
|
- background: rgba(232, 241, 214, 1);
|
|
|
479
|
-}
|
|
|
480
|
-
|
|
|
481
|
-.footer_Box2 p {
|
|
|
482
|
- font-size: 0.24rem;
|
|
|
483
|
- text-align: center;
|
|
|
484
|
- margin-bottom: 0.1rem;
|
|
|
485
|
- color: rgba(110, 110, 110, 1);
|
|
|
486
|
-}
|
|
|
487
|
-
|
|
|
488
|
-.footer_Box2 p:last-child {
|
|
|
489
|
- margin-bottom: 0;
|
|
|
490
|
-}
|
|
|
491
|
-
|
|
|
492
|
-.footer_Box2 p span {
|
|
|
493
|
- color: #555555;
|
|
|
494
|
-}
|
|
|
495
|
-
|
|
|
496
|
-.footer_Box3 {
|
|
|
497
|
- width: 100%;
|
|
|
498
|
- height: 0.24rem;
|
|
|
499
|
- background: rgba(52, 114, 15, 1);
|
|
|
500
|
-}
|
|
|
501
|
-
|
|
|
502
|
-
|
|
|
503
|
-/* 登陆页面 */
|
|
|
504
|
-
|
|
|
505
|
-.login_bg {
|
|
|
506
|
- height: 100%;
|
|
|
507
|
- box-sizing: border-box;
|
|
|
508
|
- background-size: cover;
|
|
|
509
|
- background-repeat: no-repeat;
|
|
|
510
|
- background-image: url(../image/bg_img.png);
|
|
|
511
|
- padding: 0.8rem 0.68rem 0.52rem;
|
|
|
512
|
-}
|
|
|
513
|
-
|
|
|
514
|
-.login_logo {
|
|
|
515
|
- width: 4.88rem;
|
|
|
516
|
- margin: 0 auto;
|
|
|
517
|
-}
|
|
|
518
|
-
|
|
|
519
|
-.login_con {
|
|
|
520
|
- margin-top: 1rem;
|
|
|
521
|
- box-sizing: border-box;
|
|
|
522
|
- padding: 0.54rem 0.4rem 0.46rem;
|
|
|
523
|
- background: rgba(0, 0, 0, 0.18);
|
|
|
524
|
-}
|
|
|
525
|
-
|
|
|
526
|
-.login_conTit {
|
|
|
527
|
- text-align: center;
|
|
|
528
|
- font-size: 0.36rem;
|
|
|
529
|
- color: rgba(249, 249, 249, 1);
|
|
|
530
|
-}
|
|
|
531
|
-
|
|
|
532
|
-.login_Box {
|
|
|
533
|
- margin-top: 0.42rem;
|
|
|
534
|
-}
|
|
|
535
|
-
|
|
|
536
|
-.login_Li {
|
|
|
537
|
- display: flex;
|
|
|
538
|
- align-items: center;
|
|
|
539
|
- display: -webkit-flex;
|
|
|
540
|
- -webkit-align-items: center;
|
|
|
541
|
- background-color: white;
|
|
|
542
|
- height: 0.8rem;
|
|
|
543
|
- padding: 0 0.24rem;
|
|
|
544
|
- margin-bottom: 0.32rem;
|
|
|
545
|
- box-sizing: border-box;
|
|
|
546
|
-}
|
|
|
547
|
-
|
|
|
548
|
-.login_LiImg {
|
|
|
549
|
- width: 0.36rem;
|
|
|
550
|
-}
|
|
|
551
|
-
|
|
|
552
|
-.login_Li input {
|
|
|
553
|
- outline: none;
|
|
|
554
|
- height: 100%;
|
|
|
555
|
- font-size: 0.24rem;
|
|
|
556
|
- margin-left: 0.24rem;
|
|
|
557
|
- background-color: white;
|
|
|
558
|
-}
|
|
|
559
|
-
|
|
|
560
|
-.login_Li:last-child {
|
|
|
561
|
- margin-bottom: 0;
|
|
|
562
|
-}
|
|
|
563
|
-
|
|
|
564
|
-.login_btn {
|
|
|
565
|
- width: 5.36rem;
|
|
|
566
|
- height: 0.6rem;
|
|
|
567
|
- border: 0;
|
|
|
568
|
- display: block;
|
|
|
569
|
- margin-top: 0.64rem;
|
|
|
570
|
- font-size: 0.28rem;
|
|
|
571
|
- color: rgba(249, 249, 249, 1);
|
|
|
572
|
- background: rgba(236, 148, 55, 1);
|
|
|
573
|
- border-radius: 0.08rem;
|
|
|
574
|
-}
|
|
|
575
|
-
|
|
|
576
|
-.login_span {
|
|
|
577
|
- font-size: 0.24rem;
|
|
|
578
|
- margin-top: 0.2rem;
|
|
|
579
|
- line-height: 0.28rem;
|
|
|
580
|
- display: flex;
|
|
|
581
|
- justify-content: flex-end;
|
|
|
582
|
- color: rgba(249, 249, 249, 1);
|
|
|
583
|
-}
|
|
|
584
|
-
|
|
|
585
|
-.login_span span:last-child {
|
|
|
586
|
- margin-right: 0;
|
|
|
587
|
-}
|
|
|
588
|
-
|
|
|
589
|
-.login_span span {
|
|
|
590
|
- margin: 0 0.16rem;
|
|
|
591
|
-}
|
|
|
592
|
-
|
|
|
593
|
-.login_span a {
|
|
|
594
|
- color: rgba(249, 249, 249, 1);
|
|
|
595
|
-}
|
|
|
596
|
-
|
|
|
597
|
-.login_or {
|
|
|
598
|
- font-size: 0.24rem;
|
|
|
599
|
- color: #BDC4CE;
|
|
|
600
|
- text-align: center;
|
|
|
601
|
- margin-top: 0.46rem;
|
|
|
602
|
-}
|
|
|
603
|
-
|
|
|
604
|
-.login_or::before {
|
|
|
605
|
- content: "";
|
|
|
606
|
- width: 2.36rem;
|
|
|
607
|
- color: #BDC4CE;
|
|
|
608
|
- height: 1px;
|
|
|
609
|
- margin-right: 0.1rem;
|
|
|
610
|
- vertical-align: middle;
|
|
|
611
|
- background-color: #BDC4CE;
|
|
|
612
|
- display: inline-block;
|
|
|
613
|
-}
|
|
|
614
|
-
|
|
|
615
|
-.login_or::after {
|
|
|
616
|
- content: "";
|
|
|
617
|
- width: 2.36rem;
|
|
|
618
|
- color: #BDC4CE;
|
|
|
619
|
- height: 1px;
|
|
|
620
|
- margin-left: 0.1rem;
|
|
|
621
|
- vertical-align: middle;
|
|
|
622
|
- background-color: #BDC4CE;
|
|
|
623
|
- display: inline-block;
|
|
|
624
|
-}
|
|
|
625
|
-
|
|
|
626
|
-.login_there {
|
|
|
627
|
- margin-top: 0.1rem;
|
|
|
628
|
-}
|
|
|
629
|
-
|
|
|
630
|
-.login_thereTxt {
|
|
|
631
|
- font-size: 0.24rem;
|
|
|
632
|
- text-align: center;
|
|
|
633
|
- color: rgba(249, 249, 249, 1);
|
|
|
634
|
-}
|
|
|
635
|
-
|
|
|
636
|
-.login_thereBox {
|
|
|
637
|
- display: flex;
|
|
|
638
|
- padding: 0 1.74rem;
|
|
|
639
|
- margin-top: 0.26rem;
|
|
|
640
|
- justify-content: space-between;
|
|
|
641
|
- box-sizing: border-box;
|
|
|
642
|
-}
|
|
|
643
|
-
|
|
|
644
|
-.login_thereImg {
|
|
|
645
|
- width: 0.64rem;
|
|
|
646
|
-}
|
|
|
647
|
-
|
|
|
648
|
-.reg_code {
|
|
|
649
|
- color: #EC9437;
|
|
|
650
|
- font-size: 0.24rem;
|
|
|
651
|
- margin-left: auto;
|
|
|
652
|
-}
|
|
|
653
|
-
|
|
|
654
|
-.reg_agreed {
|
|
|
655
|
- display: flex;
|
|
|
656
|
- display: -webkit-flex;
|
|
|
657
|
- align-items: center;
|
|
|
658
|
- margin-top: 0.28rem;
|
|
|
659
|
-}
|
|
|
660
|
-
|
|
|
661
|
-.reg_agreedImg {
|
|
|
662
|
- width: 0.26rem;
|
|
|
663
|
- height: 0.26rem;
|
|
|
664
|
- box-sizing: border-box;
|
|
|
665
|
- border: 1px solid #8C9198;
|
|
|
666
|
- background-color: white;
|
|
|
667
|
-}
|
|
|
668
|
-
|
|
|
669
|
-.reg_agreedTxt {
|
|
|
670
|
- color: white;
|
|
|
671
|
- font-size: 0.24rem;
|
|
|
672
|
- margin-left: 0.1rem;
|
|
|
673
|
-}
|
|
|
674
|
-
|
|
|
675
|
-.reg_Txt {
|
|
|
676
|
- margin-top: 0.32rem;
|
|
|
677
|
- font-size: 0.24rem;
|
|
|
678
|
- color: rgba(249, 249, 249, 1);
|
|
|
679
|
- text-decoration: underline;
|
|
|
680
|
-}
|
|
|
681
|
-
|
|
|
682
|
-
|
|
|
683
|
-/* 关于我们 */
|
|
|
684
|
-
|
|
|
685
|
-.about_Box {
|
|
|
686
|
- margin: 0.52rem 0.32rem 0rem;
|
|
|
687
|
-}
|
|
|
688
|
-
|
|
|
689
|
-.about_title {
|
|
|
690
|
- text-align: center;
|
|
|
691
|
- font-size: 0.32rem;
|
|
|
692
|
- color: rgba(0, 0, 0, 1);
|
|
|
693
|
-}
|
|
|
694
|
-
|
|
|
695
|
-.about_Text {
|
|
|
696
|
- margin-top: 0.52rem;
|
|
|
697
|
- font-size: 0.26rem;
|
|
|
698
|
-}
|
|
|
699
|
-
|
|
|
700
|
-.about_Box2 {
|
|
|
701
|
- margin: 0.92rem 0.32rem 0.48rem;
|
|
|
702
|
-}
|
|
|
703
|
-
|
|
|
704
|
-#allmap {
|
|
|
705
|
- width: 100%;
|
|
|
706
|
- height: 4.98rem;
|
|
|
707
|
- margin: 0.52rem auto 0rem;
|
|
|
708
|
-}
|
|
|
709
|
-
|
|
|
710
|
-#allmap img {
|
|
|
711
|
- width: 0.76rem;
|
|
|
712
|
-}
|
|
|
713
|
-
|
|
|
714
|
-.about_Box3 {
|
|
|
715
|
- margin-top: 0.52rem;
|
|
|
716
|
-}
|
|
|
717
|
-
|
|
|
718
|
-.about_li {
|
|
|
719
|
- display: flex;
|
|
|
720
|
- display: -webkit-flex;
|
|
|
721
|
- align-items: center;
|
|
|
722
|
- -webkit-align-items: center;
|
|
|
723
|
- margin-bottom: 0.32rem;
|
|
|
724
|
-}
|
|
|
725
|
-
|
|
|
726
|
-.about_Img {
|
|
|
727
|
- width: 0.44rem;
|
|
|
728
|
- height: 0.44rem;
|
|
|
729
|
-}
|
|
|
730
|
-
|
|
|
731
|
-.about_Txt {
|
|
|
732
|
- font-size: 0.24rem;
|
|
|
733
|
- margin-left: 0.28rem;
|
|
|
734
|
- color: rgba(91, 94, 99, 1);
|
|
|
735
|
-}
|
|
|
736
|
-
|
|
|
737
|
-
|
|
|
738
|
-/* 列表 */
|
|
|
739
|
-
|
|
|
740
|
-.list_nav {
|
|
|
741
|
- position: relative;
|
|
|
742
|
- display: flex;
|
|
|
743
|
- display: -webkit-flex;
|
|
|
744
|
- align-items: center;
|
|
|
745
|
- -webkit-align-items: center;
|
|
|
746
|
- height: 0.6rem;
|
|
|
747
|
- border-bottom: 1px solid #BDC4CE;
|
|
|
748
|
-}
|
|
|
749
|
-
|
|
|
750
|
-.list_navLi {
|
|
|
751
|
- width: 100%;
|
|
|
752
|
-}
|
|
|
753
|
-
|
|
|
754
|
-.list_navTxt {
|
|
|
755
|
- width: 100%;
|
|
|
756
|
- position: relative;
|
|
|
757
|
- text-align: center;
|
|
|
758
|
- font-size: 0.28rem;
|
|
|
759
|
- color: rgba(91, 94, 99, 1);
|
|
|
760
|
-}
|
|
|
761
|
-
|
|
|
762
|
-.list_active {
|
|
|
763
|
- font-size: 0.28rem;
|
|
|
764
|
- color: rgba(52, 114, 15, 1) !important;
|
|
|
765
|
-}
|
|
|
766
|
-
|
|
|
767
|
-.list_navTxt2 {
|
|
|
768
|
- width: 1.32rem;
|
|
|
769
|
- height: 0.48rem;
|
|
|
770
|
- font-size: 0.24rem;
|
|
|
771
|
- margin-right: 0.42rem;
|
|
|
772
|
- margin-bottom: 0.2rem;
|
|
|
773
|
- display: flex;
|
|
|
774
|
- justify-content: center;
|
|
|
775
|
- align-items: center;
|
|
|
776
|
- display: -webkit-flex;
|
|
|
777
|
- -webkit-justify-content: center;
|
|
|
778
|
- -webkit-align-items: center;
|
|
|
779
|
- color: rgba(91, 94, 99, 1);
|
|
|
780
|
- border: 1px solid rgba(112, 112, 112, 1);
|
|
|
781
|
-}
|
|
|
782
|
-
|
|
|
783
|
-.list_active::after {
|
|
|
784
|
- position: absolute;
|
|
|
785
|
- content: "";
|
|
|
786
|
- display: block;
|
|
|
787
|
- bottom: -0.12rem;
|
|
|
788
|
- width: 100%;
|
|
|
789
|
- height: 0.04rem;
|
|
|
790
|
- background-color: #4CA01A;
|
|
|
791
|
-}
|
|
|
792
|
-
|
|
|
793
|
-.list_navdown {
|
|
|
794
|
- position: absolute;
|
|
|
795
|
- top: 0.62rem;
|
|
|
796
|
- width: 100%;
|
|
|
797
|
- display: none;
|
|
|
798
|
- overflow: hidden;
|
|
|
799
|
- padding: 0.3rem 0rem 0.1rem 0.3rem;
|
|
|
800
|
- box-sizing: border-box;
|
|
|
801
|
- background-color: white;
|
|
|
802
|
-}
|
|
|
803
|
-
|
|
|
804
|
-.list_navdownBox {
|
|
|
805
|
- display: flex;
|
|
|
806
|
- display: -webkit-flex;
|
|
|
807
|
- flex-wrap: wrap;
|
|
|
808
|
- -webkit-flex-wrap: wrap;
|
|
|
809
|
-}
|
|
|
810
|
-
|
|
|
811
|
-.list_item {
|
|
|
812
|
- margin: 0 0.32rem;
|
|
|
813
|
-}
|
|
|
814
|
-
|
|
|
815
|
-.list_item ul li {
|
|
|
816
|
- display: flex;
|
|
|
817
|
- display: -webkit-flex;
|
|
|
818
|
- justify-content: space-between;
|
|
|
819
|
- -webkit-justify-content: space-between;
|
|
|
820
|
- align-items: center;
|
|
|
821
|
- -webkit-align-items: center;
|
|
|
822
|
- margin-top: 0.34rem;
|
|
|
823
|
- border-bottom: 1px solid #BDC4CE;
|
|
|
824
|
- padding-bottom: 0.32rem;
|
|
|
825
|
-}
|
|
|
826
|
-
|
|
|
827
|
-.list_Img {
|
|
|
828
|
- width: 2.04rem;
|
|
|
829
|
-}
|
|
|
830
|
-
|
|
|
831
|
-.list_Box {
|
|
|
832
|
- flex: 0.96;
|
|
|
833
|
-}
|
|
|
834
|
-
|
|
|
835
|
-.list_Txt {
|
|
|
836
|
- font-size: 0.28rem;
|
|
|
837
|
- line-height: 0.32rem;
|
|
|
838
|
- -webkit-line-clamp: 2;
|
|
|
839
|
- color: rgba(61, 68, 77, 1);
|
|
|
840
|
-}
|
|
|
841
|
-
|
|
|
842
|
-.list_Box2 {
|
|
|
843
|
- display: flex;
|
|
|
844
|
- display: -webkit-flex;
|
|
|
845
|
- margin-top: 0.1rem;
|
|
|
846
|
-}
|
|
|
847
|
-
|
|
|
848
|
-.list_Txt2 {
|
|
|
849
|
- font-size: 0.24rem;
|
|
|
850
|
- color: rgba(91, 94, 99, 1);
|
|
|
851
|
-}
|
|
|
852
|
-
|
|
|
853
|
-.list_Txt3 {
|
|
|
854
|
- font-size: 0.24rem;
|
|
|
855
|
- margin-left: auto;
|
|
|
856
|
- color: rgba(52, 114, 15, 1);
|
|
|
857
|
-}
|
|
|
858
|
-
|
|
|
859
|
-.list_navActive {
|
|
|
860
|
- color: white;
|
|
|
861
|
- border: 1px solid rgba(52, 114, 15, 1);
|
|
|
862
|
- background: rgba(52, 114, 15, 1) !important;
|
|
|
863
|
-}
|
|
|
864
|
-
|
|
|
865
|
-.list_nav:hover .list_navdown {
|
|
|
866
|
- display: block;
|
|
|
867
|
-}
|
|
|
868
|
-
|
|
|
869
|
-
|
|
|
870
|
-/* 详情 */
|
|
|
871
|
-
|
|
|
872
|
-.list_DBox {
|
|
|
873
|
- margin: 0.52rem 0.32rem 0.74rem;
|
|
|
874
|
-}
|
|
|
875
|
-
|
|
|
876
|
-.list_DTit {
|
|
|
877
|
- font-size: 0.32rem;
|
|
|
878
|
- color: rgba(0, 0, 0, 1);
|
|
|
879
|
-}
|
|
|
880
|
-
|
|
|
881
|
-.list_DTime {
|
|
|
882
|
- font-size: 0.24rem;
|
|
|
883
|
- margin-top: 0.1rem;
|
|
|
884
|
- color: rgba(91, 94, 99, 1);
|
|
|
885
|
-}
|
|
|
886
|
-
|
|
|
887
|
-.list_Dtext {
|
|
|
888
|
- margin-top: 0.6rem;
|
|
|
889
|
- font-size: 0.26rem;
|
|
|
890
|
-}
|
|
|
891
|
-
|
|
|
892
|
-.list_downLoadBox {
|
|
|
893
|
- display: flex;
|
|
|
894
|
- align-items: center;
|
|
|
895
|
- justify-content: center;
|
|
|
896
|
- width: 1.72rem;
|
|
|
897
|
- height: 0.5rem;
|
|
|
898
|
- line-height: 1;
|
|
|
899
|
- margin-top: 0.6rem;
|
|
|
900
|
- margin-left: auto;
|
|
|
901
|
- background-color: rgba(52, 114, 15, 1);
|
|
|
902
|
-}
|
|
|
903
|
-
|
|
|
904
|
-.list_downLoadImg {
|
|
|
905
|
- width: 0.24rem;
|
|
|
906
|
- height: 0.24rem
|
|
|
907
|
-}
|
|
|
908
|
-
|
|
|
909
|
-.list_downLoadTxt {
|
|
|
910
|
- font-size: 0.24rem;
|
|
|
911
|
- margin-left: 0.06rem;
|
|
|
912
|
- color: rgba(249, 249, 249, 1);
|
|
|
913
|
-}
|
|
|
914
|
-
|
|
|
915
|
-.list_DImg {
|
|
|
916
|
- margin-top: 0.32rem;
|
|
|
917
|
-}
|
|
|
918
|
-
|
|
|
919
|
-.world_Dbox {
|
|
|
920
|
- position: relative;
|
|
|
921
|
- margin-top: 0.44rem;
|
|
|
922
|
- margin-bottom: 0.96rem;
|
|
|
923
|
- height: 1.14rem;
|
|
|
924
|
- display: flex;
|
|
|
925
|
- display: -webkit-flex;
|
|
|
926
|
- -webkit-align-items: center;
|
|
|
927
|
- align-items: center;
|
|
|
928
|
- border: 1px solid #BDC4CE;
|
|
|
929
|
-}
|
|
|
930
|
-
|
|
|
931
|
-
|
|
|
932
|
-/* 招标招商 */
|
|
|
933
|
-
|
|
|
934
|
-.tender_hair {
|
|
|
935
|
- position: fixed;
|
|
|
936
|
- right: 0;
|
|
|
937
|
- top: 3.66rem;
|
|
|
938
|
- z-index: 100;
|
|
|
939
|
- width: 1.72rem;
|
|
|
940
|
- height: 0.5rem;
|
|
|
941
|
- display: flex;
|
|
|
942
|
- display: -webkit-flex;
|
|
|
943
|
- align-items: center;
|
|
|
944
|
- -webkit-align-items: center;
|
|
|
945
|
- justify-content: center;
|
|
|
946
|
- -webkit-justify-content: center;
|
|
|
947
|
- background: rgba(52, 114, 15, 0.77);
|
|
|
948
|
- box-shadow: 0px 6px 12px rgba(52, 114, 15, 0.21);
|
|
|
949
|
-}
|
|
|
950
|
-
|
|
|
951
|
-.tender_hairImg {
|
|
|
952
|
- width: 0.24rem;
|
|
|
953
|
-}
|
|
|
954
|
-
|
|
|
955
|
-.tender_hairTxt {
|
|
|
956
|
- font-size: 0.24rem;
|
|
|
957
|
- margin-left: 0.06rem;
|
|
|
958
|
- color: rgba(249, 249, 249, 1);
|
|
|
959
|
-}
|
|
|
960
|
-
|
|
|
961
|
-.tender_rTxt {
|
|
|
962
|
- font-size: 24px;
|
|
|
963
|
- text-align: center;
|
|
|
964
|
- color: rgba(61, 68, 77, 1);
|
|
|
965
|
-}
|
|
|
966
|
-
|
|
|
967
|
-.tender_hairBox {
|
|
|
968
|
- margin-top: 0.72rem;
|
|
|
969
|
-}
|
|
|
970
|
-
|
|
|
971
|
-.tender_rBox {
|
|
|
972
|
- margin: 0.85rem 0.6rem 0rem 0.32rem;
|
|
|
973
|
-}
|
|
|
974
|
-
|
|
|
975
|
-.release_Li {
|
|
|
976
|
- display: flex;
|
|
|
977
|
- display: -webkit-flex;
|
|
|
978
|
- margin-bottom: 0.32rem;
|
|
|
979
|
-}
|
|
|
980
|
-
|
|
|
981
|
-.release_Li span {
|
|
|
982
|
- font-size: 0.24rem;
|
|
|
983
|
- margin-right: 0.12rem;
|
|
|
984
|
- color: rgba(209, 35, 36, 1);
|
|
|
985
|
-}
|
|
|
986
|
-
|
|
|
987
|
-.release_Li label {
|
|
|
988
|
- font-size: 0.28rem;
|
|
|
989
|
- margin-top: 0.1rem;
|
|
|
990
|
- display: block;
|
|
|
991
|
- margin-right: 0.46rem;
|
|
|
992
|
- color: rgba(6, 18, 30, 1);
|
|
|
993
|
-}
|
|
|
994
|
-
|
|
|
995
|
-.release_op {
|
|
|
996
|
- width: 4.62rem;
|
|
|
997
|
- height: 0.6rem;
|
|
|
998
|
- outline: none;
|
|
|
999
|
- float: right;
|
|
|
1000
|
- padding: 0 0.28rem;
|
|
|
1001
|
- border-radius: 0.04rem;
|
|
|
1002
|
- box-sizing: border-box;
|
|
|
1003
|
- color: #BDC4CE;
|
|
|
1004
|
- /*去掉默认的下拉三角*/
|
|
|
1005
|
- appearance: none;
|
|
|
1006
|
- -moz-appearance: none;
|
|
|
1007
|
- -webkit-appearance: none;
|
|
|
1008
|
- /*添加下拉三角图标*/
|
|
|
1009
|
- background: url("../image/xiala_img.png") no-repeat right 10px center transparent;
|
|
|
1010
|
- border: 1px solid rgba(189, 196, 206, 1);
|
|
|
1011
|
-}
|
|
|
1012
|
-
|
|
|
1013
|
-.release_op option {
|
|
|
1014
|
- color: black;
|
|
|
1015
|
-}
|
|
|
1016
|
-
|
|
|
1017
|
-.release_input,
|
|
|
1018
|
-.release_textarea {
|
|
|
1019
|
- width: 4.62rem;
|
|
|
1020
|
- height: 0.6rem;
|
|
|
1021
|
- float: right;
|
|
|
1022
|
- padding: 0 0.28rem;
|
|
|
1023
|
- box-sizing: border-box;
|
|
|
1024
|
- background: rgba(255, 255, 255, 1);
|
|
|
1025
|
- border: 1px solid rgba(189, 196, 206, 1);
|
|
|
1026
|
- border-radius: 4px;
|
|
|
1027
|
-}
|
|
|
1028
|
-
|
|
|
1029
|
-.release_input::placeholder {
|
|
|
1030
|
- color: #BDC4CE;
|
|
|
1031
|
-}
|
|
|
1032
|
-
|
|
|
1033
|
-.release_textarea {
|
|
|
1034
|
- height: 2.88rem;
|
|
|
1035
|
- resize: none;
|
|
|
1036
|
- box-sizing: border-box;
|
|
|
1037
|
- padding: 0.14rem 0.28rem;
|
|
|
1038
|
-}
|
|
|
1039
|
-
|
|
|
1040
|
-.release_textarea::placeholder {
|
|
|
1041
|
- color: #BDC4CE;
|
|
|
1042
|
-}
|
|
|
1043
|
-
|
|
|
1044
|
-.release_file {
|
|
|
1045
|
- position: relative;
|
|
|
1046
|
- float: left;
|
|
|
1047
|
- width: 1.8rem;
|
|
|
1048
|
- height: 1.8rem;
|
|
|
1049
|
- background: rgba(255, 255, 255, 1);
|
|
|
1050
|
- border: 1px dashed rgba(189, 196, 206, 1);
|
|
|
1051
|
- border-radius: 0.04rem;
|
|
|
1052
|
-}
|
|
|
1053
|
-
|
|
|
1054
|
-.release_file input {
|
|
|
1055
|
- position: absolute;
|
|
|
1056
|
- top: 0;
|
|
|
1057
|
- left: 0;
|
|
|
1058
|
- z-index: 10;
|
|
|
1059
|
- opacity: 0;
|
|
|
1060
|
- width: 100%;
|
|
|
1061
|
- height: 100%;
|
|
|
1062
|
-}
|
|
|
1063
|
-
|
|
|
1064
|
-.release_btn {
|
|
|
1065
|
- width: 1.92rem;
|
|
|
1066
|
- height: 0.6rem;
|
|
|
1067
|
- color: white;
|
|
|
1068
|
- border-radius: 0.08rem;
|
|
|
1069
|
- display: flex;
|
|
|
1070
|
- font-size: 0.28rem;
|
|
|
1071
|
- display: -webkit-flex;
|
|
|
1072
|
- align-items: center;
|
|
|
1073
|
- -webkit-align-items: center;
|
|
|
1074
|
- justify-content: center;
|
|
|
1075
|
- -webkit-justify-content: center;
|
|
|
1076
|
- margin: 0.98rem auto 1.18rem;
|
|
|
1077
|
- background: #EC9437;
|
|
|
1078
|
-}
|
|
|
1079
|
-
|
|
|
1080
|
-.release_fileImg {
|
|
|
1081
|
- position: absolute;
|
|
|
1082
|
- top: 0;
|
|
|
1083
|
- left: 0;
|
|
|
1084
|
- width: 100%;
|
|
|
1085
|
- height: 100%;
|
|
|
1086
|
-}
|
|
|
1087
|
-
|
|
|
1088
|
-
|
|
|
1089
|
-/* 专家在线 */
|
|
|
1090
|
-
|
|
|
1091
|
-.experts_List {
|
|
|
1092
|
-
|
|
|
1093
|
- margin: 0 0.32rem;
|
|
|
1094
|
-}
|
|
|
1095
|
-
|
|
|
1096
|
-.experts_List ul li {
|
|
|
1097
|
- display: flex;
|
|
|
1098
|
- display: -webkit-flex;
|
|
|
1099
|
- -webkit-align-items: center;
|
|
|
1100
|
- align-items: center;
|
|
|
1101
|
- margin-top: 0.32rem;
|
|
|
1102
|
- padding-bottom: 0.32rem;
|
|
|
1103
|
- border-bottom: 1px solid #BDC4CE;
|
|
|
1104
|
-}
|
|
|
1105
|
-
|
|
|
1106
|
-.experts_Img {
|
|
|
1107
|
- width: 1rem;
|
|
|
1108
|
- height: 1rem;
|
|
|
1109
|
-}
|
|
|
1110
|
-
|
|
|
1111
|
-.experts_Img img {
|
|
|
1112
|
- border-radius: 50%;
|
|
|
1113
|
-}
|
|
|
1114
|
-
|
|
|
1115
|
-.experts_Box {
|
|
|
1116
|
- flex: 0.74;
|
|
|
1117
|
- line-height: 1;
|
|
|
1118
|
- margin-left: 0.24rem;
|
|
|
1119
|
-}
|
|
|
1120
|
-
|
|
|
1121
|
-.experts_Box h2 {
|
|
|
1122
|
- font-size: 0.28rem;
|
|
|
1123
|
- color: rgba(1, 1, 1, 1);
|
|
|
1124
|
-}
|
|
|
1125
|
-
|
|
|
1126
|
-.experts_Box p {
|
|
|
1127
|
- font-size: 0.24rem;
|
|
|
1128
|
- margin-top: 0.16rem;
|
|
|
1129
|
- line-height: 0.28rem;
|
|
|
1130
|
- -webkit-line-clamp: 2;
|
|
|
1131
|
- color: rgba(140, 145, 152, 1);
|
|
|
1132
|
-}
|
|
|
1133
|
-
|
|
|
1134
|
-.experts_Box2 {
|
|
|
1135
|
- line-height: 1;
|
|
|
1136
|
- width: 1.48rem;
|
|
|
1137
|
- height: 0.44rem;
|
|
|
1138
|
- display: flex;
|
|
|
1139
|
- display: -webkit-flex;
|
|
|
1140
|
- align-items: center;
|
|
|
1141
|
- -webkit-align-items: center;
|
|
|
1142
|
- justify-content: center;
|
|
|
1143
|
- background: rgba(76, 160, 26, 1);
|
|
|
1144
|
-}
|
|
|
1145
|
-
|
|
|
1146
|
-.experts_Img2 {
|
|
|
1147
|
- width: 0.24rem;
|
|
|
1148
|
- margin-right: 0.06rem;
|
|
|
1149
|
-}
|
|
|
1150
|
-
|
|
|
1151
|
-.experts_Box2 p {
|
|
|
1152
|
- font-size: 0.22rem;
|
|
|
1153
|
- color: rgba(249, 249, 249, 1);
|
|
|
1154
|
-}
|
|
|
1155
|
-
|
|
|
1156
|
-.experts_dBox {
|
|
|
1157
|
- display: flex;
|
|
|
1158
|
- display: -webkit-flex;
|
|
|
1159
|
- align-items: center;
|
|
|
1160
|
- -webkit-align-items: center;
|
|
|
1161
|
- justify-content: space-between;
|
|
|
1162
|
- -webkit-justify-content: space-between;
|
|
|
1163
|
-}
|
|
|
1164
|
-
|
|
|
1165
|
-.exports_Mask {
|
|
|
1166
|
- position: fixed;
|
|
|
1167
|
- width: 100%;
|
|
|
1168
|
- height: 100%;
|
|
|
1169
|
- z-index: 100;
|
|
|
1170
|
- display: none;
|
|
|
1171
|
- background-color: rgba(0, 0, 0, 0.6)
|
|
|
1172
|
-}
|
|
|
1173
|
-
|
|
|
1174
|
-.exports_Con {
|
|
|
1175
|
- position: absolute;
|
|
|
1176
|
- top: 50%;
|
|
|
1177
|
- left: 50%;
|
|
|
1178
|
- width: 6.86rem;
|
|
|
1179
|
- display: block;
|
|
|
1180
|
- transform: translate(-50%, -50%);
|
|
|
1181
|
- padding: 0.56rem 0.58rem 0.74rem 0.22rem;
|
|
|
1182
|
- box-sizing: border-box;
|
|
|
1183
|
- background-color: white;
|
|
|
1184
|
-}
|
|
|
1185
|
-
|
|
|
1186
|
-.exports_ConTxt {
|
|
|
1187
|
- text-align: center;
|
|
|
1188
|
- font-size: 0.36rem;
|
|
|
1189
|
- margin-bottom: 0.48rem;
|
|
|
1190
|
- color: rgba(61, 68, 77, 1);
|
|
|
1191
|
-}
|
|
|
1192
|
-
|
|
|
1193
|
-.export_ConLi {
|
|
|
1194
|
- display: flex;
|
|
|
1195
|
- display: -webkit-flex;
|
|
|
1196
|
- justify-content: space-between;
|
|
|
1197
|
- -webkit-justify-content: space-between;
|
|
|
1198
|
-}
|
|
|
1199
|
-
|
|
|
1200
|
-.exports_ConTxt2 {
|
|
|
1201
|
- font-size: 0.4rem;
|
|
|
1202
|
- color: rgba(209, 35, 36, 1);
|
|
|
1203
|
-}
|
|
|
1204
|
-
|
|
|
1205
|
-.export_ConLi textarea {
|
|
|
1206
|
- width: 5.7rem;
|
|
|
1207
|
- height: 2.88rem;
|
|
|
1208
|
- resize: none;
|
|
|
1209
|
- outline: none;
|
|
|
1210
|
- font-size: 0.24rem;
|
|
|
1211
|
- padding: 0.14rem 0.2rem;
|
|
|
1212
|
- box-sizing: border-box;
|
|
|
1213
|
- background: rgba(255, 255, 255, 1);
|
|
|
1214
|
- border: 0.02rem solid rgba(189, 196, 206, 1);
|
|
|
1215
|
- border-radius: 0.08rem;
|
|
|
1216
|
-}
|
|
|
1217
|
-
|
|
|
1218
|
-.export_ConLi2,
|
|
|
1219
|
-.export_ConLi3 {
|
|
|
1220
|
- display: flex;
|
|
|
1221
|
- display: -webkit-flex;
|
|
|
1222
|
-}
|
|
|
1223
|
-
|
|
|
1224
|
-.export_ConLi2 input,
|
|
|
1225
|
-.export_ConLi3 input {
|
|
|
1226
|
- height: 0.46rem;
|
|
|
1227
|
- padding: 0 0.2rem;
|
|
|
1228
|
- margin-left: 0.18rem;
|
|
|
1229
|
- font-size: 0.24rem;
|
|
|
1230
|
- outline: none;
|
|
|
1231
|
- box-sizing: border-box;
|
|
|
1232
|
- background: rgba(255, 255, 255, 1);
|
|
|
1233
|
- border: 0.02rem solid rgba(189, 196, 206, 1);
|
|
|
1234
|
- border-radius: 0.08rem;
|
|
|
1235
|
-}
|
|
|
1236
|
-
|
|
|
1237
|
-.export_ConLi2 input {
|
|
|
1238
|
- width: 1.94rem;
|
|
|
1239
|
-}
|
|
|
1240
|
-
|
|
|
1241
|
-.export_ConLi3 input {
|
|
|
1242
|
- width: 3.08rem;
|
|
|
1243
|
-}
|
|
|
1244
|
-
|
|
|
1245
|
-.experts_List ul li {
|
|
|
1246
|
- display: flex;
|
|
|
1247
|
- display: -webkit-flex;
|
|
|
1248
|
- justify-content: space-between;
|
|
|
1249
|
- -webkit-justify-content: space-between;
|
|
|
1250
|
-}
|
|
|
1251
|
-
|
|
|
1252
|
-.experts_Txt {
|
|
|
1253
|
- width: 1.6rem;
|
|
|
1254
|
- font-size: 0.28rem;
|
|
|
1255
|
- color: rgba(61, 68, 77, 1);
|
|
|
1256
|
-}
|
|
|
1257
|
-
|
|
|
1258
|
-.experts_Box3 {
|
|
|
1259
|
- flex: 0.9;
|
|
|
1260
|
-}
|
|
|
1261
|
-
|
|
|
1262
|
-.experts_Txt2 {
|
|
|
1263
|
- -webkit-line-clamp: 2;
|
|
|
1264
|
- font-size: 0.24rem;
|
|
|
1265
|
- line-height: 0.32rem;
|
|
|
1266
|
- color: rgba(61, 68, 77, 1);
|
|
|
1267
|
-}
|
|
|
1268
|
-
|
|
|
1269
|
-.experts_Box4 {
|
|
|
1270
|
- margin-top: 0.16rem;
|
|
|
1271
|
- display: flex;
|
|
|
1272
|
- display: -webkit-flex;
|
|
|
1273
|
- justify-content: space-between;
|
|
|
1274
|
- -webkit-justify-content: space-between;
|
|
|
1275
|
-}
|
|
|
1276
|
-
|
|
|
1277
|
-.experts_Txt3 {
|
|
|
1278
|
- font-size: 0.24rem;
|
|
|
1279
|
- color: rgba(91, 94, 99, 1);
|
|
|
1280
|
-}
|
|
|
1281
|
-
|
|
|
1282
|
-.experts_Txt4 {
|
|
|
1283
|
- font-size: 0.24rem;
|
|
|
1284
|
- color: rgba(52, 114, 15, 1);
|
|
|
1285
|
-}
|
|
|
1286
|
-
|
|
|
1287
|
-
|
|
|
1288
|
-/* 人才服务 */
|
|
|
1289
|
-
|
|
|
1290
|
-.talentBox {
|
|
|
1291
|
- position: fixed;
|
|
|
1292
|
- right: 0;
|
|
|
1293
|
- top: 3.66rem;
|
|
|
1294
|
- z-index: 100;
|
|
|
1295
|
-}
|
|
|
1296
|
-
|
|
|
1297
|
-.talent_hair {
|
|
|
1298
|
- width: 1.72rem;
|
|
|
1299
|
- height: 0.5rem;
|
|
|
1300
|
- margin-bottom: 0.32rem;
|
|
|
1301
|
- display: flex;
|
|
|
1302
|
- display: -webkit-flex;
|
|
|
1303
|
- align-items: center;
|
|
|
1304
|
- -webkit-align-items: center;
|
|
|
1305
|
- justify-content: center;
|
|
|
1306
|
- -webkit-justify-content: center;
|
|
|
1307
|
- background: rgba(52, 114, 15, 0.77);
|
|
|
1308
|
- box-shadow: 0px 6px 12px rgba(52, 114, 15, 0.21);
|
|
|
1309
|
-}
|
|
|
1310
|
-
|
|
|
1311
|
-
|
|
|
1312
|
-/* 绿色价值排行榜 */
|
|
|
1313
|
-
|
|
|
1314
|
-.green_Banner {
|
|
|
1315
|
- width: 100%;
|
|
|
1316
|
-}
|
|
|
1317
|
-
|
|
|
1318
|
-.green_txt {
|
|
|
1319
|
- margin: 0.32rem 0.32rem 0.48rem;
|
|
|
1320
|
- font-size: 0.28rem;
|
|
|
1321
|
- color: rgba(0, 0, 0, 1);
|
|
|
1322
|
-}
|
|
|
1323
|
-
|
|
|
1324
|
-.green_more {
|
|
|
1325
|
- margin: 0 0.32rem;
|
|
|
1326
|
-}
|
|
|
1327
|
-
|
|
|
1328
|
-.green_Txt2 {
|
|
|
1329
|
- width: 1.08rem;
|
|
|
1330
|
- height: 0.32rem;
|
|
|
1331
|
- font-size: 0.24rem;
|
|
|
1332
|
- display: block;
|
|
|
1333
|
- color: white;
|
|
|
1334
|
- display: flex;
|
|
|
1335
|
- align-items: center;
|
|
|
1336
|
- justify-content: center;
|
|
|
1337
|
- display: -webkit-flex;
|
|
|
1338
|
- -webkit-align-items: center;
|
|
|
1339
|
- -webkit-justify-content: center;
|
|
|
1340
|
- background: rgba(76, 160, 26, 1) !important;
|
|
|
1341
|
-}
|
|
|
1342
|
-
|
|
|
1343
|
-.green_list ul li {
|
|
|
1344
|
- width: 2.16rem;
|
|
|
1345
|
- margin-right: 0.18rem;
|
|
|
1346
|
-}
|
|
|
1347
|
-
|
|
|
1348
|
-.green_list {
|
|
|
1349
|
- margin-top: 0.14rem;
|
|
|
1350
|
- padding-bottom: 0.32rem;
|
|
|
1351
|
- border-bottom: 1px solid #BDC4CE;
|
|
|
1352
|
-}
|
|
|
1353
|
-
|
|
|
1354
|
-.green_list ul {
|
|
|
1355
|
- width: calc(100% + 0.14rem);
|
|
|
1356
|
- display: flex;
|
|
|
1357
|
-}
|
|
|
1358
|
-
|
|
|
1359
|
-.green_Img {
|
|
|
1360
|
- width: 100%;
|
|
|
1361
|
- height: 1.96rem;
|
|
|
1362
|
-}
|
|
|
1363
|
-
|
|
|
1364
|
-.green_Box {
|
|
|
1365
|
- width: 100%;
|
|
|
1366
|
- height: 1.12rem;
|
|
|
1367
|
- padding: 0.08rem;
|
|
|
1368
|
- box-sizing: border-box;
|
|
|
1369
|
- background-color: #F2F2F2;
|
|
|
1370
|
-}
|
|
|
1371
|
-
|
|
|
1372
|
-.green_Box p {
|
|
|
1373
|
- font-size: 0.24rem;
|
|
|
1374
|
- line-height: 0.28rem;
|
|
|
1375
|
- -webkit-line-clamp: 3;
|
|
|
1376
|
- color: rgba(1, 1, 1, 1);
|
|
|
1377
|
-}
|
|
|
1378
|
-
|
|
|
1379
|
-.green_list2 ul li {
|
|
|
1380
|
- display: flex;
|
|
|
1381
|
- display: -webkit-flex;
|
|
|
1382
|
- justify-content: space-between;
|
|
|
1383
|
- -webkit-justify-content: space-between;
|
|
|
1384
|
- margin-top: 0.32rem;
|
|
|
1385
|
- padding-bottom: 0.32rem;
|
|
|
1386
|
- border-bottom: 1px solid #BDC4CE;
|
|
|
1387
|
-}
|
|
|
1388
|
-
|
|
|
1389
|
-.green_Img2 {
|
|
|
1390
|
- width: 1.66rem;
|
|
|
1391
|
- height: 1.66rem;
|
|
|
1392
|
-}
|
|
|
1393
|
-
|
|
|
1394
|
-.green_Box2 {
|
|
|
1395
|
- flex: 0.94;
|
|
|
1396
|
-}
|
|
|
1397
|
-
|
|
|
1398
|
-.green_Box2 {
|
|
|
1399
|
- display: flex;
|
|
|
1400
|
- display: -webkit-flex;
|
|
|
1401
|
- flex-direction: column;
|
|
|
1402
|
- -webkit-flex-direction: column;
|
|
|
1403
|
- justify-content: space-between;
|
|
|
1404
|
- -webkit-justify-content: space-between;
|
|
|
1405
|
-}
|
|
|
1406
|
-
|
|
|
1407
|
-.green_Box2 h1 {
|
|
|
1408
|
- font-size: 0.28rem;
|
|
|
1409
|
- line-height: 0.4rem;
|
|
|
1410
|
- color: rgba(61, 68, 77, 1);
|
|
|
1411
|
- -webkit-line-clamp: 2;
|
|
|
1412
|
-}
|
|
|
1413
|
-
|
|
|
1414
|
-.green_Box2 p {
|
|
|
1415
|
- font-size: 0.24rem;
|
|
|
1416
|
- line-height: 0.34rem;
|
|
|
1417
|
- -webkit-line-clamp: 2;
|
|
|
1418
|
- color: rgba(140, 145, 152, 1);
|
|
|
1419
|
-}
|
|
|
1420
|
-
|
|
|
1421
|
-.green_text2 {
|
|
|
1422
|
- margin: 0.32rem auto 1.02rem;
|
|
|
1423
|
- font-size: 0.28rem;
|
|
|
1424
|
- line-height: 0.4rem;
|
|
|
1425
|
- color: rgba(0, 0, 0, 1);
|
|
|
1426
|
-}
|
|
|
1427
|
-
|
|
|
1428
|
-
|
|
|
1429
|
-/* 联系我们 */
|
|
|
1430
|
-
|
|
|
1431
|
-.contact_banner {
|
|
|
1432
|
- width: 100%;
|
|
|
1433
|
-}
|
|
|
1434
|
-
|
|
|
1435
|
-.contact_Box {
|
|
|
1436
|
- margin: 0.32rem 0.32rem 0.88rem;
|
|
|
1437
|
-}
|
|
|
1438
|
-
|
|
|
1439
|
-.contact_Box ul li {
|
|
|
1440
|
- display: flex;
|
|
|
1441
|
- display: -webkit-flex;
|
|
|
1442
|
- align-items: center;
|
|
|
1443
|
- -webkit-align-items: center;
|
|
|
1444
|
- background-color: white;
|
|
|
1445
|
- padding: 0.22rem 0.32rem;
|
|
|
1446
|
- margin-bottom: 0.32rem;
|
|
|
1447
|
- box-sizing: border-box;
|
|
|
1448
|
-}
|
|
|
1449
|
-
|
|
|
1450
|
-.contact_Img {
|
|
|
1451
|
- width: 0.88rem;
|
|
|
1452
|
- height: 0.88rem;
|
|
|
1453
|
- margin-right: 0.32rem;
|
|
|
1454
|
-}
|
|
|
1455
|
-
|
|
|
1456
|
-.contact_Box2 {
|
|
|
1457
|
- flex: 0.9;
|
|
|
1458
|
-}
|
|
|
1459
|
-
|
|
|
1460
|
-.contact_Txt {
|
|
|
1461
|
- font-size: 0.24rem;
|
|
|
1462
|
- color: rgba(140, 145, 152, 1);
|
|
|
1463
|
-}
|
|
|
1464
|
-
|
|
|
1465
|
-.contact_Txt2 {
|
|
|
1466
|
- font-size: 0.28rem;
|
|
|
1467
|
- margin-top: 0.1rem;
|
|
|
1468
|
- color: rgba(61, 68, 77, 1);
|
|
|
1469
|
-}
|
|
|
1470
|
-
|
|
|
1471
|
-.contact_code {
|
|
|
1472
|
- width: 2.98rem;
|
|
|
1473
|
- height: 3rem;
|
|
|
1474
|
- margin: 0 auto;
|
|
|
1475
|
-}
|
|
|
1476
|
-
|
|
|
1477
|
-#allmap2 {
|
|
|
1478
|
- width: 6.86rem;
|
|
|
1479
|
- height: 4.98rem;
|
|
|
1480
|
- margin: 0.94rem auto 0.64rem;
|
|
|
1481
|
-}
|
|
|
1482
|
-
|
|
|
1483
|
-
|
|
|
1484
|
-/* 消息 */
|
|
|
1485
|
-
|
|
|
1486
|
-.message_List {
|
|
|
1487
|
- margin: 0 0.32rem;
|
|
|
1488
|
- display: none;
|
|
|
1489
|
-}
|
|
|
1490
|
-
|
|
|
1491
|
-.message_List ul li {
|
|
|
1492
|
- margin-top: 0.32rem;
|
|
|
1493
|
- margin-bottom: 0.32rem;
|
|
|
1494
|
- padding: 0.18rem 0rem 0.2rem;
|
|
|
1495
|
- background-color: white;
|
|
|
1496
|
-}
|
|
|
1497
|
-
|
|
|
1498
|
-.message_Box {
|
|
|
1499
|
- display: flex;
|
|
|
1500
|
- display: -webkit-flex;
|
|
|
1501
|
- justify-content: space-between;
|
|
|
1502
|
- -webkit-justify-content: space-between;
|
|
|
1503
|
- align-items: center;
|
|
|
1504
|
- -webkit-align-items: center;
|
|
|
1505
|
- padding: 0 0.24rem;
|
|
|
1506
|
- line-height: 1;
|
|
|
1507
|
-}
|
|
|
1508
|
-
|
|
|
1509
|
-.message_Box h1 {
|
|
|
1510
|
- font-size: 0.24rem;
|
|
|
1511
|
- color: rgba(61, 68, 77, 1);
|
|
|
1512
|
-}
|
|
|
1513
|
-
|
|
|
1514
|
-.message_Txt {
|
|
|
1515
|
- font-size: 0.24rem;
|
|
|
1516
|
- color: rgba(52, 114, 15, 1);
|
|
|
1517
|
-}
|
|
|
1518
|
-
|
|
|
1519
|
-.message_Txt2 {
|
|
|
1520
|
- font-size: 0.24rem;
|
|
|
1521
|
- padding: 0 0.24rem;
|
|
|
1522
|
- margin-top: 0.14rem;
|
|
|
1523
|
- padding-bottom: 0.24rem;
|
|
|
1524
|
- color: rgba(91, 94, 99, 1);
|
|
|
1525
|
- border-bottom: 1px solid #BDC4CE;
|
|
|
1526
|
-}
|
|
|
1527
|
-
|
|
|
1528
|
-.message_Txt3 {
|
|
|
1529
|
- font-size: 0.24rem;
|
|
|
1530
|
- line-height: 0.4rem;
|
|
|
1531
|
- padding: 0 0.24rem;
|
|
|
1532
|
- margin-top: 0.22rem;
|
|
|
1533
|
- -webkit-line-clamp: 3;
|
|
|
1534
|
- color: rgba(91, 94, 99, 1);
|
|
|
1535
|
-}
|
|
|
1536
|
-
|
|
|
1537
|
-.message_Txt4 {
|
|
|
1538
|
- font-size: 0.24rem;
|
|
|
1539
|
- color: rgba(189, 196, 206, 1);
|
|
|
1540
|
-} |
|
|
|
|
1
|
+.backTop {
position: fixed;
z-index: 100;
right: 0.1rem;
bottom: 3rem;
width: 0.8rem;
height: 0.8rem;}
.in_top {
margin-top: -0.16rem;
position: relative;
/* overflow: hidden; */}.world_DImg{
width: 100%;
height: 100%;}.in_topBox {
padding: 0.4rem 0.3rem 0rem 0.5rem;
box-sizing: border-box;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;}
.in_topImg {
width: 4.9rem;}
.in_topImg2 {
width: 0.52rem;
height: 0.52rem;}
.in_topNav {
position: absolute;
left: 6%;
top: 1.4rem;
width: 6.96rem;
height: 2.5rem;
background: rgba(249, 249, 249, 1);
box-shadow: 0rem 0.06rem 0.06rem rgba(0, 0, 0, 0.09);
border-radius: 0.08rem;}
.in_topNav ul {
display: flex;
flex-wrap: wrap;}.in_topNav ul li {
display: flex;
display: -webkit-flex;
padding: 0 0.2rem;
box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
font-size: 0.28rem;
width: 33.3%;
height: 0.64rem;
color: rgba(91, 94, 99, 1);}
.in_topNav ul li:nth-child(3) {
border-right: 0;}
.in_topNav ul li:nth-child(6) {
border-right: 0;}.in_topNav ul li:nth-child(9) {
border-right: 0;}.in_topNav ul li:nth-child(10) {
border-bottom: 0;}
.in_topNav ul li:nth-child(11) {
border-bottom: 0;}
.in_banner {
padding: 1.6rem 0.32rem 0.12rem;
background-color: white;}
.max_width {
margin: 0 0.32rem;}
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom: -0.1rem;}
.in_banner .swiper-slide {
position: relative;}
.in_bannerTxt {
position: absolute;
bottom: 0;
width: 100%;
height: 1.2rem;
font-size: 0.24rem;
line-height: 0.34rem;
padding: 0.2rem 0.32rem;
box-sizing: border-box;
color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0.32)}
.in_bannerTxt p {
-webkit-line-clamp: 2;}
.in_advertising {
padding: 0.2rem 0.32rem;
box-sizing: border-box;}
.in_enterThe {
height: 1.08rem;
padding: 0 0.32rem;
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
-webkit-align-items: center;
background-color: white;}
.in_enterTheTxt {
width: 0.88rem;
height: 100%;
line-height: 0.44rem;
padding: 0.08rem 0.18rem;
box-sizing: border-box;
font-size: 0.24rem;
background-color: #4CA01A;
color: rgba(249, 249, 249, 1);}
.in_enterTheBox a {
width: 1.04rem;
font-size: 0.24rem;
margin-left: 0.4rem;
display: block;
color: rgba(48, 113, 185, 1);}
.in_enterTheBox {
display: flex;
display: -webkit-flex;
flex: 1;
-webkit-flex: 1;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;
height: 1.08rem;}
.in_newsBox2 {
width: 2rem;
height: 0.56rem;
display: flex;
line-height: 1;
display: -webkit-flex;
align-items: center;
justify-content: center;
-webkit-justify-content: center;
-webkit-align-items: center;
background: rgba(76, 160, 26, 1);}
.in_news {
padding: 0.16rem 0.32rem 0.38rem;
margin-top: 0.16rem;
box-sizing: border-box;
background-color: white;}
.in_newsTxt {
font-size: 0.28rem;
color: rgba(255, 255, 255, 1);}
.in_newsImg {
width: 0.2rem;
margin-left: 0.08rem;}
.in_newsR {
display: flex;
align-items: center;
display: -webkit-flex;
-webkit-align-items: center;}
.in_newsR a {
width: 1rem;
text-align: center;
line-height: 1;
font-size: 0.22rem;
display: flex;
color: rgba(140, 145, 152, 1);
text-decoration: underline;
}.in_newsR a:last-child::after{
content: "";
display: none;}.in_newsR a::after{
content: "";
display: inline-block;
width: 0.02rem;
height: 0.26rem;
margin: 0 0.14rem;
vertical-align: middle;
background-color: #8C9198;}.in_newsR a span{
width: 100%;
display: block;
overflow: hidden;
white-space: nowrap;}/*.in_newsR a span::after {*//* content: "";*//* display: inline-block;*//* width: 0.02rem;*//* height: 0.26rem;*//* margin: 0 0.14rem;*//* vertical-align: middle;*//* background-color: #8C9198;*//*}*/
.in_newsR a:last-child span::after {
display: none;}
.in_newsTop {
overflow: hidden;
padding-bottom: 0.16rem;
border-bottom: 0.04rem solid rgba(76, 160, 26, 1);
display: flex;
display: -webkit-flex;
align-items: flex-end;
-webkit-align-items: flex-end;
-webkit-justify-content: space-between;
justify-content: space-between;}
.in_newsList {
margin-top: 0.16rem;}
.in_newsList ul li {
font-size: 0.28rem;
line-height: 0.48rem;}
.in_newsList ul li a {
color: rgba(91, 94, 99, 1);}
.in_world,.in_net,.in_experts,.in_tender,.in_talent,.in_link {
padding: 0.16rem 0.32rem;
margin-top: 0.16rem;
box-sizing: border-box;
background-color: white;}.in_link{
padding-bottom: 0rem !important;}.in_worldList {
margin-top: 0.16rem;}
.in_worldList ul {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
width: calc(100% + 0.3rem);}
.in_worldList ul li {
width: 2.18rem;
margin-right: 0.16rem;}
.in_worldImg {
width: 100%;
height: 2.18rem;}
.in_worldTxt {
font-size: 0.24rem;
line-height: 0.4rem;
-webkit-line-clamp: 4;
margin-top: 0.1rem;
color: rgba(91, 94, 99, 1);}
.in_netList ul li {
display: flex;
margin-top: 0.16rem;
display: -webkit-flex;
-webkit-justify-content: space-between;
justify-content: space-between;}
.in_netBox {
width: 5rem;}
.in_netTit {
font-size: 0.28rem;
color: rgba(91, 94, 99, 1);}
.in_netTxt {
-webkit-line-clamp: 3;
font-size: 0.24rem;
margin-top: 0.1rem;
line-height: 0.34rem;
color: rgba(140, 145, 152, 1);}
.in_netImg {
width: 1.66rem;
height: 1.66rem;}
.in_netBanner {
position: relative;
width: 100%;
height: 3.92rem;
margin-top: 0.3rem;}
.in_netBaBot {
position: absolute;
bottom: 0;
width: 100%;
height: 1.34rem;
padding: 0.12rem 0.32rem;
box-sizing: border-box;
background: rgba(128, 128, 128, 0.39);}
.in_netBaBot p {
font-size: 0.24rem;
-webkit-line-clamp: 3;
line-height: 0.36rem;
color: rgba(255, 255, 255, 1);}
.in_expertsImg {
width: 2.18rem;
height: 2.7rem;}
.in_expertsTxt1 {
font-size: 0.24rem;
line-height: 0.34rem;
margin-top: 0.08rem;
-webkit-line-clamp: 3;
color: rgba(91, 94, 99, 1);}
.in_expertsList2 {
margin-top: 0.3rem;}
.in_expertsList2 ul li {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
line-height: 0.48rem;}
.in_expertsTxt2 {
font-size: 0.28rem;
flex: 0.9;
-webkit-flex: 0.9;
color: rgba(91, 94, 99, 1);}
.in_expertsTxt3 {
font-size: 0.24rem;
color: rgba(76, 160, 26, 1);}
.in_tenderTxt1 {
-webkit-line-clamp: 2;
font-size: 0.28rem;
line-height: 0.4rem;
color: rgba(91, 94, 99, 1);}
.in_tenderTxt2 {
margin-top: 0.14rem;
-webkit-line-clamp: 2;
font-size: 0.24rem;
line-height: 0.34rem;
color: rgba(140, 145, 152, 1);}
.in_linkImg {
width: 2.18rem;
height: 1.12rem;
margin-right: 0.16rem;
margin-top: 0.16rem;}
.in_linkBox {
width: calc(100% + 0.24rem);
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;}
.in_link {
padding-bottom: 1.2rem;}
.footer {
width: 7.5rem;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);}
.footer_Box {
padding: 0.44rem 0rem;
box-sizing: border-box;
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;}
.footer_Box a span {
display: block;
font-size: 0.24rem;
color: rgba(91, 94, 99, 1);}
.footer_Box a {
display: block;
line-height: 1;}
.footer_Box a span::after {
content: "";
display: inline-block;
width: 0.02rem;
height: 0.24rem;
margin: 0 0.14rem;
vertical-align: middle;
background-color: #8C9198;}
.footer_Box a:last-child span::after {
display: none;}
.footer_Box2 {
padding: 0.22rem 0rem;
box-sizing: border-box;
background: rgba(232, 241, 214, 1);}
.footer_Box2 p {
font-size: 0.24rem;
text-align: center;
margin-bottom: 0.1rem;
color: rgba(110, 110, 110, 1);}
.footer_Box2 p:last-child {
margin-bottom: 0;}
.footer_Box2 p span {
color: #555555;}
.footer_Box3 {
width: 100%;
height: 0.24rem;
background: rgba(52, 114, 15, 1);}
/* 登陆页面 */
.login_bg {
height:86vh;
box-sizing: border-box;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../image/bg_img.png);
padding: 0.8rem 0.68rem 1.4rem;}
.login_logo {
width: 4.88rem;
margin: 0 auto;}
.login_con {
margin-top: 1rem;
box-sizing: border-box;
padding: 0.54rem 0.4rem 0.46rem;
background: rgba(0, 0, 0, 0.18);}
.login_conTit {
text-align: center;
font-size: 0.36rem;
color: rgba(249, 249, 249, 1);}
.login_Box {
margin-top: 0.42rem;}
.login_Li {
display: flex;
align-items: center;
display: -webkit-flex;
-webkit-align-items: center;
background-color: white;
height: 0.8rem;
padding: 0 0.24rem;
margin-bottom: 0.32rem;
box-sizing: border-box;}
.login_LiImg {
width: 0.36rem;}
.login_Li input {
outline: none;
height: 100%;
font-size: 0.24rem;
margin-left: 0.24rem;
background-color: white;}
.login_Li:last-child {
margin-bottom: 0;}
.login_btn {
width: 5.36rem;
height: 0.6rem;
border: 0;
display: block;
margin-top: 0.64rem;
font-size: 0.28rem;
color: rgba(249, 249, 249, 1);
background: rgba(236, 148, 55, 1);
border-radius: 0.08rem;}
.login_span {
font-size: 0.24rem;
margin-top: 0.2rem;
line-height: 0.28rem;
display: flex;
justify-content: flex-end;
color: rgba(249, 249, 249, 1);}
.login_span span:last-child {
margin-right: 0;}
.login_span span {
margin: 0 0.16rem;}
.login_span a {
color: rgba(249, 249, 249, 1);}
.login_or {
font-size: 0.24rem;
color: #BDC4CE;
text-align: center;
margin-top: 0.46rem;}
.login_or::before {
content: "";
width: 2.36rem;
color: #BDC4CE;
height: 1px;
margin-right: 0.1rem;
vertical-align: middle;
background-color: #BDC4CE;
display: inline-block;}
.login_or::after {
content: "";
width: 2.36rem;
color: #BDC4CE;
height: 1px;
margin-left: 0.1rem;
vertical-align: middle;
background-color: #BDC4CE;
display: inline-block;}
.login_there {
margin-top: 0.1rem;}
.login_thereTxt {
font-size: 0.24rem;
text-align: center;
color: rgba(249, 249, 249, 1);}
.login_thereBox {
display: flex;
padding: 0 1.74rem;
margin-top: 0.26rem;
justify-content: space-between;
box-sizing: border-box;}
.login_thereImg {
width: 0.64rem;}
.reg_code {
color: #EC9437;
font-size: 0.24rem;
margin-left: auto;}
.reg_agreed {
display: flex;
display: -webkit-flex;
align-items: center;
margin-top: 0.28rem;}
.reg_agreedImg {
width: 0.26rem;
height: 0.26rem;
box-sizing: border-box;
border: 1px solid #8C9198;
background-color: white;}
.reg_agreedTxt {
color: white;
font-size: 0.24rem;
margin-left: 0.1rem;}
.reg_Txt {
margin-top: 0.32rem;
font-size: 0.24rem;
color: rgba(249, 249, 249, 1);
text-decoration: underline;}
/* 关于我们 */
.about_Box {
margin: 0.52rem 0.32rem 0rem;}
.about_title {
text-align: center;
font-size: 0.32rem;
color: rgba(0, 0, 0, 1);}
.about_Text {
margin-top: 0.52rem;
font-size: 0.26rem;}
.about_Box2 {
margin: 0.92rem 0.32rem 0.48rem;}
#allmap {
width: 100%;
height: 4.98rem;
margin: 0.52rem auto 0rem;}
#allmap img {
width: 0.76rem;}
.about_Box3 {
margin-top: 0.52rem;}
.about_li {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
margin-bottom: 0.32rem;}
.about_Img {
width: 0.44rem;
height: 0.44rem;}
.about_Txt {
font-size: 0.24rem;
margin-left: 0.28rem;
color: rgba(91, 94, 99, 1);}
/* 列表 */
.list_nav {
width: 100%;
overflow-x: auto;
position: relative;
/*display: flex;*/
/*display: -webkit-flex;*/
align-items: center;
-webkit-align-items: center;
height: 0.6rem;
display: flex;
padding:0rem 0.32rem;
box-sizing: border-box;
border-bottom: 1px solid #BDC4CE;}
.list_navLi {
line-height: 0;
margin-right: 0.3rem;
display: inline-block;
margin-top: -0.1rem;}.list_navLi a{
display: inline-block;
line-height: 1;}.list_navTxt {
width: 100%;
position: relative;
text-align: center;
font-size: 0.28rem;
color: rgba(91, 94, 99, 1);}
.list_active {
font-size: 0.28rem;
color: rgba(52, 114, 15, 1) !important;}
.list_navTxt2 {
width: 1.32rem;
height: 0.48rem;
font-size: 0.24rem;
margin-right: 0.42rem;
margin-bottom: 0.2rem;
display: flex;
justify-content: center;
align-items: center;
display: -webkit-flex;
-webkit-justify-content: center;
-webkit-align-items: center;
color: rgba(91, 94, 99, 1);
border: 1px solid rgba(112, 112, 112, 1);}
.list_active::after {
position: absolute;
content: "";
display: block;
bottom: -0.12rem;
width: 100%;
height: 0.04rem;
background-color: #4CA01A;}
.list_navdown {
position: absolute;
top: 0.62rem;
width: 100%;
display: none;
overflow: hidden;
padding: 0.3rem 0rem 0.1rem 0.3rem;
box-sizing: border-box;
background-color: white;}
.list_navdownBox {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;}
.list_item {
margin: 0 0.32rem;}
.list_item ul li {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
align-items: center;
-webkit-align-items: center;
margin-top: 0.34rem;
border-bottom: 1px solid #BDC4CE;
padding-bottom: 0.32rem;}.list_item ul li:last-child{
border-bottom: 1px;}.list_Img {
width: 2.04rem;
height: 1.14rem;}
.list_Box {
flex: 0.96;}
.list_Txt {
font-size: 0.28rem;
line-height: 0.32rem;
-webkit-line-clamp: 2;
color: rgba(61, 68, 77, 1);}
.list_Box2 {
display: flex;
display: -webkit-flex;
margin-top: 0.1rem;}
.list_Txt2 {
width: 3.6rem;
font-size: 0.24rem;
color: rgba(91, 94, 99, 1);}
.list_Txt3 {
font-size: 0.24rem;
margin-left: auto;
color: rgba(52, 114, 15, 1);}
.list_navActive {
color: white;
border: 1px solid rgba(52, 114, 15, 1);
background: rgba(52, 114, 15, 1) !important;}
.list_nav:hover .list_navdown {
display: block;}
/* 详情 */
.list_DBox {
margin: 0.52rem 0.32rem 0.74rem;}
.list_DTit {
font-size: 0.32rem;
color: rgba(0, 0, 0, 1);}
.list_DTime {
font-size: 0.24rem;
margin-top: 0.1rem;
color: rgba(91, 94, 99, 1);}
.list_Dtext {
margin-top: 0.6rem;
font-size: 0.26rem;}
.list_downLoadBox {
display: flex;
align-items: center;
justify-content: center;
width: 1.72rem;
height: 0.5rem;
line-height: 1;
margin-top: 0.6rem;
margin-left: auto;
background-color: rgba(52, 114, 15, 1);}
.list_downLoadImg {
width: 0.24rem;
height: 0.24rem}
.list_downLoadTxt {
font-size: 0.24rem;
margin-left: 0.06rem;
color: rgba(249, 249, 249, 1);}
.list_DImg {
margin-top: 0.32rem;}
.world_Dbox {
position: relative;
margin-top: 0.44rem;
margin-bottom: 0.96rem;
height: 1.14rem;
display: flex;
display: -webkit-flex;
-webkit-align-items: center;
align-items: center;
border: 1px solid #BDC4CE;}
/* 招标招商 */
.tender_hair {
position: fixed;
right: 0;
top: 3.66rem;
z-index: 100;
width: 1.72rem;
height: 0.5rem;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
background: rgba(52, 114, 15, 0.77);
box-shadow: 0px 6px 12px rgba(52, 114, 15, 0.21);}
.tender_hairImg {
width: 0.24rem;}
.tender_hairTxt {
font-size: 0.24rem;
margin-left: 0.06rem;
color: rgba(249, 249, 249, 1);}
.tender_rTxt {
font-size: 24px;
text-align: center;
color: rgba(61, 68, 77, 1);}
.tender_hairBox {
margin-top: 0.72rem;}
.tender_rBox {
margin: 0.85rem 0.6rem 0rem 0.32rem;}
.release_Li {
display: flex;
display: -webkit-flex;
margin-bottom: 0.32rem;}
.release_Li span {
font-size: 0.24rem;
margin-right: 0.12rem;
color: rgba(209, 35, 36, 1);}
.release_Li label {
font-size: 0.28rem;
margin-top: 0.1rem;
display: block;
margin-right: 0.46rem;
color: rgba(6, 18, 30, 1);}
.release_op {
width: 4.62rem;
height: 0.6rem;
outline: none;
float: right;
padding: 0 0.28rem;
border-radius: 0.04rem;
box-sizing: border-box;
color: #BDC4CE;
/*去掉默认的下拉三角*/
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/*添加下拉三角图标*/
background: url("../image/xiala_img.png") no-repeat right 10px center transparent;
border: 1px solid rgba(189, 196, 206, 1);}
.release_op option {
color: black;}
.release_input,.release_textarea {
width: 4.62rem;
height: 0.6rem;
float: right;
padding: 0 0.28rem;
box-sizing: border-box;
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(189, 196, 206, 1);
border-radius: 4px;}
.release_input::placeholder {
color: #BDC4CE;}
.release_textarea {
height: 2.88rem;
resize: none;
box-sizing: border-box;
padding: 0.14rem 0.28rem;}
.release_textarea::placeholder {
color: #BDC4CE;}
.release_file {
position: relative;
float: left;
width: 1.8rem;
height: 1.8rem;
background: rgba(255, 255, 255, 1);
border: 1px dashed rgba(189, 196, 206, 1);
border-radius: 0.04rem;}
.release_file input {
position: absolute;
top: 0;
left: 0;
z-index: 10;
opacity: 0;
width: 100%;
height: 100%;}
.release_btn {
width: 1.92rem;
height: 0.6rem;
color: white;
border-radius: 0.08rem;
display: flex;
font-size: 0.28rem;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
margin: 0.98rem auto 1.18rem;
background: #EC9437;}
.release_fileImg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}
/* 专家在线 */
.experts_List {
margin: 0 0.32rem;}
.experts_List ul li {
display: flex;
display: -webkit-flex;
-webkit-align-items: center;
align-items: center;
margin-top: 0.32rem;
padding-bottom: 0.32rem;
border-bottom: 1px solid #BDC4CE;}.experts_List ul li:last-child{
border-bottom: 0;}.experts_Img {
width: 1rem;
height: 1rem;}
.experts_Img img {
border-radius: 50%;}
.experts_Box {
flex: 0.74;
line-height: 1;
margin-left: 0.24rem;}
.experts_Box h2 {
font-size: 0.28rem;
color: rgba(1, 1, 1, 1);}
.experts_Box p {
font-size: 0.24rem;
margin-top: 0.16rem;
line-height: 0.28rem;
-webkit-line-clamp: 2;
color: rgba(140, 145, 152, 1);}
.experts_Box2 {
line-height: 1;
width: 1.48rem;
height: 0.44rem;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
background: rgba(76, 160, 26, 1);}
.experts_Img2 {
width: 0.24rem;
margin-right: 0.06rem;}
.experts_Box2 p {
font-size: 0.22rem;
color: rgba(249, 249, 249, 1);}
.experts_dBox {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;}
.exports_Mask {
position: fixed;
width: 100%;
height: 100%;
z-index: 100;
display: none;
background-color: rgba(0, 0, 0, 0.6)}
.exports_Con {
position: absolute;
top: 50%;
left: 50%;
width: 6.86rem;
display: block;
transform: translate(-50%, -50%);
padding: 0.56rem 0.58rem 0.74rem 0.22rem;
box-sizing: border-box;
background-color: white;}
.exports_ConTxt {
text-align: center;
font-size: 0.36rem;
margin-bottom: 0.48rem;
color: rgba(61, 68, 77, 1);}
.export_ConLi {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;}
.exports_ConTxt2 {
font-size: 0.4rem;
color: rgba(209, 35, 36, 1);}
.export_ConLi textarea {
width: 5.7rem;
height: 2.88rem;
resize: none;
outline: none;
font-size: 0.24rem;
padding: 0.14rem 0.2rem;
box-sizing: border-box;
background: rgba(255, 255, 255, 1);
border: 0.02rem solid rgba(189, 196, 206, 1);
border-radius: 0.08rem;}
.export_ConLi2,.export_ConLi3 {
display: flex;
display: -webkit-flex;}
.export_ConLi2 input,.export_ConLi3 input {
height: 0.46rem;
padding: 0 0.2rem;
margin-left: 0.18rem;
font-size: 0.24rem;
outline: none;
box-sizing: border-box;
background: rgba(255, 255, 255, 1);
border: 0.02rem solid rgba(189, 196, 206, 1);
border-radius: 0.08rem;}
.export_ConLi2 input {
width: 1.94rem;}
.export_ConLi3 input {
width: 3.08rem;}
.experts_List ul li {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;}
.experts_Txt {
width: 1.8rem;
font-size: 0.28rem;
color: rgba(61, 68, 77, 1);}
.experts_Box3 {
flex: 0.9;}
.experts_Txt2 {
-webkit-line-clamp: 2;
font-size: 0.24rem;
line-height: 0.32rem;
color: rgba(61, 68, 77, 1);}
.experts_Box4 {
margin-top: 0.16rem;
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;}
.experts_Txt3 {
font-size: 0.24rem;
color: rgba(91, 94, 99, 1);}
.experts_Txt4 {
font-size: 0.24rem;
color: rgba(52, 114, 15, 1);}
/* 人才服务 */
.talentBox {
position: fixed;
right: 0;
top: 3.66rem;
z-index: 100;}
.talent_hair {
width: 1.72rem;
height: 0.5rem;
margin-bottom: 0.32rem;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
background: rgba(52, 114, 15, 0.77);
box-shadow: 0px 6px 12px rgba(52, 114, 15, 0.21);}
/* 绿色价值排行榜 */
.green_Banner {
width: 100%;}
.green_txt {
margin: 0.32rem 0.32rem 0.48rem;
font-size: 0.28rem;
color: rgba(0, 0, 0, 1);}
.green_more {
margin: 0 0.32rem;}
.green_Txt2 {
width: 1.08rem;
height: 0.32rem;
font-size: 0.24rem;
display: block;
color: white;
display: flex;
align-items: center;
justify-content: center;
display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: center;
background: rgba(76, 160, 26, 1) !important;}
.green_list ul li {
width: 2.16rem;
margin-right: 0.18rem;}
.green_list {
margin-top: 0.14rem;
padding-bottom: 0.32rem;
border-bottom: 1px solid #BDC4CE;}
.green_list ul {
width: calc(100% + 0.14rem);
display: flex;}
.green_Img {
width: 100%;
height: 1.96rem;}
.green_Box {
width: 100%;
height: 1.12rem;
padding: 0.1rem;
box-sizing: border-box;
background-color: #F2F2F2;}
.green_Box p {
font-size: 0.24rem;
line-height: 0.28rem;
-webkit-line-clamp: 3;
color: rgba(1, 1, 1, 1);}
.green_list2 ul li {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
margin-top: 0.32rem;
padding-bottom: 0.32rem;
border-bottom: 1px solid #BDC4CE;}
.green_Img2 {
width: 1.66rem;
height: 1.66rem;}
.green_Box2 {
flex: 0.94;}
.green_Box2 {
display: flex;
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
justify-content: space-between;
-webkit-justify-content: space-between;}
.green_Box2 h1 {
font-size: 0.28rem;
line-height: 0.4rem;
color: rgba(61, 68, 77, 1);
-webkit-line-clamp: 2;}
.green_Box2 p {
font-size: 0.24rem;
line-height: 0.34rem;
-webkit-line-clamp: 2;
color: rgba(140, 145, 152, 1);}
.green_text2 {
margin: 0.32rem auto 1.02rem;
font-size: 0.28rem;
line-height: 0.4rem;
color: rgba(0, 0, 0, 1);}
/* 联系我们 */
.contact_banner {
width: 100%;}
.contact_Box {
margin: 0.32rem 0.32rem 0.88rem;}
.contact_Box ul li {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
background-color: white;
padding: 0.22rem 0.32rem;
margin-bottom: 0.32rem;
box-sizing: border-box;}
.contact_Img {
width: 0.88rem;
height: 0.88rem;
margin-right: 0.32rem;}
.contact_Box2 {
flex: 0.9;}
.contact_Txt {
font-size: 0.24rem;
color: rgba(140, 145, 152, 1);}
.contact_Txt2 {
font-size: 0.28rem;
margin-top: 0.1rem;
color: rgba(61, 68, 77, 1);}
.contact_code {
width: 2.98rem;
height: 3rem;
margin: 0 auto;}
#allmap2 {
width: 6.86rem;
height: 4.98rem;
margin: 0.94rem auto 0.64rem;}
/* 消息 */
.message_List {
margin: 0 0.32rem;
display: none;}
.message_List ul li {
margin-top: 0.32rem;
margin-bottom: 0.32rem;
padding: 0.18rem 0rem 0.2rem;
background-color: white;}
.message_Box {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
align-items: center;
-webkit-align-items: center;
padding: 0 0.24rem;
line-height: 1;}
.message_Box h1 {
font-size: 0.24rem;
color: rgba(61, 68, 77, 1);}
.message_Txt {
font-size: 0.24rem;
color: rgba(52, 114, 15, 1);}
.message_Txt2 {
font-size: 0.24rem;
padding: 0 0.24rem;
margin-top: 0.14rem;
padding-bottom: 0.24rem;
color: rgba(91, 94, 99, 1);
border-bottom: 1px solid #BDC4CE;}
.message_Txt3 {
font-size: 0.24rem;
line-height: 0.4rem;
padding: 0 0.24rem;
margin-top: 0.22rem;
-webkit-line-clamp: 3;
color: rgba(91, 94, 99, 1);}
.message_Txt4 {
font-size: 0.24rem;
color: rgba(189, 196, 206, 1);} |