Parcourir la source

产品中心

gzb
guozhongbo il y a 1 an
Parent
révision
7671b8c54f
64 fichiers modifiés avec 229 ajouts et 62 suppressions
  1. 25
    3
      css/about.css
  2. 57
    1
      css/product.css
  3. BIN
      img/about/banner.png
  4. BIN
      img/about/banner15.png
  5. BIN
      img/about/icon1.png
  6. BIN
      img/about/icon2.png
  7. BIN
      img/about/icon3.png
  8. BIN
      img/about/icon4.png
  9. BIN
      img/about/icon5.png
  10. BIN
      img/about/icon6.png
  11. BIN
      img/about/icon7.png
  12. BIN
      img/about/icon8.png
  13. BIN
      img/about/leftjt.png
  14. BIN
      img/about/logo-cai@2x.png
  15. BIN
      img/about/logo-hui@2x.png
  16. BIN
      img/about/rightjt.png
  17. BIN
      img/about/righttj.png
  18. BIN
      img/about/图层 8@2x.png
  19. BIN
      img/product.png
  20. BIN
      img/product/Pigeon.png
  21. BIN
      img/product/area1.png
  22. BIN
      img/product/area2.png
  23. BIN
      img/product/area3.png
  24. BIN
      img/product/area4.png
  25. BIN
      img/product/area5.png
  26. BIN
      img/product/area6.png
  27. BIN
      img/product/area7.png
  28. BIN
      img/product/banner.png
  29. BIN
      img/product/cour0.png
  30. BIN
      img/product/cour1.png
  31. BIN
      img/product/cour2.png
  32. BIN
      img/product/cour3.png
  33. BIN
      img/product/cour4.png
  34. BIN
      img/product/hui-mingtizhinenghua@2x.png
  35. BIN
      img/product/hui-shujufenxiquan@2x.png
  36. BIN
      img/product/hui-yidongsuishikao@2x.png
  37. BIN
      img/product/hui-yiyongxiaolvgao@2x.png
  38. BIN
      img/product/hui-zidongqingsongsao@2x.png
  39. BIN
      img/product/icon_学情分析快又全@2x.png
  40. BIN
      img/product/lan-shujuqunxiquan@2x.png
  41. BIN
      img/product/lan-yidongsuishikao@2x.png
  42. BIN
      img/product/lan-yiyongxiaolvgao@2x.png
  43. BIN
      img/product/lani-mingtizhinenghua@2x.png
  44. BIN
      img/product/lani-zidongqingsongsao@2x.png
  45. BIN
      img/product/logo-cai@2x.png
  46. BIN
      img/product/logo-hui@2x.png
  47. BIN
      img/product/ques.png
  48. BIN
      img/product/school0.png
  49. BIN
      img/product/school1.png
  50. BIN
      img/product/school2.png
  51. BIN
      img/product/school3.png
  52. BIN
      img/product/school4.png
  53. BIN
      img/product/school5.png
  54. BIN
      img/product/school6.png
  55. BIN
      img/product/shouqijiantouxiao@2x.png
  56. BIN
      img/product/student.png
  57. BIN
      img/product/teacher.png
  58. BIN
      img/product/weixin@2x.png
  59. BIN
      img/product/wenzi-cai@2x.png
  60. BIN
      img/product/wenzi-hui@2x.png
  61. BIN
      img/product/zuo-banner@2x.png
  62. 97
    56
      js/about.js
  63. 28
    1
      sections/about.html
  64. 22
    1
      sections/product.html

+ 25
- 3
css/about.css Voir le fichier

@@ -163,17 +163,17 @@
163 163
   z-index: 1000;
164 164
 }
165 165
 .leftjt {
166
-  left: 0;
166
+  left: 0.2rem;
167 167
 }
168 168
 .rightjt {
169
-  right: 0;
169
+  right: 0.2rem;
170 170
 }
171 171
 .showdata {
172 172
   width: 90%;
173 173
   height: 1.6rem;
174 174
   margin: 0 auto;
175 175
   position: relative;
176
-  /* overflow: hidden; */
176
+  overflow: hidden;
177 177
 }
178 178
 .line {
179 179
   width: 100%;
@@ -237,3 +237,25 @@
237 237
   font-size: 0.36rem;
238 238
   font-weight: bold;
239 239
 }
