@charset "utf-8";
/*尾部开始*/
.floor{
	margin:0 auto;
   width:950px;
   padding-top:2px;
}
.floor_title{
  background:url(../images/newbg.png) no-repeat;
  height:47px;
}
.floor_title .newpic{ 
   float:left;
   width:50px;
   height:15px;
   margin:10px 0px 0px 10px;
}
.floor_title p{
   float:left;
   margin:12px 0 0px 30px;
   letter-spacing: 1px;
}
.floor_pic{
   height:80px;
   border-bottom:2px #a6a6a6 solid;
   padding:35px 0 0 110px;
/*   margin-top:3px;*/
  text-align:center;
}
.floor_pic ul li{
   display:block;
   height:55px;
   float:left;
   margin-right:15px;
}
.floor_text{
   height:20px;
   text-align:center;
   margin: 10px 0 0 260px;
 
}
.floor_line{  
	/*height:3px;*/
    border-bottom:3px #d40019 solid;
	margin-top: 9px;
}
.floor_text ul li{
   float:left;
   text-align:center;
   display:block;
   margin-left:15px;
   border-right: 1px #000000 solid;
   line-height:15px;
   padding-right:15px;

}
.floor_text2 {
   line-height:150%;
   text-align:center;

}

/*头部开始*/
#top_nav{ width:950px; 
          height:30px;
          margin:0 auto;
          padding-top:5px;
          border-bottom:1px solid #e3e4e4;
}
.top_navleft{ float:left;
              width:300px;
	  height:25px;
	  padding-top:5px;
}
.top_navleft li{float:left;
}
.top_navright{ float:right;
               width:385px;
	   height:25px;
	   padding-top:5px;
}
.top_navright li{float:right; 
	     padding-left:5px;
}

.top ul{
	width:80px;
	float:right;
	height:20px;
	background-position: left;
	display:block;
	margin-top:25px;
}
.top li{
	float:right;
	height:20px;
	color:#ffa800; 
	line-height:20px;
}

