@charset "utf-8";
/* CSS Document */
body, head, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, span, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
a {
	color: #555;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
 *zoom:1;
}
.clear {
	clear: both;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
/*header*/
.header {
	background: #ffffff;
	overflow: hidden;
}
.header .head {
	overflow: hidden;
	padding: 10px 0;
}
.head .logo {
	float: left;
	height: 100px;
}
.head .logo img {
}
.head .nav {
	float: right;
}
.head .nav li {
	float: left;
	width: 130px;
	text-align: center;
	margin: 25px 5px;
	height: 50px;
	line-height: 50px;
	border-radius: 41px;
	font-size: 15px;
}
.on {
	background: #4dbb64;
}
.nav li:hover {
	background: #4dbb64;
}
.nav li:hover a, .nav li.on a {
	color: #fff;
}
/*banner*/
.banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	font-size: 0
}
.b-img {
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 600px;
	float: left;
}
.b-list {
	height: 50px;
	padding-top: 550px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #fff;
	float: left;
	margin: 0 5px;
}
.b-list .spcss {
	border: 3px solid #4dbb64;
}
.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}
.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}
.bar-left .emcss {
	background-position: 0px -100px;
}
.bar-right .emcss {
	background-position: -50px -100px;
}
/*foot*/
.footer {
	margin-top: 60px;
	background: #4dbb64;
	overflow: hidden;
}
.footer .foot {
	overflow: hidden;
}
.foot p {
	float: left;
	padding: 20px 15px;
	font-size: 15px;
	color: #ffffff;
}
/*position*/
.r-position {
	background-color: #4dbb64;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	padding: 10px;
	padding-left: 15px;
}
.r-position i {
	color: #ffffff;
}
.r-position span {
	color: #ffffff;
	font-size: 15px;
	padding-left: 2px;
}
.r-position a {
	color: #ffffff;
}
