﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, button{padding:0; margin:0;}
body{font-size:16px; font-family:微软雅黑; color:#333; background:#f0f0f0;}
table, td, tr, th{font-size:16px;}
p{margin:0;}
div, form, ul, ol, li, span, p{margin:0; padding:0; border:0}
img, a img{ border:0; margin:0; padding:0; vertical-align:top;}
h1, h2, h3, h4, h5, h6, strong{ margin:0; padding:0;}
ul, li, ol{ list-style:none; font-size:16px;}
.clear{clear:both; overflow:hidden;height:0;}
a:link{ color:#2b2b2b; text-decoration:none}
a:visited{ color:#2b2b2b; text-decoration:none}
a:hover{ color:#ff0000; text-decoration:none;}
a:active{ color:#ff0000}
input{padding:0;margin:0;}

/* CSS Document */
#footer {
	width: 100%;
	background-color: #004AA9;
	overflow: hidden;
}

.footer-nav {
	width:1200px;
	padding: 50px 0px 30px 0px;
	margin: 0 auto;
	text-align: center;
}

.footer-nav ul{
	overflow: hidden;
}

.footer-nav ul li {
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 24px;
}


.footer-copyright {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}

.footer-copyright a{
   color: #FFFFFF;
}

.footer-copyright img {
	vertical-align:middle;
}