@charset "gb2312";
/* CSS Document */
p,input,body,h1,h2,h3,h4,h5,h6,img,textarea,iframe,button{ margin:0; padding:0; border:0; outline:none; font-weight:normal;}
dl,dd{ margin:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
img{ display:block}
a{ text-decoration:none;cursor: pointer;color: inherit;}
li,ul{ margin:0; padding:0}
li{ list-style:none;}
table{*border-collapse:collapse}
table td{empty-cells:show}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
.border-box{ 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	box-sizing:border-box;
	}
button,a{cursor: pointer;}
