/* pc */
#other-banner .content {
	overflow: hidden;
	padding-bottom: 70px;
}
#other-banner .content .image {
	width: 600px;
}
#other-banner .content .text {
	padding: 0 50px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333333;
	font-size: 14px;
	margin-left: 600px;
}
#about-content h3 {
	letter-spacing: 2.4px;
	color: #333333;
	font-size: 40px;
	padding: 70px 0;
	text-align: center;
}
#about-content .service {
	background-color: #fafafa;
}
#about-content .service ul {
	/*width: 80%;*/
	overflow: hidden;
	padding-bottom: 70px;
	/*margin: 0 auto;*/
	text-align: center;
}
#about-content .service li a {
	display: block;
	padding: 60px 0;
}
#about-content .service li .icon {
	display: inline-block;
	width: 140px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#about-content .service li .title {
	color: #333333;
	font-size: 18px;
	margin: 14px 0;
}
#about-content .service li .text {
	color: #666666;
	font-size: 14px;
}
#about-content .service li:hover a {
	box-shadow: 0px 3px 13px 0px rgba(3, 0, 0, 0.1);
	background-color: #fff;
}
#about-content .team ul {
	overflow: hidden;
	padding-bottom: 70px;
}
#about-content .team li {
	float: left;
	width: 20%;
	height: auto;
	background-color: #fafafa;
}
#about-content .team li img {
	width: 100%;
	height: 100%;
}
#about-content .team li span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*letter-spacing: 1.4px;*/
	color: #333333;
	font-size: 24px;
}


/* mobile */
@media (max-width: 768px) {
	#other-banner .content {
		padding-bottom: 2rem;
	}
	#other-banner .content .image {
		width: 100%;
	}
	#about-content .service li .icon {
		display: inline-block;
		width: 100px;
		height: 75px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#other-banner .content .text {
		float: left;
		width: 100%;
		margin: 0;
		padding: 15px;
	}
	#about-content .team ul{padding-bottom: 4rem}
	#about-content h3 {
		font-size: 1.5rem;
		padding: 2rem 0;
	}
	#about-content .service ul{padding-bottom: 2rem}
	#about-content .service li a {
		padding: 1.2rem 0;
	}
	#about-content .service li .title {
		margin: 0.8rem 0;
	}
	#about-content .team li {
		width: 50%;
	}
}