﻿body {
	font-family: "MicroSoft Yahei", Arial;
	font-size: 14px;
	line-height: 22px;
	color: #222;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
       url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype'),
       url('../font/iconfont.svg') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pd15 {
	padding: 15px;
}
.pd15_tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.br10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.br50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.bd01 {
	border: 1px solid #e1e1e1;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clear {
	zoom: 1
}
.infotitle {
	font-size: 22px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
}
.infopost {
	text-align: center;
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}
.infopost span{
	padding-right: 8px;
	padding-left: 8px;
}
.infopost .iconfont {
	font-size: 16px;
}

.infopic {
	text-align: center;
	margin-bottom: 10px;
}
.infopic img {
	padding: 4px;
	border: 1px solid #ededed;
}
.infopage {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.addtime {
	float: right;
	color: #666;
	padding-right: 10px;
	font-size: 12px;
}

.nav {
	position: relative;
	z-index: 999;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
	margin: 0;
}
.nav .nLi h3 a {
	display: block;
	width: 132px;
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.nav .subnav {
	display: none;
	width: 132px;
	left: 15px;
	top: 65px;
	padding: 35px 0 15px 0;
	position: absolute;
	background: #145bab;
	line-height: 40px;
	border-radius: 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius:  0 0 10px 10px;
	-ms-border-radius:  0 0 10px 10px;
	-o-border-radius:  0 0 10px 10px;
	-moz-b/ox-shadow: 0px 5px 5px #666; 
	box-sh/adow: 0px 5px 5px #666;
}
.nav .subnav li {
	zoom: 1;
	float: none;
	padding: 0;
	background-image: url(404.png);
}
.nav .subnav a {
	font-size: 16px;
	display: block;
	text-align:center;
	color:#fff;
	line-height: 35px;
}
.nav .subnav a:hover {
	background: #10437c;
	color: #fff;
}
.nav .on h3 a {
	background: #145bab;
	color: #fff;
	font-weight: bold;
}