240
+.develop_data{
241
+  padding: 0 5%;
242
+  margin: 0.4rem 0 0.2rem;
243
+  display: flex;
244
+  justify-content: space-between;
245
+}
246
+.dev_list{
247
+  width: 33%;
248
+  height: 2rem;
249
+}
250
+.dev_item{
251
+  color: #666666;
252
+  font-size: 0.14rem;
253
+  line-height: 0.5rem;
254
+  padding-right: 0.2rem;
255
+  overflow: hidden;
256
+    white-space: nowrap;
257
+    text-overflow: ellipsis;
258
+}
259
+.dev_item span{
260
+  color: #016cff;
261
+}

+ 57
- 1
css/product.css Voir le fichier

@@ -4,11 +4,28 @@
4 4
 .pro_header{
5 5
   width: 100%;
6 6
   height: 3.9rem;
7
+  position: relative;
7 8
 }
8 9
 .pro_header img{
9 10
   width: 100%;
10 11
   height: 100%;
11 12
 }
13
+.suspension {
14
+  position: absolute;
15
+  left: 2rem;
16
+  top: 1.3rem;
17
+  color: white;
18
+}
19
+
20
+.suspension div {
21
+  font-weight: bold;
22
+  font-size: 0.4rem;
23
+  margin-bottom: 0.4rem;
24
+}
25
+
26
+.suspension p {
27
+  font-size: 0.16rem;
28
+}
12 29
 .piece {
13 30
   width: 100%;
14 31
   /* height: 8rem; */
@@ -49,9 +66,16 @@
49 66
   border-radius: 0.1rem;
50 67
   background: #fefeffff;
51 68
   border: 1px solid #f1f4fc;
52
-  padding: 0.5rem 0.2rem 0.1rem;
69
+  padding: 0 0.2rem 0.1rem;
53 70
   box-sizing: border-box;
54 71
   background-color: #fefeff;
72
+  text-align: center;
73
+}
74
+.area_item img{
75
+  width: 0.56rem;
76
+  height: 0.56rem;
77
+  display: inline-block;
78
+  margin: 0;
55 79
 }
56 80
 .area_item div{
57 81
   text-align: center;
@@ -85,4 +109,36 @@
85 109
 }
86 110
 .exam_lbt .lbt_right {
87 111
   width: 70%;
112
+}
113
+.school_flex{
114
+  display: flex;
115
+  margin-top: 1rem;
116
+  justify-content: center;
117
+}
118
+.school_img{
119
+  width: 4.7rem;
120
+  height: 4.7rem;
121
+}
122
+.school{
123
+  width: 4rem;
124
+  text-align: right;
125
+}
126
+.school_item{
127
+  width: 2.4rem;
128
+  height: 0.47rem;
129
+  background-color: white;
130
+  border-radius: 0.04rem;
131
+  box-shadow: 0 0 0.12rem #0000001a;
132
+  display: flex;
133
+  align-items: center;
134
+  flex-direction: row-reverse;
135
+}
136
+.school_item span{
137
+  color: #2d8cf0;
138
+  font-size: 0.16rem;
139
+  text-align: center;
140
+}
141
+.school_item img{
142
+  width: 0.58rem;
143
+    height: 0.58rem;
88 144
 }

BIN
img/about/banner.png Voir le fichier


BIN
img/about/banner15.png Voir le fichier


BIN
img/about/icon1.png Voir le fichier


BIN
img/about/icon2.png Voir le fichier


BIN
img/about/icon3.png Voir le fichier


BIN
img/about/icon4.png Voir le fichier


BIN
img/about/icon5.png Voir le fichier


BIN
img/about/icon6.png Voir le fichier


BIN
img/about/icon7.png Voir le fichier


BIN
img/about/icon8.png Voir le fichier


BIN
img/about/leftjt.png Voir le fichier


BIN
img/about/logo-cai@2x.png Voir le fichier


BIN
img/about/logo-hui@2x.png Voir le fichier


BIN
img/about/rightjt.png Voir le fichier


BIN
img/about/righttj.png Voir le fichier


BIN
img/about/图层 8@2x.png Voir le fichier


BIN
img/product.png Voir le fichier


BIN
img/product/Pigeon.png Voir le fichier


BIN
img/product/area1.png Voir le fichier


BIN
img/product/area2.png Voir le fichier


BIN
img/product/area3.png Voir le fichier


BIN
img/product/area4.png Voir le fichier


