审查视图

朱振飞 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="./css/bootstrap.min.css">
    <link rel="stylesheet" href="./css/swiper-3.4.2.min.css">
    <link rel="stylesheet" href="./css/base.css">
    <link rel="stylesheet" href="./css/index.css">
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
        .content {
            position: relative;
wangyi authored
16
            padding-top: 61px;
朱振飞 authored
17
        }
1  
王毅 authored
18
        
朱振飞 authored
19 20 21 22 23 24 25 26 27 28
        .swiper-container1 {
            padding-bottom: 60px;
        }
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
1  
王毅 authored
29
                <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
朱振飞 authored
30 31 32 33 34 35 36 37 38 39 40 41 42 43
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand logo" href="./index.html">
                    <img class="brand-logo" src="./images/logo.png" alt="">
                </a>
            </div>
            <div class="navbar-collapse collapse in" id="bs-example-navbar-collapse-4" aria-expanded="true">
                <div class="search-group mt30 form-group navbar-text navbar-right">
                    <a href="http://www.tjmuch.com/" class="langue">中文</a>
                    <input type="text" class="form-control search-input" placeholder="Search">
                    <div class="magnifier">
王毅 authored
44
                        <img src="./images/search_btn.png" alt="">
朱振飞 authored
45 46 47 48 49 50 51 52 53 54 55 56
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc pc_warp">
        <div class="mask"></div>
        <div class="bs-example" data-example-id="simple-justified-button-group">
            <ul class="nav_menu_items">
                <li class="btn  navbtnActive navbtn-a" role="button">
                    <a href="javascript:;">ABOUT US</a>
                    <div class='sec_menu_items'>
王毅 authored
57
                        <a href="./about/welcome.html" class="inner_item">
朱振飞 authored
58 59
                            Welcome Message
                        </a>
王毅 authored
60
                        <a href="./about/mission.html" class="inner_item">
朱振飞 authored
61 62
                            Mission and Vision
                        </a>
王毅 authored
63
                        <!-- <a href="./about/leadership.html" class="inner_item">
1  
王毅 authored
64
                            Leadership
wangyi authored
65
                        </a> -->
王毅 authored
66
                        <a href="./about/history.html" class="inner_item">
朱振飞 authored
67 68
                            History and Milestones
                        </a>
王毅 authored
69
                        <a href="./about/quick.html" class="inner_item">
朱振飞 authored
70 71
                            Quick Facts
                        </a>
王毅 authored
72
                        <a href="./about/contact.html" class="inner_item">Contact Us</a>
朱振飞 authored
73 74 75 76 77 78
                    </div>
                </li>

                <li class="btn  navbtn-a" role="button">
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
                    <div class='sec_menu_items'>
1  
王毅 authored
79
                        <div class="inner_item">
朱振飞 authored
80 81
                            Clinical Departments
                            <div class="third_menu_items">
王毅 authored
82
                                <a href="./clinical/departm.html" class="inner_item">
朱振飞 authored
83
                                    Surgical Oncology
朱振飞 authored
84
                                </a>
王毅 authored
85
                                <a href="./clinical/medical.html" class="inner_item">
朱振飞 authored
86 87
                                    Medical Oncology
                                </a>
王毅 authored
88
                                <a href="./clinical/radiation.html" class="inner_item">
朱振飞 authored
89
                                </a>
王毅 authored
90
                                <a href="./clinical/diagnostic.html" class="inner_item">
朱振飞 authored
91 92
                                    Diagnostic Oncology
                                </a>
王毅 authored
93
                                <a href="./clinical/center.html" class="inner_item">
朱振飞 authored
94 95 96 97
                                    Center of Excellences
                                </a>
                            </div>
                        </div>
1  
王毅 authored
98
王毅 authored
99
                        <a href="./clinical/activities.html" class="inner_item">
朱振飞 authored
100 101
                            Clinical Activities
                        </a>
1  
朱振飞 authored
102
                        <div class="inner_item">
朱振飞 authored
103
                            Clinical Trials
1  
朱振飞 authored
104
                            <div class="third_menu_items">
