@charset "gb2312";

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;
 }

body,button,input,select,textarea{
  font-size:13px;
  font-family:"宋体"
  font-style:normal;
  font-stretch:normal;
  font-size-adjust:none;
  font-variant:normal;
  line-height:1.5;
}

/* remember to define focus styles! */

:focus{
  outline:0;
}


/* :focus 伪类在元素获得焦点时向元素添加特殊的样式。 */


h1,h2,h3,h4,h5,h6{
  font-size:100%;
}
abbr,acronym{
  border:0;
  font-variant:normal;
}
address,cite,dfn,em,caption,code,strong,th,var{
  font-style:normal;
  font-weight:normal;
}
code,kdb,pre,samp{
 font-family:"Courier New",Courier,monospace;
}
small{font-size:12px;}

ul,ol{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
a{
 text-decoration:none;
}
a:hover{
text-decoration:underline;
}
sup{
  vertical-align:text-top;
}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0 none;}