/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

/*设置自定义字体*/
@font-face {
	font-family: 'hyxqt1';
	src: url('../font/hyxqt.ttf');
	src: url('../font/hyxqt.ttf') format('truetype'),
}

body {
	font-family: 'hyxqt';
	/*font-family: '汉仪星球体';*/
	width: 100%;
}

i {
	font-style: normal;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}