.mainBox {
	background-color:#e7e7e7; 
}
.flashBox {
	border-bottom: solid 18px #1341af;
	height: 486px;
	background: url(../images/img_flash.jpg) center top no-repeat;
}
.info {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.applyBox {
	width: 100%;
	height: 112px;
	background:#00469f url(../images/bg_applyBox.jpg) center top no-repeat;
	position:relative;
}
.txtCall {
	position: absolute;
	left: 281px;
	top: 29px;
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0 25px;
	font-size: 16px;
	line-height: 30px;
	border: solid 1px #ffffff;
}
.error {
	border-color: #ff0000;
}
.msg {
	position: absolute;
	left: 150px;
	top: 75px;
	font:15px '微软雅黑';
	color: #ffffff;
}
.submitBtn {
	display: block;
	position: absolute;
	right: 129px;
	top: 19px;
	width: 254px;
	height: 80px;
	background: url(../images/bg_btn_apply.jpg) left top no-repeat;
}
#versionBox {
	position: relative;
	padding:170px 0 100px;
	background: url(../images/bg_version.jpg) center 70px no-repeat;
}
.version {
	margin:0 auto;
	width:580px;
	border-collapse: collapse;
	border:solid 1px #a8a8a8;
	text-align: center;
}
.version thead td {
	font: 18px/39px '微软雅黑';
	color: #fff;
	background-color: #0360d6;
}
.version tbody tr.odd td {
	background-color: #fff;
}
.version tbody td {
	padding: 7px 0;
	font: 14px/16px '微软雅黑';
	color: #000;
}
.version tbody td.red {
	color:#d00202;
}
.hb {
	position: absolute;
	right:120px;
	bottom: 100px;
	font: 14px/16px '微软雅黑';
	color: blue;
	text-decoration: underline;
}
.center{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.limited {    
	position: absolute;
    top: 281px;
    left: 722px;
    text-align: center;
    font-size: 32px;
    color:#ecf503;
}
.apply-button{
	width:274px;
	height:54px;
	position:absolute;
	left:365px;
	top:387px;
}
.apply-button2{
	width:220px;
	height:66px;
	position:absolute;
	left:696px;
	top:23px;
}
.apply-box{
	width:565px;
	height:426px;
	background:url(../images/applay_box.png) no-repeat;
	display:none;
}
.apply-box .close-button{
	width:19px;
	height:18px;
	position:absolute;
	right:18px;
	top:36px;
}
.apply-box .user-name,.apply-box .mobile{
	width:235px;
	height:28px;
	line-height:28px;
	border:1px solid #c3c3c3;
	color:#676767;
	background:#fff;
	position:absolute;
	left:187px;
	top:143px;
	font-size:16px;
	font-family:"微软雅黑";
	text-align:center;
}
.apply-box .mobile{
	left:187px;
	top:199px;
}
.apply-box .submit-button{
	width:166px;
	height:39px;
	position:absolute;
	left:199px;
	top:257px;
}