
.banner_div{
	/* width: 100%; */
}
.banner_div>img{
	display: inline-block;
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}

._title{
	padding-top: 83px;
	padding-bottom: 95px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
._title>span{
	color: #000000;
	font-size: 30px;
	padding: 0 51px;
	font-weight:500;
}
._title:before, ._title:after{
	content: ' ';
	display: inline-block;
	width: 47px;
	height: 3px;
	background-color: #CFCFCF;
}

._card{
	height: auto;
}
._card>div>div{
	border: 1px solid #B9B9B9;
	padding-top: 212px;
	height: 570px;
	margin-bottom: 60px;
	background-position: center 86px;
	background-repeat: no-repeat;
}
._card>div>div.d1{
	background-image: url(../img/child5/1.png);
}
._card>div>div.d2{
	background-image: url(../img/child5/2.png);
}
._card>div>div.d3{
	background-image: url(../img/child5/3.png);
}
._card>div>div:hover{
	border-color: #006C8E;
	background-color: #006C8E;
	background-image: url(../img/child5/tel.png);;	
	padding-top: 64px;
	background-position: center 190px;
	background-size: 40px 41px;
}
._card>div>div:hover p{
	color: #FFFFFF;
}

._card>div>div>p{
	color: #1E1E1E;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	font-family:Source Han Sans CN;
}
._card>div>div>p:not(:last-child){
	margin-bottom: 28px;
}
._card>div>div>p._t{
	font-size: 34px;
	margin-bottom: 69px;
	position: relative;
}
._card>div>div>p._t:after{
	content: ' ';
	width: 42px;
	height: 4px;
	background-color: #006C8E;
	position: absolute;
	bottom: -28px;
	left: calc(50% - 21px);
}
._card>div>div:hover p._t{
	margin-bottom: 168px;
}
._card>div>div:hover p._t:after{
	background-color: #FFFFFF;
}
._card>div>div>p.p1{
	margin-bottom: 27px;
}
._card>div>div>p.p2{
	padding-bottom: 40px;
}
._card>div>div:hover p.p2{
	padding-bottom: 119px;
	background: url(../img/child5/email.png) no-repeat center 70px;
	background-size: 37px 28px;
}
._card>div>div>p.p3{
	margin-bottom: 21px;
}
._card>div>div>p.p3>a,._card>div>div>p.p4>a{
	color: inherit;
	text-decoration: none;
}
._card>div>div>p.p3:hover,._card>div>div>p.p4:hover{
	color: #F1CC00;
}

._u{
	display: flex;
	align-items: center;
	color: #00A5D9;
	font-size: 33px;
	margin-bottom: 96px;
	padding: 47px 93px;
	background-color: #F7F8FA;
	border-radius: 70px;
}
._u>span{
	padding-left: 93px;
	color: #1E1E1E;
	margin-right: 68px;
}
._u>a{
	text-decoration: none;
	color: #00A5D9;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	._u{
		font-size: 24px;
		text-align: center;
		padding: 38px 15px;
	}
}