﻿.OutsideDIV 
{
    width:100%;
    min-width:1200px;
}
.Middle
{
  background:#ffffff;
  }
.OutsideDIV .ContentDiv 
{
    width:1200px;   
    margin:auto;
}
.Top  
{
    height:60px; 
    background:rgba(2,87,183,0.8);
    position:absolute;
    z-index:1;
 }
 .Top .ContentDiv 
{
    height:60px;
 }
.Bottom 
{
    height:200px; 
    background:#444957;
    position:relative;
} 
.Bottom .ContentDiv 
{
    height:200px;
}
/*导航*/
.IndexLogo 
{
    width:180px; 
    margin:10px 0px;
}
.Logo
{
    width:150px; 
    float:left;
 }
.NavDiv 
{
    float:right; 
    width:820px; 
    height:60px; 
    position:relative;
}
.NavDiv .NavUl 
{
    height:60px; 
    padding:0px; 
    margin:0px; 
    padding-top:5px;
}
.NavDiv .NavUl li 
{
    float:left; 
    list-style:none; 
    margin-left:102px;
    font-family:微软雅黑; 
    font-size:16px; 
    height:52px; 
    line-height:52px; 
    color:#fff; 
    text-align:center; 
    cursor:pointer;
}
.NavDiv .NavUl a 
{
    font-size:16px; 
    height:52px; 
    line-height:52px; 
    color:#fff; 
    text-align:center; 
    text-decoration:none;
}
.NavDiv .NavUl li.active span , .NavDiv .NavUl li:hover span
{
    border-bottom:3px solid #fff; 
    width:10px;
    line-height:0px;
    display:block;
    margin:auto;
}
.TopImge 
{
    width:100%;
    /* height:150px; */
    max-height:200px;
    position:relative;
   }

/*底部*/
.Bottom_Contents
{
    padding-top:80px;
   text-align:center;
    }
   .Bottom_Contents ul 
   {
       display:block;
       width:550px;
       height:50px;
      margin:auto;
       }  
 .Bottom_Contents ul li
 {
      float:left;
      padding:10px 0px;
      color:#ffffff;
      font-family:Hiragino Sans GB W6;
      list-style:none;
      font-size:18px;
      cursor:pointer
      }
 .Bottom_Contents ul li span
      {
           float:right;
          -webkit-margin:8px 30px;
          -moz-margin:10px 30px;
           margin:7px 30px;
          display:inline-block;
          height:12px;
          border-right:#ffffff solid 2px;
          }
.Bottom_copyright
 {
     position:absolute;
     width:1200px;
     bottom:20px;
     text-align: center;
      color:#a9d5f6;
      font-size:14px;}