@charset "utf-8";

/*全局参数*/
body {
	font-family: "Microsoft YaHei", '微软雅黑',"Arial";
	-webkit-text-size-adjust: none;
}

body,div,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,img,p,
pre,textarea,blockquote,fieldset {
	margin: 0;
	padding: 0
}

html,
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

html {
	font-size: 62.5%;
}

ul,ol,li {
	list-style-type: none
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
	/*解决IE7放大失真*/
	-webkit-backface-visibility: hidden;
}

em {
	font-style: normal
}

h1,h2,h3,h4,h5,h6,{
	font-size: 100%
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	content: "";
}

.clearfix {
	zoom: 1;
	margin: 0 auto;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	font-family: "microsoft yahei", "微软雅黑";
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	color: #000;
}

body {
	font-size: 1.3rem;
}

h3 {
	font-size: 1.5rem;
}