﻿/* CSS Document */
body{ margin:0;padding:0; font-size:12px; color:#333333; font-family: 宋体, Arial, Helvetica, sans-serif;}
form,ul,ol,li,dl,dt,dd,img,p,h1 {margin: 0; padding: 0; border: 0; list-style:none;}
a{ text-decoration: none; color: #333333; }
a:hover{ text-decoration: none; color: #ff7300; }
/*清除浮动使用*/
.clearfix{
clear: both;
}
/*解决浮动对象问题*/
.wrapfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hspace8 {
	height:8px;
	overflow:hidden;
	clear:both;
	background:#fff;
}

a.green{ text-decoration: none; color: #4E8D0B; }
a.green:hover{ text-decoration:none; color: #ff6300; }

a.yellow{ text-decoration: underline; color: #F85400; }
a.yellow:hover{ text-decoration:underline; color: #ff7300; }

a.white{ text-decoration: none; color: #ffffff; }
a.white:hover{ text-decoration:underline; color: #FED64C; }

a.red{ text-decoration: none; color: #DC2020; }
a.red:hover{ text-decoration:underline; color: #DC2020; }