.aboutme {
	background-color: rgb(19, 19, 29);
	color: #ffffff;
	padding-bottom: 80px;
}

.about-content {
	width: 1200px;
	margin: 50px auto;
	font-size: 14px;
	color: #aaaaaa;
	opacity: 0;
	animation: slide-up 1s forwards;
}

.about-zhan {
	margin: auto;
	width: 1200px;
	display: flex;
	align-items: center;
}

.about-zhan img {
	height: 405px;
	width: 621px;
}

.about-ld {
	flex: 1;
	margin-left: 30px;
	height: 405px;
	background-color: #373741;
}

.about-ld {
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	animation: slide-in 1s forwards;
}

.about-qy {
	margin: 0 70px;
}

.about-qy:not(:first-child) {
	margin-top: 50px;
}

.about-qy .iconfont {
	font-size: 37px;
	font-weight: 400;
	color: #a88f5f;
}

.icon-img{
	width: 45px!important;
	height: 45px!important;
	object-fit: contain!important;
}

.about-title {
	font-size: 16px;
	color: #c3af80;
}

.about-con {
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 5px;
}

.num-bg {
	background-color: rgb(55, 55, 65);
	height: 210px;
	display: flex;
	align-items: center;
}

.about-num {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: auto;
}

.about-n {
	width: 25%;
}

.about-number {
	text-align: center;
	color: #c3af80;
	font-size: 30px;
	font-family: Arial Black;
	font-weight: bold;
}

.about-c {
	text-align: center;
	font-size: 14px;
	color: #888888;
	margin-top: 5px;
}

.team {
	background-color: #18181d;
	color: #ffffff;
	padding-bottom: 40px;
}

.team-item {
	width: 1200px;
	margin: 150px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.team-i {
	width: 280px;
	height: 390px;
	overflow: hidden;
}

.team-i img {
	height: 310px;
	display: block;
}

.team-info {
	height: 80px;
	background-color: #373741;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.team-i:hover .team-info {
	background-color: #454851;
}

.team-name {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #c3af80;
}

.team-zhiwei {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 2px;
}

@media only screen and (max-width: 600px) {
	.about-content {
		width: 100%;
		margin: 50px auto;
		padding: 0 10px;
		font-size: 14px;
		color: #aaaaaa;
		box-sizing: border-box;
	}
	
	.about-zhan {
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
	}
	
	.about-zhan img {
		height: 405px;
		width: 100%;
		object-fit: cover;
	}
	
	.about-ld {
		width: 100%;
		margin-left: 0px;
		height: 405px;
		margin-top: 10px;
	}
	
	.about-qy {
		margin: 0 20px;
	}
	
	.about-qy:not(:first-child) {
		margin-top: 50px;
	}
	
	.about-num {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		justify-content: space-between;
	}
	
	.about-n {
		width: auto;
	}
	
	.team-item {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.team-i {
		width: 100%;
		height: 280px;
		overflow: hidden;
	}
	
	.team-i img {
		height: 200px;
		display: block;
	}
	
	.team-info {
		height: 80px;
	}
	
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.banner-img{
		height: 190px;
		object-fit: cover;
	}
	
	.about-content {
		width: 100%;
		margin: 50px auto;
		padding: 0 10px;
		font-size: 14px;
		color: #aaaaaa;
		box-sizing: border-box;
	}
	
	.about-zhan {
		margin: auto;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.about-zhan img {
		width: 51%;
		height: 405px;
		object-fit: cover;
	}
	
	.about-ld {
		flex: 1;
		margin-left: 10px;
		height: 405px;
		background-color: #373741;
	}
	
	.about-qy {
		margin: 0 20px;
	}
	
	.about-qy:not(:first-child) {
		margin-top: 50px;
	}
	
	.about-con {
		font-size: 14px;
		color: #aaaaaa;
		margin-top: 5px;
		width: 90%;
	}
	
	.team-item {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 10px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.team-i {
		width: 100%;
		height: 280px;
		overflow: hidden;
	}
	
	.team-i img {
		height: 200px;
		display: block;
	}
	
	.team-info {
		height: 80px;
	}
}