html {
	font-size: 16px;
}

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

select {
	appearance: none;
	-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: #353535;
	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: 100%;
	background: url(shzhfyysw_bg_20250525.png) top center no-repeat;
}

.header {
	width: 100%;
	padding-bottom: 90px;
}

.header a {
	display: inline-block;
	margin-left: 253px;
}

.logo {
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}

.zt_main {
	width: 1220px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.zt_content {
	width: 100%;
	background: url(zt_bg_3_20250225.png) no-repeat;
	height: 535px;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	padding-top: 143px;
}

.zt_content:after {
	content: "";
	display: block;
	width: 72%;
	height: 1px;
	background: #AAE5F6;
	position: absolute;
	left: 288px;
	top: 46px
}

.fy:before {
	content: "";
	display: block;
	width: 220px;
	height: 120px;
	background: url(zt_bg_5_20250225.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.kp {
	margin-top: 70px;
}

.kp:before {
	content: "";
	display: block;
	width: 220px;
	height: 120px;
	background: url(zt_bg_6_20250225.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.zt_title {
	width: 288px;
	height: 108px;
	background: url(zt_bg_7_20250225.png) repeat-x;
	position: absolute;
	top: -17px;
	left: 30px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 10px;
}

.zt_title a {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	position: relative;

}

.zt_title a:before {
	content: "";
	display: block;
	background: #fff;
	width: 240px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 99;
}

.shzhfy_main {
	width: 100%;
	overflow: hidden;
}

.left_box {
	float: left;
	width: 611px;
	height: 339px;
	border: 1px solid #A8C3F2;
	box-sizing: border-box;
	padding: 28px 20px 20px 20px;
}

.left_box_top {
	width: 100%;
	overflow: hidden;
}

.time_fy {
	float: left;
	width: 127px;
	height: 84px;
	background: #384E95;
	color: #fff;
}

.time_fy div {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 52px;
}

.time_fy p {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 26px;
}

.left_box_title {
	float: right;
	width: 405px;
}

.left_box_title a {
	font-weight: bold;
	font-size: 32px;
	color: #454545;
	line-height: 42px;
}

.left_box_bottom {
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	color: #454545;
	line-height: 33px;
}

.right_list {
	float: right;
	width: 470px;
}

.right_list ul {
	width: 100%;
	margin-top: -15px;
}

.right_list ul li {
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #454545;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 14px;
}

.right_list ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #446DB6;
	position: absolute;
	top: 25px;
	left: 0px;

}

.right_list ul li a {
	font-size: 18px;
	color: #454545;
	line-height: 50px;
}
.kp_list{
	width: 100%;
}
.kp_list .right_list{
	float:none;
	width: 100%;
}
.kp_list .right_list ul{
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 30px;
}
.kp_list .right_list ul li{
	width: 48%;
	float: left;
}
.kp_list .right_list ul li:nth-child(2n){
	float:right;
}
.right_list ul li a:hover{
	color: #446DB6;
}