@charset "utf-8";

.topbar {
	height: 34px;
	line-height: 34px;
	background: url(../../../../images/newFrame/webportal/top-bg.jpg) left
		bottom repeat-x;
	border-bottom: 1px solid #dddee0;
}

.topbar .top-con {
	width: 1000px;
	height: 34px;
	text-align: center;
	margin: 0 auto;
}

.topbar .top-con .welcome {
	float: left;
	width: 400px;
	height: 34px;
	line-height: 34px;
	text-align: left;
	overflow: hidden;
}

.topbar .top-con .top-r {
	float: right;
	width: 500px;
	height: 34px;
	line-height: 34px;
	text-align: right;
	overflow: hidden;
}

.mainwrap {
	width: 1000px;
	height: 100%;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}

.mainwrap .header {
	height: 92px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.mainwrap .header .logo {
	margin-top: 2px;
}

.topbar_menu {
	width: 100%;
	height: 40px;
	line-height: 37px;
	margin-bottom: 5px;
	text-align: center;
	background: url(../../../../images/newFrame/webportal/subtabh_bg.jpg)
		left top repeat-x;
	overflow: hidden;
}

.topbar_menu ul {
	margin: 0;
	padding: 0 30px;
}

.topbar_menu ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	font-family: "宋体";
}

.topbar_menu ul li span {
	margin: 0 20px;
	color: #d5e9f6;
	font-size: 14px;
}

.topbar_menu ul li a {
	color: #fff;
}

.topbar_menu ul li a:hover {
	text-decoration: underline;
}

.topbar_menu ul li.on a {
	color: #bdfff5;
}

.footer {
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
	border-top: 2px solid #1f62a8;
}

.footer-top {
	padding: 15px 15px 10px;
	color: #555;
}

.footer-top a {
	margin: 0 10px;
}

.jhcj-top-line {
	margin: auto;
	width: 1000px;
	height: 3px;
	background: #004f8a;
}

.jhcj-nav {
	margin: auto;
	height: 31px;
	width: 1000px;
	background: url(../../../../images/newFrame/webportal/jhcj-nav-bg.jpg) left top repeat-x;
}

.jhcj-nav-line {
	margin: auto;
	width: 1000px;
	height: 3px;
	background: #0276cd;
}

.jhcj-nav .menu2 {
	padding: 0 0 0 55px; /*控制整个导航左间距*/
	margin: 0;
	list-style: none;
	height: 31px;
	position: relative;
}

.jhcj-nav .menu2 li {
	float: left;
}

.jhcj-nav .menu2 li a {
	display: block;
	float: left;
	height: 31px;
	width: 150px;
	line-height: 31px;
	color: #424141;
	text-decoration: none;
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center; /*控制元素间距*/
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
}

.jhcj-nav .menu2 li a:hover {
	color: #de0400;
}

.jhcj-nav .menu2 li.current a {
	color: #de0400;
}

.jhcj-nav .menu2 li.current a:hover {
	color: #de0400;
}