@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
	font-size:16px;
	font-family:微软雅黑;
}
a{
	color:#161616;
	}
a:hover{
	color:#cb100e;
	cursor:pointer;
	}
li:hover{
	text-decoration:none;
	
}
img{
	border:none;
          margin-bottom:10px;
}
/*头部*/
.headbj{
	width:100%;
	height:100%;
	overflow:hidden;
	min-width:1200px;
}

/*导航*/
.nav{
	width:100%;
	height:auto;
	background:#b00a00;
	position:relative;
	z-index:99;
}


#headm{ width:1200px; margin:0 auto; height:50px; background:#b00a00;}
#headm li{text-align: center; float:left;display:inline;}
#headm .dh{ position:relative; float:left;}
#headm .topa{z-index:5; position: relative; padding:0 49px; line-height:50px; display: block; height:50px;color: #fff; overflow: hidden;  float:left; font-size:16px; font-family:微软雅黑;}
#headm .topa:hover{ background:#b00a00; height:50px; color: #fff; }
#headm li ul{z-index: 1;  position: absolute;  padding-bottom: 10px; padding-left: 0px; width: 114px; padding-right: 0px; display: none; background: #b00a00;  top:40px;  padding-top:2px; left: 0px}
#headm li ul li{ line-height: 26px; text-align:center; width: 114px; float: left; height: 26px; font-weight: 400; padding-top: 5px; color:#FFF !important}
#headm li ul li a{line-height: 50px; border:none; background: none; height:50px; color: #fff;  float:left;}
#headm li ul li a:hover {line-height: 26px;text-decoration: underline;}
#headm li ul li:hover{ color:#b00a00 !important; background:#FFF;}
#headm li.show ul{display: block}
#headm li.show .topa{ display: block; background: #fff; height:50px; color:#b00a00;  text-decoration: none}
/*导航*/

/*版权*/
.bqbj{
	width:100%;
	height:100px;
	clear:both;
	background:#b00a00;
	overflow:hidden;
	margin-top:30px;
	min-width:1200px;
}
.bqbj .bq{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;

}
.bqbj .bq p{
	text-align:center;
	color:#FFF;
	line-height:30px;
}
/*版权*/