﻿@charset "utf-8";
/* CSS Document */
html,body{
	width:100%;
	height:100%;
	font-family:"微软雅黑";
	}
body{
	margin:0px;
	padding:0px;
	background: #1e69bc; 
	background: -moz-linear-gradient(top, #003e69 0%, #1e69bc 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003e69), color-stop(100%,#1e69bc)); 
	background: -webkit-linear-gradient(top, #003e69 0%,#1e69bc 100%); 
	background: -o-linear-gradient(top, #003e69 0%,#1e69bc 100%); 
	background: -ms-linear-gradient(top, #003e69 0%,#1e69bc 100%); 
	background: linear-gradient(to bottom, #003e69 0%,#1e69bc 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e69', endColorstr='#1e69bc',GradientType=0 );
	position:relative;
	}
div{
	float:left;
	}
	
div.topspace{
	width:100%;
	height:17%;
	}
div.toptitle{
	width:70%;
	height:100px;
	line-height:100px;
	text-align:center;
	margin:0px 15% 30px 15%;
	font-size:40px;
	color:#ffffff;
	cursor: default;
	}
div.interbox{
	}
div.interbox div.inter{
	height:170px;
	width:170px;
	border-radius:5px;
	background-color:#ffffff;
	cursor:pointer;
	margin:0px 20px 0px 20px;
	}
div.interbox div.inter .icon{
	width:100%;
	height:115px;
	}
div.interbox div.inter .icon_yimiao{
	background:url(../images/start_03.png) no-repeat center bottom;
	}
div.interbox div.inter .icon_haocai{
	background: url(../images/start_05.png) no-repeat center bottom;
	}
div.interbox div.inter .icon_yaopin{
	background: url(../images/start_07.png) no-repeat center bottom;
	}
div.interbox div.inter .txt{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:24px;
	color:#003a60;
	text-align:center;
	}
div.interbox div.inter:hover{
	background-color:#ffb400;
	}

div.bottomtxt{
	width:40%;
	margin-left:30%;
	text-align:center;
	color:#ffffff;
	height:80px;
	line-height:80px;
	font-size:16px;
	position:absolute;
	bottom:0px;
	}

#footer{
	position: absolute;
	bottom: 0px;
	padding-left: 15%;
}

.ewb-footer{
  /*  width: 100%;*/
	background-color: transparent;
}



