﻿body {
}

h2 {
    text-align: center;
}

h5 {
    text-align: center;
}

hr {
    width: 100%;
}

ul {
    margin-left: 150px;
    width: 600px;
    color: #282828; /* 设置文字颜色 */
}

li {
    float: left;
    list-style-type: none;
}

a {
    color: #282828; /* 设置文字颜色 */
    text-decoration: none; /* 去掉下划线 */
}

body {
}

.head_logo {
    float: left;
    width: 230px;
    vertical-align: middle;
    margin-top: 10px;
    height: 60px;
}

.headbackground {
    width: 100%;
    background-color: rgb(255, 255, 255,0.3);
    margin: 0 auto;
    margin-top: 0px;
    height: 60px;
}

.head {
    font-family: "Microsoft YaHei",微软雅黑,Tahoma,Arial;
    position: relative;
    z-index: 15;
    padding-top: 10px;
    width: 960px;
    /*background-color: rgba(255, 255, 255, 0.31);*/
    /*color: #9a9a9a;*/
    margin: 0px auto;
    top: 0px;
    left: 0px;
    margin: 0 auto;
}

#foot {
    font-family: "Microsoft YaHei",微软雅黑,Tahoma,Arial;
    position: relative;
    width: 960px;
    margin: 0px auto;
    top: 4px;
    left: 0px;
    height: 80px;
}

#body {
    font-family: "Microsoft YaHei",微软雅黑,Tahoma,Arial;
    position: relative;
    margin: 0px auto;
    width: 960px;
    top: 0px;
    left: 0px;
    height: 800px;
}

#LinkButton1 {
    float: left;
}

#LinkButton2 {
    float: right;
}

#TextBox1, #TextBox2 {
    margin-top: 5px;
}
