* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

body {
	font-family: "Microsoft YaHei";
	min-width: 1250px;
	max-width: 1920px;
	margin: 0 auto;
}

.container-fluid {
	background-image: url('/front/zt/2022/d20d/image/top-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 575px;
	width: 100%;
	margin: 0 auto;
}

.row {
	width: 1250px;
	margin: 0 auto;
	background-color: #fff;
}

.row:after {
	clear: both;
	display: table;
	content: " ";
}
/* 1250
1224 */

.menu {
	height: 67px;
	line-height: 67px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: #c00012;
}

.menu>a {
	display: inline-block;
	/* width: 196px; */
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.menu>a:first-child {
	margin-left: 13px;
}

.footer {
	margin-top: 30px;
	background-image: url('/front/zt/2022/d20d/image/footer-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	/* background-color: #960001; */
	height: 280px;
	text-align: center;
	color: #fff;
	padding-top: 38px;
	line-height: 36px;
	text-align: 16px;
}
.footer .more{
	padding-bottom:30px;
}