.banner span{
	display: inline-block;
	top:  61%;
	left: 58%;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #28c6bc;
	text-align: center;
	box-shadow: 0px 12px 31.85px 3.15px rgba(40, 199, 189, 0.42);
}
.banner span a{
	font-size: 18px;
	color: #fff;
	display: block;
}
.team{
	width: 1200px;
	margin: 100px auto;
	line-height: 1;
	text-align: center;
}
.team .title{
	font-size: 26px;
	color: #333333;
}
.team .description{
	font-size: 18px;
	line-height: 32px;
	margin-top: 43px;
	text-align: left;
	color: #666666;
	margin-bottom: 24px;
}
.team .team-img{
	max-width: 100%;
}
.contact{
	margin: 100px auto 120px;
	width: 1200px;
	line-height: 1;
	text-align: center;
}
.contact .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 50px;
}
.contact .content:after{
	content: "";
	width: 0;
	display: block;
	clear: both;
}
.contact li{
	float: left;
	width: 25%;
	border-radius: 10px;
	height: 240px;
	padding-top: 30px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.contact li:hover{
	box-shadow: 0px 6px 23.52px 0.48px rgba(193, 193, 193, 0.3);
	transform: translateY(-5px);
}
.contact li:hover .icon{
	box-shadow: none;
}
.contact li:hover .icon img:first-child{
	display: none;
}
.contact li:hover .icon img:last-child{
	display: inline-block;
}
.contact li:first-child:hover .icon{
	background-color: #db9be6;
}
.contact li:nth-child(2):hover .icon{
	background-color: #7483fe;
}
.contact li:nth-child(3):hover .icon{
	background-color: #00c9d6;
}
.contact li:nth-child(4):hover .icon{
	background-color: #fb9958;
}
.contact li .icon{
	position: relative;
	width: 100px;
	height: 80px;
	border-radius: 10px;
	box-shadow: 0px 6px 23.52px 0.48px rgba(182, 182, 182, 0.16);
	margin: 0 auto 21px;
}
.contact li .icon img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.contact li .icon img:last-child{
	display: none;
}
.contact li .text-title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.contact li .text-description{
	font-size: 20px;	padding: 0 10px;
	color: #333333;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.team{
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.team .title{
		font-size: 22px;
	}
	.team .description{
		margin-top: 20px;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.contact{
		margin: 40px 0 50px;
		width: 100%;
	}
	.contact .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.contact li{
		width: 50%;
	}
	.contact li .icon{
		width: 80px;
		height: 60px;
	}
	.contact li .icon img{
		width: 30px;
	}
	.contact li .text-title{
		font-size: 16px;
	}
	.contact li .text-description{
		font-size: 18px;
	}
}