@charset "utf-8";
/* CSS Document */


html, body, dbottomborderiv, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

input:focus {
    outline: 0 none;
}

a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

img, iframe {
    border: medium none;
}

ol, ul {
    list-style: none outside none;
}

li {
    vertical-align: top;
    list-style-type: none;
}

/*解决IE6/7下li会向下产生大约2px的外边距影响*/
input, textarea, select, button {
    font-family: inherit;
    font-size: 100%;
}

.clearfix {
    overflow: auto;
    _height: 1%
}

/*方法一：必须放在父元素上，用于清楚内部浮动影响*/
body, td, th {
    font-family: "微软雅黑";
}

body {
    background-color: #ffffff;
    background: url(../img/zdgkml_01.jpg) repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.label {
    background: url(../img/zdgkml_05.png) center no-repeat;
    width: 225px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}

.head_bg {
    background: url(../img/bg.png) center no-repeat;
    width: 1000px;
    height: 300px;
    margin: 0 auto;
}

.text_hidden {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text_auto {
    word-wrap: break-word;
    white-space: nowrap;
}

.description {
    color: #939393;
    padding-top: 20px;
    font-size: 16px;
    width: 900px;
    height: 100px;
    border: #8f5400 1px solid;
    margin: 0 auto;
}

.cont {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 50px;
    padding-top: 30px;
}

.later {
    width: 900px;
    margin: 0 auto;
    border: #e55803 1px solid;
}

.szfw {
    width: 900px;
    margin: 0 auto;
    border: #e55803 1px solid;
}

.szfw_list {
    margin-top: 130px;
    margin-left: 50px;
    font-family: "微软雅黑";
    font-size: 18px;
}

.szfw_list span {
    color: #b0b1b0;
    margin-left: 100px;
    font-size: 16px;
}

.szfw_list a:hover {
    padding-left: 30px;
    color: #000;
}

.qx_c,
.qx_cb {
    padding-top: 30px;
    width: 89%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.qx_ca {
    width: 89%;
    margin: 0 auto;
}

.qx_c a,
.qx_ca a {
    color: #666;
    display: block;
    float: left;
    font-family: "微软雅黑";
    text-indent: 15px;
    height: 40px;
    line-height: 40px;
}

.qx_c a:hover,
.qx_ca a:hover,
.qx_cb a:hover {
    color: #000;
    text-indent: 25px;
}


* {
    font-size: 14px;
}

a {
    color: #8f5400;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

a img {
    border: 0px;
}

.list_title {
    margin-top: 25px;
    border-bottom: #e55803 3px solid;
}

.list_title_txt {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    width: 225px;
    text-align: center;
}

.list_mt {
    font-size: 16px;
    color: #e55803;
    line-height: 36px;
    margin-top: 10px;
    padding: 10px;
    border: #E4E4E4 1px solid;
}

.footer {
    background: #fff !important;
}