@charset "utf-8";
/*------------------------------------------------全局元-------------------------------------------素*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 1;
	font-size: 14px;
	font: inherit;
	font-family: "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: rgb(82,87,93);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body {
	background: url(../img/bg.jpg) no-repeat center top;
	background-color:#d7a541;
}
a {
	color: rgb(57,56,54);
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #FF0000;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.width100 {
	width: 100%;
	overflow: hidden;
}
.width1440 {
	width: 1440px;
	margin: 0 auto;
}
.width1200 {
	width: 1200px;
	margin: 0 auto;
}
.top {
	background: url(../img/bg_nav.png) repeat-x left top;
	display: block;
	height: 92px;
}
.logo {
	float: left;
	width: 226px;
}
.logo img {
	margin-top: 13px;
}
.nav {
	height: 88px;
	line-height: 88px;
	position: relative;
	z-index: 1;
	width: 834px;
	float: left;
	margin-left: 130px;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	font-size: 16px;
	width: 139px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	color: #fff;
}
.nav .nLi h3 a:hover {
	color: #000;
}
.nav .sub {
	display: none;
	left: 0;
	top: 88px;
	position: absolute;
	background: rgba(255,255,255,0.5);
	line-height: 36px;
	width: auto;
	min-width: 139px;
}
.nav .on h3 a {
	background: #ffb43e;
	color: #000;
}
.nlili {
	display: block;
	float: left;
	width: 262px;
	padding: 15px;
}
.nlili a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	background: url(../img/arr1.png) no-repeat left center;
	border-bottom: 1px dashed #ccc;
	color: #2c2e30;
	padding-left: 10px;
	width: 116px;
}
.nlili a:hover {
	color: #C00;
}
.nlili img {
	margin-top: 30px;
	z-index: 100;
}
.sub li {
	width: 139px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.sub li a {
	color: #2c2e30;
}
.sub li a:hover {
	color: #C00;
}
.banner {
	background: url(../img/banner1.jpg) no-repeat left top;
	height: 500px;
	z-index: 1;
	overflow: hidden;
}
.main {
	background-color: #fff;
	padding: 30px 0px;
}
.left {
	float: left;
	width: 372px;
}
.tit {
	height: 28px;
	background: no-repeat left bottom;
}
.tit .s {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #015db7;
	font-weight: bold;
	margin: 0px 7px;
}
.tit span {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	color: #c6c6c6;
	font-size: 12px;
	margin-left: 15px;
}
.tit .more {
	display: block;
	float: right;
	height: 26px;
	line-height: 26px;
}
.left p {
	text-indent: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-top: 10px;
}
.middle {
	float: left;
	width: 418px;
	margin-left: 32px;
}
.middle .news {
	width: 100%;
	height: 106px;
	margin-top: 20px;
	overflow: hidden;
}
.middle .news img {
	width: 153px;
	height: 106px;
	float: left;
}
.middle .news p {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	width: 255px;
}
.middle .news p a {
	font-size: 14px;
}
.middle .news span {
	display: block;
	float: left;
	width: 255px;
	margin-left: 10px;
	font-size: 12px;
	color: #b2b2b3;
	line-height: 19px;
	text-indent: 20px;
}
.middle ul {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.middle ul li {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.middle ul li a {
	float: left;
	font-size: 14px;
	width: 310px;
}
.middle ul li span {
	float: right;
	width: 80px;
	font-size: 12px;
	text-align: right;
}
.right {
	float: right;
	width: 350px;
}
.footer {
	background-color: #ab0004;
	height: 45px;
	padding: 12px 0px;
}
.f_left, .f_left p, .f_right, .f_right p, .f_right a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
}
.f_right a {
	padding: 0px 10px;
}
.f_left {
	width: 900px;
}
.f_right {
	width: 300px;
}
/*----------------------------------------------分页-------------------------------------------*/
.k_pagelist {
	clear: both;
	display: table;
	float: left;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.k_pagelist em {
	background: #f90;
	border: 1px solid #f90;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 1px;
	padding: 2px 4px;
}
.k_pagelist strong {
	border: 1px solid #E7E7E7;
	color: #C51E17;
	font-size: 12px;
	margin: 0 1px;
	padding: 2px;
}
.k_pagelist a {
	border: 1px solid #E7E7E7;
	font-size: 12px;
	margin: 0 1px;
	padding: 2px;
}
/*-------------------------------------------搜索----------------------------------------------*/
.k_search {
	display: block;
	width: 100%;
}
.k_search p {
	display: block;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	width: 100%;
}
.k_search h3 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #FF9900;
}
.k_search p span {
	color: #FF0000;
}
.content {
	font-size: 14px;
	line-height: 23px;
}
