img {
	display: inherit;
	width: 100%;
	height: 100%;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.chwlx_name{
	display: flex;
	justify-content: center;
	padding: 1.8rem 0;
}
.chwlx_name i{
	display: block;
	width: 10%;
	height: 3.5rem;
	position: relative;
}
.chwlx_name i img{
	position: absolute;
	right: 0.8rem;
}
.chwlx_name i:nth-child(1){
	left: 1.5rem;
}
.chwlx_name h3{
	font-size: 1.8rem;
	color: #4a8f3a;
	line-height: 3rem;
	padding-top: 0.5rem;
}
.mnyl_video{
	padding: 1rem 3%;
}
.wdtjd_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 4%;
}
.wdtjd_list li{
	width: 49%;
	padding-bottom: 1rem;
}
.wdtjd_lis_txt{
	background-color: #7bc86a;
	text-align: center;
	padding: 0.8rem 0;
}
.wdtjd_lis_txt h3{
	color: #f6ff01;
	font-size: 1.4rem;
}
.wdtjd_lis_txt p{
	color: #fff;
	font-weight: bold;
	line-height: 1.5rem;
}
.wdtjd_list li:nth-child(5){
	width: 100%;
}
.wdtjd_lis_mg{
	position: relative;
}
.wdtjd_lis_mg_txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.msj{
	background-color: #7bc86a;
}
.msj .chwlx_name h3{
	color: #fff;
}
.msj_list{
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.msj_list li{
	width: 48%;
	padding-bottom: 0.4rem;
}
.msj_btn {
	padding: 1.8rem 10%;
	display: flex;
	justify-content: space-between;
}
.msj_btn a{
	width: 45%;
	display: block;
	background-color: #fff;
	line-height: 2.4rem;
	border-radius: 1.2rem;
	text-align: center;
	font-size: 1.4rem;
	color: #447f2e;
}
.cdzxje_list{
	padding: 0 5%;
}
.cdzxje_list li{
	padding-bottom: 1rem;
}
.cdzxje_list li a{
	display: block;
}
.zysx{
	padding: 0 5%;
}
.zysx_top p{
	font-size: 1.4rem;
	font-weight: bold;
}
.zysx_top p span{
	color: red;
}
.zysx_list p{
	font-size: 0.8rem;
}
.srdz_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 3%;
}

.srdz_lis {
	width: 49%;
	background-color: #f2f2f2;
	margin-bottom: 1.5rem;
}

.srdz_lis_mg {
	position: relative;
}

.tjzy_logo {
	width: 30%;
	position: absolute;
	left: 0;
	top: 0;
}

.srdz_lis_mg a {
	display: block;
}

.srdz_lis_name {
	padding: 1rem 0;
}

.srdz_lis_name h3 {
	text-align: center;
	color: #ff274f;
	font-size: 1rem;
}

.srdz_lis_name h3 span {
	font-size: 0.8rem;
}

.srdz_lis_name p {
	text-align: center;
	padding: 0.3rem 0;
	font-size: 0.8rem;
}

.srdz_lis_btn {
	overflow: hidden;
	padding: 0 10%;
}

.srdz_lis_btn a {
	display: block;
	width: 48%;
	line-height: 2rem;
	text-align: center;
	color: #Fff;
}

.srdz_lis .srdz_lis_btn .srdz_lis_btn1 {
	width: 100%;
	background-color: #f50e15;
}

.srdz_lis_btn a:nth-child(1) {
	float: left;
	background-color: #f50c13;
}

.srdz_lis_btn a:nth-child(2) {
	float: right;
	background-color: #447f2e;
}
.xyhj .chwlx_name{
	padding-top: 0;
}
.rmzy_btn {
	padding: 0 10% 1.8rem;
	display: flex;
	justify-content: space-between;
}
.rmzy_btn a{
	width: 45%;
	display: block;
	background-color: #447f2e;
	line-height: 2.4rem;
	border-radius: 1.2rem;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}
.xyhj .rmzy_btn{
	padding-top: 1.8rem;
}
.form_ctn {
	background: url(../img/form_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1rem 0 0;
}
.form_top h2{
	text-align: center;
	
}
.form_top p{
	text-align: center;
}
.form_ctn form{
	padding: 1rem 5%;
}
.form_ipt{
	padding-bottom: 1.5rem;
}
.form_ipt input{
	background-color: transparent;
	line-height: 3rem;
	border: 0.05rem solid #000;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.5rem;
}
.form_btn{
	text-align: center;
}
.form_btn button{
	width: 80%;
	background-color: #447f2e;
	line-height: 3rem;
	border-radius: 1.2rem;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}