.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;margin-bottom:40px;
}
.bannerImg  img {
	display:block;
	width:100%;

}
.research {
	margin-bottom:50px;
}
.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;width:224px;height:224px;
}
.research-div {
	width:655px;height:224px;padding-left:35px;float:left;padding-top:49px;
}

.research-div1{
	font-size:20px;color:#333333;margin-bottom:16px;text-indent:0;transition:all 0.3s;
}
.researchItem1 {
	width:286px;height:224px;line-height:224px;float:left;text-align:center;
}
.research-div1 {
	font-size:20px;
	margin-bottom:16px;
	color:#333333;
	text-indent:0;
	transition:all 0.3s;
}
.research-div2 {
	font-size:16px;
	color:#333333;
	text-indent:2em;
	transition:all 0.3s;
}
.researchItem a:hover .research-div div {
	color:#00AA98;
}

.researchItem1sp1 {
	font-size:30px;
	color:#00aa98;
	font-weight:bold;
	margin-right:10px;
}
.researchItem1sp2 {
	font-size:34px;
	color:#F39800;
}
.researchItem1sp3 {
    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;
}

/*媒体查询响应式*/
@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;
   }
   
   .research ul li:nth-child(odd) a img {
   	 margin-top:10px;
   	 margin-left:10px;
   	 margin-bottom:10px;
   }
   .research ul li:nth-child(even) a img {
   	 margin:10px;
   }
   
   .bannerImg  img {
	max-width:100%;
   }
   
   .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;
   	color:#333333;
   }
   
   .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;
   	   color:#666666;
   }
   
   .research ul li:nth-child(even) .research-div {
   	 padding-left:6px;
   	 padding-right:10px;
   }
   
   .healthyItem {
   	 min-height: 400px;
   }
   
   
   
}

@media (max-width: 375px) {
	.research-div {
		width:65%;
	}
	.healthyItem {
		min-height:340px;
	}
}

@media (max-width: 320px) {
     .research-div {
		/*width:206px;*/
	}
	.research-div div:nth-child(1){
		margin-top:7px;
	}
	.research ul li:nth-child(even) a img {
		margin:9px;
	}
}