.wrap_bg {
	background: url(../img/bg.jpg) center no-repeat;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}

.wrap_bg .top {
	margin-bottom: 30px;
}

.wrap_bg .top .link {
	text-align: right;
	margin-bottom: 15px;
	margin-top: -5px;
}

.wrap_bg .top .link a {
	color: #333333;
	font-size: 14px;
}

.wrap_bg .top .link a:hover {
	text-decoration: underline;
}

.wrap_bg .top .link a:first-child {
	border-right: 1px solid #333333;
	padding-right: 15px;
	margin-right: 10px;
}

.wrap_bg .top .search {
	position: relative;
}

.wrap_bg .top .search .text {
	width: 270px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 40px 0 20px;
}

.wrap_bg .top .search .btn {
	background: url(../img/icon/search.png) center no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	margin-top: -9px;
}

.nav {
	height: 50px;
	line-height: 50px;
	background-color: #528b01;
}

.nav ul li {
	position: relative;
}

.nav ul li a.a1 {
	display: block;
	color: #FFFFFF;
	padding: 0 12px;
	position: relative;
	z-index: 9;
}

.nav ul li.on a.a1 {
	text-align: center;
	background-color: #00712f;
}

.nav ul li dl {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background-color: #00712f;
	display: none;
	z-index: 99999;
}

.nav ul li dl dd a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 10px;
}

.nav ul li dl dd a:hover {
	background-color: #528b01;
}

.banner {
	margin-top: 30px;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide .text {
	position: absolute;
	width: 600px;
	height: 200px;
	bottom: 50px;
	left: 0;
	background-color: rgba(0, 113, 47, .8);
	box-sizing: border-box;
	padding: 20px 40px 0 40px;
}

.banner .swiper-slide .text p {
	color: #FFFFFF;
	font-size: 24px;
}

.banner .swiper-slide .text .txt {
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
}

.banner .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

.banner .swiper-pagination {
	width: 600px;
	bottom: 72px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 40px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	background-size: 14px 23px;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .8);
	bottom: 50px;
	top: auto;
	z-index: 999;
}

.banner .swiper-button-prev {
	left: 540px;
	background-color: rgba(255, 255, 255, .5);
}

.banner .swiper-button-next {
	left: 600px;
}

.banner .swiper-button-next:hover {
	background-color: rgba(0, 113, 47, .5);
}

.wrap_bg .list ul li {
	width: 300px;
	height: 160px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFFFFF;
	position: relative;
}

.wrap_bg .list ul li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100px;
	background-color: #DDDDDD;
	top: 30px;
	right: 0;
}

.wrap_bg .list ul li a {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}

.wrap_bg .list ul li a:hover {
	color: #528b01;
}

.wrap_bg .list ul li .date {
	color: #528b01;
	font-size: 14px;
	margin-top: 20px;
	position: relative;
}

.wrap_bg .list ul li .date span {
	color: #528b01;
	font-size: 18px;
	font-weight: bold;
}

.wrap_bg .list ul li .date img {
	position: absolute;
	right: 0;
	bottom: 8px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wrap_bg .list ul li:hover .date img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
}

.index_box {
	margin-top: 30px;
}

.index_box .left {
	width: 690px;
}

.index_tltle {
	background-color: #eeeeee;
	height: 58px;
	border-top: 2px solid #528b01;
	line-height: 58px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.index_tltle ul li {
	color: #666666;
	font-size: 18px;
	padding: 0 20px;
	cursor: pointer;
	position: relative;
}

.index_tltle ul li::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	background-color: #DDDDDD;
	right: 0;
	top: 50%;
	margin-top: -10px;
}


.index_tltle ul li img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.index_tltle ul li:last-child::before {
	display: none;
}

.index_tltle .more a {
	color: #528b01;
	font-size: 14px;
}

.index_tltle .more a:hover {
	text-decoration: underline;
}

.index_tltle .more a img {
	vertical-align: 1px;
	margin-left: 10px;
}

.index_tltle ul li.on {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}

.index_tltle ul li.on img {
	display: block;
}

.slideTxtBox .box .hot .img {
	width: 135px;
	height: 90px;
	overflow: hidden;
}

.slideTxtBox .box .hot .text {
	width: 530px;
}

.slideTxtBox .box .hot .text .t {
	color: #333333;
	font-size: 18px;
}

