.wrap{
	width: 1170px;
	margin: 0 auto;
}

.lioucheng{
	border-top: 20px solid #f4f4f4;
}

/* 首页 */
.bans{
	height: 601px;
}
.crumbs{
	padding-top: 44px;
}
.crumbs li{
	float: left;
	font-size: 16px;
	line-height: 42px;
	color: #225488;
	margin-right: 18px;
}
.crumbs li a{
	font-size: 16px;
	line-height: 42px;
	color: #225488;
}
.crumbs h1{
	font-size: 20px;
	line-height: 1.7;
	color: #999;
	font-weight: bold;
}
.taber{
	background: #eeeeee;
	margin-top: 40px;
	width: 1190px;
}
.taber ul{
	overflow: hidden;
}
.taber li{
	float: left;
	min-width: 238px;
	text-align: center;
}
.taber li a{
	font-size: 18px;
	line-height: 74px;
	color: #5a5a5a;
	display: block;
	padding: 0 30px;
}
.taber li a:hover,
.taber li.on a{
	color: #fff;
	background: #23b4c6;
}
.lioucheng .bd{
	padding-top: 71px;
	overflow: hidden;
	padding-bottom: 80px;
}
.lioucheng .bd .pic{
	float: left;
	width: 555px;
	height: 448px;
	margin-left: 35px;
}
.lioucheng .bd .text{
	float: right;
	width: calc( 100% - (555px + 35px + 92px));
}
.lioucheng .bd h3{
	font-size: 19px;
	line-height: 1.7;
	color: #555555;
	margin-bottom: 15px;
}
.lioucheng .bd p{
	font-size: 15px;
	line-height: 35px;
	color: #555555;
	margin-bottom: 45px;
}
.lioucheng .bd li{
	width: 295px;
	text-align: center;
	height: 70px;
	background: #eeeeee;
	margin-bottom: 20px;
}
.lioucheng .bd li i{
	font-size: 16px;
	line-height: 70px;
	color: #555555;
	display: inline-block;
	padding-left: 35px;
}


/* 病情诊断评估 */

.usdels{
	font-size: 16px;
	line-height: 35px;
	color: #555555;
	margin-top: 60px;
}
.usdels img{
	display: block;
}


.about .uls li{
	float: left;
	width: calc((100% - 42px) /3);
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding:78px 23px  50px;
	text-align: center;
}
.about .uls li:nth-child(3n){
	margin-right: 0;
}
.about .uls li .icon{
	height: 55px;
}
.about .uls li h3{
	font-size:20px ;
	line-height: 80px;
	color: #414141;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.about .uls li p{
	font-size: 16px;
	line-height: 35px;
	color: #5d5c5c;
	height: 270px;
	margin-top: 10px;
	text-align: left;
}
.about{
	padding-bottom: 220px;
}

@media (max-width: 750px) {
	.wrap{
	display: none;
}
}