|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
<head>
|
|
|
<meta charset="UTF-8" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
|
<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" />
|
...
|
...
|
@@ -118,12 +120,10 @@ |
|
|
|
|
|
.contant_img {
|
|
|
width: 634px;
|
|
|
height: 368px;
|
|
|
}
|
|
|
|
|
|
.contant_img img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.contant_one_title {
|
...
|
...
|
@@ -132,14 +132,94 @@ |
|
|
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%;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<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">
|
|
|
<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>
|
...
|
...
|
@@ -149,10 +229,18 @@ |
|
|
<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="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" />
|
|
|
<input
|
|
|
type="text"
|
|
|
class="form-control search-input"
|
|
|
placeholder="Search"
|
|
|
/>
|
|
|
<div class="magnifier">
|
|
|
<img src="../images/search_btn.png" alt="" />
|
|
|
</div>
|
...
|
...
|
@@ -188,7 +276,11 @@ |
|
|
<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">
|
|
|
<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">
|
...
|
...
|
@@ -225,7 +317,11 @@ |
|
|
<a href="../research/nationalCancer.html" class="inner_item">
|
|
|
National Cancer Clinical Research Center
|
|
|
</a>
|
|
|
<div href="../research/research.html" onclick="location.href='../research/research.html'" class="inner_item">
|
|
|
<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">
|
...
|
...
|
@@ -242,7 +338,11 @@ |
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div href="../research/education.html" onclick="location.href='../research/education.html'" class="inner_item">
|
|
|
<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">
|
...
|
...
|
@@ -290,7 +390,10 @@ |
|
|
<a href="../institute/facilities.html" class="inner_item">
|
|
|
Core Facilities and Services
|
|
|
</a>
|
|
|
<a href="http://www.cancerbiomed.org/index.php/cocr" class="inner_item">
|
|
|
<a
|
|
|
href="http://www.cancerbiomed.org/index.php/cocr"
|
|
|
class="inner_item"
|
|
|
>
|
|
|
Journal of Clinical Oncology
|
|
|
</a>
|
|
|
</div>
|
...
|
...
|
@@ -373,10 +476,11 @@ |
|
|
<div class="contant_title">Recognition</div>
|
|
|
<div class="contant_title">Important Events</div>
|
|
|
</dis>
|
|
|
<dis class="contant_right">
|
|
|
<div class="xunhuan">
|
|
|
<div class="contant_right neirong" style="display: none">
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/h6.png" alt="" />
|
|
|
<img src="../images/5-1-4_5.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1861 Ma Gen Ji established London Church Hospital
|
...
|
...
|
@@ -384,124 +488,199 @@ |
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/h6.png" alt="" />
|
|
|
<img src="../images/5-1-4_4.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1861 Ma Gen Ji established London Church Hospital
|
|
|
1927 Jihua Senior Nurse School
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/h6.png" alt="" />
|
|
|
<img src="../images/5-1-4_3.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1861 Ma Gen Ji established London Church Hospital
|
|
|
2005 Director Yongqin Jiang worked as Board Member of the ISNCC
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/h6.png" alt="" />
|
|
|
<img src="../images/5-1-4_2.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1861 Ma Gen Ji established London Church Hospital
|
|
|
2011 Rongxiu Chen:the 43rd Nightingale Medal Winner
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="contant_one">
|
|
|
<div class="contant_img">
|
|
|
<img src="../images/h6.png" alt="" />
|
|
|
<img src="../images/5-1-4_1.png" alt="" />
|
|
|
</div>
|
|
|
<div class="contant_one_title">
|
|
|
1861 Ma Gen Ji established London Church Hospital
|
|
|
2015 Wanmin Qiang<br />
|
|
|
The first chairman of Chinese Association of Nursers in Oncology
|
|
|
</div>
|
|
|
</div>
|
|
|
</dis>
|
|
|
</div>
|
|
|
<!-- <div class="content-word">
|
|
|
<div class="content-word-left">
|
|
|
<h4 class="">
|
|
|
<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>
|
|
|
<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>
|
|
|
<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>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="content-word ">
|
|
|
<div class="content-word-left ">
|
|
|
<h4 class=" ">
|
|
|
Evidence-based Nursing Team
|
|
|
</h4>
|
|
|
<h4 class="">
|
|
|
<h4 class=" ">
|
|
|
Innovation & Profession
|
|
|
|
|
|
</h4>
|
|
|
<h4 class="">
|
|
|
<h4 class=" ">
|
|
|
Scientific Achievements
|
|
|
|
|
|
</h4>
|
|
|
<h4 class="">
|
|
|
<h4 class=" ">
|
|
|
Professional Books
|
|
|
</h4>
|
|
|
</div>
|
|
|
|
|
|
<div class="content-word-right">
|
|
|
<div class="single_part_right active">
|
|
|
<div class="content-word-right ">
|
|
|
<div class="single_part_right active ">
|
|
|
<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>
|
|
|
<img src="../images/5-4-1.png" alt="" srcset="">
|
|
|
<img src="../images/5-4-1.png " alt=" " srcset=" ">
|
|
|
<p>Research team of Tianjin Medical University Cancer Institute & Hospital
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="single_part_right">
|
|
|
<img src="../images/5-4-2.png" width="100%" alt="" srcset="">
|
|
|
<div class="single_part_right ">
|
|
|
<img src="../images/5-4-2.png " width="100% " alt=" " srcset=" ">
|
|
|
</div>
|
|
|
<div class="single_part_right">
|
|
|
<img src="../images/5-4-3.png" width="100%" alt="" srcset="">
|
|
|
<div class="single_part_right ">
|
|
|
<img src="../images/5-4-3.png " width="100% " alt=" " srcset=" ">
|
|
|
</div>
|
|
|
<div class="single_part_right">
|
|
|
<img src="../images/5-4-4.png" width="100%" alt="" srcset="">
|
|
|
<div class="single_part_right ">
|
|
|
<img src="../images/5-4-4.png " width="100% " alt=" " srcset=" ">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</div> -->
|
|
|
</div>
|
|
|
<footer class="footer-content">
|
|
|
<div class="footer-main">
|
|
|
<ul class="list-unstyled third-ul">
|
|
|
<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 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>
|
|
|
</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 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>
|
|
|
$(".contant_left").mouseover(function() {
|
|
|
$(".contant_title").mouseover(function() {
|
|
|
$(this)
|
|
|
.addClass("left_titles")
|
|
|
.addClass("contant_titles")
|
|
|
.siblings()
|
|
|
.removeClass("left_titles");
|
|
|
.removeClass("contant_titles");
|
|
|
});
|
|
|
$(".contant_left").click(function() {
|
|
|
$(".contant_title").click(function() {
|
|
|
$(this)
|
|
|
.addClass("left_titles")
|
|
|
.addClass("contant_titles")
|
|
|
.siblings()
|
|
|
.removeClass("left_titles");
|
|
|
.removeClass("contant_titles");
|
|
|
var index = $(this).index();
|
|
|
console.log(index);
|
|
|
$(".neirong")
|
|
|
$(this).parents(".contant").find(".neirong")
|
|
|
.eq(index)
|
|
|
.show()
|
|
|
.siblings()
|
|
|
.hide();
|
|
|
});
|
|
|
// $(document).ready(function () {
|
|
|
// $(".btn-group").find(".navbtn-a").click(function () {
|
|
|
// $(".btn-group ").find(".navbtn-a ").click(function () {
|
|
|
// console.log(this)
|
|
|
// $(this).siblings('.navbtn-a').removeClass('navbtnActive'); // 删除其他兄弟元素的样式
|
|
|
// $(this).addClass('navbtnActive'); // 添加当前元素的样式
|
...
|
...
|
@@ -524,6 +703,5 @@ |
|
|
// $('.content-word-right .single_part_right').eq($(this).index()).addClass('active').siblings().removeClass('active')
|
|
|
// })
|
|
|
</script>
|
|
|
</body>
|
|
|
|
|
|
</body>
|
|
|
</html> |
...
|
...
|
|