王毅 authored
105
                                <a href="./clinical/trials.html" class="inner_item">
1  
王毅 authored
106
                                    Introduction
朱振飞 authored
107
                                </a>
王毅 authored
108
                                <a href="./clinical/trials_one.html" class="inner_item">
朱振飞 authored
109 110
                                    Work Flow Chart
                                </a>
王毅 authored
111
                                <a href="./clinical/trials_two.html" class="inner_item">
朱振飞 authored
112 113
                                    FInd A Clinical Trail
                                </a>
王毅 authored
114
                                <a href="./clinical/trials_three.html" class="inner_item">
朱振飞 authored
115 116
                                    Research Achievement
                                </a>
1  
朱振飞 authored
117 118
                            </div>
                        </div>
王毅 authored
119
                        <a href="./clinical/finddoctor.html" class="inner_item">
朱振飞 authored
120 121 122 123 124 125 126
                            Find a Doctor
                        </a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
                    <div class='sec_menu_items'>
1  
王毅 authored
127
王毅 authored
128
                        <a href="./research/nationalCancer.html" class="inner_item">
朱振飞 authored
129 130
                            National Cancer Clinical Research Center
                        </a>
1  
王毅 authored
131
                        <div class="inner_item">
朱振飞 authored
132 133
                            Research
                            <div class="third_menu_items">
王毅 authored
134
                                <a href="./research/research1.html" class="inner_item">
朱振飞 authored
135 136
                                    Research programs
                                </a>
王毅 authored
137
                                <a href="./research/research2.html" class="inner_item">
朱振飞 authored
138 139
                                    Achievements                                   
                                </a>
王毅 authored
140
                                <a href="./research/research3.html" class="inner_item">
朱振飞 authored
141 142
                                    Key Labaratories                                    
                                </a>
王毅 authored
143
                                <a href="./research/researcher.html" class="inner_item">
朱振飞 authored
144 145 146 147
                                    Find a Researcher
                                </a>
                            </div>
                        </div>
1  
王毅 authored
148
                        <div class="inner_item">
朱振飞 authored
149 150
                            Education
                            <div class="third_menu_items">
王毅 authored
151
                                <a href="./research/education.html" class="inner_item">
朱振飞 authored
152 153
                                    Graduate Study
                                </a>
王毅 authored
154
                                <a href="./research/education.html" class="inner_item">
朱振飞 authored
155 156
                                    International Study
                                </a>
王毅 authored
157
                                <a href="./research/education.html" class="inner_item">
朱振飞 authored
158 159 160 161 162 163 164 165 166 167
                                    Continuing Study
                                </a>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
                    <div class='sec_menu_items'>
                        <div href="javascript:;" class="inner_item">
wangyi authored
168
                            Abouts Us
朱振飞 authored
169
                            <div class="third_menu_items">
王毅 authored
170
                                <a href="./institute/aboutus.html" class="inner_item">
1  
王毅 authored
171
                                    Introduction
朱振飞 authored
172
                                </a>
王毅 authored
173
                                <a href="./institute/leadership.html" class="inner_item">
朱振飞 authored
174 175
                                    Leadership
                                </a>
王毅 authored
176
                                <a href="./institute/history.html" class="inner_item">
朱振飞 authored
177 178
                                    History
                                </a>
王毅 authored
179
                                <a href="./institute/report.html" class="inner_item">
朱振飞 authored
180 181 182 183
                                    Annual Report
                                </a>
                            </div>
                        </div>
王毅 authored
184
                        <div href="./clinical/nursing.html" class="inner_item">
朱振飞 authored
185 186
                            Research
                            <div class="third_menu_items">
王毅 authored
187
                                <a href="./institute/researchers.html" class="inner_item">
朱振飞 authored
188 189
                                    Our Researchers
                                </a>
王毅 authored
190
                                <a href="./institute/facilities.html" class="inner_item">
朱振飞 authored
191 192 193 194 195 196 197 198 199 200
                                    Core Facilities and Services
                                </a>
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
                                    Journal of Clinical Oncology
                                </a>
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
201
                    <a href="javascript:;">NURSING CARE</a>
