.dropdown{
  width:900px;
  margin-left:240px;
}

.dropdown li{ 
  font-weight: bold; 
  font-size:15px;
  float: left; 
  width: 130px; 
  position: relative;
}

.dropdown a:hover{ 
  color: #fff; 
}

.dropdown li a { 
  display: block; 
  color: #595959; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size:15px;
  line-height:50px;
  height:50px;
}

.dropdown .default a { 
  display: block; 
  color: #595959; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size:15px;
  line-height:50px;
  height:50px;
  background:url(../images/main_bg4.png) no-repeat center;
}

.dropdown li a:hover,
.dropdown li a.hover{ 
  background: #01AF1C;
  position: relative;
  color: #fff;
  background:#85BB2C;
}

.dropdown ul{ 
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 150px; 
  z-index: 1000;
}

.dropdown .aaa {
	width:602px;
	z-index:999999999999;
	position:absolute;
	height:480px;
	display:block;
	margin-left:-235px;
	background-color: rgba(255,255,255,0.95); 
}

.dropdown .aaa .aab {float:left; height:450px; width:190px; margin-left:8px; margin-top:15px; background-color:rgba(255,255,255,0.9);} 
.dropdown .aaa .aab a {background: none!important; width:180px; height:72px; margin:0px auto;}
.dropdown .aaa .aab img {height:72px; width:180px; background:none;}
.dropdown .aaa .aab .a2 {padding-left:20px; padding-right:20px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; font-weight: bold; padding-top:15px; padding-bottom:15px; font-size:18px; text-align:center;}
.dropdown .aaa .aab .a3 {margin-left:5px; margin-right:5px;}
.dropdown .aaa .aab .a3 p {margin:15px 0px; text-align:center;}
.dropdown .aaa .aab .a3 p a {line-height:36px; height:36px; display:block; background-color:#f00; font-size:14px; color:#666; width:100%; border-bottom:#ccc 1px dotted; }
.dropdown .aaa .aab .a3 p a:hover {color:#f00; background:#f7f7f7!important;}

.dropdown ul li a{ 
  display: block; 
  color: #666 !important;
  background: rgba(255,255,255,0.95)!important;
  border-bottom:#ddd 1px solid;
} 

.dropdown ul li a:hover{
  display: block;
  background: #f3f3f3 !important;
  color: #333 !important;
  border-bottom:#ddd 1px solid;
}

.drop {/*margin-right:12px;*/}
.dropdown .default {/*margin-right:12px;*/}

.sub_menu p{
/*
  margin-left:55px;
  margin-top:-7px;
 
  width:0; 
  height:0;
  border-width:10px;
  border-style:solid;
  border-color: transparent transparent #01AF1C transparent;
*/
}

#d1{
  width:0; 
  height:0;
  border-width:10px;
  border-style:solid;
  border-color: transparent transparent #01AF1C transparent;
}