nav {
	width: 100%;
    min-width: 1200px;
	height: 344px;
	background: #5A97F3;
}

nav .content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 16px;
}

nav .content .img {
	width: 293px;
	height: 256px;
	margin-top: 63px;
}

.navLeft {
	display: flex;
}

.navLeft .word {
	width: 519px;
	margin-left: 140px
}

.navLeft h4 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 100px;
}

.navLeft span {
	color: #FFFFFF;
	display: block;
	height: 67px;
	line-height: 67px;
}

.navLeft p {
	width: 150px;
	height: 44px;
	background: #16C995;
	border-radius: 10px;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}

footer {
	width: 100%;
    min-width: 1200px;
	padding-top: 46px;
	box-sizing: border-box;
	height: 260px;
	background: #36405B;
}

footer .content {
	width: 937px;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	display: flex;
	color: rgba(255, 255, 255, .6);
	justify-content: space-between;
	font-size: 16px;
}

footer .content h3,
h4 {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
}

footer .content h5 {
	position: absolute;
	bottom: 32px;
  font-size: 16px;
  font-weight: 500;
}

footer h3 {
	line-height: 40px;
	height: 40px;
	display: flex;
}

footer h3 img {
	width: 40px;
	height: 40px;
	margin-right: 8px;
}

footer .ulList h4 {
	height: 40px;
	line-height: 40px;
}

footer .ulList li {
	display: flex;
	line-height: 30px;
}

footer .ulList li img {
	width: 20px;
	display: block;
	margin-top: 5px;
	margin-right: 13px;
}

* {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}
a{
	text-decoration: none;color: rgba(255, 255, 255, 0.6);
}