朱振飞 authored
202
                    <div class='sec_menu_items'>
1  
王毅 authored
203
                        <div class="inner_item" style="position: relative">
1  
王毅 authored
204
                            Introduction
1  
王毅 authored
205
                            <div class="third_menu_items">
王毅 authored
206
                                <a href="./care/history_time.html" class="inner_item">
1  
王毅 authored
207 208
                                  Our Team
                                </a>
王毅 authored
209
                                <a href="./care/history_time_two.html" class=" inner_item ">
1  
王毅 authored
210 211
                                   Imoportant Events
                                </a>
王毅 authored
212
                                <a href="./care/history_time_three.html " class="inner_item ">
1  
王毅 authored
213 214
                                 Honor & Awards
                                </a>
王毅 authored
215
                                <a href="./care/history_time_four.html " class="inner_item ">
1  
王毅 authored
216 217 218 219 220
                                   Contact Us
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
朱振飞 authored
221
                            Nursing Activities
1  
王毅 authored
222
                            <div class="third_menu_items ">
王毅 authored
223
                                <a href="./care/profession.html " class="inner_item ">
1  
王毅 authored
224 225
                                  Professional Teams
                                </a>
王毅 authored
226
                                <a href="./care/five-two_2.html" class="inner_item ">
1  
王毅 authored
227 228
                                   Public Services
                                </a>
王毅 authored
229
                                <a href="./care/profession_one.html" class="inner_item ">
1  
王毅 authored
230 231
                                 Compassionate Care
                                </a>
王毅 authored
232
                                <a href="./care/profession_two.html" class="inner_item ">
1  
王毅 authored
233 234 235 236 237
                                   Caring for Nurses
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
238
                            Nursing Teaching
1  
王毅 authored
239
                            <div class="third_menu_items ">
王毅 authored
240
                                <a href="./care/training.1.html" class="inner_item ">
1  
王毅 authored
241 242
                                 Clinical Nursing Teaching
                                </a>
王毅 authored
243
                                <a href="./care/five-three_2.html" class="inner_item ">
1  
王毅 authored
244 245 246 247 248
                                  Postgraduate Development
                                </a>
                            </div>
                        </div>
                        <div class="inner_item ">
1  
王毅 authored
249
                            Nursing Research
1  
王毅 authored
250
                            <div class="third_menu_items ">
王毅 authored
251
                                <a href="./care/five-four_detail1.html " class="inner_item ">
1  
王毅 authored
252
                                  Publications:SCI Papers
朱振飞 authored
253
                                </a>
王毅 authored
254
                                <a href="./care/five-four_detail2.html" class="inner_item ">
1  
王毅 authored
255
                                   Research Projects
朱振飞 authored
256
                                </a>
王毅 authored
257
                                <a href="./care/five-four_detail3.html" class="inner_item ">
1  
王毅 authored
258
                                 Innovations & Patents
朱振飞 authored
259
                                </a>
王毅 authored
260
                                <a href="./care/five-four_detail4.html " class="inner_item ">
1  
王毅 authored
261
                                   Publications:Books
朱振飞 authored
262 263 264
                                </a>
                            </div>
                        </div>
王毅 authored
265
                        <a href="./care/cancer.html " class="inner_item ">
1  
王毅 authored
266
                            Survivorship Support  
朱振飞 authored
267
                        </a>
1  
王毅 authored
268 269

朱振飞 authored
270 271
                    </div>
                </li>
1  
王毅 authored
272 273
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
朱振飞 authored
274
                    <div class='sec_menu_items'>
王毅 authored
275
                        <a href="./international/conference.html " class="inner_item ">
朱振飞 authored
276 277
                            International Conferences
                        </a>
王毅 authored
278
                        <a href="./international/training.html " class="inner_item ">
朱振飞 authored
279 280
                            Oversea Trainings
                        </a>
王毅 authored
281
                        <a href="./international/referral.html " class="inner_item ">
朱振飞 authored
282 283
                            International Patients
                        </a>
王毅 authored
284
                        <a href="./international/partners.html " class="inner_item ">
