html{
	background-color: #fff;
}
/* 2023-10-30 修改  start*/
/* main{
	padding-top: 76px;
} */
/* 2023-10-30 修改  end*/
.product-banner {
	width: 100%;

}

.product-banner>img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.product-box {
	width: 1200px;
	margin: 70px auto 120px;
	display: flex;
	flex-wrap: wrap;
}

.product-items {
	width: 590px;
	height: 200px;
	background-color: #eff4ff;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 45px;
	box-sizing: border-box;
	cursor: pointer;
}
.product-items:nth-child(2n){
	margin-right: 0;
}
.product-items:hover{
	background-color: #3770E8;
}
.product-items:hover .product-items-left{
	color: #fff;
}
.product-items:hover .product-items-right{
	color: #fff;
}
.product-items-left{
	font-size: 18px;
	color: #000;
	margin-right: 46px;
}
.pil-img{
	width: 70px;
		height: 70px;
		border-radius: 5px;
		display: block;
		margin-bottom: 14px;
}
.product-items-right{
	padding-top: 10px;
	font-size: 14px;
	color: #666;
	width: 320px;
	text-align: justify;
	line-height: 22px;
}