img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner a{
	display: block;
}
.xdfxdxy{
	position: relative;
	z-index: 1;
}

.xdfxdxy_name{
	text-align: center;
	padding: 1.3rem 0 0.6rem;
	border-bottom: 0.05rem dashed #252525;
	margin: 0 5%;
}
.xdfxdxy_name h2{
	color: #af7a2b;
	font-size: 1.8rem;
}
.xdfxdxy_name p:nth-child(2){
	color: #646464;
	font-size: 1.2rem;
	padding: 0.2rem 0 0.4rem;
}
.xdfxdxy_name p:nth-child(3){
	color: #989898;
}
.xdfxdxy_btm{
	margin: 1.5rem 5% 0;
	padding: 0 1%;
	background-color: #fff;
	
}
.xdfxdxy_list1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xdfxdxy_lis1{
	width: 49%;
	padding-bottom: 0.6rem;
}
.xdfxdxy_list2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 1rem;
}
.xdfxdxy_lis2{
	width: 48%;
	margin: 0 1% 0.5rem;
}
.xdfxdxy_lis2 p{
	display: flex;
	justify-content: space-between;
	line-height: 2rem;
	font-size: 0.7rem;
}
.xdfxdxy_lis2 p span:nth-child(1){
	display: block;
	width: 35%;
	text-align: center;
	background-color: #af7a2b;
	color: #fff;
}
.xdfxdxy_lis2 p span:nth-child(2){
	display: block;
	width: 65%;
	padding-left: 3%;
	background-color: #f1cd73;
	color: #946543;
}
.xdfxdxy_lis3{
	width: 100%;
	color: #9c7255;
	text-align: center;
	padding-bottom: 0.8rem;
}
.xdfxdxy_btn{
	display: flex;
	justify-content: space-between;
	padding: 2rem 7%;
}
.xdfxdxy_btn a{
	display: block;
	width: 48%;
	background-color: #fff;
	color: #af7a2b;
	text-align: center;
	line-height: 2.4rem;
	font-size: 1.2rem;
	font-weight: bold;
	border: 0.05rem solid #af7a2b;
}
.xdfxdxy_btn a:nth-child(2){
	color: #fff;
	background-color: transparent;
	border: 0.05rem solid #fff;
}
.xdfxdxy_bg{
	background-color: #af7a2b;
	height: 10rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.zyxxnr_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 1.5rem 3%;
}
.zyxxnr_lis{
	width: 32%;
	padding-bottom: 0.5rem;
}
.zyxxnr_lis p{
	line-height: 2rem;
	text-align: center;
	color: #af7a2b;
}
.zyxxnr_btn{
	display: flex;
	justify-content: space-between;
	padding: 0rem 7% 1.5rem;
}
.zyxxnr_btn a{
	display: block;
	width: 48%;
	background-color: #af7a2b;
	color: #fff;
	text-align: center;
	line-height: 2.4rem;
	font-size: 1.2rem;
	font-weight: bold;
	border: 0.05rem solid #af7a2b;
}
.zyxxnr_btn a:nth-child(2){
	color: #af7a2b;
	background-color: transparent;
	border: 0.05rem solid #af7a2b;
}

.zztmsh_name{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.zztmsh_name h2{
	font-size: 1.6rem;
	color: #af7a2b;
	padding-bottom: 0.4rem;
	border-bottom: 0.05rem dashed #af7a2b;
}
.zztmsh_name p{
	width: 100%;
	color: #af7a2b;
	font-size: 1.3rem;
	padding: 0.8rem 0 0;
}
.zztmsh .zyxxnr_btn{
	padding-top: 1.5rem;
}
.zztmsh_list{
	padding-top: 1rem;
}
.zztmsh_lis{
	padding-bottom: 1rem;
}
.xszpzs_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 5%;
}
.xszpzs_lis{
	width: 48%;
	padding-bottom: 0.8rem;
}
.form_bg{
	background-color: #f1cd73;
	padding: 2rem 5%;
}
.xfqd{
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.5rem 10%;
}
.xfqd_name {
	text-align: center;
	font-size: 1.4rem;
	color: #af7a2b;
}
.xfqd form{
	padding-top: 1rem;
}
.xfqd_ipt{
	padding-bottom: 0.8rem;
}
.xfqd_ipt input{
	line-height: 3.2rem;
	border: 0.05rem solid #dcdcdc;
	width: 100%;
	padding-left: 5%;
	font-size: 1.2rem;
}
.xfqd_ipt button{
	line-height: 3.2rem;
	color: #fff;
	width: 100%;
	font-size: 1.2rem;
	background-color: #af7a2b;
	font-weight: bold;
}