html {
	font-size: 16px;
	height: 100vh;

}
*{
	box-sizing: border-box;
}
input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=search] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
	color: #AAAAAA;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #525253;
	font-size: 16px;
	margin: 0;
	outline: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding-bottom:80px;
}

.top{
	width: 100%;
}
.top img{
	width: 100%;
}
.main{
	width: 100%;
	background: url(bg_tyjrswt_znd_20241028.png) repeat-x;
	background-size: 100% 100%;
	padding-left: 5rem ;
	padding-right: 5rem;
	padding-top: 3rem;
}
.content{
	width: 100%;
	padding:3rem;
	background: url(bg3_tyjrswt_znd_20241028.png) repeat-x;
	background-size: 100% 100%;
}
.content ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content ul li{
	width: 30%;
	margin-bottom: 45px;
}
.content ul li div{
	text-align: center;
}
.content ul li div img{
		width: 75%;
}
.content ul li p{
	width: 100%;
	color: #af1515;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	margin-top:10px;
}
.bottom{
	width: 100%;
	text-align: center;
	margin-top: 30px;
/* 	background: url(foot_tyjrswt_znd_20241028.png) top right  no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
	padding-top: 171px;
	margin-top: -171px;
	 */
}
.bottom img{
	width: 22%;
}
.red_text{
	width: 30%;
	text-align: center;
	color: #af1515;
	font-weight: bold;
	font-size:15px;
	margin: 0 auto;
	margin-top: 12px;
}
.text{
	width: 33%;
	font-size:14px;
	color: #3b3b3b;
	margin: 0 auto;
	margin-top: 10px;

}
body:after{
	display: block;
	content: "";
	width: 100%;
	height: 538px;
	background: url(foot_tyjrswt_znd_20241028.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom:0px;
	right:0px
}

@media screen and (max-width:1024px) {
	body {
		width: 100%;
	}
	.main{
		padding-left: 3rem ;
		padding-right:3rem;
	}
	.content{
		border-radius: 3px;
		background-size: 100%;
	}
	.content ul li p{
		font-size: 28px;
	}
	.content ul li div img{
			width: 100%;
	}
	.bottom img{
		width: 30%;
	}
	.red_text{
		margin-top:20px;
		font-size: 28px;
	}
	.text{
		font-size: 26px;
		margin-top: 20px;
	}
	.content ul li{
		width: 30%;
		margin-bottom: 70px;
	}
	.content ul li p{
		line-height: 37px;
	}
}