@charset "UTF-8";
@font-face{
	font-family: 'syht';
	src : url('../fonts/syht.otf');
}
a,
a img,
address,
blockquote,
body,
code,
dd,
div,
dl,
dt,
font,
form,
hr,
html,
iframe,
img,
label,
li,
map,
ol,
p,
samp,
span,
table,
td,
th,
tr,
ul {
	padding: 0;
	margin: 0;
	border: 0;
	
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	list-style: none;
}

body,
html {
	position: relative;
	height: 100%;

}

body {
	background: #ffffff;
	font: normal 14px/22px "微软雅黑";	overflow-x: hidden;
}

img {
	border: 0;
}

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


.clear {
	clear: both;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

