.footer {
	width: 100%;
	height: 300px;
}

.footer a {
	color: #fff;
}

.footer footer {
	width: 100%;
	height: 300px;
	color: #d4d4d4;
}

.footer-mode {
	height: 250px;
	background-color: rgb(37, 37, 37);
}

.logo{
	padding: 0 60px;
}

.nav {
	height: 128px;
	padding: 0 90px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

.contact {
	height: 128px;
	border-right: 1px solid #bfbfbf;
	padding: 0 90px;
}

.contact p:nth-child(2) {
	font-family: Impact;
	font-size: 32px;
	letter-spacing: 1px;
	margin-top: 4px;
}

.contact p:nth-child(3) {
	font-size: 14px;
}

.contact p:nth-child(4) {
	width: 142px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 12px;
	border: solid 1px #ffffff;
	margin-top: 14px;
	cursor: pointer;
}


.attention{
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	padding-left: 60px;
	display: flex;
	flex-flow: column;
}

.copyright {
	background-color: rgb(51, 51, 51);
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.copyright .w1200 {
	height: 50px;
}

.copyright .w1200 p:nth-child(2) {
	/*margin: 0 30px;*/
}


.navColor{
	color: #50972c!important;
}


.footer-links{
	background-color: rgb(37, 37, 37);
	text-align: center;
}
.footer-links .links-box{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding-top: 25px;
	padding-bottom: 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.links-box .links-left{
	width: 80px;
}
.links-box .links-right{
	width: 1200px;
}
.links-box .links-right ul{
	display: flex;
	flex-flow: wrap;
}
.links-box .links-right ul li{
	padding-right: 15px;
	padding-bottom: 15px;
}