@charset "utf-8";
/* technical support:Zhenjiang YouDu; technician:ChenShinan */

/*全局元素*/
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 {
	font: inherit;
	/*font-family: "微软雅黑","宋体",Verdana,Arial,Helvetica,sans-serif;*/
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: rgb(82,87,93);
	font-size: 13px;
}
body {
	background-color: #c6c4c4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
a {
	color: rgb(57,56,54);
	text-decoration: none;
}
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%;
}
/*公共布局*/
.containter {
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}
.top {
	width: 100%;
	background-image: url(../img/bg_top.png);
	height: 94px;
	background-repeat: repeat-x;
	overflow: hidden;
}
.top span {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	line-height: 71px;
	width: 360px;
	text-align: center;
}
.nav {
	display: block;
	float: left;
	margin-left: 30px;
}
.chover {
	background-image: url(../img/bg_home.png);
	background-repeat: repeat-x;
}
.nav li {
	display: block;
	float: left;
	width: 79px;
	height: 94px;
	text-align: center;
	line-height: 71px;
	margin-left: 8px;
}
.nav li a {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 13px;
}
.nav li a:hover {
	display: block;
	background-image: url(../img/li_hover.png);
	background-repeat: no-repeat;
	color: #072f77;
	height: 94px;
}
.banner {
	width: 1100px;
	height: 358px;
}
.pagebody {
	width: 100%;
	height: auto;
}
.pg_padding79 {
	padding: 15px 79px;
	width: 942px;
	overflow: hidden;
}
.footer {
	width: 100%;
	background-color: #4f4f4f;
	height: 63px;
	padding-top: 15px;
	text-align: center;
}
.footer p {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}
.footer a {
	color: #fff;
}
/*分页*/
.k_pagelist {
	clear: both;
	display: table;
	float: left;
	line-height: 30px;
	text-align: left;
	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;
}
