body{
	min-width:1250px;
	padding:0; 
	margin:0;
	border:0;  
	font-family:"Microsoft YaHei",SimHei,arial;
	font-size:14px;
	color:#444;
	background:url(../images/bigbg.jpg) fixed;
	}
	
ul,li{ 
	list-style:none;
	padding:0; 
	margin:0; 
	border:0; 
	}

dl,dt,dd,img,h5,p{
	padding:0; 
	margin:0;
	border:0;
	}
	
a{ text-decoration:none; color:#444; }

a:hover{  color:#ff0000; }
.fl{ float:left; }
.fr{ float:right; }		
.clear{  clear:both; }

.bigbox{ width:942px; margin:0 auto; }
.top{ height:130px; padding:0 10px; background:url(../images/topbg.jpg) bottom no-repeat; border-top:solid 3px #ad1b20;   }
.logo{ margin-top:34px; width:412px; }
.search{ float:right; width:220px; height:30px; border-radius:40px; background:#fff;  border:solid 1px #d2d2d2;  }
.write{ float:left; width:140px; height:30px; line-height:30px;  padding-left:14px; border:0; outline:none; background:none; }
.btn{ float:right; width:50px; height:30px; border:0; background:url(../images/sear.png) center no-repeat; outline:none; cursor:pointer; }
.toplink{ height:30px; line-height:30px; text-align:right; margin:20px 0 15px 0; }

.nav{ height:46px; background:#ad1b20; margin:10px 0; }
.nav li{ float:left; width:93px; height:46px; text-align:center; position:relative; }
.nav li a{ display:block; height:46px; line-height:46px; font-weight:bold; color:#fff; }
.nav li a:hover{ background:#920c11; color:#fff; }
.nav_current{  background:#920c11; }
.subnav{ z-index:999; cursor:default; position:absolute; left:0; top:46px; overflow:hidden; display:none; }
.subnav li { float:none !important; height:auto; text-align:center;  border-top:solid 1px #ad1b20; width: 113px;}
.subnav li a{ display:block;height:auto; line-height:35px; background:#920c11; color:#fff; font-weight:normal; }
.subnav li a:hover{ background:#ad1b20 !important; }
.nav li:hover .subnav{ display:block; }

.foot{ width:100%; height:64px; background:#f0f2f3; border-top:solid 3px #ad1b20; text-align:center; line-height:24px; font-size:13px; color:#565656; padding-top:20px; }
