@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: "Microsoft YaHei", "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #333;
}
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: #333;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #d00000;
}
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%;
}
.width1200 {
	width: 1200px;
	margin: 0 auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
header {
	background-color: #f5f5f5;
	height: 110px;
}
header .top {
}
header .top h1 {
	width: 450px;
}
header .top h1 img {
	margin-top: 30px;
}
header .top .ad {
	width: 200px;
	padding-top: 27px;
	text-align: center;
	margin: 0px 100px;
}
header .top .ad span {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #d00000;
	font-weight: bold;
	line-height: 30px;
}
header .top .ad em {
	display: block;
	width: 100%;
	font-size: 14px;
}
header .top .search {
	width: 332px;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
}
header .top .search h2 {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #d00000;
	font-weight: bold;
	line-height: 30px;
	height:30px;
}
header .top .search .nr {
	margin-left: 10px;
	border: 0px;
	height: 22px;
	line-height: 22px;
	width: 280px;
	margin-top: 3px;
	font-size: 12px;
	color: #ddd;
	background: none;
}
header .top .search .but {
	width: 22px;
	height: 22px;
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 0px;
}
header .top .search p {
	/*margin-top: 35px;*/
	padding-left: 10px;
}
header .top .search p span {
	color: #ff8d00;
	font-size: 12px;
	font-weight: bold;
}
header .top .search p a {
	font-size: 12px;
	margin-right: 12px;
}
nav {
	background-color: #090712;
	height: 45px;
	line-height: 45px;
}
nav li {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
}
nav li a {
	display: block;
	padding: 0px 32px;
	color: #fff;
}
nav li a:hover, nav li a.active {
	background-color: #d00000;
	color: #fff;
}
.fullSlide {
	position: relative;
	height: 458px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 458px;
}
.fullSlide .bd li .adtxt {
	width: 360px;
	background: rgba(255,255,255,0);
	padding: 40px;
	overflow: hidden;
	margin-top: 140px;
	margin-left: 20px;
}
.fullSlide .bd li .adtxt h2 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #d00000;
	line-height: 40px;
}
.fullSlide .bd li .adtxt h3 {
	display: block;
	color: #ff8d00;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.fullSlide .bd li .adtxt p {
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}
.fullSlide .bd li:nth-child(1) {
	background: url(../img/banner1.jpg) center no-repeat;
}
.fullSlide .bd li:nth-child(2) {
	background: url(../img/banner2.jpg) center no-repeat;
}
.fullSlide .bd li:nth-child(3) {
	background: url(../img/banner3.jpg) center no-repeat;
}
.fullSlide .bd li:nth-child(4) {
	background: url(../img/banner4.jpg) center no-repeat;
}
.fullSlide .bd li:nth-child(5) {
	background: url(../img/banner5.jpg) center no-repeat;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 5px;
	background-color: #fff;
	overflow: hidden;
	line-height: 9999px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.fullSlide .hd ul .on {
	background-color: #d00000;
}
footer {
	background-color: #f0f0f0;
	padding: 60px 0px;
	overflow: hidden;
	margin-top: 1px;
}
footer .smallnav {
	overflow: hidden;
}
footer ul {
	display: block;
	float: left;
	padding-right: 85px;
	overflow: hidden;
}
footer ul h3 a {
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
footer ul li a {
	color: #545454;
	line-height: 24px;
	font-size: 13px;
}
footer ul:nth-child(5) {
	width: 480px;
	padding: 0px;
}
footer ul:nth-child(5) p {
	display: block;
}
footer ul:nth-child(5) p:nth-child(1) {
	background: url(../img/icon_tel2.png) left center no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	height: 35px;
	line-height: 35px;
}
footer ul:nth-child(5) p:nth-child(2) {
	background: url(../img/icon_add.png) 3px center no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	height: 35px;
	line-height: 35px;
}
footer ul:nth-child(5) p:nth-child(3) {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;
}
footer ul:nth-child(5) p:nth-child(3) a {
	font-size: 14px;
	font-weight: bold;
	color: #d00000;
}
footer ul:nth-child(5) p:nth-child(3) a:hover {
	color: #ff8d00;
}
footer ul:nth-child(5) p:nth-child(4) {
	color: #545454;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
footer ul:nth-child(5) p:nth-child(5) a {
	font-size: 12px;
	color: #545454;
}
footer ul:nth-child(5) p:nth-child(5) a:hover {
	color: #ff8d00;
}
footer .link {
	border-top: 1px solid #e6e6e5;
	margin-top: 50px;
	padding-top: 15px;
}
footer .link span {
	font-weight: bold;
	font-size: 14px;
}
footer .link a {
	font-weight: bold;
	font-size: 14px;
	padding-right: 20px;
	border-right: 1px solid #333;
	margin-right: 20px;
}
footer .link a:last-child {
	border-right: 0px;
}
/*分页*/
.pages {
	display: block;
	width: 100%;
	margin: 30px auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.k_pagelist {
	clear: both;
	display: table;
	float: left;
	line-height: 30px;
	width: 100%;
}
.k_pagelist em {
	background: #d00000;
	border: 1px solid #f90;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 1px;
	padding: 4px 12px;
}
.k_pagelist strong {
	border: 1px solid #E7E7E7;
	color: #fff;
	font-size: 14px;
	margin: 0 1px;
	padding: 4px 12px;
	background-color: #d00000;
}
.k_pagelist a {
	border: 1px solid #E7E7E7;
	font-size: 14px;
	margin: 0 1px;
	padding: 4px 10px;
}
.k_pagelist a:hover {
	background-color: #d00000;
	color: #fff;
}
/*搜索*/
.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;
}
/*在线漂浮*/
.floating_ck {
	position: fixed;
	right: 0px;
	top: 30%;
}
.floating_ck dl dd {
	position: relative;
	width: 55px;
	height: 65px;
	background-color: #d00000;
	border-bottom: solid 1px #bb0000;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.floating_ck dl dd:hover {
	background-color: #000;
	border-bottom: solid 1px #a40324;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
}
.consult a, .words a, .return a {
	display: block;
	width: 100%;
	height: 100%;
}
.consult {
	background-image: url(../img/zxicon.png);
}
.words {
	background-image: url(../img/zxicon1.png);
}
.quote {
	background-image: url(../img/kficon.png);
}
.qrcord {
	background-image: url(../img/erweima.png);
}
.return {
	background-image: url(../img/fanhui.png);
}
.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #000;
	border-bottom: solid 1px #333;
	display: none;
}
.floating_left a {
	color: #fff;
	line-height: 80px;
}
.floating_ewm {
	height: 260px;
	top: -150px;
}
.floating_ewm i {
	background-image: url(../img/code1.jpg);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
}
.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}
.floating_ewm .qrcord_p02 {
	font-size: 16px;
	color: #fff;
}