朱振飞 authored
285 286 287 288 289
                            Partnership Institutions
                        </a>

                    </div>
                </li>
1  
王毅 authored
290
                <li class="btn navbtn-a " role="button ">
王毅 authored
291
                    <a href="./news.html ">NEWS RELEASE</a>
朱振飞 authored
292 293 294 295 296
                </li>
            </ul>
        </div>

        <!-- Swiper -->
1  
王毅 authored
297 298
        <div class="top_swiper ">
            <div class="top_swiper_left ">
1  
王毅 authored
299
                <div class="swiper-container" id="d_slider">
1  
王毅 authored
300
                    <div class="swiper-wrapper ">
1  
王毅 authored
301
                        <div class="swiper-slide content-four-img">
王毅 authored
302
                            <img src="./images/index_banner_1.png" width="100%" alt="" />
朱振飞 authored
303
                        </div>
1  
王毅 authored
304
                        <div class="swiper-slide content-four-img">
王毅 authored
305
                            <img src="./images/index_banner_2.png" width="100%" alt="" />
朱振飞 authored
306
                        </div>
1  
王毅 authored
307
                        <div class="swiper-slide content-four-img">
王毅 authored
308
                            <img src="./images/index_banner_3.png" width="100%" alt="" />
朱振飞 authored
309
                        </div>
1  
王毅 authored
310
                        <div class="swiper-slide content-four-img">
王毅 authored
311
                            <img src="./images/index_banner_4.png" width="100%" alt="" />
朱振飞 authored
312
                        </div>
1  
王毅 authored
313
                        <div class="swiper-slide content-four-img">
王毅 authored
314
                            <img src="./images/index_banner_5.png" width="100%" alt="" />
朱振飞 authored
315
                        </div>
1  
王毅 authored
316
                        <div class="swiper-slide content-four-img">
王毅 authored
317
                            <img src="./images/index_banner_6.png" width="100%" alt="" />
朱振飞 authored
318
                        </div>
朱振飞 authored
319 320
                    </div>
                    <!-- Add Pagination -->
王毅 authored
321
                    <!-- <img src="./images/left.png" class="swiper-button-prev" alt="" /> -->
1  
王毅 authored
322
                    <div class="swiper-pagination"></div>
王毅 authored
323
                    <!-- <img src="./images/right.png" class="swiper-button-next" alt="" /> -->
朱振飞 authored
324 325
                </div>
            </div>
1  
王毅 authored
326 327 328
            <div class="top_swiper_right ">
                <div class="news_items ">
                    <div class="news_content ">
朱振飞 authored
329 330
                        <ul>
                            <li>
1  
王毅 authored
331
                                <a href="javascript:; ">TMUCIH delegation visited National Cancer Center and Teikyo University School of Medicine in Japan</a>
朱振飞 authored
332 333
                            </li>
                            <li>
1  
王毅 authored
334
                                <a href="javascript:; ">The 12th Joint Conference between TMUCIH and KIRAMS successfully held in Korea</a>
朱振飞 authored
335 336
                            </li>
                            <li>
1  
王毅 authored
337
                                <a href="javascript:; ">An expert team from Moffitt Cancer Center made academic exchanges in TMUCIH</a>
朱振飞 authored
338 339
                            </li>
                            <li>
1  
王毅 authored
340
                                <a href="javascript:; ">Sino-German Round Table Symposium on Cancer Precision Medicine in the Era of Big Data: Tianjin 2019</a>
朱振飞 authored
341 342
                            </li>
                            <li>
1  
王毅 authored
343
                                <a href="javascript:; ">Mr. Vitali V. Fadeyev, Senior Counselor of the Russian Embassy in Chinavisited our hospital</a>
朱振飞 authored
344
                            </li>
1  
王毅 authored
345
                            <!-- <li>
1  
王毅 authored
346
                                <a href="javascript:; ">The Third International Conference on Cancer Translational
朱振飞 authored
347
                                    Research</a>
1  
王毅 authored
348
                            </!-->
朱振飞 authored
349 350
                        </ul>
                    </div>
