

.index_cs{
	margin: 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index_cs img{
	max-width: 100%;
}

.mySwiper{
	margin-top: 100px;
}



.contact-section{
	width: 95%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}


.team {
	margin-bottom: 3em;
	background: #fff;
	padding: 50px;
}

.teamlist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	
}

.team_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	/* border-bottom: 1px dashed #999; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 15px;
	transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.team_box:hover{
	box-shadow: 0 0 10px rgba(2, 96, 179, 0.5);
	transform: translateY(-10px);
}

.team_ico {
	float: left;
	width: 150px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}
.team_ico img{
	width: 100%;
}

.team_title {
	float: left;
	width: calc(100% - 180px);
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
}

.team_title i {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.team_des {
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
}



@media (max-width:1025px) {
	
	
	/* 核心团队 */
	
	.team {
		margin-top: 30px;
		margin-bottom: 1em;
		padding: 10px;
	}
	
	.teamlist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
		
		
	}
	
	.team_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto;
		/* border-bottom: 1px dashed #999; */
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		padding: 10px;
		
		transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	}
	
	.team_box:hover{
		box-shadow: 0 0 10px rgba(2, 96, 179, 0.5);
		transform: translateY(-10px);
	}
	
	.team_ico {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 30px;
	}
	
	.team_ico img{
		width: 100%;
	}
	
	.team_title {
		float: left;
		width: 100%;
		text-align: left;
		line-height: 60px;
		font-size: 20px;
		font-weight: 600;
	}
	
	.team_title i {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	
	.team_des {
		float: left;
		width: 100%;
		text-align: justify;
		line-height: 28px;
		font-size: 14px;
	}
	
	
}