﻿/*****顶部*****/
.PageHead
{
    width:100%;
    height:92px;
    position:fixed;
    top: 0px;
    z-index:1;
    background-color:#242E37;
    opacity:0.7;
}

.PageMain
{
    width:1200px;
    margin:0px auto 0px auto;
}

.Logo
{
    float:left;
    width:560px;
    height:80px;
    margin:6px 10px 6px 0px;
    background-image:url(/Content/Images/WebSite/logo.png);
    background-position:left center;
    background-repeat:no-repeat;
}

.Menu
{
    margin-left:570px;
}

.Menu ul
{
    margin:0px;
    padding:0px;
}

.Menu ul li
{
    float:left;
    width:100px;
    line-height:90px;
    list-style:none;
    color:#B6B7B8;
    font-size:20px;
    font-weight:bolder;
    text-align:center;
}

.Menu ul li a
{
     color:#B6B7B8;
     text-decoration:none;
}

.Menu ul li a:hover
{
     color:#FEFEFE;
}