@charset "utf-8";

/* CSS Document */

body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
form,
fieldset,
img,
div,
p {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	min-width: 1200px;
}

h1,
h3,
h2,
h4 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome, firefox */
	url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.0px;
	-moz-osx-font-smoothing: grayscale;
}

a {
	hide-focus: expression( this.hideFocus=true);
	color: #020202;
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.align-center {
	text-align: center;
}

.red {
	color: #F00;
	float: left;
	text-indent: 5px;
	font-size: 18px;
}

.gray {
	color: #888888;
}

.clear {
	clear: both;
}

.height40 {
	height: 40px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font24 {
	font-size: 24px;
}

.white {
	color: #fff;
}

.fontnw {
	font-weight: normal;
}