	/* CSS Document*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p {
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	cursor: default;
	color: #4c4c4c;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	border:none;
}
ul,li,dl ,dt,dd ,ol,p,img {
	list-style: none;
	border: none;
}
address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style:normal;
	font-weight:normal;
}
del,ins {
	text-decoration:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
button,input,select,textarea {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
a {
	text-decoration:none;
	outline:none;
	color:#4c4c4c;
}
a:hover {
	text-decoration:underline;
}
a:active {
	outline: none;
	star:expression(this.onFocus=this.blur());
}
.fl {
	float:left;
}
.fr {
	float: right;
}
.clear {
	clear:both;
}
/*头部*/
	.header {
	width:100%;
	background:#003f9e;
}
.header_box {
	width:1140px;
	margin:0 auto;
}
.header_box a {
	width:113px;
	height:33px;
	line-height:33px;
	text-align:center;
	background:url(bule2_02.png) no-repeat;
	color:#fff;
	margin-left: 10px;
}
.header_box a.shouye {
	background:url(bule_02.png) no-repeat;
	text-indent: 20px;
}
/*导航*/
.nav {
	width: 100%;
	height: 45px;
	background:#003f9e;
	overflow: hidden;
}
.nav ul {
	width:1140px;
	height:45px;
	line-height:45px;
	text-align:center;
	margin:0 auto;
}
.nav ul li {
	width:12.5%;
	float:left;
	font-size:16px;
}
.nav ul li a {
	display:block;
	color:#fff;
	width: 100%;
	height:100%;
}
.nav ul li a:hover{ text-decoration: none; background: #00249c;}
/*尾部*/
	.footer {
	width:100%;
	height:168px;
	background:#003f9e;
	margin-top:20px;
	padding-top:70px;
}
.center {
	width:1140px;
	height:168px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
}
.center p {
	color:#fff;
}
.center a {
	color:#fff;
}
