.centerNav {
	padding-top:20px;
	padding-left:20px;
	margin-bottom:20px;
}
.centerNav a {
	color:#666666;
}

.indexTitle {
	text-align:center;
	font-size:36px;
	color:#333333;
	position:relative;
	margin-bottom:70px;
}
.indexTitle:after {
    width:100px;
    height:4px;
    position: absolute;
    content:"";
    background-color: #f39800;
    left:50%;
    margin-left:-50px;
    bottom:-20px;

}
.bannerImg {
	/*height:400px;*/
}
.bannerImg  img {
	display:block;
	max-width:100%;
}
.research {
	margin-bottom:58px;
}
.researchItem {
	height:224px;margin-bottom:10px;background:#F3F3F3;
}
.researchItem>a {
	width:100%;height:100%;display:block;text-decoration:none;overflow:hidden;
}
.researchItem>a img {
	float:left;display:block;
}
.research-div {
	width:655px;height:224px;padding-left:35px;float:left;padding-top:49px;
}
.research-div div {
	font-size:16px;color:#333333;text-indent:2em;
}
.research-div div:nth-child(1){
	font-size:20px;color:#333333;margin-bottom:16px;text-indent:0;
}
.researchItem1 {
	width:286px;height:224px;line-height:224px;float:left;
}
.researchItem1 span:nth-child(1){
	font-size:30px;color:#00aa98;font-weight:bold;margin-right:10px;
}
.researchItem1 span:nth-child(2){
	font-size:28px;color:#F39800;
}
.researchItem1 span:nth-child(3){
	margin-left:10px;width:100px;height:30px;display:inline-block;line-height:30px;border:1px solid #ccc;font-size:24px;text-align:center;color:#00aa98;
}

/*轮播*/
.box{
	height: 393px;
	/*border: 1px solid red;*/
	position: relative;
	display: inline-block;
	/*margin: 200px;*/
	margin-left:22px;
} 
#roll {
	width: 800%;
}			
#roll dd{
	width: 1003px;
	height: 393px;
	/*border: 1px solid #00EE00;*/
	float: left;
	margin-right: 10px;
	margin-left:10px;
	position: relative;
}
#roll .dd_div1 {
	position: absolute;
	right:40px;
	top:50px;
	width:493px;
	height:78px;
	border:3px solid #00AA98;
    padding-top:25px;
    text-align:center;
}

