.slider{
	height: 450px;
	position: relative;
}
.focus{
	width: 1920px;
	height: 450px;
	position: absolute;
	left: -360px;
}
.overflow{
	overflow: hidden;
}
.items{
	padding: 20px 0;
}
ul.item{
	width: 1260px;
}
ul.item li{
	width: 282px;
	margin: 10px 24px 10px 0;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	box-sizing: border-box;
}
ul.item li img{
	width: 100%;
}
.index_title{
	color: #1cadbb;
	padding: 50px;
	font-size: 28px;
	text-align: center;
}
.bg_gray{
	background: #f3f3f3;
}
.steps{
	height: 460px;
	background: url(../images/bg_steps.jpg) center no-repeat;
}
.step{
	width: 120px;
	height: 180px;
	text-align: center;
}
.lm{
	margin-left:150px;
}
.trm{
	margin-top: 80px;
	margin-right:150px;
}
.text{
	padding-top: 25px;
}
.text a{
	color: #fff;
	padding: 4px 20px;
	white-space: nowrap;
	border-radius: 5px;
	background: #1cadbb;
}
.tags{
	margin: 15px 0;
	font-size: 16px;
	height: 84px;
	border: 1px solid #eaeaea;
	border-radius:  5px;
}
.tags a{
	display: inline-block;
	padding: 5px 8px;
}
.sex{
	width: 380px;
	height: 380px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
}
.woman{
	border: 1px solid #ff97ae;
	margin-right: 30px;
}
.man{
	border: 1px solid #1cadc0;
	margin-right: 30px;
}
.woman>h3{
	font-size: 18px;
	margin: 12px 0;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	color: #ff97ae;
	position: relative;
}
.woman>h3:before{
	content: "";
	position: absolute;
	display: block;
	left: -10px;
	width: 4px;
	border-radius: 2px;
	height: 22px;
	background: #ff97ae;
}
.spec{
	border: 1px solid #4a9b00;
}
.spec>h3{
	font-size: 18px;
	margin: 12px 0;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	color: #4a9b00;
	position: relative;
}
.spec>h3:before{
	content: "";
	position: absolute;
	display: block;
	left: -10px;
	width: 4px;
	border-radius: 2px;
	height: 22px;
	background: #4a9b00;
}
.man>h3{
	font-size: 18px;
	margin: 12px 0;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	color: #1cadc0;
	position: relative;
}
.man>h3:before{
	content: "";
	position: absolute;
	display: block;
	left: -10px;
	width: 4px;
	border-radius: 2px;
	height: 22px;
	background: #1cadc0;
}
.sex_item{
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #eaeaea;
}
.woman .sex_item h4{
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #ff97ae;
}
.man .sex_item h4{
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #1cadc0;
}
.spec .sex_item h4{
	margin: 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #4a9b00;
}
.sex_item a{
	color: #757575;
	display: inline-block;
}
.h_index{
	width: 270px;
	height: 350px;
	margin-right: 20px;
	border: 1px solid #eaeaea;
	background: url(../images/yy.jpg) 100% 100%;
	overflow: hidden;
}
.h_show{
	width: 650px;
	height: 350px;
	overflow: hidden;
}
.hospital{
	padding: 10px 0;
	overflow: hidden;
}
.hos{
	width: 200px;
	height: 110px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #ccc;
	overflow: hidden;
	position: relative;
}
.hos span{
	color: #fff;
	width: 200px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	line-height: 110px;
	background: #000;
	opacity: 0.5;
	cursor: pointer;
}
.hos:hover span{
	display: block;
}
.h_hot{
	width: 250px;
	height: 350px;
	border: 1px solid #eaeaea;
}
.knowledge a{
	color: #999;
}
.searchobx{
	width: 500px;
	height: 380px;
	box-sizing: border-box;
	background: #f7f7f7;
	border: 1px solid #eaeaea;
}
.searchobx h4{
	font-size: 18px;
	padding: 8px 0;
}
.search{
	margin-top: 50px;
}
.box_bg{
	height: 380px;
	padding: 20px;
	box-sizing: border-box;
	background: url(../images/baike.png) right bottom no-repeat;
}
.arclist{
	width: 700px;
	height: 380px;
	border: 1px solid #eaeaea;
	float: right;
	box-sizing: border-box;
}
.arclist ul.arc_list{
	width: 480px;
	padding: 10px;
	box-sizing: border-box;
}
.arclist ul.img_list{
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
}
.arc_list h3{
	color: #414141;
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.arc_list p{
	line-height: 1.75em;
}
.arc_list h3>a{
    color: inherit;
}
.img_list li{
	width: 180px;
	height: 120px;
	margin-bottom: 10px;
	background: #eaeaea;
}
.img_list li img{
	width: 180px;
	height: 120px;
}
.dt_menu{
	margin-top: 10px;
	color: #000;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding-left: 10px;
}
.dt_menu span{
	margin-right: 10px;
}
a.on{
	display: inline-block;
	color: #1cadbb;
	border-bottom: 1px solid #1cadbb;
}
.h_hot h3{
	padding: 10px 9px;
	font-size: 16px;
	color: #ff97ae;
}
.h_hot li{
	width: 230px;
	height: 140px;
	margin-left: 9px;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	background: #eaeaea;
}