*{
	padding:0;
	margin:0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.header{
	height:208px;
	width:100%;
	margin:0 auto;
	background:url(../img/header.jpg) no-repeat center top;
}
/*.nav{
	background:#15baf5;
	height:48px;
	width:100%;
	
}
.nav ul{
	width:1200px;
	height:100%;
	margin:0 auto;
}
.nav ul li{
	float: left;
	width:94px;
	text-align: center;
	height:48px;
	line-height:48px;
}
.nav ul li a{
	font-size:16px;
	color:#fff;
	font-family: "微软雅黑";
}
.nav ul li ul {
    margin-top: -10px;
    z-index: 999;
    clear:both;
    position:absolute;
    height:auto;
    display:none;
    padding:0;
    margin:0;
    border-top:none;
}
.nav ul li ul li {
   width:140px;
    height:40px;
    line-height:40px;
    padding:0;
    margin:0;
    float:none;
    font-size:13px;
    text-align:center;
    background:#15baf5;
}
.nav ul li ul li:hover{
    background: #0ba9e1;
}
.nav ul li ul li a{
    color: #fff;
    width:100%;
    height:40px;
    display: block;
}
.nav ul li ul li a:hover{
    color: #fff;
    text-align:center;
    width:140px;
    height:40px;
}*/
.footer{
	height:115px;
	width:100%;
	background:#15baf5;
    float: left;
}

.footer p{
	text-align: center;
	font-size:13px;
	line-height:20px;
	font-family: "微软雅黑";
	color:#FFF;
}
.footerconter{
	width:550px;
	height:75px;
	margin:0 auto;
	padding-top:40px;
}

/*.nav{
    width:100%;
    height: 45px;
    background-color: #fff;
    float:left;
    z-index: -1;
}
.nav a{
    color: #333;
    font-size: 16px;
}
.nav a:hover{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.nav ul{
    width: 1192px;
    height: 45px;
    margin:0 auto;

}
.nav ul li{
    display: block;
    list-style: none;
    float: left;
    width: 169px;
    text-align: center;
    height:45px;
    line-height: 45px;
}
.nav ul li a{
    display: block;
    width: 169px;
    height: 45px;
text-decoration: none;
    color: #333;
}

.nav ul li ul {
    margin-top: -10px;
    z-index: 999;
    clear:both;
    position:absolute;
    height:auto;
    display:none;
    padding:0;
    margin:0;
    border-top:none;
}
.nav ul li ul li {
    width: 169px;
    height:40px;
    line-height:40px;
    padding:0;
    margin:0;
    float:none;
    font-size:16px;
    text-align:center;
    background:#1BA19A;
}
.nav ul li ul li:hover{
    background: #02928a;
}
.nav ul li ul li a{
    color: #fff;
}
.nav ul li ul li a:hover{
    color: #fff;
    font-weight: bold;
    text-align:center;
    width:169px;
}*/