﻿body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	font-size: 12px;
	font-family: "微软雅黑", Arial, sans-serif;
	color: #333333;
	background: #fff;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #405991;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.m1200 {
	min-width: 1200px;
}
.ov {
	overflow: hidden;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}

.header {
	width: 100%;
	height: auto;
}
.header_t {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #405991;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
}
.header_t span {
	float: right;
	font-size: 18px;
	padding-left: 40px;
	background: url(../image/bg_00.png) left center no-repeat;
}
.header_b {
	width: 100%;
	height: 114px;
}
.header_b .box {
	height: 114px;
	position: relative;
}
.logo {
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}
.nav {
	width: auto;
	height: 114px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.nav ul {
	width: auto;
	height: 114px;
	border-left: 1px solid #f0f0f0;
}
.nav ul li {
	width: 98px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	position: relative;
	float: left;
	border-right: 1px solid #f0f0f0;
}
.nav ul li a {
	display: block;
	color: #405991;
}
.nav ul li a:hover, .nav ul li a.nhover {
	background: url(../image/bg_01.png) center center no-repeat;
	color: #fff;
}
.nav ul li dl {
	display: none;
	width: 168px;
	height: auto;
	background: url(../image/bg_02.png) repeat;
	position: absolute;
	left: 0px;
	z-index: 9999;
}
.nav ul li dl dd {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 40px;
	text-align: left;
	background: url(../image/bg_03.png) 25px center no-repeat;
}
.nav ul li dl dd a {
	display: block;
	color: #fff;
}
.nav ul li dl dd a:hover {
	color: #900000;
	background: none;
}

.footer {
	width: 100%;
	height: 180px;
	padding-top: 15px;
	background: #405991;
}
.footer .box {
	height: 180px;
	position: relative;
}
.footer_nav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 15px 0;
	overflow: hidden;
	font-weight: 100;
	color: #91b2fc;
	position: relative;
	left: -10px;
}
.footer_nav a {
	color: #91b2fc;
	margin: 0 10px;
}
.footer_nav a:hover {
	text-decoration: underline;
}
.footer_copyright {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 100;
}
.footer_copyright p {
	width: 100%;
	height: auto;
	line-height: 25px;
	color: #91b2fc;
}
.footer_copyright a {
	color: #91b2fc;
}
.footer_copyright a:hover {
	text-decoration: underline;
}
.footer .box .footer_share {
	width: 174px;
	height: 36px;
	position: absolute;
	top: 70px;
	right: 0px;
}
.footer .box .footer_share a {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 11px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 11px;
	text-indent: -100em;
	overflow: hidden;
}