/*------ 公司简介 introduce ------开始*/
#introduce{
	margin-top:80px;
	padding:5% 0 7%;
	background: url(../images/advantageBg2.png) 0 0;
	background-color: #fafafa;
	background-size:cover;
}
#introduce .title{
	font-size: 3rem;
}
#introduce .tu{
	margin-top:28px;
}
#introduce .txt p{
	color: #696969;
	margin-top:30px;
	line-height: 25px;
}
@media screen and (max-width:599px){
	#introduce .tu{
		margin-top:-10px;
	}
}
/*------ 公司简介 introduce ------结束*/

/*------ 我们的团队 team ------开始*/
#team{
	padding:5% 0 8%;
}
#team .hd{
	color: #333;
	font-size: 2.8rem;
	margin-bottom:5%;
}
@media screen and (max-width:599px){
	#team .hd{
		font-size: 2.2rem;
		margin:5% 0;
	}
}
/*------ 我们的团队 team ------结束*/