global.css
13.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
font-size: 100%;
background: transparent;
font-family: Arial;
}
.clearfix {
overflow: auto;
}
/*================首页 start=====================*/
div a {
color: #000000;
text-decoration: none;
}
div.subject h2 a:hover {
color: #f46143;
}
div.subject {
margin: 0 auto;
float: none;
clear: both;
position: relative;
min-width: 1200px;
}
/*新闻 */
div.top-logo {
width: 1200px;
height: 70px;
padding-top: 20px;
}
div.top-logo ::-webkit-input-placeholder { /* WebKit browsers */
font-size: 13px;
}
div.top-logo ::-moz-placeholder { /* Mozilla Firefox 19+ */
font-size: 13px;
}
div.top-logo :-ms-input-placeholder { /* Internet Explorer 10+ */
font-size: 13px;
}
.top_logo_content {
height: 40px;
width: 100%;
margin: 0 auto;
}
div.top-logo .top_logo_search {
float: left;
width: 350px;
position: relative;
margin-left: 400px;
}
div.top-logo .top_logo_search input {
border-radius: 50px;
}
div.top-logo .login {
float: right;
margin-top: 8px;
}
div.top-logo .top_logo_search i {
position: absolute;
right: 10px;
top: 11px;
cursor: pointer;
}
/*end*/
.top-logo h1 {
display: inline-block;
float: left;
}
/*------------------首页 end------------*/
.top-logo ul li {
display: inline-block;
padding: 0 8px;
}
.top-logo ul li:first-child {
border-right: 1px solid grey;
}
div.navigation {
text-align: center;
}
.navigation .layui-nav-item {
width: 130px;
position: relative;
margin: 0 22px;
}
.layui-bg-blue {
background-color: #006CFF!important;
}
.layui-nav-item:not(:first-child)::before {
content: '';
position: absolute;
height: 22px;
border-left: 1px solid #ccc;
top: 21px;
left: -22px;
}
div.nav ul li {
float: left;
margin: 21px auto;
width: 149px;
border-left: 1px solid #3389ff;
cursor: pointer;
}
div.nav ul li:first-child {
border-left: none;
}
div.nav ul li a {
color: #ffffff;
width: 90%;
display: inline-block;
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
}
div.banner, div.c_one, div.c_two, div.c_three, div.c_four, div.c_five, div.footer {
width: 100%;
text-align: center;
}
div.banner {
height: 500px;
background-color: #7ed74e;
position: relative;
}
.banner .swiper_img {
width: 100%;
height: 100%;
}
.banner .banner_title {
position: absolute;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
div.banner .banner_title {
list-style: none;
width: 1200px;
display: inline-block;
margin-top: 350px;
}
div.banner .banner_title li {
width: 250px;
height: 100px;
background-color: #ffffff;
float: left;
margin: auto 25px;
border-radius: 18px;
line-height: 650%;
}
div.banner ul li a {
font-size: 32px;
background: #ffffff url('../image/b_s_1.jpg') no-repeat left center;
padding-left: 42px;
letter-spacing: 2px;
color: #000000;
cursor: pointer;
}
/* ---------------法律法规 start----------------------- */
.laws_regulations {
width: 1200px;
margin: 0 auto;
padding: 50px 0;
overflow: hidden;
}
.laws_regulations .regulations, .policy {
border-radius: 2px;
width: 48%;
height: 370px;
border: 1px solid #DEDEDE;
}
.laws_regulations .policy{
float: right;
padding-right: 5px;
}
.laws_regulations .regulations{
float: left;
}
.laws_regulations .title h2 a{
display: block;
padding: 20px;
box-sizing: border-box;
height: 60px;
box-sizing: border-box;
border-bottom: 1px solid #E6E6E6;
width: 100%;
}
.laws_regulations .title h2 a p{
font-weight: 600;
color: #4A4A4A;
float: left;
height: 36px;
border-bottom: 2px solid #006CFF;
}
.laws_regulations .title h2 a p span {
position: relative;
}
.laws_regulations .title h2 i{
font-style: normal;
float: right;
font-size: 14px;
color: #9B9B9B;
}
.laws_regulations .title h2 i:hover {
color: #f46143;
}
.laws_regulations .laws_list {
padding: 0 21px;
}
.laws_regulations .laws_list li{
height: 50px;
line-height: 50px;
padding-left: 3px;
}
.laws_regulations .laws_list li a{
display: block;
white-space:nowrap; /*文本不换行*/
text-overflow:ellipsis;/*设置超出部分显示...*/
-o-text-overflow:ellipsis;
overflow: hidden;
width: 380px;
}
.laws_regulations .laws_list li a:hover {
color: #f46143;;
}
.laws_regulations .laws_list li:not(:last-child) {
border-bottom: 1px dotted #DEDEDE;
}
/* ---------------end----------------------- */
/* ---------------好差评start---------------------------- */
.Good_bad_reviews {
width: 100%;
height: 180px;
}
.Good_bad_reviews img {
width: 100%;
height: 100%;
}
/* ------------------end----------- */
/* -------------常见问题start--------------------- */
.common_question {
padding: 40px;
background-color: #F6F9FB;
}
.common_question .subject_con {
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.common_question .subject, .interact{
border-radius: 2px;
width: 48%;
border: 1px solid #DEDEDE;
background-color: #ffffff;
}
.common_question .list_content , .list_content_right{
padding: 10px 20px 20px 20px;
box-sizing: border-box;
}
.common_question .list_content dd {
height: 50px;
line-height: 50px;
}
.common_question .list_content dd a{
display: inline-block;
width: 40%;
height: 50px;
line-height: 50px;
border-bottom: 1px dotted #DEDEDE;
}
.common_question .list_content dd a:hover {
color: #f46143;
}
.common_question .list_content dd a:first-child {
float: left;
}
.common_question .list_content dd a:last-child {
float: right;
}
.common_question .list_content dd:last-child a{
border: none;
}
.common_question .subject {
float: left;
}
.common_question .interact {
float: right;
}
.common_question .title h2 a{
display: block;
padding: 20px;
box-sizing: border-box;
height: 60px;
box-sizing: border-box;
border-bottom: 1px solid #E6E6E6;
width: 100%;
}
.common_question .title h2 a p{
font-weight: 600;
color: #4A4A4A;
float: left;
height: 36px;
border-bottom: 2px solid #006CFF;
}
.common_question .title h2 a p span {
position: relative;
}
.common_question .title h2 i{
font-style: normal;
float: right;
font-size: 14px;
color: #9B9B9B;
}
.common_question .title h2 i:hover {
color: #f46143;
}
.common_question .list_content_right {
text-align: center;
padding-bottom: 8px;
box-sizing: border-box;
overflow: hidden;
}
.common_question .list_content_right dd{
width: 49%;
float: left;
height: 130px;
text-align: center;
}
.common_question .list_content_right dd {
border-right: 1px dotted #DEDEDE;
border-bottom: 1px dotted #DEDEDE;
}
.common_question .list_content_right dd:nth-of-type(n+3) {
border-bottom: none;
}
.common_question .list_content_right dd:nth-child(even){
border-right: none;
}
.common_question .list_content_right dd a {
display: block;
position: relative;
top:50%;
height: 70px;
transform:translateY(-50%);
}
.common_question .list_content_right dd a img{
width: 70px;
height: 70px;
display: inline-block;
}
.common_question .list_content_right dd a p{
display: inline-block;
position: relative;
left: 0;
top: -25px;
}
/* -----------------end---------------------------- */
div.c_one {
}
div.c_one div:first-child {
width: 1200px;
height: 430px;
text-align: left;
}
div.c_one div:first-child .news, div.c_one div:first-child .notice {
margin-top: 40px;
height: 340px;
border: #f3f3f3 2px solid;
padding: 0 15px 0 15px;
}
div.c_one div:first-child .news {
width: 61%;
float: left;
}
div.c_one div:first-child .notice {
width: 30%;
float: right;
}
div.c_one div:first-child .notice button{
float: right;
margin-top: 5px;
}
/*<h2><a href=""><span>新闻动态</span><i>查看全部</i></a></h2>*/
div.c_one h2 {
float: left;
width: 100%;
padding: 20px 0;
border-bottom: 2px solid #efefef;
}
div.c_one h2 a {
float: left;
width: 100%;
}
div.c_one h2 span {
float: left;
background: #ffffff url("../image/n_t_s.jpg") no-repeat left center;
padding-left: 45px;
font-size: 18px;
color: #000000;
letter-spacing: 2px;
}
div.c_one h2 i {
float: right;
font-size: 12px;
font-style: normal;
color: #9d9d9d;
margin-top: 10px;
}
div.c_one h2 a:hover i {
color: #f46143;
}
div.c_one .news .news-img {
margin-top: 20px;
float: left;
}
div.c_one ul {
width: 100%;
float: left;
margin-top: 20px;
list-style: none;
font-size: 14px;
letter-spacing: 1px;
}
/*<li><a href=""><i>最新</i>创新技术体系 引领事业发展<span>2020-06-19</span></a></li>*/
div.c_one ul li {
border-bottom: 2px dashed #f3f3f3;
line-height: 260%;
}
div.c_one ul li a {
width: 100%;
display: block;
color: #000000;
}
div.c_one ul li a span {
float: right;
color: #9b9b9b;
}
div.c_one ul li a:hover span {
color: #f46143;
}
div.c_one ul li a i {
float: left;
color: #f46143;
font-style: normal;
border: 1px solid #f46143;
line-height: 120%;
margin: 9px 2px auto auto;
font-size: 10px;
}
div.c_one .news ul {
float: right;
width: 50%;
}
div.c_two {
background-color: #fafafa;
}
div.c_two div:first-child {
width: 1200px;
height: 400px;
}
div.c_two h2 {
float: left;
margin-top: 40px;
background-color: #fafafa;
width: 100%;
font-size: 24px;
letter-spacing: 2px;
}
div.c_two ul {
float: left;
margin-top: 28px;
list-style: none;
}
div.c_two ul li {
float: left;
width: 16.5%;
overflow: hidden;
margin-left: 2.88%;
padding: 40px 36px;
border: 1px solid #E6E6E6;
background: #ffffff;
}
div.c_two ul li:first-child {
margin-left: 0;
}
div.c_two ul li h6 {
margin-top: 25px;
font-size: 16px;
letter-spacing: 2px;
}
div.c_two ul li p {
margin-top: 20px;
font-size: 14px;
}
div.c_three {
width: 100%;
background: #F6F9FB;
}
div.c_three div:first-child {
width: 1200px;
height: 360px;
}
div.c_three .c_t_banner{
float: left;
display: block;
margin-top: 38px;
width: 100%;
text-align: center;
}
div.c_three div dl{
text-align: left;
float: left;
margin-top: 30px;
width: 45%;
border: 2px solid #e3e3e3;
padding: 20px;
}div.c_three div dl.interact{
float: right;
}
div.c_three div dl dt{
width: 100%;
}div.c_three div dl dd{
float: left;
width: 50%;
}
div.c_four div:first-child {
width: 1200px;
height: 240px;
background-color: #7ed74e;
}
/* -----------------友情链接-------------------------- */
div.c_five h2 {
text-align: center;
font-size: 24px;
margin-bottom: 30px;
}
div.c_five div:first-child {
width: 1200px;
padding: 40px 0 20px 0;
}
div.c_five ul {
width: 100%;
height: auto;
overflow: hidden;
}
div.c_five ul li{
float: left;
width: 25%;
padding-right: 20px;
box-sizing: border-box;
margin-bottom: 20px;
}
div.c_five ul li:nth-child(4n+4) {
padding-right: 0;
}
div.c_five ul li a {
display: block;
height: 60px;
border-radius: 1px;
border: 1px solid #DEDEDE;
box-sizing: border-box;
width: 100%;
box-sizing: border-box;
}
div.c_five ul li a img {
height: 100%;
}
/* -----------------底部start----------------------------- */
div.footer {
background-color: #233042;
}
div.footer .system_service {
width: 100%;
border-bottom: 1px solid #4A4A4A;
}
div.footer .system_service ul {
padding: 40px 0;
width: 1400px;
margin: 0 auto;
font-size: 0;
}
div.footer .system_service ul li {
width: 20%;
display: inline-block;
text-align: center;
height: 18px;
box-sizing: border-box;
}
div.footer .system_service ul li:not(:last-child) {
border-right: 1px solid #6D7278;
}
div.footer .system_service ul li a{
font-size: 16px;
font-weight: 400;
color: #DEDEDE;
}
div.footer .system_service ul li a:hover {
color: #f46143;
}
.footer .subject {
width: 1200px;
margin: 0 auto;
padding: 40px 0;
overflow: hidden;
}
.footer .subject .footer_logo {
float: left;
}
.footer .subject .footer_logo a{
display: block;
width: 64px;
height: 74px;
padding: 10px;
}
.footer .subject .footer_logo a img {
width: 100%;
height: 100%;
}
.footer .subject ul, ol {
float: left;
color: #CBCBCB;
text-align: left;
}
.footer .subject ul {
width: 73%;
box-sizing: border-box;
padding-left: 40px;
margin-top: 10px;
}
.footer .subject ul li {
width: 30%;
display: inline-block;
text-align: left;
margin-bottom: 30px;
}
.footer .subject ol li {
display: inline-block;
text-align: center;
}
.footer .subject ol li:last-child {
margin-left: 60px;
}
.footer .subject ol li img {
width: 80px;
height: 80px;
}
.footer .subject ol li p {
font-size: 12px;
color: #CBCBCB;
margin-top: 5px;
}