img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner a{
	display: block;
}
.jdglcy_list{
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}
.jdglcy_list li{
	border-right: 0.05rem solid #000;
	width: 23%;
	text-align: center;
	padding: 0 1%;
}
.jdglcy_list li:nth-child(4){
	border: none;
}
.jdglcy_list li h3{
	font-size: 0.9rem;
	padding-bottom: 0.2rem;
	color: #483524;
	width: 100%;
}
.jdglcy_list li p{
	font-size: 0.8rem;
	width: 100%;
}
.gjxsp_name{
	text-align: center;
}
.gjxsp_fname {
	line-height: 2.3rem;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 9;
}
.gjxsp_fname p{
	padding: 0 5%;
	background-color: #fff;
	line-height: 2.3rem;
}
.gjxsp_fname i{
	display: block;
	width: 95%;
	height: 0.1rem;
	background-color: #a4a4a4;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 1rem;
	margin: auto;
}
.gjxsp_ctn{
	padding: 1rem 7%;
	
}
.gjxsp_txt {
	position: relative;
}
.gjxsp_txt i{
	position: absolute;
	width: 20%;
	height: 3.5rem;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gjxsp_txt p{
	padding: 1rem 3%;
	background-color: #b4a6a5;
	color: #fff;
	text-indent: 2rem;
	line-height: 1.8rem;
	font-size: 1.3rem;
}
.gjxsp_mg{
	padding: 0.5rem 0 0;
}
.gjxsp_btn{
	padding: 1rem 5%;
}
.gjxsp_btn a{
	display: block;
	text-align: center;
	border: 0.05rem solid #0f060c;
	color: #2a2a2a;
	line-height: 2.4rem;
	font-size: 1.1rem;
	font-weight: bold;
}
.zykc_list{
	padding: 1.2rem 5%;
}
.zykc_lis_top{
	background-color: #6b514e;
	border-radius: 0.5rem;
	padding: 0.3rem;
}
.zykc_lis_top h1{
	color: #fff;
	line-height: 2.5rem;
	padding-left: 3%;
}
.zykc_lis_top h1 span{
	font-size: 1.3rem;
	padding-left: 2%;
}
.zykc_lis_top p{
	padding: 1rem 4%;
	background-color: #fff;
	color: #545454;
	border-radius: 0.5rem;
}
.zykc_lis_btm {
	padding: 1rem 0 1.5rem;
}
.ktsj_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 2.5%;
	flex-wrap: wrap;
}
.ktsj_list li{
	width: 49%;
	padding-bottom: 0.6rem;
}
.xxys_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	flex-wrap: wrap;
}
.xxys_list li{
	width: 49%;
	padding-bottom: 0.6rem;
}
.form_box{
	background-color: #624948;
	padding: 1rem 3%;
}
.form_box_name{
	display: flex;
	justify-content: space-between;
	color: #fff;
	border-bottom: 0.05rem solid #fff;
	padding-bottom: 1rem;
}
.form_box_name h3{
	line-height: 2rem;
	font-size: 1.3rem;
}
.form_box_name h3 span{
	font-size: 1.6rem;
}
.form_box_name p{
	width: 50%;
	line-height: 2rem;
}
.form_box_name p i{
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	float: left;
	margin-top: 0.25rem;
	margin-right: 3%;
}
.form_box_name p i img{
	width: 100%;
	height: 100%;
}
.form_box form{
	padding: 1.8rem 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_ipt{
	width: 48%;
	padding-bottom: 1.8rem;
}
.form_ipt input{
	line-height: 2.8rem;
	padding-left: 3%;
}
.form_ipt p{
	color: #fff;
	opacity: 0.6;
	font-size: 1.2rem;
	line-height: 2.8rem;
}
.form_ipt button{
	line-height: 2.8rem;
	background-color: #f9fc00;
	border-radius: 0.8rem;
	width: 100%;
	color: #483524;
	font-size: 1.3rem;
}
.form_ipt button span{
	font-weight: bold;
}