@charset "utf-8";
/*默认样式及公共样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
ol,ul {list-style: none outside none;}
caption,th{text-align:left;}
body{color:#000000;font-size:12px;font-family:"宋体",Tahoma,Arial,sans-serif; background:#ebf2fb;}
a{color:#4d4d4d; text-decoration:none;}
a:hover{text-decoration:underline;}
input,select{font-size:12px}
.clear{display:block;clear:both;height:0px;font-size:0px;line-height:0px;margin:0px;padding:0px; border-width:0px;border-style:none;float:none;overflow:hidden;}

.clearfix:before, 
.clearfix:after { 
	content: ""; 
	display: table; 
	font-size:0;
}
.clearfix:after { 
	clear: both; 
	overflow:hidden;
}
.clearfix { 
  	zoom: 1; 
}