BIN
img/product/area5.png Voir le fichier


BIN
img/product/area6.png Voir le fichier


BIN
img/product/area7.png Voir le fichier


BIN
img/product/banner.png Voir le fichier


BIN
img/product/cour0.png Voir le fichier


BIN
img/product/cour1.png Voir le fichier


BIN
img/product/cour2.png Voir le fichier


BIN
img/product/cour3.png Voir le fichier


BIN
img/product/cour4.png Voir le fichier


BIN
img/product/hui-mingtizhinenghua@2x.png Voir le fichier


BIN
img/product/hui-shujufenxiquan@2x.png Voir le fichier


BIN
img/product/hui-yidongsuishikao@2x.png Voir le fichier


BIN
img/product/hui-yiyongxiaolvgao@2x.png Voir le fichier


BIN
img/product/hui-zidongqingsongsao@2x.png Voir le fichier


BIN
img/product/icon_学情分析快又全@2x.png Voir le fichier


BIN
img/product/lan-shujuqunxiquan@2x.png Voir le fichier


BIN
img/product/lan-yidongsuishikao@2x.png Voir le fichier


BIN
img/product/lan-yiyongxiaolvgao@2x.png Voir le fichier


BIN
img/product/lani-mingtizhinenghua@2x.png Voir le fichier


BIN
img/product/lani-zidongqingsongsao@2x.png Voir le fichier


BIN
img/product/logo-cai@2x.png Voir le fichier


BIN
img/product/logo-hui@2x.png Voir le fichier


BIN
img/product/ques.png Voir le fichier


BIN
img/product/school0.png Voir le fichier


BIN
img/product/school1.png Voir le fichier


BIN
img/product/school2.png Voir le fichier


BIN
img/product/school3.png Voir le fichier


BIN
img/product/school4.png Voir le fichier


BIN
img/product/school5.png Voir le fichier


BIN
img/product/school6.png Voir le fichier


BIN
img/product/shouqijiantouxiao@2x.png Voir le fichier


BIN
img/product/student.png Voir le fichier


BIN
img/product/teacher.png Voir le fichier


BIN
img/product/weixin@2x.png Voir le fichier


BIN
img/product/wenzi-cai@2x.png Voir le fichier


BIN
img/product/wenzi-hui@2x.png Voir le fichier


BIN
img/product/zuo-banner@2x.png Voir le fichier


+ 97
- 56
js/about.js Voir le fichier

