@charset "utf-8";

/*全局样式*/

body {
	font-family: "arial", serif;
	font-size: 16px;
	background: url(../../images/index.files/bg.jpg) top no-repeat;
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
	color: #333;
}
*{
	padding: 0;
	margin: 0;
}
table,
td,
tr,
th {
	font-size: 12px;
}

li {
	list-style-type: none;
	list-style: none;
}

table {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

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

a:hover {
	color: #1e5ccd;
	text-decoration: none;
}


.left {
	float: left;
}

.right {
	float: right;
}

.pointer {
	cursor: pointer;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center
}