1  
王毅 authored
351 352
                    <a class="read_more " href="news.html ">
                        <img src="./images/learnmoren.png " width="100% " alt=" ">
朱振飞 authored
353 354 355 356
                    </a>
                </div>
            </div>
        </div>
1  
王毅 authored
357 358
        <div class="header-title ">
            <div class="header-title-left ">
朱振飞 authored
359 360 361 362 363 364
                <h3>TOGETHER, WE FIGHT CANCER!</h3>
                <ul>
                    <li>Continuously ranked as one of the top 4 cancer centers in China;</li>
                    <li>In 2018 China’s best hospital ranking, oncology was ranked #4 and thoracic surgery #10</li>
                    <li>The yearly general surgery number was ranked #3 in all hospitals in China;</li>
                    <li>Focus on academic medicine and translational research;</li>
1  
王毅 authored
365 366
                    <li>Best known oncology programs include breast, lung , esophagus, head and neck and GI cancers.
                    </li>
朱振飞 authored
367 368
                </ul>
            </div>
1  
王毅 authored
369
            <div class="header-title-right ">
朱振飞 authored
370
                <h3>Clinical Departments </h3>
1  
王毅 authored
371 372 373 374
                <div class="form-group ">
                    <input type="text " class="form-control input-lg ">
                    <button type="button " class="btn btn-warning btn-lg ">
                        <img src="./images/01pc-main/pic (9).png " alt=" ">
朱振飞 authored
375 376 377
                    </button>
                </div>
                <h3>Research</h3>
1  
王毅 authored
378 379 380 381
                <div class="form-group ">
                    <input type="text " class="form-control input-lg ">
                    <button type="button " class="btn btn-warning btn-lg ">
                        <img src="./images/01pc-main/pic (9).png " alt=" ">
朱振飞 authored
382 383 384 385 386
                    </button>
                </div>
            </div>
        </div>
1  
王毅 authored
387 388
        <div id="gridSystemModal " class="modal fade " tabindex="-1 " role="dialog " aria-labelledby="gridModalLabel " style="display: none; ">
            <div class="modal-dialog downDialog " role="document ">
朱振飞 authored
389 390
                <div class="modal-content ">
                    <div class="modal-body ">
1  
王毅 authored
391
                        <div class="mddown-word ">
朱振飞 authored
392
                            <h4>Welcome to the Tianjin Medical University Cancer Institue & Hospital!</h4>
1  
王毅 authored
393
                            <h4>We are confident that we will offer the best treatment and care for cancer patients through promoting cancer research,treatment,the education</h4>
朱振飞 authored
394
                        </div>
1  
王毅 authored
395 396
                        <div class="mddown-img ">
                            <div class="mddown-img-item ">
朱振飞 authored
397 398
                                <h5>Welcome Message</h5>
                                <div>
1  
王毅 authored
399
                                    <img src="./images/02pc-downmeun/pic (1).png " alt=" ">
朱振飞 authored
400 401
                                </div>
                            </div>
1  
王毅 authored
402
                            <div class="mddown-img-item ">
朱振飞 authored
403 404
                                <h5>Mission and Vision</h5>
                                <div>
1  
王毅 authored
405
                                    <img src="./images/02pc-downmeun/pic (2).png " alt=" ">
朱振飞 authored
406 407
                                </div>
                            </div>
1  
王毅 authored
408
                            <div class="mddown-img-item ">
朱振飞 authored
409 410
                                <h5>Leadership</h5>
                                <div>
1  
王毅 authored
411
                                    <img src="./images/02pc-downmeun/pic (3).png " alt=" ">
朱振飞 authored
412 413
                                </div>
                            </div>
1  
王毅 authored
414
                            <div class="mddown-img-item ">
朱振飞 authored
415 416
                                <h5>History and Milestones</h5>
                                <div>
1  
王毅 authored
417
                                    <img src="./images/02pc-downmeun/pic (4).png " alt=" ">
朱振飞 authored
418 419
                                </div>
                            </div>
1  
王毅 authored
420
                            <div class="mddown-img-item ">
