@charset "utf-8";

/*通用元素设置*/
body {
	min-height: 100%;
	font-size: 0.75em;
	font-family: 'Microsoft Yahei', 'Arial';
	color: #333;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
	background: #FFF;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0px;
	padding: 0;
}
input, select, textarea {
	font-size: 12px;
	line-height: 16px;
}
ul {
	list-style-type: none;
}
img {
	vertical-align: middle;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


button, select, optgroup, input, textarea {
	border: 0;
	font-family: 'Microsoft Yahei';
}
button, input {
	border-radius:0;
	padding: 0;
	margin: 0;
	outline: none;
}
textarea, input {
	-webkit-user-modify: read-write-plaintext-only;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder {
color: #333;
}
::-moz-placeholder {
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
img {
	max-width: 100%;
}
ul, li {
	list-style-type: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333;
	transition: all 300ms ease 0s;
}

i {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	font-weight: normal;
}

/*主体设置*/

.hzm_auto{
	max-width: 86%;
	margin:0 auto;
}
.hz_main{
	position: relative;
	z-index: 2;
}
	
/*主体设置*/
/***关于我们****/

.aboutus_con p{
	
	padding:10px;
	
	}