.slideTxtBox .box .hot .text .txt {
	color: #333333;
	font-size: 14px;
	line-height: 27px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.slideTxtBox .box .hot:hover .text .t {
	color: #528b01;
}

.slideTxtBox .box ul {
	margin-top: 20px;
}

.slideTxtBox .box ul li {
	margin-bottom: 10px;
}

.slideTxtBox .box ul li:last-child {
	margin-bottom: 0;
}

.slideTxtBox .box ul li .date {
	color: #528b01;
	font-size: 14px;
}

.slideTxtBox .box ul li .date span {
	font-size: 18px;
	font-weight: bold;
}

.slideTxtBox .box ul li .text {
	width: 570px;
	color: #333333;
	font-size: 14px;
}

.slideTxtBox .box ul li .text:hover {
	color: #528b01;
}

.slideTxtBox2 {
	margin-top: 25px;
}

.slideTxtBox2 .box ul li {
	line-height: 24px;
	margin-bottom: 15px;
}

.slideTxtBox2 .box ul li:last-child {
	margin-bottom: 0;
}

.slideTxtBox2 .box ul li .date {
	color: #fffefe;
	font-size: 14px;
	background-color: #528b01;
	width: 100px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.slideTxtBox2 .box ul li .text {
	width: 570px;
	color: #333333;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.slideTxtBox2 .box ul li .text:hover {
	color: #528b01;
	transform: translateX(5px);
}

.index_box .right {
	width: 480px;
}

.tzgg ul.ul li {
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.tzgg ul.ul li .date {
	text-align: right;
	padding-right: 25px;
	border-right: 1px solid #DDDDDD;
}

.tzgg ul.ul li .date .t {
	color: #528b01;
	font-size: 16px;
	font-weight: bold;
}

.tzgg ul.ul li .date .t2 {
	color: #528b01;
	font-size: 14px;
}

.tzgg ul.ul li .text {
	width: 390px;
	color: #333333;
	font-size: 16px;
	height: 45px;
	display: table;
}

.tzgg ul.ul li .text p {
	display: table-cell;
	vertical-align: middle;
}

.tzgg ul.ul li .text p:hover {
	color: #528b01;
}

.xszz {
	margin-top: 30px;
}

.xszz ul.ul li {
	width: 110px;
	margin-right: 13px;
}

.xszz ul.ul li img {
	width: 110px;
	height: 150px;
}

.xszz ul.ul li:last-child {
	margin-right: 0;
}

.xszz ul.ul li p {
	color: #333333;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.index_box2 {
	margin-top: 30px;
}

.index_box2 ul li {
	margin-right: 20px;
}

.index_box2 ul li:last-child {
	margin-right: 0;
}

.index_box2 ul li img {
	width: 285px;
	height: 120px;
}

.yqlj {
	height: 80px;
	background-color: #eeeeee;
	line-height: 80px;
	margin-top: 30px;
}

.yqlj ul {
	margin-left: 35px;
}

.yqlj ul li a {
	color: #666666;
	font-size: 14px;
	border-right: 1px solid #666666;
	margin-right: 15px;
	padding-right: 15px;
}

.yqlj ul li:last-child a {
	border: none;
	padding: 0;
	margin: 0;
}

.yqlj ul li a:hover {
	color: #528b01;
	text-decoration: underline;
}

.yqlj .more {
	color: #528b01;
	font-size: 0.875rem;
	cursor: pointer;
	position: relative;
}

.yqlj .more:hover {
	text-decoration: underline;
}

.yqlj .more img {
	vertical-align: 1px;
}

.yqlj .more .erji_show {
	position: absolute;
	z-index: 9999999999;
	width: 100%;
	right: 50px;
	display: none;
	border: 1px solid #333333;
	background: #222222;
	width: 200px;
	background-color: #FFFFFF;
	bottom: 5px;
}

.yqlj .more .erji_show dl dd a:hover {
	text-decoration: underline;
	color: #528b01;
}

.yqlj .more dl {
	box-sizing: border-box;
	padding: 10px 20px;
	line-height: 27px;
}

.yqlj .more dl dd {
	color: #333333;
	text-align: center;
}

.yqlj .more dl dd a {
	color: #333333;
}

.footer .link {
	background-color: #333333;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer .link ul li {
	margin-right: 26px;
}

.footer .link ul li:last-child {
	margin-right: 0;
}

.footer .link ul li .title {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

.footer .link ul li a {
	color: #666666;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.footer .link ul li a:hover {
	text-decoration: underline;
}

.footer .bottom {
	background-color: #222222;
	padding: 20px 0 15px 0;
}

.footer .bottom .text {
	color: #fffefe;
	font-size: 14px;
	line-height: 30px;
}

.wrap_bgn {
	padding-bottom: 0;
}

.wrap {
	min-height: 650px;
	padding-bottom: 80px;
}

.wrap .cont {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	text-indent: 32px;
}

.wrap .content .title {
	text-align: center;
}

.wrap .content .title span {
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #333333;
	font-size: 24px;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 25px;
	margin-bottom: 20px;
	font-weight: 600;
}

.wrap .content .title .time {
	color: #333333;
	font-size: 14px;
}

.wrap .content .text {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	margin-top: 40px;
}

.index_link {
	width: 260px;
	margin-top: 30px;
}

.index_link span {
	display: block;
	background-color: #528b01;
	height: 80px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 80px;
	box-sizing: border-box;
	padding-left: 30px;
}

.index_link ul li {
	position: relative;
}

.index_link ul li a {
	display: block;
	height: 50px;
	background-color: #f8f5f2;
	line-height: 50px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px dashed #bfbfbf;
}

.index_link ul li:last-child a {
	border: none;
}

.index_link ul li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 5px;
	display: inline-block;
	background-color: #528b01;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.index_link ul li.selected::before {
	height: 100%;
}

.index_link ul li:hover::before {
	height: 100%;
}

.index_link ul li.selected a {
	color: #528b01;
}

.index_link ul li.parent a {
	color: #528b01;
}

.index_link ul li a:hover {
	color: #528b01 !important;
}

.index_link ul li dl {
	box-sizing: border-box;
	padding-left: 20px;
	line-height: normal;
	background-color: #f8f5f2;
}

.index_link ul li dl dd a {
	font-size: 14px;
	height: auto;
	line-height: 30px;
	color: #333333 !important;
	padding: 10px 0;
}

.index_link ul li dl dd.selected a {
	color: #528b01 !important;
}

.index_link ul li.parent::before {
	height: 100%;
}

.w_910 {
	width: 910px;
	margin: 0 auto;
}

.index_position {
	border-bottom: 2px solid #dddddd;
	margin-top: 30px;
	margin-bottom: 20px;
}

.index_position .name {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 15px;
	padding-bottom: 10px;
}

.index_position .name::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 20px;
	background-color: #528b01;
	left: 0;
	top: 5px;
}

.index_position .name::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #528b01;
	left: 0;
	bottom: -2px;
}

.index_position ul {
	margin-top: 8px;
}

.index_position ul li {
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
}

.index_position ul li a {
	color: #666666;
	font-size: 14px;
}

.index_position ul li.on a {
	color: #528b01;
}

.news_list ul li{
	margin-bottom: 15px;
}

.news_list ul li .text {
	color: #333333;
	font-size: 16px;
	max-width: 800px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.news_list ul li .text:hover {
	color: #528b01;
	transform: translateX(5px);
}

.news_list ul li .time{
	font-size: 16px;
	color: #666666;
}

.page {
	text-align: right;
	margin-top: 70px;
}

.page a {
	display: inline-block;
	background-color: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background-color: #528b01;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #528b01;
	color: #FFFFFF;
	text-decoration: none;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.zt_list ul li{
	width: 285px;
	margin-right: 27px;
	margin-bottom: 20px;
}

.zt_list ul li img{
	width: 285px;
	height: 120px;
}

.zt_list ul li:nth-child(3n){
	margin-right: 0;
}

.zt_list ul li p{
	color: #333333;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 20px;
}

.xszz_list ul li{
	margin-right: 50px;
	width: 110px;
	margin-bottom: 30px;
}

.xszz_list ul li:nth-child(6n){
	margin-right: 0;
}

.xszz_list ul li img{
	width: 110px;
	height: 150px;
}

.xszz_list ul li p{
	color: #333333;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

/*add*/
#search input#keyword{
	width: 270px !important;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 40px 0 20px;
}
#search input.search{
	background: url(../img/icon/search.png) center no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	margin-top: -9px;
}

.item-li.parent::before, .item-li.parent::after {
    width: 50%;
}
.item-li.selected::before, .item-li.selected::after {
    width: 50%;
}

.wp_paging li{
	width: auto !important;margin-right: 0 !important;
}
