审查视图

care/history_time.html 26.4 KB
1  
王毅 authored
1 2
<!DOCTYPE html>
<html lang="en">
1  
王毅 authored
3 4

<head>
1  
王毅 authored
5
    <meta charset="UTF-8" />
1  
王毅 authored
6
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
1  
王毅 authored
7 8 9 10 11 12 13
    <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>
1  
王毅 authored
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
        .single_box {
            width: 600px;
            margin-bottom: 44px;
        }
        
        .single_box:last-child {
            margin: 0;
        }
        
        .content-word {
            position: relative;
            align-items: flex-start;
            display: flex;
            display: -webkit-flex;
        }
        
        .single_mark {
            width: 1000px;
            margin: 0 auto;
            margin-bottom: 30px;
            cursor: pointer;
        }
        
        .single_mark img {
            width: 100%;
        }
        
        .content-word-left {
            width: 350px;
            min-height: 400px;
            flex: unset;
            align-self: flex-start;
        }
        
        .content-word-right {
            border-left: 1px solid #000;
        }
        
        .content-word-left h4 {
            color: #232323;
            line-height: 1.6;
            cursor: pointer;
        }
        /* .content-word-left h4.active,
1  
王毅 authored
58 59 60
        .content-word-left h4:hover {
            color: #00A16C;
        } */
