/********************************************************************
 * 通用页面CSS样式
 * 创建人：scos_fx
 * 创建时间：2018/01/05
 * 版本号：v0.1
 * 修改记录：
 *********************************************************************/
 *{margin: 0;padding: 0}
 .main {
	width: 100%;
	height: 100%;
	min-width: 1250px;
	min-height: 700px;
	position: absolute;
	/*background: url(../img/common/bg.jpg) no-repeat;*/
	background: url(../img/common/bg.png) no-repeat;

	background-color:#F0F2F5;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	text-align: center;
	color: #23242C;
	font-size: 14px
 }

 .haerd_logo {
	width: 385px;
	height: 53px;
	position: absolute;
	background: url(../img/common/logo_one.png) no-repeat;
/*	background-size:100% 100%;*/
	-moz-background-size:100% 100%;
	top: 20px;
	left: 20px;
 }

 .haerd_time {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 65px;
	height: 20px;
	margin-left: -30px;
 }


.haerd_logo2 {
	width: 169px;
	height: 61px;
	position: absolute;
	background: url(../img/common/wisdom_w_home_logo.png) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	top: 20px;
	right: 20px;
}

.foot_des {
	width: 800px;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 20px;
	margin-top: -50px;
	text-align: left;
}

.foot_logo {
	width: 181px;
	height: 45px;
	position: absolute;
	background: url(../img/common/wisdom_w_home_logo.png) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	top: 100%;
	left: 100%;
	margin-left: -210px;
	margin-top: -60px;
}