﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea,  blockquote, th, td
{
    margin: 0;
    padding: 0;
    font-family: "宋体" ,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

body
{
     background-color:#F9F9F9;
     background: url(../Images/main_bg.gif) top repeat-x fixed;
     
}
fieldset, img
{
    border: 0;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
div
{
    display: block;
}

ul,li {list-style-type:none; text-transform:capitalize;}
.left
{
    float: left;
}
.right
{
    float: right;
}
#sysmain
{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background-color:#fff;
}
#maincontent
{
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 0px auto 0px;
}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}
/*
.clear
{
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    margin-top: 0px !important;
    line-height: 0;
}*/