@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;
     /* margin:0 auto;*/
}
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;
}
.bule {
	color: #476cd1;
}
.red{
	color:#a10b0b;
	}
.w820{
	width:820px;
	}
.w310{
	width:310px;
	}
.w800 {
	width: 800px;
}
.w360 {
	width: 360px;
}

/* 通用 */
body, button, input, select, textarea {
	font: 14px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color: #333;
}
.vm, input, label {
	vertical-align: middle;
}
.tc,.tp {
	text-align: center;
}
.fl {
	float:left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb20{
     margin-bottom:20px;
}
.mt30{
	margin-top:30px;
	}
.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: 0;
	color: #a5a5a5;
}
.list-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */
body {
	min-width: 1190px;
	font-family: microsoft yahei;
	background: url(/images/index/bg.jpg?111112) center 0px no-repeat;
}
.content {
	width: 1180px;
	margin: 0 auto;
	padding: 0 5px;
}
.content img{width:100%}
.ht {
	width: 100%;
	height: 30px;
	background: url(/images/index/ht.png) 0px 0px repeat-x;
}
.ht p {
	color: #fff;
       text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
.ht p a {
       font: normal 12px/31px SimSun;
       color: #fff;
       text-shadow: 0 1px 2px rgba(0,0,0,.75);
        margin: 0px 5px;
}
.inner {
	width: 1180px;
	padding: 0px 5px;
	margin: 0 auto;
	position: relative;
}
.header h1 {
	height: 149px;
	background: url(/images/index/logo.png) 5px 50% no-repeat;
}
.header .search {
	width: 280px;
	height: 30px;
	position: absolute;
	top: 60px;
	right: 30px;
	border: 1px solid #cc3e1d;
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
}
.search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search input {
	width: 222px;
	height: 20px;
	line-height: 20px;
	padding: 4px 4px 4px 12px;
	border: 1px #fff solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: none;
	font: normal 12px/30px SimSun;
}
.search button {
	width: 40px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: #ca3d1c url(/images/index/search.png) center no-repeat;
}
.search p {
	font: normal 12px/40px SimSun;
	color: #c13717;
	text-shadow: 0 1px 2px rgba(62,62,62,.75);
}
.search p a {
	font: normal 12px/30px SimSun;
	color: #fff;
	padding: 0px 5px;
	text-shadow: 0 1px 2px rgba(62,62,62,.75);
}
.nav {
	width: 1180px;
	height: 40px;
	margin: 0 auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #4874d6;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	border: solid 1px #476cda;
	background-image: -webkit-linear-gradient(top, #487cd2, #4669db);
	background-image: -moz-linear-gradient(top, #487cd2, #4669db);
	background-image: -o-linear-gradient(top, #487cd2, #4669db);
	background-image: -ms-linear-gradient(top, #487cd2, #4669db);
	background-image: linear-gradient(to bottom, #487cd2, #4669db);
}
.nav li {
	width: 147px;
	text-align: center;
	background: url(/images/index/nav_li.png) top right no-repeat;
}
.nav .none {
	width: 147px;
	text-align: center;
	background: none;
}
.nav li a {
	display: block;
	font: normal 18px/40px microsoft yahei;
	color: #fff;
}
.nav li a:hover,.nav li.current a{
	width: 145px;
	background: url(/images/index/nav_hover.png) 0px 0px repeat-x;
}
/*页脚*/
.footer {
      margin-top: 30px;
      background: url(/images/index/footer.png) 0px 0px repeat-x;
}
.friends strong {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 30px 0 10px;
	font: bold 16px/42px microsoft yahei;
	background: url(/images/index/arr2.png) 98% 50% no-repeat;
	color: #737373;
}
.friends {
	width: 1190px;
	margin: 0 auto;
	position: relative;
}
.friends h2 {
	color: #fff;
	position: relative;
	text-align:center;
	height:35px;
}
.friends h2 b {
	display: block;
	position: absolute;
	top: -3px;
	left: 0px;
	height: 33px;
	color: #fff;
	width: 106px;
	float: left;
	text-align: center;
	font: bold 16px/33px microsoft yahei;
 *vertical-align:middle;
	background: url(/images/index/friends.png) 90px 0px no-repeat;
	padding-left:90px;
}
.friends h2 a {
	display: inline-block;
	margin: 0 10px;
	padding: 0 0 0 10px;
	line-height: 33px;
	font-weight: bold;
	font: normal 14px/33px microsoft yahei;
	color: #737373;
 *vertical-align:middle;
}
.friends h2 a.current {
	color: #002269;
}
.friends ul {
	border: 1px #e3e3e3 solid;
	border-top: none;
	padding: 10px;
	width: 1158px;
  margin: 0 auto;
}
.friends table {
	width: 100%;
}
.friends table td {
	height: 28px;
	font: normal 14px/28px microsoft yahei;
	padding: 0px 10px;
}
.copyright {
	padding: 20px 0px;
	position: relative;
	background: #4563b9;
	width: 100%;
	color: #fff;
}
.copyright a {
	color: #fff;
}
#_ideConac img {
	position: absolute;
	top: 50%;
	left: 220px;
}
#_span_jiucuo img{
	position: absolute;
	top: 60%;
	right: 220px
}
.copyright .line {
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #9b9b9b;
}
.copyright .line a {
	font: normal 14px/40px microsoft yahei;
}
.tc, .tc a {
	font: normal 14px/30px microsoft yahei;
}
.tc a, .copyright .line a {
	padding: 0px 10px;
}
.tc {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}