﻿@charset "utf-8";
/* css document */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0
}


li,
ol,
ul {
    list-style: none
}



em,
i {
    font-style: normal
}



body {
    font: 16px/1.6em Tahoma, "Microsoft YaHei";
    background: #000;
    color: #7c7c7c;
}

/*-----------------------------*/
.g_down {
    width: 100%;
    border-top: 5px solid #323436;
    border-bottom: 5px solid #323436;
    margin: 0 auto 0;
    background-color: #fff;
    text-align: center;
    background: #e9e9e9;
}

.m_downCont {
    width: 800px;
    margin: 0 auto 30px;
    padding: 20px 30px 30px;
    border: 2px solid #d8d8d8;
    overflow: hidden;
    background: #fff;
}

.m_downText {
    padding: 6px 0 0 0;
    float: left
}


.m_downText .neiwen {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px dashed #c0c0c0;
}

.m_downText .u_tit {
    float: left;
    width: 112px;
    text-align: left;
}

.m_downText .neiwen .u_txtRihgt {
    float: right;
    width: 688px;
    text-align: left;
}





.m_foot1 {
    padding-top: 40px;
    padding-bottom: 50px
}



.top {
    text-align: center;
    padding: 00px 0;
}

.top a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    _zoom: 1;
    _display: inline;
    overflow: hidden;
}


