﻿
@charset "utf-8";



nav{
  width: 998px;
  font-family:"微软雅黑";
  font-size:14px;
 margin:0 auto;
}

ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 100%; 
}

ul.dropdown li{ 
  font-weight: bold; 
  float: left; 
  width: 145px; 
  position: relative;
}

ul.dropdown a:hover{ 
  color: #fff; 
  
}

ul.dropdown li a { 
  display: block; 
  padding: 8px 8px;
  color: #fff; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #9C000E;
  position: relative;
  color: #fff;
}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width: 150px; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal; 
  opacity: 0.8;
	filter: alpha(opacity=80);

  color: #fff; 
}

ul.dropdown ul li a{ 
  display: block; 
  font-size:14px;
  color: #000 !important;
  background: #eee !important;
} 

ul.dropdown ul li a:hover{
  display: block;   
  color: #ffffff  !important;
  background: #9C000E !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 40%;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}