* {
	padding: 0px;
	margin: 0px;
	border: 0px
}

body {
	font-family: "Microsoft YaHei"
}

a {
	text-decoration: none;
	color: black;
}

.banner {
	width: 100%;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.foot {
	height: 150px;
	background-color: #b30000;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.foot p {
	line-height: 30px; text-align : center;
	color: #ffffff;
	text-align: center;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
