/* hear start */
header{
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 100%;
	height: 60px;
	background: rgb(100,196,210);
	color: white;
	font-size: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headRight{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header img{
	padding: 7.5px;
	height: 60px;
}
.headerBox{
	height: 60px;
	display: flex;
	align-items: center;
}
nav{
	display: flex;
	align-items: center;
}
nav li{
	font-size: 16px;
	font-weight: normal;
	list-style: none;
	padding: 0 15px;
	text-shadow: 2px 2px 2px rgba(255, 255, 255,0.4);
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.6); */
}
nav li a{
	color: #FFFFFF;
}
.linkButton{
	display: flex;
	height: 30px;
	margin-right: 10px;
	justify-content: center;
}
.linkButton a{
	color: white;
	cursor: pointer;
	margin: 0 10px 0 20px;
	line-height: 28px;
	border: solid 1px white;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
}
/* hear end */

.banner{
	margin-top: 60px;
	display: block;
}
.focus{
	margin-top: 60px;
	display: none;
}


#contact{
	background: rgba(0,0,255,0.05);
	margin: auto;
}
#contact h3{
	margin-bottom: 10px;
}
#contact p{
	line-height: 36px;
}
.wxImg{
	display: block;
	width: 135px;
	margin-top: 30px;
}
#product{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#product h3{
	text-align: center;
	margin:10px 0 30px;
}
.product_item{
	position: relative;
	padding-top: 25px;
	/* margin: 0 15px 30px; */
	margin: 0 5px 30px;
	width: 200px;
	height: 230px;
	transition: all 0.3s;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.product_item:hover{
	transform: translateY(-10px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.product_item .show{
	transition: all 0.3s;
}
.product_item:hover .show{
	opacity: 0;
}
.product_item:hover .hide{
	opacity: 1;
}
.product_item .show img{
	margin: auto;
	object-fit: cover;
	width: 150px;
	height: 150px;
}
.product_item .show a{
	margin-top: 15px;
	text-align: center;
}
.product_item .hide{
	transition: all 0.3s;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.hide .slt{
	width: 200px;
	height: 100px;
	overflow: hidden;
}
.hide .slt img{
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.hide .ewm{
	background-image: linear-gradient(rgba(255,255,255,0) 1%,rgba(255,255,255,0.8),rgba(255,255,255,0.9),rgba(255,255,255,1),rgba(255,255,255,1));
	height: 150px;
	width: 100%;
	position: absolute;
	top: 30px;
}
.hide .ewm img{
	margin: 30px auto 0;
	width: 120px;
}
.hide a{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 190px
}

.hideSeize{
	opacity: 0;
}



#plan{
	padding-bottom: 20px;
	/* border-bottom: 1px solid rgba(0,0,0,0.1);
	background: rgba(0,0,255,0.02); */
}
#plan h3{
	text-align: center;
	margin: 20px 0 0;
}
.planBox{
	/* margin-top: 30px; */
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.planItem{
	background: #fff;
	width: calc(100% / 4 - 15px);
	padding: 12px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
}
.planItem:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.planItem:hover .planImg img{
	transform: scale(1.2);
}
.planItem h4{
	font-weight: bolder;
}
.planItem .planImg{
	overflow: hidden;
	margin: 25px 0 15px;
	width: 100%;
}
.planItem img{
	margin: auto;
	transition: all 0.5s;
	width: 100%;
}
.planItem p{
	text-align: justify;
	text-indent: 2rem;
	line-height: 26px;
	/* height: 200px; */
}

/* footer start */
footer{
	padding-top: 10px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 12px;
	background: rgba(0,0,0,0.7);
	line-height: 24px;
}
/* footer end */
@media only screen and (max-width: 500px) and (min-width: 0px) {
/* @media only screen and (max-width: 414px) and (min-width: 0px) { */
	nav{
		display: none;
	}
	header{
		border: none;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	}
	.product_item:hover .show{
		opacity: 1;
	}
	.banner{
		display: none;
	}
	.focus{
		display: block;
	}
	
	.wxImg{
		margin-top: 0px;
	}
	
	
	.planBox{
	   	margin-top: 20px;
	}
	
	.product_item{
		margin: 0 5px 17px;
		width: 100%;
		height: auto;
		padding: 12px;
		box-shadow: none;
		border: 1px solid rgba(0,0,0,0.1);
	}
	.product_item .hide{
		opacity: 1;
		position: static;
	}
	.hide{
		display: flex;
		flex-wrap: wrap;
	}
	.hide .slt img{
		object-fit: cover;
		height: 100%;
		border-radius: 0;
	}
	.hide img{
		position: static;
	}
	.show{
		margin-bottom: 5px;
		opacity: 1;
	}
	.hide .slt{
		width: calc(100% - 120px);
		height: 120px;
	}
	.hide .ewm{
		width: 120px;
		height: 120px;
		position: static;
		background: none;
	}
	.hide a{
		width: 100%;
		font-size: 14px;
		margin-top: 12px;
		position: static;
	}
	.hide .ewm img{
		margin: 0;
		border-radius: 0;
	}
	.product_item .show img{
		margin: 0;
		display: none;
	}
	.product_item .show a{
		margin: 0;
	}
	
	.planItem{
		margin-bottom: 10px;
	}
	.planItem p{
		height: auto;
	}
}
