审查视图

institute/leadership.html 23.9 KB
朱振飞 authored
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
1  
王毅 authored
5 6 7 8 9 10 11
    <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" />
朱振飞 authored
12 13 14 15 16
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
        .prof_box {
            justify-content: flex-start;
        }
1  
王毅 authored
17 18 19
        
        .prof_item {
            width: auto;
朱振飞 authored
20 21 22
            font-size: 20px;
            color: #333;
        }
1  
王毅 authored
23 24
        
        .prof_img_box {
朱振飞 authored
25 26
            width: 200px;
        }
1  
王毅 authored
27 28
        
        .first_show {
朱振飞 authored
29 30
            width: 50%;
        }
1  
王毅 authored
31 32
        
        .img_text {
朱振飞 authored
33 34 35
            display: flex;
            display: -webkit-flex;
            padding: 15px;
1  
王毅 authored
36
            background: #ebfbf8;
朱振飞 authored
37
        }
1  
王毅 authored
38 39
        
        .img_text_textbox {
朱振飞 authored
40 41 42 43
            font-size: 20px;
            align-self: flex-end;
            margin-left: 25px;
        }
1  
王毅 authored
44 45
        
        .sec_paixu {
朱振飞 authored
46 47
            display: flex;
            display: -webkit-flex;
1  
王毅 authored
48
            background: #ebfbf8;
朱振飞 authored
49 50 51
            width: 100%;
            margin-top: 50px;
        }
1  
王毅 authored
52 53
        
        .sec_paixu .img_text_textbox {
朱振飞 authored
54 55
            font-size: 16px;
        }
1  
王毅 authored
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
        
        .contant {
            width: 1122px;
            margin: 80px auto 0 auto;
        }
        
        .contant_img {
            width: 212px;
            height: 282px;
        }
        
        .contant_img img {
            width: 100%;
            height: 100%;
        }
        
        .contant_word {
            margin-top: 28px;
        }
        
        .contant_name {
            font-size: 20px;
            font-weight: bold;
            color: rgba(114, 113, 113, 1);
            line-height: 30px;
        }
        
        .contant_names {
            font-size: 20px;
            color: rgba(114, 113, 113, 1);
            line-height: 30px;
        }
        
        .contant_center {
1  
王毅 authored
90
            text-align: justify;
1  
王毅 authored
91 92 93 94 95 96
            margin-top: 30px;
            font-size: 20px;
            font-weight: 400;
            color: rgba(114, 113, 113, 1);
            line-height: 33px;
        }
wangyi authored
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
        
        .contant_shangmian {
            display: flex;
            justify-content: space-around;
            align-items: center
        }
        
        .contant_shangmian>div {
            width: 33%
        }
        
        .contant_xiamian {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 70px
        }
        
        .contant_xiamian>div {
            width: 33%
        }
朱振飞 authored
118 119 120 121 122 123 124
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
1  
王毅 authored
125 126 127 128 129 130
                <button type="button" class="navbar-toggle mtperc10 menuPage" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4" aria-expanded="true">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
朱振飞 authored
131
                <a class="navbar-brand logo" href="../index.html">
1  
王毅 authored
132
                    <img class="brand-logo" src="../images/logo.png" alt="" />
朱振飞 authored
133 134 135 136 137
                </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>
1  
王毅 authored
138
                    <input type="text" class="form-control search-input" placeholder="Search" />
朱振飞 authored
139
                    <div class="magnifier">
1  
王毅 authored
140
                        <img src="../images/search_btn.png" alt="" />
朱振飞 authored
141 142 143 144 145 146 147
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
wangyi authored
148
        <div class="bs-example" data-example-id="simple-justified-button-group">
朱振飞 authored
149
            <ul class="nav_menu_items">
1  
王毅 authored
150
                <li class="btn  navbtnActive navbtn-a" role="button">
朱振飞 authored
151
                    <a href="javascript:;">ABOUT US</a>
1  
王毅 authored
152
                    <div class='sec_menu_items'>
