img {
	display: inherit;
}
.box {
	background-color: #218453;
	overflow: hidden;
}
.banner a{
	display:block;
}
.zxbmtz{
	margin: 1.5rem 3%;
	border: 0.05rem dashed #fff;
	border-radius: 1rem;
}
.zxbmtz_name{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1.2rem 0;
}
.zxbmtz_name h3{
	padding: 0 5%;
	line-height: 2.8rem;
	color: #fff;
	text-align: center;
	border: 0.05rem solid #fff;
	border-radius: 1.4rem;
	font-size: 1.6rem;
}
.zxbmtz_name h3 span{
	color: #fffc00;
}
.zxbmtz_list{
	padding: 0.5rem 2%;
	display: flex;
	justify-content: space-between;
}
.zxbmtz_lis{
	width: 31%;
	padding-bottom: 0.5rem;
}
.zxbmtz_txt{
	padding: 0 2%;
	font-size: 1.4rem;
	color: #fff;
	text-indent: 2rem;
}
.zxbmtz_txt p span{
	color: #dde105;
	font-weight: bold;
}
.zxbmtz_txt p span:nth-child(3){
	font-size: 1.8rem;
}
.zxbmtz_btn{
	padding: 1.5rem 3% 2rem;
	display: flex;
	justify-content: space-between;
}
.zxbmtz_btn a{
	display: block;
	width: 32%;
	line-height: 2.6rem;
	background-color: #fff;
	text-align: center;
	color: #218453;
	font-size: 1.2rem;
	border-radius: 0.5rem;
}
.zxbmtz_name_txt{
	width: 100%;
	text-align: center;
	padding: 1rem 0;
	color: #fff;
}
.zxbmtz_name_txt h4{
	font-size: 1.3rem;
}
.zxbmtz_name_txt p{
	opacity: 0.8;
}
.ndzxl_ctn{
	padding: 0 7%;
}
.ndzxl_txt{
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	padding: 0.8rem 0;
}
.ndzxl_btm{
	text-align: center;
	padding: 0 5%;
}
.ndzxl_btm p{
	line-height: 2.8rem;
	text-align: center;
	color: #218453;
	background-color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.xlts{
	margin: 1.5rem 3%;
	border: 0.05rem dashed #fff;
	border-radius: 1rem;
}
.xlts_mg{
	padding: 0 3% 0.5rem;
}
.xlts_list{
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 3%;
	flex-wrap: wrap;
}
.xlts_list li{
	width: 32%;
	border-radius: 0.5rem;
	border: 0.05rem dashed #fff;
	border-top: none;
	position: relative;
	padding-top: 3.8rem;
	margin-bottom: 0.5rem;
}
.xlts_lis_top{
	background-color: #fff;
	width: 102%;
	border-radius: 0.5rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -0.05rem;
	height: 3rem;
}
.xlts_lis_top i{
	display: block;
	position: relative;
	height: 3rem;
}
.xlts_lis_top i img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20%;
}
.xlts_lis_name h3{
	font-size: 0.9rem;
	text-align: center;
	color: #edf00b;
	opacity: 0.8;
	padding: 0.8rem 0;
}
.xlts_lis_name p{
	color: #fff;
	opacity: 0.7;
	font-size: 0.8rem;
	padding: 0 5% 1.5rem;
}
.xltsdys{
	background: url(../img/xltsdys_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 3% 1.5rem;
	padding-bottom: 2rem;
}
.xltsdys_name{
	color: #218453;
	text-align: center;
	padding: 1.8rem 0 1rem;
}
.xltsdys_name p{
	font-size: 0.8rem;
	padding-top: 0.3rem;
}
.xltsdys_txt{
	text-align: center;
	color: #218453;
}
.xltsdys_txt p{
	padding-bottom: 0.8rem;
}
.xltsdys_list{
	display: flex;
	justify-content: space-between;
	padding: 0 5% 1.5rem;
	flex-wrap: wrap;
}
.xltsdys_list li{
	width: 49%;
	padding-bottom: 1rem;
}
.xltsdys .ndzxl_btm p{
	background-color: #218453;
	color: #fff;
}
.ndzxl_btm a{
	color: #fff;
	display: block;
}
.btm_bg{
	padding: 0 2% 2rem;
}
.yydzxl{
	margin: 0.8rem 5%;
	border: 0.1rem solid #b49876;
	padding: 1.5rem 5%;
}
.yydzxl_name{
	text-align: center;
	color: #feca28;
	letter-spacing: 0.2rem;
}
.form_top{
	padding: 0 8%;
}
.yydzxl form{
	padding: 1.8rem 3%;
}
.form_ipt{
	padding-bottom: 1rem;
}
.form_ipt input{
	width: 100%;
	line-height: 2.6rem;
	padding-left: 5%;
	font-size: 1.4rem;
	border-radius: 0.8rem;
}
.form_ipt input::placeholder{
	color: #73982a;
}
.form_ipt button{
	width: 100%;
	line-height: 2.6rem;
	font-size: 1.4rem;
	border-radius: 0.8rem;
	background-color: #ffb400;
	border: none;
	outline: none;
	color: #fff;
}
.form_btm{
	padding: 0 5%;
}