@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0	
}
ul,ol {
	list-style:none;	
}
img {
	border:0;	
}
.clear {
	clear:both;	
}
a {
	text-decoration:none;
	color:#6f6f6f;	
}
a:hover {color:#2a2a2a;
	text-decoration:none;	
}
body {
	font:'微软雅黑' 12/1.5 #6f6f6f;	
	font-family:"微软雅黑";
	background:url(../images/bodybg.jpg) ;
	overflow-x:hidden;
}
.l {
	float:left;	
}
.r {
	float:right;	
}
#warp {
	width:1400px;
	position:absolute;
	left:50%;
	margin-left:-700px;
	border:1px #ebebeb solid;
	border-bottom:0;
	border-top:0;
	background:#fff;	
}
.inner {
	/*width:1000px;*/
	margin:auto;	
}
.innerzw {
	width:1040px;
	margin:auto;	
}

#header {
	height:114px;	
}
#header .search {
	border:1px #d5d5d5 solid;
	height:25px;	
	margin:13px 0;
	width:179px;
}
#header .header-right {
	width:370px;	
	margin-top:22px;
}
#header .search input {
	width:145px;
	background:#fff;	
	height:25px;	
	line-height:25px;
	border:0;
	float:left;
	color:#bfbfbf;
	padding-left:10px;
}
#header .search .search-btn {
	float:right;	
}
#header .header-right .right-r {
	margin-right:7px;	
}
#header .header-right .right-r img {
	margin-left:8px;	
}

#header .header-nav{
	color:#9d9d9d;
	font-size:15px;
}
/*=======================footer=============================*/
#footer {
	height:63px;
	line-height:63px;
	background:#00649d;
	font-size:12px;
	color:#fff; width:1040px; float:left;
}
#footer .inner div,#footer div p {
	display:block;
	float:left;
	margin-right:15px;
	font-family:"宋体";
}
#footer div p{
	margin:0;	
}
#footer p a {
	color:#fff;	
}
#footer ul {
	float:right;	
	width:200px;
}
#footer ul li {
	float:left;	
	/*width:28px;*/
	height:27px;
	margin:20px 11px 0;
}
#footer ul li a {
	display:block;	
	width:28px;
	height:27px;
}
#footer ul li a.footera1 {
	background:url(../images/footera.png) no-repeat center center;
}#footer ul li a.footera2 {
	background:url(../images/footera1.png) no-repeat center center;
}#footer ul li a.footera3 {
	background:url(../images/footera2.png) no-repeat center center;
}#footer ul li a.footera4 {
	background:url(../images/footera3.png) no-repeat center center;
}#footer ul li a.footera1:hover {
	background:url(../images/footer1.png) no-repeat center center;
}#footer ul li a.footera2:hover {
	background:url(../images/footer2.png) no-repeat center center;
}#footer ul li a.footera3:hover {
	background:url(../images/footer3.png) no-repeat center center;
}#footer ul li a.footera4:hover {
	background:url(../images/footer4.png) no-repeat center center;
}