@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-family: "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
	background-color: #f8f6f7;
}
a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #f98500;
	text-decoration: underline;
}
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%;
	margin: 0 auto;
	overflow: hidden;
}
.width1000 {
	width: 1000px;
	margin: 0 auto;
}
.con_Left {
	display: block;
	float: left;
}
.con_Right {
	display: block;
	float: right;
}
/*header*/
.color1 {
	background-color: #03406c;
	height: 30px;
	line-height: 30px;
}
.h_Lt, .h_Lt p, #webjx, .h_Lt span {
	color: #a1b6d7;
	font-size: 13px;
	float: left;
}
#webjx {
	float: left;
}
.h_Rt a {
	color: #fff;
	padding: 0px 10px;
}
.h_Rt a:hover {
	color: #f98500;
}
.top {
	height: 43px;
	line-height: 43px;
	padding: 30px 0px;
}
.top h1 {
	font-size: 26px;
	float: left;
}
.top .ad {
	float: left;
	margin: 8px 0px 0px 15px;
}
.tel {
	float: right;
	background: url(../img/bg_tel.png) no-repeat center;
	width: 259px;
	height: 31px;
	line-height: 31px;
	text-align: right;
	font-size: 18px;
	font-weight: bl;
	padding-right: 25px;
	margin-top: 8px;
}
.subnav {
	background: url(../img/bg_nav.png) repeat-x;
	height: 49px;
	line-height: 40px;
}
.nav li {
	font-size: 15px;
	color: #fff;
	display: block;
	float: left;
	width: 142px;
	height: 49px;
	line-height: 52px;
	text-align: center;
}
.nav li a {
	font-size: 15px;
	color: #fff;
	display: block;
	float: left;
	width: 142px;
	height: 49px;
	line-height: 52px;
	text-align: center;
}
.hover {
	background: url(../img/nav_hover.png) repeat-x center;
}
.nav li a:hover {
	background: url(../img/nav_hover.png) repeat-x center;
}
/*banner*/
.banner_scoll {
	width: 100%;
	height: 349px;
	position: relative;
	overflow: hidden;
}
.banner_scoll ul {
	height: 349px;
	position: absolute;
}
.banner_scoll ul li a {
	display: block;
	height: 349px;
	line-height: -99999px;
}
.b1 {
	background: url(../img/banner1.jpg) no-repeat center top;
	width: 100%;
	height: 349px;
	float: left;
}
.b2 {
	background: url(../img/banner2.jpg) no-repeat center top;
	width: 100%;
	height: 349px;
	float: left;
}
.b3 {
	background: url(../img/banner3.jpg) no-repeat center top;
	width: 100%;
	height: 349px;
	float: left;
}
.banner_scoll .prev {
	display: block;
	width: 41px;
	height: 61px;
	background-image: url(../img/baner_1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	line-height: 130px;
	position: absolute;
	top: 130px;
}
.banner_scoll .next {
	display: block;
	width: 41px;
	height: 61px;
	background-image: url(../img/baner_2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	line-height: 130px;
	position: absolute;
	top: 130px;
	right: 0;
}
.banner_scoll .prev:hover, .banner_scoll .next:hover {
	background-position: top;
}
/*main*/
.main {
	background-color: #fff;
	padding: 0px 15px 15px;
	width: 970px;
	overflow: hidden;
}
.title {
	border-top: 1px solid #dce7ee;
	border-bottom: 1px solid #dce7ee;
	height: 30px;
	line-height: 30px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.title span {
	background: url(../img/bg_title.png) no-repeat;
	width: 83px;
	height: 30px;
	color: #fff;
	display: block;
	font-size: 15px;
	padding-left: 10px;
	float: left;
}
.title img {
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
/*友情链接*/
.link {
	padding: 10px;
	overflow: hidden;
}
.link a {
	padding: 0px 20px;
}
.linkin {
	margin-top: 10px;
	border-right: 1px solid #dce7ee;
}
/*footer*/
.footer {
	background-color: #194c95;
}
.foot {
	padding: 50px 0px;
	overflow: hidden;
}
.foot ul {
	float: left;
	margin: 0px 50px;
}
.foot ul h3, .foot ul li, .foot ul li a {
	color: #fff;
	line-height: 27px;
}
.foot ul h3 {
	font-size: 16px;
}
.foot .map {
	float: left;
	/*margin-left: 100px;*/
	margin-top: 12px;
}
.copyright {
	height: 60px;
	line-height: 60px;
	text-align: center;
}
/*----------------------------------------------分页-------------------------------------------*/
.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;
}
.content {
	font-size: 14px;
	line-height: 23px;
}
