@charset "utf-8";
/* CSS Document */

body {
  font-family:"宋体",Arial, sans-serif;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size:12px; font-weight:normal; }
em { font-style:normal; }
ul,li { list-style-type:none; }
a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}
.clearfix {
 *zoom: 1; 
} 
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}   
.clr { clear:both; height:0; font-size:0; line-height:0;overflow:hidden; zoom:1; content: ""; border:none;}
.f12 { font-size:12px;}
.f13 { font-size:13px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.fb { font-weight:bold; }
.blue { color:#1024ee;}
.red { color:#c00;}
.gre { color:#080;}
.mt-5 { margin-top:5px;}
.mt-10 { margin-top:10px;}