.z-footer,.z-bmBox{
	background-color: #fff;
}
.z-footer{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.z-mtitle{
	padding:0 10px ;
	background-color: #ee4015;
	color: #fff;
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}
.z-mtitle img{
	margin-right: 5px;
}
.z-bmBox .z-bm h3{
	margin-top: 25px;
	font-weight: bolder;
	color: #000;
	font-size: 18px;
	text-align: center;
}
.z-bmBox .z-bm p{
	font-size: 18px;
	text-align: center;
	color: #999;
}
form{
	width: 100%;
}
form input{
	width: 75%;
	margin-left: 10%;
	margin-top: 15px;
	padding-left: 5%;
	height: 35px;
	line-height: 35px;
	color: #666;
	border-radius: 5px;
	border: 1px solid #999;
}
form button{
	width: 80%;
	margin-left: 10%;
	margin-top: 15px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border-radius: 5px;
	background-color: #ee4015;
	border: none;
}
.z-footer ul{
	display: flex;
	background-color: #ee4015;
	color: #fff;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
}
.z-footer ul li{
	border-right: 2px solid #fff;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	width: 20%;
	text-align: center;
}
.z-footer ul li:last-child{
	border: none;
}
.z-footer ul li a{
	color: #fff;
}
.z-footer ul li a.on{
	color: #ffd583;
}
.z-gsInfo p{
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 25px;
}
.z-xunjia{
	position: fixed;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.z-baojia{
	color: #fff;
	width: 50%;
	background-color: #ee8515;
	text-align: center;
}
.z-baojia img{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.z-zxzx{
	color: #000;
	width: 50%;
	background-color: #fff;
	text-align: center;
}
.z-zxzx img{
	position: relative;
	margin-right: 5px;
	top: 2px;
}
.z-xunjia .z-flex{
	display: flex;
}