*{
	margin: 0;
	padding: 0;
}
.nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85px;
	background-color: #585153;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.nav .nav-container {
	height: 81px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav .nav-container img {
	width: 250px;
	height: 52px;
}

.nav .nav-container ul {
	width: 100%;
	height: 100%;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 430px;
}

.nav .nav-container ul li {
	display: inline-block;
	width: 100px;
	height: 81px;
	line-height: 81px;
	text-align: center;
	border-top: 4px solid transparent;
}
.nav-list li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.nav-list .li-signal {
	border-top: 4px solid #ec7a5c !important;
}

.nav-list li:hover {
	border-top: 4px solid #ec7a5c !important;
}


.footer {
	width: 100%;
	height: 293px;
	background-color: #585153;
	color: #D3D3D3;
}

.footer .container {
	display: block;
	width: 1200px;
	margin: 0 auto !important;
	padding-top: 45px;
}

.footer .container img {
	width: 393px;
	height: 150px;
	padding-left: 110px;
}

.footer .container .copyright {
	font-size: 14px;
	padding-top: 35px;
	padding-left: 100px;
}