

.list_ggzy_ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 78rem auto 0;
	min-height: 300rem;
}
.list_ggzy_ul>h3{
    font-size: 30rem;
    font-weight: bold;
    color: #333;
    display: block;
}
.list_ggzy_li{
	width: 278rem;
	height: 160rem;
	margin-bottom: 40rem;
	position: relative;
	cursor: pointer;
}
.list_ggzy_li0{
	width: 278rem;
}
.list_ggzy_li *{
	transition: all 0.3s;
}
.list_ggzy_li1{
	width: 278rem;
	height: 160rem;
	background: url(../images/mzyt_31.jpg) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	box-shadow: 0 0 10rem #ddd;
	display: flex;
	align-items: center;
}
.list_ggzy_li1 h3{
	font-size: 24rem;
	color: #61b632;
	text-align: center;
	width: 100%;
}
.list_ggzy_li_tc{
	position: absolute;
	width: 100%;
	height: auto;
	background-color: rgba(117, 171, 46, 0.8);
	z-index: 9;
	left: 0;
	top: calc(100% + 5rem);
	padding: 12rem;
	box-sizing: border-box;
	display: none;
}
.list_ggzy_li_tc:before{
	display: block;
	width: 25rem;
	height: 10rem;
	content: "";
	background: url(../images/mzyt_32.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin: -22rem auto 10rem;
}
.list_ggzy_li_tc p{
	font-size: 14rem;
	color: #fff;
	line-height: 30rem;
}
.list_ggzy_li_tc img{
	display: block;
	width: 140rem;
	height: 140rem;
	margin: 10rem auto;
}
.list_ggzy_li_tc a{
	display: block;
	width: 202rem;
	height: 52rem;
	border-radius: 26rem;
	font-size: 16rem;
	color: #fff;
	border:1px solid #fff;
	text-align: center;
	line-height: 50rem;
	margin: 0 auto;
	transition: all 0.3s;
	box-sizing: border-box;
}
.list_ggzy_li_tc a:hover{
	color: #57883f;
	background-color: #c6dfbe;
	transition: all 0.3s;
}
.list_ggzy_li:hover .list_ggzy_li1{
	background: url(../images/mzyt_33.png) #77ab2e no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.list_ggzy_li:hover .list_ggzy_li1 h3{
	color: #fff;
}
/* .list_ggzy_li:hover .list_ggzy_li_tc{
	display: block;
} */

@media only screen and (max-width: 1000px) {
	.nav_er_m_but{
		display: none!important;
	}
	
	.list_ggzy_ul{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 0;
		padding: 40rem 20rem;
	}
	.list_ggzy_ul>h3{
        font-size: 30rem;
        font-weight: bold;
        color: #333;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
	.list_ggzy_li{
		width: 340rem;
		height: 200rem;
		margin-bottom: 30rem;
		position: relative;
		cursor: pointer;
	}
	.list_ggzy_li0{
		width: 340rem;
	}
	.list_ggzy_li *{
		transition: all 0.3s;
	}
	.list_ggzy_li1{
		width: 340rem;
		height: 200rem;
		background: url(../images/mzyt_31.jpg) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		box-shadow: 0 0 10rem #ddd;
		display: flex;
		align-items: center;
	}
	.list_ggzy_li1 h3{
		font-size: 30rem;
		color: #61b632;
		text-align: center;
		width: 100%;
	}
	.list_ggzy_li_tc{
		position: absolute;
		width: 100%;
		height: auto;
		background-color: rgba(117, 171, 46, 0.8);
		z-index: 9;
		left: 0;
		top: calc(100% + 5rem);
		padding: 20rem;
		box-sizing: border-box;
		display: none;
	}
	.list_ggzy_li_tc:before{
		display: block;
		width: 30rem;
		height: 10rem;
		content: "";
		background: url(../images/mzyt_32.png) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		margin: -30rem auto 15rem;
	}
	.list_ggzy_li_tc p{
		font-size: 24rem;
		color: #fff;
		line-height: 42rem;
	}
	.list_ggzy_li_tc img{
		display: block;
		width: 200rem;
		height: 200rem;
		margin: 10rem auto;
	}
	.list_ggzy_li_tc a{
		display: block;
		width: 252rem;
		height: 60rem;
		border-radius: 30rem;
		font-size:24rem;
		color: #61b632;
		border:1px solid #fff;
		background-color: #fff;
		text-align: center;
		line-height: 60rem;
		margin: 0 auto;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.list_ggzy_li_tc a:hover{
		color: #57883f;
		background-color: #c6dfbe;
		transition: all 0.3s;
	}
	.list_ggzy_li:hover .list_ggzy_li1{
		background: url(../images/mzyt_33.png) #77ab2e no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	.list_ggzy_li:hover .list_ggzy_li1 h3{
		color: #fff;
	}
}