html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none !important;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

input {
	border: 0;
}

input:focus {
	outline: none;
	border: 0;
}

ul li {
	list-style: none;
}


body {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	background: #FFFFFF;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.h-zw-more{
	display: none;
}
@media screen and (max-width: 1024px) {
	.mobile_type .w1200 {
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}
	.w1200 {
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}
	.list li {
		line-height: 32px;
	}
	
	.list li a {
		white-space: unset;
		text-overflow: unset;
		overflow: unset;
		float: unset;
		max-width: none;
		display: inline;
		line-height: 32px;
	}
	
	.list li span {
		line-height: 32px;
		height: 32px;
	}
	
	.list li::before {
		margin-top: 16px;
	}
	
	.list li:hover a {
		padding-left: 0px;
	}
	
	.h-zw-more {
		display: inline-block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-align: center;
		background-color: #f4f4f4;
		border-radius: 5px;
		color: #999;
		margin-top: 20px;
		font-size: 16px;
	
	}
	
	.h-zw-more a {
		color: #999;
	}
	.slideBox{
			width: 100%;
		}
		.slideBox .bd{margin-left: 0px;}
		.slideBox .bd ul li{
			width: 100%;
			text-align: center;
			margin-left: 0px;
		}
		.slideBox .bd ul li img{
			width: 100%;
			height: auto;
			max-width: 100%;
		}
		.slideBox .hd{display: block;}
		.slideBox .hd {
			overflow: hidden;
			height: 30px;
			padding: 0 10px;
			width: 100%;
		}
		
		.slideBox .hd ul {
			overflow: hidden;
			zoom: 1;
			display: table;
			margin: 0px auto;
			margin-top: 10px;
		}
		
		.slideBox .hd ul li {
			float: left;
			margin-right: 5px;
			text-indent: -999px;
			cursor: pointer;
			background-color: #aab2d0;
			border-radius: 100%;
			width: 9px;
			height: 9px;
			line-height: 50px;
			overflow: hidden;
		}
		
		.slideBox .hd ul li.on {
			background-position: 0 0;
		}
		
		.slideBox .hd ul li.on {
			background-color: #1492ff;
		}
	}