.header{
	min-width: 1200px;
	background-color: #eee;
	line-height: 37px;
	color: #666;
}
.header .center{
	height: 38px;
}
.header .fl{
	width: 400px;
}
.header .fr{
	color: #d5d5d5;
}
.header .fr a{
	float: right;
	margin-left: 12px;
	margin-right: 12px;
	color: #666;
}
.header .fr span{
	float: right;
}
.header .fr a.on{
	color: #00b3b3;
	margin-right: 0;
}
.logo{
	min-width: 1200px;
	background-image: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.logo .center{
	height: 122px;
}
.logo img{
	margin-top: 16px;
}
.nav1{
	min-width: 1200px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat;
	line-height: 57px;
}
.nav1 li{
	float: left;
	width: 130px;
	height: 58px;
	text-align: center;
	font-size: 18px;
}
.nav1 li.on,.nav1 li:hover{
	background-image: none;
	background-color: #00a3a3;
}
.nav1 li a{
	color: #fff;
}
.nav1 li.on a,.nav1 li:hover a{
	font-weight: bold;
}
.footer{
	min-width: 1200px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #00b3b3;
	text-align: center;
}
.footer p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}
.footer p a{
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}
.footer p a:hover{
	text-decoration: underline;
}


