.home-title {
	font-size: 32px;
	color: #111111;
	letter-spacing: 0;
	margin-bottom: 1.25rem !important;
}

/* 新闻动态 */
.news-left-bottom {
	padding: 1.25rem;
	width: 100%;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
}

.news-left-bottom .news-left-title {
	font-weight: 500;
	font-size: 20px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
	color: #000;

}

.news-left-bottom .news-left-date {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
}

.news-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-right .news-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-right .news-item .news-title {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical !important;
}

.news-right .news-item .news-date {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
}

.news-right a {
	text-decoration: none;
}

.news-right .news-more {
	font-family: "黑体";
	font-weight: 400;
	font-size: 16px;
	color: #12B87F;
	letter-spacing: 0;
	cursor: pointer;
}



@media (max-width: 575.98px) {
	.news-right .news-item {
		margin-bottom: 0.5rem !important;
	}

	.news-right .news-item .news-title {
		-webkit-line-clamp: 1;
	}

}

/* 产品与业务 */
.card {
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 #00000033;
}

.card:hover {
	/* box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75); */
}

.product-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.product-card:hover .product .product-img {
	/* transform: scale(1.2); */
}

.card .product {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 !important;
}

.card .product a {
	color: #333333;
}

.card .product .title {
	font-weight: bold;
	color: #333333;
	font-size: 20px;
}

.card .btn-green {
	border: 1px solid #12B87F;
	background-color: #FFFFFF;
	font-family: "黑体";
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
}

.card .btn-green a {
	color: #333333;
}

@media (max-width: 979px) {
	.card .btn-green {
		font-size: 14px;
		padding: 10px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.card {
		width: calc(50% - 30px);
		flex: none !important;
		margin-bottom: 15px !important;
	}
}


/* 场景解决方案 */
.screen-title {
	color: #FFFFFF;
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "黑体";
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	z-index: 999;
}

.science-card {
	overflow: hidden;
	border: none !important;
	outline: none !important;
	border-radius: 0 !important;
}

.science-card::before {
	z-index: 10;
}

.science-card .science-img {
	z-index: 0;
}

.science-card:hover .science-img {
	transform: scale(1.3);
	transition: all .5s
}