img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner a{
	display:block;
}
.rmzy_name{
	padding: 1.5rem 15%;
}
.srdz_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 2%;
}
.srdz_lis{
	width: 49%;
	background-color: #f2f2f2;
	margin-bottom: 1.5rem;
}
.srdz_lis_mg a{
	display: block;
}
.srdz_lis_name{
	padding: 1rem 0;
}
.srdz_lis_name h3{
	text-align: center;
	color: #c50000;
	font-size: 0.8rem;
}
.srdz_lis_name h3 span{
	font-size: 0.6rem;
}
.srdz_lis_name p{
	text-align: center;
	padding: 0.3rem 0;
}
.srdz_lis_btn{
	overflow: hidden;
	padding: 0 10%;
}
.srdz_lis_btn a{
	display: block;
	width: 48%;
	line-height: 2rem;
	text-align: center;
	color: #Fff;
}
.srdz_lis_btn a:nth-child(1){
	float: left;
	background-color: #ff0000;
}
.srdz_lis_btn a:nth-child(2){
	float: right;
	background-color: #ed8a3d;
}
.rmzy_btn{
	padding: 1.5rem 2% 2.5rem;
}
.rmzy_btn p{
	line-height: 2.8rem;
	background-color: #e5e5e5;
	border-radius: 1.4rem;
	padding-left: 10%;
	font-size: 1.3rem;
	overflow: hidden;
}
.rmzy_btn p a{
	float: right;
	width: 30%;
	color: #fff;
	background-color: #ff6600;
	border-radius: 1.4rem;
	text-align: center;
}
/* 2 */
.form {
	padding: 1.5rem 5%;
	margin-bottom: 2.2rem;
	box-shadow: 0.2rem 0.8rem 0.8rem #e0e0e0;
}

.form_top_name {
	display: flex;
	justify-content: space-between;
	line-height: 2rem;
	width: 100%;
}

.form_top_name h3 {
	font-size: 1.5rem;
}

.form_top_name p {
	font-size: 1.2rem;
	color: #d80004;
	font-weight: 600;
}

.form_top_name2 {
	display: flex;
	justify-content: space-between;
}

.form_top_name2 p:nth-child(1) {
	font-size: 0.8rem;
	padding-top: 0.2rem;
}

.form_top_name2 p:nth-child(2) {
	font-size: 1.2rem;
	color: #d80004;
	font-weight: 600;
	padding-right: 5%;
}

.form_ipt {
	display: flex;
	justify-content: space-between;
	line-height: 2.5rem;
	padding-top: 0.5rem;
}

.form_ipt span {
	width: 15%;
	display: block;

}

.form_ipt input {
	width: 85%;
	padding-left: 5%;
	border: none;
	line-height: 2.5rem;
	font-size: 1.3rem;
	background-color: #e4e4e4;
}

.form_ipt2 {
	display: flex;
	justify-content: space-between;
	line-height: 2.5rem;
	padding: 0.8rem 0 1rem;
}

.form_ipt2 span {
	width: 17%;
	display: block;
}

.form_ipt2 select {
	width: 35%;
}

