@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Lian------2019-6-15-----------------------------------*/
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: "Microsoft YaHei", "宋体", 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, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #C00;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.w100 {
	display: block;
	width: 100%;
	overflow: hidden;
}
.w1190 {
	display: block;
	width: 1190px;
	overflow: hidden;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.header {
	height: 137px;
	background: url(../img/bg_top.png) center no-repeat;
}
.header h1 {
	width: 40%;
}
.header h1 a {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	height: 137px;
	line-height: 137px;
}
.header ul {
	width: 55%;
}
.header ul li a {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	height: 137px;
	line-height: 137px;
	color: #fff;
	font-size: 18px;
}
.header ul li a.active {
	color: #ffe100;
}
.header ul li a:hover {
	color: #ffe100;
}
.footer {
	background: url(../img/bg_footer.jpg) center no-repeat;
	height: 507px;
}
.footer .left1 {
	width: 450px;
	padding-top: 60px;
	margin-right: 50px;
}
.footer .left1 h1 a {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.footer .left1 p.copy {
	font-size: 13px;
	color: #ffdf00;
	line-height: 26px;
	margin-top: 30px;
}
.footer .left1 p.copy a {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #ffdf00;
}
.footer .left1 p.copy a:hover {
	color: #333;
}
.footer .left1 ul {
	overflow: hidden;
	margin-top: 40px;
}
.footer .left1 ul li {
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	margin-right: 60px;
	min-width: 170px;
}
.footer .left1 ul li:nth-child(2n) {
	margin-right: 0px;
}
.footer .left2 {
	margin-right: 80px;
	padding-top: 134px;
}
.footer .left2 ul li {
	display: block;
	height: 26px;
	line-height: 26px;
}
.footer .left2 ul li a {
	color: #ffdf00;
}
.footer .left2 ul li a:hover {
	color: #333;
}
.footer .right {
	width: 177px;
	height: 311px;
	padding: 26px 15px;
	background: #fff;
}
.footer .right p {
	display: block;
	text-align: center;
}
.footer .right p.p1 {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	margin-top: 20px;
}
.footer .right p.p2 {
	margin-top: 20px;
}
.footer .right p.p3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	color: #239a00;
	margin-top: 10px;
}
/*分页样式*/
.pages {
	margin: 50px 0px;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 100%;
}
.k_pagelist {
	font-size: 14px;
}
.k_pagelist span, .k_pagelist strong, .k_pagelist a {
	display: inline-block;
	padding: 0px 10px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.k_pagelist span, .k_pagelist a {
	background-color: #eee;
}
.k_pagelist strong {
	background: #ffe100;
}
