﻿body {
    font-family: "Hiragino Sans GB",arial,"Microsoft Yahei",sans-serif;
    color: #333;
    text-align: center;
    font-size: 12px;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        color: blue;
    }

.orange {
    color: orange;
}

.bold {
    font-weight: bold;
}

.al_r {
    text-align: right;
}

/*按钮*/
.btn-submit {
    width: 100px;
    height: 32px;
    color: #FFF;
    font: 600 14px/32px "微软雅黑";
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background-color: #435D78;
    border: 0;
}

input,
select {
    border: 1px solid #e3e6f3;
    font-size: 14px;
    text-indent: 0.5em;
    padding: 5px 0;
    margin: 5px 0;
}

select {
    text-indent: 0;
}

input[type="submit"] {
    border: 0;
    font-size: 14px;
    text-indent: unset;
    padding: 0;
    margin: 0;
}

/*表格*/
.th2 {
    background: #435D78 no-repeat;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 36px;
}

.th1 {
    background: #435D78 no-repeat;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    letter-spacing: 2px;
    text-align: center;
    font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 36px;
}

.td2 {
    border-bottom: 1px solid #d4d4d4;
    background: #fff;
    font-size: 12px;
    line-height: 30px;
    color: #435D78;
    text-align: center;
}

.td1 {
    border-bottom: 1px solid #d4d4d4;
    background: #fff;
    font-size: 12px;
    line-height: 30px;
    color: #435D78;
    text-align: center;
}

.table_label_col {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    background-color: #FFFFCC;
    width: 9%;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}
