/* 技术团队 */
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.team-content{
	text-align: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	padding-bottom: 20px;
}
.team-content p{
	width:100%;
	overflow:hidden;
}
.team-content p img{
	width:100%;
}
.team-content p:first-child{
	width: 100%;
}
.team-content p:first-child{
	margin-top: 46px;
}	
.team-img{
	/* height: 3000px; */
	width: 100%;
	margin-top: 40px;
}
.team-img img{
	margin-bottom: 15px;
	width: 100%;
}

@media (max-width: 1240px){
	
}
@media (max-width: 1200px){

}
@media(max-width: 992px){
	.team-content {
	    font-size: 1.6rem;
	    line-height: 30px;
	}
	.team-content p{
		width:100%;
	}
	.team-content p img{
		width:100%;
	}
}
@media(max-width: 767px){
	.team-content {
	    font-size: 1.4rem;
	    line-height: 24px;
	}
}
@media(max-width: 464px){

}








