.banner{
	width: 100%;
	height: 450px;
	background-image: url(../images/3000153.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 建筑工程 */
.profileText{
	text-align: center;
	padding: 75px 0;
	width: 750px;
	margin: 0 auto;
}
.profileBig{
	color: #076CE0;
	line-height: 42px;
	font-size: 36px;
}
.profileEn{
	color: #666666;
	line-height: 38px;
	font-size: 16px;
}
/* 快捷 */
.quick{
	width: 1052px;
	margin: 0 auto;
}
.quick::after{
	content: "";
	clear: both;
	display: block;
}
.quick li{
	width: 340px;
	height: 300px;
	float: left;
	margin-left: 16px;
	text-align: center;
	color: #fff;
	padding-top: 63px;
}
.quick li img{
	margin-bottom: 55px;
}
.quick li:first-child{
	margin-left: 0;
}
.quick li.qOne{
	background-color: #F6C006;
}
.quick li.qTwo{
	background-color: #FE889E;
}
.quick li.qThree{
	background-color: #24AEF6;
	padding-top: 69px;
}
.quick li.qThree img{
	margin-bottom: 61px;
}
.qzh{
	font-size: 24px;
	line-height: 1;
	margin-bottom: 18px;
}
.qen{
	font-size: 18px;
	line-height: 1;
}
/* 公司简介 */
.profile{
	width: 1052px;
	margin: 0 auto;
}
.profile_tit{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #076ce0;
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}
.profile_tit::before{
	width: 5px;
	height: 16px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #076CE0;
}
.profileCon img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}