.ziliao {
	margin-bottom: 30px;
}

.ziliao p img {
	vertical-align: middle;
	padding-right: 5px;
}
.ziliao p {
	font-size: 24px;
	color: #ff6600;
	font-weight: bold;
}
.ziliao p a {
	font-size: 18px;
	color: #34a6ef;
	font-weight: normal;
	margin-left: 100px;
	text-decoration: underline;
    font-style: italic;
}



.zlbgPop {
	display: none;
	position: fixed;
	z-index: 129;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.zlpop {
	display: none;
	width: 600px;
	min-height: 270px;
	max-height: 550px;
	height: 370px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -185px 0 0 -300px;
	z-index: 130;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}

.zlpop-foot {
	width: 100%;
	/*border-top: 1px #E5E5E5 solid;*/
	text-align: center;
}

.zlpop-foot input {
	display: inline;
	width: 138px;
	float: left;
	font-size: 16px;
	color: #fff;
	background: #ff6600;
	border: none;
	margin-top: 30px;
	margin-left: 40%;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
}

.zlpop-content {
	/*height: 280px;*/
}

.zlpop-content-left {
	float: left;
}

.zlpop-content-right {
	width: 400px;
	float: left;
	padding: 10px 100px 0 100px;
}

.zlpop-content-right-t h6 {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #ff6600;
	border-bottom: 1px solid #fdc49f;
	padding: 20px 0;
}

.zlpop-content-right-t h6 a {
	float: right;
	margin-right: 30px;
}

.zlpop-content-right p input {
	width: 380px;
	padding: 0 9px;
	float: left;
	font-size: 14px;
	border: 1px solid #fdc49f;
	color: #727272;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

.zlpop-content-right .p1 a {
	position: absolute;
	height: 40px;
	line-height: 40px;
	color: #3eb4fa;
	font-size: 14px;
	margin: 35px 0 0 -40px;
}

.zlpop-content-right .p2 a {
	position: absolute;
	height: 40px;
	line-height: 40px;
	color: #3eb4fa;
	font-size: 14px;
	margin: 103px 0 0 -91px;
	background: #ff6600;
	border-radius: 0 5px 5px 0;
	padding: 0 10px;
	color: #fff;
}