* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

body {
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	background-image: url('/front/zt/2024/xfzmkjgzz/images/top-bg2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}


.inner-page {
	background-image: url('/front/zt/2024/xfzmkjgzz/images/inner_top.jpg');
}

.container-fluid {
	min-width: 1250px;
	max-width: 1940px;
	width: 100%;
	margin: 0 auto;
}

.row {
	width: 1259px;
	margin: 0 auto;
	/* background-color: #F0EEEF; */
	padding-top: 20px;
	padding-bottom: 30px;
}

.row:after {
	clear: both;
	display: table;
	content: " ";
}

.footer {
	background-image: url('/front/zt/2024/xfzmkjgzz/images/ft-bg2.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 237px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #eee;
}

.footer .text-content {
	margin-top: 25px;
	float: left;
	text-align: left;
	float: left;
}


.footer .text-content_m {
	margin-top: 25px;
	float: left;
	text-align: left;
	float: left;
	display: none;
}

.footer .text-content p{
	font-size: 16px;
}

.footer .img-content {
	padding-top: 50px;
	/*padding-right: 120px;*/
	padding-left: 50px;
	width: calc(100% - 750px);
	float: right;
}

.footer .img-content span {
	float: left;
	display: block;
	margin: 0 18px 0 18px;
	font-size:16px;
}


.footer .img-content img {
	width: 100px;
	padding-left: 5px;
	display: block;
}

@media ( max-width : 768px) {
	* {
		font-size: 14px;
	}
	body {
		background-size: 205vw;
		width: auto;
		min-width: 100%;
		max-width: 100%;
	}
	.container-fluid {
		min-width: auto;
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	.row {
		width: auto;
	}
	.footer {
		background-image: url('/front/zt/2024/xfzmkjgzz/images/ft-bg2.jpg');
		background-position: bottom center;
		background-repeat: repeat-x;
		height: 240px;
		text-align: center;
		line-height: 20px;
		font-size: 8px;
		color: #eee;
	}
	.footer .row {
		padding-bottom: 0px;
	}
	.footer .text-content {
		margin-top: 0px;
		text-align: center;
		float: left;
		padding-left: 12px;
	}
	
	.footer .text-content .m-part{
		display: none;
	}
	.footer .text-content_m {
		margin-top: 10px;
		text-align: left;
		float: left;
		padding-left: 12px;
		display: block;
	}
	.footer .text-content p, .footer .text-content_m p {
		font-size: 12px;
	}
	.footer .img-content {
		padding-top: 10px;
		width:100%;
		text-align: center;
		padding-right: 0px;
	}
	
	.footer .img-content span {
		float:none;
		display: inline-block;
		width: 26%;
		font-size: 12px;
		margin: 0 8px 0 8px;
		text-align: center;
	}
	
	.footer .img-content img {
		width: 90px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}