@charset "utf-8";
/* CSS Document */



* { 
	margin:0px; 
	padding:0px; 
	text-decoration:none;
}
body { 
	font-family:Arial, Helvetica, sans-serif, "宋体", "黑体"; 
	font-size:; 
	color:#333333;
	 background-image:url(/images/bg.png); 
	 background-repeat:repeat; 
	 background-position:left center;
}
a { 
	font-family:Arial, Helvetica, sans-serif, "宋体", "黑体";
	color:#333333;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
a:hover{
	 text-decoration:none;
	 color:#8c0f1e;
	}
input {
	font-family:Arial, Helvetica, sans-serif, "宋体", "黑体";
	color:#535353;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
textarea {
	font-family:Arial, Helvetica, sans-serif, "宋体", "黑体";
	color:#535353;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
img {
	 border:0px;
}
dl,ol,ul,li{
	list-style: none;
}
.clear{ clear:none;}


.headerbox{
	 width:100%;
	 height:116px; 
	 background-image:url(/images/headerbg.png); 
	 background-repeat:repeat-x; 
	 background-position:left center;
}
.header{
	 width:990px; 
	 height:116px; 
	 margin:0 auto;
}
.header_left{
	 width:565px; 
	 height:116px; 
	 float:left;
}
.header_right{
	 width:425px; 
	 height:96px; 
	 float:right; 
	 margin-top:20px;
}
.header_right1{
	 width:300px; 
	 height:36px; 
	 padding-left:225px;
}
.header_right1 a{
	font-family:"微软雅黑";
}
.header_right1 a:hover{
	 text-decoration:none;
}
.header_right2{
height:30px; 
float:right;
width:230px;	
}
.navbox{
	 width:100%; 
	 height:39px; 
	 background-color:#8c0f1e;
}
.nav{
	 width:1010px; 
	  height:39px; 
	 margin:0 auto;
}
.nav ul li{
	float:left;  
	background-image:url(/images/line.png); 
	background-repeat:no-repeat; 
	background-position:right center; 
	font-family:"微软雅黑"; 
	font-size:14px; 
	font-weight:bold; 
	
}
.nav ul li:last-child{
background-image:none;
}
.nav ul li a:hover{
	 background-color:#d8161f; 
	 text-decoration:none;
}
.concentbox{
	 width:1010px; 
	 height:auto; 
	 margin:0 auto; 
	 background-color:#ffffff;
	 overflow:hidden;
}
.concent{
	 width:990px; 
	 height:auto; 
	 margin:0 auto; 
	 padding:10px 0px 10px 0px;
}
.banner{
	 width:990px; 
	 height:440px; 
	 margin:0 auto;
}


.foot{
	height:140px;
	width:100%;
	background:#8c0f1e;
	clear:both;
}
.foot p{
	
	line-height:25px;
	color:#ffffff;
	text-align:center;

}