@charset "utf-8";


/*=========页面基本=======================================================================================*/

* {word-wrap:break-word;}
body,div,ol,ul,li,p,input,textarea,form,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,select,table,tr,td,fieldset,legend,table,tr,td,th {margin:0; padding:0;}
body{font-size:14px;font-family:"微软雅黑";color:#555;}
li { list-style:none;}
a { text-decoration:none; color:#333333;}
img { border:none;}


#topWrapper {
	width: 100%;
	border-top:3px solid #0c2790;
}
#top {
	width: 1080px;
	margin:0 auto;
}
#top:after {
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}
#logo {
	float: left;
}

#slideBar {
	float: right;
}

#slideBar img {
	margin-top:10px;
}

.sfun {
	padding-top:5px;
}
.sfun:after {
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}
.sfun a {
	float:right;
	display:block;
	margin-left:5px;
	color:#999;
	font-size:12px;
}


#navWrapper {
	width: 100%;
	background-color: #0c2790;
}
#nav {
	width: 1080px;
	margin:0 auto;
}
#nav ul:after {
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	width: 120px;
	height:44px;
	line-height:44px;
	color: #FFFFFF;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	display: block;
}
#nav ul li a:hover {
	background-color: #0e59b7;
}
#nav ul li.current {
	background-color: #0e59b7;
}



#bottomWrapper {
	width: 100%;
	margin-top: 50px;
	background-color:#0c2790;
	padding: 30px 0 40px 0;
}
#bottom {
	width: 1080px;
	margin:0 auto;
	text-align: left;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
}

#bottom a {
	color: #fff;
}

#bottom .information {
	float: left;
}
#bottom .copyright {
	float: right;
	text-align: right;
}


