*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}
.b1{
	width: 100%;
	height: auto;
	background: #ffffff;
}
.main-c{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lishi-title{
	width: 100%;
	height: 74px;
	position: relative;
	text-indent: 32px;
	font-size: 46px;
	margin: 24px auto;
	font-weight: bold;
}
.lishi-title img{
	width: 9px;
	height: 41px;
	position: absolute;
	top: 14px;
	left: 0px;
}
.lishi-title span{
	color: #193584;
}
.main-c p{
	margin: 34px auto;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
	text-indent: 32px;
}
.zc-ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.zc-ul li{
	height: 36px;
	line-height: 36px;
	padding: 0 32px;
	font-size: 18px;
	margin: 0 12px;
	color: #333333;
	background: #f0f0f0;
	cursor: pointer;
}
.zc-acvtie{
	background: #193584 !important;
	color: #ffffff !important;
}
.zc-divs{
	display: none;
}
.zc-acvties{
	display: block !important;
}
.zc-div{
	height: 386px;
}