审查视图

institute/facilities.html 18.8 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
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style lang="">
1  
王毅 authored
14 15 16 17 18 19
        .contant {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-around;
1  
王毅 authored
20
            margin-top: 128px;
1  
王毅 authored
21
        }
1  
王毅 authored
22 23 24 25 26 27 28 29
        
        .contant_title {
            font-size: 20px;
            font-weight: 400;
            text-decoration: underline;
            color: rgba(86, 86, 86, 1);
            line-height: 30px;
            margin-bottom: 50px;
1  
王毅 authored
30
        }
朱振飞 authored
31 32 33 34 35 36 37
    </style>
</head>

<body>
    <nav class="navbar navbar-default bgf mb0">
        <div class="container-fluid top_pc_brand">
            <div class="navbar-header">
1  
王毅 authored
38 39 40 41 42 43
                <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
44
                <a class="navbar-brand logo" href="../index.html">
1  
王毅 authored
45
                    <img class="brand-logo" src="../images/logo.png" alt="" />
朱振飞 authored
46 47 48 49 50
                </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
51
                    <input type="text" class="form-control search-input" placeholder="Search" />
朱振飞 authored
52
                    <div class="magnifier">
1  
王毅 authored
53
                        <img src="../images/search_btn.png" alt="" />
朱振飞 authored
54 55 56 57 58 59 60
                    </div>
                </div>
            </div>
        </div>
    </nav>
    <div class="container-fluid pc">
        <div class="mask"></div>
wangyi authored
61
        <div class="bs-example" data-example-id="simple-justified-button-group">
朱振飞 authored
62
            <ul class="nav_menu_items">
1  
王毅 authored
63
                <li class="btn  navbtnActive navbtn-a" role="button">
朱振飞 authored
64
                    <a href="javascript:;">ABOUT US</a>
1  
王毅 authored
65
                    <div class='sec_menu_items'>
朱振飞 authored
66
                        <a href="../about/welcome.html" class="inner_item">
1  
王毅 authored
67 68
                            Welcome Message
                        </a>
朱振飞 authored
69
                        <a href="../about/mission.html" class="inner_item">
1  
王毅 authored
70 71
                            Mission and Vision
                        </a>
wangyi authored
72
                        <!-- <a href="../about/leadership.html" class="inner_item">
1  
王毅 authored
73
                            Leadership
wangyi authored
74
                        </a> -->
朱振飞 authored
75
                        <a href="../about/history.html" class="inner_item">
1  
王毅 authored
76 77
                            History and Milestones
                        </a>
朱振飞 authored
78
                        <a href="../about/quick.html" class="inner_item">
1  
王毅 authored
79 80
                            Quick Facts
                        </a>
朱振飞 authored
81 82 83
                        <a href="../about/contact.html" class="inner_item">Contact Us</a>
                    </div>
                </li>
1  
王毅 authored
84 85

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

朱振飞 authored
280 281
                    </div>
                </li>
1  
王毅 authored
282 283
                <li class="btn navbtn-a " role="button ">
                    <a href="javascript:; ">INTERNATIONAL AFFAIRS</a>
1  
王毅 authored
284
                    <div class='sec_menu_items'>
1  
王毅 authored
285
                        <a href="../international/conference.html " class="inner_item ">
1  
王毅 authored
286 287
                            International Conferences
                        </a>
1  
王毅 authored
288
                        <a href="../international/training.html " class="inner_item ">
1  
王毅 authored
289 290
                            Oversea Trainings
                        </a>
1  
王毅 authored
291
                        <a href="../international/referral.html " class="inner_item ">
1  
王毅 authored
292 293
                            International Patients
                        </a>
1  
王毅 authored
294
                        <a href="../international/partners.html " class="inner_item ">
1  
王毅 authored
295 296 297
                            Partnership Institutions
                        </a>
朱振飞 authored
298 299
                    </div>
                </li>
1  
王毅 authored
300 301
                <li class="btn navbtn-a " role="button ">
                    <a href="../news.html ">NEWS RELEASE</a>
朱振飞 authored
302 303 304 305 306
                </li>
            </ul>
        </div>

        <!-- Swiper -->
1  
王毅 authored
307
        <!-- <div class="img-header">
朱振飞 authored
308
            <img src="../images/cli2_top.png" width="100%" alt="">
1  
王毅 authored
309
        </!-->
朱振飞 authored
310
        <div class="content">
1  
王毅 authored
311 312 313 314 315 316 317 318 319 320 321 322 323 324
            <div class="navpath">
                Tianjin Cancer Institute<span>></span>Research<span>></span>Core Facilities and Services
            </div>
            <div class="contant">
                <div class="contanr_left">
                    <div class="contant_title">Tissue bank</div>
                    <div class="contant_title">Bioinformation Platform</div>
                    <div class="contant_title">Cancer Molecular Diagnosis Core</div>
                    <div class="contant_title">Editorial Dapartment</div>
                </div>
                <div class="contanr_right">
                    <div class="contant_title">Medical Library</div>
                    <div class="contant_title">Pathology</div>
                    <div class="contant_title">Pharmacology</div>
1  
王毅 authored
325 326 327
                    <div class="contant_title">
                        <a href="./facilities_detail.html">Core Laboratory</a>
                    </div>
1  
王毅 authored
328 329 330
                </div>
            </div>
            <!-- <div class="department_top">
朱振飞 authored
331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
                Core Facilities and Services
            </div>
            <div class="department_main">
                <div class="department_item">
                    <div class="single_part">
                        <a class="name_box xulie  borderBottom">
                            <span>Tissue bank</span>
                        </a>
                        <div class="name_box borderBottom">
                            <span>Bioinformation Platform</span>
                        </div>
                        <div class="name_box xulie borderBottom">
                            <span>Cancer Molecular Diagnosis Core</span>
                        </div>
                        
                    </div>


                </div>
                <div class="department_item">
                    <div class="single_part">
                        <div class="name_box xulie borderBottom">
                            <span>Editorial Department</span>
                        </div>
                        <div class="name_box  borderBottom">
                            <span>Medical Library</span>
                        </div>
                        <div class="name_box xulie borderBottom">
                            <span>Pathology</span>
                        </div>
                       
                    </div>
                </div>
                <div class="department_item">

                    <div class="name_box xulie borderBottom">
                        <span>Pharmacology</span>
                    </div>
                    <a class="name_box borderBottom" href="../institute/depart_detail.html">
                        <span>Public Laboratory</span>
                    </a>
                    
                </div>
1  
王毅 authored
374
            </div> -->
朱振飞 authored
375 376 377 378 379 380 381 382 383 384 385
        </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
386 387
                    <li><img src="../images/yikeda.png" width="160px" alt="" /></li>
                    <li><img src="../images/tjuc.png" width="160px" alt="" /></li>
朱振飞 authored
388 389 390 391 392 393 394 395
                </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>
1  
王毅 authored
396
    <script></script>
朱振飞 authored
397 398 399
</body>

</html>