819527061@qq.com
2024-01-15 53463931c4bd9ac826f268844e76d2bc40baa2cc
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
@charset "utf-8";
.content {
  margin-top: 2.5rem;
}
.content:after {
  content: '';
  display: block;
  clear: both;
}
.kccy {
  width: 56.25rem;
  height: 31.25rem;
  background-image: url("../images/kccy_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  float: left;
  position: relative;
}
.kccy .echarts {
  width: 100%;
  height: 28.125rem;
  /*padding: 3.5rem 2.5rem;*/
  box-sizing: border-box;
}
.bjaqd {
  width: 56.25rem;
  height: 31.25rem;
  background-image: url("../images/kccy_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  float: left;
  margin-left: 2.5rem;
  position: relative;
}
.bjaqd .echarts {
  width: 100%;
  height: 28.125rem;
  /*padding: 3.5rem 2.5rem;*/
  box-sizing: border-box;
}
.jddh {
  width: 36.63rem;
  height: 25.31rem;
  background-image: url("../images/jddh_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  float: left;
  margin-top: 2.5rem;
  position: relative;
}
.jddh .echarts {
  width: 100%;
  height: 22.25rem;
  padding: 0 2.5rem 2rem 2.5rem;
  box-sizing: border-box;
}
.pljs {
  width: 36.63rem;
  height: 25.31rem;
  background-image: url("../images/jddh_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  float: left;
  margin: 2.5rem 2.56rem 0 2.56rem;
  position: relative;
}
.pljs .echarts {
  width: 100%;
  height: 22.25rem;
  padding: 0 2.5rem 2rem 2.5rem;
  box-sizing: border-box;
}
.wxkq {
  width: 36.63rem;
  height: 25.31rem;
  background-image: url("../images/jddh_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  float: left;
  margin-top: 2.5rem;
  position: relative;
}
.wxkq .echarts {
  width: 100%;
  height: 22.25rem;
  padding: 0 2.5rem 2rem 2.5rem;
  box-sizing: border-box;
}
.Title {
  margin: 1.88rem 0 0 0;
}
.Title:after {
  content: '';
  display: block;
  clear: both;
}
.Title img {
  width: auto;
  height: 0.625rem;
  float: left;
  margin-top: 0.2525rem;
  margin-right: 0.5rem;
  margin-left: 2.5rem;
}
.Title span {
  float: left;
  display: block;
  font-size: 1.13rem;
  line-height: 1.13rem;
  text-align: left;
  color: #fff;
}