body {
	padding:0;
	margin:0;
}
#header {
    height: 86px;
    background-color: #054688;
    text-align: center;
}
.logo{
	float: left;
    margin-left: 360px;
    margin-top: 13px;
}
.login{
	float: right;
    margin-right: 360px;
    margin-top: 30px;
    display: flex;
}
.login img{
	margin-left: 50px;
}
.login a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#footer {
	height: 110px;
	font-size: 14px;
    background-color: #054688;
    color: white;
    clear: both;
    text-align: center;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}
.footer-middle{
	padding-top: 1px;
	line-height: 30px;
}
#nav {
    min-height: 900px;
}
.nav-top {
	height: 414px;
	background: url(../images/common/banner.png) no-repeat center bottom;;
}

.nav-bottom p{
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin: 70px auto;
}
.nav-bottom ul{
	text-align: center;
	width: 1235px;
    margin: 0 auto;
}
.nav-bottom ul li{
	width: 190px;
	height: 170px;
    margin-left: 12px;
    box-shadow: 0px 1px 1px 1px #c0c0c0;
    border-radius: 5px;
	float: left;
	list-style-type: none;
}
.nav-bottom ul li a{
	text-decoration: none;
}
.nav-bottom ul li a img{
	margin: 6px auto;
}
.nav-bottom ul li a p{
	font-size: 16px;
	color: #555555;
	margin: 0 auto;
	width: 150px;
}