.headtitle{
	width:1120px;
	height:16px;
	line-height: 16px;
	border:0px solid #eee;
	margin:0 auto;	
   font-family: "微软雅黑";
   margin-top:15px;
   font-size:16px;   
}
.headtitle a{
	text-decoration: none;
}
.headtitle .ht_mc{
	font-size:14px;
	margin-bottom:5px;
}
.headtitle .ht{
	font-family: "微软雅黑";
	font-size:14px;
	float:left;
	//color:#bc9e82;
	color:black;
	height:20px;	
	border:0px solid #eee;
}
.headtitle .ce{
	font-size:14px;
	
}
/***菜单导航***/
.mynav{	 
	clear:both;
	  width:1120px;
	  height:75px;
	  line-height: 75px;
	  border:2px solid #eee;
	  font-family: "微软雅黑";
	  font-size:16px;
	  margin:0 auto;
	  position: relative;
	  color:#000000;
}

.mynav #logo{
	height:75px;
	width:150px;
	border:0px solid red;
    float:left;
    text-align: center;
    position: absolute;
    left:10px;    
}
.mynav #logo img{
	height:85px;
	width:150px;
}

.myul{
	margin-right: 0;
    width:900px;	
	height:40px;
	border:0px solid black;
	float:left;
	padding: 0;
	position: absolute;
	right:50px;
	bottom:20px;
	
}
/*设置菜单宽度*/
.mynav ul li{
	width:85px;
	height:35px;
	line-height: 35px;		
}
.mynav .subli{
	background-color: #fff;
	border-bottom: 1px dashed black;
}
.mynav a { 
	text-align: center;
    text-decoration: none; 
    display: block;
} 
.mynav > ul > li { 
   float: left; 
   text-align: center;
   padding: 0 2px 0 2px;
} 

.mynav li ul.sub-menu { 

    display: none; 
    padding-left: 0 !important; 
    position:absolute;
} 
.bfl a{
	  color:#000000;
}

.bfl a:hover{
	background-color: green;
	color:white;
}
.sub-menu li { 
  color: white;
  font-size: 14px;
  height:25px;
  line-height: 25px;
 
  border-left:1px dotted #555;
  border-right:1px dotted #555;  
} 
.sub-menu  li:last-child{
	border-bottom:1px dotted #555;  
}
.sub-menu  li:first-child{
	border-top:0px solid red;

}
.sub-menu li:hover { 
   background-color: black; 
} 
a:hover{
	text-decoration: none;
}
.sub-menu li a:hover { 
  text-decoration: none;	
   color: white; 
} 
ul { 
   list-style: none; 
} 
