*{
	margin: 0;
	padding: 0;
}
ul,
li{
	list-style-type:none;
}
a{
	text-decoration: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
body{
	overflow-x: hidden;
	font-family: "微软雅黑"
}
.w90{
	width: 90%;
	margin: 0 auto;
}
.w80{
	width: 80%;
	margin: 0 auto;
}
.w50{
	width: 50%;
}
.w25{
	width: 25%;
}

.zasOverview{
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.zasOverview a{
	display: inline-block;
	width: 27px;
	height: 27px;
}
.zasMenuBlock{
	width: 50%;
	height: 100%;
	position: fixed;
	left: -50%;
	top: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 9;
}
.zasMenuBlock a{
	color: #fff;
}
.zasMenuBlock ul{
	padding-top: 36px;
}
.zasMenuBlock li{
	line-height: 54px;
}
span.iconhome_shousuo_h_icon{
	font-size: 28px;
	color: #fff;
}

.zasBodyFootBlock{
	background: #0E2B64;
	padding: 16px 0;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}
.zasBodyFootBlock .w50 div{
	position: relative;
}
.zasBodyFootBlock .w50 label{
	position: absolute;
}
.zasBodyFootBlock .w50 span{
	padding-left: 36px;
	display: inline-block;
}
.zasFootTxt{
	padding-top: 16px;
	color: #7A88A5;
}
.zasFootBlock{
	padding: 16px 0;
}
.zasFootBtn{
	padding-top: 16px;
}
.zasFootInput{
	padding: 0 8px;
	margin-bottom: 8px;
	border: 1px solid #9C9C9C;
}
.zasFootInput input{
	width: 100%;
	height: 32px;
	border: 0;
	outline: none;
}
.zasFootInput textarea{
	width: 100%;
	height: 100px;
	line-height: 20px;
	border: 0;
	outline: none;
}
.zasFootButton{
	background-color: #0E2B64;
	height: 32px;
	line-height: 32px;
	width: 100px;
	color: #FFF;
	border-radius: 8px;
}
.zasFootBtnBlock{
	text-align: center;
}
.zasFootPhonelock{
	text-align: center;
}
.zasFootTxtLogo{
	background: url(../image/index/footLogo.png) no-repeat;
	background-position: center left; 
	padding-left: 80px;
}
.zasFootTxt span{
	line-height: 21px;
}

.zasUpBlock{
	width: 28px;
	height: 28px;
	padding: 4px;
	border-radius: 8px;
	background: rgb(0,0,0,0.8);
	position: fixed;
	right: 5%;
	bottom: 25%;
	z-index: 99;
}
.zasUpBlock img{
	display: block;
	width: 100%;
}