.h1 {
	width: 100%;
	height: 35px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 35px;
	color: #000000;
	opacity: 1;
	text-align: center;
}

.hardware {
	margin-top: 80px;
	margin-bottom: 90px;
}

.hardware .col-md-3 {
	padding-left: 7px;
	padding-right: 7px;
}

.hardware .item {

	height: 356px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hardware .item .title {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
}

.hardware .item .icon-img {
	width: auto;
	height: 172px;
	margin-bottom: 20px;
}

.hardware .item .btns {
	width: 130px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	background: #FF6A21;
	opacity: 1;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.hardware .item .more {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	color: #979797;
}