.form_ipt2 button {
	width: 45%;
	background-color: #232323;
	color: #fff;
}
.qyzxzc{
	padding: 1.8rem 3% 0;
	background-color: #d30004;
	overflow: hidden;
}
.qyzxzc_name{
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	padding-bottom: 1.2rem;
	position: relative;
}
.qyzxzc_logo1{
	position: absolute;
	right: 3%;
	top: 0rem;
	width: 12%;
}
.qyzxzc_hdsj_tit{
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.2rem;
}
.qyzxzc_hdsj_tit span{
	display: block;
	line-height: 2.5rem;
	padding-bottom: 0.3rem;
	font-size: 1.2rem;
	color: #d90004;
	background: url(../img/qyzx_tit_1.png) no-repeat;
	background-size: 100% 100%;
	width: 25%;
	text-align: center;
	font-weight: bold;
	text-shadow: 0.1rem 0.1rem 0.1rem #dc583b;
}
.qyzxzc_hdsj_tit p{
	width: 73%;
	background-color: #fff;
	line-height: 2.8rem;
	font-size: 1.2rem;
	padding-left: 5%;
}
.qyzxzc_lyrx{
	text-align: center;
	padding: 1.6rem 0;
	display: flex;
	justify-content: center;
	position: relative;
}
.qyzxzc_lyrx h3{
	color: #d90004;
	text-shadow: 0.1rem 0.1rem 0.1rem #dc583b;
	background: url(../img/qyzx_tit_2.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 7% 0.2rem;
	line-height: 2.6rem;
}
.qyzxzc_lyrx i{
	display: block;
	position: absolute;
	left: 0;
	top: 0.9rem;
	width: 20%;
}
.qyzxzc_lyrx_tit{
	margin: 0 5%;
}
.qyzxzc_lyrx_tit .qyzxzc_lyrx_bg{
	background-image: -moz-radial-gradient(#fff, #ffbcb1);
	background-image: -webkit-gradient(radial, center center, 0, center center, 220, from(#fff), to(#ffbcb1)); /* old */
	background-image: -webkit-radial-gradient(#fff, #ffbcb1); /* new syntax */
	background-image: radial-gradient(#fff, #ffbcb1);
	padding: 0.5rem 4%;
	border: 0.4rem solid #f8d3aa;
	border-radius: 0.4rem;
	text-indent: 2rem;
	line-height: 1.6rem;
	font-weight: bold;
}
.qyzxzc_lyrx2 i:nth-child(1){
	position: absolute;
	top: -1.5rem;
	width: 15%;
	left: 0;
}
.qyzxzc_lyrx2 i:nth-child(3){
	top: 1.2rem;
	right: 0;
	left: auto;
}
.qyzxzc_lyrx_bg p{
	text-indent: 0;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.05rem solid #f6d35c;
}
.qyzxzc_lyrx_bg p:nth-child(5){
	border: none;
}
.qyzxzc_tbsm{
	margin: 1.5rem 5% 2rem;
	background-color: #fff;
	padding: 1rem 2%;
}
.qyzxzc_tbsm_name{
	padding-left: 10%;
	color: #ff0000;
	padding-bottom: 0.5rem;
}
.qyzxzc_tbsm_txt {
	display: flex;
	justify-content: space-between;
}
.qyzxzc_tbsm_txt i{
	display: block;
	width: 8%;
	padding-top: 0.4rem;
}
.qyzxzc_tbsm_txt p{
	width: 90%;
	line-height: 1.6rem;
}
.byy_prb_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 0 0;
}

.byy_prb_lis {
	width: 48%;
	position: relative;
	margin-bottom: 1rem;
}

.byy_prb_lis_tlt {
	position: absolute;
	width: 100%;
	line-height: 2.3rem;
	background-color: rgba(0, 0, 0, 0.1);
	color: #Fff;
	bottom: 0;
	font-size: 1rem;
	text-align: center;
}

.bjmg_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}

.bjmg_btn a {
	display: block;
	width: 48%;
}
.hzqy_lis {
	padding-bottom: 3rem;
	background-color: #fff;
}

.hzqy_lis .bjmq_name {
	padding: 2rem 15% 0;
}

.gxjy_top p {
	text-align: center;
	padding-bottom: 0.3rem;
}

.gxjy_top {
	padding: 2rem 0 1rem;
}

.gxjy_ctn {
	overflow: hidden;
	padding: 0 5%;
}

.gxjy_jd {
	overflow: hidden;
}

.gxjy_jq_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1.5rem;
}

.gxjy_jq_top_mg {
	width: 48%;
}

.gxjy_hzqy h1 {
	font-size: 1.4rem;
	padding: 2rem 0;
	text-align: center;
}

.gxjy_hzdj_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 2rem;
}

.gxjy_hzdj_lis {
	width: 31.5%;
}






.gxjy_bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1%;
}

.gxjy_bottom_mg {
	width: 48%;
	margin-bottom: 1rem;
}

.gxjy_bottom_btn {
	padding: 0.8rem 10% 2.5rem;
	overflow: hidden;
}

.gxjy_bottom_btn a {
	width: 48%;
	line-height: 2.5rem;
	color: #Fff;
	text-align: center;
	border-radius: 0.5rem;
}

.gxjy_bottom_btn a:nth-child(1) {
	float: left;
	background-color: #ff8c19;
}

.gxjy_bottom_btn a:nth-child(2) {
	float: right;
	background-color: #20998f;
}
.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: #d90c1b;
    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: #d90c1b;
	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{
	float: left;
    padding: 0 1%;
    font-weight: 800;
	font-size: 1.3rem;
	color: #848484;
}
.bf_list span{
	opacity: 0.7;
}
.bf_list span:nth-child(2){
	opacity: 1;
}