.com-intro-wrap {
	background: #fff;
	margin: 0 auto;
	width: 800px;
	margin-top: 150px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1;
	color: #434343;
	padding: 80px 60px;
	position: relative;
}

.com-intro-logo {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	top: -107px;
	left: 50%;
	transform: translateX(-50%);
}

.com-intro-p {
	font-size: 16px;
	line-height: 30px;
}

.com-about {
	font-family: bahnschrift;
	color: #fff;
	font-size: 102px;
	line-height: 140px;
}

.cultrue .cultrue-h2 {
	text-align: center;
	color: #333;
	font-size: 30px;
	line-height: 40px;
	font-weight: bolder;
	padding: 90px 0 10px 0;
}

.cultrue .order {
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: flex;
	width: 100%;
	padding-top: 20px;
}

.cultrue .order .line {
	display: inline-block;
	width: 400px;
	border-top: 1px solid #999;
}

.cultrue .order .txt {
	font-family: bahnschrift;
	font-size: 47px;
	font-weight: bolder;
	color: #333;
	display: block;
	top: -20px;
	position: relative;
	line-height: 40px;
	padding: 0 55px;
}

.cultrue-pic {
	padding: 30px 0;
	margin-top: 30px;
}

.cultrue-figure {
	text-align: center;
	padding: 10px 30px;
	color: #333;
	width: 337px;
}

.cultrue-pic .cultrue-figure h2 {
	font-size: 40px;
	font-weight: bolder;
	line-height: 100px;
	color: #1c2954;
}

.cultrue-pic .cultrue-figure p {
	font-size: 16px;
	line-height: 1;
}


.cultrue-pic .cultrue-figure img {
	width: 337px;
}

.team-box {
	display: flex;
	justify-content: space-around;
	padding: 20px 0 100px;
	align-items: center;
}

.team-box .team-box-l {
	padding: 0 46px;
	background: #f5f5f5;
}

.team-box .team-box-l p {
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.team-box .team-box-l p:nth-child(1),
p:nth-child(3) {
	padding-top: 40px;
}

.team-box .team-box-l p:nth-child(4) {
	padding: 40px 0;
}

/* .team-box .team-box-l p::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #000;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 4px;
} */