.首页全局{
    background-color: #ebebeb;
}
.顶部导航区块{
    width: 98%;
    height: 50px;
    line-height: 50px;
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto 5px;
    background-color: White;
    border-radius: 5px;
}
.顶部导航logo{
    height: 50px;
    margin: 0px 0px 0px 20px;
    float: left;
}
.顶部导航链接区块{
    float: right;
    list-style-type: none;
    margin: 0px 20px 0px 0px;
}
.顶部导航链接区块 li{
    height: 50px;
    display: inline-block;
}
.顶部导航链接区块 li a{
    display: inline-block;
    font-size:14px;
    height: 50px;
    line-height: 50px;
    color: Black;
    text-decoration: none;
}
.顶部导航链接区块 li a:hover{
    color: #ff516b;
    font-weight: bold;
}
.首页通知区{
    width:98%;
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto 8px;
    border-radius: 5px;
    background-color: White;
}
.首页通知区标题{
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    background-color: Orange;
}
.背景样式{
    padding-top: 30px; 
    height: 330px;
    background-image: url('../images/R-C.jpg'); 
    background-size: auto; 
    background-position: center;
    border-radius: 0px 0px 5px 5px;
}
.服务信息表单{
    width: auto;
    text-align: center;
    vertical-align: top;
    color: OrangeRed;
    text-shadow: 0px 1px 1px #66ccff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.服务信息输入框样式 {
    color: Blue;
    border-color: Orange;
    border-width: 1px;
    outline-style: none;
    border-radius: 5px;
    height: 30px;
    width: 200px;
    font-size: small;
    vertical-align: middle;
}
.服务信息按钮样式{
    display: inline-block;
    border-style: solid;
    height: 40px;
    width: 200px;
    border-width: 1px;
    border-radius: 5px;
    background-color: LightGray;
}
.服务信息表单 button:hover{
    background-color: Orange;
    color: Red;
}
.底部信息{
    text-align: center;
    font-size: 16px;
}
.超链接样式{
    color: Black;
    text-decoration: none;
    font-size: small;
    display: inline-block;
}
.超链接样式:hover{
    color: Red;
}