.padB80{
	padding-bottom: 80px;
}
.padT80{
	padding-top: 80px;
}
.intro>p{
	font-size: 15px;
	color: #666;
	line-height: 2;
	text-indent: 2em;
}
.abImg{
	margin-bottom: 20px;
}
.honty:hover{
	box-shadow: 0 0 10px #aaa; 
	transition: all .5s; 
	background-color: #FFFFFF;
}
.honty{ 
	border-radius: 5px;
	transition: all .5s; 
	cursor: pointer;
}
.honty>div{
	padding:25px 0 0;
}
.ty{
	background-color: #2FC1AC; 
	margin: auto; 
	width:50px; 
	height: 50px; 
	text-align: center; 
	border-radius: 50%;
}
.ty span {
	color: #FFFFFF; 
	font-size: 32px; 
	line-height: 50px;
}
.tycon{
	text-align: center; 
	margin-top:30px;
}
.tycon h3{
	font-size: 18px; 
	color: #666; 
	margin-top:10px;
}
.honty .tycon p{
	color: #CCC;
}
.honty>p{
	color: #666; 
	padding:0 50px 50px; 
	color:#888; 
	line-height: 2;
	text-align: center;
	letter-spacing: 2px;
}


@media (max-width: 768px){
	.padB80{
		padding-bottom: 30px;
	}
	.padT80{
		padding-top: 30px;
	}
}
