﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}

body {
    font-family: "宋体", Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:left;
    color:#94959a;
}

a:link, a:visited {
    color:#94959a;
    text-decoration:none;
}

a:hover, a:active {
    color:#EB0101;
    text-decoration:none;
}

fieldset, img {
    border:none;
}

legend {
    display:none;
}

img {
    vertical-align:top;
}

em {
    font-style:normal;
}

li {
    list-style:none;
}

h1, h2, h3, h4, h5, h6 {
    font-size:14px;
}

input, button, textarea, select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    vertical-align:top;
}

input, button, textarea, select {
    *font-size:100%;
}

q:before, q:after {
    content:'';
}




/*底部*/

.footer{
    width: 100%;
    background: #f5f5f5;
    height: 113px;
    border-top:solid 1px #dfdfdf ;
    font-size: 9pt;
}

.footer_1{
    padding-top: 35px;
    text-align: center;
}

.footer_2 {
    text-align: center;
    margin-top: 17px;
}