@charset "utf-8";
/* CSS Document */
/*全局属性*/

body,
html {
    font-size: 14px;
    font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}

html {
    color: #333;
    font-family: "微软雅黑", arial;
}
a {
    color: #333;
    text-decoration: none;
}

/*a:hover {
	color: #C3292E;
	text-decoration: none;
}*/

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    line-height: 200%;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dd {
    margin: 0;
    padding: 0;
}


/*公共样式*/

.c {
    clear: both;
}