朱振飞 authored
153
                        <a href="../about/welcome.html" class="inner_item">
1  
王毅 authored
154 155
                            Welcome Message
                        </a>
朱振飞 authored
156
                        <a href="../about/mission.html" class="inner_item">
1  
王毅 authored
157 158
                            Mission and Vision
                        </a>
wangyi authored
159
                        <!-- <a href="../about/leadership.html" class="inner_item">
1  
王毅 authored
160
                            Leadership
wangyi authored
161
                        </a> -->
朱振飞 authored
162
                        <a href="../about/history.html" class="inner_item">
1  
王毅 authored
163 164
                            History and Milestones
                        </a>
朱振飞 authored
165
                        <a href="../about/quick.html" class="inner_item">
1  
王毅 authored
166 167
                            Quick Facts
                        </a>
朱振飞 authored
168 169 170
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
1  
王毅 authored
171 172

                <li class="btn  navbtn-a" role="button">
朱振飞 authored
173
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
1  
王毅 authored
174 175
                    <div class='sec_menu_items'>
                        <div class="inner_item">
朱振飞 authored
176 177 178
                            Clinical Departments
                            <div class="third_menu_items">
                                <a href="../clinical/departm.html" class="inner_item">
朱振飞 authored
179 180
                                    Surgical Oncology
                                </a>
1  
王毅 authored
181
朱振飞 authored
182
                                <a href="../clinical/medical.html" class="inner_item">
1  
王毅 authored
183 184
                                    Medical Oncology
                                </a>
朱振飞 authored
185
                                <a href="../clinical/radiation.html" class="inner_item">
1  
王毅 authored
186
                                </a>
朱振飞 authored
187
                                <a href="../clinical/diagnostic.html" class="inner_item">
1  
王毅 authored
188 189
                                    Diagnostic Oncology
                                </a>
朱振飞 authored
190
                                <a href="../clinical/center.html" class="inner_item">
1  
王毅 authored
191 192
                                    Center of Excellences
                                </a>
朱振飞 authored
193 194
                            </div>
                        </div>
1  
王毅 authored
195
朱振飞 authored
196
                        <a href="../clinical/activities.html" class="inner_item">
1  
王毅 authored
197 198 199 200 201 202 203 204
                            Clinical Activities
                        </a>
                        <div class="inner_item">
                            Clinical Trials
                            <div class="third_menu_items">
                                <a href="../clinical/trials.html" class="inner_item">
                                    Introduction
                                </a>
1  
王毅 authored
205
                                <a href="../clinical/trials_one.html" class="inner_item">
1  
王毅 authored
206 207
                                    Work Flow Chart
                                </a>
1  
王毅 authored
208
                                <a href="../clinical/trials_two.html" class="inner_item">
1  
王毅 authored
209 210
                                    FInd A Clinical Trail
                                </a>
1  
王毅 authored
211
                                <a href="../clinical/trials_three.html" class="inner_item">
1  
王毅 authored
212 213 214 215
                                    Research Achievement
                                </a>
                            </div>
                        </div>
朱振飞 authored
216
                        <a href="../clinical/finddoctor.html" class="inner_item">
1  
王毅 authored
217 218
                            Find a Doctor
                        </a>
朱振飞 authored
219 220 221 222
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
1  
王毅 authored
223 224
                    <div class='sec_menu_items'>
朱振飞 authored
225
                        <a href="../research/nationalCancer.html" class="inner_item">
1  
王毅 authored
226 227 228
                            National Cancer Clinical Research Center
                        </a>
                        <div class="inner_item">
朱振飞 authored
229 230 231
                            Research
                            <div class="third_menu_items">
                                <a href="../research/research1.html" class="inner_item">
1  
王毅 authored
232 233
                                    Research programs
                                </a>
朱振飞 authored
234
                                <a href="../research/research2.html" class="inner_item">
1  
王毅 authored
235 236
                                    Achievements                                   
                                </a>
