html,
body,
ul,
li,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
form {
	margin: 0;
	padding: 0
}

html {
	font-family: "微软雅黑";
}

ul,
li {
	list-style-type: none;
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.img {
	border: 0 none;
	max-width: 100%;
	max-height: 100%;
}

body {
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.full {
	width: 100%;
}

@font-face {
    font-family: NewRomanItalic;
    src: url(../fonts/Times-New-Roman-Bold-Italic.woff);
}
@font-face {
    font-family: NewRomanBold;
    src: url(../fonts/Times-New-Roman-Bold.woff);
}
@font-face {
    font-family: NewRoman;
    src: url(../fonts/Times-New-Roman.woff);
}