朱振飞 authored
421 422
                                <h5>Quick Facts</h5>
                                <div>
1  
王毅 authored
423
                                    <img src="./images/02pc-downmeun/pic (5).png " alt=" ">
朱振飞 authored
424 425
                                </div>
                            </div>
1  
王毅 authored
426
                            <div class="mddown-img-item ">
朱振飞 authored
427 428
                                <h5>Organization Management</h5>
                                <div>
1  
王毅 authored
429
                                    <img src="./images/02pc-downmeun/pic (6).png " alt=" ">
朱振飞 authored
430 431 432
                                </div>
                            </div>
                        </div>
1  
王毅 authored
433
                        <a class="mddown-footer " href="./pcSecond.html ">
朱振飞 authored
434 435 436 437 438 439 440 441
                            LEARN MORE ABOUT US >
                        </a>
                    </div>
                </div>
                <!-- /.modal-content -->
            </div>
            <!-- /.modal-dialog -->
        </div>
1  
王毅 authored
442
        <div class="content ">
朱振飞 authored
443
1  
王毅 authored
444 445 446
            <div class="imgshow-wrapper margin0 ">
                <!--<img src="./images/allimg.png " width="100% " alt=" ">-->
                <div class="imgshow-wrapper-left ">
王毅 authored
447
                    <a href="./about/quick.html " class="imgshow-wrlf-top ">
1  
王毅 authored
448
                        <img src="./images/model1.png " width="100% " alt=" ">
朱振飞 authored
449
                    </a>
1  
王毅 authored
450
                    <div class="imgshow-wrlf-bottom ">
王毅 authored
451
                        <a href="./research/departments.html " class="imgshow-wrlf-bottom-lf ">
1  
王毅 authored
452
                            <img src="./images/model3.png " width="100% " alt=" ">
朱振飞 authored
453
                        </a>
王毅 authored
454
                        <a href="./research/research1.html " class="imgshow-wrlf-bottom-rt ">
1  
王毅 authored
455
                            <img src="./images/featured.png " width="100% " alt=" ">
朱振飞 authored
456 457 458
                        </a>
                    </div>
                </div>
1  
王毅 authored
459 460
                <div class="imgshow-wrapper-right ">
                    <div class="imgshow-wrrt-top ">
王毅 authored
461
                        <a href="./clinical/trials.html ">
朱振飞 authored
462
                            <!--Welcome the CEO of Varian Medical Systems to visit TMUCIH-->
1  
王毅 authored
463
                            <img src="./images/clinicaltrials.png " width="100% " alt=" ">
朱振飞 authored
464
                        </a>
王毅 authored
465
                        <a href="./clinical/trials.html ">
1  
王毅 authored
466
                            <img src="./images/model2.png " width="100% " alt=" ">
朱振飞 authored
467 468
                        </a>
                    </div>
1  
王毅 authored
469
                    <div class="imgshow-wrrt-bottom ">
王毅 authored
470
                        <a href="./clinical/departments.html " class="imgshow-wrrt-bottom-lf ">
1  
王毅 authored
471
                            <img src="./images/model4.png " width="100% " alt=" ">
朱振飞 authored
472
                        </a>
王毅 authored
473
                        <a href="./clinical/departments.html " class="imgshow-wrrt-bottom-rt ">
1  
王毅 authored
474
                            <img src="./images/model5.png " width="100% " alt=" ">
朱振飞 authored
475 476 477 478
                        </a>
                    </div>
                </div>
            </div>
