img {
	display: inherit;
}

.box {
	background: url(../img/bg.png) no-repeat;
	overflow: hidden;
}
.banner a{
	display:block;
}
.xlzs{
	margin:1rem 3%;
	padding: 1.5rem 3%;
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
}
.xlzs_name h3{
	display: flex;
	justify-content: center;
	line-height: 2rem;
	color: #ff1100;
}
.xlzs_name h3 span{
	padding: 0 2%;
}
.xlzs_name i{
	display: block;
	position: relative;
	width: 15%;
}
.xlzs_name i img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.xlzs_ftit{
	display: flex;
	justify-content: center;
	line-height: 2rem;
}
.xlzs_ftit span{
	display: inline-block;
	background-color: #ff6161;
	border-radius: 1rem;
	color: #fff;
	font-size: 1.3rem;
	padding: 0 5%;
}
.xlzs_bg{
	padding: 0.3rem 0;
}
.xlzs_txt p{
	text-indent: 2rem;
	padding: 1rem 0;
	color: #625d5d;
}
.xlzs_btn{
	display: flex;
	justify-content: center;
	padding: 0;
}
.xlzs_btn a{
	display: block;
	line-height: 2.2rem;
	border-radius: 1.1rem;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	padding: 0 10%;
	margin: 0 3%;
	border: 0.05rem solid #ff0000;
	font-weight: bold;
}
.xlzs_btn a:nth-child(2){
	background-color: transparent;
	color: #ff0000;
}
.zyjs_list{
	padding-top: 1rem;
}
.zyjs_list li{
	padding-bottom: 1rem;
}
.mszd_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.5rem 0 0;
}
.mszd_list li{
	width: 48%;
	padding-bottom: 1rem;
}
.jnzs{
	margin:1rem 3%;
	padding: 1.5rem 3%;
	background:url(../img/jnzs_form.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 1rem;
	overflow: hidden;
}
.jnzs_name{
	text-align: center;
	color: #ff0000;
}
.jnzs_name span{
	color: #000;
}
.jnzs_name h2{
	text-shadow: 0rem 0.3rem 0.2rem #aca39a;
}
.jnzs_name p{
	color: #000;
	font-size: 1.2rem;
	padding: 1rem 0 1.5rem;
}
.jnzs form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 3%;
}
.jnzs_ipt{
	width: 48%;
	padding-bottom: 1rem;
}
.jnzs_ipt input{
	line-height: 2.2rem;
	border-radius: 0.5rem;
	background-color: #fff;
	border: none;
	width: 100%;
	padding-left: 5%;
}
.jnzs_btn{
	width: 100%;
}
.jnzs_btn button{
	line-height: 2.2rem;
	border-radius: 0.5rem;
	background-color: #ff3737;
	border: none;
	width: 100%;
	color: #fffefe;
	font-size: 1.2rem;
}
.jxsb_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.3rem 0;
}
.jxsb_list li{
	width: 49%;
	padding-bottom: 0.8rem;
}
.jxsb_list li:nth-child(5){
	width: 100%;
}
.byhjy_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.byhjy_list li{
	width: 49%;
}
.byhjy_list li:nth-child(1){
	width: 100%;
}
.byhjy_list li p{
	text-align: center;
	line-height: 2rem;
	color: #e84237;
	font-weight: bold;
}
.bfxz_mg{
	padding: 0.3rem 0;
}
.cgxz_list{
	display: flex;
	justify-content: space-between;
	padding: 0.8rem 0;
}
.cgxz_lis_txt{
	border: 0.05rem solid #e84237;
	border-top: none;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
}
.cgxz_lis_txt h3{
	width: 45%;
	font-size: 1rem;
	text-align: center;
	line-height: 4rem;
	color: #e84237;
}
.cgxz_lis_ctn{
	font-size: 0.9rem;
}
.cgxz_lis_ctn span{
	color: #e84237;
	font-weight: bold;
}
.cgxz_list li{
	width: 48%;
}
/* form */
.hqxf{
	padding: 0.9rem 3%;
}
.form_box{
	background-color: #ffffff;
	padding: 2rem 0 2rem 0;
	border-radius: 1.5rem;
}
.form_list_1{
	overflow: hidden;
	padding-bottom: 1.8rem;
}
.form_list_1 span{
	display: block;
	float: left;
	width: 16%;
	color: #333333;
	font-size: 1.3rem;
	padding-left: 5%;
	line-height: 2.5rem;
	opacity: 0.7;
	font-weight: bold;
}
.form_list_1 input{
    width: 78%;
    font-size: 1.2rem;
    border: none;
    line-height: 3rem;
    background-color: #eeeeee;
    border-radius: 0.5rem;
    padding-left: 1rem;
    height: 3rem;	
}
.form_list_btn{
	padding: 1rem 3% 0;
}
.form_list_btn button{
	width: 100%;
    line-height: 3rem;
    border:none;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 0.5rem;
}
.form_name{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 800;
	padding-bottom: 1.5rem;
	letter-spacing: 0.1rem;
	color: #333333;
}
.form_name p{
	line-height: 2rem;
}
.form_name span:nth-child(1){
	opacity: 0.7;
}
.form_name span{
	color: #ff0000;
	opacity: 1;
}
#good_zy a{
	width: 100%;
	margin: 0 auto;
	background-color: #20998f;
}
.bys_list{
	text-align: center;
	font-weight: 800;
	padding: 2rem;
	font-size: 1.1rem;
}
.bf{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bf_list{
    padding: 0 1%;
    font-weight: 800;
	font-size: 1rem;
	color: #848484;
	text-align: center;
}
.bf_list span{
	opacity: 0.7;
}
.bf_list span:nth-child(2){
	opacity: 1;
}