/*导航1代码开始*/
 @font-face {
      font-family: '微软雅黑';
      src: url('fonts/微软雅黑.eot');
      src: url('fonts/微软雅黑.eot?#iefix') format('embedded-opentype'),
           url('fonts/微软雅黑.woff') format('woff'),
	   url('fonts/微软雅黑.ttf') format('truetype'),
	   url('fonts/微软雅黑.svg#SingleMaltaRegular') format('svg');
      font-weight: normal;
      font-style: normal;
   }

 @font-face {
      font-family: '兰亭粗黑';
      src: url('fonts/兰亭粗黑.eot');
      src: url('fonts/兰亭粗黑.eot?#iefix') format('embedded-opentype'),
           url('fonts/兰亭粗黑.woff') format('woff'),
	   url('fonts/兰亭粗黑.ttf') format('truetype'),
	   url('fonts/兰亭粗黑.svg#SingleMaltaRegular') format('svg');
      font-weight: normal;
      font-style: normal;
   }


#one{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height:40px;
    background-color: #11498d;
    z-index:10;}
table#t1{ 
    font-size:14px ;
    font-family: 微软雅黑;
    position: ;
    top:;
    width:960px ;
    height:; 
    color: #ffffff;
    margin: 0 auto ;
font-weight: normal;
    padding: 2px 0 0px 30px;}


a{
    text-decoration: none;}
a.mouse_over{text-decoration:none;color:#ffffff; }

a.mouse_over:hover{
    text-decoration:;
    font-size: ;
    color:#c2deff; }

a:hover{filter: none; opacity: 0.6;}

/*导航1代码结束*/