@CHARSET "utf-8";

html{
	color:#333;
	font-size:12px;
	font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif;
	background-color:#ffffff;
	word-break:break-all;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td {
	margin:0;
	padding:0;
}

html,body{
	min-width:1340px;
}

header, footer{
	display: block;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,
img {
	border:0 none;
}

em,
strong,
th{
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

th {
	text-align:left;
}

h1,
h2,
h3 {
	font-size:100%;
	font-weight:normal;
}

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; 
}

input {
	outline:none;
	vertical-align:middle;
}

a,textarea {
	outline:none;
}

textarea {
	resize:none;
	overflow:hidden;
}

a {
	cursor: pointer;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

::-ms-clear, ::-ms-reveal{
	display: none;
}
