﻿* { 
	margin:0px; 
	padding:0px; 
	text-decoration:none;
}
body { 
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif, "????", "????"; 
	font-size:15px; 
	color:#555555;
}
a { 
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif, "????", "????";
	color:#444444;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
	cursor:pointer;
}
a:hover{
	 text-decoration:none;
	 color:#0c2a8e;
	}
input {
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif, "????", "????";
	color:#535353;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
textarea {
	font-family:Microsoft YaHei,Arial, Helvetica, sans-serif, "????", "????";
	color:#535353;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
img {
	 border:0px;
}
body,div,dl,ol,ul,li{
	list-style: none;
}
.clear{
	clear:both;
}
.clearfix{zoom:1;}
.clearfix:after{clear:both;content:"";display:block;width: 0;height: 0;visibility:hidden;}
.fl{
	float:left;
}
.fr{
	float:right;
}






.wraap{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f0f3f9 url(../images/bg.png) no-repeat top center;

}

.wraap_inner{
	width:1000px;
	margin:0 auto;
}
.nav{
	width:100%;
	height:50px;
	background:#0c2a8e;
}
.nav ul{
	margin:0 auto;
	width:745px;
	height:50px;
}
.nav li{
	float:left;
	line-height:50px;
	
	font-size:16px;
}
.nav li a{
	color:#ffffff;
	padding:0 20px;
	display:block;
}
.nav li a:hover{
	background:#ffffff;
	color:#0c2a8e;
}
.nav li a.hover{
	background:#ffffff;
	color:#0c2a8e;
}

.foot{
	width:100%;
	height:80px;
	background:#0c2a8e;
	clear:both;
}
.foot p{
	font-size:13px;
	line-height:80px;
	color:#ffffff;
	text-align:center;
}


