-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevelopment_education.html
190 lines (184 loc) · 8.79 KB
/
development_education.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<title>教育</title>
<link rel="stylesheet" href="css/education.css" />
<link rel="stylesheet" href="css/header.css"/>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
}
#myCarousel {
height: 5px;
}
</style>
<div class="box">
<img src="./images/header/bird/bird.gif" class="c1" style="position: absolute;width:1rem ; height:1rem;top: 5rem;left:1rem;margin-left:-1rem;">
<img src="./images/header/bird/bird.gif" class="c2" style="position: absolute;width:1rem ; height:1rem;top: 5rem;left:1rem;margin-left:-1rem;">
<img src="./images/header/bird/bird.gif" class="c1" style="position: absolute;width:0.5rem ; height:0.5rem;top: 5rem;left:10rem;margin-left:-5rem;">
<img src="./images/header/bird/bird.gif" class="c2" style="position: absolute;width:0.5rem ; height:0.5rem;top: 5rem;left:10rem;margin-left:-5rem;">
<img src="./images/header/bird/bird.gif" class="c1" style="position: absolute;width:0.8rem ; height:0.9rem;top: 5rem;left:1rem;margin-left:-4rem;">
<img src="./images/header/bird/bird.gif" class="c2" style="position: absolute;width:0.8rem ; height:0.9rem;top: 5rem;left:1rem;margin-left:-4rem;">
<img src="./images/header/bird/bird.gif" class="c1" style="position: absolute;width:0.7rem ; height:0.7rem;top: 5rem;left:10rem;margin-left:-3rem;">
<img src="./images/header/bird/bird.gif" class="c1" style="position: absolute;width:1.3rem ; height:1.3rem;top: 5rem;left:10rem;margin-top: 0.3rem; margin-left:-2rem;">
<img src="./images/header/bird/bird.gif" class="c2" style="position: absolute;width:1.3rem ; height:1.3rem;top: 5rem;left:10rem;margin-top: 0.3rem;margin-left:-2rem;">
<img src="./images/header/bird/boat.png" class="c1" style="position: absolute;width:1.3rem ; height:1.3rem;top: 5rem;left:10rem;margin-top: 9rem;margin-left:-2rem;animation-duration: 60s;">
<img src="./images/header/bird/boat.png" class="c2" style="position: absolute;width:1.3rem ; height:1.3rem;top: 5rem;left:10rem;margin-top: 9rem;margin-left:-2rem;animation-duration: 60s;">
<img src="./images/header/bird/wu.png" class="c1" style="image-repeat: repeat; position: absolute;width:125% ; height:1.3rem;top: 5rem;left:10rem;margin-top: 9.9rem;margin-left:0rem;animation-duration: 80s;">
<img src="./images/header/bird/wu.png" class="c2" style="image-repeat: repeat; position: absolute;width:125%; height:1.3rem;top: 5rem;left:10rem;margin-top: 10.1rem;margin-left:0rem;animation-duration: 80s;">
</div>
<!--头部的盒子 -->
<header>
<div class="decorate0">
<img src="./images/header/pic1.png" width="100%" >
</div>
<h1>少数民族教育</h1>
<div class="decorate1">
<img src="./images/header/pic2.png" width="100%" >
</div>
<div class="direct0">
<a href="overview.html">
<img src="./images/button/overview.png" width="100%">
</a>
</div>
<div class="direct01">
<a href="development.html">
<img src="./images/button/12.png" style="width: 100% ; height:100%">
<span>发展</span>
</a>
</div>
<div class="direct1">
<a href="mztotal.html">
<img src="./images/button/12.png" style="width: 100% ; height:100%">
<span>简介</span>
</a>
</div>
<div class="direct2">
<a href="allculture.html">
<img src="./images/button/12.png" style="width: 100% ; height:100%">
<span>文化</span>
</a>
</div>
<div class="direct3">
<a href="faith.html?index=8">
<img src="./images/button/12.png" style="width: 100% ; height:100%">
<span>信仰</span>
</a>
</div>
<div class="direct4">
<a href="tourism.html">
<img src="./images/button/12.png" style="width: 100% ; height:100%">
<span>旅游</span>
</a>
</div>
</header>
<!--页面主体部分-->
<section class="mainbox_de">
<div class="column">
<div class="kind_de">
<a href="development.html">
<div class="kind" style="color:black">地区生产</div>
</a>
</div>
<div class="kind_de">
<a href="development_people.html">
<div class="kind" style="color:black">人均生产</div>
</a>
</div>
<div class="kind_de">
<a href="development_agriculture.html">
<div class="kind" style="color:black">农牧林渔</div>
</a>
</div>
<div class="kind_de">
<a href="development_transport.html">
<div class="kind" style="color:black">运输里程</div>
</a>
</div>
<div class="kind_de">
<a href="development_hospital.html">
<div class="kind" style="color:black">医疗卫生</div>
</a>
</div>
<div class="kind_de" style="color: white; background-color: rgba(178,34,34,0.7);">
<a href="development_education.html">
<div class="kind" style="color:black">民族教育</div>
</a>
</div>
</div>
<!--左边部分-->
<div class="column">
<div class="panel_de c">
<div class="pic"></div>
</div>
</div>
<!--中间部分-->
<div class="column">
<div class="word_de">
<h2>国务院关于加快发展民族教育的决定</h2>
<div class="word">
<div class="word_p a">党和国家历来高度重视民族教育工作。经过各地和有关部门的共同努力,民族教育事业快速发展,取得了显著成绩,教育规模不断扩大,办学条件明显改善,教师队伍素质稳步提升,学校民族团结教育广泛开展,双语教育积极稳步推进,教育教学质量不断提高,培养了一大批少数民族人才,为加快民族地区经济社会发展、维护祖国统一、促进民族团结作出了重要贡献。</div>
<div class="word_p b"></div>
</div>
</div>
<div id="myCarousel" class="carousel slide" style="height: 100%;width:100%">
<!-- 轮播(Carousel)指标 -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- 轮播(Carousel)项目 -->
<div class="carousel-inner">
<div class="item active">
<a href="http://www.moe.gov.cn/jyb_xwfb/gzdt_gzdt/s5987/202110/t20211015_572590.html">
<img class="pic" src="./images/education/e1.png" style="height: 100%;width:100%" alt="First slide">
<div class="carousel-caption" style="font-size: 20px;font-weight: 1000;">《中小学少数民族文字教材管理办法》</div>
</a>
</div>
<div class="item">
<a href="http://nynct.gxzf.gov.cn/xwdt/gxlb/gl/t7650817.shtml">
<img class="pic" src="./images/education/e2.png" style="height: 100%;width:100%" alt="Second slide">
<div class="carousel-caption" style="font-size: 20px;font-weight: 1000;color:black">少数民族党史教育学习材料</div>
</a>
</div>
<div class="item">
<a href="http://www.gov.cn/zhengce/zhengceku/2019-10/21/content_5442917.htm">
<img class="pic" src="./images/education/e3.png" style="height: 100%;width:100%" alt="Third slide">
<div class="carousel-caption" style="font-size: 20px;font-weight: 1000;">中国语言资源保护工程2019年度少数民族语言调查</div>
</a>
</div>
<div class="item">
<a href="http://www.gov.cn/zhengce/zhengceku/2018-12/31/content_5439334.htm">
<img class="pic" src="./images/education/e4.png" style="height: 100%;width:100%" alt="Fourth slide">
<div class="carousel-caption" style="font-size: 20px;font-weight: 1000;color:black">高校少数民族预科学生自主培养工作</div>
</a>
</div>
<!-- 轮播(Carousel)导航 -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<script src="js/flexible.js"></script>
<script src="js/echarts.min.js"></script>
<script src="js/education2.js"></script>
</body>
</html>