/*=============
   =工具样式=
==============*/
.center-block{						/*居中*/
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color:transparent;
	text-shadow: none;
	background-color: transparent;
	border:0;
}
/*/=============
   =清除浮动=
==============/*/
.clearfix:after,
.clearfix:before{
	content:" ";
	display: table;
}
.clearfix:after{
	clear: both;
}

/*页面自定义样式*/
html{
	color:#222;
	width: 	100%;
}
body{
	line-height: 1.5;
	width:100%;
}
.container{
	margin-top: 88px;
}
/*顶部导航*/
.dingbudaohang{
	background:white;
	box-shadow: rgb(204, 204, 204) 0px 2px 10px;
}
@media (max-width: 1366px){
	.dingbudaohang {
    height: 90px!important;
}
}
.dingbudaohang ul li a{
	color:black;
}
.daohangzhanwei{
	width:100%;
	height:10%;
}
.daohanglogo{
	width:100%;
	height:auto;
	background: url('../images/daohanglogo.png')
}
.daohanglogo img{
	width:1200px;
	height:auto;
	margin: 0 auto;
	display: block;
}

/* 广告 */
.advert{
	width:100%;
	height:auto;
	background-image: url('../images/hosipitaltest.png');
}
.advert>img{
	width:1200px;
	height:auto;
	margin: 0 auto;
	display: block;
}
.daohang{
	width: 100%;
}
.daohang>ul{
	width: 75.25rem;
	margin: auto;
	margin-top:1.25rem;
	background-color: #f1f1f1;
}
.daohang>ul>li{
	display: inline-block;
	margin:0.625rem 0;
	padding: 0  1.563rem;
}
.daohang>ul>li:hover>a{
	font-weight: bold;
}
.daohang>ul>li>a{
	color: #5f6760;
}
.daohang>ul>li+li{
	border-left:1px solid #dadada;
}
/*主体内容*/
.jianjie{
	width: 100%;
	margin-bottom: 0.9375rem;
}
.jjcontent{
	width: 75rem;
	margin: auto;
}
.jjcontent>div{
	width: 100%;
}
.jjcontent>div:nth-child(3){
	margin-bottom: 2.5rem;
}
.jjcontent>div>span{
	display:block;
	text-align: center;
	color: #bcbebc;
	font-size: 0.875rem;
	margin-top: 1.125rem;
	margin-bottom: 2.5rem;
}
.jjcontent>div>h2{
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 2.75rem;
	color: #5f6760;
}
.hsphoto{
	text-align: center;
	margin-bottom: 0.625rem;
}
.hsphoto>img{
	max-width: 75rem;
	height: auto;
	background-size: 100% 100%;
}