wangyi authored
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
            <div class="index_bottom_clincal">
                <div class="index_bottom_clincal_title">
                    <h3>CLINICAL DEPARTMENTS</h3>
                </div>
                <div class="index_bottom_clincal_swiper">
                    <div class="swiper-container swiper-container_bot" id="pc_bottom_swiper">
                        <div class="swiper-wrapper">
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_1.png" alt="" style="width:100%">
                                    <h4>Esophagael Cancer</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_2.png" alt="" style="width:100%">
                                    <h4>Breast Cancer Oncology</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_3.png" alt="" style="width:100%">
                                    <h4>Clinical Laboratory</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_1.png" alt="" style="width:100%">
                                    <h4>Esophagael Cancer</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_2.png" alt="" style="width:100%">
                                    <h4>Breast Cancer Oncology</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_3.png" alt="" style="width:100%">
                                    <h4>Clinical Laboratory</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_1.png" alt="" style="width:100%">
                                    <h4>Esophagael Cancer</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_2.png" alt="" style="width:100%">
                                    <h4>Breast Cancer Oncology</h4>
                                </div>
                            </div>
                            <div class="swiper-slide">
                                <div class="index_bottom_clincal_box"><img src="./images/clinical_3.png" alt="">
                                    <h4>Clinical Laboratory</h4>
                                </div>
                            </div>
                        </div>
                        <!-- Add Pagination -->
                        <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"></div>
                    </div>
                </div>
            </div>
            <!-- <div class="bottom-wrapper ">
朱振飞 authored
538
                <h3>CLINICAL DEPARTMENTS</h3>
1  
王毅 authored
539 540 541 542 543
                <div class="swiper-container swiper-container1 " id="pc_bottom_swiper ">
                    <div class="swiper-wrapper ">
                        <div class="swiper-slide ">
                            <a href="# ">
                                <img src="./images/clinical_1.png " width="100% " alt=" ">
朱振飞 authored
544 545 546
                            </a>
                            <dl>
                                <dt>Esophagael Cancer</dt>
wangyi authored
547
                               
朱振飞 authored
548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570
                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_2.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Breast Cancer Oncology
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_3.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Clinical Laboratory
                                </dt>

                            </dl>
朱振飞 authored
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
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_4.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>Enhanced Recovery After Surgery</dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_5.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Hematology
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_6.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Ultrasound
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_2.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Breast Cancer Oncology
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_3.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Clinical Laboratory
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_4.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>Enhanced Recovery After Surgery</dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_5.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Hematology
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_6.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Ultrasound
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_2.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Breast Cancer Oncology
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_3.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Clinical Laboratory
                                </dt>

                            </dl>
朱振飞 authored
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
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_4.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>Enhanced Recovery After Surgery</dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_5.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Hematology
                                </dt>

                            </dl>
                        </div>
                        <div class="swiper-slide">
                            <a href="#">
                                <img src="./images/clinical_6.png" width="100%" alt="">
                            </a>
                            <dl>
                                <dt>
                                    Ultrasound
                                </dt>

                            </dl>
                        </div>
                    </div>
                    <div class="swiper-pagination swiper-pagination1"></div>
                </div>
wangyi authored
713
            </div> -->
朱振飞 authored
714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746
            <div class="bottom-wrapper">
                <!-- <h3>FRENDLY LINKS</h3> -->
                <div class="friend_box">
                    <a href="http://www.uicc.org/" class="friend_item">
                        <img src="./images/frined4.png" width="100%" alt="">
                    </a>
                    <a href="http://www.mdanderson.org/" class="friend_item">
                        <img src="./images/friend4.png" width="100%" alt="">
                    </a>
                    <a href="http://www.moffitt.org/" class="friend_item">
                        <img src="./images/friend3.png" width="100%" alt="">
                    </a>
                    <a href="http://www.nebraskamed.com/" class="friend_item">
                        <img src="./images/image007.png" width="100%" alt="">
                    </a>
                    <a href="http://www.kirams.re.kr/kirams_eng/" class="friend_item">
                        <img src="./images/friend2.png" width="100%" alt="">
                    </a>
                    <a href="http://www.showa-u.ac.jp" class="friend_item">
                        <img src="./images/friend1.png" width="100%" alt="">
                    </a>
                    <a href="https://www.dkfz.de" class="friend_item">
                        <img src="./images/image013.png" width="100%" alt="">
                    </a>
                    <a href="https://www.nfcr.org/" class="friend_item">
                        <img src="./images/friend6.png" width="100%" alt="">
                    </a>
                    <a href="https://www.kcl.ac.uk/ " class="friend_item">
                        <img src="./images/friend9.png" width="100%" alt="">
                    </a>
                </div>
            </div>
            <!-- <div class="bottom-wrapper">
