@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Leo-----------------------------------------*/
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: #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 {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #c30d24;
}
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;
}
.width1280 {
	width: 1280px;
	margin: 0 auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
/*头部*/
.header {
	background: url(../img/bg_top.png) left top repeat-x;
}
.header .width1280 .left {
	width: 134px;
	height: 120px;
	background-color: #e7e7e7;
	text-align: center;
}
.header .width1280 .left a img {
	margin-top: 22px;
}
.header .width1280 .right {
	width: 1145px;
}
.header .width1280 .right .top {
	height: 60px;
	line-height: 60px;
}
.header .width1280 .right .top h2 {
	margin-left: 30px;
	margin-top: 10px;
	width: 302px;
	float: left;
}
.header .width1280 .right .top span {
	float: right;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	background: url(../img/arr_tel.png) left center no-repeat;
	padding-left: 35px;
}
.header .width1280 .right .nav {
	height: 60px;
	line-height: 60px;
	background-color: #e7e7e7;
}
.header .width1280 .right .nav li {
	display: block;
	float: left;
	width: 143.125px;
	text-align: center;
	background: url(../img/arr_bgli.png) right center no-repeat;
}
.header .width1280 .right .nav li a {
	font-size: 16px;
	font-weight: bold;
}
.header .width1280 .right .nav li:nth-last-child(1) {
	background: none;
}
.slideBox {
	height: 362px;
	position: relative;
}
.slideBox .prev {
	display: block;
	width: 18px;
	height: 30px;
	background: url(../img/arr_left.png) left center no-repeat;
	z-index: 99;
	position: absolute;
	left: -24px;
	top: 166px;
}
.slideBox .next {
	display: block;
	width: 18px;
	height: 30px;
	background: url(../img/arr_right.png) left center no-repeat;
	z-index: 99;
	position: absolute;
	right: -24px;
	top: 166px;
}
.slideBox .bd {
	position: relative;
	height: 362px;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: 362px;
	display: block;
}
/*底部*/
.footer {
	background: #373231;
	height: 70px;
	padding: 40px 0px;
}
.footer p, .footer a, .footer span {
	color: #fff;
	font-size: 13px;
	line-height: 26px;
}
.footer span {
	margin-left: 30px;
}
.footer a {
	margin-right: 10px;
}

/*分页样式*/
.k_pagelist {
	clear: both;
	display: table;
	float: left;
	line-height: 30px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 20px 0px;
	overflow:hidden;
}
.k_pagelist em {
	background: #ffcc01;
	border: 1px solid #c30d24;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 1px;
	padding: 5px 10px;
}
.k_pagelist strong {
	border: 1px solid #E7E7E7;
	color: #c30d24;
	font-size: 12px;
	margin: 0 1px;
	padding: 5px 10px;
	background-color: #E7E7E7;
}
.k_pagelist a {
	border: 1px solid #E7E7E7;
	font-size: 12px;
	margin: 0 1px;
	padding: 5px 10px;
}
.k_pagelist a:hover {
	background-color: #c30d24;
	color: #fff;
}
