@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	line-height: 1.8em;
	color: #555555;
	font-family: "微软雅黑";
	background: #ffffff;
	min-weight: 1000px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: "微软雅黑";
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	list-style: none;
}

img {
	font-size: 0px;
	line-height: 0px;
	border: 0px;
}

a, a:visited {
	color: #555555;
	text-decoration: none;
}

	a:hover {
		transition: 0.6s all;
		color: #066;
		text-decoration: none;
	}

.c {
	clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/



.top {
	width: 1000px;
	margin: 0 auto;
	font-family: "微软雅黑";
	margin-bottom: 30px;
}

.clearfix {
	zoom: 1;
}

	.clearfix:after {
		content: "";
		display: block;
		visibility: hidden;
		line-height: 0;
		clear: both;
	}

.logo {
	float: left;
	width: 250px;
	padding-top: 25px;
}

.nav {
	float: right;
	width: 740px;
	padding-top: 50px;
}

	.nav ul li {
		float: left;
		margin: 0 35px;
		position: relative;
	}

		.nav ul li a, .nav ul li a:visited {
			display: block;
			line-height: 30px;
			text-align: center;
			height: 30px;
			text-decoration: none;
			font-weight: bolder;
			font-family: Arial, Helvetica, sans-serif,"微软雅黑";
		}

			.nav ul li a:hover {
				border-bottom: 2px solid #000;
				transition: 0.1s all;
				color: #4f6f14;
			}

		.nav ul li ul {
			display: none;
		}

		.nav ul li:hover ul {
			display: block;
			position: absolute;
			top: 30px;
			left: -35px;
			background-color: #818181;
			opacity: 0.90;
			filter: alpha(opacity=90);
			padding: 15px 0;
			border-radius: 4px;
			box-shadow: 1px 1px 1px 0px #000;
			z-index: 99;
		}

			.nav ul li:hover ul li a {
				display: block;
				font-size: 12px;
				font-weight: normal;
				text-align: center;
				color: #313131;
				line-height: 29px;
				height: 30px;
				text-decoration: none;
				font-family: Microsoft YaHei,Arial, Helvetica, sans-serif;
				white-space: nowrap !important;
			}

				.nav ul li:hover ul li a:hover {
					border-bottom: 1px solid #000;
					color: #FFF;
					display: block;
				}

#bn {
	width: 1000px;
	height: 353px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}

#index_pro {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 60px;
}

	#index_pro h1 {
		text-align: center;
		font-size: 28px;
		font-weight: normal;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		line-height: 40px;
	}

	#index_pro h4 {
		text-align: center;
		font: 14px/30px;
		font-weight: normal;
		color: #7f7e7e;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		width: 580px;
		padding-left: 210px;
	}

	#index_pro ul {
		width: 1000px;
		margin-top: 50px;
	}

		#index_pro ul li {
			float: left;
			width: 324px;
			margin: 0 8px 30px 0;
		}

			#index_pro ul li img {
				border: none;
				width: 324px;
				height: 275px;
				display: block;
			}

	#index_pro .pro_name {
		text-align: center;
	}

		#index_pro .pro_name p {
			overflow: hidden;
		}

			#index_pro .pro_name p a {
				font: 16px;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				text-decoration: none;
				line-height: 30px;
				font-family: "微软雅黑";
				display: block;
				padding: 20px 0 10px;
			}

		#index_pro .pro_name a:hover {
			color: #fff;
			background: #87c70f;
			display: block;
		}

		#index_pro .pro_name span {
			display: block;
			font-size: 12px;
			font-weight: normal;
			background: url(../images/tb1.png) no-repeat right 10px;
			padding-right: 25px;
			height: 40px;
			line-height: 40px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 299px;
		}

			#index_pro .pro_name span:hover {
				font-size: 12px;
				font-weight: normal;
				background: url(../images/tb2.png) no-repeat right 10px;
				padding-right: 25px;
			}

#about_bj {
	background: #747272;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.about {
	width: 1000px;
	margin: 0 auto;
	font-family: "微软雅黑";
}

	.about img {
		float: left;
		width: 280px;
		height: 256px;
		margin: 40px 5px 0 0;
		border: 1px solid #87c70f;
		border-radius: 10px;
		/* box-shadow:1px 1px 1px 0px #000; */
	}

