img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
/* 1 */
.zmcypxb{
	background: url(../img/bg_1.png) no-repeat;
	background-size: 100% 100%;
	padding: 2rem 5%;
}
.zmcypxb_txt p{
	text-indent: 2rem;
}
.zmcypxb_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 0 2rem;
}
.zmcypxb_list li{
	padding-bottom: 0.5rem;
}
.zmcypxb_list li:nth-child(1),
.zmcypxb_list li:nth-child(2),
.zmcypxb_list li:nth-child(3){
	width: 32%;
}
.zmcypxb_list li:nth-child(4),
.zmcypxb_list li:nth-child(5){
	width: 49%;
}
.zmcypxb_btn{
	width: 80%;
	display: block;
	background-color: #e54a06;
	line-height: 3rem;
	font-size: 1.3rem;
	color: #Fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 1.5rem;
}
/* 2 */
.kszy_top{
	padding: 0.5rem 25%;
}
.kszy_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url(../img/bg_2.png) no-repeat;
	background-size: 100% 100%;
	padding: 2rem 0;
}
.kszy_lis1{
	width: 60%;
	padding-bottom: 1rem;
}
.kszy_lis2{
	width: 35%;
	padding-right: 7%;
	padding-bottom: 1rem;
}
.kszy_lis2 h2{
	padding-top: 0.8rem;
	font-size: 1rem;
	border-bottom: 0.01rem solid #eebe8f;
	color: #662106;
	padding-bottom: 0.3rem;
}
.kszy_lis_txt{
	padding: 0.5rem 0 0;
	border-bottom: 0.01rem solid #eebe8f;
	color: #662106;
}
.kszy_lis_txt p{
	padding-bottom: 0.5rem;
}
.kszy_lis_btn{
	padding-top: 0.5rem;
}
.kszy_lis_btn a{
	display: block;
	width: 100%;
	line-height: 2rem;
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
	background-color: #a1280c;
	border-radius: 1rem;
}
.kszy_lis3{
	padding-left: 5%;
	padding-right: 0;
}
.kszy_lis3 h2{
	margin-left: 10%;
	text-align: right;
}
.kszy_lis3 .kszy_lis_txt{
	text-align: right;
}
/* 3 */
.hsb_list{
	padding: 2rem 0;
	display: flex;
	justify-content: space-between;
}
.hsb_lis{
	width: 32%;
}

/* 4 */
.zxls{
	padding: 1.5rem 5%;
}
.zxls_ctn{
	padding: 1rem;
	background: url(../img/zx_ls.png) no-repeat;
	background-size: 100% 100%;
}
.zxls_ctn_bg{
	background-color: rgba(255,255,255,0.7);
	padding: 1rem;
}
.zxls_ctn p{
	text-align: center;
	font-size: 0.8rem;
	padding-bottom: 0.2rem;
	color: #061405;
}
.zxls_btn{
	display: block;
	width: 50%;
	line-height: 2rem;
	color: #Fff;
	background: #ec6a06;
	border-radius: 1rem;
	text-align: center;
	margin: 0.8rem auto 0;
}
/* 5 */
.xszp .hsb_list{
	padding: 1.5rem 5%;
}
/* form */
.ljc_form {
	padding: 1.5rem 5%;
	background-color: #fff;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: #ff4b0a;
}

.form_right {
	float: left;
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 1000;
	padding-left: 1%;
	color: #000;
	border-bottom: 0.1rem solid #ababab;
}

.ipt_form {
	padding-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: #ff4b0a;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
	outline: none;
}

.form_qyhj_botm {
	overflow: hidden;
}

.form_qyhj_botm_lis {
	width: 50%;
	float: left;
}

.form_qyhj_botm_lis a {
	display: block;
}
.ipt_form select{
	line-height: 3rem;
	height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}