1  
王毅 authored
747
                <h3>RELATED LINKS</h3>-->
朱振飞 authored
748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765
            <!-- <div class="footer-logo">
                <img src="./images/bottom_logo.png" alt="">
            </div> -->
        </div>
    </div>
    <footer class="footer-content">
        <div class="footer-main">

            <ul class="list-unstyled third-ul">
                <li>West Huan-Hu Rd, Ti Yuan Bei, Hexi District</li>
                <li>Tianjin 300060</li>
                <li>China</li>
                <li>Tel/Fax: 0086-22-23359337</li>
                <li>Email: info@tjmuch.com</li>
            </ul>


            <ul class="list-unstyled first-ul">
王毅 authored
766 767
                <li><img src="./images/yikeda.png" width="160px" alt=""></li>
                <li><img src="./images/tjuc.png" width="160px" alt=""></li>
朱振飞 authored
768 769 770 771 772 773 774 775 776 777 778 779
            </ul>
        </div>
    </footer>

    </div>

    <script src="./js/jquery-1.11.3.min.js"></script>
    <script src="./js/bootstrap.min.js"></script>
    <script src="./js/swiper-3.4.2.jquery.min.js"></script>
    <script src="./js/scroll.js"></script>
    <script src="./js/common.js"></script>
    <script>
1  
王毅 authored
780 781
        $(document).ready(function() {
            $(".menuPage").click(function() {
朱振飞 authored
782 783
                location.href = "./mobilepage/mbsecondmenuAbout.html"
            })
1  
王毅 authored
784
            $(".mbMenu").click(function() {
朱振飞 authored
785 786
                location.href = "./mobilepage/mbsecondmenu.html"
            })
1  
王毅 authored
787
            $('.news_content ').myScroll({
朱振飞 authored
788 789 790 791 792
                speed: 60, //数值越大,速度越慢 
                rowHeight: 100 //li的高度
            });

        })
1  
王毅 authored
793 794

        var swiper = new Swiper("#d_slider", {
朱振飞 authored
795 796
            autoplay: {
                delay: 3000,
1  
王毅 authored
797
                disableOnInteraction: false
朱振飞 authored
798
            },
1  
王毅 authored
799 800 801 802 803 804 805 806
            allowTouchMove: true,
            lazy: {
                loadPrevNext: true,
                loadPrevNextAmount: 3
            },
            centeredSlides: true,
            spaceBetween: 50,
            slidesOffsetBefore: 0,
朱振飞 authored
807
            loop: true,
1  
王毅 authored
808 809
            slidesPerView: "auto",
            on: {},
朱振飞 authored
810
            pagination: {
1  
王毅 authored
811
                el: ".swiper-pagination",
朱振飞 authored
812
                clickable: true,
1  
王毅 authored
813 814 815
                renderBullet: function(index, className) {
                    return '<div class="' + className + '"><span></span><i></i></div>';
                }
朱振飞 authored
816 817
            },
            navigation: {
1  
王毅 authored
818 819 820
                nextEl: ".swiper-button-next",
                prevEl: ".swiper-button-prev"
            }
朱振飞 authored
821 822
        });
1  
王毅 authored
823
wangyi authored
824 825 826 827 828 829 830 831 832
        var swiper = new Swiper('.swiper-container_bot', {
            pagination: '.swiper-pagination',
            paginationClickable: true,
            slidesPerView: 3,
            paginationClickable: true,
            spaceBetween: 30
        });

1  
王毅 authored
833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848
        // var swiper = new Swiper('#pc_bottom_swiper ', {
        //     slidesPerView: 3,
        //     spaceBetween: 30,
        //     slidesPerGroup: 3,
        //     loop: true,
        //     loopFillGroupWithBlank: true,
        //     pagination: {
        //         el: '.swiper-pagination ',
        //         clickable: true,
        //     },
        //     navigation: {
        //         nextEl: '.swiper-button-next ',
        //         prevEl: '.swiper-button-prev ',
        //     },

        // });
朱振飞 authored
849 850 851 852
    </script>
</body>

</html>