@charset "utf-8";
/* CSS Document */
*{
   margin:0;
   padding:0;
}
body{
   color:#000000;
   font-family:"宋体", Arial, sans-serif;
   font-size:12px;
   text-align:center;
}
img{
   border:none;
}
ul{
   list-style-type:none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{font-size: 14px;text-align: left;}

