@charset "utf-8";
/* CSS Document */

/* 浏览器重置
-------------------------------------------*/
* {
margin:0;
padding:0;
}

body {
text-align:center;
font-family:宋体,serif, Verdana, Arial, Helvetica, sans-serif;
background:#fff;
font-size:12px;
color:#444;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote {
margin:0;
padding:0;
}

table,td,tr,th {
font-size:12px;
}

li {
list-style-type:none;
}

table {
margin:0 auto;
}

img {
border:none;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:12px;
font-weight:400;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
}

address,caption,cite,code,dfn,em,th,var {
font-weight:400;
font-style:normal;
}