body {
	max-width: 1920px;
	margin: 0px;
	overflow-x: hidden;
}

p {
	font-size: 12px;
	margin: 0px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0)0;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	text-decoration:none;
	color: black;
}

.zh-f {
	display: flex;
}
.zh-f-vertical{
	display: flex;
	justify-content: center;
}
.zh-f-level{
	display: flex;
	align-items: center;
}

.nav {
	height: 70px;
	width: 100%;
	display: flex;
	position: sticky;
	top: 0;
	background-color: white;
}

.top-logo {
	width: 63px;
	height: 63px;
	margin: 3px 479px 3px 320px;
}

.nav-right ul{
	height: 70px;
	display: flex;
	margin: 0px;
	align-items: center;
}
.nav-right li {
	flex-shrink: 0;
}
.nav-right li a{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	height: 50px;
	line-height: 50px;
}
.nav-right li a:hover {
	color: #1976FF;
}
.nav-choose {
	color: #1976FF;
}

.footer {
	height: 300px;
	width: 100%;
	background-color: #1B222F;
	flex-wrap: wrap;
}
.filing-no {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #909399;
	text-align: center;
}
.footer-content {
	width: 100%;
	height: 263px;
}
.footer-left, .footer-middle, .footer-right {
	margin-top: 80px;
}
.footer-left{
	margin-left: 310px;
}
.code {
	width: 112px;
	height: 112px;
	background: #FFFFFF;
	border-radius: 10px;
}
.code img {
	margin: 6px;
	width: 100px;
	height: 100px;
}
.code-list {
	width: 120px;
	text-align: center;
	flex-wrap: wrap;
	margin-right: 18px;
}
.code-list p{
	margin-top: 16px;
	font-size: 12px;
	color: #FFFFFF;
}

.footer-middle {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 30px;
	width: 570px;
}

.footer-right ul{
	width: 360px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer-right li a{
	display: block;
	width: 178px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}