﻿body {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei', 'Arial';
    font-size: 12px;
    margin: auto;
    border-top: 4px solid #DA251D;
    padding: 0px;
    background-color: #FAFAFA;
}

table {
    border: 0px;
    width: 100%;
    padding: 0px;
}

    table td {
        border: 0px;
        padding: 0px;
    }

    table th {
        border: 0px;
        padding: 0px;
    }

.ContentDiv {
    width: 1180px;
    overflow: hidden;
    margin: auto;
}

.TopMenu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

    .TopMenu td {
        text-align: left;
    }

    .TopMenu td {
        text-align: right;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 30px;
    }

    .TopMenu a {
        text-align: right;
        text-decoration: none;
        width: auto;
        overflow: hidden;
        display: block;
        color: black;
        font-size: 13px;
    }

        .TopMenu a:hover {
            color: #DA251D;
            border-bottom: 2px solid #DA251D;
        }

.ULSub {
    text-align: left;
    line-height: 20px;
}

.ULSubE {
    text-align: left;
    font-size: 8px;
    line-height: 16px;
    font-family: Arial;
}

    .ULSubE li {
        margin-bottom: 8px;
        font-size: 8px;
    }

.Foot {
    text-align: center;
    width: 100%;
    line-height: 25px;
    background-color: #DA251D;
    color: #FAFAFA;
    padding: 20px 0px;
}

.LeftMenu {
    width: 100%;
    min-height: 400px;
    border-top:2px solid #DA251D;
    padding-top:10px;
}

    .LeftMenu a {
        width: 100%;
        display: block;
        padding: 0px;
        outline: none;
        padding: 5px;
        padding-left: 15px;
        text-decoration: none;
        color: #000;
        margin-bottom: 5px;
    }


        .LeftMenu a:hover {
            background-color: #FAFAFA;
        }

.SubConv
{
    line-height:25px;
}