.locationNav {
	width: 1200px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 100px auto 0;
}
.locationNav a {margin: 0 4px;}

.firmIntro {height: 320px}
.firmIntroTitle {
	width: 100%;
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin: 10px 0 20px;
}
.firmIntroDetail {
	color: #333333;
	line-height: 24px;
	text-indent: 30px;
}
.firmGroupBG {
	width: 100%;
	height: 600px;
	background: #F5F6F8;
}
.firmGroup {height: 100%;position: relative;}
.firmGroup .firmGroupContent {
	width: 550px;
	height: 360px;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px 0px #CCCCCC;
	position: absolute;
	left: 0;
	top: 75px;
	padding: 40px;
	box-sizing: border-box;
}
.firmGroup .firmGroupContent .firmGroupTitle {
	height: 50px;
	font-size: 30px;
	color: #313131;
	position: relative;
}
.firmGroup .firmGroupContent .firmGroupTitle:before {
	content: "";
	width: 130px;
	height: 2px;
	background: #828282;
	position: absolute;
	left: 0;
	bottom: 0;
}
.firmGroup .firmGroupContent .firmGroupDetail {
	color: #404040;
	line-height: 30px;
	text-indent: 30px;
	margin-top: 50px;
}
.firmGroup .firmGroupSplit {
	width: 20px;
	height: 200px;
	background: #C0C0C0;
	position: absolute;
	top: 50%;
	left: 550px;
	transform: translateY(-50%);
}
.firmGroup .firmGroupImg {
	width: 630px;
	height: 400px;
	position: absolute;
	right: 0;
	bottom: 75px;
}

/* 生长历程 */
.course {
	height: 600px;
}
.courseTitle {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}
.courseContent {
	width: 100%;
	height: 400px;
	position: relative;
}
.courseContent .courseImg {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
}
.courseDetail {
	display: flex;
	flex-direction: column;
	position: absolute;
}
.courseTime {
	font-size: 16px;
	font-weight: 500;
	color: #434343;
	margin-bottom: 10px;
}
.courseDetail .courseIntro {
	display: block;
	width: 240px;
}
.intro1 {left: -4%;bottom: -14%}
.intro2 {left: 4%;bottom: 30%}
.intro3 {left: 22%;bottom: -20%}
.intro4 {left: 28%;top: 26%}
.intro5 {left: 44%;bottom: -15%}
.intro6 {left: 50%;top: -10%;}
.intro7 {left: 68%;bottom: -24%}
.intro8 {left: 72%;top: -10%}
.intro9 {left: 86%;bottom: 40%}

.firmCertificationBG {width: 100%;}
.firmCertification {height: 100%}
.firmCertification .firmCertificationTitle {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 30px;
}
.firmCertification .firmCertificationList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.firmCertification .firmCertificationList .firmCertificationImg {
	width: 380px;
	margin-bottom: 40px;
	margin-right: 20px;
}
.firmCertification .firmCertificationList .firmCertificationImg:nth-child(3n){margin-right: 0px;margin-top: 0}

.firmHonor {margin-bottom: 20px}
.firmHonorTitle {
	width: 100%;
	height: 80px;
	text-align: center;
	font-size: 30px;
}
.firmHonorList {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
}
.firmHonorList .firmHonorItem {
	width: 280px;
	height: 200px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.firmHonorBox {
	width: 100%;
	display: flex;
}
.firmHonorListFirst {
	width: 280px;
	height: 420px;
	margin-right: 20px;
}

/* 企业文化 */
.cultureContentTitle {
	width: 100%;
	height: 80px;
	font-size: 36px;
	text-align: center;
}
.cultureContent {
	width: 100%;
	height: 470px;
	position: relative;
	margin-bottom: 60px;
}
.cultureContent .cultureContentImg {width: 651px;height: 100%;}
.cultureContent .cultureDetail {
	width: 730px;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px 0px rgba(204, 204, 204, 0.73);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #404040;
	line-height: 26px;
	display: flex;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}
.culture {
	width: 100%;
	margin: 40px 0;
	display: flex;
	justify-content: center;
}
.cultureList {
	width: 700px;
	height: 500px;
	display: flex;
	align-items: flex-end;
}
.cultureItem {
	width: 150px;
	height: 400px;
	border: 1px solid #b2b2b2;
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-right: 25px;
}
.cultureItemTitle {
	position: absolute;
	width: 100%;
	left: 9px;
	top: -36%;
	transform: translateY(50%);
}
.cultureItemTitle img {width: 90%;}
.cultureItemTitle h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-55%, -45%);
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
}
.cultureItemContent {
	writing-mode:vertical-lr;
	font-size: 28px;
	font-weight: bold;
	margin-top: 110px;
}
.cultureItemContent span{margin-bottom: 20px}
.bottomBG {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cultureSlogan {
	width: 350px;
	height: 520px;
	color: #00a2e8;
	font-size: 20px;
	display: flex;
	align-items: flex-end;
}
.cultureSloganContent {
	width: 100%;
	height: 470px;
	border: 1px solid #b2b2b2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cultureSloganDetail {margin-top: 60px}
.cultureSloganContent p {margin: 10px 0;}

/* 大事记 */
.firmChronicleList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.firmChronicleItem {
	width: 224px;
	height: 350px;
	border: 5px solid #c1a158;
	box-sizing: border-box;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.firmChronicleItem:nth-child(5n) {margin-right: 0}
.firmChronicleItem img {width: 100%;height: 220px;}
.firmChronicleItemContent {
	width: 100%;
	height: 100px;
	font-size: 12px;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.firmChronicleItemTitle {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 170px;
}
.firmChronicleItemTitle img {height: 50px;}
.firmChronicleItemTitle h2 {
	width: 80px;
	height: 22px;
	position: absolute;
	left: 10px;
	top: 25px;
	color: #007cdf;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #dd9038;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
<!--耗时1774125521.9439秒-->