﻿body {
    background-color: White;
    font: 微软雅黑,normal 62.5%/1.5 Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#main {
    width: 800px;
    margin-top: 0px;
    padding: 0px;
    margin: auto;
}

ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    font-size: 16px;
}

li {
    float: left;
    text-align: center;
    width: 80px;
}

a {
    display: block;
    padding: 3px 3px 3px 3px;
    margin: 0px;
}

    a:link {
        color: #01689c;
        text-decoration: none;
    }

    a:visited {
        color: #01689c;
        text-decoration: none;
    }

    a:hover {
        color: red;
        text-decoration: none;
    }

#manu ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    font-size: 16px;
}

#manu li {
    float: left;
    text-align: center;
    width: 78px;
}

#manu a {
    display: block;
    padding: 3px 3px 3px 3px;
    margin: 0px;
}

    #manu a:link, #manu a:visited {
        color: White;
        text-decoration: none;
    }

    #manu a:hover {
        color: red;
        text-decoration: none;
    }

img.t2 {
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 2px;
    border-color: #FF0;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    float: right;
}

.banner {
    width: 100%;
    height: auto;
}

    .banner img {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

table img {
    width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px; /*圆角处理*/
}
