.indexTitle {
	text-align:center;
	font-size:36px;
	color:#333333;
	position:relative;
	margin-bottom:60px;
}
.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;
	max-width:100%;
}
.frequant {
	padding:40px;
	padding-top:0;
	border:1px solid #F39800;
	overflow:hidden;
	margin-bottom:40px;
}
.frequant-li {
	border-bottom:1px dashed #C9C9C9;overflow:hidden;padding-bottom:30px;padding-top:30px;
}
.frequant-li img {
	float:left;
	width:140px;
	height:140px;
	border-radius:16px;
}
.frequant-div {
	padding-left:35px;width:802px;height:90px;float:left;margin-top:25px;margin-left:8px;border-left:2px solid #F39800;
}
.frequant-div div:nth-child(1){
	
}
.frequant-div-question {
	font-size:24px;color:#00aa98;margin-top:8px;margin-bottom:25px;
}
.frequant-div-question + div {
	font-size:18px;color:#333333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.frequant-div div:nth-child(2) {
	
}
.frequantA {
	margin-top:45px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior:url(ie-css3.htc);
	overflow:hidden;
	text-decoration:none;
	background:#00AA98;
	width:110px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	color:#fff;
	float:right;
}
.frequantA:hover {
	background:#fff;
	border:1px solid #00AA98;
	color:#00AA98;
}
.frequant-li-phone {
	display:none;
}

.frequant-li-phoneA {
	display:block;
	overflow:hidden;
	color:#000000;
	width:95%;
	padding:10px 0;
	border-bottom:1px dashed #E2E2E2;
	margin:0 auto;
	/*移动端a标签点击高亮问题解决*/
	-webkit-tap-highlight-color: transparent;
}
 .frequant-li-phoneA img {
	float:left;
	border-radius:0!important;
	width:29%;
	margin-left:10px;
	margin-right:10px;
	
}
.frequant-li-phoneDiv {
	width:258px;
	height:120px;
	float:left;
	
}
.frequant-li-phoneDiv div:nth-child(1){
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:18px;
	margin-bottom:5px;
	color:#333333;
}

.frequant-li-phoneDiv div:nth-child(2) {
	
	display: box;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    color:#666666;
}

/*媒体查询响应式*/
@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-top:10px;
   	 margin-right:10px;
   	 margin-bottom:10px;
   }
   
   
   
   
   .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;
   }
   .frequant-li {
   	display:none;
   }
   .frequant-li-phone {
	display:block;
}
.frequant {
	padding:0;
	border:none;
}  
 
.frequant-li-phoneA img{
	width:33%;
	margin-left:1%;
	margin-right:3%;
} 
 
 .frequant-li-phoneDiv {
 	width:63%;
 	height:110px;
 }
 
 
  
   
}

@media (max-width: 375px) {
	.research-div {
		width:245px;
	}
	/*.frequant-li-phoneDiv {
		width:6px;
	}
	*/
	
	
}

@media (max-width: 320px) {
     .research-div {
		width:206px;
	}
	.research-div div:nth-child(1){
		margin-top:7px;
	}
	.frequant-li-phoneA img {
		width:35%;
	}
	.frequant-li-phoneDiv {
		width:170px;
	}
}