.about_right {
	float: right;
	width: 708px;
}

	.about_right h1 {
		font-size: 28px;
		color: #87c70f;
		text-transform: uppercase;
		height: 40px;
		font-weight: normal;
		padding-left: 30px;
	}

	.about_right h3 {
		background: #87c70f;
		font-size: 14px;
		color: #d4d4d4;
		text-transform: uppercase;
		height: 54px;
		font-weight: normal;
		padding: 4px 10px 4px 30px;
		width: 550px;
		height: 54px;
		line-height: 25px;
		border-radius: 10px;
		transition: ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s; /* Firefox 4 */
		-webkit-transition: ease-in-out 0.3s; /* Safari and Chrome */
		-o-transition: ease-in-out 0.3s; /* Opera */
	}

		.about_right h3:hover {
			width: 700px;
			height: 54px;
			background: #066;
		}

	.about_right p {
		padding: 15px 20px 0 10px;
		font-size: 12px;
		line-height: 25px;
		color: #e7e3e3;
	}

		.about_right p a {
			display: inline-block;
			padding: 1px 10px;
			background: #87c70f;
			border-radius: 3px;
			color: #fff;
			height: 20px;
			line-height: 20px;
			margin-left: 30px;
			float: right;
		}

			.about_right p a:hover {
				display: inline-block;
				padding: 1px 10px;
				background: #066;
				border-radius: 3px;
				color: #fff;
				height: 20px;
				line-height: 20px;
				margin-left: 30px;
			}


.index_news {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 30px;
}

	.index_news h1 {
		text-align: center;
		font-size: 28px;
		font-weight: normal;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		line-height: 40px;
	}

	.index_news h4 {
		text-align: center;
		font: 14px/30px;
		font-weight: normal;
		color: #7f7e7e;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		width: 500px;
		padding-left: 250px;
		margin-bottom: 50px;
	}

	.index_news ul {
		width: 1000px;
	}

		.index_news ul li {
			float: left;
			width: 450px;
			margin-right: 50px;
			margin-bottom: 40px;
		}

	.index_news .date {
		float: left;
		width: 98px;
		height: 98px;
		background: #747272;
		border-radius: 3px;
	}

		.index_news .date h1 {
			text-align: center;
			line-height: 65px;
			height: 65px;
			color: #FFF;
			font-weight: bold;
			font-size: 34px;
			border-bottom: 1px solid #fff;
		}

		.index_news .date p {
			text-align: center;
			color: #fff;
			height: 33px;
			line-height: 30px;
			font-size: 14px;
		}

	.index_news .txt {
		float: right;
		width: 340px;
		font-size: 12px;
		padding-top: 2px;
	}

		.index_news .txt h1 {
			text-align: left;
			border-bottom: 1px dashed #ccc;
			height: 40px;
			line-height: 30px;
		}

			.index_news .txt h1 a {
				font-size: 14px;
				height: 30px;
				line-height: 30px;
				font-weight: bold;
			}

		.index_news .txt p {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
		}

#foot {
	border-top: 1px dashed #aaaaaa;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 40px;
	font-size: 12px;
}

#ct {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}

.ctz {
	float: left;
	width: 250px;
}

.cty {
	float: right;
	width: 730px;
}

.box_btn {
	line-height: 38px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #666;
	width: 250px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	text-transform: uppercase;
}

	.box_btn span {
		font-size: 14px;
	}

.nmenu {
	width: 250px;
	overflow: hidden;
	margin-bottom: 34px;
	font-size: 14px;
}

	.nmenu li {
		height: 30px;
		border-bottom: 1px dashed #CCC;
		padding: 4px 0;
	}

		.nmenu li a, .nmenu li a:visited {
			display: block;
			line-height: 30px;
			padding-left: 30px;
			font-weight: bold;
			background: url(../images/tb3.png) no-repeat 4px 6px;
		}

			.nmenu li a:hover {
				color: #5e8417;
				background: url(../images/tb4.png) no-repeat;
			}

	.nmenu .er a, .nmenu .er a:visited {
		display: block;
		line-height: 30px;
		padding-left: 30px;
		font-size: 12px;
		color: #666;
		background: none;
		font-weight: normal;
	}

	.nmenu .san a, .nmenu .san a:visited {
		display: block;
		line-height: 30px;
		font-size: 12px;
		padding-left: 35px;
		background: url(../images/menuli.png) no-repeat;
		color: #666;
		font-weight: normal;
	}

	.nmenu .er a:hover {
		color: #5e8417;
		transition: none;
		background: none;
	}

	.nmenu .san a:hover {
		color: #5e8417;
		transition: none;
		background: none;
	}

