审查视图

details03-03.html 44.3 KB
朱振飞 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
<!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">
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
        html,
        body {
            width: 100%;
            height: 100%;
        }
        
        .mtperc10 {
            margin-top: 4%;
        }
        
        .bgf {
            background-color: #fff;
        }
        
        .mt30 {
            margin-top: 30px;
        }
        
        .mb0 {
            margin-bottom: 0px;
        }
        
        .navbar-brand {
            height: 100%!important;
        }
        
        .container-fluid {
            margin: 0%;
            padding: 0%;
        }
        
        .swiper-pagination-bullet-active {
            background: #00a16c;
        }
        /* 小屏幕(平板,大于等于 768px) */
        
        @media only screen and (min-width: 768px) {
            .mobile {
                display: none;
            }
            .logo {
                width: 100%;
            }
            #bs-example-navbar-collapse-5 {
                display: none!important;
            }
            .search-group {
                position: relative;
            }
            .brand-logo {
                display: inline-block;
                height: auto;
                max-width: 100%;
            }
            .search-group .search-input {
                width: 310px;
                border-radius: 17px;
            }
            .magnifier {
                width: 80px;
                background-color: #f6b37f;
                border-radius: 40px;
                position: absolute;
                right: 3px;
                top: 3px;
                height: auto;
                padding: 4px;
                text-align: center;
                cursor: pointer;
            }
            .magnifier::after {
                display: inline-block;
                content: "";
                vertical-align: middle;
                height: 100%;
            }
            .bgf5 {
                background-color: #f5f6f6;
            }
            .navbtn-a {
                border-right: 1px solid #ccc!important;
                color: #232323;
                height: 60px;
            }
            .btn-group .navbtn-a:last-child {
                border-right: none!important;
            }
            .navbtn-a:active {
                color: #00a16c!important;
            }
            .navbtn-a:hover {
                color: #00a16c!important;
            }
            .navbtnActive {
                color: #00a16c!important;
            }
            .content {
                padding-top: 80px;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 120px;
                margin-left: 200px;
                margin-right: 200px;
                height: 100%;
                background-color: #fff;
                z-index: 5;
                top: -82px;
                border-radius: 4px;
            }
            .img-header img {
                display: inline-block;
                height: auto;
                max-width: 100%;
            }
            .footer-logo {
                margin-top: 110px;
                text-align: center;
            }
            .footer-logo img {
                display: inline-block;
                height: auto;
                max-width: 100%;
            }
            .footer-content {
                margin-top: -82px;
                padding-left: 0px;
                padding-right: 0px;
                /* height: 100%; */
                background-color: #00a16c;
            }
            .footer-main {
                margin-left: 200px;
                margin-right: 200px;
                display: flex;
                padding-top: 75px;
                padding-bottom: 75px;
            }
            .footer-main ul li {
                color: #fff;
                text-align: left;
            }
            .footer-main .first-ul {
                flex: 3;
            }
            .footer-main .second-ul {
                flex: 2;
                font-size: 12px;
            }
            .footer-main .third-ul {
                flex: 3;
                font-size: 12px;
            }
            .footer-main .four-ul {
                flex: 2;
                font-size: 12px;
                margin-bottom: 0px;
            }
            .footer-main .second-li {
                margin-top: 40px;
            }
            .footer-main .third-li {
                margin-top: 55px;
            }
        }
        
        @media only screen and (max-width: 768px) {
            html,
            body {
                font-size: 16px;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            .mobile {
                max-width: 100%;
            }
            .pc {
                display: none;
            }
            .logo {
                width: 50%;
            }
            .title-left-right img {
                max-width: 100%;
                max-height: 100%;
            }
            .title-left-right {
                display: flex;
                border-bottom: 1px solid #ccc;
            }
            .title-left {
                display: block;
                flex: 2;
                text-align: left;
            }
            .title-right img {
                width: 50%;
            }
            .title-right {
                flex: 1;
                text-align: right;
                margin-top: 0.4rem;
            }
            .header {
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding: 0.5rem;
            }
            .header a {
                text-decoration: none;
                font-size: 1.4rem;
                color: #000;
                font-weight: 400;
            }
            .article-content {
                padding: 1rem 0.8rem;
            }
            .article-content p {
                font-size: 0.8rem;
            }
            .footer-footer {
                padding: 2rem 1.5rem;
                background-color: #00a16c;
                color: #fff;
                margin: 0 auto;
            }
            .footer-footer h3 {
                font-size: 0.75rem;
                margin-bottom: 1.5rem;
                font-weight: bolder;
            }
            .footer-footer p {
                font-size: 0.7rem;
                text-align: center;
            }
            .footer-footer h4 {
                margin-top: 1.5rem;
                font-size: 0.7rem;
                text-align: center;
            }
            .footer-footer h4 strong {
                padding: 0 0.3rem;
            }
            .footer-log {
                margin: 3rem 4.5rem;
            }
            .footer-log img {
                max-width: 100%;
                max-height: 100%;
            }
        }
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
                <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>
                <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
286
                        <img src="./images/search_btn.png" alt="">
朱振飞 authored
287 288 289 290 291 292 293
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
wangyi authored
294
        <div class="bs-example" data-example-id="simple-justified-button-group">
朱振飞 authored
295
            <ul class="nav_menu_items">
1  
王毅 authored
296 297 298
                <li class="btn  navbtnActive navbtn-a" role="button">
                    <a href="javascript:;">ABOUT US</a>
                    <div class='sec_menu_items'>
王毅 authored
299
                        <a href="./about/welcome.html" class="inner_item">
1  
王毅 authored
300 301
                            Welcome Message
                        </a>
王毅 authored
302
                        <a href="./about/mission.html" class="inner_item">
1  
王毅 authored
303 304
                            Mission and Vision
                        </a>
王毅 authored
305
                        <!-- <a href="./about/leadership.html" class="inner_item">
1  
王毅 authored
306
                            Leadership
wangyi authored
307
                        </a> -->
王毅 authored
308
                        <a href="./about/history.html" class="inner_item">
1  
王毅 authored
309 310
                            History and Milestones
                        </a>
王毅 authored
311
                        <a href="./about/quick.html" class="inner_item">
1  
王毅 authored
312 313
                            Quick Facts
                        </a>
王毅 authored
314
                        <a href="./about/contact.html" class="inner_item">Contact Us</a>
1  
王毅 authored
315 316 317 318 319 320 321 322 323
                    </div>
                </li>

                <li class="btn  navbtn-a" role="button">
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
                    <div class='sec_menu_items'>
                        <div class="inner_item">
                            Clinical Departments
                            <div class="third_menu_items">
王毅 authored
324
                                <a href="./clinical/departm.html" class="inner_item">
1  
王毅 authored
325 326 327
                                    Surgical Oncology
                                </a>
王毅 authored
328
                                <a href="./clinical/medical.html" class="inner_item">
1  
王毅 authored
329 330
                                    Medical Oncology
                                </a>
王毅 authored
331
                                <a href="./clinical/radiation.html" class="inner_item">
1  
王毅 authored
332
                                </a>
王毅 authored
333
                                <a href="./clinical/diagnostic.html" class="inner_item">
1  
王毅 authored
334 335
                                    Diagnostic Oncology
                                </a>
王毅 authored
336
                                <a href="./clinical/center.html" class="inner_item">
1  
王毅 authored
337 338 339 340 341
                                    Center of Excellences
                                </a>
                            </div>
                        </div>
王毅 authored
342
                        <a href="./clinical/activities.html" class="inner_item">
1  
王毅 authored
343 344 345 346 347
                            Clinical Activities
                        </a>
                        <div class="inner_item">
                            Clinical Trials
                            <div class="third_menu_items">
王毅 authored
348
                                <a href="./clinical/trials.html" class="inner_item">
1  
王毅 authored
349 350
                                    Introduction
                                </a>
王毅 authored
351
                                <a href="./clinical/trials_one.html" class="inner_item">
1  
王毅 authored
352 353
                                    Work Flow Chart
                                </a>
王毅 authored
354
                                <a href="./clinical/trials_two.html" class="inner_item">
1  
王毅 authored
355 356
                                    FInd A Clinical Trail
                                </a>
王毅 authored
357
                                <a href="./clinical/trials_three.html" class="inner_item">
1  
王毅 authored
358 359 360 361
                                    Research Achievement
                                </a>
                            </div>
                        </div>
王毅 authored
362
                        <a href="./clinical/finddoctor.html" class="inner_item">
1  
王毅 authored
363 364 365 366 367 368 369 370
                            Find a Doctor
                        </a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
                    <div class='sec_menu_items'>
王毅 authored
371
                        <a href="./research/nationalCancer.html" class="inner_item">
1  
王毅 authored
372 373 374 375 376
                            National Cancer Clinical Research Center
                        </a>
                        <div class="inner_item">
                            Research
                            <div class="third_menu_items">
王毅 authored
377
                                <a href="./research/research1.html" class="inner_item">
1  
王毅 authored
378 379
                                    Research programs
                                </a>
王毅 authored
380
                                <a href="./research/research2.html" class="inner_item">
1  
王毅 authored
381 382
                                    Achievements                                   
                                </a>
王毅 authored
383
                                <a href="./research/research3.html" class="inner_item">
1  
王毅 authored
384 385
                                    Key Labaratories                                    
                                </a>
王毅 authored
386
                                <a href="./research/researcher.html" class="inner_item">
1  
王毅 authored
387 388 389 390 391 392 393
                                    Find a Researcher
                                </a>
                            </div>
                        </div>
                        <div class="inner_item">
                            Education
                            <div class="third_menu_items">
王毅 authored
394
                                <a href="./research/education.html" class="inner_item">
1  
王毅 authored
395 396
                                    Graduate Study
                                </a>
王毅 authored
397
                                <a href="./research/education.html" class="inner_item">
1  
王毅 authored
398 399
                                    International Study
                                </a>
王毅 authored
400
                                <a href="./research/education.html" class="inner_item">
1  
王毅 authored
401 402 403 404 405 406 407 408 409 410
                                    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
411
                            Abouts Us
1  
王毅 authored
412
                            <div class="third_menu_items">
王毅 authored
413
                                <a href="./institute/aboutus.html" class="inner_item">
1  
王毅 authored
414 415
                                    Introduction
                                </a>
王毅 authored
416
                                <a href="./institute/leadership.html" class="inner_item">
1  
王毅 authored
417 418
                                    Leadership
                                </a>
王毅 authored
419
                                <a href="./institute/history.html" class="inner_item">
1  
王毅 authored
420 421
                                    History
                                </a>
王毅 authored
422
                                <a href="./institute/report.html" class="inner_item">
1  
王毅 authored
423 424 425 426
                                    Annual Report
                                </a>
                            </div>
                        </div>
王毅 authored
427
                        <div href="./clinical/nursing.html" class="inner_item">
1  
王毅 authored
428 429
                            Research
                            <div class="third_menu_items">
王毅 authored
430
                                <a href="./institute/researchers.html" class="inner_item">
1  
王毅 authored
431 432
                                    Our Researchers
                                </a>
王毅 authored
433
                                <a href="./institute/facilities.html" class="inner_item">
1  
王毅 authored
434 435 436 437 438 439 440 441 442 443 444 445
                                    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">
                    <a href="javascript:;">NURSING CARE</a>
                    <div class='sec_menu_items'>
1  
王毅 authored
446
                        <div class="inner_item" style="position: relative">
1  
王毅 authored
447
                            Introduction
1  
王毅 authored
448
                            <div class="third_menu_items">
王毅 authored
449
                                <a href="./care/history_time.html" class="inner_item">
1  
王毅 authored
450 451
                                  Our Team
                                </a>
王毅 authored
452
                                <a href="./care/history_time_two.html" class=" inner_item ">
1  
王毅 authored
453 454
                                   Imoportant Events
                                </a>
王毅 authored
455
                                <a href="./care/history_time_three.html " class="inner_item ">
1  
王毅 authored
456 457
                                 Honor & Awards
                                </a>
王毅 authored
458
                                <a href="./care/history_time_four.html " class="inner_item ">
1  
王毅 authored
459 460 461 462 463
                                   Contact Us
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
464
                            Nursing Activities
1  
王毅 authored
465
                            <div class="third_menu_items ">
王毅 authored
466
                                <a href="./care/profession.html " class="inner_item ">
1  
王毅 authored
467 468
                                  Professional Teams
                                </a>
王毅 authored
469
                                <a href="./care/five-two_2.html" class="inner_item ">
1  
王毅 authored
470 471
                                   Public Services
                                </a>
王毅 authored
472
                                <a href="./care/profession_one.html" class="inner_item ">
1  
王毅 authored
473 474
                                 Compassionate Care
                                </a>
王毅 authored
475
                                <a href="./care/profession_two.html" class="inner_item ">
1  
王毅 authored
476 477 478 479 480
                                   Caring for Nurses
                                </a>
                            </div>
                        </div>
                        <div class="inner_item " style="position: relative ">
1  
王毅 authored
481
                            Nursing Teaching
1  
王毅 authored
482
                            <div class="third_menu_items ">
王毅 authored
483
                                <a href="./care/training.1.html" class="inner_item ">
1  
王毅 authored
484 485
                                 Clinical Nursing Teaching
                                </a>
王毅 authored
486
                                <a href="./care/five-three_2.html" class="inner_item ">
1  
王毅 authored
487 488 489 490 491
                                  Postgraduate Development
                                </a>
                            </div>
                        </div>
                        <div class="inner_item ">
1  
王毅 authored
492
                            Nursing Research
1  
王毅 authored
493
                            <div class="third_menu_items ">
王毅 authored
494
                                <a href="./care/five-four_detail1.html " class="inner_item ">
1  
王毅 authored
495 496
                                  Publications:SCI Papers
                                </a>
王毅 authored
497
                                <a href="./care/five-four_detail2.html" class="inner_item ">
1  
王毅 authored
498 499
                                   Research Projects
                                </a>
王毅 authored
500
                                <a href="./care/five-four_detail3.html" class="inner_item ">
1  
王毅 authored
501 502
                                 Innovations & Patents
                                </a>
王毅 authored
503
                                <a href="./care/five-four_detail4.html " class="inner_item ">
1  
王毅 authored
504 505 506 507
                                   Publications:Books
                                </a>
                            </div>
                        </div>
王毅 authored
508
                        <a href="./care/cancer.html " class="inner_item ">
1  
王毅 authored
509 510 511 512 513 514
                            Survivorship Support  
                        </a>


                    </div>
                </li>
1  
王毅 authored
515 516
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
517
                    <div class='sec_menu_items'>
王毅 authored
518
                        <a href="./international/conference.html " class="inner_item ">
1  
王毅 authored
519 520
                            International Conferences
                        </a>
王毅 authored
521
                        <a href="./international/training.html " class="inner_item ">
1  
王毅 authored
522 523
                            Oversea Trainings
                        </a>
王毅 authored
524
                        <a href="./international/referral.html " class="inner_item ">
1  
王毅 authored
525 526
                            International Patients
                        </a>
王毅 authored
527
                        <a href="./international/partners.html " class="inner_item ">
1  
王毅 authored
528 529 530 531 532
                            Partnership Institutions
                        </a>

                    </div>
                </li>
1  
王毅 authored
533
                <li class="btn navbtn-a " role="button ">
王毅 authored
534
                    <a href="./news.html ">NEWS RELEASE</a>
1  
王毅 authored
535 536 537 538 539
                </li>
            </ul>
        </div>
        <!-- <div class="bs-example" data-example-id="simple-justified-button-group">
            <ul class="nav_menu_items">
朱振飞 authored
540
                <li class="btn navbtnActive  navbtn-a" role="button">
王毅 authored
541
                    <a href="./pcSecond.html">ABOUT US</a>
朱振飞 authored
542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 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 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 713 714 715 716 717 718 719 720
                    <div class="first_menu">
                        <div class="inner_content">
                            <p class="inner_txt">


                            </p>
                            <div class="inner_items">
                                <a href="about/welcome.html" class="inner_item">
                                    <div class="innert_text">Welcome Message</div>
                                    <div class="inner_box">
                                        <img src="./images/wangping.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Mission and Vision</div>
                                    <div class="inner_box">
                                        <img src="./images/rushuguan.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Leadership</div>
                                    <div class="inner_box">
                                        <img src="./images/haoxi.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/history.html" class="inner_item">
                                    <div class="innert_text">History and Milestones</div>
                                    <div class="inner_box">
                                        <img src="./images/lundun.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/quick.html" class="inner_item">
                                    <div class="innert_text">Quick Facts</div>
                                    <div class="inner_box">
                                        <img src="./images/quick.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Organization Management </div>
                                    <div class="inner_box">
                                        <img src="./images/oragan.png" width="100%" alt="">
                                    </div>
                                </a>
                            </div>
                        </div>

                        <a href="#" class="first_bottom"> LEARN MORE ABOUT US ></a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="./clinical.html">CLINICAL RESOURCES</a>
                    <div class="first_menu">
                        <div class="inner_content">
                            <p class="inner_txt">


                            </p>
                            <div class="inner_items">
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Clinical Departments</div>
                                    <div class="inner_box">
                                        <img src="./images/departments.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Clinical Trials</div>
                                    <div class="inner_box">
                                        <img src="./images/trials.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Find a Doctor</div>
                                    <div class="inner_box">
                                        <img src="./images/doctor.png" width="100%" alt="">
                                    </div>
                                </a>

                            </div>
                        </div>
                        <a href="#" class="first_bottom"> LEARN MORE CLINICAL RESOURCES ></a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="./research.html">RESEARCH & EDUCATION</a>
                    <div class="first_menu">
                        <div class="inner_content">
                            <p class="inner_txt">


                            </p>
                            <div class="inner_items">
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Research Departments</div>
                                    <div class="inner_box">
                                        <img src="./images/labs.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Find a Researcher</div>
                                    <div class="inner_box">
                                        <img src="./images/our_researchers.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Innovations</div>
                                    <div class="inner_box">
                                        <img src="./images/innovations.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Technology Transfer</div>
                                    <div class="inner_box" style="background-color: #666666">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Featured research</div>
                                    <div class="inner_box">
                                        <img src="./images/featured_research.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Core Facilities</div>
                                    <div class="inner_box">
                                        <img src="./images/facility.png" width="100%" alt="">
                                    </div>
                                </a>


                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Cancer Journals</div>
                                    <div class="inner_box">
                                        <img src="./images/medicine.png" width="100%" alt="">
                                    </div>
                                </a>

                            </div>
                        </div>
                        <a href="#" class="first_bottom"> LEARN MORE RESEARCH & EDUCATION ></a>
                    </div>
                </li>
                <li class="btn navbtn-a" role="button">
                    <a href="./international.html">INTERNATIONAL AFFAIRS</a>
                    <div class="first_menu">
                        <div class="inner_content">
                            <p class="inner_txt">


                            </p>
                            <div class="inner_items">
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">Partnership Institutions</div>
                                    <div class="inner_box">
                                        <img src="./images/insitutions.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">International Conferences</div>
                                    <div class="inner_box">
                                        <img src="./images/in_conference.png" width="100%" alt="">
                                    </div>
                                </a>
                                <a href="about/mission.html" class="inner_item">
                                    <div class="innert_text">International patients referral</div>
                                    <div class="inner_box">
                                        <img src="./images/in_referral.png" width="100%" alt="">
                                    </div>
                                </a>
                            </div>
                        </div>
                        <a href="#" class="first_bottom"> LEARN MORE INTERNATIONAL AFFAIRS ></a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="./news.html">NEWS RELEASE</a>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="about/contact.html">CONTACT US</a>
                </li>
            </ul>
1  
王毅 authored
721
        </div> -->
朱振飞 authored
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 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765

        <!-- Swiper -->
        <div class="img-header">
            <img src="./images/04、05、06、07detail-word/pic.png" alt="">
        </div>
        <div class="content">
            <article class="article-content">
                <p> Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital</p>
                <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                    Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                    & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to
                    the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
                </p>
                <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                    Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                    & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to
                    the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
                </p>

                <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                    Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                    & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to
                    the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
                </p>


                <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                    Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                    & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to
                    the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
                </p>


                <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                    Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                    & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
                </p>
                <p>we are confident that we will offer the best treament and care for cancer patients through promoting cancer reasearch, treament,and education</p>
                <p>Ping Wang.M.D.</p>
                <p>President and professor</p>
                <p>Tianjin Medical Universtiy Cancer Institute & Hospital</p>
            </article>
        </div>
        <footer class="footer-content">
wangyi authored
766 767 768 769 770 771 772 773 774 775
            <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
776 777
                    <li><img src="./images/yikeda.png" width="160px" alt=""></li>
                    <li><img src="./images/tjuc.png" width="160px" alt=""></li>
wangyi authored
778 779 780
                </ul>
            </div>
        </footer>
朱振飞 authored
781 782 783 784 785 786 787 788 789 790 791 792 793

    </div>

    <div class="mobile container-fluid">
        <nav class="title-left-right">
            <a class="navbar-brand logo title-left" href="#">
                <img class="brand-logo" src="./images/01mobile-main/pic (5).png" alt="">
            </a>
            <a class="title-right" href="./mobilepage/mbsecondmenuAbout.html">
                <img class="navbar-toggle " src="./images/01mobile-main/pic (3).png" alt="">
            </a>
        </nav>
        <header class="header">
王毅 authored
794
            <a href="./index.html" class="aback">
朱振飞 authored
795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879
                NEWS RELEASE
            </a>
        </header>

        <article class="article-content">
            <p> Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital</p>
            <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the
                TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
            </p>
            <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the
                TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
            </p>

            <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the
                TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
            </p>


            <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the
                TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
            </p>


            <p>Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical
                Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute
                & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital Welcome to the TianJin Medical Universtiy Cancel Institute & Hospital
            </p>
            <p>we are confident that we will offer the best treament and care for cancer patients through promoting cancer reasearch, treament,and education</p>
            <p>Ping Wang.M.D.</p>
            <p>President and professor</p>
            <p>Tianjin Medical Universtiy Cancer Institute & Hospital</p>
        </article>
        <div class="footer-log">
            <img src="./images/01mobile-main/pic (1).png" alt="">
        </div>
        <footer class="footer-footer">
            <h3>WE LOOK FORWARD TO FUTURE COLLABORATIONS!</h3>
            <p>West lake read, Hexi district, TianJi, China</p>
            <p>[022]23340123</p>
            <p>contact@tjmuch.com</p>
            <h4>
                <strong>Facebook</strong>
                <strong>|</strong>
                <strong>Linkedin</strong>
                <strong>|</strong>
                <strong>Instagram</strong>
            </h4>
        </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>
        $(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',
            paginationClickable: true
        });

        var swiper = new Swiper('.swiper-container1', {
            pagination: '.swiper-pagination',
            slidesPerView: 3,
            paginationClickable: true,
            spaceBetween: 30
        });
    </script>
</body>

</html>