* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 16px;
}

body {
	font-family: "Microsoft YaHei";
	min-width: 1200px;
}

a {
	text-decoration: none;
	color: black;
}

.banner {
	width: 100%;
	height:320px;
	margin: 0 auto;
	background: url("/front/zt/2021/kpr/image/banner.jpg") top center no-repeat;
}

/* .banner img {
	width: 100%;
} */

.foot {
	height: 150px;
	background-color:  #1237C3;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
}

.foot p {
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	text-align: center;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}