@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: 16px;
	font: inherit;
	/*font-family: "Microsoft YaHei", "宋体", Verdana, Arial, Helvetica, sans-serif;*/
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: black;
}
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: black;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
a:hover {
	color: #a6c311;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
	border: 1px solid #666;
	margin: 10px auto;
}
tr, td {
	border: 1px solid #666;
}
.Clear {
	clear: both;
}
/*public*/
.w100 {
	width: 100%;
	display: block;
	overflow: hidden;
}
.w1200 {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.top{ background:url(../img/top.png) center no-repeat #000; height:45px; line-height:45px; }
.top p{text-align:right; color:#fff;}
/*header*/
.header {
	padding: 36px 0;
	background:#000;
}
.header .tel {
	background: url(../img/tel.png) left center no-repeat;
	padding-left: 68px;
	/*margin-top: 15px;*/
}
.header .tel span {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}
.header .tel p {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #a6c311;
}
/*nav*/
.navtool {
	height: 56px;
	line-height: 56px;
	background: black;
	width: 100%;
}
.nav {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	height: 54px;
	line-height: 54px;
}
.nav li a{ border-bottom:2px solid #000;}
.nav li a:hover, .nav li a.active {
	/*background: #a6c311;*/
	border-bottom:2px solid #a6c311;
}
.nav .nLi {
	position: relative;
	float: left;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	width: 133.3px;
	text-align: center;
	color: #fff;
}
.nav .sub {
	display: none;
	width: 150px;
	left: 0;
	top: 54px;
	position: absolute;
	background: #a6c311;
	line-height: 35px;
	padding: 10px 0px;
	z-index: 999;
}
.nav .sub a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	width: 150px;
	border:0px;
}
.nav .sub a:hover {
	background: #333;
	color: #fff;
	border:0px;
}
.nav .on h3 a {
	/*background: #a6c311;
	color: #fff;*/
	border-bottom:2px solid #a6c311;
}
/*banner*/
.fullSlide {
	min-width: 1000px;
	position: relative;
	height: 708px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 708px;
}
.fullSlide .bd li .siteWidth {
	position: relative;
	height: 400px;
}
.fullSlide .bd li .siteWidth p {
	position: absolute;
	top: 90px;
	right: 65px;
	font-size: 48px;
	font-weight: bold;
	color: #a6c311;
}
.fullSlide .bd li .siteWidth p em {
	font-size: 30px;
	color: #a6c311;
	padding: 0px 5px;
}
.fullSlide .bd li .siteWidth span {
	position: absolute;
	top: 160px;
	right: 65px;
	font-size: 24px;
	color: #a6c311;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 32px;
	left: 0;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	margin: 6px;
	overflow: hidden;
	line-height: 9999px;
	background: #000;
	border-radius: 50%;
}
.fullSlide .hd ul .on {
	background: #a6c311;
}
/*footer*/
.footer {
	padding: 80px 0px;
	background: #000;
	overflow: hidden;
}
.footer p {
	display: block;
	width: 100%;
	text-align: center;
	color: #3c3c3c;
}
.footer h2 {
	display: block;
	width: 100%;
	text-align: center;
	margin: 50px 0px;
}
.footer ul {
	overflow: hidden;
	padding: 40px 0px 50px 0px;
}
.footer ul li {
	display: block;
	float: left;
	width: 20%;
	padding-left: 5%;
}
.footer ul li span {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.footer ul li em {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #3c3c3c;
}
.footer ul li:nth-child(1) {
	background: url(../img/icon_f1.png) left 5px no-repeat;
}
.footer ul li:nth-child(2) {
	background: url(../img/icon_f2.png) left 5px no-repeat;
	width:38%;
	margin-left:2%;
}
.footer ul li:nth-child(3) {
	background: url(../img/icon_f3.png) left 5px no-repeat;
}
.footer ul li:nth-child(4) {
	background: url(../img/icon_f4.png) left 5px no-repeat;
}
.footer p a {
	font-size: 14px;
	color: #3c3c3c;
}
.footer p.copy {
	border-top: 1px solid #202020;
	padding-top: 30px;
}
/*backup*/
.backup {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 80px;
	background: url(../img/down.png) center no-repeat #a6c311;
	cursor: pointer;
}
.backup:hover {
	background-color: #ffb400;
}
/*翻页*/
.pages {
	overflow: hidden;
	padding-bottom: 90px;
	background: #fff;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	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;
	border-bottom: #ddd 1px solid;
	background-color: #ffb400;
	color: #fff;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background-color: #ffb400;
}
div.flickr span {
	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: #ffb400;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
