/* 轮播图的指示器 */
.swiper-container {
	width: 100%;
	height: 33.9375rem;
}

.swiper-container {
	--swiper-pagination-color: #4aa139;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 3rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.375rem;
}

.swiper-pagination-bullet {
	width: 0.9375rem;
	height: 0.9375rem;
}

.indexBigimg img {
	width: 100%;
	height: auto;
}

.indexMenu {
	z-index: 9;
	font-size: 2.25rem;
	text-align: center;
	position: relative;
}

.indexItem {
	position: absolute;
	top: -2.5rem;
	width: 100%;
}

.indexMenu table {
	width: 100%;
	padding: 1.25rem 0;
	background-color: #FFF;
	border-radius: 1.875rem 1.875rem 0rem 0rem;

}

.indexMenu tr td {
	padding: 1.25rem 0;

}

.indexMenu img {
	width: 9.375rem;
	height: 9.375rem;
}

/* 行业动态 */
.hangyeBody,
.chanyeBody {
	background-color: #FFF;
	margin-top: 1.875rem;

}

.hangyeTitle {
	padding: 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.875rem;
	color: #666;
}

.hangyeTitle span:first-child {
	font-size: 2.375rem;
	color: #333;
	font-family: 黑体;
	font-weight: 600;
}

/* 横向滚动 */
.scrollXview {
	font-size: 2rem;
	color: #333;
	width: 100%;
	justify-content: space-between;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	display: flex;
	padding-bottom: 2.5rem;


}

.scrollXview a {
	margin-left: 2.5rem;
}

.scrollXview img {
	width: 24.5rem;
	height: 13.0625rem;
	border-radius: 0.625rem;
}

.scrollXview p {
	text-align: start;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 24.5rem;
	margin-top: 0.8125rem;
	color: #333;
}

/* 产业主体 */
.chanyeItem {
	padding: 0 2.75rem;
	text-align: start;
}

.chanyeItem>a:not(:first-child) {
	display: inline-block;
	margin-top: 2.5rem;
}

.ItemList {
	display: flex;
	flex-flow: row nowrap;
	
}

.ItemList_img img {
	width: 16.25rem;
	height: 9.75rem;
	margin-right: 2.5rem;
	border-radius: 0.625rem;
}

.ItemText p {
	width: 37rem;

	padding: 0.9375rem 0;
	font-size: 2.25rem;
	font-weight: 600;
	color: #333;
	font-family: 黑体;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ItemText span {
	color: #999;
	font-size: 1.625rem;
	height: 4.7rem;
	/* 将对象作为弹性伸缩盒子模型显示。 */
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
	-webkit-box-orient: vertical;
	/* 这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。 */
	-webkit-line-clamp: 2;
}

/* 查看更多 */
.showMore {
	background-color: #FFF;
	padding: 1.875rem 0;
	margin-bottom: 10rem;
}

.showMore a img {
	width: 11.125rem;
	height: 3.875rem;
}
