@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;

	font-family:微软雅黑;
}
a{
	color:#333;
	}
a:hover{
	color:#603811;
	cursor:pointer;
	}
li:hover{
	text-decoration:none;
	
}
img{
	border:none}

/*头部*/
.head-bj{
	width:100%;
       min-width:1200px;
	height:125px;
	background:url(../images/bj.png);
}
.head{
	width:1200px;
	height:100%;
	margin:0 auto;
	
}
.head .top{
	float:right;
right:20px;
}
.head .top li{
	float:left;
	padding:5px 0px 0px 20px;
	color:#FFF;
	font-size:14px;
}
/*头部*/
/*导航*/
.nav{
	width:100%;
       min-width:1200px;
	height:35px;
	background:#8f5c29;
	position:relative;
	z-index:2;
}
#headm{ width:1200px; margin:0 auto; height:35px; background:#8f5c29;}
#headm li{text-align: center; float:left;display:inline;}
#headm .dh{ position:relative; float:left;}
#headm .topa{z-index:5; position: relative; padding:0 34px; line-height:34px; display: block; height:auto; color: #fff; overflow: hidden;  float:left; font-size:16px;}
#headm .topa:hover{ background:#fafafa; height:34px; color:#8f5c29; }
#headm li ul{z-index: 1;  position: absolute;  padding-bottom: 10px; padding-left: 0px; width: 180px; padding-right: 0px; display: none; background: #fafafa;  top:34px;  padding-top:2px; left: 0px}
#headm li ul li{ line-height: 26px;  font-size:14px; padding-left:20px; width: 130px; padding-right: 10px; float: left; height: 26px; font-weight: 400; padding-top: 5px}
#headm li ul li  a  {line-height: 26px; border:none; background: none; height:26px;   float:left; font-size:14px;}

#headm li.show ul{display: block}

#headm li.show .topa{ display: block;background:#fafafa; height:34px; color: #603811;  text-decoration: none}
/*导航*/
/*版权*/
.lxbj{
	width:100%;
	height:180px;
	background:#8f5c29;
	clear:both;
	margin-top:40px;
        min-width:1200px;
}
.lxbj .lx{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.lxbj .lx .xx{
	width:500px;
	height:90px;
	line-height:30px;
	font-size:14px;
	margin-top:30px;
	color:#FFF;
	float:left;
}
.lxbj .lx .xx .lxw{
	font-size:16px;
	margin-bottom:5px;
}
.lxbj .lx .xx span{
	margin-right:20px;
}
.lxbj .lx .ewm{
	float:right;
	margin-right:20px;
	margin-top:30px;
}
.lxbj .lx .ewm li{
	float:left;
	margin-right:40px;
}
.lxbj .lx .ewm li .wz{
	font-size:12px;
	height:20px;
	line-height:20px;
	width:114px;
	text-align:center;
	color:#FFF;
}
.bqbj{
	width:100%;
	height:40px;
	background:#7e4710;
        min-width:1200px;

	
}
.bqbj .bq{
	width:1200px;
	font-size:12px;
	color:#FFF;
	margin:0 auto;
	display:block;
}
.bqbj .bq .bqz{
	float:left;
	margin-right:30px;
	height:40px;
	line-height:40px;
}
.bqbj .bq .bqt{
	float:left;
	margin-right:20px;
	margin-top:5px;
}
/*版权*/