html,body{
	padding: 0;
	border:0;
	margin:0; 
	font-family: 微软雅黑;
	overflow-x:hidden;
}
div,a,li,ul,h1,h2,h3,span,p{
	padding: 0;
	border:0;
	margin:0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.font18{
	font-size: 18px;
	line-height: 60px;
}
.font14{
	font-size: 14px;
	line-height: 25px;
}
.font20{
	font-size: 20px;
	line-height: 25px;
}
.icon{
	background:url(../images/icon.png);
	background-repeat: no-repeat;
}
.center{
	width: 897px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -448.5px;
}
.bottomCenter{
	width: 908px;
	position: relative;
	margin:0 auto;
}
.head{
	/* height: 60px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80; */
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;	
}
.head .h_mask{
	background:#3b4885;
	opacity: 0.78;
	width: 100%;
	min-height: 60px;
	height: auto;
}
.head .h_left,.h_right{
	color: white;
	position: absolute;
	top: 0;
	line-height: 60px;
	cursor: pointer;

}
.head .h_right{

	right: 0;
	
}
.head .h_right a{
	width: 122px;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	color: white;
	line-height: 60px;
}
.head .h_right a:hover{
	background: #4e72c2;
}

.body{
	width: 100%;
	position: relative;
	background: #ffffff;
	/* float: left; */
}
.foot{
	width: 100%;
	height: 123px;
	background: #4b4e66;
	/* float: left; */
	color: #b5b5b5;
	font-size: 14px;
	padding-top: 48px;
	line-height: 30px;
}
.pop{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
}
.mask{
	width: 100%;
	height: 100%;
	background:black;
	opacity: .3;
}
.pop .content{
	width: 570px;
	height: 378px;
	background:#ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -189px;
	margin-left: -285px;
}
.pop .content h3{
	width: 100%;
	height: 66px;
	background:#455cb1;
	font-size: 26px;
	line-height: 66px;
	color: white;
	text-align: center;
	font-weight: normal;
	float: left;
}


.c_body{
	width: 100%;
	height: 199px;
	float: left;
	padding-top: 31px;

}
.c_foot{
	width: 100%;
	height: 72px;
	float: left;
}


.c_foot .login{
	display: block;
	width: 173px;
	height: 57px;
	background: #4fa95e;
	color: white;
	text-align: center;
	line-height: 57px;
	border-radius: 5px;
	margin:0 auto;
}
/* common css */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  content: '';
}
