img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.zcjy_name{
	margin: 1.8rem 6% 1rem;
	text-align: center;
	
}
.zcjy_name h3{
	border: 0.05rem solid #f7a615;
	line-height: 2.8rem;
	font-size: 1.6rem;
	color: #f6a004;
	position: relative;
}
.zcjy_name h3 i{
	width: 25%;
	height: 0.2rem;
	background-color: #000;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.1rem;
	margin: auto;
}
.zcjy_name h3 span:nth-child(1){
	/* color: #f6a004;
	text-shadow: 0rem 0rem 0.5rem #000; */
	color: transparent;
	-webkit-text-fill-color: #f6a004;/*文字的填充色*/
	-webkit-text-stroke: 0.1rem #000;
	padding-right: 0.5rem;
}
.zcjy_qrz{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 8% 2rem;
}
.qrz_lis{
	width: 23%;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.8rem;
}
.zcjy_jjb{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 8% 0;
}
.zcjy_jjb_lis{
	width: 50%;
	overflow: hidden;
	padding-bottom: 1rem;
}
.zcjy_jjb_lis i{
	width: 15%;
	height: 1.5rem;
	display: block;
	float: left;
	padding-top: 0.45rem;
}
.zcjy_jjb_lis2 .zcjy_jjb_lis_txt{
	background-color: #f6a004;
	color: #Fff;
	border: none;
}
.zcjy_jjb_lis_txt{
	float: left;
	width: 85%;
	line-height: 2.6rem;
	border: 0.05rem solid #676667;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	color: #f6a004;
	height: 2.6rem;
}
.zcjy_jjb_lis_txt span{
	color: #000;
}
.jjb_txt{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.6rem;
	padding-bottom: 1rem;
}
.jjb_btn a{
	width: 35%;
	line-height: 2.8rem;
	background-color: #f6a004;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 auto;
}
.xzxdf{
	padding: 1rem 0;
	background-color: #f6a004;
	margin-top: 2rem;
}
.xzxdf .zcjy_name h3{
	color: #fff;
	border: 0.05rem solid #fff;
}
.xzxdf .zcjy_name h3 i{
	background-color: #fff;
}
.xzxdf_qdly{
	padding: 1.5rem 8%;
}
.xzxdf_btn {
	display: flex;
	justify-content: space-between;
	padding: 0 13% 1.8rem;
}
.xzxdf_btn a{
	display: block;
	width: 48%;
	background-color: #fff;
	color: #f6a004;
	border: 0.05rem solid #fff;
	text-align: center;
	line-height: 2.2rem;
}
.xzxdf_btn a:nth-child(2){
	background-color: transparent;
	color: #fff;
}
.zysz_list{
	display: flex;
	justify-content: space-between;
	padding: 1rem 6%;
	flex-wrap: wrap;
}
.zysz_lis{
	width: 48%;
	position: relative;
	margin-bottom: 0.5rem;
}
.zysz_lis p{
	width: 100%;
	line-height: 2.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: rgba(246,160,4,0.7);
	color: #fff;
}
.zysz_btn {
	display: flex;
	justify-content: space-between;
	padding: 0 13%;
}
.zysz_btn a{
	display: block;
	width: 48%;
	background-color: #f6a004;
	color: #fff;
	border: 0.05rem solid #f6a004;
	text-align: center;
	line-height: 2.2rem;
}
.zysz_btn a:nth-child(2){
	background-color: transparent;
	color: #f6a004;
}
.xfqd{
	padding: 1.5rem 3%;
	background-color: #f6a004;
	margin: 2rem 0 0;
}
.xfqd_ctn{
	padding: 1rem 10%;
	background-color: #fff;
}
.xfqd_ctn h3{
	text-align: center;
	color: #f6a004;
	padding-bottom: 1rem;
}
.xfqd_ipt{
	width: 100%;
	line-height: 2.6rem;
	border: 0.05rem solid #f6a004;
	margin: 0 0 0.8rem;
}
.xfqd_ipt input{
	border: none;
	outline: none;
	font-size: 1.2rem;
	line-height: 2.6rem;
	color: #f6a004;
	padding-left: 5%;
	background-color: transparent;
}
.xfqd_ipt input::placeholder{
	color: #f6a004;
}
.xfqd_ctn form button{
	width: 100%;
	line-height: 2.8rem;
	background-color: #f6a004;
	margin: 0 0 0.8rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	outline: none;
}