.happy>p {
	padding-bottom: 100px;
}

.kind {
	transform: translateY(-100%);
	overflow: hidden;
	margin-top: -16px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.kind li {
	/* float: left;
	margin: 0 60px; */
	flex: 1;
	font-size: 28px;
	font-weight: bold;
	text-align: center;

}

.kind li a {
	display: block;
	padding-bottom: 15px;
	position: relative;
	color: #1B529C!important;
}
.kind li {
    flex: 1;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    position: relative;
   }
.kind li::before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 0;
    background-color: #1B529C;
    transition: all .5s;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
   }
.titActive::before {
    width: 60px !important;
}
   .kind li:hover::before {
    width: 60px !important;
}
.action a::before{
	content: '';
	display: block;
	height: 2px;
	background-color: #2C64B0;
	width: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.detail{
	/* justify-content: center;
	display: flex;
	flex-wrap: wrap; */
font-size:0;
}
.detail li{
	width: calc((100% - 80px) / 3);
	margin:40px 0 0 40px;
	display:inline-block;
	font-size:16px;
	vertical-align: top;
}
.detail li:nth-child(3n+1){margin-left:0;}
.detail li a{
	display: block;
}
.dImg{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.dDesc{
	color: #262626;
	height: 160px;
	background-color: #F7F7F7;
	padding: 15px;
	transition: all .5s;
}
.dDesc p{
	color: inherit;
	font-size: 13px;
	line-height: 1.5;
}
.dDesc p:nth-child(1){
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.dDesc p:nth-child(1)::before{
	content: '';
	display: block;
	height: 2px;
	width: 24px;
	background-color: #262626;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
.dHover .dDesc{
	background-color: #2C64B0;
	color: #fff;
}
.dHover .dDesc p:nth-child(1)::before{
	background-color: #fff;
}
@media (max-width:768px) {
	.happy {
		padding: 0;
	}
	.happy>p{
		padding-bottom: 15px;
		border: none!important;
	}
	.dImg{
		height: 250px;
	}
	.kind{
		text-align: center;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.kind li{
		font-size: 17px;
		margin: 0 15px;
		float: none;
		display: inline-block;
	}
	.kind{
		transform: none;
	}
	.detail{
		padding:0 15px;
	}
	.detail li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.detail li:nth-child(2n+1){
		margin-left: 0;
	}
	.dDesc p:nth-child(1){
		font-size: 18px;
		margin-bottom: 10px;
	}
	.dDesc{
		padding: 5px;
		height: auto;
	}
}