.con1
{
	width: 100%;
	height: 100%;
}
.nav
{
	width: 100%;
	height: 10%;
	background: #fff;
	
}
.top
{
	width: 67%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.top h2
{
	width: 40%;
	height: 100%;
	line-height: 100px;
	text-align: left;
	font-size: 30px;
	float: left;
	
}
.top ul
{
	height: 100%;
	margin-right: 200px;
	float: right;
}
.top li
{
	float: left;
	
	margin-top: 30px;
}
.top li a
{
	padding: 0 20px;
	border-right: 1px solid #000;
	line-height: 30px;
	font-size: 15px;
}
.top li:last-child a
{
	border:none;
}
.top .down
{
	width: 110px;
	height:30px; 
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: center;
	background: #61c8f2;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	border-radius: 20px;
}


.foot
{
	width: 100%;
	height: 500px;
	background: url(../images/foot.png)no-repeat center;
	background-size: 100% 100%;
	position: relative;
}
.n1
{
	position: absolute;
	top: 30%;
	left: 10%;
}

.n2
{
	position: absolute;
	top: 40%;
	left: 10%;
}
.n3
{
	position: absolute;
	top: 50%;
	left: 10%;
}
.n1 li,.n2 li,.n3 li
{
	float: left;
	font-size: 23px;
	margin-right: 50px;
}
.n1 li a,.n2 li a,.n3 li a
{
	color: #98a0a9;
}