﻿/*Bottom*/

.Bottom, .Bottom_AboutUs, .Bottom_Logo, .Copyight
{
    margin-left:auto;
    margin-right:auto;
}

.Bottom
{
    width:1000px;
    color:#000000;
    font-family:微软雅黑, Tahoma, Geneva, sans-serif;
    background-color:#6AC3EF;
}

.Bottom_AboutUs
{
    height:35px;
    line-height:35px;
    width:320px;
    overflow:hidden;
}

.Bottom_AboutUs span
{
    width:80px;
    height:35px;
    line-height:35px;
    text-align:center;
    float:left;
    display:inline;
}

.Bottom_AboutUs a
{
    color:#000000;
    font-size:15px;
    text-decoration: none;
    text-align:center;
}

.Bottom_Logo
{
    width:157px;
    height:97px;
}

.Copyight
{
    text-align:center;
    width:314px;
    font-size:13px;
}

.Copyight p
{
    height:20px;
    line-height:20px;
    margin:0;
    padding:0; 
}

/*Bottom End*/