朱振飞 authored
237
                                <a href="../research/research3.html" class="inner_item">
1  
王毅 authored
238 239
                                    Key Labaratories                                    
                                </a>
朱振飞 authored
240
                                <a href="../research/researcher.html" class="inner_item">
1  
王毅 authored
241 242
                                    Find a Researcher
                                </a>
朱振飞 authored
243 244
                            </div>
                        </div>
1  
王毅 authored
245
                        <div class="inner_item">
朱振飞 authored
246 247 248
                            Education
                            <div class="third_menu_items">
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
249 250
                                    Graduate Study
                                </a>
朱振飞 authored
251
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
252 253
                                    International Study
                                </a>
朱振飞 authored
254
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
255 256
                                    Continuing Study
                                </a>
朱振飞 authored
257 258 259 260
                            </div>
                        </div>
                    </div>
                </li>
1  
王毅 authored
261
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
262
                    <a href="javascript:;">TIANJIN CANCER INSTITUTE</a>
1  
王毅 authored
263
                    <div class='sec_menu_items'>
朱振飞 authored
264
                        <div href="javascript:;" class="inner_item">
wangyi authored
265
                            Abouts Us
朱振飞 authored
266 267
                            <div class="third_menu_items">
                                <a href="../institute/aboutus.html" class="inner_item">
1  
王毅 authored
268 269
                                    Introduction
                                </a>
朱振飞 authored
270
                                <a href="../institute/leadership.html" class="inner_item">
1  
王毅 authored
271 272
                                    Leadership
                                </a>
朱振飞 authored
273
                                <a href="../institute/history.html" class="inner_item">
1  
王毅 authored
274 275
                                    History
                                </a>
朱振飞 authored
276
                                <a href="../institute/report.html" class="inner_item">
1  
王毅 authored
277 278
                                    Annual Report
                                </a>
朱振飞 authored
279 280 281 282 283 284
                            </div>
                        </div>
                        <div href="../clinical/nursing.html" class="inner_item">
                            Research
                            <div class="third_menu_items">
                                <a href="../institute/researchers.html" class="inner_item">
1  
王毅 authored
285 286
                                    Our Researchers
                                </a>
朱振飞 authored
287
                                <a href="../institute/facilities.html" class="inner_item">
1  
王毅 authored
288 289
                                    Core Facilities and Services
                                </a>
朱振飞 authored
290
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
1  
王毅 authored
291 292
                                    Journal of Clinical Oncology
                                </a>
朱振飞 authored
293 294 295 296 297
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
朱振飞 authored
298
                    <a href="javascript:;">NURSING CARE</a>
1  
王毅 authored
299
                    <div class='sec_menu_items'>
1  
王毅 authored
300
                        <div class="inner_item" style="position: relative">
1  
王毅 authored
301
                            Introduction
1  
王毅 authored
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
                            <div class="third_menu_items">
                                <a href="../care/history_time.html" class="inner_item">
                                  Our Team
                                </a>
                                <a href="../care/history_time_two.html" class=" inner_item ">
                                   Imoportant Events
                                </a>
                                <a href="../care/history_time_three.html " class="inner_item ">
                                 Honor & Awards
                                </a>
                                <a href="../care/history_time_four.html " class="inner_item ">
                                   Contact Us
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
318
                            Nursing Activities
1  
王毅 authored
319 320 321 322 323 324 325
                            <div class="third_menu_items ">
                                <a href="../care/profession.html " class="inner_item ">
                                  Professional Teams
                                </a>
                                <a href="../care/five-two_2.html" class="inner_item ">
                                   Public Services
                                </a>
1  
王毅 authored
326
                                <a href="../care/profession_one.html" class="inner_item ">
1  
王毅 authored
327 328
                                 Compassionate Care
                                </a>
1  
王毅 authored
329
                                <a href="../care/profession_two.html" class="inner_item ">
1  
王毅 authored
330 331 332 333 334
                                   Caring for Nurses
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
335
                            Nursing Teaching
