img {
	display: inherit;
}

.box {
	background-color: #f9f6f1;
	overflow: hidden;
}
.banner a{
	display:block;
}
.xczxdf_name{
	display: flex;
	justify-content: center;
	padding: 1.5rem 0;
	text-align: center;
}
.xczxdf_ctn{
	background: url(../img/tit_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1rem 12%;
}
.xczxdf_name h3{
	font-weight: 500;
	line-height: 2rem;
}
.xczxdf_name p{
	font-size: 0.7rem;
}
.xczxdf_top{
	margin: 0 3%;
	background-color: #fff;
	border: 0.3rem solid #b5b5b5;
	padding: 1.5rem 4% 1rem;
	text-indent: 2rem;
	border-radius: 0.6rem;
}
.xczxdf_top p{
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding-bottom: 0.5rem;
	color: #343434;
}
.xczxdf_mg{
	position: relative;
}
.xczxdf_btn{
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	width: 80%;
	line-height: 2.2rem;
	background-color: #f2d276;
	text-align: center;
	margin: 0 auto;
	
}
.xczxdf_btn a{
	color: #343434;
}
.xczxdf_btn_x{
	padding: 1rem 8% 0;
	display: flex;
	justify-content: space-between;
}
.xczxdf_btn_x a{
	display: block;
	width: 46%;
	line-height: 2.2rem;
	background-color: #ecb745;
	border-radius: 0.8rem;
	text-align: center;
	color: #000;
}
.xxnr .xczxdf_ctn{
	background: url(../img/tit_bg3.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.5rem 18%;
}
.xxnr_nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 0.5rem;
}
.xxnr_nav li{
	width: 32%;
	padding: 1rem 0 1rem;
	background-color: #311917;
	display: flex;
	justify-content: space-between;
}
.xxnr_nav_txt{
	color: #fff;
	text-align: center;
	width: 55%;
}
.xxnr_nav_txt h3{
	font-size: 1rem;
}
.xxnr_nav_txt p{
	font-size: 0.8rem;
}
.xxnr_nav_mg {
	position: relative;
	width: 45%;
}
.xxnr_nav_mg img{
	width: 60%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.xxnr_btm_ctn i{
	display: inline-block;
	padding: 0 2%;
}
.xxnr_btm_ctn a{
	display: block;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	line-height: 3.2rem;
	background-color: #311917;
	margin: 2rem 0;
	color: #fff;
	font-size: 1.3rem;
}
.kcys{
	background-color: #311917;
}
.kcys .xczxdf_ctn{
	background: url(../img/tit_bg2.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.kcys_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kcys_list li{
	width: 100%;
}
.kcys_list li:nth-child(2),
.kcys_list li:nth-child(3){
	width: 50%;
	border: 0.3rem solid #fff;
}
.kcys_list li:nth-child(2){
	border-left: none;
}
.kcys_list li:nth-child(3){
	border-right: none;
}

.xszp{
	background-color: #311917;
	margin: 1rem 0 0;
}
.xszp .xczxdf_ctn{
	background: url(../img/tit_4.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.3rem 20%;
	color: #fff;
}
.xszp_mg{
	padding: 0 2% 0.5rem;
}
.qydx{
	background-color: #311917;
	margin: 1rem 0 0;
	padding-bottom: 2rem;
}
.qydx .xczxdf_ctn{
	background: url(../img/tit_4.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.3rem 15%;
	color: #fff;
}
.qydx_txt{
	text-align: center;
	color: #fff;
	line-height: 2rem;
}
.qydx_mg{
	padding: 2.5rem 8% 1rem;
}
.hqxf {
	    padding: 1rem 3%;
	}
	.form_box {
	    background-color: #ffffff;
	    padding: 1rem 0 0 0;
	    border-radius: 0.3rem;
	    border: 0.1rem solid #f53c18;
	}
	.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 {
	    color: #f53c18;
	    font-weight: bold;
	}
	.form_name p:nth-child(2) {
	    font-size: 1rem;
	    font-weight: 400;
	}
	.form_list_1 {
	    overflow: hidden;
	    padding-bottom: 1.8rem;
	}
	.form_list_1 span {
	    display: block;
	    float: left;
	    width: 20%;
	    font-size: 1.3rem;
	    padding-left: 5%;
	    line-height: 2.5rem;
	    opacity: 0.7;
	    font-weight: bold;
	}
	.form_list_1 input {
	    width: 75%;
	    font-size: 1.2rem;
	    border: none;
	    line-height: 3rem;
	    background-color: #eeeeee;
	    border-radius: 0.5rem;
	    padding-left: 1rem;
	    height: 3rem;
	}
	.jxxdf_ys {
	    text-align: center;
	    color: #848484;
	}
	.form_list_btn {
	    padding: 1rem 3% 0;
	}
	
	.form_list_btn button {
	    width: 100%;
	    line-height: 3rem;
	    border: none;
	    color: #fff;
	    background-color: #f53c18;
	    font-size: 1.5rem;
	    border-radius: 0.5rem;
	}