

.top_content{
	width: 320px;
	position: absolute;
	top: 27%;
	left: 10%;
	text-align: center;
}
.tc_title{
	width: 100%;
	font-size: 28px;
	color: #101010;
	font-weight: bold;
	margin-bottom: 10px;
}

.tc_mint{
	width: 100%;
	font-size: 24px;
	color: #636363;
	margin-bottom: 6px;
}
.tc_img{
	width: 150px;
	margin: 26px auto;
}
.tc_img img{
	width: 100%;
}
.tc_text{
	width: 100%;
	font-size: 20px;
	color: #101010;
}
.doctor_num{
	font-weight: bold;
	font-size: 24px;
}
@media only screen and (min-width: 1260px) {
	
	.top_content{
		width: 350px;
		top: 20%;
	}
	.tc_title{
		font-size: 38px;
	}
	.tc_mint{
		font-size: 26px;
	}
	.tc_img{
		width: 200px;
	}
	.tc_text{
		font-size: 22px;
		margin-top: 40px;
	}
}
.index_bottom{
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	margin-top: 100px;
	position: relative;
}
.ib_img{
	width: 900px;
	margin-top: 200px;
}
.ib_content{
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	top: 50px;
	padding: 50px 0;
	background: #fff;
	overflow: hidden;
	box-shadow:0px 3px 12px 3px rgba(0, 0, 0, 0.3);
}

.ibc_top{
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.ibc_top img{
	width: 100%;
}
.ibc_bot{
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ibc_bot img{
	width: 100%;
}
.ib_op{
	width: 33.33%;
	float: left;
	margin:30px 0;
}
.ibo_img{
	width: 60%;
	margin-left: 20%;
}
.ibo_img img{
	width: 100%;
}
.ibo_text{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	color: #101010;
	text-align: center;
}
.ibo_title{
	font-size: 18px;
	margin-bottom: 10px;
}
.ibo_mtext{
	font-size: 14px;
	min-height: 57px;
}
.ib_bot{
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}
.ib_bot img{
	width: 100%;
}
.ibb_text , .ibb_text2{
	position: absolute;
    width: 864px;
    bottom: 24px;
    left: 50%;
    margin-left: -432px;
    font-size: 14px;
    color: #FFFFFF;
	text-align: center;
}
.ibb_text2{
	bottom: 4px;
}
.ibb_text span, .ibb_text2 span{
	margin-right: 20px;
}
.ibb_text a, .ibb_text2 a{
	color: #fff;
	text-decoration: none;
}
.ibb_text2 span{
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
	margin-right: 0;
}
.ibb_text span img, .ibb_text2 span img{
	width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 1260px) {
	
	.ib_img{
		width: 1024px;
		margin-top: 300px;
	}
	.ib_content{
		width: 70%;
		left: 15%;
		margin-left: 0;
	}
	.ib_bot{
		margin-top: 60px;
	}
	
}