img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
/* zygs */
.zygs{
	background-color: #f3f3f3;
	margin: 1rem 0;
	
	padding:0.1rem 0;
}
.zygs_name{
	width: 40%;
	line-height: 2.8rem;
	text-align: center;
	background: url(../img/tit_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 0.3rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 1.5rem auto;
	overflow: hidden;
}
.zygs_xxsj{
	display: flex;
	justify-content: flex-start;
	padding:0 7% 1rem;
	flex-wrap: wrap;
}
.zygs_xxsj_i {
	width: 1.8rem;
	height: 1.8rem;
	border: 0.1rem solid #e38120;
	border-radius: 50%;
	padding: 0.2rem;
}
.zygs_xxsj_i i{
	width: 100%;
	height: 100%;
	display: block;
	background-color: #e38120;
	border-radius: 50%;
}
.zygs_xxsj_name{
	padding-left: 0.3rem;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.zygs_xxsj_name span{
	font-weight: 500;
}
.zygs_xxsj_txt{
	width: 100%;
}
.zygs_xxsj_txt p{
	margin-left: 3%;
	margin-top: 0.8rem;
	padding: 0 0 0 5%;
	border-left: 0.1rem solid #e38120;
	line-height: 1.5rem;
	color: #363636;
}
.zygs_xxsj_btn{
	padding: 1.8rem 3% 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.zygs_xxsj_btn a{
	display: block;
	background-color: #e38120;
	font-size: 1.2rem;
	line-height: 2.2rem;
	text-align: center;
	border-radius: 1.1rem;
	color: #fff;
}
.zygs_xxsj_btn a:nth-child(1){
	width: 50%;
}
.zygs_xxsj_btn a:nth-child(2){
	width: 40%;
}
/* cyjj */
.cyjj {
	background-color: #f3f3f3;
	overflow: hidden;
}
.cyjj_ctn{
	padding: 0 7% 0.8rem;
}
.cyjj_mg{
	display: flex;
	justify-content: space-between;
}
.cyjj_mg_left{
	width: 49%;
}
.zygs_xxsj_txt p span{
	font-weight: bold;
}
/* zd */
.zd{
	overflow: hidden;
	background-color: #f3f3f3;
	margin: 0.8rem 0 0.8rem;
	padding-bottom: 1rem;
}
.zd_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 3% 0;
}
.zd_lis{
	width: 32%;
	
}
.zd_lis p{
	padding: 0 3%;
	line-height: 1.5rem;
	font-size: 1.2rem;
}
.zd_lis_sj{
	display: flex;
	justify-content: center;
	padding: 0.5rem 0;
}
.zd_lis_i{
	border: 0.1rem solid #e38120;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	padding: 0.2rem;
}
.zd_lis_i i{
	width: 100%;
	height: 100%;
	background-color: #e38120;
	border-radius: 50%;
	display: block;
}
/* md */
.md{
	overflow: hidden;
	background-color: #f3f3f3;
	margin: 0 0 0.8rem;
	padding-bottom: 1rem;
}
/* sxhj */
.sxhj{
	overflow: hidden;
	background-color: #f3f3f3;
	margin: 0 0 0.8rem;
	padding-bottom: 1rem;
}
.sxhj .zygs_name{
	width: 70%;
	background: url(../img/tit_bg2.png) no-repeat;
	background-size: 100% 100%;
}
.zd_list li{
	padding-bottom: 0.5rem;
}
/* llbzy */
.llbzy{
	overflow: hidden;
	background-color: #f3f3f3;
	margin: 0 0 0.8rem;
	padding-bottom: 1rem;
}
.llbzy .zygs_name{
	width: 70%;
	background: url(../img/tit_bg2.png) no-repeat;
	background-size: 100% 100%;
}
.llbzy_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}
.llbzy_lis{
	width: 48%;
	padding-bottom: 1.5rem;
}
.llbzy_lis a{
	display: block;
}
.llbzy .zygs_xxsj_btn{
	padding-top: 0;
}
/* xzkc_form */
.xzkc_form{
	margin: 0.8rem 3%;
	padding: 1.5rem 2%;
	background-color: #fff;
	border-radius: 1rem;
}
.xzkc_form .zyxz_name_bg{
	
}
.xzkc_form .zyxz_name h2{
	font-size: 1.2rem;
}
.xzkc_top_left{
	width: 50%;
	overflow: hidden;
	float: left;
	height: 2.3rem;
	color: #ff6b24;
}
.xzkc_list{
	float: right;
	overflow: hidden;
	width: 50%;
}
.xzkc_list li{
	float: left;
	line-height: 2.3rem;
}
.xzkc_list li:nth-child(2){
	padding: 0 3%;
	border-radius: 0.5rem;
	background-color: #fd611f;
	margin-left: 1%;
}
.xzkc_list li:nth-child(2) a{
	color: #fff;
}
.xzkc_form .zyxz_wt_top{
	overflow: hidden;
	padding-bottom: 1rem;
	border-bottom: 0.1rem solid #e1e1e1;
}
.form_ctn{
	padding: 1rem 0;
}
.form_ctn form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_ipt_txt{
	width: 48%;
	border: 0.1rem solid #fd611f;
	height: 2.8rem;
	padding-left: 2%;
	border-radius: 0.8rem;
	overflow: hidden;
}
.form_ipt_txt input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	border-radius: 0.8rem;
}
.form_ipt_txt2{
	width: 100%;
	border: 0.1rem solid #fd611f;
	height: 2.8rem;
	padding-left: 2%;
	border-radius: 0.8rem;
	overflow: hidden;
	margin-top: 1rem;
}
.form_ipt_txt2 select{
	width: 100%;
	height: 100%;
	outline: none;
	color: #656565;
}
.form_ctn form p{
	font-size: 0.8rem;
	padding: 0.8rem 0;
	text-align: center;
}
.form_ctn button{
	width: 100%;
	height: 2.8rem;
	color: #fff;
	background-color: #fd611f;
	border-radius: 0.8rem;
}