﻿blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
table,
img,
div,
div a {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
}

* {
	_margin: 0px;
	_padding: 0px;
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img,
a img {
	border: 0px;
	display:block;
}
button::-moz-focus-inner{padding:0;}
button{
	overflow:visible;
}
em,i{
	font-style:normal;
}

body {
	font-family: "Microsoft Yahei";
}


/*清除浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}
.cll{
	clear: both;
}

/*公用样式*/
.fc_wd{
	width:100% !important;
}
.fc_hg{
	height:auto !important;
}