1  
王毅 authored
336 337 338 339 340 341 342 343 344 345
                            <div class="third_menu_items ">
                                <a href="../care/training.1.html" class="inner_item ">
                                 Clinical Nursing Teaching
                                </a>
                                <a href="../care/five-three_2.html" class="inner_item ">
                                  Postgraduate Development
                                </a>
                            </div>
                        </div>
                        <div class="inner_item ">
1  
王毅 authored
346
                            Nursing Research
1  
王毅 authored
347 348
                            <div class="third_menu_items ">
                                <a href="../care/five-four_detail1.html " class="inner_item ">
1  
王毅 authored
349 350
                                  Publications:SCI Papers
                                </a>
1  
王毅 authored
351
                                <a href="../care/five-four_detail2.html" class="inner_item ">
1  
王毅 authored
352 353
                                   Research Projects
                                </a>
1  
王毅 authored
354
                                <a href="../care/five-four_detail3.html" class="inner_item ">
1  
王毅 authored
355 356
                                 Innovations & Patents
                                </a>
1  
王毅 authored
357
                                <a href="../care/five-four_detail4.html " class="inner_item ">
1  
王毅 authored
358 359 360 361
                                   Publications:Books
                                </a>
                            </div>
                        </div>
1  
王毅 authored
362
                        <a href="../care/cancer.html " class="inner_item ">
1  
王毅 authored
363 364 365 366
                            Survivorship Support  
                        </a>

朱振飞 authored
367 368
                    </div>
                </li>
1  
王毅 authored
369 370
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
371
                    <div class='sec_menu_items'>
1  
王毅 authored
372
                        <a href="../international/conference.html " class="inner_item ">
1  
王毅 authored
373 374
                            International Conferences
                        </a>
1  
王毅 authored
375
                        <a href="../international/training.html " class="inner_item ">
1  
王毅 authored
376 377
                            Oversea Trainings
                        </a>
1  
王毅 authored
378
                        <a href="../international/referral.html " class="inner_item ">
1  
王毅 authored
379 380
                            International Patients
                        </a>
1  
王毅 authored
381
                        <a href="../international/partners.html " class="inner_item ">
1  
王毅 authored
382 383 384
                            Partnership Institutions
                        </a>
朱振飞 authored
385 386
                    </div>
                </li>
1  
王毅 authored
387 388
                <li class="btn navbtn-a " role="button ">
                    <a href="../news.html ">NEWS RELEASE</a>
朱振飞 authored
389 390 391 392
                </li>
            </ul>
        </div>
        <!-- Swiper -->
1  
王毅 authored
393
        <!-- <div class="img-header">
朱振飞 authored
394
            <img src="../images/ins_banner.png" width="100%" alt="">
1  
王毅 authored
395
        </div> -->
朱振飞 authored
396
        <div class="content">
1  
王毅 authored
397
            <div class="navpath">
1  
王毅 authored
398
                Tianjin Cancer Institute
wangyi authored
399
                <span>></span>About Us<span>></span>Leadership
1  
王毅 authored
400 401
            </div>
            <div class="contant">
wangyi authored
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
                <div class="contant_shangmian">
                    <div>
                        <div class="contant_top">
                            <div class="contant_img">
                                <img src="../images/30.png" alt="" />
                            </div>
                        </div>
                        <div class="contant_word">
                            <div class="contant_name">
                                Professor Xishan Hao,
                            </div>
                            <div class="contant_names">
                                Director, Tianjin Cancer Institute
                            </div>
                        </div>
朱振飞 authored
417
                    </div>
1  
王毅 authored
418
                </div>
wangyi authored
419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
                <div class="contant_xiamian">
                    <div>
                        <div class="contant_top">
                            <div class="contant_img">
                                <img src="../images/4-1-2-2.png" alt="" />
                            </div>
                        </div>
                        <div class="contant_word">
                            <div class="contant_name">
                                Professor Yinguo Guang
                            </div>
                            <div class="contant_names">
                                Deputy Director,TCI
                            </div>
                            <div class="contant_names">
                                Chair,Department of
                            </div>
                            <div class="contant_names">
                                Cancer Cell Bilolgy
                            </div>
                        </div>
