
/* 1.观众登记 */

/* 2展位图 serve_map*/
.serve_map-bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}

.serve_map-left {
	width: 75%;
	margin-top: 47px;

}
.serve_map-left ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 24px;

}

.serve_map-left ul li {
	width: 10%;
	text-align: center;
	padding: 14px 0 11px;
	background-color: #F5F5F5;
	margin-right: 8px;
	margin-bottom: 6px;

	font-size: 13px;

	font-weight: 500;

	color: #8B8B8B;
	line-height: 35px;

}

/* .about-history-left ul li:hover{
	color: #fff;
	background-color: #B01E22;
} */
.act {
	color: #fff !important;
	background-color: #B01E22 !important;
}

.serve_map-left .tab .tab1 {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.serve_map-left .tab .tab1::after {
	content: "";
	display: block;
	width: 209px;
	height: 118px;
	visibility: hidden;
}

.serve_map-left .tab .tab1 div {
	/* width: 209px;
	height: 118px;
	margin-bottom: 10px;
	margin-right: 10px; */
}

 .serve_map-left .tab .tab1 img {
	width: 100%;
}
