@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-size:12px;
	font-family:"宋体"
}

form,ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,input,td,div,body {
	margin: 0;
	padding: 0;
	text-align: left;
}

input {
	color: #212121;
}

table,img {
	border: 0
}

ul,li,dl,dd,dt {
	list-style-type: none;
}


.clear {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input,select,form img,button {
	vertical-align: middle;
}

td {
	padding: 2px;
	text-align: left;
}

a {
	color:#333333
}

a:hover {
	color: #FF9933;
	text-decoration: underline;
}


p{
	line-height:22px;}
	