/* 全局基本css */
body, td, th {
    font-family: "Arial","黑体","宋体",sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 26px;
    word-break: break-word;
}

* {
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
}

select, input, textarea {
    border: #c5c5c5 1px solid;
    font-size: 12px;
    color: #666666;
    margin-right: 2px;
    padding-top: 3px;
    padding-left: 5px;
}

input {
    height: 18px;
}

table, tr, td {
    padding: 2px 5px;
    BORDER-COLLAPSE: collapse;
}

#tab table {
    padding: 0
}

#tab tr {
    padding: 0
}

#tab td {
    padding: 0
}

li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*height: 38px;*/
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px
}

body {
    background: #ffffff;
}


/* 字体样式css */
a:link {
    text-decoration: none;
    color: #003333;
}

a:visited {
    text-decoration: none;
    color: #003333;
}

a:hover {
    text-decoration: none;
    color: #DA2E2A;
}

a:active {
    text-decoration: none;
    color: #DA2E2A;
}


/* 导航链接样式css */
a.c {
    display: block;
    padding-left: 0px;
    padding-left: 0px;
    height: 25px;
    text-decoration: none;
    text-align: center;
    padding-top: 3px
}

a.c:link {
    color: #fff;
    background-color: #EB5904
}

a.c:visited {
    color: #fff;
    background-color: #EB5904
}

a.c:hover {
    font-weight: bold;
    color: #fff;
    background-color: #EB5904;
}

a.c:active {
    color: #fff;
    background-color: #EB5904
}

a.c1 {
    display: block;
    padding-left: 0px;
    padding-left: 0px;
    height: 25px;
    text-decoration: none;
    text-align: center;
    padding-top: 3px
}

a.c:link {
    color: #fff;
    background-color: #EB5904
}

a.c:visited {
    color: #fff;
    background-color: #EB5904
}

a.c:hover {
    font-weight: bold;
    color: #fff;
    background-color: #EB5904;
}

a.c:active {
    color: #fff;
    background-color: #EB5904
}


.top {
    background-image: url(../skin/z1.jpg);
    background-repeat: repeat-x;
    width: 305px;
}

.gd td {
    padding: 0;
}
