@charset "utf-8";
/* CSS Document */

/*公用样式*/
body {
	margin: 0;
	padding: 0;
	font-family:微软雅黑;
	font-size:12px;
	background:url(../images/bg.jpg);
	}
html {
	_overflow-y:scroll;
	}
ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
input, select {
	font: 100% arial, helvetica, clean, sans-serif;
	}

th, em, strong, b, address, cite {
	font-style: normal;
	font-weight: bold;
	}
li {
	list-style: none;
	}
img, fieldset {
	border: 0;
	}
a{ 
	text-decoration:none;
	}
a:hover{ 
	text-decoration:none;
	color:#1559A2;
	}
.clear{
	clear:both;
	}
.middle{
	margin:0 auto;
	display:block;
	}
.right{
	float:right;
	text-align:right;
	}
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.xxk{
	width:955px;
	margin:0 auto;
	background:#fff;
	padding-left:45px;
	}
.nr{
	display:none;
	}	

.headerBg{ width:100%; height:500px; background:url(../images/headerBg.jpg) no-repeat center center;}

.header{ width:1000px; height:60px; margin:0 auto;}

.header-Left{ width:149px; height:60px; float:left;}

.header-Right{ width:auto; height:60px; float:right;}

.header-Right li{ width:auto; float:left; padding:0 5px; height:60px; line-height:60px; font-size:16px; color:#0a000f;}

.header-Right li a{font-size:16px; color:#0a000f;}

.header-Right li a:hover{color:#0a000f;}
	
	
	
	