body {
	background: #1E232C;
}

.normal {
	background-color: white;
	overflow: hidden;
}

body,
ul,
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: PingFangSC-Regular;
}

img {
	display: inline-block;
}

a {
	text-decoration: none;
	color: #15181D;
}

a:hover {
	color: black;
}

.wrap {
	width: 1200px;
	margin: auto;
}

.header {
	height: 70px;
	display: flex;
	flex-direction: row;
}

.logo {
	width: 205px;
}

.logo img {
	margin-top: 10px;
	width: 138px;
	height: 48px;
}

.menu {
	margin-top: 24px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
}

.menu .sed {
	color: #145DFF;
	font-weight: 600;
}

.menu li {
	float: left;
	margin-right: 50px;
}

.footer {
	height: 283px;
	background: #1E232C;
}

.footer-con {
	display: flex;
}

.footer-con-link {
	padding-top: 68px;
	width:400px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.footer-con-link h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}

.footer-con-link ul {
	margin-top: 14px;
}

.footer-con-link li {
	margin-right: 24px;
	display: inline-block;
}

.footer-con-link li a {
	color: #B3B6BD;
}

.footer-con-link li a:hover {
	color: #145DFF;
}

.footer-light{
	padding-top: 48px;
	width:500px;
}

.footer-light img{
	display: block;
	margin: auto;
}

.footer-light h4{
	margin-top: 20px;
	color: #B3B6BD;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}


.footer-con-logo {
	padding-top: 68px;
	width: 200px;
}

.footer-con-logo img {
	width: 200px;
	height: 70px;
}

.footer-con-main {
	margin-top: 40px;
	padding-bottom:40px;
	border-top: 1px solid #42475E;
	padding-top: 24px;
	font-size: 14px;
	color: #727585;
	line-height: 28px;
	font-weight: 400;
}

.footer-con-main span {
	display: inline-block;
	margin-right: 22px;
}

.footer-con-main a {
	color: #727585;
}

.footer-con-main a:hover {
	color: #d8e3ff;
}