@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Lian-----------------------------------------*/
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: #090810;
}
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: #090810;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #ff9000;
}
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 {
	width: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
@font-face {
/*font-family: "bahnschrift";*/
	/*src: url(../font/bahnschrift.ttf)*/
}
/*头部开始*/
.header {
	padding: 40px 0px;
	overflow: hidden;
}
.header .left {
	background: url(../img/logo.png) left center no-repeat;
	height: 52px;
	padding-left: 65px;
}
.header .left h1 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
}
.header .left span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 1.33px;
}
.header .right {
	background: url(../img/tel.png) left center no-repeat;
	height: 52px;
	padding-left: 55px;
}
.header .right span {
	display: block;
	font-size: 14px;
	color: #666;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
}
.header .right p {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #95c62e;
	/*height: 27px;*/
	line-height: 30px;
}
.navbar {
	background: #090810;
	height: 58px;
	line-height: 58px;
}
.nav {
	height: 58px;
	line-height: 58px;
	position: relative;
	z-index: 9999;
}
.nav .nLi {
	float: left;
	position: relative;
	display: block;
	width: 14.2%;
	text-align: center;
	font-size: 16px;
}
.nav .nLi h3.icon {
	background: url(../img/icon1.png) 88% center no-repeat;
}
.nav .nLi h3 a {
	font-size: 16px;
	color: #fff;
}
.nav .nLi.on h3 {
	background-color: #95c62e;
	font-weight: bold;
}
.nav .nLi.on h3 a {
	color: #fff;
}
.nav .nLi.on h3.icon {
	background: url(../img/icon1.png) 88% center no-repeat #95c62e;
}
.nav .nLi .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 58px;
	position: absolute;
	background: #95c62e;
	padding: 10px 0px;
	line-height: 30px;
}
.nav .nLi .sub li {
	zoom: 1;
}
.nav .nLi .sub a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #ffff;
}
.nav .nLi .sub a:hover {
	color: #090810;
}
/*footer*/
.footer {
	background: #000;
	overflow: hidden;
	padding-top: 60px;
}
.footer h3 a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footer ul {
	padding: 20px 0px;
	overflow: hidden;
}
.footer ul li {
	border-bottom: 1px solid #2e2e2e;
	height: 40px;
	line-height: 40px;
}
.footer ul li:last-child {
	border-bottom: 0px;
}
.footer .left {
	width: 246px;
	margin-right: 60px;
}
.footer .left ul li a {
	display: block;
	float: left;
	width: 50%;
	font-size: 14px;
	color: #fff;
}
.footer .right {
	width: 280px;
}
.footer .right li {
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
}
.footer .right li span {
	color: #95c62e;
	font-weight: bold;
}
.footer .right li:nth-child(1) {
	background: url(../img/icon11.png) left center no-repeat;
}
.footer .right li:nth-child(2) {
	background: url(../img/icon12.png) left center no-repeat;
}
.footer .right li:nth-child(3) {
	background: url(../img/icon13.png) left center no-repeat;
}
.footer .right li:last-child {
	border-bottom: 0px;
	line-height: 24px;
	padding-top: 10px;
	background: url(../img/icon14.png) left 14px no-repeat;
}
.footer .copy {
	border-top: 1px solid #2e2e2e;
	height: 53px;
	line-height: 53px;
	margin-top: 50px;
	text-align: center;
}
.footer .copy p, .footer .copy a {
	font-size: 12px;
	color: #fff;
}
.footer .copy a {
	padding: 0px 20px;
}
/*silderbar*/
.footer-sidebar {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 10000;
}
.rside {
	background: #e4e4e4;
}
.rside li {
	width: 60px;
	height: 80px;
	border-top: 1px solid rgba(0,0,0,.5);
	cursor: pointer;
	position: relative;
}
.rside li:first-child {
	border-top: 0;
}
.rside_icon {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.rside_tel .rside_icon {
	background-image: url(../img/sidebar_tel_b.png);
}
.rside_code .rside_icon {
	background-image: url(../img/sidebar_code_b.png);
}
.rside_top .rside_icon {
	background-image: url(../img/sidebar_top_b.png);
}
.rside_tel:hover .rside_icon {
	background-image: url(../img/sidebar_tel_h.png);
}
.rside_code:hover .rside_icon {
	background-image: url(../img/sidebar_code_h.png);
}
.rside_top:hover .rside_icon {
	background-image: url(../img/sidebar_top_h.png);
}
.rside_tel_left {
	width: 260px;
	height: 80px;
	background: #fff;
	border-radius: 40px 0 0 40px;
	position: absolute;
	right: 100%;
	top: 0;
	overflow: hidden;
	width: 0;
	opacity: 0;
	transition: all 0.3s;
}
.rside_tel_left p {
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin: 20px 0 5px;
}
.rside_tel_left strong {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 1;
	text-align: center;
}
.rside_code_left {
	width: 245px;
	height: auto;
	padding: 25px 0 20px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 75px;
	top: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.rside_code_left::after {
	content: "";
	border-left: 15px solid #fff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	position: absolute;
	right: -15px;
	top: 23px;
}
.rside_code_left img {
	display: block;
	width: 150px;
	margin: auto;
}
.rside_code_left p {
	width: 150px;
	margin: auto;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-align: center;
	position: relative;
}
.rside_code_left p:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/rside_code_tbg_l.png) no-repeat center;
	position: absolute;
	left: 3px;
	top: 2px;
}
.rside_code_left p:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/rside_code_tbg_r.png) no-repeat center;
	position: absolute;
	right: 3px;
	bottom: 2px;
}
.rside li:hover {
	background: #fff;
}
.rside li:hover .rside_tel_left {
	width: 260px;
	opacity: 1;
}
.rside li:hover .rside_code_left {
	visibility: visible;
	opacity: 1;
}
/*翻页样式*/
.pages {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #ff9000;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #ff9000;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #fff;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
	background: #95c62e;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