@@ -1,22 +1,3 @@
1
-// 请求接口前缀
2
-var Baseurl = "https://xhwebapitest.xhkjedu.com/dh/list";
3
-// $.ajax({
4
-//   type: "POST",
5
-//   url: Baseurl,
6
-//   data: JSON.stringify({
7
-//     examid: 434,
8
-//     classid: 9666
9
-//   }),
10
-//   dataType: "json",
11
-//   contentType: "application/json; charset=utf-8",
12
-//   success: function (data) {
13
-//     if (data.code === 0) {
14
-//       loadSectionHtml(data.obj);
15
-//     } else {
16
-//       alert(data.msg);
17
-//     }
18
-//   }
19
-// });
20 1
 var datalist = [
21 2
   { time: 2023 },
22 3
   { time: 2022 },
@@ -27,20 +8,57 @@ var datalist = [
27 8
   { time: 2017 }
28 9
 ];
29 10
 
11
+// 请求接口前缀 3.6.1 中文列表
12
+var Baseurl = "https://xhwebapitest.xhkjedu.com/dh/listc";
13
+$.ajax({
14
+  type: "POST",
15
+  url: Baseurl,
16
+  dataType: "json",
17
+  async: false,
18
+  contentType: "application/json; charset=utf-8",
19
+  success: function (data) {
20
+    if (data.code === 0) {
21
+      datalist = data.obj;
22
+    } else {
23
+      alert(data.msg);
24
+    }
25
+  }
26
+});
30 27
 var html = "";
31 28
 $.each(datalist, (idx, item) => {
32 29
   html += `<div class="round_q" index = "${idx + 1}">
33 30
                     <div class="round_item">
34 31
                     <div class="round_i"></div>
35
-                    <div class="round_d">${item.time}</div>
32
+                    <div class="round_d">${item.dhyear}</div>
36 33
                   </div></div>`;
37 34
 });
38 35
 $(".rounds").width(datalist.length * 2.34 + "rem");
39 36
 $(".rounds").html(html);
40 37
 $(".round_q:first").addClass("active"); //默认第一个添加背景色
38
+function showdata(index) {
39
+  var list = datalist[index].details,
40
+    html = '<div class="dev_list">';
41
+  if (!list || list.length == 0) {
42
+    return;
43
+  }
44
+  $.each(list, (idx, item) => {
45
+    if (idx % 4 == 0 && idx) {
46
+      html += '</div><div class="dev_list">';
47
+    }
48
+
49
+    html += `<div class="dev_item" title="${item.content}">
50
+                <span>${item.dhmonth}</span> &nbsp;-&nbsp; ${item.content}
51
+              </div>`;
52
+  });
53
+  if (list.length < 9) {
54
+    html += '</div><div class="dev_list">';
55
+  } else if (list.length < 5) {
56
+    html += '</div><div class="dev_list"></div><div class="dev_list"></div>';
57
+  }
58
+  $(".develop_data").html(html);
59
+}
41 60
 //获取元素
42 61
 var divwidth = $(".round_q:first").width() - 54;
43
-console.log(divwidth);
44 62
 var container = $(".showdata");
45 63
 var list = $(".rounds");
46 64
 var buts = $(".round_q");
@@ -53,11 +71,11 @@ var interval = 5000; //位移时间间隔
53 71
 var timer;
54 72
 var offsetpx = (datalist.length - len) * divwidth; //可偏移度
55 73
 var offleft = 0; //当前偏移量
56
-console.log(offsetpx);
57 74
 function animate(offset) {
58
-  console.log(index);
75
+  if (datalist.length <= 5) {
76
+    return;
77
+  }
59 78
   var left = parseInt(list.css("left")) + offset;
60
-  console.log(left, offset);
61 79
   var absnum = Math.abs(offset);
62 80
   if (left < 0 - offsetpx) {
63 81
     //右侧没有数据时不偏移
@@ -67,40 +85,56 @@ function animate(offset) {
67 85
   if (offset > 0) {
68 86
     offset = "+=" + offset;
69 87
     offleft = offleft + absnum;
70
-    console.log(offset);
71 88
   } else {
72 89
     offset = "-=" + Math.abs(offset);
73 90
     offleft = offleft - absnum;
74
-    console.log(0 - absnum, absnum);
75
-  }
76
-  // if (index == datalist.length) {
77
-  //   offset = 0 - (datalist.length - 5) * absnum;
78
-  //   offleft = offset;
79
-  //   console.log(offset);
80
-  // }
81
-  console.log(offset, offleft, "当前偏移量");
82
-  if (offset >= 0) {
83
-    console.log(44444);
91
+  }
92
+  if (index < 5 && offleft >= 0) {
84 93
     return;
85 94
   }
86 95
   list.animate({ left: offset }, 300, function () {
87 96
     if (left > -200) {
88
-      console.log(22, (0 - offset) * len);
89
-      list.css("left", (0 - offset) * len);
97
+      // list.css("left", (0 - offset) * len);
90 98
     }
91 99
     if (index == datalist.length) {
100
+      //轮播最后一条
92 101
       offset = 0 - (datalist.length - 5) * absnum;
93 102
       offleft = offset;
94 103
       list.css("left", offset);
95
-      console.log(offset, 1231312);
96 104
     }
97 105
   });
98 106
 }
107
+//点击高亮滚动
108
+function animates(offset) {
109
+  if (datalist.length <= 5) {
110
+    return;
111
+  }
112
+  var left = parseInt(list.css("left")) + offset; //获取元素属性
113
+  if (index <= 5 && left >= 0) {
114
+    return;
115
+  }
116
+  // 边界判断
117
+  if (left < 0 - offsetpx) {
118
+    offset = 0 - offsetpx;
119
+  } else {
120
+    if (offset > 0) {
121
+      offset = "+=" + divwidth;
122
+      offleft = offleft;
123
+    } else {
124
+      offset = "-=" + divwidth;
125
+      offleft = offset;
126
+    }
127
+  }
99 128
 
129
+  list.animate({ left: offset }, 300, function () {
130
+    if (left > -200) {
131
+      list.css("left", (0 - offset) * len);
132
+    }
133
+  });
134
+}
100 135
 //亮起小圆点
101 136
 function showButton() {
102 137
   //当前图片的小圆点亮起,其他小圆点不亮
103
-  console.log(index, "gaoliang");
104 138
   buts
105 139
     .eq(index - 1)
106 140
     .addClass("active")
@@ -116,6 +150,9 @@ $(".develop_container").bind("mouseleave", () => {
116 150
 });
117 151
 // 鼠标离开图片区域时,轮播继续
118 152
 function play() {
153
+  if (datalist.length <= 5) {
154
+    return;
155
+  }
119 156
   timer = setTimeout(function () {
120 157
     next.trigger("click");
121 158
     play();
@@ -124,11 +161,16 @@ function play() {
124 161
 
125 162
 //鼠标进入图片区域时,停止轮播
126 163
 function stop() {
127
-  clearTimeout(timer);
164
+  if (timer) {
165
+    clearTimeout(timer);
166
+  }
128 167
 }
129 168
 
130 169
 // 右按钮点击事件
131 170
 next.bind("click", function () {
171
+  if (datalist.length <= 5) {
172
+    return;
173
+  }
132 174
   // 判断当前是否在动画
133 175
   if (list.is(":animated")) {
134 176
     return;
@@ -137,36 +179,38 @@ next.bind("click", function () {
137 179
   // 判断当前图片是否是最后一张
138 180
   if (index == datalist.length) {
139 181
     index = 1;
140
-    console.log(222222);
141 182
     offleft = 0;
142 183
     list.animate({ left: 0 }, 300, () => {});
143 184
   } else {
144 185
     index += 1;
145 186
   }
146
-  console.log(offleft, "当前偏移量");
147
-  console.log("you", index);
148 187
   animate(0 - divwidth);
188
+  showdata(index - 1);
149 189
   showButton();
150 190
   stop();
151 191
 });
152 192
 
153 193
 // 左按钮事件
154 194
 prev.bind("click", function () {
195
+  if (datalist.length <= 5) {
196
+    return;
197
+  }
155 198
   // 判断当前是否在动画
156 199
   if (list.is(":animated")) {
157 200
     return;
158 201
   }
159
-  console.log(index);
202
+
160 203
   // 判断当前图片是否是第一张
161 204
   if (index == 1) {
162 205
     index = datalist.length;
163 206
   } else {
164 207
     index -= 1;
165 208
   }
166
-  console.log("zuo", index);
167
-  console.log(offleft, "当前偏移量");
209
+
168 210
   animate(divwidth);
211
+  showdata(index - 1);
169 212
   showButton();
213
+
170 214
   stop();
171 215
 });
172 216
 
@@ -179,23 +223,20 @@ buts.each(function () {
179 223
     }
180 224
     // 获取属性
181 225
     var myIndex = parseInt($(this).attr("index"));
182
-    console.log(myIndex);
226
+    if (myIndex == index) {
227
+      return;
228
+    }
183 229
     //计算偏移量
184 230
     var offset = (0 - divwidth) * (myIndex - index);
185
-    if (myIndex <= 2) {
186
-      offset = 0;
187
-      console.log(myIndex, 33333);
188
-    }
189
-    console.log(offleft, "当前偏移量");
190
-    animate(offset);
191
-
231
+    animates(offset);
232
+    // list.animate({ left: -360 });
192 233
     //切换后,更新当前的偏移量
193 234
     index = myIndex;
194
-
235
+    showdata(index - 1);
195 236
     showButton();
196 237
   });
197 238
 });
198
-
239
+showdata(0);
199 240
 container.hover(stop, play);
200 241
 
201 242
 play();

+ 28
- 1
sections/about.html Voir le fichier

@@ -12,7 +12,7 @@
12 12
   </head>
13 13
   <body>
14 14
     <div class="ab_header">
15
-      <img src="../img/product.png" />
15
+      <img src="../img/about/banner.png" />
16 16
       <div class="suspension">
17 17
         <div>关于我们</div>
18 18
         <p>
@@ -176,6 +176,33 @@
176 176
               </div>
177 177
             </div>
178 178
           </div>
179
+          <div class="develop_data">
180
+            <div class="dev_list">
181
+              <div class="dev_item" title="">
182
+                <span>11</span> &nbsp;-&nbsp;
183
+                123e2323234萨队啊收到阿斯加皇帝啊啥的啊是的和i啊上帝啊啥的哈斯哈电视
184
+              </div>
185
+              <div class="dev_item">
186
+                <span>11</span> &nbsp;-&nbsp; 123e2323234
187
+              </div>
188
+              <div class="dev_item">
189
+                <span>11</span> &nbsp;-&nbsp; 123e2323234
190
+              </div>
191
+              <div class="dev_item">
192
+                <span>11</span> &nbsp;-&nbsp; 123e2323234
193
+              </div>
194
+            </div>
195
+            <div class="dev_list">
196
+              <div class="dev_item">
197
+                <span>11</span> &nbsp;-&nbsp; 123423423423
198
+              </div>
199
+            </div>
200
+            <div class="dev_list">
201
+              <div class="dev_item">
202
+                <span>11</span> &nbsp;-&nbsp; 123423423423
203
+              </div>
204
+            </div>
205
+          </div>
179 206
         </div>
180 207
       </div>
181 208
     </div>

+ 22
- 1
sections/product.html Voir le fichier

@@ -12,7 +12,11 @@
12 12
   </head>
13 13
   <body>
14 14
     <div class="pro_header">
15
-      <img src="../img/product.png" />
15
+      <img src="../img/product/banner.png" />
16
+      <div class="suspension">
17
+        <div>产品中心</div>
18
+        <p>致力于成为优质教育解决方案提供商 教育现代化的推动者</p>
19
+      </div>
16 20
     </div>
17 21
     <div class="pro_content">
18 22
       <div class="piece">
@@ -29,6 +33,7 @@
29 33
           <div class="area_content">
30 34
             <div class="area_list">
31 35
               <div class="area_item three">
36
+                <img src="../img/product/area1.png" />
32 37
                 <div>互联互通</div>
33 38
                 <p>
34 39
                   整合省、市、区/县、校多级数据,建立多源
@@ -37,6 +42,7 @@
37 42
                 </p>
38 43
               </div>
39 44
               <div class="area_item three">
45
+                <img src="../img/product/area2.png" />
40 46
                 <div>决策支撑</div>
41 47
                 <p>
42 48
                   利用大数据技术,对基础数据进行多维度、
@@ -44,6 +50,7 @@
44 50
                 </p>
45 51
               </div>
46 52
               <div class="area_item three">
53
+                <img src="../img/product/area3.png" />
47 54
                 <div>智慧教育</div>
48 55
                 <p>
49 56
                   借助“大数据+AI”,为决策者提供精准、可
@@ -54,6 +61,7 @@
54 61
             </div>
55 62
             <div class="area_list" style="margin-top: 0.3rem">
56 63
               <div class="area_item four">
64
+                <img src="../img/product/area4.png" />
57 65
                 <div>资源整合</div>
58 66
                 <p>
59 67
                   支持多源、多类数据接入,对外 提供标准数据接口,满足后续业
@@ -61,14 +69,17 @@
61 69
                 </p>
62 70
               </div>
63 71
               <div class="area_item four">
72
+                <img src="../img/product/area5.png" />
64 73
                 <div>区域部署</div>
65 74
                 <p>支持多种部署方式,满足用户各 个场景下的实际需求</p>
66 75
               </div>
67 76
               <div class="area_item four">
77
+                <img src="../img/product/area6.png" />
68 78
                 <div>资源共享</div>
69 79
                 <p>实现各级教育管理机构优质教 育资源的共建共享和均衡配置</p>
70 80
               </div>
71 81
               <div class="area_item four">
82
+                <img src="../img/product/area7.png" />
72 83
                 <div>统一平台</div>
73 84
                 <p>
74 85
                   提供一站式管理界面,实现各个 业务系统统一操作、维护,增加
@@ -87,6 +98,16 @@
87 98
               通过教学辅助工具,提高教学工作效率;通过数据管理工具,促进资源合理配置;通过优化师生服务,提升教育教学水平。
88 99
             </p>
89 100
           </div>
101
+          <div class="school_flex">
102
+            <div class="school_left school">
103
+              <div class="school_item">
104
+                <img src="../img/product/school1.png" />
105
+                <span>应用资源一体化</span>
106
+              </div>
107
+            </div>
108
+            <img class="school_img" src="../img/product/school0.png" />
109
+            <div class="school_right school"></div>
110
+          </div>
90 111
         </div>
91 112
       </div>
92 113
       <div class="piece">

Chargement…
Annuler
Enregistrer