@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;}
body{background:#f8f7f2;}
/*头部*/
.headbj{
	width:100%;
	height:100%;
	overflow:hidden;
	min-width:1200px;}

/*导航*/
.nav{
	width:100%;
	height:auto;
	background:#0F318B;
	position:relative;
	z-index:99;}


#headm{ width:1200px; margin:0 auto; height:40px; background:#0F318B;}
#headm li{text-align: center; float:left;display:inline;}
#headm .dh{ position:relative; float:left;}
#headm .topa{z-index:5; position: relative; padding:0 60px; line-height:40px; display: block; height:40px;color: #fff; overflow: hidden;  float:left; font-size:16px; font-family:微软雅黑;}
#headm .topa:hover{ background:#b00a00; height:40px; 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: 40px; border:none; background: none; height:40px; color: #fff;  float:left;}
#headm li ul li a:hover {line-height: 26px;text-decoration: underline;}
#headm li ul li:hover{background:#FFF;}
#headm li.show ul{display: block;}
#headm li.show .topa{ display: block; background: #fff; height:40px; color:#0F318B;  text-decoration: none;}
/*导航*/

/*版权*/
.bqbj{
	width:100%;
	height:100px;
	clear:both;
	background:#063c84;
	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;}
/*版权*/