a {
	color: #333;
}
a:hover {
	color: #398757;
}
.red {
	color: #c43f55;
}
/* é¡¶éƒ¨ */
.top {
	height: 38px;
	background-color: #f5f5f5;
	color: #666;
	font-size: 12px;
}
.top .l {
	line-height: 38px;
	width: 50%;
}
.topRightBox {
	text-align: right;
	float: right;
	margin-top: 5px;
	width: 50%;
}
.top .topRightBox {
	padding-left: 20px;
	font-size: 12px;
}
/* å³ä¸Šè§’å›¾æ ‡ */
.top .search-box {
	border-radius: 14px;
	height: 30px;
	line-height: 28px;
	position: relative;
	top: -10px;
	display: inline-block;
}
.top .search-box .search-t {
	background: transparent none;
	border: medium none;
	color: #000;
	padding: 2px;
	text-indent: 20px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 0;
}
.top .search-box .search-btn {
	background: url("website_icon.png") no-repeat scroll 7px 8px #e8e8e8;
	border: medium none;
	cursor: pointer;
	height: 28px;
	vertical-align: middle;
	width: 28px;
	border-radius: 100%;
}
.top .search-box.search-selected {
	background: #e8e8e8;
}
.top .search-box.search-selected .search-t {
	transition: all 0.3s ease 0s;
	width: 180px;
	color: #666;
}
.r_icon {
	background: url(icon01.png) no-repeat scroll 0 0 #e8e8e8;
	display: inline-block;
	margin-left: 5px;
	width: 28px;
	height: 28px;
	transition: all .5s ease;
	border-radius: 100%;
	position: relative;
}
.r_icon:hover {
	background-color: #80c39a;
}
.r_icon01 {
	background-position: 7px 6px;
}
.r_icon02 {
	background-position: -34px 5px;
}
.r_icon03 {
	background-position: -71px 6px;
}
.r_icon01 .weixin {
	display: none;
	position: absolute;
	top: 33px;
	left: -32px;
	background: #fff;
	padding: 10px;
}
.r_icon01 .weixin img {
	width: 80px;
	height: 80px;
}
.r_icon01:hover {
	background-position: 7px -20px;
}
.r_icon01:hover .weixin {
	display: block;
}
.r_icon02:hover {
	background-position: -34px -20px;
}
.r_icon03:hover {
	background-position: -71px -20px;
}
/*  header  */
.header {
	height: 138px;
	background-color: #398757;
	width: 100%;
}
.logo {
	width: 542px;
	height: 90px;
	margin-top: 20px;
}
.tel {
	width: 220px;
	height: 42px;
	margin-top: 40px;
	background: url(phone_ico.png) no-repeat scroll 0 0;
	padding-left: 50px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
.tel .telephone {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
/*  nav  */
.nav {
	border-bottom: 3px solid #4a9c6a;
	width: 100%;
	height: 48px;
}
.header_2 {
	padding-top: 25px;
}
.nav ul li {
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	position: relative;
	height: 48px;
}
.nav a, .nav a:link {
	color: #666;
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
	text-align: center;
	height: 48px;
	line-height: 42px;
	padding: 3px 20px;
	outline: none;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.nav a span {
	display: inline-block;
	position: relative;
	transition: transform 0.3s ease 0s;
}
.nav a span::before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
}
.nav ul li:hover span {
	transform: translateY(-100%);
	color: #fff;
}
.nav a:hover, .nav a.on {
	color: #fff;
	background: #4a9c6a;
}
.nav a.on2 {
	color: #fff;
	background: #4a9c6a;
}
.nav_list {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 226px;
	padding: 15px;
	display: none;
	z-index: 910;
	background-color: #fff;
	overflow: hidden;
}
.nav .nav_list a, .nav .nav_list a:link {
	width: 45%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	transition: all .3s ease;
	float: left;
	padding-left: 5%;
	padding-right: 0;
}
.nav .nav_list a:hover {
	color: #469e24;
	background: 0 none;
}
.nav ul li:last-child .nav_list {
	right: 0;
	left: auto;
}
.nav ul li:hover .nav_list {
	display: block;
}
/* banner */
.slideBox {
	height: 498px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slide-div {
	width: 1000px;
	margin: 0 auto;
}
.slideBox .bd ul li {
	width: 1000px;
	height: 498px;
}
.slideBox .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 15;
	width: 100%;
}
.slideBox .hd ul {
	list-style: none outside none;
	padding-left: 0;
	text-align: center;
	width: 100%;
}
.slideBox .hd ul li {
	border: medium none;
	height: 10px;
	margin: 0;
	width: 16px;
	height: 16px;
	border: 3px solid #666;
	display: inline-block;
	zoom: 1;
*display:inline;
	margin: 0 5px;
	border-radius: 100%;
}
.slideBox .hd ul li.on {
	border-color: #469e24;
}
.slideBox .prev, .slideBox .next {
	top: 200px;
	list-style: none outside none;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 58px;
	height: 81px;
	display: none;
	z-index: 1;
}
.slideBox .prev {
	left: 0;
	background: url(prev.png) no-repeat scroll 0 0;
}
.slideBox .next {
	right: 0;
	background: url(next.png) no-repeat scroll 0 0;
}
/* main */
.main {
	width: 720px;
}
.right-side {
	width: 260px;
}
.title01 {
	position: relative;
	height: 36px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	line-height: 36px;
}
.title01 .hhh {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 75px;
	height: 4px;
	background-color: #398757;
}
.title01 .more {
	float: right;
	font-size: 12px;
	color: #999;
}
.title01 .more:hover {
	color: #398757;
}
.announceBox {
	width: 100%;
}
.announceBox dl {
	width: 340px;
	float: left;
}
.announceBox dl dt {
	width: 62px;
	height: 72px;
	float: left;
	margin-right: 15px;
}
.announceBox dl dt p {
	width: 62px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}
.announceBox dl dt p.month {
	background-color: #e0e0e0;
	color: #999;
}
.announceBox dl dt p.day {
	background-color: #398757;
	color: #fff;
}
.announceBox dl dd {
	width: 248px;
	overflow: hidden;
}
.announceBox2 dl {
	width: 260px;
}
.announceBox2 dl dd {
	width: 182px;
}
.announceBox dl dd.title02 {
	height: 24px;
	margin-bottom: 1px;
}
.title02 a {
	font-size: 14px;
	color: #333;
}
.announceBox dl dd.subtit02 {
	height: 36px;
}
.subtit02 a {
	font-size: 12px;
	color: #656565;
	line-height: 18px;
}
.title02 a, .subtit02 a {
	position: relative;
}
.announceBox dl dd a:hover {
	color: #398757;
}
/* main æ–°é—»èµ„è®¯ */
.picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: -50px;
}
.picScroll-left .hd {
	overflow: hidden;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
}
.picScroll-left .hd .prev {
	background: url(trangle_l.png) no-repeat center center #e8e8e8;
}
.picScroll-left .hd .next {
	background: url(trangle_l_2.png) no-repeat center center #e8e8e8;
}
.picScroll-left .hd .prev:hover {
	background: url(trangle_r.png) no-repeat center center #398757;
}
.picScroll-left .hd .next:hover {
	background: url(trangle_r_2.png) no-repeat center center #398757;
}
.picScroll-left .bd {
	padding: 30px 0;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 20px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 226px;
	height: 343px;
}
.picScroll-left .bd ul li a {
	display: block;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 226px;
	height: 163px;
	display: block;
}
.picScroll-left .bd ul li .title {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	height: 46px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
.picScroll-left .bd ul li .time, .picScroll-left .bd ul li .summer {
	font-size: 12px;
	color: #999;
	padding: 5px 0;
}
.picScroll-left .bd ul li a:hover .title {
	color: #398757;
}
.picScroll-left .bd ul li a:hover .summer {
	color: #666;
}
/* ååŒå•ä½ */
.xtdw {
	border-top: 4px solid #398757;
	background: #f5f5f5;
	width: 300px;
	min-height: 550px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.title03 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 36px;
}
.xtdwUl li {
	width: 100%;
	margin: 15px 0 0;
}
.xtdwUl li a {
	display: block;
}
.xtdwUl li a .dw_icon {
	background: url(icon02.png) no-repeat scroll 0 1px;
	float: left;
	width: 25px;
	height: 25px;
	transition: all .3s ease;
}
.xtdwUl li a {
	font-size: 14px;
	line-height: 18px;
	transition: all .3s ease;
	display: block;
	width: 220px;
}
.xtdwUl li a:hover .dw_icon {
	background: url(icon03.png) no-repeat scroll 0px 1px;
}
.xtdwUl li a:hover {
	margin-left: 10px;
	color: #398757;
}
/* å¯¼èˆªè·¯å¾„ */
.breadcrumbs {
	line-height: 40px;
	color: #666;
	font-size: 12px;
}
.breadcrumbs a, .breadcrumbs a:link {
	color: #666;
	font-size: 12px;
}
.breadcrumbs a:hover {
	color: #76b300;
}
/* æ–°é—»åˆ—è¡¨é¡µ */
.news_list {
	width: 100%;
}
.news_list dl {
	width: 100%;
	padding: 20px 0px 0;
	margin: 0 auto 5px;
}
.news_list dl dt {
	float: left;
	width: 173px;
	height: 25px;
}
.news_list dl dt img {
	width: 173px;
	height: 125px;
}
.news_list dl dd {
	float: right;
	width: 528px;
}
.news_list dl dd.dd_tit a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.news_list dl dd.dd_tit a:hover {
	color: #398757;
}
.news_list dl dd.dd_time {
	display: block;
	color: #999;
	height: 24px;
	line-height: 24px;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 12px;
	font-weight: normal;
}
.news_list dl dd.dd_subtit {
	height: 65px;
	overflow: hidden;
}
.news_list dl dd.dd_subtit a {
	line-height: 20px;
	color: #555;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	color: #666;
}
.news_list dl dd.dd_subtit a:hover {
	color: #333;
}
/* è¯¦æƒ…é¡µ */
.time2 {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.show_pic {
	padding: 30px;
	margin-top: 20px;
	background: #f7f7f7;
}
.text_c {
	text-align: center;
}
.fw-b {
	font-weight: bold;
	font-size: 18px;
}
.pic_cp img {
	max-width: 680px;
}
.nrr {
	padding: 5px 5px;
	line-height: 24px;
	color: #333;
	font-size: 13px;
}
.nrr img {
	max-width: 680px;
}
/* åˆ†é¡µ */
.sh_page {
	margin: 30px 0;
	height: 28px;
	line-height: 28px;
*line-height:28px;
	text-align: center;
	padding: 0 14px;
}
.sh_page a, .sh_page span {
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin-left: 3px;
	color: #5b5b5b;
	background: #fafafa;
	font-size: 12px;
	border-bottom: 2px solid #ccc;
	transition: all .3s ease;
}
.sh_page .dangqian {
	background: #fff;
	color: #8ab365;
}
.sh_page span.current, .sh_page a:hover {
	background: #fff;
	color: #8ab365;
	border-color: #8ab365;
}
.sh_page span.disabled {
	background: #eee;
}
.fanye {
	color: #8ab365;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin: 15px 30px 20px 0px;
	font-size: 14px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.fanye a {
	color: #333;
}
.fanye a:hover {
	text-decoration: underline;
}
/* links */
.gray {
	background: #e8e8e8;
}
.slideBox2 {
	width: 1000px;
	overflow: hidden;
	position: relative;
}
.slideBox2 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -30px;
	z-index: 6;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox2 .hd ul li {
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox2 .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 5;
}
.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
	margin-top: 20px;
	float: left;
	margin-right: 25px;
}
.slideBox2 .bd li img {
	width: 145px;
	height: 57px;
}
/*footer*/
.gray03 {
	background: #e8e8e8;
	width: 100%;
	min-height: 276px;
	padding: 35px 0;
}
.bottom_nav {
	background: url(ft_bg.png) no-repeat scroll 222px 0px;
}
.naviBot {
	width: 275px;
}
.naviBot .title04 {
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #333;
	font-weight: normal;
}
.naviBot .subNavBot {
	width: 220px;
}
.naviBot .subNavBot li {
	float: left;
	padding: 3px 0;
	margin-right: 15px;
	width: 90px;
}
.naviBot .subNavBot li a {
	color: #333;
	font-size: 14px;
}
.naviBot .subNavBot li a s {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	border-width: 4px;
	border-color: transparent transparent transparent #6e7376;
	border-style: dashed dashed dashed solid
}
.naviBot .subNavBot li a:hover {
	color: #398757;
}
.naviBot .subNavBot li a:hover s {
	border-color: transparent transparent transparent #398757;
}
.naviBot2 {
	width: 458px;
	float: right;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	margin-left: -10px;
}
.naviBot2 ul li {
	width: 204px;
	margin-left: 25px;
	float: left;
	position: relative;
}
.naviBot2 ul li .tit {
	background: #000;
	width: 100%;
	height: 42px;
	opacity: 0.4;
	filter: alpha(opacity=60);
	color: #fff;
	text-align: center;
	line-height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact {
	width: 100%;
	color: #333;
	line-height: 28px;
	font-size: 14px;
}
.green01 {
	background: #398757;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.copyRight {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
/* å³ä¾§å›žåˆ°é¡¶éƒ¨ */
.bottom_tools {
	position: fixed;
	z-index: 1070;
	right: 40px;
	bottom: 40px;
}
.bottom_tools>* {
	font: 0/0 a;
	display: block;
	margin-top: 5px;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none
}
#scrollUp {
	width: 45px;
	height: 45px;
	background-image: url(backgrounds.32.png);
	background-position: 0px 0px;
	display: none;
	transition: all .3s ease;
}
#scrollUp:hover {
	background-image: url(backgrounds.32.png);
	background-position: 0px -45px
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table {
	background-color: transparent;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}






.selected1,.parent1 {
    color: #fff !important;
    background: #4a9c6a !important;
}
.banner {width:1000px; height:360px; margin:auto;}
.MMM6 { margin-right:0 !important;}
.wp_artfuns {
    width: 160px;
    margin: auto;
}
.wp_entry {padding:5px;}






