﻿#xinpinzhuanqu{
	display: block;
	float: left;
	width:750px;
} 	
.nav {
	font-size: 12px;
	width: 750px;
	border: #E6E6E6 solid 1px;
	border-bottom: #2C991A solid 2px;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
		position: relative;
}
.xinpin a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;padding: 0 10px;
	width: 68px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
  .nav a { text-decoration: none; 
  }
.navmain {
	height: 35px;
	padding: 0 5px;
    display: inline;

	float: left;
	background-position: 0 top;
}
#nav_all { height: 35px; float: left; line-height: 35px; position: relative; z-index: 222; }
    #nav_all li { text-align: center; float: left; }
        #nav_all li a {  display: inline-block; font-size: 12px;cursor: pointer; padding: 0 8px; _padding: 0 8px; height: 35px; line-height: 35px; white-space: nowrap; }
            #nav_all li a:hover { background: url(../images/bird.png) center 26px no-repeat; height: 31px; line-height: 31px; border-top: 4px solid #ffffff; overflow: hidden; }
        #nav_all li ul { display: none; position: absolute; z-index: 99; width: 680px; left: -6px; top: 36px; }
    #nav_all ul li { background-image: none; line-height: 25px; height: 25px; padding-top: 0px; padding: 0; }
        #nav_all ul li a { background-image: none; padding: 0px 10px; margin: 0px; height: 25px; line-height: 25px; color: #fff; font-weight: normal; background: #2C991A; border: none; }
            #nav_all ul li a:hover { background-image: none; padding: 0px 10px; margin: 0px auto; height: 25px; line-height: 25px; color: #FFF; background: #2C991A; border-top: none; }
.dl_close{
	display: block; 
	border: 0px solid rgb(204, 204, 204); 
	text-align: right; 
	background-color: rgb(255, 255, 255); 
	color: #666;
	font-size: 13px;
}
.dl_close a:hover, a.red:hover {
color: #C00;
text-decoration: underline;
}