* {
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

img {
	height: 100%;
	display: block;
}

li {
	list-style: none;
}

body {
	min-width: 1200px;
}

/* 页尾 */
#Footer{
	/* position: relative; */
	background: url(../image/footer.png) no-repeat;
	background-size: 100% 100%;
}
.bottom {
	height: 80px;
	width: 100%;
	background-color: #000;
	min-width: 800px;
}
#Footer img{
	width: 100%;
}
#Footer .bottom{
	/* position: absolute;
	bottom: 0; */
	background-color: transparent;
}
.footer_tops{
	padding: 30px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}
.footer_tops a{
	color: #00ADD6;
}
.footer_tops .ewm{
	width: 100px;
	margin-left: 15px;
}

.bottom .btop {
	color: #f5f5f5;
	text-align: center;
	height: 40px;
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	line-height: 40px;
}

.bottom .btop a {
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	text-decoration: underline;
	margin-left: 10px;
}

.bottom .btop a:hover {
	color: #e12d0a;
}

.bottom .bbottom {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.bottom .bbottom span {
	font-size: 12px;
	color: #f5f5f5;
}

.bottom .bbottom span a {
	color: #f5f5f5;
	text-decoration: underline;
}

.bottom .bbottom span a:hover {
	color: #e12d0a;
}