.about_bt {
	line-height: 38px;
	height: 38px;
	color: #666;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}

.about_zbt {
	float: left;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
}

	.about_zbt span {
		font-size: 12px;
	}

.about_more {
	float: right;
	font-size: 12px;
}

	.about_more a:hover {
		color: #5e8417;
	}


.n_pro {
	width: 730px;
}


	.n_pro ul li {
		float: left;
		width: 324px;
		margin: 0px 20px 30px 20px;
	}

		.n_pro ul li img {
			border: none;
			width: 324px;
			height: 275px;
			display: block;
		}

	.n_pro .pro_name {
		text-align: center;
	}

		.n_pro .pro_name p a {
			font: 16px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 30px;
			font-family: "微软雅黑";
			display: block;
			padding: 20px 0 10px;
		}

		.n_pro .pro_name a:hover {
			color: #fff;
			background: #87c70f;
			display: block;
		}

		.n_pro .pro_name span {
			font-size: 12px;
			font-weight: normal;
			background: url(../images/tb1.png) no-repeat right 0px;
			padding-right: 25px;
			height: 40px;
			line-height: 40px;
		}

			.n_pro .pro_name span:hover {
				font-size: 12px;
				font-weight: normal;
				background: url(../images/tb2.png) no-repeat right 0px;
				padding-right: 25px;
			}

.box {
	width: 250px;
	font-size: 12px;
}

	.box .text {
		width: 196px;
		height: 30px;
		float: left;
		color: #666;
		font-size: 12px;
		padding-left: 2px;
	}

	.box .btnSubmit {
		width: 50px;
		height: 30px;
		background: #F00;
		color: #fff;
		border: 0;
	}

.ny1 {
	padding: 10px;
	width: 710px;
}

	.ny1 h1 {
		font: normal 26px/52px "黑体";
		text-align: center;
	}

	.ny1 h2 {
		font: normal 12px/32px "黑体";
		text-align: center;
		border-bottom: 1px solid #f6f6f6;
		padding-bottom: 5px;
		margin-bottom: 40px;
	}

.n_pro {
	width: 730px;
	padding-top: 20px;
}

.n_news ul {
	width: 730px;
}

	.n_news ul li {
		width: 720px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

.n_news .date {
	float: left;
	width: 98px;
	height: 98px;
	background: #747272;
	border-radius: 3px;
}

	.n_news .date h1 {
		text-align: center;
		line-height: 65px;
		height: 65px;
		color: #FFF;
		font-weight: bold;
		font-size: 34px;
		border-bottom: 1px solid #fff;
	}

	.n_news .date p {
		text-align: center;
		color: #fff;
		height: 33px;
		line-height: 30px;
		font-size: 14px;
	}

.n_news .txt {
	float: right;
	width: 600px;
	font-size: 12px;
	padding-top: 2px;
}

	.n_news .txt h1 {
		text-align: left;
		border-bottom: 1px dashed #ccc;
		height: 40px;
		line-height: 30px;
	}

		.n_news .txt h1 a {
			font-size: 14px;
			height: 30px;
			line-height: 30px;
			font-weight: bold;
		}

#news_content {
	padding-top: 40px;
	width: 730px;
	overflow: hidden;
}

	#news_content h1 {
		font: normal 26px/30px "微软雅黑";
		margin-bottom: 10px;
		text-align: center;
	}

	#news_content h2 {
		font: normal 12px/24px "微软雅黑";
		margin-bottom: 10px;
		text-align: center;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	#news_content p {
		line-height: 24px;
		padding: 10px;
	}

.sex {
	font: 12px/32px "微软雅黑";
	color: #999;
	border-top: 1px dashed #d8bc81;
	border-bottom: 1px dashed #d8bc81;
}

	.sex a, .sex a:visited {
		color: #999;
		text-decoration: none;
	}

		.sex a:hover {
			color: #c00;
			text-decoration: none;
		}

.npro {
	width: 730px;
	overflow: hidden;
	font-family: "微软雅黑";
	clear: both;
	margin-bottom: 20px;
}

	.npro ul {
		width: 100%;
	}

		.npro ul li {
			float: left;
			width: 326px;
			margin: 0 15px 10px;
			text-align: center;
		}

			.npro ul li a, .npro ul li a:visited {
				display: block;
				color: #666;
			}

			.npro ul li img {
				border: 1px solid #CCC;
				padding: 2px;
			}

			.npro ul li p {
				height: 40px;
				line-height: 40px;
			}

			.npro ul li a:hover {
				color: #060;
			}

/*底部友情链接*/
.ftProhd {
	width: 1000px;
	margin: 0px auto 0px;
	overflow: hidden;
	clear: both;
	height: 40px;
	border-radius: 10px;
	font-family: "微软雅黑";
}

.ftProhdr {
	float: left;
	font-family: "微软雅黑";
	width: 100%;
	border-radius: 0px;
	height: 40px;
	padding: 0px;
	;
	color: #666;
	font-size: 18px;
	line-height: 40px;
}

.ftProhd .div {
	float: right;
	width: 905px;
	height: 40px;
	position: relative;
	color: #666;
	font-family: "微软雅黑";
}

	.ftProhd .div a {
		display: block;
		float: left;
		margin: 0 5px;
		color: #666;
		font-family: "微软雅黑";
	}

		.ftProhd .div a:hover {
			color: #066;
		}

#pages {
	margin: 0 auto;
	text-align: right;
	padding: 30px 0 20px;
}

	#pages a {
		float: right;
		display: block;
		margin-right: 10px;
		margin-left: 10px;
		margin-left: 5px;
		padding-left: 5px;
		padding-right: 5px;
		min-width: 30px;
		text-align: center;
		width: 80px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #000000;
		font-size: 16px;
	}

		#pages a:hover {
			background: #8d8d8d;
			color: #fff;
			border: 1px solid #8d8d8d;
		}
