.z-pla{
	width: 100%;
	background-color: #ee1c25;
	min-width: 1000px;
}
.z-pla-banner{
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
}
.z-pla-banner img{
	width: 100%;
}
.z-header{
	width: 1000px;
	height: 122px;
	margin: 0 auto;
	display: flex;
	justify-content: start;
}
.z-logo{
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-left: 6px;
	width: 434px;
}
.z-logo img{
    width: 100%;
	border: none;
	vertical-align: middle;
}
.z-logo-text{
	width: 870px;
	text-align: center;
	font-size: 30px;
	line-height: 90px;
	color: #095E41;
	font-weight: 600;
}
.z-nav{
    min-width: 1000px;
	width: 100%;
	background-color: #0B5E42;
	height: 50px;
}
.z-nav-li{
	width: 1000px;
	margin: 0 auto;
}
.z-nav-li  ul li{
	float: left;
	list-style-type: none;
	margin: 15px 0px;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.z-nav-li  ul li:last-child{
	border: 0;
}
.z-nav-li  ul li > a{
	color: #fff;
}


.z-search{
	width: 290px;
	height: 59px;
	float: left;
	margin-top: 44px;
	margin-left: 53px;
}
.z-input{
	width: 270px;
	height: 26px;
	background: #0B5E42;
	position: relative;
}
.in_1 {
    width: 195px;
    height: 21px;
    background: #FFF url(../img/img1.jpg) no-repeat 7px 3px;
    border: 1px solid #FFF;
    line-height: 18px;
    padding-left: 29px;
    font-family: "宋体";
    font-size: 12px;
    color: #E0E0E0;
	margin-left: 3px;
}
.sousuo {
    display: inline-block;
    width: 68px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFF;
	background: none;
	border: none;
}
.z-input-key{
	width: 290px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	font-family: "宋体";
	font-size: 12px;
	color: #014F28;
}
.z-input-key span{
	float: left;
}
.z-input-key a{
	text-decoration: none;
}