|
@@ -2,44 +2,46 @@ |
|
@@ -2,44 +2,46 @@ |
2
|
<html lang="en">
|
2
|
<html lang="en">
|
3
|
|
3
|
|
4
|
<head>
|
4
|
<head>
|
5
|
- <meta charset="UTF-8">
|
|
|
6
|
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
7
|
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
8
|
- <link rel="stylesheet" href="../css/bootstrap.min.css">
|
|
|
9
|
- <link rel="stylesheet" href="../css/swiper-3.4.2.min.css">
|
|
|
10
|
- <link rel="stylesheet" href="../css/base.css">
|
|
|
11
|
- <link rel="stylesheet" href="../css/index.css">
|
5
|
+ <meta charset="UTF-8" />
|
|
|
6
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
|
7
|
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
8
|
+ <link rel="stylesheet" href="../css/bootstrap.min.css" />
|
|
|
9
|
+ <link rel="stylesheet" href="../css/swiper-3.4.2.min.css" />
|
|
|
10
|
+ <link rel="stylesheet" href="../css/base.css" />
|
|
|
11
|
+ <link rel="stylesheet" href="../css/index.css" />
|
12
|
<title>Tianjin Medical University Cancer Institute & Hospital</title>
|
12
|
<title>Tianjin Medical University Cancer Institute & Hospital</title>
|
13
|
<style>
|
13
|
<style>
|
14
|
.single_box {
|
14
|
.single_box {
|
15
|
width: 600px;
|
15
|
width: 600px;
|
16
|
margin-bottom: 44px;
|
16
|
margin-bottom: 44px;
|
17
|
}
|
17
|
}
|
18
|
-
|
18
|
+
|
19
|
.single_box:last-child {
|
19
|
.single_box:last-child {
|
20
|
margin: 0;
|
20
|
margin: 0;
|
21
|
}
|
21
|
}
|
22
|
-
|
22
|
+
|
23
|
.content-word {
|
23
|
.content-word {
|
24
|
position: relative;
|
24
|
position: relative;
|
25
|
}
|
25
|
}
|
26
|
-
|
26
|
+
|
27
|
.content-word-left {
|
27
|
.content-word-left {
|
28
|
width: 300px;
|
28
|
width: 300px;
|
29
|
flex: unset;
|
29
|
flex: unset;
|
30
|
align-self: flex-start;
|
30
|
align-self: flex-start;
|
31
|
}
|
31
|
}
|
32
|
-
|
32
|
+
|
33
|
.content-word-right {
|
33
|
.content-word-right {
|
34
|
flex: 1;
|
34
|
flex: 1;
|
35
|
- display: none!important;
|
35
|
+ display: none !important;
|
36
|
display: -webkit-flex;
|
36
|
display: -webkit-flex;
|
37
|
flex-wrap: wrap;
|
37
|
flex-wrap: wrap;
|
38
|
border-left: 2px solid #121212;
|
38
|
border-left: 2px solid #121212;
|
39
|
}
|
39
|
}
|
40
|
- .content-word-right.active{
|
|
|
41
|
- display: flex!important;
|
40
|
+
|
|
|
41
|
+ .content-word-right.active {
|
|
|
42
|
+ display: flex !important;
|
42
|
}
|
43
|
}
|
|
|
44
|
+
|
43
|
.content-word-right .single_part {
|
45
|
.content-word-right .single_part {
|
44
|
width: 243px;
|
46
|
width: 243px;
|
45
|
display: flex;
|
47
|
display: flex;
|
|
@@ -50,39 +52,41 @@ |
|
@@ -50,39 +52,41 @@ |
50
|
align-items: flex-start;
|
52
|
align-items: flex-start;
|
51
|
margin-left: 50px;
|
53
|
margin-left: 50px;
|
52
|
}
|
54
|
}
|
53
|
-
|
55
|
+
|
54
|
.content-word-left h4 {
|
56
|
.content-word-left h4 {
|
55
|
color: #232323;
|
57
|
color: #232323;
|
56
|
- opacity: .7;
|
58
|
+ opacity: 0.7;
|
57
|
line-height: 2.5;
|
59
|
line-height: 2.5;
|
58
|
padding: 0;
|
60
|
padding: 0;
|
59
|
margin: 0;
|
61
|
margin: 0;
|
60
|
cursor: pointer;
|
62
|
cursor: pointer;
|
61
|
}
|
63
|
}
|
62
|
-
|
64
|
+
|
63
|
.single_part p {
|
65
|
.single_part p {
|
64
|
margin-top: 10px;
|
66
|
margin-top: 10px;
|
65
|
}
|
67
|
}
|
66
|
-
|
68
|
+
|
67
|
.content-word-left h4:hover,
|
69
|
.content-word-left h4:hover,
|
68
|
.content-word-left h4.active {
|
70
|
.content-word-left h4.active {
|
69
|
- color: #00A16C;
|
71
|
+ color: #00a16c;
|
70
|
}
|
72
|
}
|
71
|
-
|
73
|
+
|
72
|
.part_box {
|
74
|
.part_box {
|
73
|
width: 242px;
|
75
|
width: 242px;
|
74
|
height: 115px;
|
76
|
height: 115px;
|
75
|
overflow: hidden;
|
77
|
overflow: hidden;
|
76
|
background-color: #898989;
|
78
|
background-color: #898989;
|
77
|
}
|
79
|
}
|
78
|
- .part_details{
|
80
|
+
|
|
|
81
|
+ .part_details {
|
79
|
display: flex;
|
82
|
display: flex;
|
80
|
display: -webkit-flex;
|
83
|
display: -webkit-flex;
|
81
|
display: -ms-flexbox;
|
84
|
display: -ms-flexbox;
|
82
|
flex-wrap: wrap;
|
85
|
flex-wrap: wrap;
|
83
|
justify-content: space-around;
|
86
|
justify-content: space-around;
|
84
|
}
|
87
|
}
|
85
|
- .single_part{
|
88
|
+
|
|
|
89
|
+ .single_part {
|
86
|
width: 386px;
|
90
|
width: 386px;
|
87
|
height: 287px;
|
91
|
height: 287px;
|
88
|
overflow: hidden;
|
92
|
overflow: hidden;
|
|
@@ -95,23 +99,22 @@ |
|
@@ -95,23 +99,22 @@ |
95
|
<nav class="navbar navbar-default bgf mb0">
|
99
|
<nav class="navbar navbar-default bgf mb0">
|
96
|
<div class="container-fluid top_pc_brand">
|
100
|
<div class="container-fluid top_pc_brand">
|
97
|
<div class="navbar-header">
|
101
|
<div class="navbar-header">
|
98
|
- <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4"
|
|
|
99
|
- aria-expanded="true">
|
|
|
100
|
- <span class="sr-only">Toggle navigation</span>
|
|
|
101
|
- <span class="icon-bar"></span>
|
|
|
102
|
- <span class="icon-bar"></span>
|
|
|
103
|
- <span class="icon-bar"></span>
|
|
|
104
|
- </button>
|
102
|
+ <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
|
|
|
103
|
+ <span class="sr-only">Toggle navigation</span>
|
|
|
104
|
+ <span class="icon-bar"></span>
|
|
|
105
|
+ <span class="icon-bar"></span>
|
|
|
106
|
+ <span class="icon-bar"></span>
|
|
|
107
|
+ </button>
|
105
|
<a class="navbar-brand logo" href="../index.html">
|
108
|
<a class="navbar-brand logo" href="../index.html">
|
106
|
- <img class="brand-logo" src="../images/logo.png" alt="">
|
109
|
+ <img class="brand-logo" src="../images/logo.png" alt="" />
|
107
|
</a>
|
110
|
</a>
|
108
|
</div>
|
111
|
</div>
|
109
|
<div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
|
112
|
<div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
|
110
|
<div class="search-group mt30 form-group navbar-text navbar-right">
|
113
|
<div class="search-group mt30 form-group navbar-text navbar-right">
|
111
|
<a href="http://www.tjmuch.com/" class="langue">中文</a>
|
114
|
<a href="http://www.tjmuch.com/" class="langue">中文</a>
|
112
|
- <input type="text" class="form-control search-input" placeholder="Search">
|
115
|
+ <input type="text" class="form-control search-input" placeholder="Search" />
|
113
|
<div class="magnifier">
|
116
|
<div class="magnifier">
|
114
|
- <img src="../images/search_btn.png" alt="">
|
117
|
+ <img src="../images/search_btn.png" alt="" />
|
115
|
</div>
|
118
|
</div>
|
116
|
</div>
|
119
|
</div>
|
117
|
</div>
|
120
|
</div>
|
|
@@ -123,192 +126,187 @@ |
|
@@ -123,192 +126,187 @@ |
123
|
<ul class="nav_menu_items">
|
126
|
<ul class="nav_menu_items">
|
124
|
<li class="btn navbtn-a" role="button">
|
127
|
<li class="btn navbtn-a" role="button">
|
125
|
<a href="javascript:;">ABOUT US</a>
|
128
|
<a href="javascript:;">ABOUT US</a>
|
126
|
- <div class='sec_menu_items'>
|
129
|
+ <div class="sec_menu_items">
|
127
|
<a href="../about/welcome.html" class="inner_item">
|
130
|
<a href="../about/welcome.html" class="inner_item">
|
128
|
- Welcome Message
|
|
|
129
|
- </a>
|
131
|
+ Welcome Message
|
|
|
132
|
+ </a>
|
130
|
<a href="../about/mission.html" class="inner_item">
|
133
|
<a href="../about/mission.html" class="inner_item">
|
131
|
- Mission and Vision
|
|
|
132
|
- </a>
|
134
|
+ Mission and Vision
|
|
|
135
|
+ </a>
|
133
|
<a href="../about/leadership.html" class="inner_item">
|
136
|
<a href="../about/leadership.html" class="inner_item">
|
134
|
- Leadership
|
|
|
135
|
- </a>
|
137
|
+ Leadership
|
|
|
138
|
+ </a>
|
136
|
<a href="../about/history.html" class="inner_item">
|
139
|
<a href="../about/history.html" class="inner_item">
|
137
|
- History and Milestones
|
|
|
138
|
- </a>
|
140
|
+ History and Milestones
|
|
|
141
|
+ </a>
|
139
|
<a href="../about/quick.html" class="inner_item">
|
142
|
<a href="../about/quick.html" class="inner_item">
|
140
|
- Quick Facts
|
|
|
141
|
- </a>
|
143
|
+ Quick Facts
|
|
|
144
|
+ </a>
|
142
|
<a href="../about/contact.html" class="inner_item">Contact Us</a>
|
145
|
<a href="../about/contact.html" class="inner_item">Contact Us</a>
|
143
|
</div>
|
146
|
</div>
|
144
|
</li>
|
147
|
</li>
|
145
|
<li class="btn navbtnActive navbtn-a" role="button">
|
148
|
<li class="btn navbtnActive navbtn-a" role="button">
|
146
|
<a href="JavaScript:;">CLINICAL RESOURCES</a>
|
149
|
<a href="JavaScript:;">CLINICAL RESOURCES</a>
|
147
|
- <div class='sec_menu_items'>
|
|
|
148
|
- <div href="../clinical/departments.html"
|
|
|
149
|
- onclick="window.location.href='../clinical/departments.html'" class="inner_item">
|
150
|
+ <div class="sec_menu_items">
|
|
|
151
|
+ <div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
|
150
|
Clinical Departments
|
152
|
Clinical Departments
|
151
|
<div class="third_menu_items">
|
153
|
<div class="third_menu_items">
|
152
|
<a href="../clinical/departm.html" class="inner_item">
|
154
|
<a href="../clinical/departm.html" class="inner_item">
|
153
|
- Surgical Department
|
|
|
154
|
- </a>
|
155
|
+ Surgical Department
|
|
|
156
|
+ </a>
|
155
|
<a href="../clinical/medical.html" class="inner_item">
|
157
|
<a href="../clinical/medical.html" class="inner_item">
|
156
|
- Medical Oncology
|
|
|
157
|
- </a>
|
158
|
+ Medical Oncology
|
|
|
159
|
+ </a>
|
158
|
<a href="../clinical/radiation.html" class="inner_item">
|
160
|
<a href="../clinical/radiation.html" class="inner_item">
|
159
|
- Radiation Oncology
|
|
|
160
|
- </a>
|
161
|
+ Radiation Oncology
|
|
|
162
|
+ </a>
|
161
|
<a href="../clinical/diagnostic.html" class="inner_item">
|
163
|
<a href="../clinical/diagnostic.html" class="inner_item">
|
162
|
- Diagnostic Oncology
|
|
|
163
|
- </a>
|
164
|
+ Diagnostic Oncology
|
|
|
165
|
+ </a>
|
164
|
<a href="../clinical/center.html" class="inner_item">
|
166
|
<a href="../clinical/center.html" class="inner_item">
|
165
|
- Center of Excellences
|
|
|
166
|
- </a>
|
167
|
+ Center of Excellences
|
|
|
168
|
+ </a>
|
167
|
</div>
|
169
|
</div>
|
168
|
</div>
|
170
|
</div>
|
169
|
<a href="../clinical/activities.html" class="inner_item">
|
171
|
<a href="../clinical/activities.html" class="inner_item">
|
170
|
- Clinical Activities
|
|
|
171
|
- </a>
|
172
|
+ Clinical Activities
|
|
|
173
|
+ </a>
|
172
|
<a href="trials.html" class="inner_item">
|
174
|
<a href="trials.html" class="inner_item">
|
173
|
- Clinical Trials
|
|
|
174
|
- </a>
|
175
|
+ Clinical Trials
|
|
|
176
|
+ </a>
|
175
|
<a href="../clinical/finddoctor.html" class="inner_item">
|
177
|
<a href="../clinical/finddoctor.html" class="inner_item">
|
176
|
- Find a Doctor
|
|
|
177
|
- </a>
|
178
|
+ Find a Doctor
|
|
|
179
|
+ </a>
|
178
|
</div>
|
180
|
</div>
|
179
|
</li>
|
181
|
</li>
|
180
|
<li class="btn navbtn-a" role="button">
|
182
|
<li class="btn navbtn-a" role="button">
|
181
|
<a href="javascript:;">RESEARCH & EDUCATION</a>
|
183
|
<a href="javascript:;">RESEARCH & EDUCATION</a>
|
182
|
- <div class='sec_menu_items'>
|
|
|
183
|
-
|
184
|
+ <div class="sec_menu_items">
|
184
|
<a href="../research/nationalCancer.html" class="inner_item">
|
185
|
<a href="../research/nationalCancer.html" class="inner_item">
|
185
|
- National Cancer Clinical Research Center
|
|
|
186
|
- </a>
|
|
|
187
|
- <div href="../research/research.html"
|
|
|
188
|
- onclick="location.href='../research/research.html'" class="inner_item">
|
186
|
+ National Cancer Clinical Research Center
|
|
|
187
|
+ </a>
|
|
|
188
|
+ <div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
|
189
|
Research
|
189
|
Research
|
190
|
<div class="third_menu_items">
|
190
|
<div class="third_menu_items">
|
191
|
<a href="../research/research1.html" class="inner_item">
|
191
|
<a href="../research/research1.html" class="inner_item">
|
192
|
- Research programs
|
|
|
193
|
- </a>
|
192
|
+ Research programs
|
|
|
193
|
+ </a>
|
194
|
<a href="../research/research2.html" class="inner_item">
|
194
|
<a href="../research/research2.html" class="inner_item">
|
195
|
- Achievements
|
|
|
196
|
- </a>
|
195
|
+ Achievements
|
|
|
196
|
+ </a>
|
197
|
<a href="../research/research3.html" class="inner_item">
|
197
|
<a href="../research/research3.html" class="inner_item">
|
198
|
- Key Labaratories
|
|
|
199
|
- </a>
|
198
|
+ Key Labaratories
|
|
|
199
|
+ </a>
|
200
|
<a href="../research/researcher.html" class="inner_item">
|
200
|
<a href="../research/researcher.html" class="inner_item">
|
201
|
- Find a Researcher
|
|
|
202
|
- </a>
|
201
|
+ Find a Researcher
|
|
|
202
|
+ </a>
|
203
|
</div>
|
203
|
</div>
|
204
|
</div>
|
204
|
</div>
|
205
|
- <div href="../research/education.html" onclick="location.href='../research/education.html'"
|
|
|
206
|
- class="inner_item">
|
205
|
+ <div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
|
207
|
Education
|
206
|
Education
|
208
|
<div class="third_menu_items">
|
207
|
<div class="third_menu_items">
|
209
|
<a href="../research/education.html" class="inner_item">
|
208
|
<a href="../research/education.html" class="inner_item">
|
210
|
- Graduate Study
|
|
|
211
|
- </a>
|
209
|
+ Graduate Study
|
|
|
210
|
+ </a>
|
212
|
<a href="../research/education.html" class="inner_item">
|
211
|
<a href="../research/education.html" class="inner_item">
|
213
|
- International Study
|
|
|
214
|
- </a>
|
212
|
+ International Study
|
|
|
213
|
+ </a>
|
215
|
<a href="../research/education.html" class="inner_item">
|
214
|
<a href="../research/education.html" class="inner_item">
|
216
|
- Continuing Study
|
|
|
217
|
- </a>
|
215
|
+ Continuing Study
|
|
|
216
|
+ </a>
|
218
|
</div>
|
217
|
</div>
|
219
|
</div>
|
218
|
</div>
|
220
|
<a href="../research/news.html" class="inner_item">
|
219
|
<a href="../research/news.html" class="inner_item">
|
221
|
- News
|
|
|
222
|
- </a>
|
220
|
+ News
|
|
|
221
|
+ </a>
|
223
|
</div>
|
222
|
</div>
|
224
|
</li>
|
223
|
</li>
|
225
|
<li class="btn navbtn-a" role="button">
|
224
|
<li class="btn navbtn-a" role="button">
|
226
|
<a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
|
225
|
<a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
|
227
|
- <div class='sec_menu_items'>
|
226
|
+ <div class="sec_menu_items">
|
228
|
<div href="javascript:;" class="inner_item">
|
227
|
<div href="javascript:;" class="inner_item">
|
229
|
About Us
|
228
|
About Us
|
230
|
<div class="third_menu_items">
|
229
|
<div class="third_menu_items">
|
231
|
<a href="../institute/aboutus.html" class="inner_item">
|
230
|
<a href="../institute/aboutus.html" class="inner_item">
|
232
|
- About Us
|
|
|
233
|
- </a>
|
231
|
+ About Us
|
|
|
232
|
+ </a>
|
234
|
<a href="../institute/leadership.html" class="inner_item">
|
233
|
<a href="../institute/leadership.html" class="inner_item">
|
235
|
- Leadership
|
|
|
236
|
- </a>
|
234
|
+ Leadership
|
|
|
235
|
+ </a>
|
237
|
<a href="../institute/history.html" class="inner_item">
|
236
|
<a href="../institute/history.html" class="inner_item">
|
238
|
- History
|
|
|
239
|
- </a>
|
237
|
+ History
|
|
|
238
|
+ </a>
|
240
|
<a href="../institute/report.html" class="inner_item">
|
239
|
<a href="../institute/report.html" class="inner_item">
|
241
|
- Annual Report
|
|
|
242
|
- </a>
|
240
|
+ Annual Report
|
|
|
241
|
+ </a>
|
243
|
</div>
|
242
|
</div>
|
244
|
</div>
|
243
|
</div>
|
245
|
<div href="../clinical/nursing.html" class="inner_item">
|
244
|
<div href="../clinical/nursing.html" class="inner_item">
|
246
|
Research
|
245
|
Research
|
247
|
<div class="third_menu_items">
|
246
|
<div class="third_menu_items">
|
248
|
<a href="../institute/researchers.html" class="inner_item">
|
247
|
<a href="../institute/researchers.html" class="inner_item">
|
249
|
- Our Researchers
|
|
|
250
|
- </a>
|
248
|
+ Our Researchers
|
|
|
249
|
+ </a>
|
251
|
<a href="../institute/facilities.html" class="inner_item">
|
250
|
<a href="../institute/facilities.html" class="inner_item">
|
252
|
- Core Facilities and Services
|
|
|
253
|
- </a>
|
251
|
+ Core Facilities and Services
|
|
|
252
|
+ </a>
|
254
|
<a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
|
253
|
<a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
|
255
|
- Journal of Clinical Oncology
|
|
|
256
|
- </a>
|
254
|
+ Journal of Clinical Oncology
|
|
|
255
|
+ </a>
|
257
|
</div>
|
256
|
</div>
|
258
|
</div>
|
257
|
</div>
|
259
|
<a href="../institute/news.html" class="inner_item">
|
258
|
<a href="../institute/news.html" class="inner_item">
|
260
|
- News
|
|
|
261
|
- </a>
|
259
|
+ News
|
|
|
260
|
+ </a>
|
262
|
<a href="../institute/concat.html" class="inner_item">
|
261
|
<a href="../institute/concat.html" class="inner_item">
|
263
|
- Contact Us
|
|
|
264
|
- </a>
|
262
|
+ Contact Us
|
|
|
263
|
+ </a>
|
265
|
</div>
|
264
|
</div>
|
266
|
</li>
|
265
|
</li>
|
267
|
<li class="btn navbtn-a" role="button">
|
266
|
<li class="btn navbtn-a" role="button">
|
268
|
<a href="../contact.html">NURSING CARE</a>
|
267
|
<a href="../contact.html">NURSING CARE</a>
|
269
|
- <div class='sec_menu_items'>
|
268
|
+ <div class="sec_menu_items">
|
270
|
<a href="../care/aboutus.html" class="inner_item">
|
269
|
<a href="../care/aboutus.html" class="inner_item">
|
271
|
- About Us
|
|
|
272
|
- </a>
|
270
|
+ About Us
|
|
|
271
|
+ </a>
|
273
|
<a href="../care/activity.html" class="inner_item">
|
272
|
<a href="../care/activity.html" class="inner_item">
|
274
|
- Nursing Activities
|
|
|
275
|
- </a>
|
273
|
+ Nursing Activities
|
|
|
274
|
+ </a>
|
276
|
<a href="../care/training.html" class="inner_item">
|
275
|
<a href="../care/training.html" class="inner_item">
|
277
|
- Nurse Training
|
|
|
278
|
- </a>
|
276
|
+ Nurse Training
|
|
|
277
|
+ </a>
|
279
|
<a href="../care/achievement.html" class="inner_item">
|
278
|
<a href="../care/achievement.html" class="inner_item">
|
280
|
- Research Achievement
|
|
|
281
|
- </a>
|
279
|
+ Research Achievement
|
|
|
280
|
+ </a>
|
282
|
<a href="../care/exchange.html" class="inner_item">
|
281
|
<a href="../care/exchange.html" class="inner_item">
|
283
|
- International Exchanges
|
|
|
284
|
- </a>
|
282
|
+ International Exchanges
|
|
|
283
|
+ </a>
|
285
|
<a href="../care/cancer.html" class="inner_item">
|
284
|
<a href="../care/cancer.html" class="inner_item">
|
286
|
- Cancer Survivorship Support
|
|
|
287
|
- </a>
|
285
|
+ Cancer Survivorship Support
|
|
|
286
|
+ </a>
|
288
|
<a href="../care/news.html" class="inner_item">
|
287
|
<a href="../care/news.html" class="inner_item">
|
289
|
- News & Events
|
|
|
290
|
- </a>
|
288
|
+ News & Events
|
|
|
289
|
+ </a>
|
291
|
<a href="../care/contactUs.html" class="inner_item">
|
290
|
<a href="../care/contactUs.html" class="inner_item">
|
292
|
- Contact Us
|
|
|
293
|
- </a>
|
291
|
+ Contact Us
|
|
|
292
|
+ </a>
|
294
|
</div>
|
293
|
</div>
|
295
|
</li>
|
294
|
</li>
|
296
|
<li class="btn navbtn-a" role="button">
|
295
|
<li class="btn navbtn-a" role="button">
|
297
|
<a href="javascript:;">INTERNATIONAL AFFAIRS</a>
|
296
|
<a href="javascript:;">INTERNATIONAL AFFAIRS</a>
|
298
|
- <div class='sec_menu_items'>
|
297
|
+ <div class="sec_menu_items">
|
299
|
<a href="../international/conference.html" class="inner_item">
|
298
|
<a href="../international/conference.html" class="inner_item">
|
300
|
- International Conferences
|
|
|
301
|
- </a>
|
299
|
+ International Conferences
|
|
|
300
|
+ </a>
|
302
|
<a href="../international/training.html" class="inner_item">
|
301
|
<a href="../international/training.html" class="inner_item">
|
303
|
- Oversea Trainings
|
|
|
304
|
- </a>
|
302
|
+ Oversea Trainings
|
|
|
303
|
+ </a>
|
305
|
<a href="../international/referral.html" class="inner_item">
|
304
|
<a href="../international/referral.html" class="inner_item">
|
306
|
- International Patients
|
|
|
307
|
- </a>
|
305
|
+ International Patients
|
|
|
306
|
+ </a>
|
308
|
<a href="../international/partners.html" class="inner_item">
|
307
|
<a href="../international/partners.html" class="inner_item">
|
309
|
- Partnership Institutions
|
|
|
310
|
- </a>
|
|
|
311
|
-
|
308
|
+ Partnership Institutions
|
|
|
309
|
+ </a>
|
312
|
</div>
|
310
|
</div>
|
313
|
</li>
|
311
|
</li>
|
314
|
<li class="btn navbtn-a" role="button">
|
312
|
<li class="btn navbtn-a" role="button">
|
|
@@ -319,37 +317,34 @@ |
|
@@ -319,37 +317,34 @@ |
319
|
|
317
|
|
320
|
<!-- Swiper -->
|
318
|
<!-- Swiper -->
|
321
|
<div class="img-header">
|
319
|
<div class="img-header">
|
322
|
- <img src="../images/cli2_top.png" width="100%" alt="">
|
320
|
+ <img src="../images/cli2_top.png" width="100%" alt="" />
|
323
|
</div>
|
321
|
</div>
|
324
|
<div class="content">
|
322
|
<div class="content">
|
325
|
<div class="content-word">
|
323
|
<div class="content-word">
|
326
|
-
|
|
|
327
|
<div class="part_details">
|
324
|
<div class="part_details">
|
328
|
<a href="../clinical/departm.html" class="single_part">
|
325
|
<a href="../clinical/departm.html" class="single_part">
|
329
|
- <img src="../images/2-1-1.png" width="100%" alt="" srcset="">
|
326
|
+ <img src="../images/2-1-1.png" width="100%" alt="" srcset="" />
|
330
|
</a>
|
327
|
</a>
|
331
|
<a class="single_part">
|
328
|
<a class="single_part">
|
332
|
- <img src="../images/2-1-2.png" width="100%" alt="" srcset="">
|
329
|
+ <img src="../images/2-1-2.png" width="100%" alt="" srcset="" />
|
333
|
</a>
|
330
|
</a>
|
334
|
<a href="../clinical/medical.html" class="single_part">
|
331
|
<a href="../clinical/medical.html" class="single_part">
|
335
|
- <img src="../images/2-1-3.png" width="100%" alt="" srcset="">
|
332
|
+ <img src="../images/2-1-3.png" width="100%" alt="" srcset="" />
|
336
|
</a>
|
333
|
</a>
|
337
|
<a href="../clinical/radiation.html" class="single_part">
|
334
|
<a href="../clinical/radiation.html" class="single_part">
|
338
|
- <img src="../images/2-1-4.png" width="100%" alt="" srcset="">
|
335
|
+ <img src="../images/2-1-4.png" width="100%" alt="" srcset="" />
|
339
|
</a>
|
336
|
</a>
|
340
|
<a href="../clinical/diagnostic.html" class="single_part">
|
337
|
<a href="../clinical/diagnostic.html" class="single_part">
|
341
|
- <img src="../images/2-1-5.png" width="100%" alt="" srcset="">
|
338
|
+ <img src="../images/2-1-5.png" width="100%" alt="" srcset="" />
|
342
|
</a>
|
339
|
</a>
|
343
|
<a href="../clinical/center.html" class="single_part">
|
340
|
<a href="../clinical/center.html" class="single_part">
|
344
|
- <img src="../images/2-1-6.png" width="100%" alt="" srcset="">
|
341
|
+ <img src="../images/2-1-6.png" width="100%" alt="" srcset="" />
|
345
|
</a>
|
342
|
</a>
|
346
|
-
|
|
|
347
|
</div>
|
343
|
</div>
|
348
|
</div>
|
344
|
</div>
|
349
|
</div>
|
345
|
</div>
|
350
|
<footer class="footer-content">
|
346
|
<footer class="footer-content">
|
351
|
<div class="footer-main">
|
347
|
<div class="footer-main">
|
352
|
-
|
|
|
353
|
<ul class="list-unstyled third-ul">
|
348
|
<ul class="list-unstyled third-ul">
|
354
|
<li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
|
349
|
<li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
|
355
|
<li>Tianjin 300060</li>
|
350
|
<li>Tianjin 300060</li>
|
|
@@ -358,41 +353,51 @@ |
|
@@ -358,41 +353,51 @@ |
358
|
<li>Email: info@tjmuch.com</li>
|
353
|
<li>Email: info@tjmuch.com</li>
|
359
|
</ul>
|
354
|
</ul>
|
360
|
<ul class="list-unstyled first-ul">
|
355
|
<ul class="list-unstyled first-ul">
|
361
|
- <li><img src="../images/yikeda.png" width="160px" alt=""></li>
|
|
|
362
|
- <li><img src="../images/tjuc.png" width="160px" alt=""></li>
|
356
|
+ <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
|
|
|
357
|
+ <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
|
363
|
</ul>
|
358
|
</ul>
|
364
|
</div>
|
359
|
</div>
|
365
|
</footer>
|
360
|
</footer>
|
366
|
-
|
|
|
367
|
</div>
|
361
|
</div>
|
368
|
<script src="../js/jquery-1.11.3.min.js"></script>
|
362
|
<script src="../js/jquery-1.11.3.min.js"></script>
|
369
|
<script src="../js/bootstrap.min.js"></script>
|
363
|
<script src="../js/bootstrap.min.js"></script>
|
370
|
<script src="../js/swiper-3.4.2.jquery.min.js"></script>
|
364
|
<script src="../js/swiper-3.4.2.jquery.min.js"></script>
|
371
|
<script src="../js/common.js"></script>
|
365
|
<script src="../js/common.js"></script>
|
372
|
<script>
|
366
|
<script>
|
373
|
- $(document).ready(function () {
|
|
|
374
|
- $(".btn-group").find(".navbtn-a").click(function () {
|
|
|
375
|
- console.log(this)
|
|
|
376
|
- $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式
|
|
|
377
|
- $(this).addClass('navbtnActive'); // 添加当前元素的样式
|
|
|
378
|
- })
|
|
|
379
|
- })
|
|
|
380
|
- var swiper = new Swiper('.swiper-container', {
|
|
|
381
|
- pagination: '.swiper-pagination',
|
367
|
+ $(document).ready(function() {
|
|
|
368
|
+ $(".btn-group")
|
|
|
369
|
+ .find(".navbtn-a")
|
|
|
370
|
+ .click(function() {
|
|
|
371
|
+ console.log(this);
|
|
|
372
|
+ $(this)
|
|
|
373
|
+ .siblings(".navbtn-a")
|
|
|
374
|
+ .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
|
|
|
375
|
+ $(this).addClass("navbtnActive"); // 添加当前元素的样式
|
|
|
376
|
+ });
|
|
|
377
|
+ });
|
|
|
378
|
+ var swiper = new Swiper(".swiper-container", {
|
|
|
379
|
+ pagination: ".swiper-pagination",
|
382
|
paginationClickable: true
|
380
|
paginationClickable: true
|
383
|
});
|
381
|
});
|
384
|
|
382
|
|
385
|
- var swiper = new Swiper('.swiper-container1', {
|
|
|
386
|
- pagination: '.swiper-pagination',
|
383
|
+ var swiper = new Swiper(".swiper-container1", {
|
|
|
384
|
+ pagination: ".swiper-pagination",
|
387
|
slidesPerView: 3,
|
385
|
slidesPerView: 3,
|
388
|
paginationClickable: true,
|
386
|
paginationClickable: true,
|
389
|
spaceBetween: 30
|
387
|
spaceBetween: 30
|
390
|
});
|
388
|
});
|
391
|
|
389
|
|
392
|
- $('.content-word-left').on('click', 'h4', function () {
|
|
|
393
|
- $(this).addClass('active').siblings().removeClass('active')
|
|
|
394
|
- $('.content-word-right').eq($(this).index()).addClass('active').siblings().removeClass('active')
|
|
|
395
|
- })
|
390
|
+ $(".content-word-left").on("click", "h4", function() {
|
|
|
391
|
+ $(this)
|
|
|
392
|
+ .addClass("active")
|
|
|
393
|
+ .siblings()
|
|
|
394
|
+ .removeClass("active");
|
|
|
395
|
+ $(".content-word-right")
|
|
|
396
|
+ .eq($(this).index())
|
|
|
397
|
+ .addClass("active")
|
|
|
398
|
+ .siblings()
|
|
|
399
|
+ .removeClass("active");
|
|
|
400
|
+ });
|
396
|
</script>
|
401
|
</script>
|
397
|
</body>
|
402
|
</body>
|
398
|
|
403
|
|