@charset "utf-8";
/* CSS Document */

#mask_shadow {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
}
#popup {
  display: none;
  opacity: 0; 
  position: absolute;
  z-index: 2;
  top: 150px;
  width: 1200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#popup .title {
  position: relative;
  width: 100%;
/*  height: 55px;
  background-color: #0065B3;*/
  cursor: move;
}
#popup .title p {
  padding-left: 14px;
  line-height: 55px;
  color: #fff;
}
#popup .title span {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #000;
  opacity: .2;
  font-size: 21px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
}
#popup .title span:hover {
  opacity: .8;
}
#popup .cont { padding:60px; background-color: #fff; font-size:14px; color:#333; line-height:22px; }
#btn1 {

}
td.aboutTableTd{ padding:5px 10px;}





/*  医院文化  */
.culture-cont {
	width: 1200px;
	margin: 0 auto;
	padding-top: 110px;
}
.culture-cont h2 {
	font-size: 32px;
	line-height: 1;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: lighter
}
.culture-cont ul li {
	width: 250px;
	float: left;
	padding-left: 150px;
	margin-top: 100px;
	position: relative
}
.culture-cont ul li h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.27;
	letter-spacing: 2.2px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: lighter
}
.culture-cont ul li p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.1px;
	color: #e5e5e5;
}
.culture-cont ul li .culturebg {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 30px;
	top: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.culture-cont ul li:first-child .culturebg {
	background: url(icon_value.png) 0 0 no-repeat;
}
.culture-cont ul li .culturebg {
	background: url(icon_spirit.png) 0 0 no-repeat;
}
.culture-cont ul li:last-child .culturebg {
	background: url(icon_vision.png) 0 0 no-repeat;
}
.culture-cont ul li:hover .culturebg {
	background-position: 0px -90px;
}