html,body{
	padding: 0;
	margin: 0;
}
.mainfooter {
	border-top: 1px #e7e7e7 solid;
	background: #fbfbfb;
	margin: 40px auto 0;
	text-align: center;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	line-height: 28px;
}

.mainfooter * {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.mainfooter a {
	color: #333;
	text-decoration: none;
}

.mainfooter a:hover {
	color: #d60200;
	text-decoration: none;
}

.mainfooter img {
	display: inline-block;
	max-width: 100%;
	border: 0;
}

.mainfooter .footercont {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.mainfooter .footercode {
	width: 180px;
	height: 180px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
}

.mainfooter .footercode img {
	width: 100%;
	height: 100%;
	display: block;
}

.mainfooter .footerlink {
	width: auto;
	/* margin-left: 200px; */
	padding-bottom: 10px;
	padding-left: 10px;
	/* border-left: 1px solid #e7e7e7; */
}

.mainfooter .footerlink h3 {
	font-size: 18px;
	color: #c50606;
	line-height: 28px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

.mainfooter .footerlink ul {
	overflow: hidden;
	text-align: justify;
}

.mainfooter .footerlink li {
	display: inline-block;
	padding-right: 20px;
}

.mainfooter .footerlink li a {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	white-space: nowrap;
}

.mainfooter .footerinfo {
	width: auto;
	text-align: center;
	/* margin-left: 200px; */
	padding-left: 10px;
	/* border-left: 1px solid #e7e7e7; */
}

.mainfooter .footerinfo dl {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}

.mainfooter .footerinfo dt,
.mainfooter .footerinfo dd {
	display: inline-block;
	color: #333;
	font-weight: normal;
}

.mainfooter .footerinfo ul {
	overflow: hidden;
}

.mainfooter .footerinfo li {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
}

.mainfooter .footerinfo ul.line {
	margin-bottom: 0;
}

.mainfooter .footerinfo ul.line li::after {
	content: "|";
	font-size: 12px;
	line-height: 24px;
	padding: 0 0;
}

.mainfooter .footerinfo ul.line li:last-child::after {
	display: none;
}

.mainfooter .footerinfo li a {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	white-space: nowrap;
}

.mainfooter .footerinfo li span {
	padding: 0 2px;
	color: #c50606;
}

/* large devices (pad pro) */
@media (max-width: 1199px) and (min-width: 1024px) {
	.mainfooter .footercont {
		width: 1000px;
	}

	.mainfooter .footerlink li {
		display: inline-block;
		padding-right: 12px;
	}

	.mainfooter .footerinfo ul.line li::after {
		padding: 0 2px;
	}
}

/* medium devices (pad) */
@media (max-width: 1023px) and (min-width: 768px) {
	.mainfooter .footercont {
		width: 750px;
	}

	.mainfooter .footercode {
		display: none;
	}

	.mainfooter .footerlink,
	.mainfooter .footerinfo {
		padding: 0;
		margin: 0;
		border: 0;
	}

	.mainfooter .footerlink li {
		padding-right: 8px;
	}

	.mainfooter .footerinfo {
		text-align: center;
	}
	
	.mainfooter .footerinfo ul{
		margin-bottom: 5px;
	}
}

/* small devices (phones) */
@media only screen and (max-width: 767px) {
	.mainfooter {
		background: #f2f2f2;
		/* border: 0; */
		margin: 0;
	}

	.mainfooter .footercont {
		width: auto;
		padding: 10px;
	}

	.mainfooter .footercode,
	.mainfooter .footerlink {
		display: none;
	}

	.mainfooter .footerlink,
	.mainfooter .footerinfo {
		padding: 0;
		margin: 0;
		border: 0;
		text-align: center;
	}
}
