* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

body {
	font-family: "Microsoft YaHei";
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
}

.container-fluid {
	background-image: url('/front/zt/2023/xjpztjy/image/top-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 532px;
	/* padding-top: 1205px; */
	width: 100%;
	margin: 0 auto;
}

.row {
	width: 1314px;
	margin: 0 auto;
	/* background-color: #F0EEEF; */
	padding-top: 20px;
}

.row:after {
	clear: both;
	display: table;
	content: " ";
}

.footer {
	background-image: linear-gradient(#c70100, #980000);
	height: 185px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	line-height: 36px;
	text-align: 16px;
}

@media ( max-width : 768px) {
	body {
		font-family: "Microsoft YaHei";
		min-width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.container-fluid {
		background-image: url('/front/zt/2023/xjpztjy/image/top-bg.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 160%;
		padding-top: 0px;
		width: 100%;
		margin: 0 auto;
	}
	.row {
		width: 100%;
		margin: 0 auto;
		/* background-color: #F0EEEF; */
		padding-top: 20px;
	}
	.footer {
		background-image: linear-gradient(#c70100, #980000);
		height: auto;
		text-align: center;
		color: #fff;
		padding-top: 10px;
		line-height: 18px;
		font-size: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.footer p{
		width:100%;
		font-size: 10px;
	}
	.footer p:first-child{
		width:100%;
		font-size: 8px;
		line-height: 15px;
	}
}