* {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	width: 1180px;
	margin: 0 auto;
}

.local {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 15px
}

.local span {
	font-size: 17px;
	line-height: 26px;

}

.zxft_title {
	height: 50px;
	background: #edf3fa;
}

.zxft_title span {
	line-height: 50px;
	color: #3266ac;
	font-size: 20px;
	margin-left: 52px;
	font-weight: bold;
}

.content {
	width: 100%;
	border: 1px solid #E0E0E0;
	margin-top: 20px;
	padding-bottom: 20px;
}

.center {
	width: 1100px;
	margin: 0 auto;
}

.tab-header {
	width: 510px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.tab-item {
	width: 240px;
	height: 45px;
	background: #EDF3FA;
	cursor: pointer;
	position: relative;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #1561AF;
	font-weight: bold;
	padding-top: 15px;
}

.tab-item.active {
	font-weight: 400;
}

.curld {
	display: none;
	margin-top: -5px;
}

.active .curld {
	display: block;
}

.tab-content {
	padding: 0 70px;
	position: relative;
}

.tab-pane {
	display: none;
	animation: fadeIn 0.5s ease;
	margin-top: 50px;
}

.tab-pane.active {
	display: block;
}

.ld-type {
	width: 350px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #1561AF;
}

.ld-type img {
	height: 6px;
}

.ld-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1100px;
}

.ld-cont a {
	display: inline-block;
	width: 160px;
	height: 260px;
	text-decoration: none;
	margin: 0 30px 20px 30px;
}

.ld-item {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	text-align: center;
}

.ld-item img {
	width: 160px;
	height: 214px;
}