html body {
	width: 100%;
	margin: 0;
	padding: 0;
}

.app {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E3F1FF;
  	position: relative;
}

.culture {
	width: 100%;
}

.culture-title {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
}

.culture-content {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
  	padding-bottom:60px;
}

.culture-content img {
	width: 500px;
  	height:600px;
  	margin-left: 10%;
}

.culture-content .label-value-box {
	width: 45%;
}

.culture-content .label-value-box .label-value-item {
	width: 100%;
	display: flex;
	margin-bottom: 80px;
  	margin-top:80px;
}

.culture-content .label-value-box .label-value-item img {
	width: 24px;
	height: 24px;

}

.culture-content .label-value-box .item-right {
	padding-left: 8px;
}

.culture-content .label-value-box .label {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.culture-content .label-value-box .value {
	font-size: 14px;
	color: #666;
}

.qualifications {
	width: 100%;
}

.qualifications-title {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
}

.qualifications-content {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.qualifications-content img {
	width: 28%;
}

.expert {
	padding: 50px;
	display: flex;
	background: linear-gradient(to bottom right, #E1F1FF, #FFF, #E8F9FF);

}

.expert img {
	width: 35%;
}

.expert-right {
	margin-left: 50px;
	margin-top:150px;
}

.expert-right .expert-title {
	font-size: 26px;
	font-weight: bold;
}

.expert-right .expert-title-small {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

.expert-right .expert-text {
	color: #666;
}

.team {
	padding: 50px;
	display: flex;
	justify-content: space-between;
}

.team-left {
	width: 50%;
}

.team img {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.team-left .team-title {
	font-size: 26px;
	font-weight: bold;
}

.team-left .team-item {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.team-item .xj-icon {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #8800ff;
}

.team-item .bj-icon {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #ffb000;
}

.team-item .sy-icon {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #00d477;
}

.team-item .wx-icon {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #00d3f9;
}

.team-left .team-text {
	width: 70%;
	margin-top: 20px;
	font-size: 12px;
	color: #666;
}

.statistics {
	width: 80%;
	height: 110px;
	border-radius: 10px;
	background-color: #274AFF;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.statistics .statistics-item .label {
	font-size: 16px;
	color: #fff;
}

.statistics .statistics-item .value {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.statistics .statistics-item span {
	font-size: 16px;
	font-weight: 400;
}