@charset "gb2312";
/* CSS Document */

body,div, ul, li, a, p {
	font-size: 14px;
	margin: auto;
	padding: 0px;
	list-style:none;
}
a,img{
	text-decoration:none;
	border:0px;
	color: #002366;
        
}
a:hover{text-decoration:underline;}
.head-content {
	background-image: url(../../images/images-index/bg-head_02.png);
	background-repeat: repeat-x;
	height: 150px;
	width: auto;
}

#head {
	height: 150px;
	width: 950px;
	background-image: url(../../images/images-index/head.png);
	background-repeat: no-repeat;
}
.nav {
	height: 34px;
	width: 950px;
	background-image: url(../../images/images-index/nav.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav li {
	float: left;
	height: 16px;
	width: 104px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b30002;
	margin-top: 10px;
}
.nav .right {
	border-right-style: none;
}
.nav a {
	color: #b30002;
	font-weight: normal;
	font-size: 18px;
	font-family: "ºÚÌå";
}