h1,h3,p{
	margin: 0px;
	padding: 0px;
}
.showCase{
	width: 13em;
	margin: auto;
	padding-bottom: 1.98rem;
}
.product_head{
	width: 13em;
	/* height: 2em; */
	border-bottom: 1px solid #A8C7E1;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	margin-top: 0.81rem;
}
.product_head h1{
	font-size: 0.64em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #21497E;
}
.product_head h3{
	font-size: 0.4em;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #A8C7E1;
	margin-bottom: 0.28rem;
}
.product_head p{
	width: 0.2em;
	height: 0.2em;
	border-radius: 0.2em;
	background: #21497E;
	position: absolute;
	bottom: -0.1em;
}
.showCase_body{
	display: flex;
	margin-top: 1.16rem;
	
}
.showCase_left{
	width: 6em;
	height: 3.05em;
	overflow: hidden;
}
.header_img{
	  width: 100%;
	  height:100%;
	  transition:transform 1s;
	  /* transform: scale(1.2,1.2); */
}
.header_img:hover{
	 transform: scale(1.2,1.2);
}
.showCase_right{
	width: 7em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.showCase_right_up{
	width: 18em;
	font-size: 0.36em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	display: block;
	margin-left: 1.1em;
	animation-name: fadeInDown;
}
.line{
	width: 100%;
	height: 1px;
	background-color: #A8C7E1;
	margin-top: 0.3em;
}
.showCase_center{
	width: 29.5em;
	font-size: 0.22em;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	display: block;
	margin-left: 1.78em;
}
.showCase_bottom{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.showCase_bottom_btn{
	width: 8em;
	height: 2em;
	border: 1px solid #21497E;
	border-radius: 3em;
	font-size: 0.25em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #21497E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 2em;
}
.showCase_bottom_btn:hover{
	background: #21497E;
	color: #FFFFFF;
}
.showCase_bottom_time{
	font-size: 0.24em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A8C7E1;
	margin-right: 2em;
}
.more{
	width: 2rem;
	height: 0.46rem;
	background: #21497E;
	border-radius: 0.23rem;
	font-size: 0.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: auto;
	margin-top: 1.67rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.more:hover{
	background: #F1F1F1;
	color: #21497E;
}
@media  screen and (max-width: 900px) {
	.showCase{
		width: 90%;
		margin-top: 1rem;
	}
	.product_head{
		width: 100%;
	}
	.product_head h1{
		font-size: 0.8rem;
	}
	.product_head h3{
		font-size: 0.7rem;
	}
	.showCase_left{
		width: 100%;
		height: 100%;
	}
	.showCase_right{
		width: 100%;
	}
	.header_img{
		width: 100%;
		height: 100%;
	}
	.showCase_right_up{
		width: 100%;
		margin: 0px;
		font-size: 0.7rem;
	}
	.showCase_center{
		width: 100%;
		margin: 0 0 0 0;
		padding-top: 1em;
		font-size: 0.6rem;
	}
	.showCase_body{
		display: flex;
		flex-direction: column;
	}
	.showCase_bottom{
		/* width: 100%; */
		margin-top: 0.56em;
	}
	.showCase_bottom_btn{
		margin-left: 0px;
		width: 4rem;
		height: 1rem;
		font-size: 0.5rem;
	}
	.showCase_bottom_time{
		/* width: 100%; */
		margin-right: 0;
		font-size: 0.5rem;
	}
	.showCase_phone{
		width: 100%;
	}
	.more{
		width: 4rem;
		height: 1rem;
		border-radius: 1rem;
		font-size: 0.6rem;
	}
}
