@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, pre, form, fieldset, legend, button, input, textarea, th, td, ul, li {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
body{ background-color:#000;}
[lang="zh"] {
    font-family: 'microsoft yahei';
}
[lang="en"] {
    font-family: arial;
}
li {
    list-style: none outside none;
}
html, body, textarea, input {
    color: #828282;
    font-family: 'microsoft yahei',arial;
    font-size: 87.5%;
}
html {
    margin: 0;
    padding: 0;
}
textarea, input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font: 14px/20px 'microsoft yahei',arial;
    padding: 10px;
    vertical-align: middle;
}
textarea.err, input.err {
    border: 1px solid #6CC6E9;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: medium none;
    display: block;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
input.dialog {
    border: medium none;
    font-size: 0;
    height: 0;
    line-height: 0;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
input, label, img, th {
    vertical-align: middle;
}
.header {
    background-color: #6C0000;
    height: 100px;
    min-width: 1004px;
    padding: 10px 0;
    width: 100%;
	border-bottom:1px solid #9A9A9A;
}
.bk, .bk3, .bk6, .bk8, .bk10, .bk15, .bk20, .bk30, .bk100 {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 1px;
}
.header {
    padding: 0;
}
div#container_index {
    margin: 0;
    width: 100%;
	background-color:#131416;
	min-height:100px;
}