body{
	
	font-family: 'PontanoSans-Regular';
	background:#fff;
	margin:0;
	padding:0;
	
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
li{display:inline-block;}
ul{
	padding: 0;
	margin: 0;
	
}
h1,h2,h3,h4,h5,h6,p,label{
	margin:0;
}
.head100{
	background: #fff100;
	width:100%;
	height:108px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.head{
	overflow:hidden;
	margin:0 auto;
	width:990px;
	height:108px;
}
.logo{margin-top:14px;float: left;}
.topr{right:0;margin-top:0;float: right;}
.menu{
	margin:20px auto 10px auto;
	width:990px;
	height:30px;
	text-align: right;
	padding-right:0;
}
.menu ul{width:990px;
}
.menu ul li{
font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 10px;
	line-height:30px;
	font-size:16px;
	color:#333;
	
}
.menu ul li a{
	line-height:30px;
	color:#333;
}
.menu ul li a:hover{
	color:#ff0000;
}

.body{
	margin:0 auto;
	width:990px;
	background: #fff000;
}
.foot100{
	background: #fff100;
	width:100%;
	height:150px;
	margin:0;
	padding:0;
}
.foot{
	margin:0 auto;
	width:990px;
	background: #fff000;
}
.footlogo{margin-top:28px;float: left;}