朱振飞 authored
440
                    </div>
wangyi authored
441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484
                    <div>
                        <div class="contant_top">
                            <div class="contant_img">
                                <img src="../images/4-1-2-3.png" alt="" />
                            </div>
                        </div>
                        <div class="contant_word">
                            <div class="contant_name">
                                Professor Niurui Fang
                            </div>
                            <div class="contant_names">
                                Deputy Director,TCI
                            </div>
                            <div class="contant_names">
                                Chair,Department of
                            </div>
                            <div class="contant_names">
                                Publick Laboratory
                            </div>
                        </div>
                    </div>
                    <div>
                        <div class="contant_top">
                            <div class="contant_img">
                                <img src="../images/4-1-2-4.png" alt="" />
                            </div>
                        </div>
                        <div class="contant_word">
                            <div class="contant_name">
                                Professor Hui Li
                            </div>
                            <div class="contant_names">
                                Deputy Director,TCI
                            </div>
                            <div class="contant_names">
                                Chair,Department of
                            </div>
                            <div class="contant_names">
                                Gastrointestinal
                            </div>
                            <div class="contant_names">
                                Cancer Biology
                            </div>
                        </div>
朱振飞 authored
485 486
                    </div>
                </div>
wangyi authored
487
                <!-- <div class="contant_center">
1  
王毅 authored
488 489 490 491 492 493 494 495
                    Professor Xishan Hao, Academician of Chinese Academy of Engineering; Director of the National Clinical Research Center for Cancer; Director of Tianjin Cancer Institute; Member of the 9th National Committee of China Association for Science and Technology;
                    Deputy Director of the Special Committee for International Cooperation and External Liaison of China Association for Science and Technology; Chairman of the Board of Supervisors of CACA;Chairman of The Professional Committee of Clinical
                    Application, China Medicinal Biotech Association; Editor-in-Chief of 《Chinese Journal of Clinical Oncology》 and 《Cancer Biology &Medicine》. Vice President of Serologic International Society (SIS); Honorary President of Tianjin Medical
                    University; Honorary President of Tianjin Medical University Cancer Institute & Hospital, Honorary President of CACA;
                </div>
                <div class="contant_center">
                    Professor Xishan Hao is a leading surgical oncologist in China. He has devoted himself to clinical oncology and scientific research in the field of cancer for more than 40 years and made many innovative achievements in surgical oncology, immunotherapy
                    and cancer epidemiology.
wangyi authored
496
                </div> -->
朱振飞 authored
497
            </div>
1  
王毅 authored
498
            <div class="contant_bottom"></div>
朱振飞 authored
499 500 501 502 503 504 505 506 507 508 509
        </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">
1  
王毅 authored
510 511
                    <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
朱振飞 authored
512 513 514 515 516 517 518 519 520
                </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/common.js"></script>
    <script>
1  
王毅 authored
521 522 523 524 525 526 527 528 529 530 531 532 533
        $(document).ready(function() {
            $(".btn-group")
                .find(".navbtn-a")
                .click(function() {
                    console.log(this);
                    $(this)
                        .siblings(".navbtn-a")
                        .removeClass("navbtnActive"); // 删除其他兄弟元素的样式
                    $(this).addClass("navbtnActive"); // 添加当前元素的样式
                });
        });
        var swiper = new Swiper(".swiper-container", {
            pagination: ".swiper-pagination",
朱振飞 authored
534 535 536
            paginationClickable: true
        });
1  
王毅 authored
537 538
        var swiper = new Swiper(".swiper-container1", {
            pagination: ".swiper-pagination",
朱振飞 authored
539 540 541 542 543 544 545 546
            slidesPerView: 3,
            paginationClickable: true,
            spaceBetween: 30
        });
    </script>
</body>

</html>