
/*********nav*********/
.g_nav {
	height: 60px;
	background: #0c2467;
}
.g_nav01 {
	width: 1100px;
	margin: 0 auto;
}
.g_nav01 table tr td {
	text-align: center;
	border-right: #a2dbfe solid 1px;
	height: 60px;
	line-height: 60px;
	position: relative
}
.g_nav01 a {
	height: 60px;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 15px;
	background: url(../images/nav02.jpg) repeat-x bottom center;
}
.g_nav01 td.now a>div, .g_nav01 td:hover a>div {
	width: 100%;
	height: 3px;
	background-color: #ffc231;
	position: absolute;
	top: 57px;
}
.g_nav01 a span {
	font-size: 12px;
	color: #baa58c;
}
.g_nav01 table tr td .nav_tan {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	padding: 5px 0 10px 0;
	background-color: #0C2467;
	opacity: 0.95;
	z-index: 100;
}
.g_nav01 table tr td .nav_tan a {
	width: 90%;
	background: none;
	padding: 0;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	border-radius: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.g_nav01 table tr td .nav_tan a:hover {
	width: 90%;
	background: #ffa200;
	padding: 0;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}
/*********footer*********/
.footer {
	height: 188px;
	width: 100%;
	clear: both;
	background-color: #0e6fda;
	font-size: 14px;
}
.footer .share_b {
	float: right;
	padding: 40px 0 0
}
.footer .manager_info {
	float: left;
	width: 750px;
	line-height: 45px;
	padding: 30px 0 0;
	color: #ffffff;
}
.footer .manager_info a {
	color: #ffffff;
}
.footer .manager_info span+span {
	padding-left: 20px;
}
.wl {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.pl_20 {
	padding-left: 20px;
}