@charset "gb2312";
/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: "microsoft yahei", simhei;
	font-size: 15px;
}
h1,h2, h3, h4, h5, h6, p, div, ul, li, a, span, input, html, img {
	margin: 0;
	padding: 0;
}
h1,h2, h3, h4, h5, h6 { font-size:100%; }
a {
	text-decoration: none;
	color: #002b5e;
}
img {
	border: none;
}
#banner {
	float: right;
	width: 100%;
	height: 145px;
}
.nav {
	margin: 5px auto;
	padding: 0px;
	width: 1100px;
	border-bottom: #236bb1 2px solid;
}
.nav a { font-size:19px; }
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav ul li {
	margin: 0 auto;
	padding: 0px;
	width: 110px;
	height: 37px;
	display: inline;
	float: left;
}
.nav ul li:hover {
	background: #236bb1 no-repeat 0 0;
	box-shadow: #000 0px 0px 1px;
}
.nav ul li:hover ul {
	display: block;
	text-decoration: underline;
}
.nav ul li a {
	color: #000;
	display: block;
	height: 37px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	width: 110px;
}
.nav ul li a:hover {
	color: #F00;
	text-decoration: underline;
}
.nav ul li ul {
	display: none;
	position: relative;
	z-index: 1;
}
.nav ul li ul li {
	background: #236bb1 no-repeat 0 0;
	box-shadow: #000 0px 0px 1px;
	border-bottom: solid #FFF 1px;
	margin: 0 auto;
	padding: 0px;
}
.nav ul li ul li:hover {
	background: #236bb1;
	text-decoration: underline;
}
.nav ul li ul li:hover ul {
	visibility: visible;
	text-decoration: underline;
}
.nav ul li ul li ul {
	visibility: hidden;
	position: relative;
	top: -37px;
	left: 110px;
}
.nav ul li ul li ul li {
	border-bottom: solid #FFF 1px;
	background: #236bb1;
}
.clear {
	clear: both;
	width: 100%;
	height: 10px;
}
#nav-top ul li a {
	color: #FFF;
}
#nav-top ul li a:hover {
	color: #F00;
}
#content {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}
#top {
	width: 100%;
	height: 40px;
	background: #236bb1;
}
.nav-top-right {
	float:right;
           margin:0 10px;
}
.nav-top-right ul li {
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 25px;
	list-style: none;
}
.nav-top-right ul li a {
	color: #00F;
}
.nav-top-right ul li a:hover {
	color: #F00;
}
#head {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
	background: url(imagestop-pic.jpg) no-repeat scroll right 0;
}
#nav {
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	border-bottom: #ff8c40 3px solid;
}
#bottom {
	width: 100%;
	height: 85px;
	background-color: #236bb1;
}
#footer {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
#footer-left {
           background:#ff8534 none repeat scroll 0 0;
	width: 1080px;
	height: 117px;
	float: left;
}
#footer-left img {
	float: left;
}
#footer-left a img {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#footer-right ul {
	width: 903px;
	margin: 0 auto;
}
#footer-right ul li {
	color: #002b5e;
    list-style: none;
    padding: 0 10px;
    text-align: center;
}
#footer-right ul li a {
	color: #002b5e;
}
#footer-right ul li a:hover {
	color: #F00;
	text-decoration: underline;
}


