@charset "utf-8";
/* header */

.div-01
 { 
   width:420px;
   height:50px;
   float:left;
   background:#083697; 
 }


.div-02
 { 
   width:840px;
   height:50px;
   float:left; 
   background:#083697;
   text-align:center;
 }

.div-03
 {
   width:80px;
   height:50px;
   float:left;
   background:#083697;
   position:relative;
 }
 
.div-04
 {
   width:580px; 
   height:50px;
   line-height:50px;
   float:left; 
   background:#083697; 
 }
 
.span-01
 { 
   font-family:"微软雅黑"; 
   font-size:15px;
   color:#fff;
   font-weight:bold;
   letter-spacing:2px;
 }

ul
 {
   list-style:none
 }
 
.ul-01>li
 { 
   width:140px; 
   height:50px; 
   background:#083697; 
   line-height:50px;
   float:left;
 }

.ul-01>li:hover>ul
 {
   display:block;
 }
 
.ul-02
 { 
   background:#083697;
   opacity:0.8;
   filter:alpha(opacity=580);
   display:none;
   
 }

 .a-01 
 {
   font-size:20px; 
   font-weight:bold; 
   color:#fff;
 } 
 
.a-01:hover 
 { 
   width:140px;
   height:50px;
   display:inline-block;
   color:#000; 
   background:#ffe00b;
 }
  
 .a-011 
 {
   font-size:14px; 
   font-weight:bold; 
   color:#fff;
 } 
 
.a-011:hover 
 { 
   width:140px;
   height:30px;
   display:inline-block;
   color:#000; 
   background:#ffe00b;
 }  
.a-02 
 {
   color:#fff;
 } 
 
.a-02:hover 
 { 
   width:140px;
   height:50px;
   display:inline-block;
   color:#000; 
   background:#ffe00b;
 }

.a-03
 {
  color:#083697; font-weight:bold;
 }
 
.a-03:hover 
 { 
   width:140px;
   height:50px;
   display:inline-block;
   color:#000; 
   background:#ffe00b; 
 }

.a-033
 {
  color:#083697; font-weight:bold;
 }
 
.a-033:hover 
 { 
   width:140px;
   height:30px;
   display:inline-block;
   color:#000; 
   background:#ffe00b; 
 } 