.top-box {
	height: 58px;
	background: #3578c9;
	text-align: right;
	line-height: 58px;
}
.top-box span {
	margin-right: 140px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fff;
}
.btn-right {
position: absolute;
	right: 0;
	top: 197px;
	z-index: 9999;
}

.content {
	margin: 0 auto;
	width: 1024px;
}
.logo-box {
	margin: 30px 0 20px;
}
.center-box {
	padding: 20px;
	width: 1024px;
	height: 508px;
	background: #f6f6f6;
	box-sizing: border-box;
}
.center-con {
	position: relative;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	background: url(../images/center-bg.jpg) no-repeat;
	background-size: 70%;
	overflow: hidden;
}
.center-right {
	position: absolute;
	right: 0;
	top: 0;
	padding:0px 10px;
	width: 360px;
	height: 100%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
}
.center-right a {
	display: block;
	margin-bottom: 12px;
	height: 84px;
}
.center-right a img {
	width: 340px;
	height: 84px;
}
.links-box {
	margin-top: 30px;
	overflow: hidden;
}
.link-item {
	float: left;
	display: block;
	width: 238px;
	height: 165px;
	box-sizing: border-box;
}
.link-item:not(:last-of-type) {
	margin-right: 24px;
}
.link-img {
	text-align: center;
}
.link-name {
	text-align: center;
	font-size: 26px;
	color: #666;
	font-family: "Microsoft Yahei";
}
.link-font {
	font-size: 16px;
	color: #666;
	font-family: "Microsoft Yahei";
	line-height: 32px;
}