@charset "utf-8";
/* CSS Document */
body,p {
	margin: 0px;
	padding:0px;
}
* {
	font-family: "微软雅黑";
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
img {
	display: block;
	border: 0;
	margin: 0px auto;
	padding: 0;
}
a {
	text-decoration: none;
}
a:link {
	font-family: "微软雅黑";
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: "微软雅黑";
	color: #666;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #008020;
	text-decoration: none;
}
a:active {
	color: #666;
	border: none;
	text-decoration: none;
}
h3 {
	padding: 0px;
	margin: 0px;
}
.clearfix {
	clear: both;
}
/*top*/
.top {
	width: 100%;
	background-color: #f2f2f2;
	height: 30px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
.topCenter {
	margin: 0px auto;
	width: 1100px;
}
.hy {
	float: left;
}
.hy span {
	line-height: 30px;
	font-size: 12px;
	color: #666;
	font-family: '微软雅黑';
}
.search {
	float: right;position: relative;
}
.search input {
	line-height: 20px;
}
.search .searchText {
	height: 18px;margin-top:4px;
	width: 225px;
	border: #ccc 1px solid;
}
.searchButton {
	
	background: url(../images/search.png) no-repeat;
	border: none;padding-left:10px;padding-right:10px;line-height: 20px;
	position: absolute;top:4px;right:0px;z-index: 99999; cursor: pointer;
	
}
/*nav*/
.nav {
	clear: both;
	width: 1100px;
	margin: 0px auto;
	margin-top: 15px;
	padding-bottom: 15px;
	height: 65px;
}
.logo {
	float: left;
	margin-right: 20px;
}
.navColumn{
	margin-left: 20px;
	float: left;
}
.navColumn ul li {
	float: left;
	/*! margin-left: 18px; */
	/*! margin-right: 18px; */
	line-height: 60px;
	color: #333;
	
}
.navColumn ul .last {
	margin-right: 0px;
}
.navColumn ul li a {
	color: #333;
	padding: 10px 20px;
}
.navColumn ul li a:hover {
	color: #fff;
	background: #008020;
}

/*banner*/

.banner {
	width: 100%;
	height: 350px;
}
.bannerpic {
	position: relative;
	width: 100%px;
	height: 350px;
	overflow: hidden;
}
.bannerpic ul.items {
	width: 100%;
	height: 350px;
	position: absolute;
}
.bannerpic ul.items li {
	width: 100%;
	height: 350px;
	float: left;
}
.bannerpic ul.items li a {
	width: 100%;
	height: 288px;
	line-height: normal !important;
	padding: 0px !important;
	border: none;
}
.bannerpic ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none;
}
.bannerpic div.tips div.nums {
	position: absolute;
	left: 47%;
	top: 310px;
	height: 100%;
	margin-left: 10px;
}
.bannerpic div.tips div.nums a {
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	text-indent: -99999px;
	margin: 10px 12px 0px 0px;
}
.bannerpic div.tips div.nums a.active {
	background: #008020;
}
/*footer*/
.footerbj {
	margin-top: 40px;
	background: #808080;
	height: 90px;
}
.footer {
	width: 1100px;
	margin: 0px auto;
}
.icp {
	width: 70%;
	margin-left: 170px;
}
.icp span {
	float: left;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.icp span a {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.icp span a:hover {
	color: #008020;
	text-decoration: none;
}
.icp .icon {
	width: 15%;
}
.icp .bq {
	line-height: 1.8;
	margin-top: 23px;
	width: 60%;
	text-align: center;
}
.icp .bq p {
	padding: 0px;
	margin: 0px;
}
.icp .icon {
	margin-top: 10px;
}
.links {
	margin-top: 33px;
	float: right;
	width: 30%;
}
/**/
