@charset "utf-8";
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .h {
 *zoom:1;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
/* 通用 */
body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color: #333;
}
.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.nt:first-letter {
	margin-left: -20em;
}
/* 链接 */
a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #048;
}
a:active {
	outline: none;
}
/* nav */
.nav li, .nav dt, .nav dd {
	float: left;
	position: relative;
}
.nav a {
	display: inline-block;
}
.nav dt {
	font-weight: bold;
}
/* tab */
.tab {
	display: block;
}
.tab li {
	float: left;
}
.tab li a {
	display: block;
}
/* list */
.h li {
	float: left;
	_display: inline;
	_white-space: nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow: hidden;
	zoom: 1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
	position: relative;
	line-height: 1.5;
}
.list-t li a {
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-t li a:hover {
	text-decoration: underline;
}
.list-t li span.tag {
	margin-right: 5px;
}
.list-t li span.date {
	position: absolute;
	top: 0;
	right: 0px;
}
.list-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */
body {
	background: #f2efef url(/images/index/bg.jpg) 50% 0px no-repeat;
	font-family: microsoft yahei;
	font-size: 14px;
}
.header {
	height: 270px;
}
.header .nav_wap {
	width: 100%;
	height: 45px;
	float: left;
	background: #448aca;
}
.header .nav {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.header .nav ul {
	height: 45px;
	float: left;
}
.header .nav ul li {
	z-index: 3;
	margin: 0px 2px;
	width: 100px;
	height: 45px;
}
.header .nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	font: normal 16px/45px microsoft yahei;
}
.header .nav ul li a:hover, .header .nav ul li.current a {
	color: #fff;
	width: 99px;
	height: 43px;
	color: #0e599d;
	line-height: 43px;
	background-color: #f2efef;
	border-bottom: 2px solid #d93d41;
}
.nav {
	height: 45px;
	border: none!important;
}
.nav .sub {
	position: absolute;
	top: 45px;
	height: 34px;
}
.header .nav ul li .sub a {
	width: auto;
	display: inline-block;
	font: normal 14px/34px microsoft yahei;
	text-shadow: none;
	color: #0e599d;
	padding: 0 20px;
	text-indent: 0;
	background:none;
         *vertical-align:5px;
	_vertical-align: 1px;
	border: none;
	margin: 0px;
}
.header .nav ul li .sub a:hover {
	color: #09c;
}
.header h1 {
	height: 185px;
	width: 1000px;
	margin: 0 auto;
	background: url(/images/index/head.png) 10px 40px no-repeat;
}
.header .search {
	float: right;
	width: 260px;
	height: 28px;
	position: relative;
	margin-top: 7px;
	border: 1px solid #0e599d;
}
.search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search input {
	width: 181px;
	height: 18px;
	line-height: 18px;
	padding: 4px 4px 4px 26px;
	border: 1px #fff solid;
	background: #fff url(/images/index/search.png) 5px 50% no-repeat;
	outline: none;
}
.search button {
	width: 48px;
	height: 30px;
	border: none;
	background: #0e599d;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: bold 14px/30px microsoft yahei;
}
.footer {
	background: #448aca;
	line-height: 30px;
	text-align: center;
}
.copyright {
	padding: 15px 0;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	color:#fff;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