1  
王毅 authored
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
        
        .single_part_right {
            color: #00a16c;
            padding-left: 50px;
            display: none;
            max-width: 800px;
        }
        
        .single_part_right p {
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .single_part_right.active {
            display: block;
        }
        
        .contant {
            margin-top: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: flex-start;
        }
        
        .contant_title {
            font-size: 20px;
            font-weight: bold;
            color: rgba(114, 113, 113, 1);
            margin-bottom: 46px;
            cursor: pointer;
            width: 120px;
        }
        
        .contant_titles {
            font-size: 20px;
            font-weight: bold;
            color: rgba(0, 161, 108, 1);
            margin-bottom: 46px;
        }
        
        .contant_left {
            position: relative;
        }
        
        .contant_left::after {
            content: "";
            width: 2px;
            height: 733px;
            background: rgba(114, 113, 113, 1);
            position: absolute;
            top: 0;
            right: -150px;
        }
        
        .contant_right {
            margin-left: 280px;
        }
        
        .contant_img {
            width: 634px;
        }
        
        .contant_img img {
            width: 100%;
        }
        
        .contant_one_title {
            margin: 18px 0;
            font-size: 20px;
            font-weight: 400;
            color: rgba(114, 113, 113, 1);
        }
        
        .neirong {
            width: 790px;
        }
        
        .wire2_img {
            width: 100%;
        }
        
        .wire2_title {
            margin-top: 30px;
            font-size: 20px;
            color: #727171;
            font-weight: bold;
            line-height: 26px;
        }
        
        .wire2_word {
            margin-top: 10px;
            font-size: 20px;
            color: #727171;
            line-height: 26px;
        }
        
        .wire3 {
            margin-bottom: 64px;
        }
        
        .wire3_img {
            width: 362px;
        }
        
        .wire3_img img {
            width: 100%;
        }
        
        .wire3_title {
            margin-top: 16px;
            font-size: 20px;
            font-weight: 400;
            color: rgba(114, 113, 113, 1);
            line-height: 25px;
        }
        
        .wire4_title {
            font-size: 20px;
            font-weight: 400;
            color: rgba(114, 113, 113, 1);
            line-height: 36px;
        }
        
        .wire4_img {
            margin-top: 14px;
            width: 100%;
        }
        
        .wire4_img img {
            width: 100%;
        }
        
        .wire_word {
            margin-top: 24px;
            font-size: 20px;
            font-weight: 400;
            color: rgba(114, 113, 113, 1);
            line-height: 36px;
        }
        
        .wire4_bottom_img {
            width: 580px;
            margin: 46px auto 0 auto;
        }
        
        .wire4_bottom_img img {
            width: 100%;
        }
1  
王毅 authored
211
    </style>
1  
王毅 authored
212
</head>
1  
王毅 authored
213
1  
王毅 authored
214
<body>
1  
王毅 authored
215
    <nav class="navbar navbar-default bgf mb0">
1  
王毅 authored
216 217 218
        <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">
1  
王毅 authored
219 220 221 222 223
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
1  
王毅 authored
224 225 226 227 228 229 230 231 232 233 234 235
                <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">
                        <img src="../images/search_btn.png" alt="" />
                    </div>
                </div>
1  
王毅 authored
236 237 238 239
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
1  
王毅 authored
240 241 242 243 244 245 246
        <div class="mask"></div>
        <div class="bs-example" data-example-id="simple-justified-button-group">
            <ul class="nav_menu_items">
                <li class="btn   navbtn-a" role="button">
                    <a href="javascript:;">ABOUT US</a>
                    <div class="sec_menu_items">
                        <a href="../about/welcome.html" class="inner_item">
1  
王毅 authored
247 248
                Welcome Message
              </a>
1  
王毅 authored
249
                        <a href="../about/mission.html" class="inner_item">
1  
王毅 authored
250 251
                Mission and Vision
              </a>
1  
王毅 authored
252 253

                        <a href="../about/history.html" class="inner_item">
1  
王毅 authored
254 255
                History and Milestones
              </a>
1  
王毅 authored
256
                        <a href="../about/quick.html" class="inner_item">
1  
王毅 authored
257 258
                Quick Facts
              </a>
1  
王毅 authored
259 260 261 262 263 264 265 266 267 268
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="JavaScript:;">CLINICAL RESOURCES</a>
                    <div class="sec_menu_items">
                        <div href="../clinical/departments.html" onclick="window.location.href='../clinical/departments.html'" class="inner_item">
                            Clinical Departments
                            <div class="third_menu_items">
                                <a href="../clinical/departm.html" class="inner_item">
朱振飞 authored
269 270
                                    Surgical Oncology
                                </a>
1  
王毅 authored
271
                                <a href="../clinical/medical.html" class="inner_item">
1  
王毅 authored
272 273
                    Medical Oncology
                  </a>
1  
王毅 authored
274
                                <a href="../clinical/radiation.html" class="inner_item">
1  
王毅 authored
275 276
                    Radiation Oncology
                  </a>
1  
王毅 authored
277
                                <a href="../clinical/diagnostic.html" class="inner_item">
1  
王毅 authored
278 279
                    Diagnostic Oncology
                  </a>
1  
王毅 authored
280
                                <a href="../clinical/center.html" class="inner_item">
1  
王毅 authored
281 282
                    Center of Excellences
                  </a>
1  
王毅 authored
283 284 285
                            </div>
                        </div>
                        <a href="../clinical/activities.html" class="inner_item">
1  
王毅 authored
286 287
                Clinical Activities
              </a>
1  
王毅 authored
288
                        <a href="../clinical/trials.html" class="inner_item">
1  
王毅 authored
289 290
                Clinical Trials
              </a>
1  
王毅 authored
291
                        <a href="../clinical/finddoctor.html" class="inner_item">
1  
王毅 authored
292 293
                Find a Doctor
              </a>
1  
王毅 authored
294 295 296 297 298 299
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">RESEARCH & EDUCATION</a>
                    <div class="sec_menu_items">
                        <a href="../research/nationalCancer.html" class="inner_item">
1  
王毅 authored
300 301
                National Cancer Clinical Research Center
              </a>
1  
王毅 authored
302 303 304 305
                        <div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
                            Research
                            <div class="third_menu_items">
                                <a href="../research/research1.html" class="inner_item">
1  
王毅 authored
306 307
                    Research programs
                  </a>
1  
王毅 authored
308
                                <a href="../research/research2.html" class="inner_item">
1  
王毅 authored
309 310
                    Achievements
                  </a>
1  
王毅 authored
311
                                <a href="../research/research3.html" class="inner_item">
1  
王毅 authored
312 313
                    Key Labaratories
                  </a>
1  
王毅 authored
314
                                <a href="../research/researcher.html" class="inner_item">
1  
王毅 authored
315 316
                    Find a Researcher
                  </a>
1  
王毅 authored
317 318 319 320 321 322
                            </div>
                        </div>
                        <div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
                            Education
                            <div class="third_menu_items">
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
323 324
                    Graduate Study
                  </a>
1  
王毅 authored
325
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
326 327
                    International Study
                  </a>
1  
王毅 authored
328
                                <a href="../research/education.html" class="inner_item">
1  
王毅 authored
329 330
                    Continuing Study
                  </a>
1  
王毅 authored
331 332 333 334 335 336 337 338 339 340 341
                            </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">
                            About Us
                            <div class="third_menu_items">
                                <a href="../institute/aboutus.html" class="inner_item">
1  
王毅 authored
342 343
                    About Us
                  </a>
1  
王毅 authored
344
                                <a href="../institute/leadership.html" class="inner_item">
1  
王毅 authored
345 346
                    Leadership
                  </a>
1  
王毅 authored
347
                                <a href="../institute/history.html" class="inner_item">
1  
王毅 authored
348 349
                    History
                  </a>
1  
王毅 authored
350
                                <a href="../institute/report.html" class="inner_item">
1  
王毅 authored
351 352
                    Annual Report
                  </a>
1  
王毅 authored
353 354 355 356 357 358
                            </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
359 360
                    Our Researchers
                  </a>
1  
王毅 authored
361
                                <a href="../institute/facilities.html" class="inner_item">
1  
王毅 authored
362 363
                    Core Facilities and Services
                  </a>
1  
王毅 authored
364
                                <a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
1  
王毅 authored
365 366
                    Journal of Clinical Oncology
                  </a>
1  
王毅 authored
367 368 369 370 371
                            </div>
                        </div>
                    </div>
                </li>
                <li class="btn navbtnActive navbtn-a" role="button">
朱振飞 authored
372
                    <a href="javascript:;">NURSING CARE</a>
1  
王毅 authored
373 374
                    <div class="sec_menu_items">
                        <a href="../care/history_time.html" class="inner_item">
1  
王毅 authored
375 376
                About Us
              </a>
1  
王毅 authored
377 378 379 380
                        <div class="inner_item">
                            Nursing Activities
                            <div class="third_menu_items">
                                <a href="../care/profession.html" class="inner_item">
381 382
                    Profession
                  </a>
朱振飞 authored
383
                  <a href="../care/profession.1.html" class="inner_item">
384 385
                    Social Support
                  </a>
1  
王毅 authored
386
                                <a href="../care/activity.html" class="inner_item">
387 388
                    Heart-warming Service
                  </a>
1  
王毅 authored
389
                                <a href="../care/profession.3.html" class="inner_item">
390 391
                    Caring for Nurse
                  </a>
1  
王毅 authored
392 393 394 395
                            </div>
                        </div>

                        <a href="../care/achievement.html" class="inner_item">
1  
王毅 authored
396 397
                Research Achievement
              </a>
1  
王毅 authored
398 399

                        <a href="../care/cancer.html" class="inner_item">
1  
王毅 authored
400 401
                Cancer Survivorship Support
              </a>
1  
王毅 authored
402 403 404 405 406 407
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="javascript:;">INTERNATIONAL AFFAIRS</a>
                    <div class="sec_menu_items">
                        <a href="../international/conference.html" class="inner_item">
1  
王毅 authored
408 409
                International Conferences
              </a>
1  
王毅 authored
410
                        <a href="../international/training.html" class="inner_item">
1  
王毅 authored
411 412
                Oversea Trainings
              </a>
1  
王毅 authored
413
                        <a href="../international/referral.html" class="inner_item">
1  
王毅 authored
414 415
                International Patients
              </a>
1  
王毅 authored
416
                        <a href="../international/partners.html" class="inner_item">
1  
王毅 authored
417 418
                Partnership Institutions
              </a>
1  
王毅 authored
419 420 421 422 423 424 425
                    </div>
                </li>
                <li class="btn  navbtn-a" role="button">
                    <a href="../news.html">NEWS RELEASE</a>
                </li>
            </ul>
        </div>
1  
王毅 authored
426
1  
王毅 authored
427 428 429
        <div class="content padding0">
            <!-- Swiper -->
            <!-- <div class="img-header">
1  
王毅 authored
430 431 432
                <img src="../images/care_top.png" width="100%" alt="">
            </div> -->
        </div>
1  
王毅 authored
433 434 435 436
        <div class="content">
            <div class="navpath">
                Nursing Care<span>></span>About Us
                <span>></span>Important Events
1  
王毅 authored
437
            </div>
1  
王毅 authored
438 439 440 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 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 538 539 540 541 542 543 544 545 546 547 548 549 550
            <div class="contant">
                <dis class="contant_left">
                    <div class="contant_title contant_titles">About Us</div>
                    <div class="contant_title">Leadership Team</div>
                    <div class="contant_title">Recognition</div>
                    <div class="contant_title">Important Events</div>
                </dis>
                <div class="xunhuan">
                  <!-- 1 -->
                    <div class="contant_right neirong" >
                        <div class="wire4_title">
                            Culture <br /> In 1861, British doctor Ma Gen Ji established London Church Hospital which was the first western medicine hospital in Tianjin and was the predecessor of Tianjin Medical University Cancer Institute & Hospital.
                        </div>
                        <div class="wire4_img">
                            <img src="../images/5-1-4_4.png" alt="" />
                        </div>
                        <div class="wire_word">
                            In 1927, the hospital established Jihua Senior Nurse School established to cultivate nurses. Meanwhile,the hospital collects a personal letter from Dr Florence Nightingale.<br />Ideals
                            <br />We innovated the belief of “Patients’ Needs first , Evidence-based Nursing” , which embodied humanity and individualization, to provide “Whole-course, whole-person, whole-family and whole-team” nursing mode for patients
                            and patients’ family.
                        </div>
                        <div class="wire4_bottom_img">
                            <img src="../images/about_img.png" alt=" " />
                        </div>
                    </div>
                    <!-- 2 -->
                    <div class="contant_right neirong" style="display: none">
                        <div class="wire3">
                            <div class="wire3_img">
                                <img src="../images/leader1.png" alt="" />
                            </div>
                            <div class="wire3_title">Wanmin Qiang</div>
                        </div>
                        <div class="wire3">
                            <div class="wire3_img">
                                <img src="../images/leader2.png" alt="" />
                            </div>
                            <div class="wire3_title">ling Yan</div>
                        </div>
                        <div class="wire3">
                            <div class="wire3_img">
                                <img src="../images/leader3.png" alt="" />
                            </div>
                            <div class="wire3_title">Jing Zhao</div>
                        </div>
                    </div>
                    <!-- 3 -->
                    <div class="contant_right neirong" style="display: none">
                        <div class="wire2_img">
                            <img src="../images/leaser6.png" alt="" />
                        </div>
                        <div class="wire2_title">
                            Our Team
                        </div>
                        <div class="wire2_word">
                            At present, there are 1277 nurses and 83% of nurses with a bachelor degree or above, 27 with a master's degree or above, 4 acted as master's tutor, 25 has a part-time academic position at provincial or municipal level or above.<br
                            /> According to “China's Hospital Rankings in Science and Technology”, Nursing has top the ranking in cancer care for consecutively 2 years .<br /> The National Key Disciplines Fields<br /> National Working Women’s Collective
                            with Red Flag
                        </div>
                        <div class="wire2_title">
                            Contact Us
                        </div>
                        <div class="wire2_word">
                            Tianjin Medical University Cancer Institute & Hospital<br /> West Huan-Hu Rd, Ti Yuan Bei, Hexi District Tianjin 300060 China Phone : nursing department :<br /> 0086-22-23524903 Home care center: 0086-22-23353454
                        </div>
                    </div>
                    <!--4  -->
                  <div class="contant_right neirong" style="display: none">
                        <div class="contant_one">
                            <div class="contant_img">
                                <img src="../images/5-1-4_5.png" alt="" />
                            </div>
                            <div class="contant_one_title">
                                1861 Ma Gen Ji established London Church Hospital
                            </div>
                        </div>
                        <div class="contant_one">
                            <div class="contant_img">
                                <img src="../images/5-1-4_4.png" alt="" />
                            </div>
                            <div class="contant_one_title">
                                1927 Jihua Senior Nurse School
                            </div>
                        </div>
                        <div class="contant_one">
                            <div class="contant_img">
                                <img src="../images/5-1-4_3.png" alt="" />
                            </div>
                            <div class="contant_one_title">
                                2005 Director Yongqin Jiang worked as Board Member of the ISNCC
                            </div>
                        </div>
                        <div class="contant_one">
                            <div class="contant_img">
                                <img src="../images/5-1-4_2.png" alt="" />
                            </div>
                            <div class="contant_one_title">
                                2011 Rongxiu Chen:the 43rd Nightingale Medal Winner
                            </div>
                        </div>
                        <div class="contant_one">
                            <div class="contant_img">
                                <img src="../images/5-1-4_1.png" alt="" />
                            </div>
                            <div class="contant_one_title">
                                2015 Wanmin Qiang<br /> The first chairman of Chinese Association of Nursers in Oncology
                            </div>
                        </div>
                    </div>
                    
                    
                    
                </div>
1  
王毅 authored
551
            </div>
1  
王毅 authored
552
            <!-- <div class="content-word ">
1  
王毅 authored
553 554
                <div class="content-word-left ">
                    <h4 class=" ">
1  
王毅 authored
555 556
                       Evidence-based Nursing Team
                    </h4>
1  
王毅 authored
557
                    <h4 class=" ">
1  
王毅 authored
558 559 560
                        Innovation & Profession

                    </h4>
1  
王毅 authored
561
                    <h4 class=" ">
1  
王毅 authored
562 563 564
                        Scientific Achievements

                    </h4>
1  
王毅 authored
565
                    <h4 class=" ">
1  
王毅 authored
566 567 568 569
                       Professional Books
                    </h4>
                </div>
1  
王毅 authored
570 571
                <div class="content-word-right ">
                    <div class="single_part_right active ">
1  
王毅 authored
572 573 574 575 576 577
                        <h3>The aims is to combine research conclusions with clinical experience and patients' wishes as
                            the basis for clinical nursing decision-making.</h3>
                        <p> We pay great attention to the research of Cancer Rehabilitation, Hospice Care,
                            Symptom experience and management, Supportive care needs and Quality of life of cancer
                            patients . In the past 5 years, We have published more than 400 papers in nursing core
                            periodicals and 12 SCI.</p>
1  
王毅 authored
578
                        <img src="../images/5-4-1.png " alt=" " srcset=" ">
1  
王毅 authored
579 580 581 582
                        <p>Research team of Tianjin Medical University Cancer Institute & Hospital
</p>
                    </div>
1  
王毅 authored
583 584
                    <div class="single_part_right ">
                        <img src="../images/5-4-2.png " width="100% " alt=" " srcset=" ">
1  
王毅 authored
585
                    </div>
1  
王毅 authored
586 587
                    <div class="single_part_right ">
                        <img src="../images/5-4-3.png " width="100% " alt=" " srcset=" ">
1  
王毅 authored
588
                    </div>
1  
王毅 authored
589 590
                    <div class="single_part_right ">
                        <img src="../images/5-4-4.png " width="100% " alt=" " srcset=" ">
1  
王毅 authored
591 592 593 594 595
                    </div>
                </div>

            </div> -->
        </div>
1  
王毅 authored
596 597 598 599 600 601 602 603 604 605 606 607 608 609 610
        <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 ">
                    <li><img src="../images/yikeda.png " width="160px " alt=" " /></li>
                    <li><img src="../images/tjuc.png " width="160px " alt=" " /></li>
                </ul>
            </div>
        </footer>
1  
王毅 authored
611
    </div>
1  
王毅 authored
612 613 614 615
    <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>
1  
王毅 authored
616
    <script>
1  
王毅 authored
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
        $(".contant_title").mouseover(function() {
            $(this)
                .addClass("contant_titles")
                .siblings()
                .removeClass("contant_titles");
        });
        $(".contant_title").click(function() {
            $(this)
                .addClass("contant_titles")
                .siblings()
                .removeClass("contant_titles");
            var index = $(this).index();
            console.log(index);
            $(this)
                .parents(".contant")
                .find(".neirong")
                .eq(index)
                .show()
                .siblings()
                .hide();
        });
        // $(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
        // });

        // $('.content-word-left').on('click', 'h4', function () {
        //     $(this).addClass('active').siblings().removeClass('active')
        //     $('.content-word-right .single_part_right').eq($(this).index()).addClass('active').siblings().removeClass('active')
        // })
1  
王毅 authored
661
    </script>
1  
王毅 authored
662 663 664
</body>

</html>