#roll dd  a  img {
	width:325px;
	height:325px;
}



 .dd_div2 {
	width:581px;
	height:170px;
	position:absolute;
	text-indent:2em;
	right:0;
	bottom:0;
    padding-left:30px;
	font-size:16px;
	color:#666666;	
} 
.box span{position: absolute;bottom: 50%; left:-100px; display: inline-block;width: 50px;text-align: center;cursor: pointer;z-index: 90;color: #fff;}
.box .next {right: -100px; left:1071px;}
.healthyItem {
	background:#F3F3F3;
}
.healthyItemSport {
	background:#F3F3F3;padding-top:50px;margin-bottom:20px;
}
.healthyItemSport  .research {
	padding-bottom:35px;margin-bottom:50px;
}
.researchDiv {
	height:434px;width:1066px;margin:0 auto;
}
.research_div1 {
	width:1066px;height:700px;margin:0 auto;
}
.research_div2 {
	height:100%;
}
.decription {
	background:#F3F3F3;
}
.title {
	height:125px;line-height:125px;text-align:center;color:#00aa98;font-size:36px;border-bottom:1px solid #ccc;
}
.content {
	padding:40px 10px 40px 10px;
}
.healthManagementA {
	font-size:36px;color:#333333;text-decoration:none;display:block;margin:0 auto;width:270px;height:90px;line-height:90px;text-align:center;border-radius:45px;border:1px solid #00AA98;margin-bottom:50px;
    transition:all 0.3s;
}
.healthManagementA:hover {
	background:#00AA98;
	color:#FFFFFF;
	
}

.doctor_name {
	font-size:24px;
	color:#000000;
	margin-bottom:1px;
}
.doctor_description {
	font-size:20px;
	color:#333333;
}

dl dd  a {
	display:block;
	width:100%;
	height:100%;
}

dl dd  a:hover .doctor_name,
dl dd  a:hover .doctor_description,
dl dd  a:hover .dd_div2
{
	color:#00AA98;
}

.researchDiv-phone {
    display:none;	
}





/*媒体查询响应式*/
@media (max-width: 414px) {
   
	
   .bannerImg {
   	   height:auto;
   	   margin-bottom:0;
   	   margin-top:60px;
   }
  
   
   .indexTitle {
   	  font-size:25px;
   	  margin-top:25px;
   	  margin-bottom:30px;
   }
   .indexTitle:after {
   	 width:36px;
   	 margin-left:-18px;
   	 bottom:-10px;
   }
   
   .banxin {
   	  width:100%;
   }
   
   .researchItem {
   	height:auto;
   }
   .researchItem>a img {
   	 width:25%;
   	 height:auto;
   }
   
   .researchItem1 {
   	display:none;
   }
   .research-div div:nth-child(1) {
   	overflow:hidden;
   	text-overflow:ellipsis;
   	white-space:nowrap;
   	margin-bottom:6px;
   	margin-top:20px;
   	font-size:16px;
   }
   
   .research-div {
   	width:270px;
   	height:auto;
   	padding-left:16px;
   	padding-right:0;
   	padding-top:0;
   }
   .research-div div:nth-child(2){
   	   overflow:hidden;
   	   text-overflow:ellipsis;
   	   display:-webkit-box;
   	   -webkit-line-clamp:3;
   	   -webkit-box-orient:vertical;
   	   font-size:14px;
   }
   
   .research ul li:nth-child(even) .research-div {
   	 padding-left:6px;
   	 padding-right:10px;
   }
   .title {
   	 font-size:20px;
   	 margin-bottom:5px;
   	/* margin-top:15px;*/
   	height:45px;
   	line-height:45px;
   	padding-top:5px;
   }
   .titleDiv {
   	margin-bottom:12px;
   }
   .publishTime {
   	  font-size:16px;
   }
   .typeName {
   	  font-size:16px;
   }
   .itemName {
   	font-size:20px;
   	}
   .banxin-div {
   	padding:12px 12px 30px 12px;
   	margin-bottom:30px;
   	font-size:14px;
   }
   .content {
   	padding-left:20px;
   	padding-right:20px;
   }
   .trainning {
   	background-color: #fff;
   }
   .box {
   	display:none;
   }
   .boxphone {
   	display:block;
   }
   .boxphone a {
   	display:block;
   	float:left;
   	height:30px;
   	line-height:30px;
   	text-align:center;
   	padding-left:30px;
   	padding-right:30px;
   	font-size:16px;
   	color:#00AA98;
   	border:1px solid #00AA98;
   	border-radius:20px;
   	margin-right:20px;
   	margin-left:20px;
   	margin-bottom:20px;
   }
   
   .healthManagementA {
   	 height:50px;
   	 line-height:50px;
   	 font-size:22px;
   	 width:150px;
   }
   .decription {
   	 background:#fff;
   	}
   	.content {
   	padding-top:20px;
   	padding-bottom:20px;
   		}
   	.researchDiv-phone{
   		display:block;
   	}	
   	.researchDiv {
   		display:none;
   	}
   	.healthyItem {
   		background:#fff;
   		}	
   	.researchDiv-phone	a {
   		display:block;
   		width:80%;
   		margin:0 auto;
   		color:#000;
   		padding-bottom:20px;
   		border-bottom:1px dashed #E5E5E5;
   		margin-bottom:40px;
   		-webkit-tap-highlight-color: transparent;
   		}
   	.researchDiv-phone	a img {
   		display:block;
   		margin:0 auto;
   		width:100%;
   		margin-bottom:10px;
   		}
   	.researchDiv-phone	a span:nth-child(3) {
   		float:right;
   		}
    
    .healthyItem{
    	padding-bottom:0px;
    }	
    .research{
    	margin-bottom:20px;
    }	
    	
}

@media (max-width: 375px) {
	.research-div {
		width:245px;
	}
}

@media (max-width: 320px) {
     .research-div {
		width:206px;
	}
	.research-div div:nth-child(1){
		margin-top:7px;
	}



