#home_product_module .moduleTitle {
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	margin-top: 80rem;
	text-align: center;
}
#home_product_module .moduleBox {
	margin-top: 40rem;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#home_product_module .moduleBox .moduleList:hover {
	position: relative;
	border: 4rem solid #3577FD;
}
#home_product_module .moduleBox .moreText {
	width: 174rem;
	height: 62rem;
	background: #3577FD;
	border-radius: 4rem;
	position: absolute;
	bottom: -31rem;
	left: 50%;
	margin-left: -87rem;
	font-size: 21rem;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	z-index: 5;
}

#home_product_module .moduleBox .moduleList {
	width: 23.5%;
	height: 291rem;
	background: #FFFFFF;
	box-shadow: 2rem 2rem 4rem 2rem rgba(0, 0, 0, 0.1);
	border-radius: 4rem;
	margin-bottom: 40rem;
	padding: 40rem 40rem 0;
	transition: all 0.3s;
	cursor: pointer;
	margin-right: 2%;
	border: 4rem solid #fff;
	position: relative;
}
#home_product_module .moduleList .title span {
	font-size: 21rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	font-weight: bold;
}

#home_product_module .moduleList .title img {
	width: 40rem;
	height: 40rem;
	margin-right: 10rem;
}
#home_product_module .moduleList .info {
	border-top: 1rem solid #eee;
	margin-top: 20rem;
	padding-top: 20rem;
}
#home_product_module .moduleList .info .name {
	font-size: 16rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	font-weight: bold;
}

#home_product_module .moduleList .info .txt {
	font-size: 14rem;
	font-family: MicrosoftYaHei;
	color: #999999;
	margin-top: 12rem;
	line-height: 28rem;
}

#home_product_module .moduleBox .moduleList:nth-of-type(4n) {
	margin-right: 0 !important;
}

@media screen and (max-width:1400px) {
	#home_product_module .moduleList {
		height: 320rem !important;
	}
}

@media screen and (max-width:1250px) {
	#home_product_module .moduleList {
		height: 400rem !important;
	}
}
@media screen and (max-width:1100px) {
	#home_product_module .moduleList {
		height: 420rem !important;
	}
}